From owner-svn-ports-all@freebsd.org Sun Apr 30 00:44:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11D3CD56EA9; Sun, 30 Apr 2017 00:44:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id E30CC1867; Sun, 30 Apr 2017 00:44:34 +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 v3U0iXKs052495; Sun, 30 Apr 2017 00:44:33 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U0iXum052485; Sun, 30 Apr 2017 00:44:33 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704300044.v3U0iXum052485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 30 Apr 2017 00:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439778 - in head: dns/powerdns editors/yui graphics/megapov graphics/mozjpeg graphics/opencollada graphics/opencolorio graphics/povray36 graphics/povray37 irc/charybdis irc/psybnc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 00:44:35 -0000 Author: linimon Date: Sun Apr 30 00:44:32 2017 New Revision: 439778 URL: https://svnweb.freebsd.org/changeset/ports/439778 Log: Provide more descriptive error messages for ports failing on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/dns/powerdns/Makefile head/editors/yui/Makefile head/graphics/megapov/Makefile head/graphics/mozjpeg/Makefile head/graphics/opencollada/Makefile head/graphics/opencolorio/Makefile head/graphics/povray36/Makefile head/graphics/povray37/Makefile head/irc/charybdis/Makefile head/irc/psybnc/Makefile Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/dns/powerdns/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_serialization.so:devel/boost-libs -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: undefined reference to std::__throw_out_of_range_fmt BROKEN_sparc64= Does not compile: error: to_string is not a member of std USES= compiler:c++11-lib cpe gmake libtool localbase:ldflags pathfix pkgconfig ssl \ Modified: head/editors/yui/Makefile ============================================================================== --- head/editors/yui/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/editors/yui/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -22,7 +22,7 @@ MAKE_ENV= LIBPATH=${PREFIX}/lib BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision BROKEN_sparc64= Does not compile on sparc64 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: strip: open tyui/y failed: No such file or directory OPTIONS_DEFINE= DOCS Modified: head/graphics/megapov/Makefile ============================================================================== --- head/graphics/megapov/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/megapov/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -10,7 +10,7 @@ MASTER_SITES= http://megapov.inetart.net MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: nputoutput.cpp:1: error: 64 bit CPU requiredd LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff Modified: head/graphics/mozjpeg/Makefile ============================================================================== --- head/graphics/mozjpeg/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/mozjpeg/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -44,7 +44,7 @@ TURBOJPEG_CONFIGURE_WITH= turbojpeg BROKEN_aarch64= Does not configure: error: SIMD support cannot be enabled BROKEN_mips64= Does not configure: error: SIMD support cannot be enabled -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: undefined reference to htole32 BROKEN_sparc64= Does not configure: error: SIMD support cannot be enabled post-patch: Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/opencollada/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -12,7 +12,7 @@ LICENSE= MIT LIB_DEPENDS= libpcre.so:devel/pcre -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) USE_GITHUB= yes GH_ACCOUNT= KhronosGroup Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/opencolorio/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -38,7 +38,7 @@ SHEBANG_FILES= share/sphinx/ExtractRstFr BROKEN_aarch64= Does not compile: error: use of undeclared identifier __builtin_ia32_emms BROKEN_armv6= Does not compile: error: use of undeclared identifier __builtin_ia32_emms BROKEN_mips64= Does not compile: error: unrecognized command line option -msse2 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not compile: error: unrecognized command line option -msse2 BROKEN_sparc64= Does not compile: error: unrecognized command line option -msse2 .include Modified: head/graphics/povray36/Makefile ============================================================================== --- head/graphics/povray36/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/povray36/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -14,11 +14,11 @@ DIST_SUBDIR= povray36 MAINTAINER= ports@FreeBSD.org COMMENT= Persistence of Vision Ray Tracer -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +BROKEN_powerpc64= Does not build: error: 64 bit CPU required + USE_XORG= x11 USES= gmake jpeg tar:bzip2 GNU_CONFIGURE= yes Modified: head/graphics/povray37/Makefile ============================================================================== --- head/graphics/povray37/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/graphics/povray37/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -13,7 +13,7 @@ COMMENT= Persistence of Vision Ray Trace LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS OPTIONS_DEFAULT=PNG JPEG Modified: head/irc/charybdis/Makefile ============================================================================== --- head/irc/charybdis/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/irc/charybdis/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -11,7 +11,7 @@ COMMENT= Powerful IRC daemon, based on i LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: undefined reference to le32toh CONFLICTS= ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \ nefarious-[0-9]* ircd-hybrid-[0-9]* \ Modified: head/irc/psybnc/Makefile ============================================================================== --- head/irc/psybnc/Makefile Sat Apr 29 23:00:33 2017 (r439777) +++ head/irc/psybnc/Makefile Sun Apr 30 00:44:32 2017 (r439778) @@ -13,7 +13,7 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) USES= dos2unix ssl DOS2UNIX_GLOB= *.c *.h From owner-svn-ports-all@freebsd.org Sun Apr 30 01:12:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 476E9D4BAD5; Sun, 30 Apr 2017 01:12:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 17985A1C; Sun, 30 Apr 2017 01:12:14 +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 v3U1CDv5064465; Sun, 30 Apr 2017 01:12:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1CAc6064442; Sun, 30 Apr 2017 01:12:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704300112.v3U1CAc6064442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 30 Apr 2017 01:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439779 - in head: mail/archiveopteryx mail/archiveopteryx-devel mail/milter-callback mail/spamdyke multimedia/assimp multimedia/mediainfo multimedia/tvheadend net-im/telegram net-mgmt/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:12:14 -0000 Author: linimon Date: Sun Apr 30 01:12:10 2017 New Revision: 439779 URL: https://svnweb.freebsd.org/changeset/ports/439779 Log: Provide more descriptive error messages for ports failing on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/mail/archiveopteryx-devel/Makefile head/mail/archiveopteryx/Makefile head/mail/milter-callback/Makefile head/mail/spamdyke/Makefile head/multimedia/assimp/Makefile head/multimedia/mediainfo/Makefile head/multimedia/tvheadend/Makefile head/net-im/telegram/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/icinga2/Makefile head/net-p2p/litecoin-daemon/Makefile head/net-p2p/litecoin-utils/Makefile head/net-p2p/twister/Makefile head/net-p2p/zetacoin-nox11/Makefile head/net/kamailio/Makefile head/net/libilbc/Makefile head/net/norm/Makefile head/net/openh323/Makefile head/net/py-libnet/Makefile head/net/yami4/Makefile head/ports-mgmt/portal/Makefile Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/archiveopteryx-devel/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/archiveopteryx/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client Modified: head/mail/milter-callback/Makefile ============================================================================== --- head/mail/milter-callback/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/milter-callback/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Milter to perform a envelope-fr LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libspf2.so:mail/libspf2 +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable + USES= tar:xz USE_RC_SUBR= milter-callback USE_GCC= any Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/spamdyke/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable USES= cpe qmail tar:tgz WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/assimp/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,7 +13,7 @@ COMMENT= Library to import various 3D mo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: ByteSwap has not been declared USES= cmake compiler:c++11-lib pkgconfig USE_GITHUB= yes Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/mediainfo/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../../../License LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libzen.so:multimedia/libzen -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: undefined reference to fmodl GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/tvheadend/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,15 +12,14 @@ COMMENT= TV streaming server supporting LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat - LIB_DEPENDS= libcurl.so:ftp/curl \ liburiparser.so:net/uriparser RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables +BROKEN_powerpc64= Does not build + USE_GITHUB= yes USES= execinfo gmake pkgconfig python shebangfix Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/telegram/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-im/telegram/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -18,7 +18,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfi BROKEN_mips= Missing header BROKEN_mips64= Missing header -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: Assertion failed: (get_int () == TLS_SCHEMA_V2) USES= execinfo gmake lua:52 ncurses pkgconfig readline ssl GNU_CONFIGURE= yes Modified: head/net-mgmt/chillispot/Makefile ============================================================================== --- head/net-mgmt/chillispot/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-mgmt/chillispot/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.chillispot.info MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable CONFLICTS= coovachilli-[0-9]* Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-mgmt/icinga2/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_system.so:devel/bo libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0) USE_GITHUB= yes GH_ACCOUNT= icinga Modified: head/net-p2p/litecoin-daemon/Makefile ============================================================================== --- head/net-p2p/litecoin-daemon/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/litecoin-daemon/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -7,8 +7,8 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build +NOT_FOR_ARCHS= powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= configure: error: Big Endian not supported USES+= cpe CPE_VENDOR= bitcoin Modified: head/net-p2p/litecoin-utils/Makefile ============================================================================== --- head/net-p2p/litecoin-utils/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/litecoin-utils/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -7,8 +7,8 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build +NOT_FOR_ARCHS= powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= configure: error: Big Endian not supported OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS Modified: head/net-p2p/twister/Makefile ============================================================================== --- head/net-p2p/twister/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/twister/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -15,11 +15,11 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb +BROKEN_powerpc64= Does not build: /usr/bin/ld: final link failed: Bad value + OPTIONS_DEFINE= DOCS USE_GITHUB= yes Modified: head/net-p2p/zetacoin-nox11/Makefile ============================================================================== --- head/net-p2p/zetacoin-nox11/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/zetacoin-nox11/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -9,6 +9,6 @@ OPTIONS_EXCLUDE= X11 QRCODES SLAVE_PORT= yes BROKEN_armv6= AtomicPointer not implemented -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not configure: error: No working boost sleep implementation found .include "${MASTERDIR}/Makefile" Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/kamailio/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -18,7 +18,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found USES= gmake ncurses readline shebangfix USE_LDCONFIG= yes Modified: head/net/libilbc/Makefile ============================================================================== --- head/net/libilbc/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/libilbc/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -11,9 +11,7 @@ COMMENT= Internet Low Bit Rate codec (RF LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - -NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS= powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture CONFLICTS= ilbc-r[0-9]* Modified: head/net/norm/Makefile ============================================================================== --- head/net/norm/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/norm/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -11,7 +11,7 @@ COMMENT= NACK-Oriented Reliable Multicas BROKEN_mips= Does not build: named return values are no longer supported BROKEN_mips64= Does not build: named return values are no longer supported -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: named return values are no longer supported BROKEN_sparc64= Does not build: named return values are no longer supported WRKSRC= ${WRKDIR}/norm-${DISTVERSION} Modified: head/net/openh323/Makefile ============================================================================== --- head/net/openh323/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/openh323/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,10 +13,10 @@ DIST_SUBDIR= openh323 MAINTAINER= ports@FreeBSD.org COMMENT= H323 Video Conferencing library -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpt_r.so:devel/pwlib +BROKEN_powerpc64= Does not build: call to H261Encoder::~H261Encoder() lacks nop, can't restore toc + CONFLICTS= h323plus-1.* WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} Modified: head/net/py-libnet/Makefile ============================================================================== --- head/net/py-libnet/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/py-libnet/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= EXAMPLES OSVER= uname -r BROKEN_aarch64= Fails to install: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libnet.so: No such file or directory -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Fails to install: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory post-patch: @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.py Modified: head/net/yami4/Makefile ============================================================================== --- head/net/yami4/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/yami4/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,7 +13,7 @@ COMMENT= Messaging library for distribut LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: snprintf is not a member of std # USES= compiler:c++11-lib Modified: head/ports-mgmt/portal/Makefile ============================================================================== --- head/ports-mgmt/portal/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/ports-mgmt/portal/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -10,7 +10,7 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: error: to_string is not a member of std PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz From owner-svn-ports-all@freebsd.org Sun Apr 30 01:13:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B68AD4BB5D; Sun, 30 Apr 2017 01:13:19 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2182AB3F; Sun, 30 Apr 2017 01:13:19 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U1DIXF065315; Sun, 30 Apr 2017 01:13:18 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1DILs065313; Sun, 30 Apr 2017 01:13:18 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201704300113.v3U1DILs065313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Sun, 30 Apr 2017 01:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439780 - in branches/2017Q2/emulators/qemu-utils: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:13:19 -0000 Author: asomers (src committer) Date: Sun Apr 30 01:13:17 2017 New Revision: 439780 URL: https://svnweb.freebsd.org/changeset/ports/439780 Log: MFH: r439132 Add missing file from r438925 Apparently when you run "make makepatch" in a slave port, the patchfiles get put into the master port's directory Pointy-hat to: asomers Reported by: pkg-fallout Approved by: brd (implicit) Sponsored by: Spectra Logic Corp Approved by: ports-secteam (junovitch) Added: branches/2017Q2/emulators/qemu-utils/files/patch-Makefile - copied unchanged from r439132, head/emulators/qemu-utils/files/patch-Makefile Modified: branches/2017Q2/emulators/qemu-utils/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/qemu-utils/Makefile ============================================================================== --- branches/2017Q2/emulators/qemu-utils/Makefile Sun Apr 30 01:12:10 2017 (r439779) +++ branches/2017Q2/emulators/qemu-utils/Makefile Sun Apr 30 01:13:17 2017 (r439780) @@ -19,7 +19,7 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL G MASTERDIR= ${.CURDIR}/../qemu PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr -EXTRA_PATCHES= ${.CURDIR}/files/patch-configure +EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure PKGMESSAGE= PORTDOCS= qemu-doc.html qmp-commands.txt Copied: branches/2017Q2/emulators/qemu-utils/files/patch-Makefile (from r439132, head/emulators/qemu-utils/files/patch-Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/emulators/qemu-utils/files/patch-Makefile Sun Apr 30 01:13:17 2017 (r439780, copy of r439132, head/emulators/qemu-utils/files/patch-Makefile) @@ -0,0 +1,14 @@ +--- Makefile.orig 2017-03-31 14:07:03 UTC ++++ Makefile +@@ -484,11 +490,6 @@ endif + ifeq ($(CONFIG_GTK),y) + $(MAKE) -C po $@ + endif +- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" +- set -e; for x in $(KEYMAPS); do \ +- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \ +- done +- $(INSTALL_DATA) $(BUILD_DIR)/trace-events-all "$(DESTDIR)$(qemu_datadir)/trace-events-all" + for d in $(TARGET_DIRS); do \ + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ + done From owner-svn-ports-all@freebsd.org Sun Apr 30 01:59:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F92CD568BB; Sun, 30 Apr 2017 01:59:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id 11CEC13D3; Sun, 30 Apr 2017 01:59:41 +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 v3U1xfJx089455; Sun, 30 Apr 2017 01:59:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1xZcX089397; Sun, 30 Apr 2017 01:59:35 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201704300159.v3U1xZcX089397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 30 Apr 2017 01:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439781 - in branches/2017Q2/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:59:42 -0000 Author: cpm Date: Sun Apr 30 01:59:34 2017 New Revision: 439781 URL: https://svnweb.freebsd.org/changeset/ports/439781 Log: MFH: r439776 www/chromium: update to 58.0.3029.81 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html Approved by: ports-secteam (junovitch) Added: branches/2017Q2/www/chromium/files/patch-base_process_memory.cc - copied unchanged from r439776, head/www/chromium/files/patch-base_process_memory.cc branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc - copied unchanged from r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h - copied unchanged from r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h branches/2017Q2/www/chromium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_vulcanize.gni - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_resources_vulcanize.gni branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc branches/2017Q2/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc branches/2017Q2/www/chromium/files/patch-components_tracing_child_child__memory__dump__manager__delegate__impl.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_child_child__memory__dump__manager__delegate__impl.cc branches/2017Q2/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.cc branches/2017Q2/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.h - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.h branches/2017Q2/www/chromium/files/patch-device_sensors_data__fetcher__shared__memory.h - copied unchanged from r439776, head/www/chromium/files/patch-device_sensors_data__fetcher__shared__memory.h branches/2017Q2/www/chromium/files/patch-services_catalog_public_cpp_manifest__parsing__util.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_public_cpp_manifest__parsing__util.cc branches/2017Q2/www/chromium/files/patch-services_catalog_store.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_store.cc branches/2017Q2/www/chromium/files/patch-services_catalog_store.h - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_store.h branches/2017Q2/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc branches/2017Q2/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc branches/2017Q2/www/chromium/files/patch-storage_browser_quota_quota__settings.cc - copied unchanged from r439776, head/www/chromium/files/patch-storage_browser_quota_quota__settings.cc branches/2017Q2/www/chromium/files/patch-third__party_node_node.py - copied unchanged from r439776, head/www/chromium/files/patch-third__party_node_node.py Deleted: branches/2017Q2/www/chromium/files/extra-patch-10 branches/2017Q2/www/chromium/files/patch-base_allocator_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_gpu_gpu__feature__checker.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2017Q2/www/chromium/files/patch-content_browser_device__sensors_data__fetcher__shared__memory.h branches/2017Q2/www/chromium/files/patch-device_time__zone__monitor_time__zone__monitor.cc branches/2017Q2/www/chromium/files/patch-device_time__zone__monitor_time__zone__monitor__linux.cc branches/2017Q2/www/chromium/files/patch-third__party_freetype2_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_voice__engine_voice__engine__defines.h Modified: branches/2017Q2/www/chromium/Makefile branches/2017Q2/www/chromium/distinfo branches/2017Q2/www/chromium/files/extra-patch-clang branches/2017Q2/www/chromium/files/patch-BUILD.gn branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc branches/2017Q2/www/chromium/files/patch-base_BUILD.gn branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h branches/2017Q2/www/chromium/files/patch-base_files_file__util.h branches/2017Q2/www/chromium/files/patch-base_linux__util.cc branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h branches/2017Q2/www/chromium/files/patch-base_process_launch.cc branches/2017Q2/www/chromium/files/patch-base_process_launch.h branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc branches/2017Q2/www/chromium/files/patch-base_process_memory.h branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni branches/2017Q2/www/chromium/files/patch-build_config_clang_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_crypto.gni branches/2017Q2/www/chromium/files/patch-build_config_features.gni branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_pkg-config.py branches/2017Q2/www/chromium/files/patch-build_config_sanitizers_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni branches/2017Q2/www/chromium/files/patch-build_config_ui.gni branches/2017Q2/www/chromium/files/patch-build_linux_libpci_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_secondary_third__party_nss_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni branches/2017Q2/www/chromium/files/patch-build_toolchain_get__concurrent__links.py branches/2017Q2/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc branches/2017Q2/www/chromium/files/patch-cc_trees_property__tree.cc branches/2017Q2/www/chromium/files/patch-chrome_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__command__ids.h branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main__delegate.h branches/2017Q2/www/chromium/files/patch-chrome_app_chromium__strings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2017Q2/www/chromium/files/patch-chrome_app_google__chrome__strings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_mash_mash__runner.cc branches/2017Q2/www/chromium/files/patch-chrome_app_resources_locale__settings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_settings__strings.grdp branches/2017Q2/www/chromium/files/patch-chrome_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_about__flags.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__process__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__process__impl.h branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main__linux.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2017Q2/www/chromium/files/patch-chrome_browser_defaults.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_diagnostics_diagnostics__writer.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__commands.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__commands.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__prefs.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__prefs.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__query.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__shelf__context__menu.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_activity__log_activity__log.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_image__writer__private_image__writer__private__api.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_input__ime_input__ime__api.h branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_messaging_message__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_music__manager__private_device__id__linux.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_bookmark__app__helper.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_gpu_gl__string__manager.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_interstitials_chrome__controller__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_memory__details.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_net_async__dns__field__trial.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_notifications_message__center__notification__manager.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_platform__util.h branches/2017Q2/www/chromium/files/patch-chrome_browser_plugins_plugins__resource__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_policy_policy__prefs__browsertest.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_profiles_profile__impl__io__data.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_safe__browsing_gen__file__type__proto.py branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__handler__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_search_local__files__ntp__source.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_speech_tts__controller__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h branches/2017Q2/www/chromium/files/patch-chrome_browser_tracing_crash__service__uploader.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_browser__view__prefs.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_exclusive__access_exclusive__access__bubble.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_libgtkui_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_libgtkui_print__dialog__gtk.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_toolbar_app__menu__model.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__platform__specific.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_message__center_message__center__frame__view.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_extensions_extension__loader__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_web__applications_web__app.h branches/2017Q2/www/chromium/files/patch-chrome_common_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths.cc branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths.h branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths__internal.h branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_chrome__extensions__client.cc branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_command.cc branches/2017Q2/www/chromium/files/patch-chrome_common_features.gni branches/2017Q2/www/chromium/files/patch-chrome_common_pref__names.cc branches/2017Q2/www/chromium/files/patch-chrome_common_pref__names.h branches/2017Q2/www/chromium/files/patch-chrome_common_url__constants.cc branches/2017Q2/www/chromium/files/patch-chrome_common_url__constants.h branches/2017Q2/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.cc branches/2017Q2/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.h branches/2017Q2/www/chromium/files/patch-chrome_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2017Q2/www/chromium/files/patch-chrome_test_base_testing__browser__process.h branches/2017Q2/www/chromium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc branches/2017Q2/www/chromium/files/patch-chromecast_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc branches/2017Q2/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc branches/2017Q2/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_crash_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc branches/2017Q2/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc branches/2017Q2/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.h branches/2017Q2/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc branches/2017Q2/www/chromium/files/patch-components_crash_content_app_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_crash_content_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_drive_drive__api__util.cc branches/2017Q2/www/chromium/files/patch-components_feedback_anonymizer__tool.cc branches/2017Q2/www/chromium/files/patch-components_flags__ui_flags__state.cc branches/2017Q2/www/chromium/files/patch-components_gcm__driver_gcm__client.h branches/2017Q2/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc branches/2017Q2/www/chromium/files/patch-components_json__schema_json__schema__validator.cc branches/2017Q2/www/chromium/files/patch-components_keyed__service_core_dependency__graph__unittest.cc branches/2017Q2/www/chromium/files/patch-components_metrics_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_metrics_drive__metrics__provider__linux.cc branches/2017Q2/www/chromium/files/patch-components_metrics_system__memory__stats__recorder__linux.cc branches/2017Q2/www/chromium/files/patch-components_neterror_resources_neterror.js branches/2017Q2/www/chromium/files/patch-components_os__crypt_os__crypt.h branches/2017Q2/www/chromium/files/patch-components_password__manager_core_browser_import_csv__reader.cc branches/2017Q2/www/chromium/files/patch-components_plugins_renderer_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_plugins_renderer_plugin__placeholder.cc branches/2017Q2/www/chromium/files/patch-components_policy_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_policy_core_common_schema.cc branches/2017Q2/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2017Q2/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2017Q2/www/chromium/files/patch-components_storage__monitor_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.cc branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.h branches/2017Q2/www/chromium/files/patch-components_sync_base_get__session__name.cc branches/2017Q2/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc branches/2017Q2/www/chromium/files/patch-components_update__client_update__query__params.cc branches/2017Q2/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc branches/2017Q2/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc branches/2017Q2/www/chromium/files/patch-components_variations_proto_study.proto branches/2017Q2/www/chromium/files/patch-components_webcrypto_algorithms_test__helpers.cc branches/2017Q2/www/chromium/files/patch-content_app_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_app_content__main__runner.cc branches/2017Q2/www/chromium/files/patch-content_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_browser_accessibility_browser__accessibility.h branches/2017Q2/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__manager.h branches/2017Q2/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2017Q2/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc branches/2017Q2/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc branches/2017Q2/www/chromium/files/patch-content_browser_download_base__file.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__internals__ui.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2017Q2/www/chromium/files/patch-content_browser_media_media__internals.cc branches/2017Q2/www/chromium/files/patch-content_browser_memory_memory__coordinator__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_memory_memory__monitor.cc branches/2017Q2/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__manager.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc branches/2017Q2/www/chromium/files/patch-content_browser_tracing_tracing__controller__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_utility__process__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_child_child__process.cc branches/2017Q2/www/chromium/files/patch-content_child_child__process.h branches/2017Q2/www/chromium/files/patch-content_child_child__thread__impl.cc branches/2017Q2/www/chromium/files/patch-content_child_child__thread__impl.h branches/2017Q2/www/chromium/files/patch-content_common_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_common_child__process__messages.h branches/2017Q2/www/chromium/files/patch-content_common_content__switches__internal.cc branches/2017Q2/www/chromium/files/patch-content_common_sandbox__linux_sandbox__debug__handling__linux.cc branches/2017Q2/www/chromium/files/patch-content_common_set__process__title__linux.cc branches/2017Q2/www/chromium/files/patch-content_common_set__process__title__linux.h branches/2017Q2/www/chromium/files/patch-content_common_view__messages.h branches/2017Q2/www/chromium/files/patch-content_gpu_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_gpu_gpu__child__thread.cc branches/2017Q2/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2017Q2/www/chromium/files/patch-content_gpu_in__process__gpu__thread.cc branches/2017Q2/www/chromium/files/patch-content_public_common_child__process__host.h branches/2017Q2/www/chromium/files/patch-content_public_common_content__switches.cc branches/2017Q2/www/chromium/files/patch-content_public_common_content__switches.h branches/2017Q2/www/chromium/files/patch-content_public_common_renderer__preferences.h branches/2017Q2/www/chromium/files/patch-content_public_test_browser__test__base.cc branches/2017Q2/www/chromium/files/patch-content_renderer_media_webrtc_processed__local__audio__source.cc branches/2017Q2/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc branches/2017Q2/www/chromium/files/patch-content_renderer_webscrollbarbehavior__impl__aura.cc branches/2017Q2/www/chromium/files/patch-content_shell_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc branches/2017Q2/www/chromium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2017Q2/www/chromium/files/patch-content_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-crypto_nss__util.cc branches/2017Q2/www/chromium/files/patch-device_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_battery_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_bluetooth_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_gamepad_gamepad__provider.cc branches/2017Q2/www/chromium/files/patch-device_geolocation_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_geolocation_location__arbitrator.cc branches/2017Q2/www/chromium/files/patch-device_hid_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__daemon__client.h branches/2017Q2/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__manager.h branches/2017Q2/www/chromium/files/patch-device_serial_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_serial_serial__io__handler__posix.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__context.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__context__unittest.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__handle__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__handle__impl.h branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__error.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__service__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__service__impl.h branches/2017Q2/www/chromium/files/patch-extensions_browser_api_declarative__webrequest_webrequest__action.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_networking__private_networking__private__event__router__factory.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_serial_serial__api.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_web__request_form__data__parser.cc branches/2017Q2/www/chromium/files/patch-extensions_common_image__util.cc branches/2017Q2/www/chromium/files/patch-extensions_common_stack__frame.cc branches/2017Q2/www/chromium/files/patch-gpu_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_command__buffer_service_program__manager.cc branches/2017Q2/www/chromium/files/patch-gpu_config_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__control__list.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__control__list__unittest.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__info__collector.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__test__config.cc branches/2017Q2/www/chromium/files/patch-gpu_gles2__conform__support_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_gles2__conform__support_native_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_client_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_service_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc branches/2017Q2/www/chromium/files/patch-gpu_tools_compositor__model__bench_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_vulkan_BUILD.gn branches/2017Q2/www/chromium/files/patch-ipc_ipc__channel.h branches/2017Q2/www/chromium/files/patch-ipc_ipc__message__utils.cc branches/2017Q2/www/chromium/files/patch-ipc_ipc__message__utils.h branches/2017Q2/www/chromium/files/patch-mash_package_mash__packaged__service.cc branches/2017Q2/www/chromium/files/patch-media__audio__alsa__audio_manager_alsa.cc branches/2017Q2/www/chromium/files/patch-media_audio_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_audio_audio__manager.cc branches/2017Q2/www/chromium/files/patch-media_audio_audio__manager.h branches/2017Q2/www/chromium/files/patch-media_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_base_audio__latency.cc branches/2017Q2/www/chromium/files/patch-media_base_video__frame.cc branches/2017Q2/www/chromium/files/patch-media_base_video__frame.h branches/2017Q2/www/chromium/files/patch-media_capture_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_file__video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_cast_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_cdm_ppapi_ppapi__cdm__adapter.gni branches/2017Q2/www/chromium/files/patch-media_ffmpeg_ffmpeg__common.h branches/2017Q2/www/chromium/files/patch-media_filters_ffmpeg__demuxer.cc branches/2017Q2/www/chromium/files/patch-media_filters_vp9__parser.h branches/2017Q2/www/chromium/files/patch-media_formats_common_offset__byte__queue.cc branches/2017Q2/www/chromium/files/patch-media_formats_common_offset__byte__queue.h branches/2017Q2/www/chromium/files/patch-media_formats_mp2t_es__parser__adts.cc branches/2017Q2/www/chromium/files/patch-media_formats_mp2t_es__parser__mpeg1audio.cc branches/2017Q2/www/chromium/files/patch-mojo_BUILD.gn branches/2017Q2/www/chromium/files/patch-mojo_edk_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-native__client__sdk_src_BUILD.gn branches/2017Q2/www/chromium/files/patch-net_BUILD.gn branches/2017Q2/www/chromium/files/patch-net_base_address__tracker__linux.h branches/2017Q2/www/chromium/files/patch-net_base_address__tracker__linux__unittest.cc branches/2017Q2/www/chromium/files/patch-net_base_mime__util__unittest.cc branches/2017Q2/www/chromium/files/patch-net_base_network__change__notifier.cc branches/2017Q2/www/chromium/files/patch-net_base_network__interfaces__posix.cc branches/2017Q2/www/chromium/files/patch-net_disk__cache_blockfile_disk__format.h branches/2017Q2/www/chromium/files/patch-net_dns_address__sorter__posix.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__config__service__posix__unittest.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__reloader.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__util.cc branches/2017Q2/www/chromium/files/patch-net_dns_host__resolver__proc.cc branches/2017Q2/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc branches/2017Q2/www/chromium/files/patch-net_http_http__network__session.cc branches/2017Q2/www/chromium/files/patch-net_proxy_proxy__config__service__linux.cc branches/2017Q2/www/chromium/files/patch-net_proxy_proxy__service.cc branches/2017Q2/www/chromium/files/patch-net_quic_platform_impl_quic__ip__address__impl.cc branches/2017Q2/www/chromium/files/patch-net_socket_socks5__client__socket.cc branches/2017Q2/www/chromium/files/patch-net_socket_udp__socket__posix.cc branches/2017Q2/www/chromium/files/patch-net_tools_cert__verify__tool_verify__using__path__builder.cc branches/2017Q2/www/chromium/files/patch-net_tools_get__server__time_get__server__time.cc branches/2017Q2/www/chromium/files/patch-net_url__request_url__request__context__builder.cc branches/2017Q2/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2017Q2/www/chromium/files/patch-ppapi_proxy_file__io__resource.cc branches/2017Q2/www/chromium/files/patch-ppapi_shared__impl_private_net__address__private__impl.cc branches/2017Q2/www/chromium/files/patch-ppapi_tests_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-printing_BUILD.gn branches/2017Q2/www/chromium/files/patch-printing_cups__config__helper.py branches/2017Q2/www/chromium/files/patch-remoting_host_BUILD.gn branches/2017Q2/www/chromium/files/patch-sandbox_features.gni branches/2017Q2/www/chromium/files/patch-sdch_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_standalone__service.cc branches/2017Q2/www/chromium/files/patch-services_service__manager_runner_host_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_standalone_context.cc branches/2017Q2/www/chromium/files/patch-services_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_ui_gpu_gpu__main.cc branches/2017Q2/www/chromium/files/patch-services_ui_ime_BUILD.gn branches/2017Q2/www/chromium/files/patch-skia_BUILD.gn branches/2017Q2/www/chromium/files/patch-skia_ext_SkMemory__new__handler.cpp branches/2017Q2/www/chromium/files/patch-testing_gtest_src_gtest.cc branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_bindings_core_v8_V8ScriptRunner.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_core_layout_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontCache.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontCache.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_GCInfo.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_StackFrameDepth.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_Assertions.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_Atomics.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ByteSwap.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ContainerAnnotations.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_StackUtil.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp branches/2017Q2/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_angle_gni_angle.gni branches/2017Q2/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_boringssl_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c branches/2017Q2/www/chromium/files/patch-third__party_cacheinvalidation_src_google_cacheinvalidation_include_types.h branches/2017Q2/www/chromium/files/patch-third__party_expat_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gni branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c branches/2017Q2/www/chromium/files/patch-third__party_fontconfig_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_glslang_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_leveldatabase_env__chromium.cc branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h branches/2017Q2/www/chromium/files/patch-third__party_libusb_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libxml_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libxslt_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libyuv_include_libyuv_row.h branches/2017Q2/www/chromium/files/patch-third__party_mesa_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_minigbm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_opus_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ots_include_opentype-sanitiser.h branches/2017Q2/www/chromium/files/patch-third__party_pdfium_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h branches/2017Q2/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_JS__Value.cpp branches/2017Q2/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_PublicMethods.cpp branches/2017Q2/www/chromium/files/patch-third__party_pdfium_skia_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_pdfium_third__party_base_logging.h branches/2017Q2/www/chromium/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h branches/2017Q2/www/chromium/files/patch-third__party_sqlite_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_usrsctp_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_httpcommon.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_ifaddrs__converter.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_ipaddress.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_network.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_network.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_physicalsocketserver.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_platform__thread.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_stringutils.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_rtp__rtcp_source_forward__error__correction.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc branches/2017Q2/www/chromium/files/patch-third__party_widevine_cdm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_yasm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_zlib_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_battor__agent_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_gn_args.cc branches/2017Q2/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py branches/2017Q2/www/chromium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_variations_fieldtrial__to__struct.py branches/2017Q2/www/chromium/files/patch-ui_accessibility_platform_ax__platform__node.h branches/2017Q2/www/chromium/files/patch-ui_app__list_app__list__constants.cc branches/2017Q2/www/chromium/files/patch-ui_app__list_app__list__constants.h branches/2017Q2/www/chromium/files/patch-ui_app__list_views_app__list__item__view.cc branches/2017Q2/www/chromium/files/patch-ui_aura_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc branches/2017Q2/www/chromium/files/patch-ui_base_ime_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_ime_ime__engine__handler__interface.h branches/2017Q2/www/chromium/files/patch-ui_base_ime_input__method__factory.cc branches/2017Q2/www/chromium/files/patch-ui_base_ime_input__method__initializer.cc branches/2017Q2/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2017Q2/www/chromium/files/patch-ui_base_ui__features.gni branches/2017Q2/www/chromium/files/patch-ui_base_webui_web__ui__util.cc branches/2017Q2/www/chromium/files/patch-ui_compositor_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc branches/2017Q2/www/chromium/files/patch-ui_events_event__switches.cc branches/2017Q2/www/chromium/files/patch-ui_events_event__switches.h branches/2017Q2/www/chromium/files/patch-ui_events_keycodes_dom_keycode__converter.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_gfx_canvas__skia.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__list.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__render__params.h branches/2017Q2/www/chromium/files/patch-ui_gfx_render__text.cc branches/2017Q2/www/chromium/files/patch-ui_gl_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.cc branches/2017Q2/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.h branches/2017Q2/www/chromium/files/patch-ui_message__center_message__center__style.h branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__center__button__bar.cc branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__center__button__bar.h branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__view__factory.cc branches/2017Q2/www/chromium/files/patch-ui_message__center_views_toast__contents__view.cc branches/2017Q2/www/chromium/files/patch-ui_resources_ui__resources.grd branches/2017Q2/www/chromium/files/patch-ui_views_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_accessibility_native__view__accessibility.h branches/2017Q2/www/chromium/files/patch-ui_views_bubble_bubble__dialog__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_label.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_corewm_tooltip__aura.cc branches/2017Q2/www/chromium/files/patch-ui_views_examples_widget__example.cc branches/2017Q2/www/chromium/files/patch-ui_views_mus_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_mus_aura__init.cc branches/2017Q2/www/chromium/files/patch-ui_views_mus_aura__init.h branches/2017Q2/www/chromium/files/patch-ui_views_selection__controller.cc branches/2017Q2/www/chromium/files/patch-ui_views_style_platform__style.cc branches/2017Q2/www/chromium/files/patch-ui_views_views__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_views_views__delegate.h branches/2017Q2/www/chromium/files/patch-ui_views_views__switches.cc branches/2017Q2/www/chromium/files/patch-ui_views_window_custom__frame__view.cc branches/2017Q2/www/chromium/files/patch-ui_views_window_dialog__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_webui_resources_js_cr.js branches/2017Q2/www/chromium/files/patch-ui_webui_resources_js_icon.js branches/2017Q2/www/chromium/files/patch-v8_BUILD.gn branches/2017Q2/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2017Q2/www/chromium/files/patch-v8_src_globals.h branches/2017Q2/www/chromium/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/chromium/Makefile ============================================================================== --- branches/2017Q2/www/chromium/Makefile Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/Makefile Sun Apr 30 01:59:34 2017 (r439781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 57.0.2987.133 +PORTVERSION= 58.0.3029.81 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -20,6 +20,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ffmpeg>=3.2.2,1:multimedia/ffmpeg \ bash:shells/bash \ flock:sysutils/flock \ + node:www/node \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ @@ -88,7 +89,8 @@ GN_ARGS+= is_clang=true \ toolkit_views=true \ use_allocator="none" \ use_aura=true \ - use_experimental_allocator_shim=true \ + use_cups=true \ + use_experimental_allocator_shim=false \ treat_warnings_as_errors=false \ use_sysroot=false \ use_system_libjpeg=true \ @@ -196,16 +198,10 @@ MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/i # TODO: move this big extra to small ones EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang -.if ${OPSYS} == FreeBSD -.if ${OSVERSION} < 1100000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 -.endif - # Work around base r261801 -.if ${OSVERSION} < 1100508 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100508 GN_ARGS+= extra_cxxflags="-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1" .endif -.endif pre-everything:: @${ECHO_MSG} @@ -217,9 +213,6 @@ pre-everything:: @${ECHO_MSG} "and a fair amount of free diskspace (~ 3.7GB)." .endif @${ECHO_MSG} - @${ECHO_MSG} "Make sure you have Python build with the SEM option ON" - @${ECHO_MSG} "(default in python27-2.7.8 since r361735)" - @${ECHO_MSG} pre-configure: # We used to remove bundled libraries to be sure that chromium uses @@ -238,6 +231,10 @@ do-configure: cd ${WRKSRC} && ${SETENV} ./out/${BUILDTYPE}/gn \ gen --args='${GN_ARGS}' out/${BUILDTYPE} + # Setup nodejs dependency + @${MKDIR} ${WRKSRC}/third_party/node/linux/node-linux-x64/bin + ${LN} -sf ${LOCALBASE}/bin/node ${WRKSRC}/third_party/node/linux/node-linux-x64/bin/node + test regression-test: build .for t in ${TEST_TARGETS} cd ${WRKSRC}/out/${BUILDTYPE} && ${SETENV} LC_ALL=en_US.UTF-8 \ Modified: branches/2017Q2/www/chromium/distinfo ============================================================================== --- branches/2017Q2/www/chromium/distinfo Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/distinfo Sun Apr 30 01:59:34 2017 (r439781) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490878091 -SHA256 (chromium-57.0.2987.133.tar.xz) = 70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7 -SIZE (chromium-57.0.2987.133.tar.xz) = 525240460 -SHA256 (chromium-57.0.2987.133-testdata.tar.xz) = 16188e40b7dccbbce4f20dd0a2c5dafabc98c4fd55bbbc85d1458a736e2d8084 -SIZE (chromium-57.0.2987.133-testdata.tar.xz) = 124080256 +TIMESTAMP = 1492682402 +SHA256 (chromium-58.0.3029.81.tar.xz) = 5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb +SIZE (chromium-58.0.3029.81.tar.xz) = 509252204 +SHA256 (chromium-58.0.3029.81-testdata.tar.xz) = 8fa8d18c5ccfa8cbb067c4d88a0b8ed0dfd52b5d784c2cf48b91d1cb3a2fb264 +SIZE (chromium-58.0.3029.81-testdata.tar.xz) = 124158512 Modified: branches/2017Q2/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2017Q2/www/chromium/files/extra-patch-clang Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/extra-patch-clang Sun Apr 30 01:59:34 2017 (r439781) @@ -52,6 +52,17 @@ EXPECT_CALL(callback_, OnError(_)) .Times(2); +--- third_party/libjingle_xmpp/task_runner/taskrunner.cc.orig 2017-04-19 19:06:52 UTC ++++ third_party/libjingle_xmpp/task_runner/taskrunner.cc +@@ -95,7 +95,7 @@ void TaskRunner::InternalRunTasks(bool i + std::vector::iterator it; + it = std::remove(tasks_.begin(), + tasks_.end(), +- reinterpret_cast(NULL)); ++ static_cast(NULL)); + + tasks_.erase(it, tasks_.end()); + --- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 +++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ @@ -99,13 +110,3 @@ CMapFormat::kFormat4, cmap_id) { } ---- third_party/webrtc/base/taskrunner.cc.orig 2017-03-09 21:05:29.000000000 +0100 -+++ third_party/webrtc/base/taskrunner.cc 2017-03-10 13:19:54.203141000 +0100 -@@ -96,7 +96,7 @@ - std::vector::iterator it; - it = std::remove(tasks_.begin(), - tasks_.end(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - - tasks_.erase(it, tasks_.end()); Modified: branches/2017Q2/www/chromium/files/patch-BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- BUILD.gn.orig 2017-04-19 19:06:27 UTC +++ BUILD.gn -@@ -221,7 +221,7 @@ group("both_gn_and_gyp") { +@@ -220,7 +220,7 @@ group("both_gn_and_gyp") { ] } @@ -9,7 +9,7 @@ deps += [ "//chrome", "//chrome/test:browser_tests", -@@ -281,7 +281,7 @@ group("both_gn_and_gyp") { +@@ -277,7 +277,7 @@ group("both_gn_and_gyp") { ] } @@ -18,7 +18,7 @@ # TODO(GYP): Figure out which of these should actually build on iOS, # and whether there should be other targets that are iOS-only and missing. deps += [ -@@ -325,7 +325,7 @@ group("both_gn_and_gyp") { +@@ -322,7 +322,7 @@ group("both_gn_and_gyp") { "//ui/touch_selection:ui_touch_selection_unittests", "//url/ipc:url_ipc_unittests", ] @@ -27,7 +27,7 @@ deps += [ "//ios:all" ] } -@@ -495,7 +495,7 @@ group("both_gn_and_gyp") { +@@ -482,7 +482,7 @@ group("both_gn_and_gyp") { ] } @@ -36,7 +36,7 @@ # The following are definitely linux-only. deps += [ "//chrome:manpage", -@@ -518,9 +518,16 @@ group("both_gn_and_gyp") { +@@ -505,9 +505,16 @@ group("both_gn_and_gyp") { # TODO(dpranke): add the linux_dump_symbols flag? deps += [ "//chrome:linux_symbols" ] } @@ -54,7 +54,7 @@ deps += [ "//base:base_i18n_perftests", "//base:base_perftests", -@@ -592,7 +599,7 @@ group("both_gn_and_gyp") { +@@ -578,7 +585,7 @@ group("both_gn_and_gyp") { if (enable_nacl) { deps += [ "//components/nacl/loader:nacl_loader_unittests" ] @@ -63,7 +63,7 @@ # TODO(dpranke): Figure out what platforms should actually have this. deps += [ "//components/nacl/loader:nacl_helper" ] -@@ -700,7 +707,7 @@ group("both_gn_and_gyp") { +@@ -684,7 +691,7 @@ group("both_gn_and_gyp") { deps += [ "//chrome/installer/mini_installer:next_version_mini_installer" ] } @@ -72,7 +72,7 @@ deps += [ "//breakpad:symupload($host_toolchain)" ] } -@@ -745,7 +752,7 @@ group("gn_only") { +@@ -728,7 +735,7 @@ group("gn_only") { deps += [ "//components/proximity_auth:proximity_auth_unittests" ] } @@ -81,7 +81,7 @@ deps += [ "//mash:all", "//media/mojo/services:media_service_unittests", -@@ -771,7 +778,7 @@ group("gn_only") { +@@ -754,7 +761,7 @@ group("gn_only") { } } @@ -90,7 +90,7 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps += [ -@@ -826,7 +833,7 @@ group("gn_only") { +@@ -794,7 +801,7 @@ group("gn_only") { } if (target_cpu == "x86" || target_cpu == "x64") { @@ -99,7 +99,7 @@ deps += [ "//chrome/test:load_library_perf_tests" ] } deps += [ -@@ -834,7 +841,7 @@ group("gn_only") { +@@ -802,7 +809,7 @@ group("gn_only") { "//third_party/libjpeg_turbo:simd_asm", ] } @@ -108,7 +108,7 @@ deps += [ "//v8:v8_shell" ] } } -@@ -844,7 +851,7 @@ group("gn_only") { +@@ -812,7 +819,7 @@ group("gn_only") { } if ((is_linux && !is_chromeos && !is_chromecast) || (is_win && use_drfuzz) || @@ -117,7 +117,7 @@ deps += [ "//testing/libfuzzer/fuzzers", "//testing/libfuzzer/tests:libfuzzer_tests", -@@ -876,7 +883,7 @@ group("gn_only") { +@@ -844,7 +851,7 @@ group("gn_only") { group("gn_mojo_targets") { testonly = true @@ -126,7 +126,7 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps = [ -@@ -902,7 +909,7 @@ group("gn_visibility") { +@@ -870,7 +877,7 @@ group("gn_visibility") { } } @@ -135,7 +135,7 @@ # This group includes all of the targets needed to build and test Blink, # including running the layout tests (see below). group("blink_tests") { -@@ -948,7 +955,7 @@ if (!is_ios) { +@@ -935,7 +942,7 @@ if (!is_ios) { data_deps += [ "//content/shell:content_shell_crash_service" ] } @@ -144,7 +144,7 @@ data_deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -956,7 +963,7 @@ if (!is_ios) { +@@ -943,7 +950,7 @@ if (!is_ios) { data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } @@ -153,7 +153,7 @@ data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } -@@ -978,7 +985,7 @@ group("chromium_swarm_tests") { +@@ -979,7 +986,7 @@ group("chromium_swarm_tests") { group("chromium_builder_perf") { testonly = true @@ -162,7 +162,7 @@ data_deps = [ "//cc:cc_perftests", "//chrome/test:load_library_perf_tests", -@@ -1008,7 +1015,7 @@ group("chromium_builder_perf") { +@@ -1009,7 +1016,7 @@ group("chromium_builder_perf") { "//chrome/installer/mini_installer:mini_installer", "//chrome/test:angle_perftests", ] Modified: branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- apps/ui/views/app_window_frame_view.cc.orig 2017-02-02 02:02:46 UTC +--- apps/ui/views/app_window_frame_view.cc.orig 2017-04-19 19:06:27 UTC +++ apps/ui/views/app_window_frame_view.cc @@ -132,7 +132,7 @@ gfx::Rect AppWindowFrameView::GetBoundsF gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( Modified: branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- ash/display/mirror_window_controller.cc.orig 2017-01-26 00:49:06 UTC +--- ash/display/mirror_window_controller.cc.orig 2017-04-19 19:06:27 UTC +++ ash/display/mirror_window_controller.cc -@@ -250,7 +250,11 @@ void MirrorWindowController::UpdateWindo +@@ -251,7 +251,11 @@ void MirrorWindowController::UpdateWindo return info.id() == iter->first; }) == display_info_list.end()) { CloseAndDeleteHost(iter->second, true); Modified: branches/2017Q2/www/chromium/files/patch-base_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,7 +1,17 @@ ---- base/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/BUILD.gn -@@ -1116,6 +1116,35 @@ component("base") { - public_deps += [ "//base/allocator:unified_allocator_shim" ] +@@ -1156,6 +1156,9 @@ component("base") { + deps += [ "//base/allocator:tcmalloc" ] + } else if (is_linux && use_allocator == "none") { + sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] ++ } else if (is_bsd && use_allocator == "none") { ++ # TODO move the code to "allocator_shim_default_dispatch_to_glibc.cc" ++ sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] + } else if (is_android && use_allocator == "none") { + sources += [ + "allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", +@@ -1171,6 +1174,34 @@ component("base") { + } } + if (is_bsd) { @@ -15,11 +25,10 @@ + "sys_info_linux.cc", + "trace_event/malloc_dump_provider.cc", + "trace_event/malloc_dump_provider.h", -+ "debug/proc_maps_linux.cc", -+ "debug/proc_maps_linux.h", + ] + sources += [ + "files/file_path_watcher_stub.cc", ++ "process/memory_stubs.cc", + "process/process_handle_freebsd.cc", + "process/process_iterator_freebsd.cc", + "process/process_metrics_freebsd.cc", @@ -36,7 +45,7 @@ # Allow more direct string conversions on platforms with native utf8 # strings if (is_mac || is_ios || is_chromeos || is_chromecast) { -@@ -1416,7 +1445,7 @@ component("base") { +@@ -1467,7 +1498,7 @@ component("base") { } # Linux. @@ -45,7 +54,7 @@ if (is_asan || is_lsan || is_msan || is_tsan) { # For llvm-sanitizer. data += [ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ] -@@ -1441,7 +1470,7 @@ component("base") { +@@ -1492,7 +1523,7 @@ component("base") { "//base/third_party/xdg_user_dirs", ] } else { @@ -54,7 +63,7 @@ sources -= [ "nix/mime_util_xdg.cc", "nix/mime_util_xdg.h", -@@ -1457,6 +1486,13 @@ component("base") { +@@ -1508,6 +1539,13 @@ component("base") { } } @@ -68,7 +77,7 @@ # iOS if (is_ios) { set_sources_assignment_filter([]) -@@ -2245,6 +2281,12 @@ test("base_unittests") { +@@ -2309,6 +2347,12 @@ test("base_unittests") { set_sources_assignment_filter(sources_assignment_filter) } Modified: branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.h.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/process_memory_dump.h.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/process_memory_dump.h @@ -24,7 +24,7 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/allocator/allocator_shim.cc.orig 2017-02-02 02:02:47 UTC +--- base/allocator/allocator_shim.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim.cc -@@ -89,7 +89,7 @@ inline const allocator::AllocatorDispatc +@@ -81,7 +81,7 @@ inline const allocator::AllocatorDispatc // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully // barriered on Linux+Clang, and that causes visible perf regressons. return reinterpret_cast( Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2017-01-26 00:49:07 UTC +--- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_default_dispatch_to_glibc.cc @@ -3,19 +3,28 @@ // found in the LICENSE file. @@ -37,32 +37,41 @@ } // extern "C" namespace { -@@ -23,23 +32,23 @@ namespace { +@@ -23,32 +32,32 @@ namespace { using base::allocator::AllocatorDispatch; - void* GlibcMalloc(const AllocatorDispatch*, size_t size) { + void* GlibcMalloc(const AllocatorDispatch*, size_t size, void* context) { - return __libc_malloc(size); + return __malloc(size); } - void* GlibcCalloc(const AllocatorDispatch*, size_t n, size_t size) { + void* GlibcCalloc(const AllocatorDispatch*, + size_t n, + size_t size, + void* context) { - return __libc_calloc(n, size); + return __calloc(n, size); } - void* GlibcRealloc(const AllocatorDispatch*, void* address, size_t size) { + void* GlibcRealloc(const AllocatorDispatch*, + void* address, + size_t size, + void* context) { - return __libc_realloc(address, size); + return __realloc(address, size); } - void* GlibcMemalign(const AllocatorDispatch*, size_t alignment, size_t size) { + void* GlibcMemalign(const AllocatorDispatch*, + size_t alignment, + size_t size, + void* context) { - return __libc_memalign(alignment, size); + return __memalign(alignment, size); } - void GlibcFree(const AllocatorDispatch*, void* address) { + void GlibcFree(const AllocatorDispatch*, void* address, void* context) { - __libc_free(address); + __free(address); } - size_t GlibcGetSizeEstimate(const AllocatorDispatch*, void* address) { + size_t GlibcGetSizeEstimate(const AllocatorDispatch*, Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_override_libc_symbols.h.orig 2017-01-26 00:49:07 UTC +--- base/allocator/allocator_shim_override_libc_symbols.h.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_override_libc_symbols.h @@ -10,7 +10,7 @@ #endif Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,61 +1,36 @@ ---- base/allocator/allocator_shim_unittest.cc.orig 2017-03-09 20:04:26 UTC +--- base/allocator/allocator_shim_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_unittest.cc -@@ -4,7 +4,6 @@ - - #include "base/allocator/allocator_shim.h" - --#include - #include - #include - -@@ -196,11 +195,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS - ASSERT_GE(zero_allocs_intercepted_by_size[2 * 23], 1u); +@@ -289,7 +289,7 @@ TEST_F(AllocatorShimTest, InterceptLibcS + ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); + #endif // !OS_WIN - #if !defined(OS_WIN) -+#if !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_MACOSX) ++#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) void* memalign_ptr = memalign(128, 53); ASSERT_NE(nullptr, memalign_ptr); ASSERT_EQ(0u, reinterpret_cast(memalign_ptr) % 128); - ASSERT_GE(aligned_allocs_intercepted_by_alignment[128], 1u); - ASSERT_GE(aligned_allocs_intercepted_by_size[53], 1u); -+#endif - - void* posix_memalign_ptr = nullptr; - int res = posix_memalign(&posix_memalign_ptr, 256, 59); -@@ -217,12 +218,14 @@ TEST_F(AllocatorShimTest, InterceptLibcS - ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); - ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); - -+#if !defined(OS_BSD) - void* pvalloc_ptr = pvalloc(67); - ASSERT_NE(nullptr, pvalloc_ptr); - ASSERT_EQ(0u, reinterpret_cast(pvalloc_ptr) % kPageSize); +@@ -302,7 +302,7 @@ TEST_F(AllocatorShimTest, InterceptLibcS ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); // pvalloc rounds the size up to the next page. ASSERT_GE(aligned_allocs_intercepted_by_size[kPageSize], 1u); -+#endif - #endif // OS_WIN +-#endif // !OS_WIN && !OS_MACOSX ++#endif // !OS_WIN && !OS_MACOSX && !OS_BSD - char* realloc_ptr = static_cast(realloc(nullptr, 71)); -@@ -243,8 +246,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS + char* realloc_ptr = static_cast(malloc(10)); + strcpy(realloc_ptr, "foobar"); +@@ -318,13 +318,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS + free(zero_alloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(zero_alloc_ptr)], 1u); - #if !defined(OS_WIN) -+#if !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_MACOSX) ++#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) free(memalign_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(memalign_ptr)], 1u); -+#endif - free(posix_memalign_ptr); - ASSERT_GE(frees_intercepted_by_addr[Hash(posix_memalign_ptr)], 1u); -@@ -252,8 +257,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS - free(valloc_ptr); - ASSERT_GE(frees_intercepted_by_addr[Hash(valloc_ptr)], 1u); - -+#if !defined(OS_BSD) free(pvalloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(pvalloc_ptr)], 1u); -+#endif - #endif // OS_WIN +-#endif // !OS_WIN && !OS_MACOSX ++#endif // !OS_WIN && !OS_MACOSX && !OS_BSD - free(realloc_ptr); + #if !defined(OS_WIN) + free(posix_memalign_ptr); Modified: branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/debug/proc_maps_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/debug/proc_maps_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/proc_maps_linux.cc @@ -12,7 +12,7 @@ #include "base/strings/string_split.h" Modified: branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/debug/stack_trace_posix.cc.orig 2017-03-09 20:04:26 UTC +--- base/debug/stack_trace_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/stack_trace_posix.cc -@@ -33,7 +33,7 @@ +@@ -34,7 +34,7 @@ #include #endif @@ -9,7 +9,7 @@ #include "base/debug/proc_maps_linux.h" #endif -@@ -574,6 +574,10 @@ class SandboxSymbolizeHelper { +@@ -575,6 +575,10 @@ class SandboxSymbolizeHelper { // for the modules that are loaded in the current process. // Returns true on success. bool CacheMemoryRegions() { @@ -20,7 +20,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -589,6 +593,7 @@ class SandboxSymbolizeHelper { +@@ -590,6 +594,7 @@ class SandboxSymbolizeHelper { is_initialized_ = true; return true; Modified: branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/debug/thread_heap_usage_tracker.cc.orig 2017-01-26 00:49:07 UTC +--- base/debug/thread_heap_usage_tracker.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/thread_heap_usage_tracker.cc -@@ -14,11 +14,13 @@ +@@ -16,11 +16,13 @@ #include "base/threading/thread_local_storage.h" #include "build/build_config.h" Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/files/file_path_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/files/file_path_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/files/file_path_unittest.cc @@ -1133,7 +1133,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_ "\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" }, Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_kqueue.h.orig 2017-01-26 00:49:07 UTC +--- base/files/file_path_watcher_kqueue.h.orig 2017-04-19 19:06:28 UTC +++ base/files/file_path_watcher_kqueue.h @@ -5,6 +5,10 @@ #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__util.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__util.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__util.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/files/file_util.h.orig 2017-01-26 00:49:07 UTC +--- base/files/file_util.h.orig 2017-04-19 19:06:28 UTC +++ base/files/file_util.h -@@ -404,7 +404,7 @@ BASE_EXPORT bool VerifyPathControlledByA +@@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByA // the directory |path|, in the number of FilePath::CharType, or -1 on failure. BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); Modified: branches/2017Q2/www/chromium/files/patch-base_linux__util.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_linux__util.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_linux__util.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/linux_util.cc.orig 2017-01-26 00:49:07 UTC +--- base/linux_util.cc.orig 2017-04-19 19:06:28 UTC +++ base/linux_util.cc @@ -110,12 +110,14 @@ char g_linux_distro[kDistroSize] = "CrOS"; Modified: branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/native_library_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/native_library_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/native_library_posix.cc @@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptio // further investigation, as it might vary across versions. Crash here to Modified: branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/posix/unix_domain_socket_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/posix/unix_domain_socket_linux.cc @@ -23,6 +23,15 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket_linux_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/posix/unix_domain_socket_linux_unittest.cc @@ -2,10 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be Modified: branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/internal_linux.h.orig 2017-01-26 00:49:07 UTC +--- base/process/internal_linux.h.orig 2017-04-19 19:06:28 UTC +++ base/process/internal_linux.h @@ -14,6 +14,8 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/launch.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/launch.cc @@ -15,7 +15,7 @@ LaunchOptions::~LaunchOptions() = defaul Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch.h.orig 2017-01-26 00:49:07 UTC +--- base/process/launch.h.orig 2017-04-19 19:06:28 UTC +++ base/process/launch.h @@ -138,7 +138,7 @@ struct BASE_EXPORT LaunchOptions { // will be the same as its pid. Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/launch_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/launch_posix.cc @@ -64,6 +64,7 @@ #include "base/feature_list.h" Copied: branches/2017Q2/www/chromium/files/patch-base_process_memory.cc (from r439776, head/www/chromium/files/patch-base_process_memory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory.cc Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-base_process_memory.cc) @@ -0,0 +1,11 @@ +--- base/process/memory.cc.orig 2017-04-19 19:06:28 UTC ++++ base/process/memory.cc +@@ -31,7 +31,7 @@ void TerminateBecauseOutOfMemory(size_t + #endif + + // Defined in memory_mac.mm for Mac. +-#if !defined(OS_MACOSX) ++#if !defined(OS_MACOSX) && !defined(OS_BSD) + + bool UncheckedCalloc(size_t num_items, size_t size, void** result) { + const size_t alloc_size = num_items * size; Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/memory.h.orig 2017-01-26 00:49:07 UTC +--- base/process/memory.h.orig 2017-04-19 19:06:28 UTC +++ base/process/memory.h @@ -32,7 +32,7 @@ BASE_EXPORT void EnableTerminationOnOutO // Crash reporting classifies such crashes as OOM. Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/memory_stubs.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/memory_stubs.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/memory_stubs.cc @@ -31,6 +31,8 @@ void TerminateBecauseOutOfMemory(size_t // their respective stdlib function since those functions will return null on a Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/process/memory_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/memory_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/memory_unittest.cc -@@ -82,10 +82,10 @@ TEST(MemoryTest, AllocatorShimWorking) { +@@ -93,10 +93,10 @@ TEST(MemoryTest, AllocatorShimWorking) { ASSERT_TRUE(base::allocator::IsAllocatorInitialized()); } @@ -13,7 +13,7 @@ BUILDFLAG(ENABLE_WIN_ALLOCATOR_SHIM_TESTS) && \ !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) -@@ -439,5 +439,5 @@ TEST_F(OutOfMemoryHandledTest, Unchecked +@@ -488,5 +488,5 @@ TEST_F(OutOfMemoryHandledTest, Unchecked EXPECT_FALSE(base::UncheckedCalloc(1, test_size_, &value_)); EXPECT_TRUE(value_ == NULL); } Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_handle_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_handle_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_handle_freebsd.cc @@ -16,7 +16,7 @@ namespace base { Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_info_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_info_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_info_linux.cc @@ -11,10 +11,28 @@ #include "base/process/process_handle.h" @@ -26,10 +26,10 @@ + return Time::FromTimeVal(proc.ki_start); +#endif +#else - ProcessHandle pid = GetCurrentProcessHandle(); int64_t start_ticks = - internal::ReadProcStatsAndGetFieldAsInt64(pid, internal::VM_STARTTIME); -@@ -23,6 +41,7 @@ const Time CurrentProcessInfo::CreationT + internal::ReadProcSelfStatsAndGetFieldAsInt64(internal::VM_STARTTIME); + DCHECK(start_ticks); +@@ -22,6 +40,7 @@ const Time CurrentProcessInfo::CreationT Time boot_time = internal::GetBootTime(); DCHECK(!boot_time.is_null()); return Time(boot_time + start_offset); Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_iterator_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_iterator_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_iterator_freebsd.cc @@ -10,6 +10,10 @@ #include Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_metrics.h.orig 2017-03-09 20:04:26 UTC +--- base/process/process_metrics.h.orig 2017-04-19 19:06:28 UTC +++ base/process/process_metrics.h @@ -22,6 +22,12 @@ #include "base/values.h" Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_metrics_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_metrics_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_metrics_freebsd.cc @@ -13,6 +13,9 @@ #include "base/memory/ptr_util.h" Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_posix.cc @@ -21,8 +21,18 @@ #include @@ -53,9 +53,9 @@ +} +#endif // !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_FREEBSD) - bool Process::IsValid() const { - return process_ != kNullProcessHandle; -@@ -365,15 +379,32 @@ bool Process::WaitForExitWithTimeout(Tim + // static + void Process::TerminateCurrentProcessImmediately(int exit_code) { +@@ -370,15 +384,32 @@ bool Process::WaitForExitWithTimeout(Tim bool Process::IsProcessBackgrounded() const { // See SetProcessBackgrounded(). DCHECK(IsValid()); Modified: branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/profiler/stack_sampling_profiler_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/profiler/stack_sampling_profiler_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/profiler/stack_sampling_profiler_unittest.cc -@@ -31,7 +31,7 @@ +@@ -33,7 +33,7 @@ #include #include #include Modified: branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/security_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/security_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/security_unittest.cc @@ -74,7 +74,7 @@ bool IsTcMallocBypassed() { // FAILS_ is too clunky. Modified: branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/sys_info_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/sys_info_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/sys_info_freebsd.cc @@ -12,12 +12,34 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/sys_info_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/sys_info_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/sys_info_posix.cc @@ -35,7 +35,7 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/test/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/test/BUILD.gn @@ -312,7 +312,7 @@ static_library("run_all_base_unittests") ] Modified: branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/launcher/test_launcher.cc.orig 2017-03-09 20:04:26 UTC +--- base/test/launcher/test_launcher.cc.orig 2017-04-19 19:06:28 UTC +++ base/test/launcher/test_launcher.cc @@ -60,6 +60,10 @@ #include "base/win/windows_version.h" Modified: branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/test_file_util_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/test/test_file_util_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/test/test_file_util_posix.cc @@ -79,7 +79,7 @@ bool DieFileDie(const FilePath& file, bo return DeleteFile(file, recurse); Modified: branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/third_party/libevent/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/third_party/libevent/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/third_party/libevent/BUILD.gn @@ -50,6 +50,9 @@ static_library("libevent") { "linux/event-config.h", Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/threading/platform_thread.h.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread.h.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread.h -@@ -205,7 +205,7 @@ class BASE_EXPORT PlatformThread { +@@ -211,7 +211,7 @@ class BASE_EXPORT PlatformThread { static ThreadPriority GetCurrentThreadPriority(); Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread_linux.cc @@ -19,7 +19,9 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread_posix.cc @@ -56,7 +56,7 @@ void* ThreadFunc(void* params) { if (!thread_params->joinable) Copied: branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc (from r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc) @@ -0,0 +1,26 @@ +--- base/threading/thread_task_runner_handle.cc.orig 2017-04-19 19:06:28 UTC ++++ base/threading/thread_task_runner_handle.cc +@@ -7,6 +7,7 @@ + #include + + #include "base/bind.h" ++#include "base/callback_helpers.h" + #include "base/lazy_instance.h" + #include "base/logging.h" + #include "base/memory/ptr_util.h" +@@ -34,6 +35,7 @@ bool ThreadTaskRunnerHandle::IsSet() { + return !!lazy_tls_ptr.Pointer()->Get(); + } + ++#if defined(OS_BSD) + // static + ScopedClosureRunner ThreadTaskRunnerHandle::OverrideForTesting( + scoped_refptr overriding_task_runner) { +@@ -77,6 +79,7 @@ ScopedClosureRunner ThreadTaskRunnerHand + base::Passed(&overriding_task_runner), + base::Unretained(ttrh->task_runner_.get()))); + } ++#endif + + ThreadTaskRunnerHandle::ThreadTaskRunnerHandle( + scoped_refptr task_runner) Modified: branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/malloc_dump_provider.cc.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/malloc_dump_provider.cc.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/malloc_dump_provider.cc @@ -21,7 +21,7 @@ #if defined(OS_MACOSX) Modified: branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.cc.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/process_memory_dump.cc.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/process_memory_dump.cc @@ -83,7 +83,7 @@ size_t ProcessMemoryDump::CountResidentB const size_t kMaxChunkSize = 8 * 1024 * 1024; Modified: branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- breakpad/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- breakpad/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ breakpad/BUILD.gn @@ -468,7 +468,7 @@ if (is_mac) { } Copied: branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h (from r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h) @@ -0,0 +1,11 @@ +--- breakpad/src/common/simple_string_dictionary.h.orig 2017-04-19 19:07:40 UTC ++++ breakpad/src/common/simple_string_dictionary.h +@@ -33,7 +33,7 @@ + #include + #include + +-#include "common/basictypes.h" ++#include "breakpad/src/common/basictypes.h" + + namespace google_breakpad { + Modified: branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2017-03-09 20:04:27 UTC +--- build/config/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ build/config/BUILD.gn -@@ -196,7 +196,7 @@ config("debug") { +@@ -193,7 +193,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . # TODO(phajdan.jr): Should we enable this for all of POSIX? -@@ -279,7 +279,7 @@ config("default_libs") { +@@ -276,7 +276,7 @@ config("default_libs") { "CoreText.framework", "Foundation.framework", ] @@ -18,7 +18,7 @@ libs = [ "dl", "rt", -@@ -310,7 +310,7 @@ config("executable_config") { +@@ -307,7 +307,7 @@ config("executable_config") { ] } else if (is_ios) { configs += [ "//build/config/ios:ios_dynamic_flags" ] Modified: branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2017-03-09 20:04:27 UTC +--- build/config/BUILDCONFIG.gn.orig 2017-04-19 19:06:28 UTC +++ build/config/BUILDCONFIG.gn @@ -131,12 +131,13 @@ declare_args() { is_official_build = false Modified: branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni Sun Apr 30 01:13:17 2017 (r439780) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Apr 30 03:06:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D32E1D562F9; Sun, 30 Apr 2017 03:06: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 mx1.freebsd.org (Postfix) with ESMTPS id A2B5418B6; Sun, 30 Apr 2017 03:06: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 v3U36KvC018525; Sun, 30 Apr 2017 03:06:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U36KIe018523; Sun, 30 Apr 2017 03:06:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704300306.v3U36KIe018523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Apr 2017 03:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439782 - branches/2017Q2/print/harfbuzz X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 03:06:21 -0000 Author: jbeich Date: Sun Apr 30 03:06:20 2017 New Revision: 439782 URL: https://svnweb.freebsd.org/changeset/ports/439782 Log: MFH: r439429 print/harfbuzz: update to 1.4.6 Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.6 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/print/harfbuzz/Makefile branches/2017Q2/print/harfbuzz/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/print/harfbuzz/Makefile ============================================================================== --- branches/2017Q2/print/harfbuzz/Makefile Sun Apr 30 01:59:34 2017 (r439781) +++ branches/2017Q2/print/harfbuzz/Makefile Sun Apr 30 03:06:20 2017 (r439782) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.4.6 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -23,6 +22,6 @@ CONFIGURE_ARGS= --with-graphite2 --with- INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10400.5 +PLIST_SUB+= LIBVER=0.10400.6 .include Modified: branches/2017Q2/print/harfbuzz/distinfo ============================================================================== --- branches/2017Q2/print/harfbuzz/distinfo Sun Apr 30 01:59:34 2017 (r439781) +++ branches/2017Q2/print/harfbuzz/distinfo Sun Apr 30 03:06:20 2017 (r439782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489215708 -SHA256 (harfbuzz-1.4.5.tar.bz2) = d0e05438165884f21658154c709075feaf98c93ee5c694b951533ac425a9a711 -SIZE (harfbuzz-1.4.5.tar.bz2) = 1474461 +TIMESTAMP = 1491399519 +SHA256 (harfbuzz-1.4.6.tar.bz2) = 21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293 +SIZE (harfbuzz-1.4.6.tar.bz2) = 1475086 From owner-svn-ports-all@freebsd.org Sun Apr 30 03:07:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA9C9D56367; Sun, 30 Apr 2017 03:07:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8C5DD19BD; Sun, 30 Apr 2017 03:07:55 +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 v3U37shE018743; Sun, 30 Apr 2017 03:07:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U37sYa018741; Sun, 30 Apr 2017 03:07:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704300307.v3U37sYa018741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Apr 2017 03:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439783 - branches/2017Q2/www/py-flexget X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 03:07:55 -0000 Author: jbeich Date: Sun Apr 30 03:07:54 2017 New Revision: 439783 URL: https://svnweb.freebsd.org/changeset/ports/439783 Log: MFH: r439719 www/py-flexget: update to 2.10.40 Changes: https://github.com/Flexget/Flexget/compare/2.10.35...2.10.40 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/www/py-flexget/Makefile branches/2017Q2/www/py-flexget/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/py-flexget/Makefile ============================================================================== --- branches/2017Q2/www/py-flexget/Makefile Sun Apr 30 03:06:20 2017 (r439782) +++ branches/2017Q2/www/py-flexget/Makefile Sun Apr 30 03:07:54 2017 (r439783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.35 +PORTVERSION= 2.10.40 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: branches/2017Q2/www/py-flexget/distinfo ============================================================================== --- branches/2017Q2/www/py-flexget/distinfo Sun Apr 30 03:06:20 2017 (r439782) +++ branches/2017Q2/www/py-flexget/distinfo Sun Apr 30 03:07:54 2017 (r439783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492755289 -SHA256 (FlexGet-2.10.35.tar.gz) = b6fd18fa486968e578ba8ed2abfec6c9b7b220edfd0aa46f71e4824438ffb7f0 -SIZE (FlexGet-2.10.35.tar.gz) = 2677411 +TIMESTAMP = 1493360080 +SHA256 (FlexGet-2.10.40.tar.gz) = 7bafc92c6183963a9a2454f7a22437e4dd2e2b92caa961a8554e1c9e561548b3 +SIZE (FlexGet-2.10.40.tar.gz) = 2654633 From owner-svn-ports-all@freebsd.org Sun Apr 30 03:22:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D678D5667B; Sun, 30 Apr 2017 03:22:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78D71128; Sun, 30 Apr 2017 03:22:13 +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 v3U3MCmS026815; Sun, 30 Apr 2017 03:22:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U3MC2g026809; Sun, 30 Apr 2017 03:22:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704300322.v3U3MC2g026809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Apr 2017 03:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439784 - in head/dns: . drool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 03:22:13 -0000 Author: pi Date: Sun Apr 30 03:22:11 2017 New Revision: 439784 URL: https://svnweb.freebsd.org/changeset/ports/439784 Log: New port: dns/drool DNS Replay Tool (drool) can replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations. This tool's goal is to be able to produce a high amount of UDP packets per second and TCP sessions per second on common hardware. WWW: https://www.dns-oarc.net/tools/drool PR: 218706 Submitted by: Jaap Akkerhuis Added: head/dns/drool/ head/dns/drool/Makefile (contents, props changed) head/dns/drool/distinfo (contents, props changed) head/dns/drool/pkg-descr (contents, props changed) head/dns/drool/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sun Apr 30 03:07:54 2017 (r439783) +++ head/dns/Makefile Sun Apr 30 03:22:11 2017 (r439784) @@ -58,6 +58,7 @@ SUBDIR += dnswall SUBDIR += doc SUBDIR += dq + SUBDIR += drool SUBDIR += dualserver SUBDIR += erlang-idna SUBDIR += ez-ipupdate Added: head/dns/drool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/drool/Makefile Sun Apr 30 03:22:11 2017 (r439784) @@ -0,0 +1,24 @@ +# Created by: Jaap Akkerhuis +# $FreeBSD$ + +PORTNAME= drool +DISTVERSION= 1.0.0 +DISTVERSIONSUFFIX= -beta.3 +CATEGORIES= dns +MASTER_SITES= https://www.dns-oarc.net/files/drool/ + +MAINTAINER= jaap@NLnetLabs.nl +COMMENT= Replay DNS traffic from packet capture files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libev.so:devel/libev + +USES= pkgconfig +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CPPFLAGS+= $$(pkg-config libev --cflags-only-I) +LDFLAGS+= $$(pkg-config libev --libs-only-L) + +.include Added: head/dns/drool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/drool/distinfo Sun Apr 30 03:22:11 2017 (r439784) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492021886 +SHA256 (drool-1.0.0-beta.3.tar.gz) = cbff7cdb25a9a994eea11074b1263e42703c6a556db9e012fe77bb4191cf2be9 +SIZE (drool-1.0.0-beta.3.tar.gz) = 403883 Added: head/dns/drool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/drool/pkg-descr Sun Apr 30 03:22:11 2017 (r439784) @@ -0,0 +1,8 @@ +DNS Replay Tool (drool) can replay DNS traffic from packet capture +(PCAP) files and send it to a specified server, with options such +as to manipulate the timing between packets, as well as loop packets +infinitely or for a set number of iterations. This tool's goal is +to be able to produce a high amount of UDP packets per second and +TCP sessions per second on common hardware. + +WWW: https://www.dns-oarc.net/tools/drool Added: head/dns/drool/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/drool/pkg-plist Sun Apr 30 03:22:11 2017 (r439784) @@ -0,0 +1,6 @@ +bin/drool +man/man1/drool.1.gz +man/man5/drool.conf.5.gz +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sun Apr 30 04:01:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27515D56349; Sun, 30 Apr 2017 04:01: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 mx1.freebsd.org (Postfix) with ESMTPS id D35A91553; Sun, 30 Apr 2017 04:01:10 +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 v3U419s2042301; Sun, 30 Apr 2017 04:01:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U419VC042298; Sun, 30 Apr 2017 04:01:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704300401.v3U419VC042298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Apr 2017 04:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439785 - in head: net net/softethervpn security security/softether-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:01:11 -0000 Author: pi Date: Sun Apr 30 04:01:09 2017 New Revision: 439785 URL: https://svnweb.freebsd.org/changeset/ports/439785 Log: net/softethervpn: rename to security/softether-devel PR: 217732 Submitted by: pi Approved by: hrs (maintainer timeout) Added: head/security/softether-devel/ - copied from r439784, head/net/softethervpn/ Deleted: head/net/softethervpn/ Modified: head/net/Makefile head/security/Makefile head/security/softether-devel/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/net/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -1290,7 +1290,6 @@ SUBDIR += socketpipe SUBDIR += socketw SUBDIR += sofia-sip - SUBDIR += softethervpn SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/security/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -1122,6 +1122,7 @@ SUBDIR += snortsam SUBDIR += snortsnarf SUBDIR += softether + SUBDIR += softether-devel SUBDIR += softhsm SUBDIR += softhsm2 SUBDIR += spass Modified: head/security/softether-devel/Makefile ============================================================================== --- head/net/softethervpn/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/security/softether-devel/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTNAME= softethervpn +PORTNAME= softether-devel PORTVERSION= 4.21.9613 -CATEGORIES= net +CATEGORIES= security MAINTAINER= hrs@FreeBSD.org COMMENT= Cross-platform Multi-protocol VPN Software @@ -10,6 +10,8 @@ COMMENT= Cross-platform Multi-protocol V LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= softether + USES= dos2unix gmake iconv localbase readline ssl DOS2UNIX_FILES= src/Mayaqua/Network.c USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Apr 30 04:13:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8804BD569A1; Sun, 30 Apr 2017 04:13:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494111E58; Sun, 30 Apr 2017 04:13:23 +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 v3U4DMWS047499; Sun, 30 Apr 2017 04:13:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U4DLPf047492; Sun, 30 Apr 2017 04:13:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704300413.v3U4DLPf047492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Apr 2017 04:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439786 - in head/net: . open-isns open-isns/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:13:23 -0000 Author: pi Date: Sun Apr 30 04:13:21 2017 New Revision: 439786 URL: https://svnweb.freebsd.org/changeset/ports/439786 Log: New port: net/open-isns This is a partial implementation of iSNS, the Internet Storage Name Service, according to RFC4171. iSNS facilitates scalable configuration and management of iSCSI and Fibre Channel (FCP) storage devices in an IP network by providing a set of services comparable to that available in Fibre Channel networks. WWW: https://github.com/open-iscsi/open-isns/ PR: 218686 Submitted by: Pavel Volkov Added: head/net/open-isns/ head/net/open-isns/Makefile (contents, props changed) head/net/open-isns/distinfo (contents, props changed) head/net/open-isns/files/ head/net/open-isns/files/isnsd.in (contents, props changed) head/net/open-isns/files/patch-Makefile.in (contents, props changed) head/net/open-isns/pkg-descr (contents, props changed) head/net/open-isns/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 04:01:09 2017 (r439785) +++ head/net/Makefile Sun Apr 30 04:13:21 2017 (r439786) @@ -492,6 +492,7 @@ SUBDIR += onenetd SUBDIR += onioncat SUBDIR += opal + SUBDIR += open-isns SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc Added: head/net/open-isns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/Makefile Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,69 @@ +# $FreeBSD$ + +PORTNAME= open-isns +PORTVERSION= 0.97 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= pavelivolkov@gmail.com +COMMENT= Internet Storage Name Service (iSNS) + +LICENSE= LGPL21 + +USE_GITHUB= yes +GH_ACCOUNT= open-iscsi +GH_TAGNAME= 94e3bc9 + +USES= autoreconf gmake pathfix +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-shared +INSTALL_TARGET= install install_lib +USE_RC_SUBR= isnsd +DATABASE_PLACE?= /var/db/isns + +OPTIONS_SUB= yes +OPTIONS_DEFINE= DEV SECURITY SLP +OPTIONS_DEFAULT= SECURITY + +DEV_DESC= Install Headers & Static lib +DEV_CONFIGURE_ENABLE= static +DEV_VARS= INSTALL_TARGET+=install_hdrs + +SECURITY_DESC= Enable iSNS authentication +SECURITY_CONFIGURE_WITH= security +SECURITY_USES= ssl + +SLP_DESC= Enable SLP for server discovery +SLP_CONFIGURE_WITH= slp +SLP_LIB_DEPENDS= libslp.so:net/openslp + +.include + +post-patch: + ${REINPLACE_CMD} -E \ + -e "s|^([[:blank:]]*#define ISNS_ETCDIR[[:blank:]]+\")(.*)$$|\1${PREFIX}\2|" \ + -e "s|^([[:blank:]]*#define ISCSI_DEFAULT_INITIATORNAME[[:blank:]]+\")(.*)$$|\1${PREFIX}\2|" \ + ${WRKSRC}/include/libisns/paths.h.in + ${REINPLACE_CMD} -E \ + -e "1,10s|^(vardir[[:blank:]]*=[[:blank:]]*)(.*)$$|\1${DATABASE_PLACE}|" \ + ${WRKSRC}/Makefile.in +.for FILE in isnsadm.conf isnsd.conf isnsdd.conf + ${REINPLACE_CMD} -E \ + -e "s|^(.*AuthKeyFile[[:blank:]]*=[[:blank:]]*)(.*)$$|\1${PREFIX}\2|" \ + -e "s|^(.*ServerKeyFile[[:blank:]]*=[[:blank:]]*)(.*)$$|\1${PREFIX}\2|" \ + -e "s|^(.*Database[[:blank:]]*=[[:blank:]]*)(.*)$$|\1${DATABASE_PLACE}|" \ + ${WRKSRC}/etc/${FILE} +.endfor + +post-patch-SLP-off: + ${REINPLACE_CMD} -E \ + -e "s|^(.*SLPRegister[[:blank:]]*=[[:blank:]]*)(.*)$$|\10|" \ + ${WRKSRC}/etc/isnsd.conf + +post-install: +.for FILE in sbin/isnsadm sbin/isnsd sbin/isnsdd lib/libisns.so.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${FILE} +.endfor + +.include Added: head/net/open-isns/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/distinfo Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491477988 +SHA256 (open-iscsi-open-isns-v0.97-94e3bc9_GH0.tar.gz) = dbbcfc27648a3f696425b6ba94a6a444c428ce1f9056471edef7bc4b7a3b231c +SIZE (open-iscsi-open-isns-v0.97-94e3bc9_GH0.tar.gz) = 278367 Added: head/net/open-isns/files/isnsd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/files/isnsd.in Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,32 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: isnsd +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# isnsd_enable (bool): Set to NO by default. +# Set it to YES to enable daemon. +# isnsd_config (path): Set to %%PREFIX%%/etc/isns/${name}.conf +# by default. +# isnsd_flags (str): Set to "" by default. +# Extra flags passed to start command. + +. /etc/rc.subr + +name="isnsd" +desc="Internet Storage Name Service daemon" +rcvar=`set_rcvar` + +load_rc_config "$name" + +eval "${rcvar}=\${${rcvar}:-'NO'}" +: ${isnsd_config="%%PREFIX%%/etc/isns/isnsd.conf"} +: ${isnsd_flags=""} + +pidfile="/var/run/${name}.pid" +command="%%PREFIX%%/sbin/${name}" +command_args="--config \"${isnsd_config}\" ${isnsd_flags}" + +run_rc_command "$1" Added: head/net/open-isns/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/files/patch-Makefile.in Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,34 @@ +--- Makefile.in.orig 2017-04-08 09:26:35 UTC ++++ Makefile.in +@@ -3,7 +3,7 @@ exec_prefix = @exec_prefix@ + sbindir = @sbindir@ + mandir = @mandir@ + libdir = @libdir@ +-etcdir = /etc ++etcdir = $(prefix)/etc + vardir = /var/lib/isns + systemddir = $(prefix)/lib/systemd/system + datarootdir = @datarootdir@ +@@ -107,18 +107,16 @@ all: $(LIB) $(SOLIB) isnsd isnsadm isnsd + + install: + @echo "*** Installing Open-iSNS ***" +- $(INSTALL) -m 755 -d $(CFGDIR) $(MANDIR)/man8 $(MANDIR)/man5 $(SBINDIR) $(SYSTEMDDIR) ++ $(INSTALL) -m 755 -d $(CFGDIR) $(MANDIR)/man8 $(MANDIR)/man5 $(SBINDIR) + $(INSTALL) -m 700 -d $(VARDIR) + $(INSTALL) -m 555 isnsd isnsadm isnsdd $(SBINDIR) +- $(INSTALL) -m 644 etc/isnsd.conf $(CFGDIR) +- $(INSTALL) -m 644 etc/isnsdd.conf $(CFGDIR) +- $(INSTALL) -m 644 etc/isnsadm.conf $(CFGDIR) ++ $(INSTALL) -m 644 etc/isnsd.conf $(CFGDIR)/isnsd.conf.sample ++ $(INSTALL) -m 644 etc/isnsdd.conf $(CFGDIR)/isnsdd.conf.sample ++ $(INSTALL) -m 644 etc/isnsadm.conf $(CFGDIR)/isnsadm.conf.sample + $(INSTALL) -m 644 doc/isnsd.8 $(MANDIR)/man8 + $(INSTALL) -m 644 doc/isnsdd.8 $(MANDIR)/man8 + $(INSTALL) -m 644 doc/isnsadm.8 $(MANDIR)/man8 + $(INSTALL) -m 644 doc/isns_config.5 $(MANDIR)/man5 +- $(INSTALL) -m 644 isnsd.service $(SYSTEMDDIR) +- $(INSTALL) -m 644 isnsd.socket $(SYSTEMDDIR) + + install_hdrs: + @echo '*** Installing Open-iSNS header files ***' Added: head/net/open-isns/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/pkg-descr Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,9 @@ +This is a partial implementation of iSNS, +the Internet Storage Name Service, according to RFC4171. + +iSNS facilitates scalable configuration and management of iSCSI and +Fibre Channel (FCP) storage devices in an IP network by providing a +set of services comparable to that available in Fibre Channel +networks. + +WWW: https://github.com/open-iscsi/open-isns/ Added: head/net/open-isns/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/open-isns/pkg-plist Sun Apr 30 04:13:21 2017 (r439786) @@ -0,0 +1,23 @@ +@sample etc/isns/isnsadm.conf.sample +@sample etc/isns/isnsd.conf.sample +@sample etc/isns/isnsdd.conf.sample +%%DEV%%include/libisns/attrs.h +%%DEV%%include/libisns/buffer.h +%%DEV%%include/libisns/isns-proto.h +%%DEV%%include/libisns/isns.h +%%DEV%%include/libisns/message.h +%%DEV%%include/libisns/paths.h +%%DEV%%include/libisns/source.h +%%DEV%%include/libisns/types.h +%%DEV%%include/libisns/util.h +%%DEV%%lib/libisns.a +lib/libisns.so +lib/libisns.so.0 +man/man5/isns_config.5.gz +man/man8/isnsadm.8.gz +man/man8/isnsd.8.gz +man/man8/isnsdd.8.gz +sbin/isnsadm +sbin/isnsd +sbin/isnsdd +@dir /var/db/isns From owner-svn-ports-all@freebsd.org Sun Apr 30 04:21:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F698D56B26; Sun, 30 Apr 2017 04:21:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 238BEFE; Sun, 30 Apr 2017 04:21:08 +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 v3U4L7X0049406; Sun, 30 Apr 2017 04:21:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U4L6O5049400; Sun, 30 Apr 2017 04:21:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704300421.v3U4L6O5049400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Apr 2017 04:21:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439787 - in head/sysutils: . dupd dupd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:21:08 -0000 Author: pi Date: Sun Apr 30 04:21:06 2017 New Revision: 439787 URL: https://svnweb.freebsd.org/changeset/ports/439787 Log: New port: sysutils/dupd dupd is a file duplicate detection CLI utility, supporting iterative interactive use with a persistent file database. Despite the name, it doesn't run as a daemon. See https://elipapa.github.io/blog/fastest-way-to-find-dups.html for a comparison of such tools. WWW: http://www.virkki.com/dupd/ PR: 218664 Submitted by: Thomas Hurst Added: head/sysutils/dupd/ head/sysutils/dupd/Makefile (contents, props changed) head/sysutils/dupd/distinfo (contents, props changed) head/sysutils/dupd/files/ head/sysutils/dupd/files/patch-Makefile (contents, props changed) head/sysutils/dupd/files/patch-src_utils.h (contents, props changed) head/sysutils/dupd/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Apr 30 04:13:21 2017 (r439786) +++ head/sysutils/Makefile Sun Apr 30 04:21:06 2017 (r439787) @@ -256,6 +256,7 @@ SUBDIR += du2ps SUBDIR += duff SUBDIR += dunst + SUBDIR += dupd SUBDIR += duplicity SUBDIR += duply SUBDIR += dupmerge Added: head/sysutils/dupd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dupd/Makefile Sun Apr 30 04:21:06 2017 (r439787) @@ -0,0 +1,35 @@ +# Created by: Thomas Hurst +# $FreeBSD$ + +PORTNAME= dupd +PORTVERSION= 1.4 +CATEGORIES= sysutils + +MAINTAINER= tom@hur.st +COMMENT= File duplicate detection CLI utility + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= jvirkki +GH_PROJECT= libbloom:libbloom +GH_TAGNAME= v1.4:libbloom + +USES= gmake ssl sqlite:3 + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +MAKE_ARGS= LIB="-L${PREFIX}/lib" INC="-I${WRKSRC_libbloom} -I${PREFIX}/include" \ + LIBBLOOM_LIB="${WRKSRC_libbloom}/build" USAGE="${WRKSRC}/build/usage.o" \ + DIRENT_HAS_TYPE=1 GITHASH=c25a635e1d27ebf5759875a7ff907d8eec7f5be9 + +do-build: + (cd ${WRKSRC_libbloom} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${WRKSRC_libbloom}/build/libbloom.a MM=-DGRR) + (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Added: head/sysutils/dupd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dupd/distinfo Sun Apr 30 04:21:06 2017 (r439787) @@ -0,0 +1,5 @@ +TIMESTAMP = 1491411043 +SHA256 (jvirkki-dupd-1.4_GH0.tar.gz) = be98c8fe60bdcc281898930b2604a1b97570de611fecc02732af4a81329438d3 +SIZE (jvirkki-dupd-1.4_GH0.tar.gz) = 953654 +SHA256 (jvirkki-libbloom-v1.4_GH0.tar.gz) = 3df57d14c56f4a16a26d04b83891df844caa4b06d9b19f822d10c3c26f31311b +SIZE (jvirkki-libbloom-v1.4_GH0.tar.gz) = 1209355 Added: head/sysutils/dupd/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dupd/files/patch-Makefile Sun Apr 30 04:21:06 2017 (r439787) @@ -0,0 +1,19 @@ +--- Makefile.orig 2017-02-26 10:05:09 UTC ++++ Makefile +@@ -20,7 +20,6 @@ + TOP:=$(shell pwd) + BUILD_OS:=$(shell uname) + VERSION:=$(shell cat version) +-GITHASH:=$(shell git rev-parse HEAD) + OPTGEN:=$(shell which optgen | head -c1) + + ifeq ($(LCOV_OUTPUT_DIR),) +@@ -98,7 +97,7 @@ $(BUILD)/%.o: src/%.c src/%.h + -c $< -o $@ + + $(BUILD)/usage.o: man/dupd +- $(OBJCP) -I binary $(USAGE_ARCH) man/dupd $(BUILD)/usage.o ++ ld -r -b binary -o $(BUILD)/usage.o man/dupd + + clean: + rm -f dupd Added: head/sysutils/dupd/files/patch-src_utils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dupd/files/patch-src_utils.h Sun Apr 30 04:21:06 2017 (r439787) @@ -0,0 +1,14 @@ +--- src/utils.h.orig 2017-02-26 10:05:09 UTC ++++ src/utils.h +@@ -37,6 +37,11 @@ + #define LSTAT lstat + #endif + ++#ifdef __FreeBSD__ ++#define STRUCT_STAT struct stat ++#define LSTAT lstat ++#endif ++ + #ifdef sun + #define STRUCT_STAT struct stat64 + #define LSTAT lstat64 Added: head/sysutils/dupd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dupd/pkg-descr Sun Apr 30 04:21:06 2017 (r439787) @@ -0,0 +1,9 @@ +dupd is a file duplicate detection CLI utility, supporting iterative +interactive use with a persistent file database. + +Despite the name, it doesn't run as a daemon. + +See https://elipapa.github.io/blog/fastest-way-to-find-dups.html for +a comparison of such tools. + +WWW: http://www.virkki.com/dupd/ From owner-svn-ports-all@freebsd.org Sun Apr 30 04:31:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B600D56EE3; Sun, 30 Apr 2017 04:31: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 mx1.freebsd.org (Postfix) with ESMTPS id 40372AB6; Sun, 30 Apr 2017 04:31: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 v3U4V3gq053083; Sun, 30 Apr 2017 04:31:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U4V2Ib053063; Sun, 30 Apr 2017 04:31:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704300431.v3U4V2Ib053063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Apr 2017 04:31:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439788 - in head/sysutils: . jdupes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:31:04 -0000 Author: pi Date: Sun Apr 30 04:31:02 2017 New Revision: 439788 URL: https://svnweb.freebsd.org/changeset/ports/439788 Log: New port: sysutils/jdupes jdupes is a program for identifying and taking actions upon duplicate files. It is a fork of fdupes, but not a drop-in replacement. See http://www.virkki.com/jyri/articles/index.php/dupd-vs-jdupes-take-2/ for a comparision to dupd. WWW: https://github.com/jbruchon/jdupes PR: 218665 Submitted by: Thomas Hurst Added: head/sysutils/jdupes/ head/sysutils/jdupes/Makefile (contents, props changed) head/sysutils/jdupes/distinfo (contents, props changed) head/sysutils/jdupes/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Apr 30 04:21:06 2017 (r439787) +++ head/sysutils/Makefile Sun Apr 30 04:31:02 2017 (r439788) @@ -489,6 +489,7 @@ SUBDIR += jailutils SUBDIR += javaservicewrapper SUBDIR += jdiskreport + SUBDIR += jdupes SUBDIR += jkill SUBDIR += jobd SUBDIR += jps Added: head/sysutils/jdupes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jdupes/Makefile Sun Apr 30 04:31:02 2017 (r439788) @@ -0,0 +1,30 @@ +# Created by: Thomas Hurst +# $FreeBSD$ + +PORTNAME= jdupes +PORTVERSION= 1.8 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= tom@hur.st +COMMENT= Powerful duplicate file finder and an enhanced fork of 'fdupes' + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= jbruchon + +USES= gmake + +PLIST_FILES= bin/jdupes man/man1/jdupes.1.gz + +OPTIONS_DEFINE= LOW_MEMORY +LOW_MEMORY_DESC= Build for lower memory usage instead of speed +LOW_MEMORY_MAKE_ENV= CFLAGS_EXTRA=-DLOW_MEMORY + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Added: head/sysutils/jdupes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jdupes/distinfo Sun Apr 30 04:31:02 2017 (r439788) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491179702 +SHA256 (jbruchon-jdupes-v1.8_GH0.tar.gz) = f2ba7cfecbc77cb2c43ec490994f3363754b6a84d6a5ca9728a2c33601acd6a0 +SIZE (jbruchon-jdupes-v1.8_GH0.tar.gz) = 59362 Added: head/sysutils/jdupes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jdupes/pkg-descr Sun Apr 30 04:31:02 2017 (r439788) @@ -0,0 +1,7 @@ +jdupes is a program for identifying and taking actions upon duplicate +files. It is a fork of fdupes, but not a drop-in replacement. + +See http://www.virkki.com/jyri/articles/index.php/dupd-vs-jdupes-take-2/ +for a comparision to dupd. + +WWW: https://github.com/jbruchon/jdupes From owner-svn-ports-all@freebsd.org Sun Apr 30 04:35:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBFEED560BC; Sun, 30 Apr 2017 04:35:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 87097D71; Sun, 30 Apr 2017 04:35:14 +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 v3U4ZDmi056420; Sun, 30 Apr 2017 04:35:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U4ZBdU056395; Sun, 30 Apr 2017 04:35:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704300435.v3U4ZBdU056395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 30 Apr 2017 04:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439789 - in head: science/openbabel security/beecrypt security/bro security/hpenc security/i2pd security/tor security/tor-devel sysutils/acpica-tools sysutils/bsdmoted sysutils/cmogsto... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:35:14 -0000 Author: linimon Date: Sun Apr 30 04:35:10 2017 New Revision: 439789 URL: https://svnweb.freebsd.org/changeset/ports/439789 Log: Provide more descriptive error messages for ports failing on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/science/openbabel/Makefile head/security/beecrypt/Makefile head/security/bro/Makefile head/security/hpenc/Makefile head/security/i2pd/Makefile head/security/tor-devel/Makefile head/security/tor/Makefile head/sysutils/acpica-tools/Makefile head/sysutils/bsdmoted/Makefile head/sysutils/cmogstored/Makefile head/sysutils/mbgtools/Makefile head/textproc/kenlm/Makefile head/textproc/luceneplusplus/Makefile head/textproc/randlm/Makefile head/textproc/senna/Makefile head/textproc/topic/Makefile head/textproc/turboxsl/Makefile head/textproc/wiggle/Makefile head/www/anyterm/Makefile head/www/cppcms/Makefile head/www/mod_authnz_crowd/Makefile head/www/mongrel2/Makefile head/www/spdylay/Makefile head/www/squid/Makefile head/x11-servers/x11rdp/Makefile Modified: head/science/openbabel/Makefile ============================================================================== --- head/science/openbabel/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/science/openbabel/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -10,10 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:math/eigen3 +BROKEN_powerpc64= Does not build: relocation truncated to fit: R_PPC64_TOC16_DS + CONFLICTS_INSTALL= babel-* USE_CXXSTD= gnu++98 Modified: head/security/beecrypt/Makefile ============================================================================== --- head/security/beecrypt/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/beecrypt/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -6,13 +6,14 @@ PORTVERSION= 4.2.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF + PATCHFILES= mpntrbits.patch PATCH_SITES= http://sourceforge.net/p/beecrypt/patches/_discuss/thread/bff89ba1/5387/attachment/ MAINTAINER= mi@aldan.algebra.com COMMENT= BeeCrypt is an open source cryptography library -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: Error: unsupported relocation against r3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-java --without-python Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/bro/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -12,12 +12,12 @@ COMMENT= System for detecting network in LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/swig:devel/swig13 LIB_DEPENDS= libGeoIP.so:net/GeoIP +BROKEN_powerpc64= Does not build: error: zero-size array 'names' + USES= cmake:outsource compiler:c++11-lang perl5 python ssl CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD} Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/hpenc/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -11,7 +11,7 @@ COMMENT= Fast authenticated encryption C LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: fatal error: cpuid_flags.inc: No such file or directory NOT_FOR_ARCHS= aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/i2pd/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: error: to_string is not a member of std USE_GITHUB= yes GH_ACCOUNT= PurpleI2P Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/tor-devel/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= Does not build: error: Need a uint128_t implementation! -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: Need a uint128_t implementation! BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/security/tor/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= Does not build: error: Need a uint128_t implementation! -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: Need a uint128_t implementation! BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/sysutils/acpica-tools/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -27,7 +27,7 @@ MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROG MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}" BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Fails to compile: warning: comparison is always true due to limited range of data type do-install: ${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \ Modified: head/sysutils/bsdmoted/Makefile ============================================================================== --- head/sysutils/bsdmoted/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/sysutils/bsdmoted/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -12,7 +12,7 @@ COMMENT= Use Wii remote as mouse LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: warning Make sure new member of socket address initialized BROKEN_FreeBSD_11= does not build (bluetooth changes in 11.x need to be handled) BROKEN_FreeBSD_12= does not build (bluetooth changes in 11.x need to be handled) Modified: head/sysutils/cmogstored/Makefile ============================================================================== --- head/sysutils/cmogstored/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/sysutils/cmogstored/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -12,7 +12,7 @@ COMMENT= Alternative mogstored implement LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: internal compiler error: Segmentation fault PLIST_FILES= sbin/cmogstored \ man/man1/cmogstored.1.gz Modified: head/sysutils/mbgtools/Makefile ============================================================================== --- head/sysutils/mbgtools/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/sysutils/mbgtools/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -17,7 +17,7 @@ USES= kmod uidfix BROKEN_aarch64= cannot compile: unused variables BROKEN_mips64= cannot compile: unused variables -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= cannot compile: warning: mbg_dbg_data defined but not used BROKEN_sparc64= cannot compile: error in structure definitions .include Modified: head/textproc/kenlm/Makefile ============================================================================== --- head/textproc/kenlm/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/kenlm/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -20,8 +20,8 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build -BROKEN_aarch64= Fails to compile: target architecture was not detected as supported by Double-Conversion -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: target architecture was not detected as supported by Double-Conversion +BROKEN_powerpc64= fails to compile: error: in QuantTrieAll: difference{inf} between static_cast and static_cast exceeds 0.001% do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/bjam --toolset=${CHOSEN_COMPILER_TYPE} --with-boost=${LOCALBASE} ${_MAKE_JOBS}) Modified: head/textproc/luceneplusplus/Makefile ============================================================================== --- head/textproc/luceneplusplus/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/luceneplusplus/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -12,10 +12,10 @@ COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_system.so:devel/boost-libs +BROKEN_powerpc64= Does not build: Warning: end of file not at end of a line; newline inserted + USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus Modified: head/textproc/randlm/Makefile ============================================================================== --- head/textproc/randlm/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/randlm/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -24,9 +24,9 @@ CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -BROKEN_aarch64= Fails to compile: invalid output constraint =a in asm -BROKEN_armv6= Fails to compile: invalid output constraint =a in asm -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: invalid output constraint =a in asm +BROKEN_armv6= fails to compile: invalid output constraint =a in asm +BROKEN_powerpc64= fails to compile: error: 'itr' does not name a type post-patch: cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h Modified: head/textproc/senna/Makefile ============================================================================== --- head/textproc/senna/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/senna/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -10,7 +10,8 @@ MASTER_SITES= SFJP/senna/46945 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Embeddable Fulltext Search Engine -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build: relocation truncated to fit: R_PPC64_TOC16_DS +BROKEN_sparc64= does not build GNU_CONFIGURE= YES USE_GCC= any @@ -31,10 +32,6 @@ NFKC_DESC= use nfkc based utf8 normaliza .include -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ${ARCH} -.endif - .if ${PORT_OPTIONS:MMECAB} CONFIGURE_ARGS+= --with-mecab LIB_DEPENDS+= libmecab.so:japanese/mecab Modified: head/textproc/topic/Makefile ============================================================================== --- head/textproc/topic/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/topic/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -11,7 +11,7 @@ COMMENT= Topic markup parser LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: warning: comparison is always false due to limited range of data type PLIST_FILES= bin/topic \ man/man1/topic.1.gz Modified: head/textproc/turboxsl/Makefile ============================================================================== --- head/textproc/turboxsl/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/turboxsl/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libck.so:devel/concurrencykit \ libmemcached.so:databases/libmemcached -BROKEN_powerpc64= Does not build -ONLY_FOR_ARCHS= amd64 ia64 powerpc64 sparc64 +BROKEN_powerpc64= Does not build: ld: skipping incompatible /usr/local/lib/libck.so when searching for -lck +ONLY_FOR_ARCHS= amd64 powerpc64 sparc64 + USES= autoreconf libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes Modified: head/textproc/wiggle/Makefile ============================================================================== --- head/textproc/wiggle/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/textproc/wiggle/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -12,10 +12,10 @@ COMMENT= Apply rejected patches and perf LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= bash:shells/bash +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable + USES= compiler:nestedfct gmake ncurses MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/anyterm/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd USES= gmake iconv localbase tar:tbz2 Modified: head/www/cppcms/Makefile ============================================================================== --- head/www/cppcms/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/cppcms/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -11,10 +11,10 @@ COMMENT= C++ web development framework LICENSE= LGPL3 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope + USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc Modified: head/www/mod_authnz_crowd/Makefile ============================================================================== --- head/www/mod_authnz_crowd/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/mod_authnz_crowd/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -13,12 +13,12 @@ COMMENT= Apache 2.2+ module to use Atlas LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn +BROKEN_powerpc64= Does not build: error: curl/curl.h: No such file or directory + GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib USES= autoreconf libtool Modified: head/www/mongrel2/Makefile ============================================================================== --- head/www/mongrel2/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/mongrel2/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -13,13 +13,13 @@ COMMENT= Is an application, language, an LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +LIB_DEPENDS= libzmq.so:net/libzmq2 \ + libsqlite3.so:databases/sqlite3 + BROKEN_armv6= does not build BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) - -LIB_DEPENDS= libzmq.so:net/libzmq2 \ - libsqlite3.so:databases/sqlite3 +BROKEN_powerpc64= does not build (tests segfault) USES= gmake tar:bzip2 MAKE_FLAGS= freebsd Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/spdylay/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -18,7 +18,7 @@ BUILD_DEPENDS= libevent>=2.0.8:devel/lib LIB_DEPENDS= libevent_openssl.so:devel/libevent BROKEN_SSL= openssl-devel -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not link: undefined reference to `std::ctype::_M_widen_init() BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/www/squid/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -28,7 +28,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= squid*-4.* -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: unrecognizable insn USES= compiler cpe perl5 shebangfix tar:xz CPE_VENDOR= squid-cache Modified: head/x11-servers/x11rdp/Makefile ============================================================================== --- head/x11-servers/x11rdp/Makefile Sun Apr 30 04:31:02 2017 (r439788) +++ head/x11-servers/x11rdp/Makefile Sun Apr 30 04:35:10 2017 (r439789) @@ -33,10 +33,10 @@ CONFLICTS_INSTALL= xrdp-devel-[0-9]* x11 PLIST_FILES= bin/X11rdp -BROKEN_aarch64= Fails to compile: error: GLYPHPADBYTES must be 4 -BROKEN_armv6= Fails to compile: error: GLYPHPADBYTES must be 4 -BROKEN_mips64= Fails to compile: No PCI support available for this architecture/OS combination -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: error: GLYPHPADBYTES must be 4 +BROKEN_armv6= fails to compile: error: GLYPHPADBYTES must be 4 +BROKEN_mips64= fails to compile: No PCI support available for this architecture/OS combination +BROKEN_powerpc64= fails to compile: error: xf86.h: No such file or directory post-extract: @${MKDIR} ${WRKSRC}/build_dir From owner-svn-ports-all@freebsd.org Sun Apr 30 04:52:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD06CD56816; Sun, 30 Apr 2017 04:52:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8C41726; Sun, 30 Apr 2017 04:52:01 +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 v3U4q0ok063529; Sun, 30 Apr 2017 04:52:00 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U4q0Jl063528; Sun, 30 Apr 2017 04:52:00 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201704300452.v3U4q0Jl063528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 30 Apr 2017 04:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439790 - head/devel/py-dateutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 04:52:01 -0000 Author: koobs Date: Sun Apr 30 04:52:00 2017 New Revision: 439790 URL: https://svnweb.freebsd.org/changeset/ports/439790 Log: devel/py-dateutil: Remove use of dos2unix The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix run on all of the files in the distribution. There is no need to run dos2unix as the only files with CRLF is the NEWS file, a README and a Windows BAT file (which makes sense to use CRLF). Accordingly: - Remove use of USES=dos2unix - Bump PORTREVISION to rebuild package (containing corrupted TZ data file) PR: 217264 Submitted by: gordon MFH: 2017Q2 Modified: head/devel/py-dateutil/Makefile Modified: head/devel/py-dateutil/Makefile ============================================================================== --- head/devel/py-dateutil/Makefile Sun Apr 30 04:35:10 2017 (r439789) +++ head/devel/py-dateutil/Makefile Sun Apr 30 04:52:00 2017 (r439790) @@ -3,6 +3,7 @@ PORTNAME= dateutil PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six -USES= python dos2unix +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Sun Apr 30 08:56:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7884DD5723C; Sun, 30 Apr 2017 08:56:47 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48BB3617; Sun, 30 Apr 2017 08:56:47 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U8ukRN061840; Sun, 30 Apr 2017 08:56:46 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U8ukhQ061838; Sun, 30 Apr 2017 08:56:46 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201704300856.v3U8ukhQ061838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sun, 30 Apr 2017 08:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439791 - head/devel/bmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 08:56:47 -0000 Author: trociny Date: Sun Apr 30 08:56:45 2017 New Revision: 439791 URL: https://svnweb.freebsd.org/changeset/ports/439791 Log: update to 20170421 Modified: head/devel/bmake/Makefile head/devel/bmake/distinfo Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Sun Apr 30 04:52:00 2017 (r439790) +++ head/devel/bmake/Makefile Sun Apr 30 08:56:45 2017 (r439791) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bmake -PORTVERSION= 20170326 -PORTREVISION= 1 +PORTVERSION= 20170421 CATEGORIES= devel MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20170301.tar.gz Modified: head/devel/bmake/distinfo ============================================================================== --- head/devel/bmake/distinfo Sun Apr 30 04:52:00 2017 (r439790) +++ head/devel/bmake/distinfo Sun Apr 30 08:56:45 2017 (r439791) @@ -1,5 +1,5 @@ -TIMESTAMP = 1491122693 -SHA256 (bmake-20170326.tar.gz) = e7a89f42a952e4420a7b31184f4e48237eec4a3491a174af5df61899002294fe -SIZE (bmake-20170326.tar.gz) = 549439 +TIMESTAMP = 1493541015 +SHA256 (bmake-20170421.tar.gz) = 763104954b566ae9f575ea682dc38ed5c73057336f5f6090fb7489a5399511c5 +SIZE (bmake-20170421.tar.gz) = 550626 SHA256 (mk-20170301.tar.gz) = 0bafe6b64b891fb2cdbe2cdd3fb11ade5fe41055d6bbd3da69a68854a3f7215c SIZE (mk-20170301.tar.gz) = 93049 From owner-svn-ports-all@freebsd.org Sun Apr 30 09:00:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D736BD575B8; Sun, 30 Apr 2017 09:00:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A431CA0A; Sun, 30 Apr 2017 09:00:11 +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 v3U90AYs062099; Sun, 30 Apr 2017 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U90Au9062097; Sun, 30 Apr 2017 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201704300900.v3U90Au9062097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Apr 2017 09:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439792 - head/devel/gitg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 09:00:11 -0000 Author: amdmi3 Date: Sun Apr 30 09:00:10 2017 New Revision: 439792 URL: https://svnweb.freebsd.org/changeset/ports/439792 Log: - Fix build with disabled NLS - Update WWW Approved by: portmgr blanket Modified: head/devel/gitg/Makefile head/devel/gitg/pkg-descr Modified: head/devel/gitg/Makefile ============================================================================== --- head/devel/gitg/Makefile Sun Apr 30 08:56:45 2017 (r439791) +++ head/devel/gitg/Makefile Sun Apr 30 09:00:10 2017 (r439792) @@ -43,6 +43,7 @@ OPTIONS_DEFINE= DEBUG NLS PYTHON OPTIONS_SUB= yes DEBUG_CONFIGURE_ENABLE= debug NLS_USES= gettext +NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls PYTHON_USES= python:3.2+ PYTHON_CONFIGURE_ENABLE= python Modified: head/devel/gitg/pkg-descr ============================================================================== --- head/devel/gitg/pkg-descr Sun Apr 30 08:56:45 2017 (r439791) +++ head/devel/gitg/pkg-descr Sun Apr 30 09:00:10 2017 (r439792) @@ -6,4 +6,4 @@ representation of data and actions. It c * Show colorized diff of changes in revisions * Handles extremely large projects very well -WWW: https://wiki.gnome.org/Gitg +WWW: https://wiki.gnome.org/Apps/Gitg From owner-svn-ports-all@freebsd.org Sun Apr 30 09:02:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62419D57773; Sun, 30 Apr 2017 09:02:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32A3FD93; Sun, 30 Apr 2017 09:02:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U9264K065778; Sun, 30 Apr 2017 09:02:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U926IY065775; Sun, 30 Apr 2017 09:02:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704300902.v3U926IY065775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Apr 2017 09:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439793 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 09:02:07 -0000 Author: bapt Date: Sun Apr 30 09:02:05 2017 New Revision: 439793 URL: https://svnweb.freebsd.org/changeset/ports/439793 Log: neomutt 20170428 Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sun Apr 30 09:00:10 2017 (r439792) +++ head/mail/neomutt/Makefile Sun Apr 30 09:02:05 2017 (r439793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20170421 +PORTVERSION= 20170428 PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Sun Apr 30 09:00:10 2017 (r439792) +++ head/mail/neomutt/distinfo Sun Apr 30 09:02:05 2017 (r439793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492892251 -SHA256 (neomutt-neomutt-neomutt-20170421_GH0.tar.gz) = c2033ab18f2b05b45e22475ee98a5decdb2b19934d41803a02b66dd0d452c125 -SIZE (neomutt-neomutt-neomutt-20170421_GH0.tar.gz) = 2733547 +TIMESTAMP = 1493540125 +SHA256 (neomutt-neomutt-neomutt-20170428_GH0.tar.gz) = c6100c6afb120b6eb2810e9acae6512fc4851ebd7fe711c5bc40b3ee29c0d306 +SIZE (neomutt-neomutt-neomutt-20170428_GH0.tar.gz) = 2733684 From owner-svn-ports-all@freebsd.org Sun Apr 30 10:07:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 634E0D56F10; Sun, 30 Apr 2017 10:07:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 00AEAFA3; Sun, 30 Apr 2017 10:07:25 +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 v3UA7PtK090410; Sun, 30 Apr 2017 10:07:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UA7Nef090395; Sun, 30 Apr 2017 10:07:23 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201704301007.v3UA7Nef090395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 30 Apr 2017 10:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439794 - in head: Mk/Uses devel/py-qt4 devel/py-qt5 devel/py-qt5-core devel/py-qt5-core/files devel/py-sip devel/py-sip/files devel/qscintilla2 graphics/qgis/files math/qtiplot/files m... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:07:26 -0000 Author: tcberner Date: Sun Apr 30 10:07:23 2017 New Revision: 439794 URL: https://svnweb.freebsd.org/changeset/ports/439794 Log: Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1 * This is mostly based on the work by Adriaan de Groot in our development repo. PR: 217305 PR: 218539 Submitted by: Adriaan de Groot Reviewed by: rakuco, mat Approved by: rakuco (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D9771 Added: head/devel/py-sip/files/patch-hg_6b09a6d578e8 (contents, props changed) head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 (contents, props changed) head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 (contents, props changed) Modified: head/Mk/Uses/pyqt.mk head/devel/py-qt4/distinfo head/devel/py-qt5-core/files/patch-configure.py head/devel/py-qt5-core/pkg-plist head/devel/py-qt5/distinfo head/devel/py-sip/Makefile head/devel/py-sip/distinfo head/devel/qscintilla2/pkg-plist head/misc/py-qt4-doc/pkg-plist head/misc/py-qt5-demo/Makefile head/misc/py-qt5-doc/pkg-plist head/textproc/py-qt5-xml/pkg-plist Modified: head/Mk/Uses/pyqt.mk ============================================================================== --- head/Mk/Uses/pyqt.mk Sun Apr 30 09:02:05 2017 (r439793) +++ head/Mk/Uses/pyqt.mk Sun Apr 30 10:07:23 2017 (r439794) @@ -61,16 +61,16 @@ MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-$ MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO -SIP_VERSION= 4.18 +SIP_VERSION= 4.19.2 QSCI2_VERSION= 2.9.1 -PYQT4_VERSION= 4.11.4 -PYQT5_VERSION= 5.6 +PYQT4_VERSION= 4.12 +PYQT5_VERSION= 5.7.1 SIP_DISTNAME= sip-${SIP_VERSION} -PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION} -PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo +PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION} +PYQT4_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo PYQT5_DISTNAME= PyQt5_gpl-${PYQT5_VERSION} -PYQT5_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt5/distinfo +PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION} # PyQt components split up into pyqt4/pyqt5/... Modified: head/devel/py-qt4/distinfo ============================================================================== --- head/devel/py-qt4/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt4/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,2 +1,3 @@ -SHA256 (PyQt-x11-gpl-4.11.4.tar.gz) = fc1fe77495432ba3b0d74ff5cb164d375a97f5dddb728256330f615a7cdcf407 -SIZE (PyQt-x11-gpl-4.11.4.tar.gz) = 11317088 +TIMESTAMP = 1487867323 +SHA256 (PyQt4_gpl_x11-4.12.tar.gz) = 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db +SIZE (PyQt4_gpl_x11-4.12.tar.gz) = 11325395 Modified: head/devel/py-qt5-core/files/patch-configure.py ============================================================================== --- head/devel/py-qt5-core/files/patch-configure.py Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5-core/files/patch-configure.py Sun Apr 30 10:07:23 2017 (r439794) @@ -7,82 +7,97 @@ depends on different modules with module Also fixes a bug where dbus support drops multiple -I flags produced by pkg-config --cflags dbus-1 . ---- configure.py.orig 2016-04-24 10:55:08.000000000 +0000 -+++ configure.py 2016-10-30 22:16:19.159104000 +0000 -@@ -1482,13 +1482,13 @@ - - generate_sip_module_code(target_config, verbose, no_timestamp, parts, - tracing, 'Qt', sip_flags) +--- configure.py.orig 2016-07-25 13:55:28.000000000 +0000 ++++ configure.py 2016-09-14 18:42:40.977955000 +0000 +@@ -1460,8 +1460,9 @@ + + # Add the internal modules if they are required. + if not target_config.no_tools: +- pyqt_modules.append('pylupdate') +- pyqt_modules.append('pyrcc') ++ if "QtXml" in target_config.pyqt_modules: ++ pyqt_modules.append('pylupdate') ++ pyqt_modules.append('pyrcc') + + for mname in pyqt_modules: + metadata = MODULE_METADATA[mname] +@@ -1504,18 +1505,19 @@ + + generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt', + sip_flags, False) - subdirs.append('Qt') - + + wrappers = [] if not target_config.no_tools: -- # Generate pylupdate5 and pyrcc5. +- # Generate the pylupdate5 and pyrcc5 wrappers. - for tool in ('pylupdate', 'pyrcc'): -- generate_application_makefile(target_config, verbose, tool) -- subdirs.append(tool) +- wrappers.append((tool, +- generate_tool_wrapper(target_config, tool + '5', +- 'PyQt5.%s_main' % tool))) +- +- # Generate the pyuic5 wrapper. +- wrappers.append(('pyuic', + if "QtXml" in target_config.pyqt_modules: -+ # Generate pylupdate5 and pyrcc5. ++ # Generate the pylupdate5 and pyrcc5 wrappers. + for tool in ('pylupdate', 'pyrcc'): -+ generate_application_makefile(target_config, verbose, tool) -+ subdirs.append(tool) - - # Generate the pyuic5 wrapper. - pyuic_wrapper = generate_pyuic5_wrapper(target_config) -@@ -1507,22 +1507,6 @@ ++ wrappers.append((tool, ++ generate_tool_wrapper(target_config, tool + '5', ++ 'PyQt5.%s_main' % tool))) ++ ++ if "QtCore" in target_config.pyqt_modules: ++ # Generate the pyuic5 wrapper. ++ wrappers.append(('pyuic', + generate_tool_wrapper(target_config, 'pyuic5', + 'PyQt5.uic.pyuic'))) + +@@ -1533,23 +1535,6 @@ source_path('examples', 'quick', 'tutorials', 'extending', 'chapter6-plugins')) - + - # Generate the QScintilla API file. - if target_config.qsci_api: - inform("Generating the QScintilla API file...") - f = open_for_writing('PyQt5.api') - - for mname in target_config.pyqt_modules: -- api = open(mname + '.api') +- if MODULE_METADATA[mname].public: +- api = open(mname + '.api') - -- for l in api: -- f.write('PyQt5.' + l) +- for l in api: +- f.write('PyQt5.' + l) - -- api.close() -- os.remove(mname + '.api') +- api.close() +- os.remove(mname + '.api') - - f.close() - # Generate the Python dbus module. if target_config.pydbus_module_dir != '': mname = 'dbus' -@@ -1548,21 +1532,24 @@ +@@ -1577,14 +1562,18 @@ out_f.write('''TEMPLATE = subdirs CONFIG += ordered nostrip SUBDIRS = %s -+''' % ' '.join(subdirs)) - ++''' % (' '.join(subdirs))) + + if "QtCore" in target_config.pyqt_modules: + out_f.write(''' init_py.files = %s init_py.path = %s INSTALLS += init_py --''' % (' '.join(subdirs), source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) -+''' % (source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) - -- # Install the uic module and the pyuic5 wrapper. +-''' % (' '.join(subdirs), source_path('__init__.py'), root_dir)) ++''' % (source_path('__init__.py'), root_dir)) + +- # Install the uic module. - out_f.write(''' -+ # Install the uic module and the pyuic5 wrapper. -+ out_f.write(''' ++ if not target_config.no_tools: ++ # Install the uic module. ++ out_f.write(''' uic_package.files = %s uic_package.path = %s INSTALLS += uic_package - ''' % (source_path('pyuic', 'uic'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) - -- if not target_config.no_tools: -- out_f.write(''' -+ if not target_config.no_tools: -+ out_f.write(''' - pyuic5.files = %s - pyuic5.path = %s - INSTALLS += pyuic5 -@@ -1579,11 +1566,12 @@ - +@@ -1620,11 +1609,12 @@ + # Install the QScintilla .api file. if target_config.qsci_api: + api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules]) @@ -93,17 +108,6 @@ by pkg-config --cflags dbus-1 . INSTALLS += qscintilla_api -''' % qmake_quote(target_config.qsci_api_dir + '/api/python')) +''' % (api_list, qmake_quote(target_config.qsci_api_dir + '/api/python'))) - + out_f.close() - -@@ -2140,7 +2128,9 @@ - else: - dlist = target_config.dbus_inc_dirs - -- target_config.dbus_inc_dirs = [] -+ # Don't reset dbus_inc_dirs, because it will forget the flags -+ # found for dbus, above (which might require multiple -I flags). -+ # target_config.dbus_inc_dirs = [] - - for d in dlist: - if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK): + Modified: head/devel/py-qt5-core/pkg-plist ============================================================================== --- head/devel/py-qt5-core/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5-core/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -1,101 +1,101 @@ bin/pyuic5 %%PYTHON_SITELIBDIR%%/PyQt5/Qt.py %%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so %%PYTHON_SITELIBDIR%%/PyQt5/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.%%PYTHON_PYOEXTENSION%% %%PYQT_SIPDIR%%/QtCore/QtCoremod.sip %%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip %%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip Modified: head/devel/py-qt5/distinfo ============================================================================== --- head/devel/py-qt5/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,3 +1,4 @@ -TIMESTAMP = 1477759251 -SHA256 (PyQt5_gpl-5.6.tar.gz) = 2e481a6c4c41b96ed3b33449e5f9599987c63a5c8db93313bd57a6acbf20f0e1 -SIZE (PyQt5_gpl-5.6.tar.gz) = 3720782 +TIMESTAMP = 1487865147 +SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14 +SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746 + Modified: head/devel/py-sip/Makefile ============================================================================== --- head/devel/py-sip/Makefile Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-sip/Makefile Sun Apr 30 10:07:23 2017 (r439794) @@ -39,5 +39,7 @@ post-install: ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sip + ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/sip.so .include Modified: head/devel/py-sip/distinfo ============================================================================== --- head/devel/py-sip/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-sip/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473848835 -SHA256 (sip-4.18.tar.gz) = f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6 -SIZE (sip-4.18.tar.gz) = 991980 +TIMESTAMP = 1491828562 +SHA256 (sip-4.19.2.tar.gz) = 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533 +SIZE (sip-4.19.2.tar.gz) = 1000746 Added: head/devel/py-sip/files/patch-hg_6b09a6d578e8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sip/files/patch-hg_6b09a6d578e8 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,20 @@ +Fix a regression so that a shadow class is not generated if there is a private +dtor. + +https://www.riverbankcomputing.com/hg/sip/rev/6b09a6d578e8 + +diff -r 6209a625ac87 -r 6b09a6d578e8 sipgen/transform.c +--- sipgen/transform.c Thu Mar 30 09:43:04 2017 +0100 ++++ sipgen/transform.c Sun Apr 02 11:49:58 2017 +0100 +@@ -273,7 +273,7 @@ + for (cd = pt->classes; cd != NULL; cd = cd->next) + if (cd->iff->type == class_iface) + { +- if (needsShadow(cd) && !isIncomplete(cd) && canCreate(cd)) ++ if (needsShadow(cd) && !isIncomplete(cd) && !isPrivateDtor(cd) && canCreate(cd)) + setHasShadow(cd); + + /* Get the list of visible Python member functions. */ + + + Modified: head/devel/qscintilla2/pkg-plist ============================================================================== --- head/devel/qscintilla2/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/qscintilla2/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -48,10 +48,10 @@ %%QT_INCDIR%%/Qsci/qsciscintillabase.h %%QT_INCDIR%%/Qsci/qscistyle.h %%QT_INCDIR%%/Qsci/qscistyledtext.h -lib/qt4/libqscintilla2.so -lib/qt4/libqscintilla2.so.12 -lib/qt4/libqscintilla2.so.12.0 -lib/qt4/libqscintilla2.so.12.0.1 +%%QT_LIBDIR%%/libqscintilla2.so +%%QT_LIBDIR%%/libqscintilla2.so.12 +%%QT_LIBDIR%%/libqscintilla2.so.12.0 +%%QT_LIBDIR%%/libqscintilla2.so.12.0.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf share/qt4/qsci/api/python/Python-2.4.api share/qt4/qsci/api/python/Python-2.5.api Added: head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,44 @@ +Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-geosciences/qgis + +From 85a0db24f32351f6096cd8282f03ad5c2f4e6ef5 Mon Sep 17 00:00:00 2001 +From: Sandro Mani +Date: Wed, 1 Mar 2017 16:12:38 +0100 +Subject: [PATCH] Fix build against recent sip/PyQt4: + +qgsfiledownloader.sip:33:0: +src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()' + +RuntimeError: qgis._core cannot import type 'QList' from PyQt4.QtCore +--- + python/core/core.sip | 1 + + src/gui/qgsfiledownloader.h | 4 +++- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/python/core/core.sip b/python/core/core.sip +index 8f0b6af..41f5450 100644 +--- python/core/core.sip ++++ python/core/core.sip +@@ -3,6 +3,7 @@ + + %Feature QT5_SUPPORT + ++%Import QtCore/QtCoremod.sip + %Import QtXml/QtXmlmod.sip + %Import QtNetwork/QtNetworkmod.sip + %Import QtSql/QtSqlmod.sip +diff --git a/src/gui/qgsfiledownloader.h b/src/gui/qgsfiledownloader.h +index c9276f7..841e4b6 100644 +--- src/gui/qgsfiledownloader.h ++++ src/gui/qgsfiledownloader.h +@@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject + void onSslErrors( QNetworkReply *reply, const QList &errors ); + #endif + +- private: ++ protected: + ~QgsFileDownloader(); ++ ++ private: + /** + * Abort current request and show an error if the instance has GUI + * notifications enabled. Added: head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,46 @@ +Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-visualization/qtiplot + +sci-visualization/qtiplot: Fix build with >=sip-4.19 +Thanks-to: Fabio Rossi +Gentoo-bug: 609280 + +Package-Manager: Portage-2.3.3, Repoman-2.3.1 + +--- qtiplot/src/scripting/qti.sip 2017-02-13 17:01:03.123828499 +0100 ++++ qtiplot/src/scripting/qti.sip 2017-02-13 17:02:12.628828234 +0100 +@@ -148,14 +148,14 @@ + } + break; + case Table::Date: +- if (sipCanConvertToType(item, sipType_QDateTime, 0)) { ++ if (sipCanConvertToType(item, sipFindType("QDateTime"), 0)) { + int isErr = 0; +- QDateTime* dateTime = reinterpret_cast(sipConvertToType(item, sipType_QDateTime, ++ QDateTime* dateTime = reinterpret_cast(sipConvertToType(item, sipFindType("QDateTime"), + 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr)); + if (isErr) + return 1; + table->setText(row, col, dateTime->toString(table->columnFormat(col))); +- delete dateTime; ++ //delete dateTime; + } + else { + if (PyType_Ready(item_type) == 0) +@@ -164,14 +164,14 @@ + } + break; + case Table::Time: +- if (sipCanConvertToType(item, sipType_QTime, 0)) { ++ if (sipCanConvertToType(item, sipFindType("QTime"), 0)) { + int isErr = 0; +- QTime* time = reinterpret_cast(sipConvertToType(item, sipType_QTime, ++ QTime* time = reinterpret_cast(sipConvertToType(item, sipFindType("QTime"), + 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr)); + if (isErr) + return 1; + table->setText(row, col, time->toString(table->columnFormat(col))); +- delete time; ++ //delete time; + } + else { + if (PyType_Ready(item_type) == 0) Modified: head/misc/py-qt4-doc/pkg-plist ============================================================================== --- head/misc/py-qt4-doc/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt4-doc/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -2,31 +2,32 @@ %%DOCSDIR%%/NEWS %%DOCSDIR%%/README %%DOCSDIR%%/THANKS -%%DOCSDIR%%/html/_sources/buffer_interface.txt -%%DOCSDIR%%/html/_sources/build_system.txt -%%DOCSDIR%%/html/_sources/dbus.txt -%%DOCSDIR%%/html/_sources/deploy_commercial.txt -%%DOCSDIR%%/html/_sources/designer.txt -%%DOCSDIR%%/html/_sources/gotchas.txt -%%DOCSDIR%%/html/_sources/i18n.txt -%%DOCSDIR%%/html/_sources/incompatibilities.txt -%%DOCSDIR%%/html/_sources/incompatible_apis.txt -%%DOCSDIR%%/html/_sources/index.txt -%%DOCSDIR%%/html/_sources/installation.txt -%%DOCSDIR%%/html/_sources/introduction.txt -%%DOCSDIR%%/html/_sources/keyword_arguments.txt -%%DOCSDIR%%/html/_sources/new_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/old_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/pickle.txt -%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt -%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt -%%DOCSDIR%%/html/_sources/python_shell.txt -%%DOCSDIR%%/html/_sources/python_v3.txt -%%DOCSDIR%%/html/_sources/qml.txt -%%DOCSDIR%%/html/_sources/qt_properties.txt -%%DOCSDIR%%/html/_sources/qt_v5.txt -%%DOCSDIR%%/html/_sources/resources.txt -%%DOCSDIR%%/html/_sources/webkit.txt +%%DOCSDIR%%/html/_sources/buffer_interface.rst.txt +%%DOCSDIR%%/html/_sources/build_system.rst.txt +%%DOCSDIR%%/html/_sources/dbus.rst.txt +%%DOCSDIR%%/html/_sources/deploy_commercial.rst.txt +%%DOCSDIR%%/html/_sources/designer.rst.txt +%%DOCSDIR%%/html/_sources/extension_api.rst.txt +%%DOCSDIR%%/html/_sources/gotchas.rst.txt +%%DOCSDIR%%/html/_sources/i18n.rst.txt +%%DOCSDIR%%/html/_sources/incompatibilities.rst.txt +%%DOCSDIR%%/html/_sources/incompatible_apis.rst.txt +%%DOCSDIR%%/html/_sources/index.rst.txt +%%DOCSDIR%%/html/_sources/installation.rst.txt +%%DOCSDIR%%/html/_sources/introduction.rst.txt +%%DOCSDIR%%/html/_sources/keyword_arguments.rst.txt +%%DOCSDIR%%/html/_sources/new_style_signals_slots.rst.txt +%%DOCSDIR%%/html/_sources/old_style_signals_slots.rst.txt +%%DOCSDIR%%/html/_sources/pickle.rst.txt +%%DOCSDIR%%/html/_sources/pyqt_qsettings.rst.txt +%%DOCSDIR%%/html/_sources/pyqt_qvariant.rst.txt +%%DOCSDIR%%/html/_sources/python_shell.rst.txt +%%DOCSDIR%%/html/_sources/python_v3.rst.txt +%%DOCSDIR%%/html/_sources/qml.rst.txt +%%DOCSDIR%%/html/_sources/qt_properties.rst.txt +%%DOCSDIR%%/html/_sources/qt_v5.rst.txt +%%DOCSDIR%%/html/_sources/resources.rst.txt +%%DOCSDIR%%/html/_sources/webkit.rst.txt %%DOCSDIR%%/html/_static/ajax-loader.gif %%DOCSDIR%%/html/_static/basic.css %%DOCSDIR%%/html/_static/classic.css @@ -37,8 +38,8 @@ %%DOCSDIR%%/html/_static/down-pressed.png %%DOCSDIR%%/html/_static/down.png %%DOCSDIR%%/html/_static/file.png +%%DOCSDIR%%/html/_static/jquery-3.1.0.js %%DOCSDIR%%/html/_static/jquery.js -%%DOCSDIR%%/html/_static/jquery-1.11.1.js %%DOCSDIR%%/html/_static/logo.png %%DOCSDIR%%/html/_static/logo_tn.ico %%DOCSDIR%%/html/_static/minus.png @@ -46,8 +47,8 @@ %%DOCSDIR%%/html/_static/pygments.css %%DOCSDIR%%/html/_static/searchtools.js %%DOCSDIR%%/html/_static/sidebar.js -%%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/_static/up-pressed.png %%DOCSDIR%%/html/_static/up.png %%DOCSDIR%%/html/_static/websupport.js @@ -58,6 +59,7 @@ %%DOCSDIR%%/html/dbus.html %%DOCSDIR%%/html/deploy_commercial.html %%DOCSDIR%%/html/designer.html +%%DOCSDIR%%/html/extension_api.html %%DOCSDIR%%/html/genindex.html %%DOCSDIR%%/html/gotchas.html %%DOCSDIR%%/html/i18n.html Modified: head/misc/py-qt5-demo/Makefile ============================================================================== --- head/misc/py-qt5-demo/Makefile Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt5-demo/Makefile Sun Apr 30 10:07:23 2017 (r439794) @@ -11,13 +11,9 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT_DISTINFO_FILE} - NO_BUILD= yes -USES= python pyqt:5 -USE_PYQT= # - -EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 +USES= python pyqt:5 USE_PYQT= core_run dbus_run designer_run \ designerplugin_run doc_run gui_run multimedia_run \ multimediawidgets_run network_run opengl_run qscintilla2_run \ @@ -25,6 +21,8 @@ USE_PYQT= core_run dbus_run designer_run xmlpatterns_run sip_run qscintilla2_run \ printsupport_run serialport_run webkitwidgets_run widgets_run +EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 + do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} Modified: head/misc/py-qt5-doc/pkg-plist ============================================================================== --- head/misc/py-qt5-doc/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt5-doc/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -1,1003 +1,1015 @@ %%DOCSDIR%%/LICENSE %%DOCSDIR%%/NEWS %%DOCSDIR%%/README -%%DOCSDIR%%/html/_sources/api/enginio.txt -%%DOCSDIR%%/html/_sources/api/enginioclient.txt -%%DOCSDIR%%/html/_sources/api/enginioclientconnection.txt -%%DOCSDIR%%/html/_sources/api/enginioidentity.txt -%%DOCSDIR%%/html/_sources/api/enginiomodel.txt -%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.txt -%%DOCSDIR%%/html/_sources/api/enginioreply.txt -%%DOCSDIR%%/html/_sources/api/qabstractanimation.txt -%%DOCSDIR%%/html/_sources/api/qabstractbutton.txt -%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.txt -%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.txt -%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemview.txt -%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.txt -%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.txt -%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.txt -%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.txt -%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.txt -%%DOCSDIR%%/html/_sources/api/qabstractslider.txt -%%DOCSDIR%%/html/_sources/api/qabstractsocket.txt -%%DOCSDIR%%/html/_sources/api/qabstractspinbox.txt -%%DOCSDIR%%/html/_sources/api/qabstractstate.txt -%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.txt -%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.txt -%%DOCSDIR%%/html/_sources/api/qabstracttransition.txt -%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometer.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.txt -%%DOCSDIR%%/html/_sources/api/qaction.txt -%%DOCSDIR%%/html/_sources/api/qactionevent.txt -%%DOCSDIR%%/html/_sources/api/qactiongroup.txt -%%DOCSDIR%%/html/_sources/api/qaltimeter.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterreading.txt -%%DOCSDIR%%/html/_sources/api/qambientlightfilter.txt -%%DOCSDIR%%/html/_sources/api/qambientlightreading.txt -%%DOCSDIR%%/html/_sources/api/qambientlightsensor.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.txt -%%DOCSDIR%%/html/_sources/api/qanimationgroup.txt -%%DOCSDIR%%/html/_sources/api/qapplication.txt -%%DOCSDIR%%/html/_sources/api/qaudio.txt -%%DOCSDIR%%/html/_sources/api/qaudiobuffer.txt -%%DOCSDIR%%/html/_sources/api/qaudiodecoder.txt -%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.txt -%%DOCSDIR%%/html/_sources/api/qaudioformat.txt -%%DOCSDIR%%/html/_sources/api/qaudioinput.txt -%%DOCSDIR%%/html/_sources/api/qaudiooutput.txt -%%DOCSDIR%%/html/_sources/api/qaudioprobe.txt -%%DOCSDIR%%/html/_sources/api/qaudiorecorder.txt -%%DOCSDIR%%/html/_sources/api/qauthenticator.txt -%%DOCSDIR%%/html/_sources/api/qaxbase.txt -%%DOCSDIR%%/html/_sources/api/qaxobject.txt -%%DOCSDIR%%/html/_sources/api/qaxwidget.txt -%%DOCSDIR%%/html/_sources/api/qbackingstore.txt -%%DOCSDIR%%/html/_sources/api/qbasictimer.txt -%%DOCSDIR%%/html/_sources/api/qbitarray.txt -%%DOCSDIR%%/html/_sources/api/qbitmap.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserver.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.txt -%%DOCSDIR%%/html/_sources/api/qboxlayout.txt -%%DOCSDIR%%/html/_sources/api/qbrush.txt -%%DOCSDIR%%/html/_sources/api/qbuffer.txt -%%DOCSDIR%%/html/_sources/api/qbuttongroup.txt -%%DOCSDIR%%/html/_sources/api/qbytearray.txt -%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.txt -%%DOCSDIR%%/html/_sources/api/qcalendarwidget.txt -%%DOCSDIR%%/html/_sources/api/qcamera.txt -%%DOCSDIR%%/html/_sources/api/qcameraexposure.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocus.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.txt -%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.txt -%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.txt -%%DOCSDIR%%/html/_sources/api/qcamerainfo.txt -%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.txt -%%DOCSDIR%%/html/_sources/api/qcheckbox.txt -%%DOCSDIR%%/html/_sources/api/qchildevent.txt -%%DOCSDIR%%/html/_sources/api/qclipboard.txt -%%DOCSDIR%%/html/_sources/api/qcloseevent.txt -%%DOCSDIR%%/html/_sources/api/qcollator.txt -%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.txt -%%DOCSDIR%%/html/_sources/api/qcolor.txt -%%DOCSDIR%%/html/_sources/api/qcolordialog.txt -%%DOCSDIR%%/html/_sources/api/qcolumnview.txt -%%DOCSDIR%%/html/_sources/api/qcombobox.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineoption.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineparser.txt -%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.txt -%%DOCSDIR%%/html/_sources/api/qcommonstyle.txt -%%DOCSDIR%%/html/_sources/api/qcompass.txt -%%DOCSDIR%%/html/_sources/api/qcompassfilter.txt -%%DOCSDIR%%/html/_sources/api/qcompassreading.txt -%%DOCSDIR%%/html/_sources/api/qcompleter.txt -%%DOCSDIR%%/html/_sources/api/qconicalgradient.txt -%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.txt -%%DOCSDIR%%/html/_sources/api/qcoreapplication.txt -%%DOCSDIR%%/html/_sources/api/qcryptographichash.txt -%%DOCSDIR%%/html/_sources/api/qcursor.txt -%%DOCSDIR%%/html/_sources/api/qdatastream.txt -%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.txt -%%DOCSDIR%%/html/_sources/api/qdate.txt -%%DOCSDIR%%/html/_sources/api/qdateedit.txt -%%DOCSDIR%%/html/_sources/api/qdatetime.txt -%%DOCSDIR%%/html/_sources/api/qdatetimeedit.txt -%%DOCSDIR%%/html/_sources/api/qdbus.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.txt -%%DOCSDIR%%/html/_sources/api/qdbusargument.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnection.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.txt -%%DOCSDIR%%/html/_sources/api/qdbuserror.txt -%%DOCSDIR%%/html/_sources/api/qdbusinterface.txt -%%DOCSDIR%%/html/_sources/api/qdbusmessage.txt -%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.txt -%%DOCSDIR%%/html/_sources/api/qdbusreply.txt -%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.txt -%%DOCSDIR%%/html/_sources/api/qdbussignature.txt -%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.txt -%%DOCSDIR%%/html/_sources/api/qdbusvariant.txt -%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesktopservices.txt -%%DOCSDIR%%/html/_sources/api/qdesktopwidget.txt -%%DOCSDIR%%/html/_sources/api/qdial.txt -%%DOCSDIR%%/html/_sources/api/qdialog.txt -%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.txt -%%DOCSDIR%%/html/_sources/api/qdir.txt -%%DOCSDIR%%/html/_sources/api/qdiriterator.txt -%%DOCSDIR%%/html/_sources/api/qdirmodel.txt -%%DOCSDIR%%/html/_sources/api/qdistancefilter.txt -%%DOCSDIR%%/html/_sources/api/qdistancereading.txt -%%DOCSDIR%%/html/_sources/api/qdistancesensor.txt -%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.txt -%%DOCSDIR%%/html/_sources/api/qdnslookup.txt -%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnstextrecord.txt -%%DOCSDIR%%/html/_sources/api/qdockwidget.txt -%%DOCSDIR%%/html/_sources/api/qdomattr.txt -%%DOCSDIR%%/html/_sources/api/qdomcdatasection.txt -%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.txt -%%DOCSDIR%%/html/_sources/api/qdomcomment.txt -%%DOCSDIR%%/html/_sources/api/qdomdocument.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.txt -%%DOCSDIR%%/html/_sources/api/qdomelement.txt -%%DOCSDIR%%/html/_sources/api/qdomentity.txt -%%DOCSDIR%%/html/_sources/api/qdomentityreference.txt -%%DOCSDIR%%/html/_sources/api/qdomimplementation.txt -%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.txt -%%DOCSDIR%%/html/_sources/api/qdomnode.txt -%%DOCSDIR%%/html/_sources/api/qdomnodelist.txt -%%DOCSDIR%%/html/_sources/api/qdomnotation.txt -%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.txt -%%DOCSDIR%%/html/_sources/api/qdomtext.txt -%%DOCSDIR%%/html/_sources/api/qdoublespinbox.txt -%%DOCSDIR%%/html/_sources/api/qdoublevalidator.txt -%%DOCSDIR%%/html/_sources/api/qdrag.txt -%%DOCSDIR%%/html/_sources/api/qdragenterevent.txt -%%DOCSDIR%%/html/_sources/api/qdragleaveevent.txt -%%DOCSDIR%%/html/_sources/api/qdragmoveevent.txt -%%DOCSDIR%%/html/_sources/api/qdropevent.txt -%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.txt -%%DOCSDIR%%/html/_sources/api/qeasingcurve.txt -%%DOCSDIR%%/html/_sources/api/qelapsedtimer.txt -%%DOCSDIR%%/html/_sources/api/qenterevent.txt -%%DOCSDIR%%/html/_sources/api/qerrormessage.txt -%%DOCSDIR%%/html/_sources/api/qevent.txt -%%DOCSDIR%%/html/_sources/api/qeventloop.txt -%%DOCSDIR%%/html/_sources/api/qeventlooplocker.txt -%%DOCSDIR%%/html/_sources/api/qeventtransition.txt -%%DOCSDIR%%/html/_sources/api/qexposeevent.txt -%%DOCSDIR%%/html/_sources/api/qextensionfactory.txt -%%DOCSDIR%%/html/_sources/api/qextensionmanager.txt -%%DOCSDIR%%/html/_sources/api/qfile.txt -%%DOCSDIR%%/html/_sources/api/qfiledevice.txt -%%DOCSDIR%%/html/_sources/api/qfiledialog.txt -%%DOCSDIR%%/html/_sources/api/qfileiconprovider.txt -%%DOCSDIR%%/html/_sources/api/qfileinfo.txt -%%DOCSDIR%%/html/_sources/api/qfileopenevent.txt -%%DOCSDIR%%/html/_sources/api/qfileselector.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.txt -%%DOCSDIR%%/html/_sources/api/qfinalstate.txt -%%DOCSDIR%%/html/_sources/api/qfocusevent.txt -%%DOCSDIR%%/html/_sources/api/qfocusframe.txt -%%DOCSDIR%%/html/_sources/api/qfont.txt -%%DOCSDIR%%/html/_sources/api/qfontcombobox.txt -%%DOCSDIR%%/html/_sources/api/qfontdatabase.txt -%%DOCSDIR%%/html/_sources/api/qfontdialog.txt -%%DOCSDIR%%/html/_sources/api/qfontinfo.txt -%%DOCSDIR%%/html/_sources/api/qfontmetrics.txt -%%DOCSDIR%%/html/_sources/api/qfontmetricsf.txt -%%DOCSDIR%%/html/_sources/api/qformbuilder.txt -%%DOCSDIR%%/html/_sources/api/qformlayout.txt -%%DOCSDIR%%/html/_sources/api/qframe.txt -%%DOCSDIR%%/html/_sources/api/qgenericargument.txt -%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.txt -%%DOCSDIR%%/html/_sources/api/qgeoaddress.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.txt -%%DOCSDIR%%/html/_sources/api/qgeocircle.txt -%%DOCSDIR%%/html/_sources/api/qgeocodereply.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.txt -%%DOCSDIR%%/html/_sources/api/qgeocoordinate.txt -%%DOCSDIR%%/html/_sources/api/qgeolocation.txt -%%DOCSDIR%%/html/_sources/api/qgeomaneuver.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt -%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt -%%DOCSDIR%%/html/_sources/api/qgeoroute.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutereply.txt -%%DOCSDIR%%/html/_sources/api/qgeorouterequest.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.txt -%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.txt -%%DOCSDIR%%/html/_sources/api/qgeoshape.txt -%%DOCSDIR%%/html/_sources/api/qgesture.txt -%%DOCSDIR%%/html/_sources/api/qgestureevent.txt -%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.txt -%%DOCSDIR%%/html/_sources/api/qgl.txt -%%DOCSDIR%%/html/_sources/api/qglcontext.txt -%%DOCSDIR%%/html/_sources/api/qglformat.txt -%%DOCSDIR%%/html/_sources/api/qglwidget.txt -%%DOCSDIR%%/html/_sources/api/qglyphrun.txt -%%DOCSDIR%%/html/_sources/api/qgradient.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicseffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsobject.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscale.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscene.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstransform.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsview.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswebview.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswidget.txt -%%DOCSDIR%%/html/_sources/api/qgridlayout.txt -%%DOCSDIR%%/html/_sources/api/qgroupbox.txt -%%DOCSDIR%%/html/_sources/api/qguiapplication.txt -%%DOCSDIR%%/html/_sources/api/qgyroscope.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopereading.txt -%%DOCSDIR%%/html/_sources/api/qhboxlayout.txt -%%DOCSDIR%%/html/_sources/api/qheaderview.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpengine.txt -%%DOCSDIR%%/html/_sources/api/qhelpenginecore.txt -%%DOCSDIR%%/html/_sources/api/qhelpevent.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.txt -%%DOCSDIR%%/html/_sources/api/qhideevent.txt -%%DOCSDIR%%/html/_sources/api/qhistorystate.txt -%%DOCSDIR%%/html/_sources/api/qholsterfilter.txt -%%DOCSDIR%%/html/_sources/api/qholsterreading.txt -%%DOCSDIR%%/html/_sources/api/qholstersensor.txt -%%DOCSDIR%%/html/_sources/api/qhostaddress.txt -%%DOCSDIR%%/html/_sources/api/qhostinfo.txt -%%DOCSDIR%%/html/_sources/api/qhoverevent.txt -%%DOCSDIR%%/html/_sources/api/qhttpmultipart.txt -%%DOCSDIR%%/html/_sources/api/qhttppart.txt -%%DOCSDIR%%/html/_sources/api/qicon.txt -%%DOCSDIR%%/html/_sources/api/qicondragevent.txt -%%DOCSDIR%%/html/_sources/api/qiconengine.txt -%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.txt -%%DOCSDIR%%/html/_sources/api/qimage.txt -%%DOCSDIR%%/html/_sources/api/qimageencodersettings.txt -%%DOCSDIR%%/html/_sources/api/qimageiohandler.txt -%%DOCSDIR%%/html/_sources/api/qimagereader.txt -%%DOCSDIR%%/html/_sources/api/qimagewriter.txt -%%DOCSDIR%%/html/_sources/api/qinputdialog.txt -%%DOCSDIR%%/html/_sources/api/qinputevent.txt -%%DOCSDIR%%/html/_sources/api/qinputmethod.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodevent.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.txt -%%DOCSDIR%%/html/_sources/api/qintvalidator.txt -%%DOCSDIR%%/html/_sources/api/qiodevice.txt -%%DOCSDIR%%/html/_sources/api/qirproximityfilter.txt -%%DOCSDIR%%/html/_sources/api/qirproximityreading.txt -%%DOCSDIR%%/html/_sources/api/qirproximitysensor.txt -%%DOCSDIR%%/html/_sources/api/qitemdelegate.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.txt -%%DOCSDIR%%/html/_sources/api/qitemselection.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionrange.txt -%%DOCSDIR%%/html/_sources/api/qjsengine.txt -%%DOCSDIR%%/html/_sources/api/qjsonarray.txt -%%DOCSDIR%%/html/_sources/api/qjsondocument.txt -%%DOCSDIR%%/html/_sources/api/qjsonobject.txt -%%DOCSDIR%%/html/_sources/api/qjsonparseerror.txt -%%DOCSDIR%%/html/_sources/api/qjsonvalue.txt -%%DOCSDIR%%/html/_sources/api/qjsvalue.txt -%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.txt -%%DOCSDIR%%/html/_sources/api/qkeyevent.txt -%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.txt -%%DOCSDIR%%/html/_sources/api/qkeysequence.txt -%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.txt -%%DOCSDIR%%/html/_sources/api/qlabel.txt *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Apr 30 10:16:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7DFD57254; Sun, 30 Apr 2017 10:16:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA141532; Sun, 30 Apr 2017 10:16:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UAGo0c094712; Sun, 30 Apr 2017 10:16:50 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAGoCm094710; Sun, 30 Apr 2017 10:16:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301016.v3UAGoCm094710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 10:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439795 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:16:51 -0000 Author: rakuco Date: Sun Apr 30 10:16:49 2017 New Revision: 439795 URL: https://svnweb.freebsd.org/changeset/ports/439795 Log: Update to 3.4.1. PR: 218960 Submitted by: Douglas Thrift (maintainer) Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Sun Apr 30 10:07:23 2017 (r439794) +++ head/www/py-selenium/Makefile Sun Apr 30 10:16:49 2017 (r439795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Sun Apr 30 10:07:23 2017 (r439794) +++ head/www/py-selenium/distinfo Sun Apr 30 10:16:49 2017 (r439795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493272215 -SHA256 (selenium-3.4.0.tar.gz) = 49d904b59016c5defa7818433b2477b769c53118be2b1a4152a0c5b5f65dffb4 -SIZE (selenium-3.4.0.tar.gz) = 838541 +TIMESTAMP = 1493506473 +SHA256 (selenium-3.4.1.tar.gz) = ea10cb739d3d2c27dfdd5ed60cdc28a36e6bafb7b6021ac7acd01dfc4aef005b +SIZE (selenium-3.4.1.tar.gz) = 838624 From owner-svn-ports-all@freebsd.org Sun Apr 30 10:34:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313C7D5793C; Sun, 30 Apr 2017 10:34:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id F39561EBB; Sun, 30 Apr 2017 10:34:57 +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 v3UAYvJs002857; Sun, 30 Apr 2017 10:34:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAYuiJ002848; Sun, 30 Apr 2017 10:34:56 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301034.v3UAYuiJ002848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 10:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439796 - in branches/2017Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:34:58 -0000 Author: brnrd Date: Sun Apr 30 10:34:56 2017 New Revision: 439796 URL: https://svnweb.freebsd.org/changeset/ports/439796 Log: MFH: r439769 databases/mariadb55-server: Update to 5.5.55 - Security and bugfix update to 5.5.55 - Fix up patches - Remove CVE-2017-3302 patch (now included) - Add upstream patch for WITHOUT_SERVER issue Security: d9e01c35-2531-11e7-b291-b499baebfeaf Security: CVE-2017-3308 Security: CVE-2017-3309 Security: CVE-2017-3313 Security: CVE-2017-3453 Security: CVE-2017-3456 Security: CVE-2017-3464 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 - copied unchanged from r439769, head/databases/mariadb55-client/files/patch-MDEV-12230 branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 - copied unchanged from r439769, head/databases/mariadb55-server/files/patch-MDEV-12230 Deleted: branches/2017Q2/databases/mariadb55-client/files/patch-CVE-2017-3302 branches/2017Q2/databases/mariadb55-server/files/patch-CVE-2017-3302 Modified: branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb55-server/Makefile branches/2017Q2/databases/mariadb55-server/distinfo branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2014-10-08 15:19:53.000000000 +0200 -+++ CMakeLists.txt 2014-10-17 21:36:43.000000000 +0200 -@@ -411,28 +411,8 @@ +--- CMakeLists.txt.orig 2017-04-11 22:03:13.000000000 +0200 ++++ CMakeLists.txt 2017-04-18 10:11:38.582817000 +0200 +@@ -393,28 +393,8 @@ ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) ADD_SUBDIRECTORY(scripts) @@ -29,7 +29,7 @@ IF(UNIX) ADD_SUBDIRECTORY(man) ENDIF() -@@ -444,7 +424,6 @@ +@@ -426,7 +406,6 @@ IF(WIN32) ADD_SUBDIRECTORY(win/upgrade_wizard) ADD_SUBDIRECTORY(win/packaging) ENDIF() @@ -37,15 +37,15 @@ CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/my_config.h) CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h) -@@ -477,6 +456,7 @@ +@@ -460,6 +439,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) + INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) -@@ -487,6 +467,7 @@ + # MDEV-6526 these files are not installed anymore +@@ -469,6 +449,7 @@ INSTALL_DOCUMENTATION(README COPYING EXC IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() Copied: branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 (from r439769, head/databases/mariadb55-client/files/patch-MDEV-12230) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 Sun Apr 30 10:34:56 2017 (r439796, copy of r439769, head/databases/mariadb55-client/files/patch-MDEV-12230) @@ -0,0 +1,205 @@ +From 4fe65ca33a6012ec60c665f6eeb5ff08969fb267 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Tue, 18 Apr 2017 12:35:05 +0200 +Subject: [PATCH] =?UTF-8?q?MDEV-12230=20include/my=5Fsys.h:600:43:=20error?= + =?UTF-8?q?:=20unknown=20type=20name=20=E2=80=98PSI=5Ffile=5Fkey=E2=80=99"?= + =?UTF-8?q?=20when=20-DWITHOUT=5FSERVER=3D1?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +cherry-pick 2c2bd8c155 (MDEV-12261 build failure without P_S) from 10.0 +--- + include/my_sys.h | 3 +-- + include/mysql/psi/mysql_file.h | 47 ++++++++++++++++++++++++++++++++++++++++ + mysys/my_symlink2.c | 14 +++++------- + sql/handler.cc | 2 +- + sql/sql_db.cc | 4 ++-- + storage/maria/ma_delete_table.c | 4 ++-- + storage/myisam/mi_delete_table.c | 4 ++-- + 7 files changed, 61 insertions(+), 17 deletions(-) + +diff --git a/include/my_sys.h b/include/my_sys.h +index 10551e1..2794068 100644 +--- include/my_sys.h.orig ++++ include/my_sys.h +@@ -580,8 +580,7 @@ extern File my_create_with_symlink(const char *linkname, const char *filename, + myf MyFlags); + extern int my_rename_with_symlink(const char *from,const char *to,myf MyFlags); + extern int my_symlink(const char *content, const char *linkname, myf MyFlags); +-extern int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir); ++extern int my_handler_delete_with_symlink(const char *filename, myf sync_dir); + + extern size_t my_read(File Filedes,uchar *Buffer,size_t Count,myf MyFlags); + extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset, +diff --git a/include/mysql/psi/mysql_file.h b/include/mysql/psi/mysql_file.h +index 4a0f3fd..aa3ed7e 100644 +--- include/mysql/psi/mysql_file.h.orig ++++ include/mysql/psi/mysql_file.h +@@ -435,6 +435,20 @@ + #endif + + /** ++ @def mysql_file_delete_with_symlink(K, P1, P2, P3) ++ Instrumented delete with symbolic link. ++ @c mysql_file_delete_with_symlink is a replacement ++ for @c my_handler_delete_with_symlink. ++*/ ++#ifdef HAVE_PSI_INTERFACE ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(K, __FILE__, __LINE__, P1, P2, P3) ++#else ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(P1, P2, P3) ++#endif ++ ++/** + @def mysql_file_rename_with_symlink(K, P1, P2, P3) + Instrumented rename with symbolic link. + @c mysql_file_rename_with_symlink is a replacement +@@ -1305,6 +1319,7 @@ inline_mysql_file_rename( + return result; + } + ++ + static inline File + inline_mysql_file_create_with_symlink( + #ifdef HAVE_PSI_INTERFACE +@@ -1335,6 +1350,38 @@ inline_mysql_file_create_with_symlink( + } + + static inline int ++inline_mysql_file_delete_with_symlink( ++#ifdef HAVE_PSI_INTERFACE ++ PSI_file_key key, const char *src_file, uint src_line, ++#endif ++ const char *name, const char *ext, myf flags) ++{ ++ int result; ++ char fullname[FN_REFLEN]; ++#ifdef HAVE_PSI_INTERFACE ++ struct PSI_file_locker *locker= NULL; ++ PSI_file_locker_state state; ++#endif ++ fn_format(fullname, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(PSI_server != NULL)) ++ { ++ locker= PSI_server->get_thread_file_name_locker(&state, key, PSI_FILE_DELETE, ++ fullname, &locker); ++ if (likely(locker != NULL)) ++ PSI_server->start_file_wait(locker, (size_t) 0, src_file, src_line); ++ } ++#endif ++ result= my_handler_delete_with_symlink(fullname, flags); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(locker != NULL)) ++ PSI_server->end_file_wait(locker, (size_t) 0); ++#endif ++ return result; ++} ++ ++ ++static inline int + inline_mysql_file_rename_with_symlink( + #ifdef HAVE_PSI_INTERFACE + PSI_file_key key, const char *src_file, uint src_line, +diff --git a/mysys/my_symlink2.c b/mysys/my_symlink2.c +index 5fe7b8f..c851468 100644 +--- mysys/my_symlink2.c.orig ++++ mysys/my_symlink2.c +@@ -170,22 +170,20 @@ int my_rename_with_symlink(const char *from, const char *to, myf MyFlags) + in this case both the symlink and the symlinked file are deleted, + but only if the symlinked file is not in the datadir. + */ +-int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir) ++int my_handler_delete_with_symlink(const char *filename, myf sync_dir) + { +- char orig[FN_REFLEN], real[FN_REFLEN]; ++ char real[FN_REFLEN]; + int res= 0; + DBUG_ENTER("my_handler_delete_with_symlink"); + +- fn_format(orig, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); +- if (my_is_symlink(orig)) ++ if (my_is_symlink(filename)) + { + /* + Delete the symlinked file only if the symlink is not + pointing into datadir. + */ +- if (!(my_realpath(real, orig, MYF(0)) || mysys_test_invalid_symlink(real))) +- res= mysql_file_delete(key, real, MYF(MY_NOSYMLINKS | MY_WME | sync_dir)); ++ if (!(my_realpath(real, filename, MYF(0)) || mysys_test_invalid_symlink(real))) ++ res= my_delete(real, MYF(MY_NOSYMLINKS | sync_dir)); + } +- DBUG_RETURN(mysql_file_delete(key, orig, MYF(MY_WME | sync_dir)) || res); ++ DBUG_RETURN(my_delete(filename, MYF(sync_dir)) || res); + } +diff --git a/sql/handler.cc b/sql/handler.cc +index 2ae144a..dc40e34 100644 +--- sql/handler.cc.orig ++++ sql/handler.cc +@@ -3381,7 +3381,7 @@ int handler::delete_table(const char *name) + + for (const char **ext=bas_ext(); *ext ; ext++) + { +- if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0)) ++ if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0)) + { + if (my_errno != ENOENT) + { +diff --git a/sql/sql_db.cc b/sql/sql_db.cc +index 7bb4f0f..580590b 100644 +--- sql/sql_db.cc.orig ++++ sql/sql_db.cc +@@ -1085,7 +1085,7 @@ static bool find_db_tables_and_rm_known_files(THD *thd, MY_DIR *dirp, + We ignore ENOENT error in order to skip files that was deleted + by concurrently running statement like REPAIR TABLE ... + */ +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), filePath, my_errno); +@@ -1206,7 +1206,7 @@ long mysql_rm_arc_files(THD *thd, MY_DIR *dirp, const char *org_path) + continue; + } + strxmov(filePath, org_path, "/", file->name, NullS); +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) + { + goto err; + } +diff --git a/storage/maria/ma_delete_table.c b/storage/maria/ma_delete_table.c +index c4bcd5b..f80ec13 100644 +--- storage/maria/ma_delete_table.c.orig ++++ storage/maria/ma_delete_table.c +@@ -86,8 +86,8 @@ int maria_delete_table_files(const char *name, myf sync_dir) + { + DBUG_ENTER("maria_delete_table_files"); + +- if (my_handler_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || +- my_handler_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) ++ if (mysql_file_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || ++ mysql_file_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } +diff --git a/storage/myisam/mi_delete_table.c b/storage/myisam/mi_delete_table.c +index ebedfbd..ca395ff 100644 +--- storage/myisam/mi_delete_table.c.orig ++++ storage/myisam/mi_delete_table.c +@@ -28,8 +28,8 @@ int mi_delete_table(const char *name) + check_table_is_closed(name,"delete"); + #endif + +- if (my_handler_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || +- my_handler_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) ++ if (mysql_file_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } Modified: branches/2017Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2017Q2/databases/mariadb55-server/Makefile Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/Makefile Sun Apr 30 10:34:56 2017 (r439796) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.54 -PORTREVISION?= 3 +PORTVERSION= 5.5.55 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -25,7 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client USES= cmake execinfo shebangfix ssl -SHEBANG_FILES= scripts/*.sh +SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ @@ -43,7 +43,6 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SQLBENCHDIR="share/mysql" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ - -DWITH_LIBEDIT=0 \ -DWITH_LIBWRAP=1 \ -DWITH_SSL=yes \ -DEXECINFO_ROOT=${LOCALBASE} \ Modified: branches/2017Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2017Q2/databases/mariadb55-server/distinfo Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/distinfo Sun Apr 30 10:34:56 2017 (r439796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482613700 -SHA256 (mariadb-5.5.54.tar.gz) = 54405ad9beff02339819eb73c59b4bf25f58a2c5abffbf17e81c4940a893538c -SIZE (mariadb-5.5.54.tar.gz) = 45765936 +TIMESTAMP = 1492502977 +SHA256 (mariadb-5.5.55.tar.gz) = cb94e315d0fc90c62db5a6c7829c9966f674285d99b3ba3ffa575fb4a26edc86 +SIZE (mariadb-5.5.55.tar.gz) = 45757922 Modified: branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,45 +1,46 @@ ---- CMakeLists.txt.orig 2014-06-13 13:53:43.304277057 +0300 -+++ CMakeLists.txt 2014-06-13 13:57:07.790256621 +0300 -@@ -407,18 +407,12 @@ +--- CMakeLists.txt.orig 2017-04-11 20:03:13 UTC ++++ CMakeLists.txt +@@ -397,22 +397,22 @@ ADD_SUBDIRECTORY(sql/share) ADD_SUBDIRECTORY(support-files) IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(tests) ++# ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(sql) OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF) IF(WITH_EMBEDDED_SERVER) ADD_SUBDIRECTORY(libmysqld) - ADD_SUBDIRECTORY(libmysqld/examples) ++# ADD_SUBDIRECTORY(libmysqld/examples) ENDIF(WITH_EMBEDDED_SERVER) -- ADD_SUBDIRECTORY(mysql-test) -- ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) + ADD_SUBDIRECTORY(mysql-test) + ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) - ADD_SUBDIRECTORY(sql-bench) -- ++# ADD_SUBDIRECTORY(sql-bench) + IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) ADD_SUBDIRECTORY(internal) ENDIF() -@@ -437,7 +431,6 @@ - ADD_SUBDIRECTORY(win/upgrade_wizard) - ADD_SUBDIRECTORY(win/packaging) +- ADD_SUBDIRECTORY(packaging/rpm-oel) ++# ADD_SUBDIRECTORY(packaging/rpm-oel) ENDIF() --ADD_SUBDIRECTORY(packaging/solaris) - CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/my_config.h) - CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h) -@@ -470,6 +463,7 @@ + IF(UNIX) +@@ -460,14 +460,14 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -+IF(FALSE) - INSTALL_DOCUMENTATION(README COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) - INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC -@@ -477,6 +471,7 @@ +-INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) ++#INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) + + # MDEV-6526 these files are not installed anymore + #INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC + # ${CMAKE_BINARY_DIR}/Docs/INFO_BIN) + IF(UNIX) - INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) +- INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ++# INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() -+ENDIF() INCLUDE(CPack) - Copied: branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 (from r439769, head/databases/mariadb55-server/files/patch-MDEV-12230) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 Sun Apr 30 10:34:56 2017 (r439796, copy of r439769, head/databases/mariadb55-server/files/patch-MDEV-12230) @@ -0,0 +1,205 @@ +From 4fe65ca33a6012ec60c665f6eeb5ff08969fb267 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Tue, 18 Apr 2017 12:35:05 +0200 +Subject: [PATCH] =?UTF-8?q?MDEV-12230=20include/my=5Fsys.h:600:43:=20error?= + =?UTF-8?q?:=20unknown=20type=20name=20=E2=80=98PSI=5Ffile=5Fkey=E2=80=99"?= + =?UTF-8?q?=20when=20-DWITHOUT=5FSERVER=3D1?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +cherry-pick 2c2bd8c155 (MDEV-12261 build failure without P_S) from 10.0 +--- + include/my_sys.h | 3 +-- + include/mysql/psi/mysql_file.h | 47 ++++++++++++++++++++++++++++++++++++++++ + mysys/my_symlink2.c | 14 +++++------- + sql/handler.cc | 2 +- + sql/sql_db.cc | 4 ++-- + storage/maria/ma_delete_table.c | 4 ++-- + storage/myisam/mi_delete_table.c | 4 ++-- + 7 files changed, 61 insertions(+), 17 deletions(-) + +diff --git a/include/my_sys.h b/include/my_sys.h +index 10551e1..2794068 100644 +--- include/my_sys.h.orig ++++ include/my_sys.h +@@ -580,8 +580,7 @@ extern File my_create_with_symlink(const char *linkname, const char *filename, + myf MyFlags); + extern int my_rename_with_symlink(const char *from,const char *to,myf MyFlags); + extern int my_symlink(const char *content, const char *linkname, myf MyFlags); +-extern int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir); ++extern int my_handler_delete_with_symlink(const char *filename, myf sync_dir); + + extern size_t my_read(File Filedes,uchar *Buffer,size_t Count,myf MyFlags); + extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset, +diff --git a/include/mysql/psi/mysql_file.h b/include/mysql/psi/mysql_file.h +index 4a0f3fd..aa3ed7e 100644 +--- include/mysql/psi/mysql_file.h.orig ++++ include/mysql/psi/mysql_file.h +@@ -435,6 +435,20 @@ + #endif + + /** ++ @def mysql_file_delete_with_symlink(K, P1, P2, P3) ++ Instrumented delete with symbolic link. ++ @c mysql_file_delete_with_symlink is a replacement ++ for @c my_handler_delete_with_symlink. ++*/ ++#ifdef HAVE_PSI_INTERFACE ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(K, __FILE__, __LINE__, P1, P2, P3) ++#else ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(P1, P2, P3) ++#endif ++ ++/** + @def mysql_file_rename_with_symlink(K, P1, P2, P3) + Instrumented rename with symbolic link. + @c mysql_file_rename_with_symlink is a replacement +@@ -1305,6 +1319,7 @@ inline_mysql_file_rename( + return result; + } + ++ + static inline File + inline_mysql_file_create_with_symlink( + #ifdef HAVE_PSI_INTERFACE +@@ -1335,6 +1350,38 @@ inline_mysql_file_create_with_symlink( + } + + static inline int ++inline_mysql_file_delete_with_symlink( ++#ifdef HAVE_PSI_INTERFACE ++ PSI_file_key key, const char *src_file, uint src_line, ++#endif ++ const char *name, const char *ext, myf flags) ++{ ++ int result; ++ char fullname[FN_REFLEN]; ++#ifdef HAVE_PSI_INTERFACE ++ struct PSI_file_locker *locker= NULL; ++ PSI_file_locker_state state; ++#endif ++ fn_format(fullname, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(PSI_server != NULL)) ++ { ++ locker= PSI_server->get_thread_file_name_locker(&state, key, PSI_FILE_DELETE, ++ fullname, &locker); ++ if (likely(locker != NULL)) ++ PSI_server->start_file_wait(locker, (size_t) 0, src_file, src_line); ++ } ++#endif ++ result= my_handler_delete_with_symlink(fullname, flags); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(locker != NULL)) ++ PSI_server->end_file_wait(locker, (size_t) 0); ++#endif ++ return result; ++} ++ ++ ++static inline int + inline_mysql_file_rename_with_symlink( + #ifdef HAVE_PSI_INTERFACE + PSI_file_key key, const char *src_file, uint src_line, +diff --git a/mysys/my_symlink2.c b/mysys/my_symlink2.c +index 5fe7b8f..c851468 100644 +--- mysys/my_symlink2.c.orig ++++ mysys/my_symlink2.c +@@ -170,22 +170,20 @@ int my_rename_with_symlink(const char *from, const char *to, myf MyFlags) + in this case both the symlink and the symlinked file are deleted, + but only if the symlinked file is not in the datadir. + */ +-int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir) ++int my_handler_delete_with_symlink(const char *filename, myf sync_dir) + { +- char orig[FN_REFLEN], real[FN_REFLEN]; ++ char real[FN_REFLEN]; + int res= 0; + DBUG_ENTER("my_handler_delete_with_symlink"); + +- fn_format(orig, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); +- if (my_is_symlink(orig)) ++ if (my_is_symlink(filename)) + { + /* + Delete the symlinked file only if the symlink is not + pointing into datadir. + */ +- if (!(my_realpath(real, orig, MYF(0)) || mysys_test_invalid_symlink(real))) +- res= mysql_file_delete(key, real, MYF(MY_NOSYMLINKS | MY_WME | sync_dir)); ++ if (!(my_realpath(real, filename, MYF(0)) || mysys_test_invalid_symlink(real))) ++ res= my_delete(real, MYF(MY_NOSYMLINKS | sync_dir)); + } +- DBUG_RETURN(mysql_file_delete(key, orig, MYF(MY_WME | sync_dir)) || res); ++ DBUG_RETURN(my_delete(filename, MYF(sync_dir)) || res); + } +diff --git a/sql/handler.cc b/sql/handler.cc +index 2ae144a..dc40e34 100644 +--- sql/handler.cc.orig ++++ sql/handler.cc +@@ -3381,7 +3381,7 @@ int handler::delete_table(const char *name) + + for (const char **ext=bas_ext(); *ext ; ext++) + { +- if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0)) ++ if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0)) + { + if (my_errno != ENOENT) + { +diff --git a/sql/sql_db.cc b/sql/sql_db.cc +index 7bb4f0f..580590b 100644 +--- sql/sql_db.cc.orig ++++ sql/sql_db.cc +@@ -1085,7 +1085,7 @@ static bool find_db_tables_and_rm_known_files(THD *thd, MY_DIR *dirp, + We ignore ENOENT error in order to skip files that was deleted + by concurrently running statement like REPAIR TABLE ... + */ +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), filePath, my_errno); +@@ -1206,7 +1206,7 @@ long mysql_rm_arc_files(THD *thd, MY_DIR *dirp, const char *org_path) + continue; + } + strxmov(filePath, org_path, "/", file->name, NullS); +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) + { + goto err; + } +diff --git a/storage/maria/ma_delete_table.c b/storage/maria/ma_delete_table.c +index c4bcd5b..f80ec13 100644 +--- storage/maria/ma_delete_table.c.orig ++++ storage/maria/ma_delete_table.c +@@ -86,8 +86,8 @@ int maria_delete_table_files(const char *name, myf sync_dir) + { + DBUG_ENTER("maria_delete_table_files"); + +- if (my_handler_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || +- my_handler_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) ++ if (mysql_file_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || ++ mysql_file_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } +diff --git a/storage/myisam/mi_delete_table.c b/storage/myisam/mi_delete_table.c +index ebedfbd..ca395ff 100644 +--- storage/myisam/mi_delete_table.c.orig ++++ storage/myisam/mi_delete_table.c +@@ -28,8 +28,8 @@ int mi_delete_table(const char *name) + check_table_is_closed(name,"delete"); + #endif + +- if (my_handler_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || +- my_handler_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) ++ if (mysql_file_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } Modified: branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,10 +1,11 @@ ---- support-files/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ support-files/CMakeLists.txt 2012-12-23 05:40:39.000000000 +0200 -@@ -66,10 +66,11 @@ +--- support-files/CMakeLists.txt.orig 2017-04-11 20:03:17 UTC ++++ support-files/CMakeLists.txt +@@ -67,10 +67,12 @@ IF(UNIX) ENDFOREACH() IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) -- INSTALL(DIRECTORY RHEL4-SElinux/ DESTINATION ${inst_location}/SELinux/RHEL4 COMPONENT SupportFiles) +- ADD_SUBDIRECTORY(SELinux) ++# ADD_SUBDIRECTORY(SELinux) ENDIF() +IF(FALSE) From owner-svn-ports-all@freebsd.org Sun Apr 30 10:41:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 910D3D57A31; Sun, 30 Apr 2017 10:41:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6DA30217; Sun, 30 Apr 2017 10:41:19 +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 v3UAfIql004362; Sun, 30 Apr 2017 10:41:18 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAfHTk004356; Sun, 30 Apr 2017 10:41:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301041.v3UAfHTk004356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 10:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439797 - in branches/2017Q2: net/openntpd security/acme-client security/libressl security/libressl-devel security/libressl-devel/files security/libressl/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:41:19 -0000 Author: brnrd Date: Sun Apr 30 10:41:17 2017 New Revision: 439797 URL: https://svnweb.freebsd.org/changeset/ports/439797 Log: MFH: r438889 r439764 r439772 r439762 Belated revision bump after libressl 2.5.3 update. This approach doesn't work, does it? security/libressl-devel: Fix vulnerability Obtained from: OpenBSD Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301 security/libressl: Bump static library consumers Reported by: jbeich security/libressl: Fix vulnerability Obtained from: OpenBSD Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 - copied unchanged from r439764, head/security/libressl-devel/files/patch-CVE-2017-8301 branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 - copied unchanged from r439762, head/security/libressl/files/patch-CVE-2017-8301 Modified: branches/2017Q2/net/openntpd/Makefile branches/2017Q2/security/acme-client/Makefile branches/2017Q2/security/libressl-devel/Makefile branches/2017Q2/security/libressl/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/openntpd/Makefile ============================================================================== --- branches/2017Q2/net/openntpd/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/net/openntpd/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.0p1 -PORTREVISION= 4 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD Modified: branches/2017Q2/security/acme-client/Makefile ============================================================================== --- branches/2017Q2/security/acme-client/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/acme-client/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.16 +PORTREVISION= 1 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ Modified: branches/2017Q2/security/libressl-devel/Makefile ============================================================================== --- branches/2017Q2/security/libressl-devel/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/libressl-devel/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Copied: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 (from r439764, head/security/libressl-devel/files/patch-CVE-2017-8301) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 Sun Apr 30 10:41:17 2017 (r439797, copy of r439764, head/security/libressl-devel/files/patch-CVE-2017-8301) @@ -0,0 +1,32 @@ +https://marc.info/?l=openbsd-cvs&m=149342064612660 + +=================================================================== +RCS file: /cvs/src/lib/libcrypto/x509/x509_vfy.c,v +retrieving revision 1.61 +retrieving revision 1.61.4.1 +diff -u -r1.61 -r1.61.4.1 +--- crypto/x509/x509_vfy.c 2017/02/05 02:33:21 1.61 ++++ crypto/x509/x509_vfy.c 2017/04/28 23:12:04 1.61.4.1 +@@ -1,4 +1,4 @@ +-/* $OpenBSD: x509_vfy.c,v 1.61 2017/02/05 02:33:21 beck Exp $ */ ++/* $OpenBSD: x509_vfy.c,v 1.61.4.1 2017/04/28 23:12:04 beck Exp $ */ + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * +@@ -541,15 +541,7 @@ + /* Safety net, error returns must set ctx->error */ + if (ok <= 0 && ctx->error == X509_V_OK) + ctx->error = X509_V_ERR_UNSPECIFIED; +- +- /* +- * Safety net, if user provided verify callback indicates sucess +- * make sure they have set error to X509_V_OK +- */ +- if (ctx->verify_cb != null_callback && ok == 1) +- ctx->error = X509_V_OK; +- +- return(ctx->error == X509_V_OK); ++ return ok; + } + + /* Given a STACK_OF(X509) find the issuer of cert (if any) Modified: branches/2017Q2/security/libressl/Makefile ============================================================================== --- branches/2017Q2/security/libressl/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/libressl/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Copied: branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 (from r439762, head/security/libressl/files/patch-CVE-2017-8301) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 Sun Apr 30 10:41:17 2017 (r439797, copy of r439762, head/security/libressl/files/patch-CVE-2017-8301) @@ -0,0 +1,32 @@ +https://marc.info/?l=openbsd-cvs&m=149342064612660 + +=================================================================== +RCS file: /cvs/src/lib/libcrypto/x509/x509_vfy.c,v +retrieving revision 1.61 +retrieving revision 1.61.4.1 +diff -u -r1.61 -r1.61.4.1 +--- crypto/x509/x509_vfy.c 2017/02/05 02:33:21 1.61 ++++ crypto/x509/x509_vfy.c 2017/04/28 23:12:04 1.61.4.1 +@@ -1,4 +1,4 @@ +-/* $OpenBSD: x509_vfy.c,v 1.61 2017/02/05 02:33:21 beck Exp $ */ ++/* $OpenBSD: x509_vfy.c,v 1.61.4.1 2017/04/28 23:12:04 beck Exp $ */ + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * +@@ -541,15 +541,7 @@ + /* Safety net, error returns must set ctx->error */ + if (ok <= 0 && ctx->error == X509_V_OK) + ctx->error = X509_V_ERR_UNSPECIFIED; +- +- /* +- * Safety net, if user provided verify callback indicates sucess +- * make sure they have set error to X509_V_OK +- */ +- if (ctx->verify_cb != null_callback && ok == 1) +- ctx->error = X509_V_OK; +- +- return(ctx->error == X509_V_OK); ++ return ok; + } + + /* Given a STACK_OF(X509) find the issuer of cert (if any) From owner-svn-ports-all@freebsd.org Sun Apr 30 10:45:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E51ED57BE2; Sun, 30 Apr 2017 10:45:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08AF3685; Sun, 30 Apr 2017 10:45:07 +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 v3UAj7CG007731; Sun, 30 Apr 2017 10:45:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAj6Gh007723; Sun, 30 Apr 2017 10:45:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704301045.v3UAj6Gh007723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 30 Apr 2017 10:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439798 - in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:45:08 -0000 Author: antoine Date: Sun Apr 30 10:45:06 2017 New Revision: 439798 URL: https://svnweb.freebsd.org/changeset/ports/439798 Log: Update to 1.0.1 Modified: head/emulators/py-unicorn/Makefile head/emulators/py-unicorn/distinfo head/emulators/py-unicorn/files/patch-setup.py head/emulators/unicorn/Makefile head/emulators/unicorn/distinfo head/emulators/unicorn/files/patch-Makefile head/emulators/unicorn/files/patch-qemu_configure head/emulators/unicorn/files/patch-tests_unit_Makefile Modified: head/emulators/py-unicorn/Makefile ============================================================================== --- head/emulators/py-unicorn/Makefile Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/py-unicorn/Makefile Sun Apr 30 10:45:06 2017 (r439798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= emulators python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/emulators/py-unicorn/distinfo ============================================================================== --- head/emulators/py-unicorn/distinfo Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/py-unicorn/distinfo Sun Apr 30 10:45:06 2017 (r439798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487917142 -SHA256 (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 27efa24e465f3eca9a1fa8f7f456f6fecd91beeba0b4be21b34308040047def9 -SIZE (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 3214697 +TIMESTAMP = 1492722479 +SHA256 (unicorn-engine-unicorn-1.0.1_GH0.tar.gz) = 3a6a4f2b8c405ab009040ca43af8e4aa10ebe44d9c8b336aa36dc35df955017c +SIZE (unicorn-engine-unicorn-1.0.1_GH0.tar.gz) = 3241225 Modified: head/emulators/py-unicorn/files/patch-setup.py ============================================================================== --- head/emulators/py-unicorn/files/patch-setup.py Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/py-unicorn/files/patch-setup.py Sun Apr 30 10:45:06 2017 (r439798) @@ -1,6 +1,6 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2017-02-23 12:57:14 UTC +--- setup.py.orig 2017-04-20 06:14:24 UTC +++ setup.py @@ -260,11 +260,4 @@ setup( 'Programming Language :: Python :: 3', Modified: head/emulators/unicorn/Makefile ============================================================================== --- head/emulators/unicorn/Makefile Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/unicorn/Makefile Sun Apr 30 10:45:06 2017 (r439798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org @@ -19,7 +19,7 @@ USES= gmake python:2.7,build USE_LDCONFIG= yes MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ UNICORN_QEMU_FLAGS=--python=${PYTHON_CMD} \ - MAKE_JOBS_NUMBER=${MAKE_JOBS_NUMBER} \ + SMP_MFLAGS=-j${MAKE_JOBS_NUMBER} \ V=1 TEST_TARGET= test TEST_WRKSRC= ${WRKSRC}/tests/unit Modified: head/emulators/unicorn/distinfo ============================================================================== --- head/emulators/unicorn/distinfo Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/unicorn/distinfo Sun Apr 30 10:45:06 2017 (r439798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487917142 -SHA256 (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 27efa24e465f3eca9a1fa8f7f456f6fecd91beeba0b4be21b34308040047def9 -SIZE (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 3214697 +TIMESTAMP = 1492722479 +SHA256 (unicorn-engine-unicorn-1.0.1_GH0.tar.gz) = 3a6a4f2b8c405ab009040ca43af8e4aa10ebe44d9c8b336aa36dc35df955017c +SIZE (unicorn-engine-unicorn-1.0.1_GH0.tar.gz) = 3241225 Modified: head/emulators/unicorn/files/patch-Makefile ============================================================================== --- head/emulators/unicorn/files/patch-Makefile Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/unicorn/files/patch-Makefile Sun Apr 30 10:45:06 2017 (r439798) @@ -1,6 +1,6 @@ ---- Makefile.orig 2017-02-23 12:57:14 UTC +--- Makefile.orig 2017-04-20 06:14:24 UTC +++ Makefile -@@ -62,9 +62,9 @@ V ?= 0 +@@ -72,9 +72,9 @@ V ?= 0 MACOS_UNIVERSAL ?= yes ifeq ($(UNICORN_DEBUG),yes) @@ -12,7 +12,7 @@ UNICORN_QEMU_FLAGS += --disable-debug-info endif -@@ -171,7 +171,7 @@ LIBDIRARCH ?= lib +@@ -181,7 +181,7 @@ LIBDIRARCH ?= lib # Or better, pass 'LIBDIRARCH=lib64' to 'make install/uninstall' via 'make.sh'. #LIBDIRARCH ?= lib64 @@ -21,12 +21,3 @@ INCDIR ?= $(PREFIX)/include BINDIR ?= $(PREFIX)/bin -@@ -204,7 +204,7 @@ qemu/config-host.h-timestamp: - cd qemu && \ - ./configure --cc="${CC}" --extra-cflags="$(UNICORN_CFLAGS)" --target-list="$(UNICORN_TARGETS)" ${UNICORN_QEMU_FLAGS} - printf "$(UNICORN_ARCHS)" > config.log -- $(MAKE) -C qemu -j 4 -+ $(MAKE) -C qemu -j $(MAKE_JOBS_NUMBER) - $(eval UC_TARGET_OBJ += $$(wildcard qemu/util/*.o) $$(wildcard qemu/*.o) $$(wildcard qemu/qom/*.o) $$(wildcard qemu/hw/core/*.o) $$(wildcard qemu/qapi/*.o) $$(wildcard qemu/qobject/*.o)) - - unicorn: $(LIBRARY) $(ARCHIVE) Modified: head/emulators/unicorn/files/patch-qemu_configure ============================================================================== --- head/emulators/unicorn/files/patch-qemu_configure Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/unicorn/files/patch-qemu_configure Sun Apr 30 10:45:06 2017 (r439798) @@ -1,4 +1,4 @@ ---- qemu/configure.orig 2017-02-23 12:57:14 UTC +--- qemu/configure.orig 2017-04-20 06:14:24 UTC +++ qemu/configure @@ -229,11 +229,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredun QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" Modified: head/emulators/unicorn/files/patch-tests_unit_Makefile ============================================================================== --- head/emulators/unicorn/files/patch-tests_unit_Makefile Sun Apr 30 10:41:17 2017 (r439797) +++ head/emulators/unicorn/files/patch-tests_unit_Makefile Sun Apr 30 10:45:06 2017 (r439798) @@ -1,4 +1,4 @@ ---- tests/unit/Makefile.orig 2017-02-23 12:57:14 UTC +--- tests/unit/Makefile.orig 2017-04-20 06:14:24 UTC +++ tests/unit/Makefile @@ -1,6 +1,6 @@ CFLAGS += -Wall -Werror -Wno-unused-function -g From owner-svn-ports-all@freebsd.org Sun Apr 30 10:58:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D561D57FEA; Sun, 30 Apr 2017 10:58:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF45DA5; Sun, 30 Apr 2017 10:58:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UAwIrM012011; Sun, 30 Apr 2017 10:58:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAwI5L012010; Sun, 30 Apr 2017 10:58:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301058.v3UAwI5L012010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 10:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439799 - head/textproc/ibus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:58:19 -0000 Author: rakuco Date: Sun Apr 30 10:58:17 2017 New Revision: 439799 URL: https://svnweb.freebsd.org/changeset/ports/439799 Log: Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino Approved by: Henry Hu (maintainer) MFH: 2017Q2 Modified: head/textproc/ibus/Makefile Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Sun Apr 30 10:45:06 2017 (r439798) +++ head/textproc/ibus/Makefile Sun Apr 30 10:58:17 2017 (r439799) @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione @@ -110,9 +110,6 @@ PLIST_SUB+= COMPDIR="@comment " post-extract-EMOJI-on: ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart From owner-svn-ports-all@freebsd.org Sun Apr 30 11:05:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA527D57348; Sun, 30 Apr 2017 11:05:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5FDD85E7; Sun, 30 Apr 2017 11:05:48 +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 v3UB5lEZ015957; Sun, 30 Apr 2017 11:05:47 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UB5lkF015954; Sun, 30 Apr 2017 11:05:47 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201704301105.v3UB5lkF015954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 30 Apr 2017 11:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439800 - head/emulators/libspectrum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:05:48 -0000 Author: rene Date: Sun Apr 30 11:05:46 2017 New Revision: 439800 URL: https://svnweb.freebsd.org/changeset/ports/439800 Log: emulators/libspectrum: update to 1.3.3 Submitted by: portscout Modified: head/emulators/libspectrum/Makefile head/emulators/libspectrum/distinfo head/emulators/libspectrum/pkg-plist Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Sun Apr 30 10:58:17 2017 (r439799) +++ head/emulators/libspectrum/Makefile Sun Apr 30 11:05:46 2017 (r439800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Sun Apr 30 10:58:17 2017 (r439799) +++ head/emulators/libspectrum/distinfo Sun Apr 30 11:05:46 2017 (r439800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481360929 -SHA256 (libspectrum-1.3.2.tar.gz) = c7d7580097116a7afd90f1e3d000e4b7a66b20178503f11e03b3a95180208c3f -SIZE (libspectrum-1.3.2.tar.gz) = 499612 +TIMESTAMP = 1493544051 +SHA256 (libspectrum-1.3.3.tar.gz) = b291d956839a62b38d76683037c758fb8dc8e16c5c94f28a8761f54e54a84b49 +SIZE (libspectrum-1.3.3.tar.gz) = 500153 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Sun Apr 30 10:58:17 2017 (r439799) +++ head/emulators/libspectrum/pkg-plist Sun Apr 30 11:05:46 2017 (r439800) @@ -2,7 +2,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.4.5 +lib/libspectrum.so.8.4.6 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog From owner-svn-ports-all@freebsd.org Sun Apr 30 11:07:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09829D57430; Sun, 30 Apr 2017 11:07:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id D8DF07EA; Sun, 30 Apr 2017 11:07:43 +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 v3UB7gq1016196; Sun, 30 Apr 2017 11:07:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UB7g83016191; Sun, 30 Apr 2017 11:07:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201704301107.v3UB7g83016191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 30 Apr 2017 11:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439801 - in head: Mk/Uses devel/grantlee5 finance/skrooge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:07:44 -0000 Author: tcberner Date: Sun Apr 30 11:07:42 2017 New Revision: 439801 URL: https://svnweb.freebsd.org/changeset/ports/439801 Log: Extend grantlee.mk with another PLIST_SUB. Grantlee5 appends library names of plugins with a letter 'd' when in debug mode. Provide a PLIST_SUB with said suffix. Approved by: rakuco (mentor) Modified: head/Mk/Uses/grantlee.mk head/devel/grantlee5/Makefile head/devel/grantlee5/pkg-plist head/finance/skrooge/Makefile head/finance/skrooge/pkg-plist Modified: head/Mk/Uses/grantlee.mk ============================================================================== --- head/Mk/Uses/grantlee.mk Sun Apr 30 11:05:46 2017 (r439800) +++ head/Mk/Uses/grantlee.mk Sun Apr 30 11:07:42 2017 (r439801) @@ -19,6 +19,10 @@ # Subs: # GRANTLEE_VERSION_FULL - full version of the chosen grantlee # GRANTLEE_VERSION_SHORT - short version of the chosen grantlee +# GRANTLEE_DEBUG_SUFFIX - a suffix to the library name depending +# the buildtype (WITH_DEBUG) that gets +# appended to library names of plugins +# for grantlee5. # # Further it will also append the proper LIB_DEPENDS line. # @@ -63,4 +67,13 @@ LIB_DEPENDS+= ${GRANTLEE${_grantlee_vers PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRANTLEE_VERSION} \ GRANTLEE_VERSION_SHORT=${GRANTLEE_VERSION:R} +# GrantleeMacros.cmake provides grantlee_adjust_plugin_name() which appends a +# letter 'd' to the library name in Debug mode. Provide a PLIST_SUB which can be +# appended in the plist. +. if defined(WITH_DEBUG) +PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d +. else +PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX= +. endif + .endif Modified: head/devel/grantlee5/Makefile ============================================================================== --- head/devel/grantlee5/Makefile Sun Apr 30 11:05:46 2017 (r439800) +++ head/devel/grantlee5/Makefile Sun Apr 30 11:07:42 2017 (r439801) @@ -3,7 +3,7 @@ PORTNAME= grantlee PORTVERSION= ${GRANTLEE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ PKGNAMESUFFIX= 5 Modified: head/devel/grantlee5/pkg-plist ============================================================================== --- head/devel/grantlee5/pkg-plist Sun Apr 30 11:05:46 2017 (r439800) +++ head/devel/grantlee5/pkg-plist Sun Apr 30 11:07:42 2017 (r439801) @@ -35,10 +35,10 @@ lib/cmake/Grantlee5/Grantlee5ConfigVersi lib/cmake/Grantlee5/GrantleeMacros.cmake lib/cmake/Grantlee5/GrantleeTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Grantlee5/GrantleeTargets.cmake -lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaultfilters.so -lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaulttags.so -lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_i18ntags.so -lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_loadertags.so +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaultfilters%%GRANTLEE_DEBUG_SUFFIX%%.so +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaulttags%%GRANTLEE_DEBUG_SUFFIX%%.so +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_i18ntags%%GRANTLEE_DEBUG_SUFFIX%%.so +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_loadertags%%GRANTLEE_DEBUG_SUFFIX%%.so lib/libGrantlee_Templates.so lib/libGrantlee_Templates.so.5 lib/libGrantlee_Templates.so.%%GRANTLEE_VERSION_FULL%% Modified: head/finance/skrooge/Makefile ============================================================================== --- head/finance/skrooge/Makefile Sun Apr 30 11:05:46 2017 (r439800) +++ head/finance/skrooge/Makefile Sun Apr 30 11:07:42 2017 (r439801) @@ -2,6 +2,7 @@ PORTNAME= skrooge PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/finance/skrooge/pkg-plist ============================================================================== --- head/finance/skrooge/pkg-plist Sun Apr 30 11:05:46 2017 (r439800) +++ head/finance/skrooge/pkg-plist Sun Apr 30 11:07:42 2017 (r439801) @@ -12,7 +12,7 @@ lib/libskgbasemodeler.so.2 lib/libskgbasemodeler.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/designer/libskgbankguidesigner.so %%QT_PLUGINDIR%%/designer/libskgbaseguidesigner.so -%%QT_PLUGINDIR%%/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_skgfilters.so +%%QT_PLUGINDIR%%/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_skgfilters%%GRANTLEE_DEBUG_SUFFIX%%.so %%QT_PLUGINDIR%%/skg_advice.so %%QT_PLUGINDIR%%/skg_bookmark.so %%QT_PLUGINDIR%%/skg_dashboard.so From owner-svn-ports-all@freebsd.org Sun Apr 30 11:20:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDD18D5795F; Sun, 30 Apr 2017 11:20:29 +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 mx1.freebsd.org (Postfix) with ESMTPS id AEC6AD02; Sun, 30 Apr 2017 11:20:29 +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 v3UBKSZL020505; Sun, 30 Apr 2017 11:20:28 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UBKSw5020503; Sun, 30 Apr 2017 11:20:28 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704301120.v3UBKSw5020503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 11:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439802 - head/archivers/lzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:20:30 -0000 Author: gerald Date: Sun Apr 30 11:20:28 2017 New Revision: 439802 URL: https://svnweb.freebsd.org/changeset/ports/439802 Log: Update to lzip version 1.19. This includes the following changes: - The option '-l, --list' has been ported from lziprecover. - Don't allow mixing different operations (-d, -l or -t). - Compression time of option '-0' has been slightly reduced. - Decompression time has been reduced by 2%. - A few internal improvements and increasing checking. Set INSTALL_TARGET=install-strip to strip installed executable. Modified: head/archivers/lzip/Makefile head/archivers/lzip/distinfo Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Sun Apr 30 11:07:42 2017 (r439801) +++ head/archivers/lzip/Makefile Sun Apr 30 11:20:28 2017 (r439802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" +INSTALL_TARGET= install-strip INFO= lzip .include Modified: head/archivers/lzip/distinfo ============================================================================== --- head/archivers/lzip/distinfo Sun Apr 30 11:07:42 2017 (r439801) +++ head/archivers/lzip/distinfo Sun Apr 30 11:20:28 2017 (r439802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471174054 -SHA256 (lzip-1.18.tar.gz) = 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd -SIZE (lzip-1.18.tar.gz) = 95569 +TIMESTAMP = 1493550870 +SHA256 (lzip-1.19.tar.gz) = ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 +SIZE (lzip-1.19.tar.gz) = 100277 From owner-svn-ports-all@freebsd.org Sun Apr 30 11:24:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72462D57B2B for ; Sun, 30 Apr 2017 11:24:07 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay07.ispgateway.de (smtprelay07.ispgateway.de [134.119.228.103]) (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 3C2C2125; Sun, 30 Apr 2017 11:24:06 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [78.35.164.112] (helo=fabiankeil.de) by smtprelay07.ispgateway.de with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1d4mxJ-0006V0-6G; Sun, 30 Apr 2017 13:23:57 +0200 Date: Sun, 30 Apr 2017 13:24:00 +0200 From: Fabian Keil To: "Carlos J. Puga Medina" Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r439777 - in head/www: . iridium iridium/files Message-ID: <20170430130851.79ad376f@fabiankeil.de> In-Reply-To: <201704292300.v3TN0Xi5007533@repo.freebsd.org> References: <201704292300.v3TN0Xi5007533@repo.freebsd.org> Reply-To: svn-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/LRapw2rJrlR8n1itNC03sNg"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:24:07 -0000 --Sig_/LRapw2rJrlR8n1itNC03sNg Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Carlos J. Puga Medina" wrote: > Author: cpm > Date: Sat Apr 29 23:00:33 2017 > New Revision: 439777 > URL: https://svnweb.freebsd.org/changeset/ports/439777 >=20 > Log: > Add new port www/iridium Thanks. > Iridium is a free, open, and libre browser modification of the Chromium > code base, with privacy being enhanced in several key areas. > =20 > Automatic transmission of partial queries, keywords, metrics to central > services is inhibited and only occurs with consent. > =20 > WWW: https://iridiumbrowser.de/ >=20 > Added: [...] > Modified: head/www/iridium/Makefile This inherits the "FreeBSD Chromium Api Key" from www/chromium and enables it by default. This seems like a significant deviation from the upstream to me and worth explaining in the pkg-descr. See also: https://iridiumbrowser.de/faq.html#why-synching-and-signing-in-to-iridium-o= r-google-does-not-work The default of enabling "proprietary_codecs=3Dtrue" doesn't seem to match the pkg-descr content either. Does setting this actually have an effect when using the Iridium distfile? Wouldn't the patent issues (assuming they exist) warrant a RESTRICTED flag? Using the same CPE_* flags as www/chromium seems strange to me as well but they don't seem to be sufficiently documented to decide whether or not that's correct. The MASTER_SITES resource seems to support https. Fabian --Sig_/LRapw2rJrlR8n1itNC03sNg Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTKUNd6H/m3+ByGULIFiohV/3dUnQUCWQXJUAAKCRAFiohV/3dU nS1VAKCd9JaSKylfgt660p+oBB6ak2hB5QCfQHsoPnOrKtm5R5N9SvuyU5+bKE4= =oS09 -----END PGP SIGNATURE----- --Sig_/LRapw2rJrlR8n1itNC03sNg-- From owner-svn-ports-all@freebsd.org Sun Apr 30 11:36:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8012D57D87; Sun, 30 Apr 2017 11:36:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id B4DCF79F; Sun, 30 Apr 2017 11:36:07 +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 v3UBa63F028544; Sun, 30 Apr 2017 11:36:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UBa6dF028539; Sun, 30 Apr 2017 11:36:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201704301136.v3UBa6dF028539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 30 Apr 2017 11:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439803 - in head/devel/py-grpcio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:36:07 -0000 Author: vanilla Date: Sun Apr 30 11:36:06 2017 New Revision: 439803 URL: https://svnweb.freebsd.org/changeset/ports/439803 Log: Update to 1.3.0. Added: head/devel/py-grpcio/files/patch-setup.py (contents, props changed) head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c (contents, props changed) head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py (contents, props changed) Deleted: head/devel/py-grpcio/files/patch-src_core_lib_tsi_ssl__transport__security.c Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Sun Apr 30 11:20:28 2017 (r439802) +++ head/devel/py-grpcio/Makefile Sun Apr 30 11:36:06 2017 (r439803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,14 @@ COMMENT= HTTP/2-based RPC framework LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 +LIB_DEPENDS= libcares.so:dns/c-ares + USES= python USE_PYTHON= distutils +CFLAGS+= -Ithird_party/boringssl/include \ + -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lcares .include Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Sun Apr 30 11:20:28 2017 (r439802) +++ head/devel/py-grpcio/distinfo Sun Apr 30 11:36:06 2017 (r439803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491375453 -SHA256 (grpcio-1.2.1.tar.gz) = e1fffa9a5223981b386785dd88ab1d2a491c1207eef1629158050922e8cfa905 -SIZE (grpcio-1.2.1.tar.gz) = 7201893 +TIMESTAMP = 1493468361 +SHA256 (grpcio-1.3.0.tar.gz) = 5be61ebececb350eb79e083d6960bd2302d949ff1077738d0eb6a584757abd2d +SIZE (grpcio-1.3.0.tar.gz) = 8911170 Added: head/devel/py-grpcio/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-grpcio/files/patch-setup.py Sun Apr 30 11:36:06 2017 (r439803) @@ -0,0 +1,30 @@ +--- setup.py.orig 2017-04-27 21:44:50 UTC ++++ setup.py +@@ -52,13 +52,6 @@ PYTHON_STEM = os.path.join('src', 'pytho + CORE_INCLUDE = ('include', '.',) + BORINGSSL_INCLUDE = (os.path.join('third_party', 'boringssl', 'include'),) + ZLIB_INCLUDE = (os.path.join('third_party', 'zlib'),) +-CARES_INCLUDE = ( +- os.path.join('third_party', 'cares'), +- os.path.join('third_party', 'cares', 'cares'),) +-if 'linux' in sys.platform: +- CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_linux'),) +-if 'darwin' in sys.platform: +- CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_darwin'),) + README = os.path.join(PYTHON_STEM, 'README.rst') + + # Ensure we're in the proper directory whether or not we're being used by pip. +@@ -141,12 +134,9 @@ CYTHON_EXTENSION_MODULE_NAMES = ('grpc._ + CYTHON_HELPER_C_FILES = () + + CORE_C_FILES = tuple(grpc_core_dependencies.CORE_SOURCE_FILES) +-if "win32" in sys.platform and "64bit" in platform.architecture()[0]: +- CORE_C_FILES = filter(lambda x: 'third_party/cares' not in x, CORE_C_FILES) + + EXTENSION_INCLUDE_DIRECTORIES = ( +- (PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE + ZLIB_INCLUDE + +- CARES_INCLUDE) ++ (PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE + ZLIB_INCLUDE) + + EXTENSION_LIBRARIES = () + if "linux" in sys.platform: Added: head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c Sun Apr 30 11:36:06 2017 (r439803) @@ -0,0 +1,10 @@ +--- src/core/tsi/ssl_transport_security.c.orig 2017-04-27 21:44:51 UTC ++++ src/core/tsi/ssl_transport_security.c +@@ -35,6 +35,7 @@ + + #include + ++#include + #include + #include + Added: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Sun Apr 30 11:36:06 2017 (r439803) @@ -0,0 +1,56 @@ +--- src/python/grpcio/grpc_core_dependencies.py.orig 2017-04-27 21:44:50 UTC ++++ src/python/grpcio/grpc_core_dependencies.py +@@ -630,53 +630,4 @@ CORE_SOURCE_FILES = [ + 'third_party/zlib/trees.c', + 'third_party/zlib/uncompr.c', + 'third_party/zlib/zutil.c', +- 'third_party/cares/cares/ares__close_sockets.c', +- 'third_party/cares/cares/ares__get_hostent.c', +- 'third_party/cares/cares/ares__read_line.c', +- 'third_party/cares/cares/ares__timeval.c', +- 'third_party/cares/cares/ares_cancel.c', +- 'third_party/cares/cares/ares_create_query.c', +- 'third_party/cares/cares/ares_data.c', +- 'third_party/cares/cares/ares_destroy.c', +- 'third_party/cares/cares/ares_expand_name.c', +- 'third_party/cares/cares/ares_expand_string.c', +- 'third_party/cares/cares/ares_fds.c', +- 'third_party/cares/cares/ares_free_hostent.c', +- 'third_party/cares/cares/ares_free_string.c', +- 'third_party/cares/cares/ares_getenv.c', +- 'third_party/cares/cares/ares_gethostbyaddr.c', +- 'third_party/cares/cares/ares_gethostbyname.c', +- 'third_party/cares/cares/ares_getnameinfo.c', +- 'third_party/cares/cares/ares_getopt.c', +- 'third_party/cares/cares/ares_getsock.c', +- 'third_party/cares/cares/ares_init.c', +- 'third_party/cares/cares/ares_library_init.c', +- 'third_party/cares/cares/ares_llist.c', +- 'third_party/cares/cares/ares_mkquery.c', +- 'third_party/cares/cares/ares_nowarn.c', +- 'third_party/cares/cares/ares_options.c', +- 'third_party/cares/cares/ares_parse_a_reply.c', +- 'third_party/cares/cares/ares_parse_aaaa_reply.c', +- 'third_party/cares/cares/ares_parse_mx_reply.c', +- 'third_party/cares/cares/ares_parse_naptr_reply.c', +- 'third_party/cares/cares/ares_parse_ns_reply.c', +- 'third_party/cares/cares/ares_parse_ptr_reply.c', +- 'third_party/cares/cares/ares_parse_soa_reply.c', +- 'third_party/cares/cares/ares_parse_srv_reply.c', +- 'third_party/cares/cares/ares_parse_txt_reply.c', +- 'third_party/cares/cares/ares_platform.c', +- 'third_party/cares/cares/ares_process.c', +- 'third_party/cares/cares/ares_query.c', +- 'third_party/cares/cares/ares_search.c', +- 'third_party/cares/cares/ares_send.c', +- 'third_party/cares/cares/ares_strcasecmp.c', +- 'third_party/cares/cares/ares_strdup.c', +- 'third_party/cares/cares/ares_strerror.c', +- 'third_party/cares/cares/ares_timeout.c', +- 'third_party/cares/cares/ares_version.c', +- 'third_party/cares/cares/ares_writev.c', +- 'third_party/cares/cares/bitncmp.c', +- 'third_party/cares/cares/inet_net_pton.c', +- 'third_party/cares/cares/inet_ntop.c', +- 'third_party/cares/cares/windows_port.c', + ] From owner-svn-ports-all@freebsd.org Sun Apr 30 11:57:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B43F1D563D5; Sun, 30 Apr 2017 11:57:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83BB76C; Sun, 30 Apr 2017 11:57:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UBvklx036693; Sun, 30 Apr 2017 11:57:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UBvkvd036692; Sun, 30 Apr 2017 11:57:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704301157.v3UBvkvd036692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Apr 2017 11:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439804 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 11:57:47 -0000 Author: bapt Date: Sun Apr 30 11:57:46 2017 New Revision: 439804 URL: https://svnweb.freebsd.org/changeset/ports/439804 Log: Use llvm 4.0 for c++14 exp-run: antoine Reviewed by: antoine, swills Approved by: swills Differential Revision: https://reviews.freebsd.org/D10228 Modified: head/Mk/Uses/compiler.mk Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Sun Apr 30 11:36:06 2017 (r439803) +++ head/Mk/Uses/compiler.mk Sun Apr 30 11:57:46 2017 (r439804) @@ -153,10 +153,10 @@ CC= clang CXX= clang++ CHOSEN_COMPILER_TYPE= clang .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:lang/clang36 -CPP= ${LOCALBASE}/bin/clang-cpp36 -CC= ${LOCALBASE}/bin/clang36 -CXX= ${LOCALBASE}/bin/clang++36 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40 +CPP= ${LOCALBASE}/bin/clang-cpp40 +CC= ${LOCALBASE}/bin/clang40 +CXX= ${LOCALBASE}/bin/clang++40 CHOSEN_COMPILER_TYPE= clang .endif .endif From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D581D56872; Sun, 30 Apr 2017 12:00:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 673F432A; Sun, 30 Apr 2017 12:00: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 v3UC09iG036959; Sun, 30 Apr 2017 12:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC09g4036956; Sun, 30 Apr 2017 12:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC09g4036956@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, 30 Apr 2017 12:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439805 - in head/sysutils/moreutils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:10 -0000 Author: sunpoet Date: Sun Apr 30 12:00:08 2017 New Revision: 439805 URL: https://svnweb.freebsd.org/changeset/ports/439805 Log: Update to 0.61 - Update manpage Changes: https://git.joeyh.name/index.cgi/moreutils.git/log/ https://joeyh.name/code/moreutils/news/version_0.61/ https://joeyh.name/code/moreutils/news/version_0.60/ Modified: head/sysutils/moreutils/Makefile head/sysutils/moreutils/distinfo head/sysutils/moreutils/files/isutf8.1 Modified: head/sysutils/moreutils/Makefile ============================================================================== --- head/sysutils/moreutils/Makefile Sun Apr 30 11:57:46 2017 (r439804) +++ head/sysutils/moreutils/Makefile Sun Apr 30 12:00:08 2017 (r439805) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= moreutils -PORTVERSION= 0.59 -DISTVERSIONSUFFIX= .orig +PORTVERSION= 0.61 CATEGORIES= sysutils -MASTER_SITES= DEBIAN_POOL -DISTNAME= ${PORTNAME}_${DISTVERSIONFULL} +MASTER_SITES= https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Additional Unix utilities LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run @@ -21,8 +21,7 @@ OPTIONS_SUB= yes ALL_TARGET= errnos.h ${CANNED_MANPAGES:R} MAKE_JOBS_UNSAFE= yes -USES= perl5 shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONFULL} +USES= gmake perl5 shebangfix CANNED_MANPAGES=errno.1 \ ifdata.1 \ @@ -50,6 +49,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|parallel|moreutils-&|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|__APPLE__|__${OPSYS}__|' ${WRKSRC}/ifdata.c + @${REINPLACE_CMD} -e '/^CC = gcc/d' ${WRKSRC}/is_utf8/Makefile @cd ${FILESDIR}/ && ${CP} ${CANNED_MANPAGES} ${WRKSRC}/ post-build: Modified: head/sysutils/moreutils/distinfo ============================================================================== --- head/sysutils/moreutils/distinfo Sun Apr 30 11:57:46 2017 (r439804) +++ head/sysutils/moreutils/distinfo Sun Apr 30 12:00:08 2017 (r439805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466837939 -SHA256 (moreutils_0.59.orig.tar.gz) = a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4 -SIZE (moreutils_0.59.orig.tar.gz) = 47248 +TIMESTAMP = 1493551321 +SHA256 (moreutils-0.61.tar.gz) = eb47d33251715a8638c2309ab69b23e9023f7fd2fe2c101c9574230e91ff308b +SIZE (moreutils-0.61.tar.gz) = 91205 Modified: head/sysutils/moreutils/files/isutf8.1 ============================================================================== --- head/sysutils/moreutils/files/isutf8.1 Sun Apr 30 11:57:46 2017 (r439804) +++ head/sysutils/moreutils/files/isutf8.1 Sun Apr 30 12:00:08 2017 (r439805) @@ -1,13 +1,13 @@ '\" t .\" Title: isutf8 -.\" Author: Lars Wirzenius +.\" Author: Lars Wirzenius .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2006-02-19 +.\" Date: 04/30/2017 .\" Manual: moreutils .\" Source: moreutils .\" Language: English .\" -.TH "ISUTF8" "1" "2006\-02\-19" "moreutils" "moreutils" +.TH "ISUTF8" "1" "04/30/2017" "moreutils" "moreutils" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ isutf8 \- check whether files are valid UTF\-8 .SH "SYNOPSIS" .HP \w'\fBisutf8\fR\ 'u -\fBisutf8\fR [\fB\-hq\fR] [\fB\-\-help\fR] [\fB\-\-quiet\fR] [[\fIfile\fR...]] +\fBisutf8\fR [\fB\-hqliv\fR] [\fB\-\-help\fR] [\fB\-\-quiet\fR] [\fB\-\-list\fR] [\fB\-\-invert\fR] [\fB\-\-verbose\fR] [[\fIfile\fR...]] .SH "DESCRIPTION" .PP \fBisutf8\fR @@ -47,12 +47,27 @@ Print out a help summary\&. .RS 4 Don\*(Aqt print messages telling which files are invalid UTF\-8, merely indicate it with the exit status\&. .RE +.PP +\fB\-l\fR, \fB\-\-list\fR +.RS 4 +Print only the names of files containing invalid UTF\-8\&. +.RE +.PP +\fB\-i\fR, \fB\-\-invert\fR +.RS 4 +Invert the selection: list UTF\-8 compatible files\&. +.RE +.PP +\fB\-v\fR, \fB\-\-verbose\fR +.RS 4 +Also print an hexdump\-like view of the error and some context\&. +.RE .SH "EXIT STATUS" .PP If the file is valid UTF\-8, the exit status is zero\&. If the file is not valid UTF\-8, or there is some error, the exit status is non\-zero\&. .SH "AUTHOR" .PP -Lars Wirzenius +Lars Wirzenius, Julien Palard .SH "SEE ALSO" .PP From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9184DD568AB; Sun, 30 Apr 2017 12:00:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 623693B7; Sun, 30 Apr 2017 12:00: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 v3UC0ETx037080; Sun, 30 Apr 2017 12:00:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0Evv037078; Sun, 30 Apr 2017 12:00:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0Evv037078@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, 30 Apr 2017 12:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439806 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:15 -0000 Author: sunpoet Date: Sun Apr 30 12:00:14 2017 New Revision: 439806 URL: https://svnweb.freebsd.org/changeset/ports/439806 Log: Update to 1.27 Changes: http://search.cpan.org/dist/Params-Validate/Changes Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Sun Apr 30 12:00:08 2017 (r439805) +++ head/devel/p5-Params-Validate/Makefile Sun Apr 30 12:00:14 2017 (r439806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Implementation>=0.04:devel/p5-Module-Implementation -RUN_DEPENDS= p5-Module-Implementation>=0.04:devel/p5-Module-Implementation +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Requires>0:devel/p5-Test-Requires \ Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Sun Apr 30 12:00:08 2017 (r439805) +++ head/devel/p5-Params-Validate/distinfo Sun Apr 30 12:00:14 2017 (r439806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475946701 -SHA256 (Params-Validate-1.26.tar.gz) = 821ac3cfa9715b94f60926faf316b9ff722785594b37036202371ad2303a72ed -SIZE (Params-Validate-1.26.tar.gz) = 136258 +TIMESTAMP = 1493551638 +SHA256 (Params-Validate-1.27.tar.gz) = b414204242c5049c6652eff8fc270a3c39e2901ee8143ea7bbdaa6bf2d828ddc +SIZE (Params-Validate-1.27.tar.gz) = 137860 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D0BD568FE; Sun, 30 Apr 2017 12:00:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1E7620; Sun, 30 Apr 2017 12:00: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 v3UC0JAd037199; Sun, 30 Apr 2017 12:00:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0JFc037197; Sun, 30 Apr 2017 12:00:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0JFc037197@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, 30 Apr 2017 12:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439807 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:21 -0000 Author: sunpoet Date: Sun Apr 30 12:00:19 2017 New Revision: 439807 URL: https://svnweb.freebsd.org/changeset/ports/439807 Log: Update to 2.9.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sun Apr 30 12:00:14 2017 (r439806) +++ head/devel/rubygem-aws-sdk-core/Makefile Sun Apr 30 12:00:19 2017 (r439807) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.9.13 +PORTVERSION= 2.9.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sun Apr 30 12:00:14 2017 (r439806) +++ head/devel/rubygem-aws-sdk-core/distinfo Sun Apr 30 12:00:19 2017 (r439807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493444783 -SHA256 (rubygem/aws-sdk-core-2.9.13.gem) = 3e3ad6aaad048b3b9079d6add65f1525fe73956e77b3035877bb1c51780a2a2b -SIZE (rubygem/aws-sdk-core-2.9.13.gem) = 999936 +TIMESTAMP = 1493551649 +SHA256 (rubygem/aws-sdk-core-2.9.14.gem) = dc4fcced755646c8533da695bc15eebd6b275da20706d64bb886b8011ab4c4fe +SIZE (rubygem/aws-sdk-core-2.9.14.gem) = 999936 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24E5ED5694E; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id DF4796D1; Sun, 30 Apr 2017 12:00: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 v3UC0Pda037319; Sun, 30 Apr 2017 12:00:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0PDD037317; Sun, 30 Apr 2017 12:00:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0PDD037317@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, 30 Apr 2017 12:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439808 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:27 -0000 Author: sunpoet Date: Sun Apr 30 12:00:25 2017 New Revision: 439808 URL: https://svnweb.freebsd.org/changeset/ports/439808 Log: Update to 2.9.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Sun Apr 30 12:00:19 2017 (r439807) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sun Apr 30 12:00:25 2017 (r439808) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.9.13 +PORTVERSION= 2.9.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sun Apr 30 12:00:19 2017 (r439807) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sun Apr 30 12:00:25 2017 (r439808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493444789 -SHA256 (rubygem/aws-sdk-resources-2.9.13.gem) = e9f098b1d96350085b5bad45f894c9f909df2c6e2134e0753b22fb7e877ad731 -SIZE (rubygem/aws-sdk-resources-2.9.13.gem) = 48640 +TIMESTAMP = 1493551656 +SHA256 (rubygem/aws-sdk-resources-2.9.14.gem) = 3ede0e5dcc5d90917c4140873463a8802c5fb23b1a70631001e022ab85d54f24 +SIZE (rubygem/aws-sdk-resources-2.9.14.gem) = 48640 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCE07D56A0C; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 20FD87FB; Sun, 30 Apr 2017 12:00: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 v3UC0WDF037440; Sun, 30 Apr 2017 12:00:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0WEM037438; Sun, 30 Apr 2017 12:00:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0WEM037438@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, 30 Apr 2017 12:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439809 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:35 -0000 Author: sunpoet Date: Sun Apr 30 12:00:31 2017 New Revision: 439809 URL: https://svnweb.freebsd.org/changeset/ports/439809 Log: Update to 2.9.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sun Apr 30 12:00:25 2017 (r439808) +++ head/devel/rubygem-aws-sdk/Makefile Sun Apr 30 12:00:31 2017 (r439809) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.9.13 +PORTVERSION= 2.9.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sun Apr 30 12:00:25 2017 (r439808) +++ head/devel/rubygem-aws-sdk/distinfo Sun Apr 30 12:00:31 2017 (r439809) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493444795 -SHA256 (rubygem/aws-sdk-2.9.13.gem) = d252e9b73dc13d957ed6e11bb45044578e6e79a686643417125f5725a3186e3b -SIZE (rubygem/aws-sdk-2.9.13.gem) = 4608 +TIMESTAMP = 1493551661 +SHA256 (rubygem/aws-sdk-2.9.14.gem) = ebf7ed75e1702f319f2d05a9fc1e6dd30eacf39e797f4f1986b9af68c982ae31 +SIZE (rubygem/aws-sdk-2.9.14.gem) = 4608 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5551D56A50; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 73BD8874; Sun, 30 Apr 2017 12:00: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 v3UC0b2A037561; Sun, 30 Apr 2017 12:00:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0bbs037558; Sun, 30 Apr 2017 12:00:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0bbs037558@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, 30 Apr 2017 12:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439810 - head/devel/rubygem-recursive-open-struct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:38 -0000 Author: sunpoet Date: Sun Apr 30 12:00:37 2017 New Revision: 439810 URL: https://svnweb.freebsd.org/changeset/ports/439810 Log: Update to 1.0.4 Changes: https://github.com/aetherknight/recursive-open-struct/blob/master/CHANGELOG.md Modified: head/devel/rubygem-recursive-open-struct/Makefile head/devel/rubygem-recursive-open-struct/distinfo Modified: head/devel/rubygem-recursive-open-struct/Makefile ============================================================================== --- head/devel/rubygem-recursive-open-struct/Makefile Sun Apr 30 12:00:31 2017 (r439809) +++ head/devel/rubygem-recursive-open-struct/Makefile Sun Apr 30 12:00:37 2017 (r439810) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recursive-open-struct -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recursive-open-struct/distinfo ============================================================================== --- head/devel/rubygem-recursive-open-struct/distinfo Sun Apr 30 12:00:31 2017 (r439809) +++ head/devel/rubygem-recursive-open-struct/distinfo Sun Apr 30 12:00:37 2017 (r439810) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491892981 -SHA256 (rubygem/recursive-open-struct-1.0.3.gem) = 35e5b3ec16a8bea3132ce08f833a0e4bce191dfa0afdc4c3a888cfa1dba02ab0 -SIZE (rubygem/recursive-open-struct-1.0.3.gem) = 17408 +TIMESTAMP = 1493551667 +SHA256 (rubygem/recursive-open-struct-1.0.4.gem) = 79025f5fbdcbc750aec456434479bbeb29c10adf1ae63f5e9dca227feef40e46 +SIZE (rubygem/recursive-open-struct-1.0.4.gem) = 17408 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9EC8D56B08; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 6A24897E; Sun, 30 Apr 2017 12:00: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 v3UC0nDs037806; Sun, 30 Apr 2017 12:00:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0nL5037804; Sun, 30 Apr 2017 12:00:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0nL5037804@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, 30 Apr 2017 12:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439812 - head/www/rubygem-carrierwave X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:50 -0000 Author: sunpoet Date: Sun Apr 30 12:00:48 2017 New Revision: 439812 URL: https://svnweb.freebsd.org/changeset/ports/439812 Log: Update to 1.1.0 Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md Modified: head/www/rubygem-carrierwave/Makefile head/www/rubygem-carrierwave/distinfo Modified: head/www/rubygem-carrierwave/Makefile ============================================================================== --- head/www/rubygem-carrierwave/Makefile Sun Apr 30 12:00:43 2017 (r439811) +++ head/www/rubygem-carrierwave/Makefile Sun Apr 30 12:00:48 2017 (r439812) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= carrierwave -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-carrierwave/distinfo ============================================================================== --- head/www/rubygem-carrierwave/distinfo Sun Apr 30 12:00:43 2017 (r439811) +++ head/www/rubygem-carrierwave/distinfo Sun Apr 30 12:00:48 2017 (r439812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483048708 -SHA256 (rubygem/carrierwave-1.0.0.gem) = cc0d360f05bf8cf52aeb3838be2a719e21a264bbde36ddeee0da5b9b3a650bb0 -SIZE (rubygem/carrierwave-1.0.0.gem) = 45056 +TIMESTAMP = 1493551679 +SHA256 (rubygem/carrierwave-1.1.0.gem) = 4c608aaf8ed005c30f9a1c3fbab8b45e3038fdc729f2dee093edd4b90d27ba5a +SIZE (rubygem/carrierwave-1.1.0.gem) = 45056 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2D94D56AB5; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 871F9911; Sun, 30 Apr 2017 12:00: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 v3UC0if7037683; Sun, 30 Apr 2017 12:00:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0iZu037681; Sun, 30 Apr 2017 12:00:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0iZu037681@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, 30 Apr 2017 12:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439811 - head/devel/rubygem-slop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:46 -0000 Author: sunpoet Date: Sun Apr 30 12:00:43 2017 New Revision: 439811 URL: https://svnweb.freebsd.org/changeset/ports/439811 Log: Update to 4.4.2 Changes: https://github.com/leejarvis/slop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-slop/Makefile head/devel/rubygem-slop/distinfo Modified: head/devel/rubygem-slop/Makefile ============================================================================== --- head/devel/rubygem-slop/Makefile Sun Apr 30 12:00:37 2017 (r439810) +++ head/devel/rubygem-slop/Makefile Sun Apr 30 12:00:43 2017 (r439811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slop -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-slop/distinfo ============================================================================== --- head/devel/rubygem-slop/distinfo Sun Apr 30 12:00:37 2017 (r439810) +++ head/devel/rubygem-slop/distinfo Sun Apr 30 12:00:43 2017 (r439811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483215758 -SHA256 (rubygem/slop-4.4.1.gem) = bd2ef8b4d884819695d94f05cc1f09032e153c5b6260a864c7ea1514048cd01f -SIZE (rubygem/slop-4.4.1.gem) = 18432 +TIMESTAMP = 1493551672 +SHA256 (rubygem/slop-4.4.2.gem) = 9e5e17c128d42b707e5ef026f205ca0f67ca4c3b8f2ee13ce5f133b1de197253 +SIZE (rubygem/slop-4.4.2.gem) = 18944 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:00:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD1CD56B39; Sun, 30 Apr 2017 12:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 683429CF; Sun, 30 Apr 2017 12:00: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 v3UC0swR037926; Sun, 30 Apr 2017 12:00:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UC0rat037924; Sun, 30 Apr 2017 12:00:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301200.v3UC0rat037924@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, 30 Apr 2017 12:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439813 - head/www/rubygem-semantic-ui-sass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:00:56 -0000 Author: sunpoet Date: Sun Apr 30 12:00:53 2017 New Revision: 439813 URL: https://svnweb.freebsd.org/changeset/ports/439813 Log: Update to 2.2.10.1 Changes: https://github.com/doabit/semantic-ui-sass/blob/master/CHANGELOG.md Modified: head/www/rubygem-semantic-ui-sass/Makefile head/www/rubygem-semantic-ui-sass/distinfo Modified: head/www/rubygem-semantic-ui-sass/Makefile ============================================================================== --- head/www/rubygem-semantic-ui-sass/Makefile Sun Apr 30 12:00:48 2017 (r439812) +++ head/www/rubygem-semantic-ui-sass/Makefile Sun Apr 30 12:00:53 2017 (r439813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= semantic-ui-sass -PORTVERSION= 2.2.10.0 +PORTVERSION= 2.2.10.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-semantic-ui-sass/distinfo ============================================================================== --- head/www/rubygem-semantic-ui-sass/distinfo Sun Apr 30 12:00:48 2017 (r439812) +++ head/www/rubygem-semantic-ui-sass/distinfo Sun Apr 30 12:00:53 2017 (r439813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493122928 -SHA256 (rubygem/semantic-ui-sass-2.2.10.0.gem) = 1196675a52bad4ae5af03e9a97dbae04ee55e627ec4a63bb95484f9cd2391fc1 -SIZE (rubygem/semantic-ui-sass-2.2.10.0.gem) = 823296 +TIMESTAMP = 1493551688 +SHA256 (rubygem/semantic-ui-sass-2.2.10.1.gem) = 23a3286a7fa83a9fadb1274378c008b1028109ee9ff5a50a7fe6f17e256f5eb6 +SIZE (rubygem/semantic-ui-sass-2.2.10.1.gem) = 823296 From owner-svn-ports-all@freebsd.org Sun Apr 30 12:50:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3813D56315; Sun, 30 Apr 2017 12:50: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 mx1.freebsd.org (Postfix) with ESMTPS id BF8A5952; Sun, 30 Apr 2017 12:50: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 v3UCowGT058900; Sun, 30 Apr 2017 12:50:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UCoskj058859; Sun, 30 Apr 2017 12:50:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301250.v3UCoskj058859@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, 30 Apr 2017 12:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439814 - in head: devel/efl games/netradiant graphics/GraphicsMagick graphics/ImageMagick graphics/ImageMagick7 graphics/aseprite graphics/darktable graphics/gd graphics/gdal graphics/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 12:51:00 -0000 Author: sunpoet Date: Sun Apr 30 12:50:54 2017 New Revision: 439814 URL: https://svnweb.freebsd.org/changeset/ports/439814 Log: Update to 0.6.0 - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Modified: head/devel/efl/Makefile head/games/netradiant/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile head/graphics/aseprite/Makefile head/graphics/darktable/Makefile head/graphics/gd/Makefile head/graphics/gdal/Makefile head/graphics/gegl3/Makefile head/graphics/gstreamer1-plugins-webp/Makefile head/graphics/gthumb/Makefile head/graphics/ida/Makefile head/graphics/imageworsener/Makefile head/graphics/leptonica/Makefile head/graphics/librasterlite2/Makefile head/graphics/mapnik/Makefile head/graphics/openimageio/Makefile head/graphics/py-pillow/Makefile head/graphics/qt5-imageformats/Makefile head/graphics/sdl2_image/Makefile head/graphics/sdl_image/Makefile head/graphics/vips/Makefile head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-plist head/multimedia/ffmpeg/Makefile head/multimedia/libav/Makefile head/net-im/telegram-purple/Makefile head/net/guacamole-server/Makefile head/www/chromium/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit2-gtk3/Makefile head/x11-toolkits/fox17/Makefile head/x11-wm/libwraster/Makefile head/x11-wm/windowmaker/Makefile head/x11/kde4-runtime/Makefile Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/devel/efl/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= efl PORTVERSION= 1.18.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/games/netradiant/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= netradiant PORTVERSION= 20130630 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games cad MASTER_SITES= http://ingar.satgnu.net/gtkradiant/files/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/GraphicsMagick/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.25 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/ImageMagick/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.6-4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/ImageMagick7/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.3-7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ Modified: head/graphics/aseprite/Makefile ============================================================================== --- head/graphics/aseprite/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/aseprite/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= aseprite PORTVERSION= 1.1.13 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/darktable/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/gd/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.2.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/gdal/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/gegl3/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 Modified: head/graphics/gstreamer1-plugins-webp/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-webp/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/gstreamer1-plugins-webp/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= GStreamer webp image decoder plugin Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/gthumb/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/ida/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= ida PORTVERSION= 2.13 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} Modified: head/graphics/imageworsener/Makefile ============================================================================== --- head/graphics/imageworsener/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/imageworsener/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= imageworsener PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet Modified: head/graphics/leptonica/Makefile ============================================================================== --- head/graphics/leptonica/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/leptonica/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= leptonica PORTVERSION= 1.74.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.com/source/ Modified: head/graphics/librasterlite2/Makefile ============================================================================== --- head/graphics/librasterlite2/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/librasterlite2/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,7 +4,7 @@ PORTNAME= librasterlite2 PORTVERSION= 1.0.0 DISTVERSIONSUFFIX=-rc0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/mapnik/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/openimageio/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/py-pillow/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/qt5-imageformats/Makefile ============================================================================== --- head/graphics/qt5-imageformats/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/qt5-imageformats/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,6 +2,7 @@ PORTNAME= imageformats DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/sdl2_image/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,6 +2,7 @@ PORTNAME= sdl2_image PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} Modified: head/graphics/sdl_image/Makefile ============================================================================== --- head/graphics/sdl_image/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/sdl_image/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/vips/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/webp/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/webp/distinfo Sun Apr 30 12:50:54 2017 (r439814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482426864 -SHA256 (libwebp-0.5.2.tar.gz) = b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef -SIZE (libwebp-0.5.2.tar.gz) = 1221153 +TIMESTAMP = 1485872074 +SHA256 (libwebp-0.6.0.tar.gz) = c928119229d4f8f35e20113ffb61f281eda267634a8dc2285af4b0ee27cf2b40 +SIZE (libwebp-0.6.0.tar.gz) = 1302881 Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Sun Apr 30 12:00:53 2017 (r439813) +++ head/graphics/webp/pkg-plist Sun Apr 30 12:50:54 2017 (r439814) @@ -1,6 +1,7 @@ bin/cwebp bin/dwebp bin/gif2webp +bin/img2webp %%X11%%bin/vwebp bin/webpmux include/webp/decode.h @@ -11,20 +12,20 @@ include/webp/mux_types.h include/webp/types.h lib/libwebp.a lib/libwebp.so -lib/libwebp.so.6 -lib/libwebp.so.6.0.2 +lib/libwebp.so.7 +lib/libwebp.so.7.0.0 lib/libwebpdecoder.a lib/libwebpdecoder.so -lib/libwebpdecoder.so.2 -lib/libwebpdecoder.so.2.0.2 +lib/libwebpdecoder.so.3 +lib/libwebpdecoder.so.3.0.0 lib/libwebpdemux.a lib/libwebpdemux.so lib/libwebpdemux.so.2 -lib/libwebpdemux.so.2.0.1 +lib/libwebpdemux.so.2.0.2 lib/libwebpmux.a lib/libwebpmux.so -lib/libwebpmux.so.2 -lib/libwebpmux.so.2.0.2 +lib/libwebpmux.so.3 +lib/libwebpmux.so.3.0.0 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/multimedia/ffmpeg/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/multimedia/libav/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/net-im/telegram-purple/Makefile ============================================================================== --- head/net-im/telegram-purple/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/net-im/telegram-purple/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,7 +4,7 @@ PORTNAME= telegram-purple PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= kevlo@FreeBSD.org Modified: head/net/guacamole-server/Makefile ============================================================================== --- head/net/guacamole-server/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/net/guacamole-server/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -4,7 +4,7 @@ PORTNAME= guacamole-server PORTVERSION= 0.9.12 DISTVERSIONSUFFIX= -incubating -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ultima1252@gmail.com Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/www/chromium/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 58.0.3029.81 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/www/webkit-gtk2/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/www/webkit-gtk3/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/www/webkit2-gtk3/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.8.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/x11-toolkits/fox17/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,6 +3,7 @@ PORTNAME= fox PORTVERSION= 1.7.59 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11-wm/libwraster/Makefile ============================================================================== --- head/x11-wm/libwraster/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/x11-wm/libwraster/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/x11-wm/windowmaker/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -3,7 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Sun Apr 30 12:00:53 2017 (r439813) +++ head/x11/kde4-runtime/Makefile Sun Apr 30 12:50:54 2017 (r439814) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun Apr 30 13:11:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 639AFD56BA8; Sun, 30 Apr 2017 13:11:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA9C62B; Sun, 30 Apr 2017 13:11:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UDBYnX069194; Sun, 30 Apr 2017 13:11:34 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDBYAK069191; Sun, 30 Apr 2017 13:11:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301311.v3UDBYAK069191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 13:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439815 - in head/graphics/qgis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:11:35 -0000 Author: rakuco Date: Sun Apr 30 13:11:33 2017 New Revision: 439815 URL: https://svnweb.freebsd.org/changeset/ports/439815 Log: Update to 2.18.7. This minor update from QGIS 2.18.5 to 2.18.7 comes with some new features and many bugfixes. Especially, many problems with SAGA GIS processing seem to be solved. Port changes: - Update to 2.18.7. - Remove CMAKE_ARGS which do not exist. - Add new python dependencies cycler, dateutil, and functools32. - Getting rid of special handlings for 9.x. - Move USES=compiler:features into main section. - Update pkg-plist. PR: 218878 Submitted by: Rainer Hurling (maintainer) Deleted: head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sun Apr 30 12:50:54 2017 (r439814) +++ head/graphics/qgis/Makefile Sun Apr 30 13:11:33 2017 (r439815) @@ -3,8 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 2_18_4 -PORTREVISION= 1 +DISTVERSION= 2_18_7 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -28,8 +27,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -USES= bison cmake cpe desktop-file-utils execinfo fortran \ - gmake pyqt:4 python:2.7 sqlite +USES= bison cmake compiler:features cpe desktop-file-utils \ + execinfo fortran gmake pyqt:4 python:2.7 sqlite USE_PYQT= core gui network qscintilla2 sip sql svg xml webkit_run USE_QT4= corelib designer doc gui linguist_build moc_build \ @@ -60,13 +59,8 @@ CMAKE_ARGS+= -Wno-dev CMAKE_ARGS+= -DSUPPRESS_SIP_WARNINGS=OFF -DSUPPRESS_QT_WARNINGS=OFF CMAKE_ARGS+= -DWITH_INTERNAL_DATEUTIL=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_FUTURE=FALSE -CMAKE_ARGS+= -DWITH_INTERNAL_HTTPLIB2=FALSE -CMAKE_ARGS+= -DWITH_INTERNAL_JINJA2=FALSE -CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_NOSE2=FALSE -CMAKE_ARGS+= -DWITH_INTERNAL_PYGMENTS=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_PYTZ=FALSE -CMAKE_ARGS+= -DWITH_INTERNAL_REQUESTS=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_SIX=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_YAML=FALSE .endif @@ -92,7 +86,10 @@ POSTGIS_LIB_DEPENDS= liblwgeom.so:databa POSTGIS_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=TRUE POSTGIS_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=FALSE -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ +PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3:devel/py-functools32 \ + ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe \ @@ -108,7 +105,10 @@ PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPR ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.13:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3:devel/py-functools32 \ + ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:graphics/py-gdal \ ${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \ @@ -140,27 +140,14 @@ TESTS_CMAKE_OFF= -DENABLE_TESTS=FALSE INSTALLS_ICONS= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 -USES+= compiler:features -.else -USES+= compiler:gcc-c++11-lib -BUILD_DEPENDS+= flex>=2.6.1:textproc/flex -CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex -CXXFLAGS+= -I${LOCALBASE}/include/flex -.endif - pre-patch: @${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "%1" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "" + tr( "${GH_TAGNAME}" ) + ""|g' \ ${WRKSRC}/src/app/qgisapp.cpp -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 # [Ugly workaround!] Because of GitHub #76aa035 from 2015-05-23 # 'Hide shared library symbols by default on GCC and Clang', # some layer properties are not visible on FreeBSD > 9.x @${REINPLACE_CMD} -e 's|SET(CMAKE_CXX_VISIBILITY_PRESET hidden)|#SET(CMAKE_CXX_VISIBILITY_PRESET hidden)|' \ ${WRKSRC}/CMakeLists.txt -.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' \ @@ -168,7 +155,6 @@ post-patch: @${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' \ ${WRKSRC}/debian/${PORTNAME}.desktop @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_VERSION}|g' \ - ${WRKSRC}/python/ext-libs/pygments/util.py \ ${WRKSRC}/python/ext-libs/pytz/tzfile.py \ ${WRKSRC}/scripts/generate_test_mask_image.py \ ${WRKSRC}/scripts/random_vector.py \ @@ -183,7 +169,6 @@ post-patch: ${WRKSRC}/python/ext-libs/CMakeLists.txt post-install: - ${RM} ${STAGEDIR}${DATADIR}/python/pygments/util.py.bak ${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Sun Apr 30 12:50:54 2017 (r439814) +++ head/graphics/qgis/distinfo Sun Apr 30 13:11:33 2017 (r439815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489236988 -SHA256 (qgis-QGIS-final-2_18_4_GH0.tar.gz) = a53e2fc55e4a02b786519158aec697cbb2305c8e1d88075b493dfe6a105d3cfa -SIZE (qgis-QGIS-final-2_18_4_GH0.tar.gz) = 100388432 +TIMESTAMP = 1492926971 +SHA256 (qgis-QGIS-final-2_18_7_GH0.tar.gz) = 6f333a73d9789d8eb8c873e61d3e95dc39b0aec23cf011c52f05d78ac0283f12 +SIZE (qgis-QGIS-final-2_18_7_GH0.tar.gz) = 99222555 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Sun Apr 30 12:50:54 2017 (r439814) +++ head/graphics/qgis/pkg-plist Sun Apr 30 13:11:33 2017 (r439815) @@ -412,8 +412,10 @@ include/qgis/qgsmaplayercombobox.h include/qgis/qgsmaplayerconfigwidget.h include/qgis/qgsmaplayerconfigwidgetfactory.h include/qgis/qgsmaplayerlegend.h +include/qgis/qgsmaplayerlistutils.h include/qgis/qgsmaplayermodel.h include/qgis/qgsmaplayerproxymodel.h +include/qgis/qgsmaplayerref.h include/qgis/qgsmaplayerregistry.h include/qgis/qgsmaplayerrenderer.h include/qgis/qgsmaplayerstylemanager.h @@ -702,6 +704,7 @@ include/qgis/qgsvectorlayerfeatureiterat include/qgis/qgsvectorlayerimport.h include/qgis/qgsvectorlayerjoinbuffer.h include/qgis/qgsvectorlayerlabelprovider.h +include/qgis/qgsvectorlayerref.h include/qgis/qgsvectorlayerrenderer.h include/qgis/qgsvectorlayerselectionmanager.h include/qgis/qgsvectorlayertools.h @@ -722,6 +725,25 @@ include/qgis/qgswkbsimplifierptr.h include/qgis/qgswkbtypes.h include/qgis/qgsxmlutils.h include/qgis/qgszonalstatistics.h +include/qgis/ui_qgsauthauthoritieseditor.h +include/qgis/ui_qgsauthcertificateinfo.h +include/qgis/ui_qgsauthcertificatemanager.h +include/qgis/ui_qgsauthconfigedit.h +include/qgis/ui_qgsauthconfigeditor.h +include/qgis/ui_qgsauthconfigidedit.h +include/qgis/ui_qgsauthconfigselect.h +include/qgis/ui_qgsauthconfiguriedit.h +include/qgis/ui_qgsautheditorwidgets.h +include/qgis/ui_qgsauthidentitieseditor.h +include/qgis/ui_qgsauthimportcertdialog.h +include/qgis/ui_qgsauthimportidentitydialog.h +include/qgis/ui_qgsauthmethodplugins.h +include/qgis/ui_qgsauthserverseditor.h +include/qgis/ui_qgsauthsslconfigwidget.h +include/qgis/ui_qgsauthsslerrorsdialog.h +include/qgis/ui_qgsauthsslimportdialog.h +include/qgis/ui_qgsauthsslimporterrors.h +include/qgis/ui_qgsauthtrustedcasdialog.h include/qgis/ui_qgscredentialdialog.h include/qgis/ui_qgsdetaileditemwidgetbase.h include/qgis/ui_qgsexpressionbuilder.h @@ -736,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.4 +lib/libqgis_analysis.so.2.18.7 lib/libqgis_app.so -lib/libqgis_app.so.2.18.4 +lib/libqgis_app.so.2.18.7 lib/libqgis_core.so -lib/libqgis_core.so.2.18.4 +lib/libqgis_core.so.2.18.7 lib/libqgis_gui.so -lib/libqgis_gui.so.2.18.4 +lib/libqgis_gui.so.2.18.7 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.18.4 +lib/libqgis_networkanalysis.so.2.18.7 %%SERVER%%lib/libqgis_server.so -%%SERVER%%lib/libqgis_server.so.2.18.4 +%%SERVER%%lib/libqgis_server.so.2.18.7 %%GRASS%%lib/libqgisgrass6.so -%%GRASS%%lib/libqgisgrass6.so.2.18.4 +%%GRASS%%lib/libqgisgrass6.so.2.18.7 %%PYTHON%%lib/libqgispython.so -%%PYTHON%%lib/libqgispython.so.2.18.4 +%%PYTHON%%lib/libqgispython.so.2.18.7 %%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 @@ -799,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.4 +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.18.7 man/man1/qbrowser.1.gz man/man1/qgis.1.gz share/applications/qgis.desktop @@ -1955,6 +1977,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%DATADIR%%/images/icons/qgis-icon-16x16_xmas.png %%DATADIR%%/images/icons/qgis-icon-60x60.png %%DATADIR%%/images/icons/qgis-icon-60x60_xmas.png +%%DATADIR%%/images/icons/qgis-icon-macos.png %%DATADIR%%/images/icons/qgis-icon.png %%DATADIR%%/images/icons/qgis-mime-icon.png %%PYTHON%%%%DATADIR%%/python/console/__init__.py @@ -3391,6 +3414,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm212.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm213.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm214.py +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm230.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaDescriptionCreator.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaNameDecorator.py @@ -4826,6 +4850,253 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WatershedSegmentation.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WindEffect(WindwardLeewardIndex).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ZonalGridStatistics.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AccumulatedCost(Anisotropic).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AccumulatedCost(Isotropic).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AddCoordinatestopoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AddGridValuestoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AddGridValuestoShapes.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AddPointAttributestoPolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AddPolygonAttributestoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Aggregate.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AggregatePointObservations.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AggregationIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AnalyticalHierarchyProcess.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/AnalyticalHillshading.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/B-SplineApproximation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/BurnStreamNetworkintoDEM.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CellBalance.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChangeDateFormat.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChangeDetection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChangeGridValues.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChangeTimeFormat.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChannelNetwork.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ChannelNetworkandDrainageBasins.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ClipGridwithPolygon.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ClipPointswithPolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CloseGaps.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CloseGapswithSpline.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CloseOneCellGaps.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ClusterAnalysisforGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConfusionMatrix(GridPolygons).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ContourLinesfromGrid.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvergenceIndex(SearchRadius).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvergenceIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertDataStorageType.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertLinestoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertLinestoPolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertMultipointstoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertPointstoLine(s).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertPolygonLineVerticestoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvertPolygonstoLines.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ConvexHull.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CreateLinesGraticule.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CreatePolygonsGraticule.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CropToData.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Cross-ClassificationandTabulation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CrossProfiles.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CubicSplineApproximation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CurvatureClassification.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/CutShapesLayer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DTMFilter(slope-based).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DiffusiveHillslopeEvolution(ADI).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DiffusiveHillslopeEvolution(FTCS).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DirectionalStatisticsforSingleGrid.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DistanceMatrix.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DiurnalAnisotropicHeating.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DiversityOfCategories.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/DownslopeDistanceGradient.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/EdgeContamination.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/EffectiveAirFlowHeights.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FastRegionGrowingAlgorithm.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FastRepresentativeness.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FillGapsinRecords.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FillSinks(PlanchonDarboux,2001).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FillSinks(QMofESP).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FillSinks(WangLiu).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FillSinksXXL(WangLiu).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FilterClumps.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FireRiskAnalysis.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FitNPointstoshape.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlatDetection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlattenPolygonLayer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowAccumulation(FlowTracing).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowAccumulation(QMofESP).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowAccumulation(Recursive).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowAccumulation(Top-Down).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowPathLength.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FlowWidthandSpecificCatchmentArea.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Fragmentation(Alternative).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Fragmentation(Standard).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FragmentationClassesfromDensityandConnectivity.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Function.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Fuzzify.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FuzzyIntersection(AND).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/FuzzyUnion(OR).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GaussianFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeographicallyWeightedMultipleRegression(Points).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeographicallyWeightedMultipleRegression(PointsGrids).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeographicallyWeightedMultipleRegression.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeographicallyWeightedRegression(PointsGrid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeographicallyWeightedRegression.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GeometricFigures.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GetShapesExtents.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GlobalMoransIforGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GradientVectorfromCartesiantoPolarCoordinates.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GradientVectorfromPolartoCartesianCoordinates.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GradientVectorsfromDirectionalComponents.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GradientVectorsfromDirectionandLength.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GradientVectorsfromSurface.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridBuffer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridCalculator.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridCellIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridDifference.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridDivision.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridMasking.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridNormalisation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridOrientation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridProximityBuffer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridSkeletonization.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridStandardisation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridStatisticsforPolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridValuestoPoints(randomly).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridValuestoPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridVolume.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridsProduct.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/GridsSum.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/HistogramSurface.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Hypsometry.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/InverseDistanceWeighted.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/InvertDataNo-Data.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/KernelDensityEstimation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LSFactor.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LakeFlood.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LandSurfaceTemperature.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LaplacianFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Layerofextremevalue.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LeastCostPaths.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Line-PolygonIntersection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LineDissolve.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LineProperties.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LineSimplification.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/LocalMinimaandMaxima.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MajorityFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MassBalanceIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MergeLayers.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MetricConversions.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MinimumDistanceAnalysis.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ModifiedQuadraticShepard.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MorphologicalFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MorphometricProtectionIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Mosaicking.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Multi-BandVariation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultiDirectionLeeFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultilevelB-SplineInterpolation(fromGrid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultilevelB-SplineInterpolation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultilevelB-SplineInterpolationforCategories.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultipleRegressionAnalysis(GridGrids).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultipleRegressionAnalysis(PointsGrids).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/NaturalNeighbour.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/NearestNeighbour.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/OrderedWeightedAveraging(OWA).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/OrdinaryKriging(Global).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/OrdinaryKriging.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/OverlandFlow-KinematicWaveD8.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/OverlandFlowDistancetoChannelNetwork.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Patching.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PatternAnalysis.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PointStatisticsforPolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PointsFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PointsThinning.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolartoCartesianCoordinates.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Polygon-LineIntersection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonCentroids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonClipping.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonDifference.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonDissolve.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonDissolveAllPolygs.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonIdentity.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonIntersect.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonPartstoSeparatePolygons.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonProperties.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonSelfIntersection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonShapeIndices.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonSymmetricalDifference.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonUnion.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonUpdate.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolygonstoEdgesandNodes.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PolynomialRegression.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/PrincipleComponentsAnalysis.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Profilefrompoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ProfilesfromLines.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ProximityGrid.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/QuadTreeStructuretoShapes.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RGBComposite.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RadiusofVariance(Grid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RandomField.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RandomTerrainGeneration.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RankFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RealSurfaceArea.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ReclassifyGridValues.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RegressionAnalysis(PointsGrid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RelativeHeightsandSlopePositions.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RemoveDuplicatePoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Representativeness(Grid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Resampling.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ResidualAnalysis(Grid).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/RunningAverage.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SAGAWetnessIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SeedGeneration.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Separatepointsbydirection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ShapesBuffer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ShapesBufferFixed.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ShapestoGrid.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SharedPolygonEdges.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ShrinkAndExpand.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SimpleFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SimpleRegionGrowing.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Simulation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SinkDrainageRouteDetection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SinkRemoval.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SkyViewFactor.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Slope,Aspect,Curvature.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SlopeLength.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SoilTextureClassification.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SpatialPointPatternAnalysis.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SplitShapesLayerRandomly.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/StatisticsforGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/StrahlerOrder.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/StreamPowerIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SuccessiveFlowRouting.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SupervisedClassification.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/SurfaceSpecificPoints.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TPIBasedLandformClassification.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TerrainRuggednessIndex(TRI).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ThinPlateSpline(TIN).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ThinPlateSpline.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ThresholdBuffer.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TopographicCorrection.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TopographicPositionIndex(TPI).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TopographicWetnessIndex(TWI).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Transectthroughpolygonshapefile.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TransformShapes.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/TransposeGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/Triangulation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/UniversalKriging(Global).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/UniversalKriging.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/UpslopeArea.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/UserDefinedFilter.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VariogramCloud.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VariogramSurface.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VectorRuggednessMeasure(VRM).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VectorisingGridClasses.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VegetationIndex(SlopeBased).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/VerticalDistancetoChannelNetwork.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/WaterRetentionCapacity.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/WatershedBasins.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/WatershedSegmentation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/WindEffect(WindwardLeewardIndex).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.3.0/ZonalGridStatistics.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/ext/__init__.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/ext/supervisedclassification.py %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/versioncheck.py From owner-svn-ports-all@freebsd.org Sun Apr 30 13:13:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C46C2D56DF0; Sun, 30 Apr 2017 13:13:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96137A4B; Sun, 30 Apr 2017 13:13:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UDDa6n070920; Sun, 30 Apr 2017 13:13:36 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDDaIL070919; Sun, 30 Apr 2017 13:13:36 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301313.v3UDDaIL070919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 13:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439816 - branches/2017Q2/textproc/ibus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:13:37 -0000 Author: rakuco Date: Sun Apr 30 13:13:36 2017 New Revision: 439816 URL: https://svnweb.freebsd.org/changeset/ports/439816 Log: MFH: r439799 Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino Approved by: Henry Hu (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/textproc/ibus/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/textproc/ibus/Makefile ============================================================================== --- branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:11:33 2017 (r439815) +++ branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:13:36 2017 (r439816) @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione @@ -110,9 +110,6 @@ PLIST_SUB+= COMPDIR="@comment " post-extract-EMOJI-on: ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart From owner-svn-ports-all@freebsd.org Sun Apr 30 13:28:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFB50D57258; Sun, 30 Apr 2017 13:28:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEC291103; Sun, 30 Apr 2017 13:28:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UDSKPM075509; Sun, 30 Apr 2017 13:28:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDSKiv075507; Sun, 30 Apr 2017 13:28:20 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301328.v3UDSKiv075507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 13:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439817 - head/net/zerotier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:28:22 -0000 Author: rakuco Date: Sun Apr 30 13:28:20 2017 New Revision: 439817 URL: https://svnweb.freebsd.org/changeset/ports/439817 Log: Update to 1.2.4. - 2x crypto throughput on x64 using Salsa20/12 assembler implementation from DJB. - only default managed routes are bifurcated, most people will not notice. - reduce memory usage of credentials. - improve path selection and prioritisation. - various build cleanups. Changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.2.4 PR: 218926 Submitted by: Dave Cottlehuber (maintainer) Modified: head/net/zerotier/Makefile head/net/zerotier/distinfo Modified: head/net/zerotier/Makefile ============================================================================== --- head/net/zerotier/Makefile Sun Apr 30 13:13:36 2017 (r439816) +++ head/net/zerotier/Makefile Sun Apr 30 13:28:20 2017 (r439817) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zerotier -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.4 CATEGORIES= net MAINTAINER= dch@skunkwerks.at Modified: head/net/zerotier/distinfo ============================================================================== --- head/net/zerotier/distinfo Sun Apr 30 13:13:36 2017 (r439816) +++ head/net/zerotier/distinfo Sun Apr 30 13:28:20 2017 (r439817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489815977 -SHA256 (zerotier-ZeroTierOne-1.2.2_GH0.tar.gz) = b00040e859ac1d2b6ad9f22a5f4ad3bd876bb7e7b6bbd37d1ca2e59bbdf11a15 -SIZE (zerotier-ZeroTierOne-1.2.2_GH0.tar.gz) = 7926523 +TIMESTAMP = 1493361909 +SHA256 (zerotier-ZeroTierOne-1.2.4_GH0.tar.gz) = 9f275b3732b721f02cc4b8df75b51e6a8fb56dfe1a542a7bd681538d852b0358 +SIZE (zerotier-ZeroTierOne-1.2.4_GH0.tar.gz) = 7963254 From owner-svn-ports-all@freebsd.org Sun Apr 30 13:37:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF4D9D576E9; Sun, 30 Apr 2017 13:37:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id AA53B1786; Sun, 30 Apr 2017 13:37:16 +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 v3UDbFSb079642; Sun, 30 Apr 2017 13:37:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDbFKS079640; Sun, 30 Apr 2017 13:37:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201704301337.v3UDbFKS079640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Apr 2017 13:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439818 - head/sysutils/terraform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:37:17 -0000 Author: swills Date: Sun Apr 30 13:37:15 2017 New Revision: 439818 URL: https://svnweb.freebsd.org/changeset/ports/439818 Log: sysutils/terraform: Update to 0.9.4 Modified: head/sysutils/terraform/Makefile head/sysutils/terraform/distinfo Modified: head/sysutils/terraform/Makefile ============================================================================== --- head/sysutils/terraform/Makefile Sun Apr 30 13:28:20 2017 (r439817) +++ head/sysutils/terraform/Makefile Sun Apr 30 13:37:15 2017 (r439818) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= terraform -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/terraform/distinfo ============================================================================== --- head/sysutils/terraform/distinfo Sun Apr 30 13:28:20 2017 (r439817) +++ head/sysutils/terraform/distinfo Sun Apr 30 13:37:15 2017 (r439818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492282231 -SHA256 (hashicorp-terraform-v0.9.3_GH0.tar.gz) = de57ba63f0314ba4e21818f048551a22afe61662bd72b3c81b01a47284fcaf3d -SIZE (hashicorp-terraform-v0.9.3_GH0.tar.gz) = 14060162 +TIMESTAMP = 1493556352 +SHA256 (hashicorp-terraform-v0.9.4_GH0.tar.gz) = aeb7ae29a8da6035d995ffb00f767911746165f4cb7432657d361f399370f377 +SIZE (hashicorp-terraform-v0.9.4_GH0.tar.gz) = 14356629 From owner-svn-ports-all@freebsd.org Sun Apr 30 13:53:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDADED57B61; Sun, 30 Apr 2017 13:53:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9AA2A1F83; Sun, 30 Apr 2017 13:53:26 +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 v3UDrP2S087433; Sun, 30 Apr 2017 13:53:25 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDrPqs087432; Sun, 30 Apr 2017 13:53:25 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301353.v3UDrPqs087432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 13:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439819 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:53:26 -0000 Author: ler Date: Sun Apr 30 13:53:25 2017 New Revision: 439819 URL: https://svnweb.freebsd.org/changeset/ports/439819 Log: Fix the EXPIRATION_DATE so as to not confuse Tools/scripts/rmport -a Approved by: rene (mentor) Modified: head/lang/perl5-devel/Makefile Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Sun Apr 30 13:37:15 2017 (r439818) +++ head/lang/perl5-devel/Makefile Sun Apr 30 13:53:25 2017 (r439819) @@ -25,7 +25,7 @@ LICENSE_FILE_GPLv1= ${WRKSRC}/Copying # Uncomment when the default Perl is switched to 5.2(X+2) #DEPRECATED= Support end three years after .0 release, please upgrade to a more recent version of Perl -#EXPIRATION_DATE= +# Expiration date is TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ From owner-svn-ports-all@freebsd.org Sun Apr 30 14:00:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 167E9D57D89; Sun, 30 Apr 2017 14:00:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id C10701AD; Sun, 30 Apr 2017 14:00:57 +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 v3UE0uIH087978; Sun, 30 Apr 2017 14:00:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UE0uHE087976; Sun, 30 Apr 2017 14:00:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704301400.v3UE0uHE087976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 14:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439820 - in head/lang/gcc46: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:00:58 -0000 Author: gerald Date: Sun Apr 30 14:00:56 2017 New Revision: 439820 URL: https://svnweb.freebsd.org/changeset/ports/439820 Log: Remove traces of ia64 support (ONLY_FOR_ARCHS and files/patch-unwind-ia64.h) which has not been present in most other GCC ports for a long while. While at it, simplify the setting of INFO. Deleted: head/lang/gcc46/files/patch-unwind-ia64.h Modified: head/lang/gcc46/Makefile head/lang/gcc46/distinfo Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Sun Apr 30 13:53:25 2017 (r439819) +++ head/lang/gcc46/Makefile Sun Apr 30 14:00:56 2017 (r439820) @@ -31,7 +31,7 @@ CPE_VENDOR= gnu # once installed. GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build @@ -81,11 +81,8 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ - gcc${SUFFIX}/libgomp -# Release tarballs (as opposed to snapshots) always carry this. -#.if ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" -INFO+= gcc${SUFFIX}/libquadmath -#.endif + gcc${SUFFIX}/libgomp \ + gcc${SUFFIX}/libquadmath pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]" Modified: head/lang/gcc46/distinfo ============================================================================== --- head/lang/gcc46/distinfo Sun Apr 30 13:53:25 2017 (r439819) +++ head/lang/gcc46/distinfo Sun Apr 30 14:00:56 2017 (r439820) @@ -1,2 +1,3 @@ +TIMESTAMP = 1493560251 SHA256 (gcc-4.6.4.tar.bz2) = 35af16afa0b67af9b8eb15cafb76d2bc5f568540552522f5dc2c88dd45d977e8 SIZE (gcc-4.6.4.tar.bz2) = 72006076 From owner-svn-ports-all@freebsd.org Sun Apr 30 14:15:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 543FDD57123; Sun, 30 Apr 2017 14:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 222B4C0E; Sun, 30 Apr 2017 14:15: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 v3UEFfhk096347; Sun, 30 Apr 2017 14:15:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UEFfn2096346; Sun, 30 Apr 2017 14:15:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301415.v3UEFfn2096346@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, 30 Apr 2017 14:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439821 - head/www/iridium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:15:42 -0000 Author: sunpoet Date: Sun Apr 30 14:15:40 2017 New Revision: 439821 URL: https://svnweb.freebsd.org/changeset/ports/439821 Log: Bump PORTREVISION for graphics/webp shlib change Requested by: cpm Modified: head/www/iridium/Makefile Modified: head/www/iridium/Makefile ============================================================================== --- head/www/iridium/Makefile Sun Apr 30 14:00:56 2017 (r439820) +++ head/www/iridium/Makefile Sun Apr 30 14:15:40 2017 (r439821) @@ -3,6 +3,7 @@ PORTNAME= iridium PORTVERSION= 58.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser From owner-svn-ports-all@freebsd.org Sun Apr 30 14:17:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 961ABD571CC; Sun, 30 Apr 2017 14:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 66515D3A; Sun, 30 Apr 2017 14:17: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 v3UEHv0m096594; Sun, 30 Apr 2017 14:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UEHv9q096593; Sun, 30 Apr 2017 14:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301417.v3UEHv9q096593@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, 30 Apr 2017 14:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439822 - head/devel/protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:17:58 -0000 Author: sunpoet Date: Sun Apr 30 14:17:57 2017 New Revision: 439822 URL: https://svnweb.freebsd.org/changeset/ports/439822 Log: Fix build when old verison installed Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sun Apr 30 14:15:40 2017 (r439821) +++ head/devel/protobuf/Makefile Sun Apr 30 14:17:57 2017 (r439822) @@ -17,7 +17,7 @@ TEST_DEPENDS= googlemock>=0:devel/google BROKEN_sparc64= fails to compile: no atomic ops available -CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI +CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} From owner-svn-ports-all@freebsd.org Sun Apr 30 14:18:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38F1ED57200; Sun, 30 Apr 2017 14:18: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 mx1.freebsd.org (Postfix) with ESMTPS id 0FED1D58; Sun, 30 Apr 2017 14:18: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 v3UEI31A096733; Sun, 30 Apr 2017 14:18:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UEI2A4096730; Sun, 30 Apr 2017 14:18:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704301418.v3UEI2A4096730@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, 30 Apr 2017 14:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439823 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:18:04 -0000 Author: sunpoet Date: Sun Apr 30 14:18:02 2017 New Revision: 439823 URL: https://svnweb.freebsd.org/changeset/ports/439823 Log: Update to 4.5.0 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.5.0/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sun Apr 30 14:17:57 2017 (r439822) +++ head/www/npm/Makefile Sun Apr 30 14:18:02 2017 (r439823) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 4.4.4 -PORTREVISION= 1 +PORTVERSION= 4.5.0 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Apr 30 14:17:57 2017 (r439822) +++ head/www/npm/distinfo Sun Apr 30 14:18:02 2017 (r439823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490613904 -SHA256 (npm-4.4.4.tar.xz) = c3e153d684b270ceb8838378736ff9bf8ab44c6872249b8d7e641d02c02e3941 -SIZE (npm-4.4.4.tar.xz) = 2693332 +TIMESTAMP = 1493554828 +SHA256 (npm-4.5.0.tar.xz) = f00fea2a4711a4dd5f79b779b5320a22b04c92fe15805ca3aa14f8a9d4da8a1f +SIZE (npm-4.5.0.tar.xz) = 2700256 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Apr 30 14:17:57 2017 (r439822) +++ head/www/npm/pkg-plist Sun Apr 30 14:18:02 2017 (r439823) @@ -789,7 +789,6 @@ lib/node_modules/npm/node_modules/has-un lib/node_modules/npm/node_modules/has-unicode/README.md lib/node_modules/npm/node_modules/has-unicode/index.js lib/node_modules/npm/node_modules/has-unicode/package.json -lib/node_modules/npm/node_modules/hosted-git-info/.npmignore lib/node_modules/npm/node_modules/hosted-git-info/LICENSE lib/node_modules/npm/node_modules/hosted-git-info/README.md lib/node_modules/npm/node_modules/hosted-git-info/git-host-info.js @@ -1190,10 +1189,12 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +lib/node_modules/npm/node_modules/node-gyp/lib/Find-VS2017.cs lib/node_modules/npm/node_modules/node-gyp/lib/build.js lib/node_modules/npm/node_modules/node-gyp/lib/clean.js lib/node_modules/npm/node_modules/node-gyp/lib/configure.js lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +lib/node_modules/npm/node_modules/node-gyp/lib/find-vs2017.js lib/node_modules/npm/node_modules/node-gyp/lib/install.js lib/node_modules/npm/node_modules/node-gyp/lib/list.js lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js @@ -2870,7 +2871,6 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md -lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js lib/node_modules/npm/node_modules/which/node_modules/isexe/mode.js lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json From owner-svn-ports-all@freebsd.org Sun Apr 30 14:19:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B90A1D5728C; Sun, 30 Apr 2017 14:19:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8A816F13; Sun, 30 Apr 2017 14:19:51 +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 v3UEJoAj096929; Sun, 30 Apr 2017 14:19:50 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UEJoei096928; Sun, 30 Apr 2017 14:19:50 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704301419.v3UEJoei096928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 14:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439824 - head/lang/gcc47 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:19:51 -0000 Author: gerald Date: Sun Apr 30 14:19:50 2017 New Revision: 439824 URL: https://svnweb.freebsd.org/changeset/ports/439824 Log: Simplify the setting of INFO. Modified: head/lang/gcc47/Makefile Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Apr 30 14:18:02 2017 (r439823) +++ head/lang/gcc47/Makefile Sun Apr 30 14:19:50 2017 (r439824) @@ -86,12 +86,9 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ - gcc${SUFFIX}/libgomp -# Release tarballs (as opposed to snapshots) always carry this. -#.if ${ARCH} == "i386" || ${ARCH} == "amd64" -INFO+= gcc${SUFFIX}/libquadmath \ - gcc${SUFFIX}/libitm -#.endif + gcc${SUFFIX}/libgomp \ + gcc${SUFFIX}/libitm \ + gcc${SUFFIX}/libquadmath SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} From owner-svn-ports-all@freebsd.org Sun Apr 30 14:26:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B569D57566; Sun, 30 Apr 2017 14:26:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1DF0540E; Sun, 30 Apr 2017 14:26:43 +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 v3UEQfxb001158; Sun, 30 Apr 2017 14:26:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UEQfhT001154; Sun, 30 Apr 2017 14:26:41 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201704301426.v3UEQfhT001154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 30 Apr 2017 14:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439825 - in head/security: py-acme py-acme/files py-certbot py-certbot/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 14:26:43 -0000 Author: cpm Date: Sun Apr 30 14:26:41 2017 New Revision: 439825 URL: https://svnweb.freebsd.org/changeset/ports/439825 Log: security/py-{acme,certbot}: Make argparse a conditional dependency Backport an upstream patch [1][2] to setup.py making argparse a conditional dependency. Without this change, the following error is observed at run-time: pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by certbot This is due to the separate argparse distribution (via PyPI) no longer being required for Python versions >= 2.7 and >= 3.2, as they contain the argparse module in the standard library. Since FreeBSD only supports Python versions with the argparse module built in, *and* having removed the devel/py-argparse port, the install_requires=argparse dependency cannot be satisfied, as install_requires is only relevant for non standard library (PyPI) packages/dependencies. [1] https://github.com/certbot/certbot/pull/4554 [2] https://github.com/certbot/certbot/issues/4485 PR: 218973 Reported by: olgeni Approved by: koobs (py-certbot, maintainer) Obtained from: https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656 Differential Revision: https://reviews.freebsd.org/D10546 Added: head/security/py-acme/files/ head/security/py-acme/files/patch-setup.py (contents, props changed) head/security/py-certbot/files/ head/security/py-certbot/files/patch-setup.py (contents, props changed) Modified: head/security/py-acme/Makefile head/security/py-certbot/Makefile Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Sun Apr 30 14:19:50 2017 (r439824) +++ head/security/py-acme/Makefile Sun Apr 30 14:26:41 2017 (r439825) @@ -3,6 +3,7 @@ PORTNAME= acme PORTVERSION= 0.13.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Added: head/security/py-acme/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-acme/files/patch-setup.py Sun Apr 30 14:26:41 2017 (r439825) @@ -0,0 +1,21 @@ +--- setup.py.orig 2017-04-30 10:29:55 UTC ++++ setup.py +@@ -8,7 +8,6 @@ version = '0.13.0' + + # Please update tox.ini when modifying dependency version requirements + install_requires = [ +- 'argparse', + # load_pem_private/public_key (>=0.6) + # rsa_recover_prime_factors (>=0.8) + 'cryptography>=0.8', +@@ -28,6 +27,10 @@ install_requires = [ + 'six', + ] + ++# env markers cause problems with older pip and setuptools ++if sys.version_info < (2, 7): ++ install_requires.append('argparse') ++ + dev_extras = [ + 'nose', + 'tox', Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Sun Apr 30 14:19:50 2017 (r439824) +++ head/security/py-certbot/Makefile Sun Apr 30 14:26:41 2017 (r439825) @@ -3,6 +3,7 @@ PORTNAME= certbot PORTVERSION= 0.13.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Added: head/security/py-certbot/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot/files/patch-setup.py Sun Apr 30 14:26:41 2017 (r439825) @@ -0,0 +1,21 @@ +--- setup.py.orig 2017-04-30 10:33:38 UTC ++++ setup.py +@@ -36,7 +36,6 @@ version = meta['version'] + # https://github.com/pypa/pip/issues/988 for more info. + install_requires = [ + 'acme=={0}'.format(version), +- 'argparse', + # We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but + # saying so here causes a runtime error against our temporary fork of 0.9.3 + # in which we added 2.6 support (see #2243), so we relax the requirement. +@@ -56,6 +55,10 @@ install_requires = [ + 'zope.interface', + ] + ++# env markers cause problems with older pip and setuptools ++if sys.version_info < (2, 7): ++ install_requires.append('argparse') ++ + dev_extras = [ + # Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289 + 'astroid==1.3.5', From owner-svn-ports-all@freebsd.org Sun Apr 30 15:47:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9346FD5791B; Sun, 30 Apr 2017 15:47:45 +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 052F9B5D; Sun, 30 Apr 2017 15:47:44 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 1214fc91 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Apr 2017 09:47:42 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r439793 - head/mail/neomutt From: Adam Weinberger In-Reply-To: <201704300902.v3U926IY065775@repo.freebsd.org> Date: Sun, 30 Apr 2017 09:47:40 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4E069867-533A-4EC1-8DE2-E4CBBFF8AF5E@adamw.org> References: <201704300902.v3U926IY065775@repo.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 15:47:45 -0000 > On 30 Apr, 2017, at 3:02, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Sun Apr 30 09:02:05 2017 > New Revision: 439793 > URL: https://svnweb.freebsd.org/changeset/ports/439793 >=20 > Log: > neomutt 20170428 Hi Baptiste, Can you please take a look at = https://lists.freebsd.org/pipermail/svn-ports-head/2017-April/146305.html When NLS is off, neomutt is registering a run-time dependency on = gettext. I think it only needs: NLS_USES=3D gettext NLS_USES_OFF=3D gettext-runtime:build gettext-tools # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Sun Apr 30 15:47:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DF89D57952; Sun, 30 Apr 2017 15:47:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id DC8F8BCA; Sun, 30 Apr 2017 15:47:55 +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 v3UFltni035822; Sun, 30 Apr 2017 15:47:55 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UFlqbR035792; Sun, 30 Apr 2017 15:47:52 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301547.v3UFlqbR035792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 15:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439826 - in head: . audio audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology biology/treeviewx chinese chine... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 15:47:56 -0000 Author: ler Date: Sun Apr 30 15:47:51 2017 New Revision: 439826 URL: https://svnweb.freebsd.org/changeset/ports/439826 Log: 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead Deleted: head/audio/last-cmus/ head/audio/logitechmediaserver-superdatetime/ head/audio/mehdiaplayer/ head/audio/pidgin-musictracker/ head/audio/xpi-musicpm/ head/biology/treeviewx/ head/chinese/fcitx-googlepinyin/ head/chinese/fqterm/ head/chinese/ibus-table-chinese/ head/chinese/libgooglepinyin/ head/chinese/p5-cconv/ head/chinese/php-cconv/ head/chinese/py-cconv/ head/chinese/ydict/ head/comms/esmska/ head/databases/akonadi-googledata/ head/databases/jdbm2/ head/deskutils/libgcal/ head/deskutils/nagaina/ head/deskutils/plasma-applet-playwolf/ head/deskutils/superswitcher/ head/deskutils/vboxgtk/ head/devel/bncsutil-ghost++/ head/devel/c-unit/ head/devel/guiloader-c++/ head/devel/liblouisxml/ head/devel/nglogc/ head/devel/nxt-python/ head/devel/privman/ head/devel/py-cmdln/ head/devel/py-coil/ head/devel/py-px/ head/devel/spdict/ head/devel/stormlib-ghost++/ head/devel/streamhtmlparser/ head/devel/winpdb/ head/dns/py-adns/ head/dns/py-bonjour/ head/games/dcross/ head/games/hexglass/ head/games/libfov/ head/games/lostfeathers/ head/games/robocalypto/ head/graphics/iulib/ head/graphics/py-gchartwrapper/ head/graphics/py-pyggel/ head/graphics/qiviewer/ head/graphics/rubygem-gemojione2/ head/graphics/seam-carving-gui/ head/graphics/svgfig/ head/irc/py-gozerbot/ head/irc/tircd/ head/japanese/nhocr/ head/lang/ofc/ head/mail/gnome-gmail-notifier/ head/math/carve/ head/math/foma/ head/math/libjbigi/ head/misc/xsw/ head/multimedia/bangarang/ head/multimedia/freetuxtv/ head/multimedia/gcap/ head/multimedia/opencinematools/ head/multimedia/vstream-client/ head/net-im/jabber-pyicq/ head/net-im/linux-instantbird/ head/net-im/naim/ head/net-im/pwytter/ head/net-im/qwit/ head/net-im/qwit-devel/ head/net-mgmt/py-flowtools/ head/net-p2p/rtgui/ head/net-p2p/unworkable/ head/net/opendpi/ head/net/py-pybeanstalk/ head/security/cmd5checkpw/ head/security/fuzzdb/ head/security/nmapsi4/ head/security/py-yara-editor/ head/security/skipfish/ head/security/truecrack/ head/sysutils/ldapenter/ head/sysutils/pdsh/ head/sysutils/plasma-applet-apcups/ head/sysutils/py-danzfs/ head/sysutils/scanmem/ head/sysutils/sievelog/ head/textproc/chm2pdf/ head/textproc/dtdinst/ head/textproc/ibus-m17n/ head/textproc/ibus-table/ head/textproc/libroxml/ head/textproc/py-xmltv/ head/www/arora/ head/www/closure-linter/ head/www/cocoon/ head/www/feedonfeeds/ head/www/gaeo/ head/www/httpsqs/ head/www/jspacker/ head/www/mod_authn_otp/ head/www/mod_authnz_external22/ head/www/mod_authz_unixgroup22/ head/www/mod_authz_unixgroup24/ head/www/mod_jail/ head/www/mod_log_firstbyte/ head/www/mod_myvhost/ head/www/php-plurk-api/ head/www/py-django-app-plugins/ head/www/py-dotcloud.cli/ head/www/py-postmarkup/ head/www/pylot/ head/www/squidstats/ head/www/sventon/ head/www/tengine/ head/www/trac-down/ head/www/xpi-pencil/ head/www/xpi-pentadactyl/ head/x11/hotwire-shell/ head/x11/keynav/ Modified: head/MOVED head/audio/Makefile head/biology/Makefile head/chinese/Makefile head/comms/Makefile head/databases/Makefile head/deskutils/Makefile head/devel/Makefile head/dns/Makefile head/games/Makefile head/graphics/Makefile head/irc/Makefile head/japanese/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/multimedia/Makefile head/net-im/Makefile head/net-mgmt/Makefile head/net-p2p/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 14:26:41 2017 (r439825) +++ head/MOVED Sun Apr 30 15:47:51 2017 (r439826) @@ -9247,3 +9247,123 @@ www/py-cactus||2017-04-19|Removed, depen devel/py-django16-tastypie-mongoengine|devel/py-django-tastypie-mongoengine|2017-04-19|Removed, uses expired Django version devel/freeocl|lang/pocl|2017-04-19|Has expired: Unfetchable for more than six months (google code has gone away); use lang/pocl instead net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use net/librsync2 instead +devel/stormlib-ghost++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-coil||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-cmdln||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/privman||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/c-unit||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-px||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/nglogc||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/bncsutil-ghost++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/liblouisxml||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/nxt-python||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/spdict||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/guiloader-c++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/streamhtmlparser||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/winpdb||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net/opendpi||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net/py-pybeanstalk||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/qwit||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/linux-instantbird||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/jabber-pyicq||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/qwit-devel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/naim||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/pwytter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/sievelog||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/ldapenter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/py-danzfs||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/plasma-applet-apcups||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/scanmem||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/pdsh||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/superswitcher||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/plasma-applet-playwolf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/nagaina||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/vboxgtk||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/libgcal||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/carve||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/foma||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/libjbigi||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/gcap||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/freetuxtv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/bangarang||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/opencinematools||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/vstream-client||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +biology/treeviewx||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/pylot||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/xpi-pencil||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_myvhost||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/feedonfeeds||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_jail||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/jspacker||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/cocoon||2017-04-30|Has expired: Overly complex port with no maintainer since 2008, requires openjdk 1.6 +www/mod_authz_unixgroup24||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/trac-down||2017-04-30|Has expired: Upstream is gone +www/tengine||2017-04-30|Removed +www/arora||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-postmarkup||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-dotcloud.cli||2017-04-30|Has expired: deprecated in upstream +www/closure-linter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/httpsqs||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/sventon||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authnz_external22||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authn_otp||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/php-plurk-api||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-django-app-plugins||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authz_unixgroup22||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/squidstats||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_log_firstbyte||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/gaeo||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/xpi-pentadactyl||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-mgmt/py-flowtools||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/ydict||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/py-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/fqterm||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/libgooglepinyin||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/p5-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/fcitx-googlepinyin||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/php-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/ibus-table-chinese||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +databases/jdbm2||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +databases/akonadi-googledata||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +lang/ofc||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +comms/esmska||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +x11/keynav||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +x11/hotwire-shell||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/fuzzdb||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/truecrack||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/skipfish||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/py-yara-editor||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/nmapsi4||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/cmd5checkpw||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-p2p/unworkable||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-p2p/rtgui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/xpi-musicpm||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/pidgin-musictracker||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/logitechmediaserver-superdatetime||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/last-cmus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/mehdiaplayer||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +japanese/nhocr||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +misc/xsw||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +dns/py-adns||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +dns/py-bonjour||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/robocalypto||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/libfov||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/dcross||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/lostfeathers||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/hexglass||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/ibus-table||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/chm2pdf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/dtdinst||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/py-xmltv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/ibus-m17n||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/libroxml||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +mail/gnome-gmail-notifier||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +irc/py-gozerbot||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +irc/tircd||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/qiviewer||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/py-gchartwrapper||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/svgfig||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/iulib||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/seam-carving-gui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/py-pyggel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/audio/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -350,7 +350,6 @@ SUBDIR += ladspa SUBDIR += lame SUBDIR += lash - SUBDIR += last-cmus SUBDIR += last.fm SUBDIR += lastfm-desktop SUBDIR += liba52 @@ -459,7 +458,6 @@ SUBDIR += logitechmediaserver-dynamicplaylist SUBDIR += logitechmediaserver-lazysearch SUBDIR += logitechmediaserver-sqlplaylist - SUBDIR += logitechmediaserver-superdatetime SUBDIR += logitechmediaserver-trackstat SUBDIR += lollypop SUBDIR += lpac @@ -477,7 +475,6 @@ SUBDIR += mcplay SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder - SUBDIR += mehdiaplayer SUBDIR += mhwaveedit SUBDIR += midipp SUBDIR += mikmod @@ -607,7 +604,6 @@ SUBDIR += penguinsap SUBDIR += pianobar SUBDIR += picard - SUBDIR += pidgin-musictracker SUBDIR += pithos SUBDIR += play SUBDIR += playgsf @@ -851,7 +847,6 @@ SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope - SUBDIR += xpi-musicpm SUBDIR += xsynth-dssi SUBDIR += xvmixer SUBDIR += xwave Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/biology/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -103,7 +103,6 @@ SUBDIR += t_coffee SUBDIR += tinker SUBDIR += treepuzzle - SUBDIR += treeviewx SUBDIR += trimmomatic SUBDIR += ugene SUBDIR += vcftools Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/chinese/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -36,7 +36,6 @@ SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool - SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin @@ -46,7 +45,6 @@ SUBDIR += font-std SUBDIR += fortune SUBDIR += fortunetw - SUBDIR += fqterm SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin @@ -56,13 +54,11 @@ SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin - SUBDIR += ibus-table-chinese SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW SUBDIR += libchewing - SUBDIR += libgooglepinyin SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW @@ -91,13 +87,10 @@ SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW - SUBDIR += p5-cconv SUBDIR += pcmanx - SUBDIR += php-cconv SUBDIR += php-opencc SUBDIR += phpbb-tw SUBDIR += phpbb3-tw - SUBDIR += py-cconv SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn @@ -120,6 +113,5 @@ SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xpdf - SUBDIR += ydict .include Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/comms/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -39,7 +39,6 @@ SUBDIR += efax SUBDIR += efax-gtk SUBDIR += ems-flasher - SUBDIR += esmska SUBDIR += fl_moxgen SUBDIR += fldigi SUBDIR += fllog Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/databases/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -14,7 +14,6 @@ SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi - SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += apq @@ -121,7 +120,6 @@ SUBDIR += jasperreports SUBDIR += jdb SUBDIR += jdbc-oracle11g - SUBDIR += jdbm2 SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/deskutils/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -130,7 +130,6 @@ SUBDIR += kruler SUBDIR += ksshaskpass SUBDIR += launchy - SUBDIR += libgcal SUBDIR += libopensync-plugin-vformat-devel SUBDIR += libstreamanalyzer SUBDIR += libstreams @@ -149,7 +148,6 @@ SUBDIR += multisync-backup SUBDIR += multisync-syncml SUBDIR += myitcrm - SUBDIR += nagaina SUBDIR += nautilus-actions SUBDIR += nautilus-sendto SUBDIR += nemo-extensions @@ -180,7 +178,6 @@ SUBDIR += plasma-applet-daisy SUBDIR += plasma-applet-fancytasks SUBDIR += plasma-applet-panelspacer - SUBDIR += plasma-applet-playwolf SUBDIR += plasma-applet-qstardict SUBDIR += plasma-applet-serverstatuswidget SUBDIR += plasma-applet-simpleweatherforecast @@ -225,7 +222,6 @@ SUBDIR += strigiutils SUBDIR += sugarcrm SUBDIR += superkaramba - SUBDIR += superswitcher SUBDIR += surrealtodo SUBDIR += syncthing-gtk SUBDIR += systempreferences @@ -248,7 +244,6 @@ SUBDIR += treeline SUBDIR += treesheets SUBDIR += tuxcards - SUBDIR += vboxgtk SUBDIR += virt-manager SUBDIR += vit SUBDIR += vnc2flv Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/devel/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -182,7 +182,6 @@ SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep - SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc @@ -231,7 +230,6 @@ SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools - SUBDIR += c-unit SUBDIR += c2mdoc SUBDIR += caf SUBDIR += calibrator @@ -834,7 +832,6 @@ SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader - SUBDIR += guiloader-c++ SUBDIR += gumbo SUBDIR += gvfs SUBDIR += gvp @@ -1364,7 +1361,6 @@ SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis - SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += liblxqt SUBDIR += liblxqt-l10n @@ -1674,7 +1670,6 @@ SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nexus2-oss - SUBDIR += nglogc SUBDIR += nimble SUBDIR += nini SUBDIR += ninja @@ -1687,7 +1682,6 @@ SUBDIR += nsgenbind SUBDIR += nspr SUBDIR += nuitka - SUBDIR += nxt-python SUBDIR += obby SUBDIR += objecthash SUBDIR += ocaml-annexlib @@ -3989,7 +3983,6 @@ SUBDIR += pragmarcs SUBDIR += premake SUBDIR += premake4 - SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c @@ -4190,12 +4183,10 @@ SUBDIR += py-cloudpickle SUBDIR += py-cluster SUBDIR += py-cmd2 - SUBDIR += py-cmdln SUBDIR += py-cmdtest SUBDIR += py-codecov SUBDIR += py-codegen SUBDIR += py-cog - SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama @@ -4546,7 +4537,6 @@ SUBDIR += py-ptrace SUBDIR += py-ptvsd SUBDIR += py-pudb - SUBDIR += py-px SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules @@ -5703,7 +5693,6 @@ SUBDIR += spark SUBDIR += sparsehash SUBDIR += spatialindex - SUBDIR += spdict SUBDIR += spdlog SUBDIR += spice-protocol SUBDIR += spin @@ -5719,10 +5708,8 @@ SUBDIR += stlfilt SUBDIR += stlink SUBDIR += storm - SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace - SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx @@ -5838,7 +5825,6 @@ SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wininfo - SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += wxformbuilder Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/dns/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -167,8 +167,6 @@ SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += public_suffix_list - SUBDIR += py-adns - SUBDIR += py-bonjour SUBDIR += py-dns SUBDIR += py-dnschain SUBDIR += py-dnspython Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/games/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -200,7 +200,6 @@ SUBDIR += dangerdeep SUBDIR += dangerdeep-data SUBDIR += darkplaces - SUBDIR += dcross SUBDIR += defendguin SUBDIR += dhewm3 SUBDIR += diameter @@ -413,7 +412,6 @@ SUBDIR += heroes SUBDIR += hex-a-hop SUBDIR += hexalate - SUBDIR += hexglass SUBDIR += hexxagon SUBDIR += highmoon SUBDIR += hinversi @@ -526,7 +524,6 @@ SUBDIR += lgeneral SUBDIR += lianliankan SUBDIR += libdungeonmaker - SUBDIR += libfov SUBDIR += libgames-support SUBDIR += libggz SUBDIR += libgnome-games-support @@ -579,7 +576,6 @@ SUBDIR += lmpc SUBDIR += lolcat SUBDIR += lordsawar - SUBDIR += lostfeathers SUBDIR += lpairs SUBDIR += lskat SUBDIR += ltris @@ -853,7 +849,6 @@ SUBDIR += rfksay SUBDIR += ri-li SUBDIR += rnd_jue - SUBDIR += robocalypto SUBDIR += robocode SUBDIR += robocode-naval SUBDIR += robotfindskitten Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/graphics/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -374,7 +374,6 @@ SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe - SUBDIR += iulib SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 @@ -845,7 +844,6 @@ SUBDIR += py-exifread SUBDIR += py-exiv2 SUBDIR += py-freeimagepy - SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp @@ -881,7 +879,6 @@ SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyganim - SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz @@ -909,7 +906,6 @@ SUBDIR += qcomicbook SUBDIR += qgis SUBDIR += qiv - SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats @@ -958,7 +954,6 @@ SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione - SUBDIR += rubygem-gemojione2 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas @@ -995,7 +990,6 @@ SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += sdump - SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seexpr SUBDIR += sekrit-twc-zimg @@ -1021,7 +1015,6 @@ SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib - SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/irc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -95,7 +95,6 @@ SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt - SUBDIR += py-gozerbot SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot @@ -119,7 +118,6 @@ SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales - SUBDIR += tircd SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/japanese/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -192,7 +192,6 @@ SUBDIR += ng-canna SUBDIR += ng-devel SUBDIR += ngraph-fonts - SUBDIR += nhocr SUBDIR += nkf SUBDIR += onew SUBDIR += p5-2chproxy Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/lang/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -203,7 +203,6 @@ SUBDIR += ocaml SUBDIR += ocaml-autoconf SUBDIR += ocaml-nox11 - SUBDIR += ofc SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/mail/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -152,7 +152,6 @@ SUBDIR += gmime26 SUBDIR += gmime26-sharp SUBDIR += gnarwl - SUBDIR += gnome-gmail-notifier SUBDIR += gnubiff SUBDIR += gnumail SUBDIR += gotmail Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/math/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -108,7 +108,6 @@ SUBDIR += calcoo SUBDIR += calctool SUBDIR += cantor - SUBDIR += carve SUBDIR += cblas SUBDIR += ccmath SUBDIR += ceres-solver @@ -159,7 +158,6 @@ SUBDIR += fftw3-long SUBDIR += fftw3-quad SUBDIR += fityk - SUBDIR += foma SUBDIR += fpc-fftw SUBDIR += fpc-gmp SUBDIR += fpc-numlib @@ -251,7 +249,6 @@ SUBDIR += levmar SUBDIR += libRmath SUBDIR += libflame - SUBDIR += libjbigi SUBDIR += liblbfgs SUBDIR += libmissing SUBDIR += libocas Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/misc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -503,7 +503,6 @@ SUBDIR += xless SUBDIR += xosd SUBDIR += xpns - SUBDIR += xsw SUBDIR += xtail SUBDIR += xtar SUBDIR += xtypo Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/multimedia/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -23,7 +23,6 @@ SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer - SUBDIR += bangarang SUBDIR += banshee SUBDIR += bino SUBDIR += bitstream @@ -68,12 +67,10 @@ SUBDIR += flvtool++ SUBDIR += fpc-dts SUBDIR += fpc-libvlc - SUBDIR += freetuxtv SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl - SUBDIR += gcap SUBDIR += gcfilms SUBDIR += gdialog SUBDIR += gdvrecv @@ -280,7 +277,6 @@ SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += omxplayer - SUBDIR += opencinematools SUBDIR += openh264 SUBDIR += openquicktime SUBDIR += openshot @@ -440,7 +436,6 @@ SUBDIR += vid.stab SUBDIR += vlc SUBDIR += vlc-qt4 - SUBDIR += vstream-client SUBDIR += vtkmpeg2encode SUBDIR += w_scan SUBDIR += webcamd Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-im/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -35,7 +35,6 @@ SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber - SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl @@ -73,14 +72,12 @@ SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui - SUBDIR += linux-instantbird SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference - SUBDIR += naim SUBDIR += openfire SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP @@ -128,7 +125,6 @@ SUBDIR += proxy65 SUBDIR += psi SUBDIR += psimedia - SUBDIR += pwytter SUBDIR += py-fbmq SUBDIR += py-jabber SUBDIR += py-jabberbot @@ -149,8 +145,6 @@ SUBDIR += py-xmpppy-yahoo SUBDIR += qTox SUBDIR += qq - SUBDIR += qwit - SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += qxmpp-qt5 SUBDIR += ramblercontacts Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-mgmt/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -281,7 +281,6 @@ SUBDIR += pnp-icinga2 SUBDIR += portmon SUBDIR += prometheus - SUBDIR += py-flowtools SUBDIR += py-ipcalc SUBDIR += py-ipy SUBDIR += py-pyang Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-p2p/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -76,7 +76,6 @@ SUBDIR += qbittorrent-nox11 SUBDIR += radarr SUBDIR += retroshare - SUBDIR += rtgui SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr @@ -92,7 +91,6 @@ SUBDIR += tribler SUBDIR += twister SUBDIR += uhub - SUBDIR += unworkable SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -496,7 +496,6 @@ SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc - SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client @@ -1012,7 +1011,6 @@ SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for - SUBDIR += py-pybeanstalk SUBDIR += py-pygeoip SUBDIR += py-pyldap SUBDIR += py-pynmsg Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/security/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -85,7 +85,6 @@ SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += clusterssh - SUBDIR += cmd5checkpw SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base @@ -158,7 +157,6 @@ SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz - SUBDIR += fuzzdb SUBDIR += fwanalog SUBDIR += fwbuilder SUBDIR += fwipe @@ -398,7 +396,6 @@ SUBDIR += nikto SUBDIR += nist-kat SUBDIR += nmap - SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += nss_compat_ossl SUBDIR += oath-toolkit @@ -944,7 +941,6 @@ SUBDIR += py-vulndb SUBDIR += py-xmlsec SUBDIR += py-yara - SUBDIR += py-yara-editor SUBDIR += py-yubioath-desktop SUBDIR += py-zope.app.authentication SUBDIR += py-zope.app.localpermission @@ -1106,7 +1102,6 @@ SUBDIR += signing-party SUBDIR += silktools SUBDIR += sinfp - SUBDIR += skipfish SUBDIR += sks SUBDIR += slurpie SUBDIR += slush @@ -1185,7 +1180,6 @@ SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += trousers - SUBDIR += truecrack SUBDIR += truecrypt SUBDIR += tsshbatch SUBDIR += tthsum Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/sysutils/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -523,7 +523,6 @@ SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager - SUBDIR += ldapenter SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less @@ -786,7 +785,6 @@ SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract - SUBDIR += pdsh SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite @@ -819,7 +817,6 @@ SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter - SUBDIR += plasma-applet-apcups SUBDIR += plconfig SUBDIR += pmt SUBDIR += policykit @@ -860,7 +857,6 @@ SUBDIR += py-consul SUBDIR += py-croniter SUBDIR += py-crontab - SUBDIR += py-danzfs SUBDIR += py-diffoscope SUBDIR += py-dirsync SUBDIR += py-dlipower @@ -1044,7 +1040,6 @@ SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond - SUBDIR += scanmem SUBDIR += scct SUBDIR += schedutils SUBDIR += scprotect @@ -1067,7 +1062,6 @@ SUBDIR += shmcat SUBDIR += showbeastie SUBDIR += siegfried - SUBDIR += sievelog SUBDIR += skill SUBDIR += slack SUBDIR += sleuthkit Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/textproc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -72,7 +72,6 @@ SUBDIR += cdif SUBDIR += cdiff SUBDIR += cgrep - SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-sbcl @@ -139,7 +138,6 @@ SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax - SUBDIR += dtdinst SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff @@ -322,9 +320,7 @@ SUBDIR += ibus SUBDIR += ibus-el SUBDIR += ibus-kmfl - SUBDIR += ibus-m17n SUBDIR += ibus-qt - SUBDIR += ibus-table SUBDIR += ibus-typing-booster SUBDIR += icdiff SUBDIR += id-aspell @@ -420,7 +416,6 @@ SUBDIR += libodfgen01 SUBDIR += libparsifal SUBDIR += librevenge - SUBDIR += libroxml SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient @@ -1363,7 +1358,6 @@ SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt - SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/www/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -30,7 +30,6 @@ SUBDIR += apercu SUBDIR += aria2 SUBDIR += aria2fe - SUBDIR += arora SUBDIR += asql SUBDIR += asterisk-stat SUBDIR += atutor @@ -87,10 +86,8 @@ SUBDIR += clearsilver SUBDIR += clearsilver-python SUBDIR += closure-compiler - SUBDIR += closure-linter SUBDIR += cmsmadesimple SUBDIR += cntlm - SUBDIR += cocoon SUBDIR += codeigniter SUBDIR += coppermine SUBDIR += cplanet @@ -162,7 +159,6 @@ SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += feedjack - SUBDIR += feedonfeeds SUBDIR += ffproxy SUBDIR += fira-webfont SUBDIR += firefox @@ -188,7 +184,6 @@ SUBDIR += ftasv SUBDIR += g-cows SUBDIR += g-gcl - SUBDIR += gaeo SUBDIR += gaeutilities SUBDIR += gallery2 SUBDIR += gallery3 @@ -313,7 +308,6 @@ SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore - SUBDIR += httpsqs SUBDIR += httptunnel SUBDIR += httrack SUBDIR += hypermail @@ -334,7 +328,6 @@ SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla3 - SUBDIR += jspacker SUBDIR += jspwiki SUBDIR += jtoolkit SUBDIR += junkbuster @@ -437,13 +430,9 @@ SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_tkt SUBDIR += mod_auth_xradius - SUBDIR += mod_authn_otp SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_crowd - SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 - SUBDIR += mod_authz_unixgroup22 - SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband @@ -467,13 +456,11 @@ SUBDIR += mod_h264_streaming SUBDIR += mod_hosts_access SUBDIR += mod_http2-devel - SUBDIR += mod_jail SUBDIR += mod_jk SUBDIR += mod_layout22 SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit SUBDIR += mod_log_config-st - SUBDIR += mod_log_firstbyte SUBDIR += mod_log_mysql SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc @@ -483,7 +470,6 @@ SUBDIR += mod_mono SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex - SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 SUBDIR += mod_php56 @@ -1463,7 +1449,6 @@ SUBDIR += pglogd SUBDIR += phalcon SUBDIR += photo_gallery - SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php56-opcache @@ -1543,7 +1528,6 @@ SUBDIR += py-django-allauth SUBDIR += py-django-annotations SUBDIR += py-django-annoying - SUBDIR += py-django-app-plugins SUBDIR += py-django-appconf SUBDIR += py-django-appmedia SUBDIR += py-django-assets @@ -1632,7 +1616,6 @@ SUBDIR += py-djangorestframework-xml SUBDIR += py-djangotoolbox SUBDIR += py-dojango - SUBDIR += py-dotcloud.cli SUBDIR += py-dtflickr SUBDIR += py-evernote SUBDIR += py-falcon @@ -1778,7 +1761,6 @@ SUBDIR += py-plonetheme.classic SUBDIR += py-plonetheme.sunburst SUBDIR += py-poster - SUBDIR += py-postmarkup SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-puppetboard @@ -1864,7 +1846,6 @@ SUBDIR += pycarddav SUBDIR += pydio SUBDIR += pyjamas - SUBDIR += pylot SUBDIR += pyweblib *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Apr 30 15:49:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647ACD579B2; Sun, 30 Apr 2017 15:49:16 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6FCD4C; Sun, 30 Apr 2017 15:49:16 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=s9jgp0H45sicpGMs7INN/KH+eJ+kXr/uxb9OKel71Oo=; b=L3HxMrN3HF0KmCqz8JHtONR+U1 JSR5xANwKu96NKOygH4LRENzHENbnu3EvfjjDWAFQetmGX4K8MfB0PoNHICY+gkn/V0xKyi7vB6Xl oLWsruLGZv86eBzQeF4qa5YpVzxUYrOCnJrK5/n+TbrDeDjhToj19b1lldXLzlD1Z7lY=; Received: from [47.220.164.50] (port=63951 helo=[192.168.200.198]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1d4r63-00028R-GX; Sun, 30 Apr 2017 10:49:15 -0500 User-Agent: Microsoft-MacOutlook/f.21.0.170409 Date: Sun, 30 Apr 2017 10:49:14 -0500 Subject: Re: svn commit: r439826 - in head: . audio audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology biology/treeviewx chinese chine... From: Larry Rosenman To: , , Message-ID: Thread-Topic: svn commit: r439826 - in head: . audio audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology biology/treeviewx chinese chine... References: <201704301547.v3UFlqbR035792@repo.freebsd.org> In-Reply-To: <201704301547.v3UFlqbR035792@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 15:49:16 -0000 Approved by: rene (mentor) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 4/30/17, 10:47 AM, "Larry Rosenman" wrote: Author: ler Date: Sun Apr 30 15:47:51 2017 New Revision: 439826 URL: https://svnweb.freebsd.org/changeset/ports/439826 Log: 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead Deleted: head/audio/last-cmus/ head/audio/logitechmediaserver-superdatetime/ head/audio/mehdiaplayer/ head/audio/pidgin-musictracker/ head/audio/xpi-musicpm/ head/biology/treeviewx/ head/chinese/fcitx-googlepinyin/ head/chinese/fqterm/ head/chinese/ibus-table-chinese/ head/chinese/libgooglepinyin/ head/chinese/p5-cconv/ head/chinese/php-cconv/ head/chinese/py-cconv/ head/chinese/ydict/ head/comms/esmska/ head/databases/akonadi-googledata/ head/databases/jdbm2/ head/deskutils/libgcal/ head/deskutils/nagaina/ head/deskutils/plasma-applet-playwolf/ head/deskutils/superswitcher/ head/deskutils/vboxgtk/ head/devel/bncsutil-ghost++/ head/devel/c-unit/ head/devel/guiloader-c++/ head/devel/liblouisxml/ head/devel/nglogc/ head/devel/nxt-python/ head/devel/privman/ head/devel/py-cmdln/ head/devel/py-coil/ head/devel/py-px/ head/devel/spdict/ head/devel/stormlib-ghost++/ head/devel/streamhtmlparser/ head/devel/winpdb/ head/dns/py-adns/ head/dns/py-bonjour/ head/games/dcross/ head/games/hexglass/ head/games/libfov/ head/games/lostfeathers/ head/games/robocalypto/ head/graphics/iulib/ head/graphics/py-gchartwrapper/ head/graphics/py-pyggel/ head/graphics/qiviewer/ head/graphics/rubygem-gemojione2/ head/graphics/seam-carving-gui/ head/graphics/svgfig/ head/irc/py-gozerbot/ head/irc/tircd/ head/japanese/nhocr/ head/lang/ofc/ head/mail/gnome-gmail-notifier/ head/math/carve/ head/math/foma/ head/math/libjbigi/ head/misc/xsw/ head/multimedia/bangarang/ head/multimedia/freetuxtv/ head/multimedia/gcap/ head/multimedia/opencinematools/ head/multimedia/vstream-client/ head/net-im/jabber-pyicq/ head/net-im/linux-instantbird/ head/net-im/naim/ head/net-im/pwytter/ head/net-im/qwit/ head/net-im/qwit-devel/ head/net-mgmt/py-flowtools/ head/net-p2p/rtgui/ head/net-p2p/unworkable/ head/net/opendpi/ head/net/py-pybeanstalk/ head/security/cmd5checkpw/ head/security/fuzzdb/ head/security/nmapsi4/ head/security/py-yara-editor/ head/security/skipfish/ head/security/truecrack/ head/sysutils/ldapenter/ head/sysutils/pdsh/ head/sysutils/plasma-applet-apcups/ head/sysutils/py-danzfs/ head/sysutils/scanmem/ head/sysutils/sievelog/ head/textproc/chm2pdf/ head/textproc/dtdinst/ head/textproc/ibus-m17n/ head/textproc/ibus-table/ head/textproc/libroxml/ head/textproc/py-xmltv/ head/www/arora/ head/www/closure-linter/ head/www/cocoon/ head/www/feedonfeeds/ head/www/gaeo/ head/www/httpsqs/ head/www/jspacker/ head/www/mod_authn_otp/ head/www/mod_authnz_external22/ head/www/mod_authz_unixgroup22/ head/www/mod_authz_unixgroup24/ head/www/mod_jail/ head/www/mod_log_firstbyte/ head/www/mod_myvhost/ head/www/php-plurk-api/ head/www/py-django-app-plugins/ head/www/py-dotcloud.cli/ head/www/py-postmarkup/ head/www/pylot/ head/www/squidstats/ head/www/sventon/ head/www/tengine/ head/www/trac-down/ head/www/xpi-pencil/ head/www/xpi-pentadactyl/ head/x11/hotwire-shell/ head/x11/keynav/ Modified: head/MOVED head/audio/Makefile head/biology/Makefile head/chinese/Makefile head/comms/Makefile head/databases/Makefile head/deskutils/Makefile head/devel/Makefile head/dns/Makefile head/games/Makefile head/graphics/Makefile head/irc/Makefile head/japanese/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/multimedia/Makefile head/net-im/Makefile head/net-mgmt/Makefile head/net-p2p/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 14:26:41 2017 (r439825) +++ head/MOVED Sun Apr 30 15:47:51 2017 (r439826) @@ -9247,3 +9247,123 @@ www/py-cactus||2017-04-19|Removed, depen devel/py-django16-tastypie-mongoengine|devel/py-django-tastypie-mongoengine|2017-04-19|Removed, uses expired Django version devel/freeocl|lang/pocl|2017-04-19|Has expired: Unfetchable for more than six months (google code has gone away); use lang/pocl instead net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use net/librsync2 instead +devel/stormlib-ghost++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-coil||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-cmdln||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/privman||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/c-unit||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/py-px||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/nglogc||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/bncsutil-ghost++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/liblouisxml||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/nxt-python||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/spdict||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/guiloader-c++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/streamhtmlparser||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/winpdb||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net/opendpi||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net/py-pybeanstalk||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/qwit||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/linux-instantbird||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/jabber-pyicq||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/qwit-devel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/naim||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-im/pwytter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/sievelog||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/ldapenter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/py-danzfs||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/plasma-applet-apcups||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/scanmem||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +sysutils/pdsh||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/superswitcher||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/plasma-applet-playwolf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/nagaina||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/vboxgtk||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +deskutils/libgcal||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/carve||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/foma||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +math/libjbigi||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/gcap||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/freetuxtv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/bangarang||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/opencinematools||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +multimedia/vstream-client||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +biology/treeviewx||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/pylot||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/xpi-pencil||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_myvhost||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/feedonfeeds||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_jail||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/jspacker||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/cocoon||2017-04-30|Has expired: Overly complex port with no maintainer since 2008, requires openjdk 1.6 +www/mod_authz_unixgroup24||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/trac-down||2017-04-30|Has expired: Upstream is gone +www/tengine||2017-04-30|Removed +www/arora||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-postmarkup||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-dotcloud.cli||2017-04-30|Has expired: deprecated in upstream +www/closure-linter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/httpsqs||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/sventon||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authnz_external22||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authn_otp||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/php-plurk-api||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/py-django-app-plugins||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_authz_unixgroup22||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/squidstats||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/mod_log_firstbyte||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/gaeo||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +www/xpi-pentadactyl||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-mgmt/py-flowtools||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/ydict||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/py-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/fqterm||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/libgooglepinyin||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/p5-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/fcitx-googlepinyin||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/php-cconv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/ibus-table-chinese||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +databases/jdbm2||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +databases/akonadi-googledata||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +lang/ofc||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +comms/esmska||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +x11/keynav||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +x11/hotwire-shell||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/fuzzdb||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/truecrack||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/skipfish||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/py-yara-editor||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/nmapsi4||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +security/cmd5checkpw||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-p2p/unworkable||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-p2p/rtgui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/xpi-musicpm||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/pidgin-musictracker||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/logitechmediaserver-superdatetime||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/last-cmus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +audio/mehdiaplayer||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +japanese/nhocr||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +misc/xsw||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +dns/py-adns||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +dns/py-bonjour||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/robocalypto||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/libfov||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/dcross||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/lostfeathers||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +games/hexglass||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/ibus-table||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/chm2pdf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/dtdinst||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/py-xmltv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/ibus-m17n||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +textproc/libroxml||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +mail/gnome-gmail-notifier||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +irc/py-gozerbot||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +irc/tircd||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/qiviewer||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/py-gchartwrapper||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/svgfig||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/iulib||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/seam-carving-gui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/py-pyggel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/audio/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -350,7 +350,6 @@ SUBDIR += ladspa SUBDIR += lame SUBDIR += lash - SUBDIR += last-cmus SUBDIR += last.fm SUBDIR += lastfm-desktop SUBDIR += liba52 @@ -459,7 +458,6 @@ SUBDIR += logitechmediaserver-dynamicplaylist SUBDIR += logitechmediaserver-lazysearch SUBDIR += logitechmediaserver-sqlplaylist - SUBDIR += logitechmediaserver-superdatetime SUBDIR += logitechmediaserver-trackstat SUBDIR += lollypop SUBDIR += lpac @@ -477,7 +475,6 @@ SUBDIR += mcplay SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder - SUBDIR += mehdiaplayer SUBDIR += mhwaveedit SUBDIR += midipp SUBDIR += mikmod @@ -607,7 +604,6 @@ SUBDIR += penguinsap SUBDIR += pianobar SUBDIR += picard - SUBDIR += pidgin-musictracker SUBDIR += pithos SUBDIR += play SUBDIR += playgsf @@ -851,7 +847,6 @@ SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope - SUBDIR += xpi-musicpm SUBDIR += xsynth-dssi SUBDIR += xvmixer SUBDIR += xwave Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/biology/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -103,7 +103,6 @@ SUBDIR += t_coffee SUBDIR += tinker SUBDIR += treepuzzle - SUBDIR += treeviewx SUBDIR += trimmomatic SUBDIR += ugene SUBDIR += vcftools Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/chinese/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -36,7 +36,6 @@ SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool - SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin @@ -46,7 +45,6 @@ SUBDIR += font-std SUBDIR += fortune SUBDIR += fortunetw - SUBDIR += fqterm SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin @@ -56,13 +54,11 @@ SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin - SUBDIR += ibus-table-chinese SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW SUBDIR += libchewing - SUBDIR += libgooglepinyin SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW @@ -91,13 +87,10 @@ SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW - SUBDIR += p5-cconv SUBDIR += pcmanx - SUBDIR += php-cconv SUBDIR += php-opencc SUBDIR += phpbb-tw SUBDIR += phpbb3-tw - SUBDIR += py-cconv SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn @@ -120,6 +113,5 @@ SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xpdf - SUBDIR += ydict .include Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/comms/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -39,7 +39,6 @@ SUBDIR += efax SUBDIR += efax-gtk SUBDIR += ems-flasher - SUBDIR += esmska SUBDIR += fl_moxgen SUBDIR += fldigi SUBDIR += fllog Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/databases/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -14,7 +14,6 @@ SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi - SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += apq @@ -121,7 +120,6 @@ SUBDIR += jasperreports SUBDIR += jdb SUBDIR += jdbc-oracle11g - SUBDIR += jdbm2 SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/deskutils/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -130,7 +130,6 @@ SUBDIR += kruler SUBDIR += ksshaskpass SUBDIR += launchy - SUBDIR += libgcal SUBDIR += libopensync-plugin-vformat-devel SUBDIR += libstreamanalyzer SUBDIR += libstreams @@ -149,7 +148,6 @@ SUBDIR += multisync-backup SUBDIR += multisync-syncml SUBDIR += myitcrm - SUBDIR += nagaina SUBDIR += nautilus-actions SUBDIR += nautilus-sendto SUBDIR += nemo-extensions @@ -180,7 +178,6 @@ SUBDIR += plasma-applet-daisy SUBDIR += plasma-applet-fancytasks SUBDIR += plasma-applet-panelspacer - SUBDIR += plasma-applet-playwolf SUBDIR += plasma-applet-qstardict SUBDIR += plasma-applet-serverstatuswidget SUBDIR += plasma-applet-simpleweatherforecast @@ -225,7 +222,6 @@ SUBDIR += strigiutils SUBDIR += sugarcrm SUBDIR += superkaramba - SUBDIR += superswitcher SUBDIR += surrealtodo SUBDIR += syncthing-gtk SUBDIR += systempreferences @@ -248,7 +244,6 @@ SUBDIR += treeline SUBDIR += treesheets SUBDIR += tuxcards - SUBDIR += vboxgtk SUBDIR += virt-manager SUBDIR += vit SUBDIR += vnc2flv Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/devel/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -182,7 +182,6 @@ SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep - SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc @@ -231,7 +230,6 @@ SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools - SUBDIR += c-unit SUBDIR += c2mdoc SUBDIR += caf SUBDIR += calibrator @@ -834,7 +832,6 @@ SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader - SUBDIR += guiloader-c++ SUBDIR += gumbo SUBDIR += gvfs SUBDIR += gvp @@ -1364,7 +1361,6 @@ SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis - SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += liblxqt SUBDIR += liblxqt-l10n @@ -1674,7 +1670,6 @@ SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nexus2-oss - SUBDIR += nglogc SUBDIR += nimble SUBDIR += nini SUBDIR += ninja @@ -1687,7 +1682,6 @@ SUBDIR += nsgenbind SUBDIR += nspr SUBDIR += nuitka - SUBDIR += nxt-python SUBDIR += obby SUBDIR += objecthash SUBDIR += ocaml-annexlib @@ -3989,7 +3983,6 @@ SUBDIR += pragmarcs SUBDIR += premake SUBDIR += premake4 - SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c @@ -4190,12 +4183,10 @@ SUBDIR += py-cloudpickle SUBDIR += py-cluster SUBDIR += py-cmd2 - SUBDIR += py-cmdln SUBDIR += py-cmdtest SUBDIR += py-codecov SUBDIR += py-codegen SUBDIR += py-cog - SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama @@ -4546,7 +4537,6 @@ SUBDIR += py-ptrace SUBDIR += py-ptvsd SUBDIR += py-pudb - SUBDIR += py-px SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules @@ -5703,7 +5693,6 @@ SUBDIR += spark SUBDIR += sparsehash SUBDIR += spatialindex - SUBDIR += spdict SUBDIR += spdlog SUBDIR += spice-protocol SUBDIR += spin @@ -5719,10 +5708,8 @@ SUBDIR += stlfilt SUBDIR += stlink SUBDIR += storm - SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace - SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx @@ -5838,7 +5825,6 @@ SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wininfo - SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += wxformbuilder Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/dns/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -167,8 +167,6 @@ SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += public_suffix_list - SUBDIR += py-adns - SUBDIR += py-bonjour SUBDIR += py-dns SUBDIR += py-dnschain SUBDIR += py-dnspython Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/games/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -200,7 +200,6 @@ SUBDIR += dangerdeep SUBDIR += dangerdeep-data SUBDIR += darkplaces - SUBDIR += dcross SUBDIR += defendguin SUBDIR += dhewm3 SUBDIR += diameter @@ -413,7 +412,6 @@ SUBDIR += heroes SUBDIR += hex-a-hop SUBDIR += hexalate - SUBDIR += hexglass SUBDIR += hexxagon SUBDIR += highmoon SUBDIR += hinversi @@ -526,7 +524,6 @@ SUBDIR += lgeneral SUBDIR += lianliankan SUBDIR += libdungeonmaker - SUBDIR += libfov SUBDIR += libgames-support SUBDIR += libggz SUBDIR += libgnome-games-support @@ -579,7 +576,6 @@ SUBDIR += lmpc SUBDIR += lolcat SUBDIR += lordsawar - SUBDIR += lostfeathers SUBDIR += lpairs SUBDIR += lskat SUBDIR += ltris @@ -853,7 +849,6 @@ SUBDIR += rfksay SUBDIR += ri-li SUBDIR += rnd_jue - SUBDIR += robocalypto SUBDIR += robocode SUBDIR += robocode-naval SUBDIR += robotfindskitten Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/graphics/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -374,7 +374,6 @@ SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe - SUBDIR += iulib SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 @@ -845,7 +844,6 @@ SUBDIR += py-exifread SUBDIR += py-exiv2 SUBDIR += py-freeimagepy - SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp @@ -881,7 +879,6 @@ SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyganim - SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz @@ -909,7 +906,6 @@ SUBDIR += qcomicbook SUBDIR += qgis SUBDIR += qiv - SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats @@ -958,7 +954,6 @@ SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione - SUBDIR += rubygem-gemojione2 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas @@ -995,7 +990,6 @@ SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += sdump - SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seexpr SUBDIR += sekrit-twc-zimg @@ -1021,7 +1015,6 @@ SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib - SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/irc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -95,7 +95,6 @@ SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt - SUBDIR += py-gozerbot SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot @@ -119,7 +118,6 @@ SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales - SUBDIR += tircd SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/japanese/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -192,7 +192,6 @@ SUBDIR += ng-canna SUBDIR += ng-devel SUBDIR += ngraph-fonts - SUBDIR += nhocr SUBDIR += nkf SUBDIR += onew SUBDIR += p5-2chproxy Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/lang/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -203,7 +203,6 @@ SUBDIR += ocaml SUBDIR += ocaml-autoconf SUBDIR += ocaml-nox11 - SUBDIR += ofc SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/mail/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -152,7 +152,6 @@ SUBDIR += gmime26 SUBDIR += gmime26-sharp SUBDIR += gnarwl - SUBDIR += gnome-gmail-notifier SUBDIR += gnubiff SUBDIR += gnumail SUBDIR += gotmail Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/math/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -108,7 +108,6 @@ SUBDIR += calcoo SUBDIR += calctool SUBDIR += cantor - SUBDIR += carve SUBDIR += cblas SUBDIR += ccmath SUBDIR += ceres-solver @@ -159,7 +158,6 @@ SUBDIR += fftw3-long SUBDIR += fftw3-quad SUBDIR += fityk - SUBDIR += foma SUBDIR += fpc-fftw SUBDIR += fpc-gmp SUBDIR += fpc-numlib @@ -251,7 +249,6 @@ SUBDIR += levmar SUBDIR += libRmath SUBDIR += libflame - SUBDIR += libjbigi SUBDIR += liblbfgs SUBDIR += libmissing SUBDIR += libocas Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/misc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -503,7 +503,6 @@ SUBDIR += xless SUBDIR += xosd SUBDIR += xpns - SUBDIR += xsw SUBDIR += xtail SUBDIR += xtar SUBDIR += xtypo Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/multimedia/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -23,7 +23,6 @@ SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer - SUBDIR += bangarang SUBDIR += banshee SUBDIR += bino SUBDIR += bitstream @@ -68,12 +67,10 @@ SUBDIR += flvtool++ SUBDIR += fpc-dts SUBDIR += fpc-libvlc - SUBDIR += freetuxtv SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl - SUBDIR += gcap SUBDIR += gcfilms SUBDIR += gdialog SUBDIR += gdvrecv @@ -280,7 +277,6 @@ SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += omxplayer - SUBDIR += opencinematools SUBDIR += openh264 SUBDIR += openquicktime SUBDIR += openshot @@ -440,7 +436,6 @@ SUBDIR += vid.stab SUBDIR += vlc SUBDIR += vlc-qt4 - SUBDIR += vstream-client SUBDIR += vtkmpeg2encode SUBDIR += w_scan SUBDIR += webcamd Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-im/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -35,7 +35,6 @@ SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber - SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl @@ -73,14 +72,12 @@ SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui - SUBDIR += linux-instantbird SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference - SUBDIR += naim SUBDIR += openfire SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP @@ -128,7 +125,6 @@ SUBDIR += proxy65 SUBDIR += psi SUBDIR += psimedia - SUBDIR += pwytter SUBDIR += py-fbmq SUBDIR += py-jabber SUBDIR += py-jabberbot @@ -149,8 +145,6 @@ SUBDIR += py-xmpppy-yahoo SUBDIR += qTox SUBDIR += qq - SUBDIR += qwit - SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += qxmpp-qt5 SUBDIR += ramblercontacts Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-mgmt/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -281,7 +281,6 @@ SUBDIR += pnp-icinga2 SUBDIR += portmon SUBDIR += prometheus - SUBDIR += py-flowtools SUBDIR += py-ipcalc SUBDIR += py-ipy SUBDIR += py-pyang Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net-p2p/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -76,7 +76,6 @@ SUBDIR += qbittorrent-nox11 SUBDIR += radarr SUBDIR += retroshare - SUBDIR += rtgui SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr @@ -92,7 +91,6 @@ SUBDIR += tribler SUBDIR += twister SUBDIR += uhub - SUBDIR += unworkable SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/net/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -496,7 +496,6 @@ SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc - SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client @@ -1012,7 +1011,6 @@ SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for - SUBDIR += py-pybeanstalk SUBDIR += py-pygeoip SUBDIR += py-pyldap SUBDIR += py-pynmsg Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/security/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -85,7 +85,6 @@ SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += clusterssh - SUBDIR += cmd5checkpw SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base @@ -158,7 +157,6 @@ SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz - SUBDIR += fuzzdb SUBDIR += fwanalog SUBDIR += fwbuilder SUBDIR += fwipe @@ -398,7 +396,6 @@ SUBDIR += nikto SUBDIR += nist-kat SUBDIR += nmap - SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += nss_compat_ossl SUBDIR += oath-toolkit @@ -944,7 +941,6 @@ SUBDIR += py-vulndb SUBDIR += py-xmlsec SUBDIR += py-yara - SUBDIR += py-yara-editor SUBDIR += py-yubioath-desktop SUBDIR += py-zope.app.authentication SUBDIR += py-zope.app.localpermission @@ -1106,7 +1102,6 @@ SUBDIR += signing-party SUBDIR += silktools SUBDIR += sinfp - SUBDIR += skipfish SUBDIR += sks SUBDIR += slurpie SUBDIR += slush @@ -1185,7 +1180,6 @@ SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += trousers - SUBDIR += truecrack SUBDIR += truecrypt SUBDIR += tsshbatch SUBDIR += tthsum Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/sysutils/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -523,7 +523,6 @@ SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager - SUBDIR += ldapenter SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less @@ -786,7 +785,6 @@ SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract - SUBDIR += pdsh SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite @@ -819,7 +817,6 @@ SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter - SUBDIR += plasma-applet-apcups SUBDIR += plconfig SUBDIR += pmt SUBDIR += policykit @@ -860,7 +857,6 @@ SUBDIR += py-consul SUBDIR += py-croniter SUBDIR += py-crontab - SUBDIR += py-danzfs SUBDIR += py-diffoscope SUBDIR += py-dirsync SUBDIR += py-dlipower @@ -1044,7 +1040,6 @@ SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond - SUBDIR += scanmem SUBDIR += scct SUBDIR += schedutils SUBDIR += scprotect @@ -1067,7 +1062,6 @@ SUBDIR += shmcat SUBDIR += showbeastie SUBDIR += siegfried - SUBDIR += sievelog SUBDIR += skill SUBDIR += slack SUBDIR += sleuthkit Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/textproc/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -72,7 +72,6 @@ SUBDIR += cdif SUBDIR += cdiff SUBDIR += cgrep - SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-sbcl @@ -139,7 +138,6 @@ SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax - SUBDIR += dtdinst SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff @@ -322,9 +320,7 @@ SUBDIR += ibus SUBDIR += ibus-el SUBDIR += ibus-kmfl - SUBDIR += ibus-m17n SUBDIR += ibus-qt - SUBDIR += ibus-table SUBDIR += ibus-typing-booster SUBDIR += icdiff SUBDIR += id-aspell @@ -420,7 +416,6 @@ SUBDIR += libodfgen01 SUBDIR += libparsifal SUBDIR += librevenge - SUBDIR += libroxml SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient @@ -1363,7 +1358,6 @@ SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt - SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/www/Makefile Sun Apr 30 15:47:51 2017 (r439826) @@ -30,7 +30,6 @@ SUBDIR += apercu SUBDIR += aria2 SUBDIR += aria2fe - SUBDIR += arora SUBDIR += asql SUBDIR += asterisk-stat SUBDIR += atutor @@ -87,10 +86,8 @@ SUBDIR += clearsilver SUBDIR += clearsilver-python SUBDIR += closure-compiler - SUBDIR += closure-linter SUBDIR += cmsmadesimple SUBDIR += cntlm - SUBDIR += cocoon SUBDIR += codeigniter SUBDIR += coppermine SUBDIR += cplanet @@ -162,7 +159,6 @@ SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += feedjack - SUBDIR += feedonfeeds SUBDIR += ffproxy SUBDIR += fira-webfont SUBDIR += firefox @@ -188,7 +184,6 @@ SUBDIR += ftasv SUBDIR += g-cows SUBDIR += g-gcl - SUBDIR += gaeo SUBDIR += gaeutilities SUBDIR += gallery2 SUBDIR += gallery3 @@ -313,7 +308,6 @@ SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore - SUBDIR += httpsqs SUBDIR += httptunnel SUBDIR += httrack SUBDIR += hypermail @@ -334,7 +328,6 @@ SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla3 - SUBDIR += jspacker SUBDIR += jspwiki SUBDIR += jtoolkit SUBDIR += junkbuster @@ -437,13 +430,9 @@ SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_tkt SUBDIR += mod_auth_xradius - SUBDIR += mod_authn_otp SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_crowd - SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 - SUBDIR += mod_authz_unixgroup22 - SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband @@ -467,13 +456,11 @@ SUBDIR += mod_h264_streaming SUBDIR += mod_hosts_access SUBDIR += mod_http2-devel - SUBDIR += mod_jail SUBDIR += mod_jk SUBDIR += mod_layout22 SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit SUBDIR += mod_log_config-st - SUBDIR += mod_log_firstbyte SUBDIR += mod_log_mysql SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc @@ -483,7 +470,6 @@ SUBDIR += mod_mono SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex - SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 SUBDIR += mod_php56 @@ -1463,7 +1449,6 @@ SUBDIR += pglogd SUBDIR += phalcon SUBDIR += photo_gallery - SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php56-opcache @@ -1543,7 +1528,6 @@ SUBDIR += py-django-allauth SUBDIR += py-django-annotations SUBDIR += py-django-annoying - SUBDIR += py-django-app-plugins SUBDIR += py-django-appconf SUBDIR += py-django-appmedia SUBDIR += py-django-assets @@ -1632,7 +1616,6 @@ SUBDIR += py-djangorestframework-xml SUBDIR += py-djangotoolbox SUBDIR += py-dojango - SUBDIR += py-dotcloud.cli SUBDIR += py-dtflickr SUBDIR += py-evernote SUBDIR += py-falcon @@ -1778,7 +1761,6 @@ SUBDIR += py-plonetheme.classic SUBDIR += py-plonetheme.sunburst SUBDIR += py-poster - SUBDIR += py-postmarkup SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-puppetboard @@ -1864,7 +1846,6 @@ SUBDIR += pycarddav SUBDIR += pydio SUBDIR += pyjamas - SUBDIR += pylot SUBDIR += pyweblib *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Apr 30 16:06:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C251D57EC3; Sun, 30 Apr 2017 16:06:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id 486C7862; Sun, 30 Apr 2017 16:06:20 +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 v3UG6Jdi043952; Sun, 30 Apr 2017 16:06:19 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UG6Jaa043950; Sun, 30 Apr 2017 16:06:19 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301606.v3UG6Jaa043950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 16:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439827 - in head: . deskutils deskutils/epoch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:06:20 -0000 Author: ler Date: Sun Apr 30 16:06:18 2017 New Revision: 439827 URL: https://svnweb.freebsd.org/changeset/ports/439827 Log: Remove expired port Approved by: rene (Mentor) 2017-04-30 deskutils/epoch: Unfetchable for more than six months (google code has gone away) Deleted: head/deskutils/epoch/ Modified: head/MOVED head/deskutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 15:47:51 2017 (r439826) +++ head/MOVED Sun Apr 30 16:06:18 2017 (r439827) @@ -9367,3 +9367,4 @@ graphics/iulib||2017-04-30|Has expired: graphics/seam-carving-gui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/py-pyggel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead +deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Apr 30 15:47:51 2017 (r439826) +++ head/deskutils/Makefile Sun Apr 30 16:06:18 2017 (r439827) @@ -41,7 +41,6 @@ SUBDIR += drivel SUBDIR += easystroke SUBDIR += egroupware - SUBDIR += epoch SUBDIR += etask SUBDIR += everygui SUBDIR += fbreader From owner-svn-ports-all@freebsd.org Sun Apr 30 16:18:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 193A9D57211; Sun, 30 Apr 2017 16:18:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id DB5BFE56; Sun, 30 Apr 2017 16:18:37 +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 v3UGIa56048303; Sun, 30 Apr 2017 16:18:36 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UGIaqI048302; Sun, 30 Apr 2017 16:18:36 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301618.v3UGIaqI048302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 16:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439828 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:18:38 -0000 Author: ler Date: Sun Apr 30 16:18:36 2017 New Revision: 439828 URL: https://svnweb.freebsd.org/changeset/ports/439828 Log: Remove optional dependency on expired port graphics/ocropus Approved by: rene (mentor) Modified: head/graphics/gscan2pdf/Makefile Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Sun Apr 30 16:06:18 2017 (r439827) +++ head/graphics/gscan2pdf/Makefile Sun Apr 30 16:18:36 2017 (r439828) @@ -55,8 +55,6 @@ CUNEIFORM_RUN_DEPENDS= cuneiform:graphic GOCR_DESC= OCR program developed under GPL GOCR_RUN_DEPENDS= gocr:graphics/gocr OCR_DESC= Optical Character Recognition -OCROPUS_DESC= Document analysis and OCR system -OCROPUS_RUN_DEPENDS= ocropus:graphics/ocropus TESSERACT_DESC= OCR engine developed at Google TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract From owner-svn-ports-all@freebsd.org Sun Apr 30 16:19:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C450D572A3; Sun, 30 Apr 2017 16:19:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3B579FA7; Sun, 30 Apr 2017 16:19:49 +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 v3UGJmwf048486; Sun, 30 Apr 2017 16:19:48 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UGJmln048484; Sun, 30 Apr 2017 16:19:48 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301619.v3UGJmln048484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 16:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439829 - in head: . graphics graphics/ocropus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:19:49 -0000 Author: ler Date: Sun Apr 30 16:19:47 2017 New Revision: 439829 URL: https://svnweb.freebsd.org/changeset/ports/439829 Log: Remove expired port graphics/ocropus 2017-04-30 graphics/ocropus: Unfetchable for more than six months (google code has gone away) Approved by: rene (mentor) Deleted: head/graphics/ocropus/ Modified: head/MOVED head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 16:18:36 2017 (r439828) +++ head/MOVED Sun Apr 30 16:19:47 2017 (r439829) @@ -9368,3 +9368,4 @@ graphics/seam-carving-gui||2017-04-30|Ha graphics/py-pyggel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Apr 30 16:18:36 2017 (r439828) +++ head/graphics/Makefile Sun Apr 30 16:19:47 2017 (r439829) @@ -616,7 +616,6 @@ SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre - SUBDIR += ocropus SUBDIR += ogre3d SUBDIR += okular SUBDIR += opencollada From owner-svn-ports-all@freebsd.org Sun Apr 30 16:21:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 346DDD57314; Sun, 30 Apr 2017 16:21:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0485C12FD; Sun, 30 Apr 2017 16:21:48 +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 v3UGLmvN049394; Sun, 30 Apr 2017 16:21:48 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UGLlGs049391; Sun, 30 Apr 2017 16:21:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301621.v3UGLlGs049391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 16:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439830 - branches/2017Q2/irc/weechat X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:21:49 -0000 Author: brnrd Date: Sun Apr 30 16:21:47 2017 New Revision: 439830 URL: https://svnweb.freebsd.org/changeset/ports/439830 Log: MFH: r439412 irc/weechat: Security update to 1.7.1 - Security update to 1.7.1 PR: 218855 Submitted by: Jochen Neumeister Security: 81433129-2916-11e7-ad3e-00e04c1ea73d Security: CVE-2017-8073 Approved by: ports-secteam (miwi) Modified: branches/2017Q2/irc/weechat/Makefile branches/2017Q2/irc/weechat/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/irc/weechat/Makefile ============================================================================== --- branches/2017Q2/irc/weechat/Makefile Sun Apr 30 16:19:47 2017 (r439829) +++ branches/2017Q2/irc/weechat/Makefile Sun Apr 30 16:21:47 2017 (r439830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ Modified: branches/2017Q2/irc/weechat/distinfo ============================================================================== --- branches/2017Q2/irc/weechat/distinfo Sun Apr 30 16:19:47 2017 (r439829) +++ branches/2017Q2/irc/weechat/distinfo Sun Apr 30 16:21:47 2017 (r439830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485178739 -SHA256 (weechat-1.7.tar.xz) = 599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3 -SIZE (weechat-1.7.tar.xz) = 1837004 +TIMESTAMP = 1493064823 +SHA256 (weechat-1.7.1.tar.xz) = 3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30 +SIZE (weechat-1.7.1.tar.xz) = 1836844 From owner-svn-ports-all@freebsd.org Sun Apr 30 16:22:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C49CD5745E; Sun, 30 Apr 2017 16:22:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 696651451; Sun, 30 Apr 2017 16:22:08 +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 v3UGM7Wh049541; Sun, 30 Apr 2017 16:22:07 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UGM7l8049540; Sun, 30 Apr 2017 16:22:07 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301622.v3UGM7l8049540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 16:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439831 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:22:08 -0000 Author: ler Date: Sun Apr 30 16:22:07 2017 New Revision: 439831 URL: https://svnweb.freebsd.org/changeset/ports/439831 Log: Remove option missed in previous commit. Approved by: rene (mentor) Modified: head/graphics/gscan2pdf/Makefile Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Sun Apr 30 16:21:47 2017 (r439830) +++ head/graphics/gscan2pdf/Makefile Sun Apr 30 16:22:07 2017 (r439831) @@ -47,7 +47,7 @@ USE_GNOME= gtk20 librsvg2 USE_PERL5= configure OPTIONS_MULTI= OCR -OPTIONS_MULTI_OCR= CUNEIFORM GOCR OCROPUS TESSERACT +OPTIONS_MULTI_OCR= CUNEIFORM GOCR TESSERACT OPTIONS_DEFAULT= GOCR CUNEIFORM_DESC= Multi-language OCR system From owner-svn-ports-all@freebsd.org Sun Apr 30 17:11:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9389FD571F1; Sun, 30 Apr 2017 17:11:57 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4B540E94; Sun, 30 Apr 2017 17:11:57 +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 v3UHBu3H071716; Sun, 30 Apr 2017 17:11:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UHBunM071714; Sun, 30 Apr 2017 17:11:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704301711.v3UHBunM071714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 17:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439832 - head/sysutils/ddrescue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 17:11:57 -0000 Author: gerald Date: Sun Apr 30 17:11:56 2017 New Revision: 439832 URL: https://svnweb.freebsd.org/changeset/ports/439832 Log: Update to ddrescue version 1.22, which includes the following changes: - Option '-X, --exit-on-error' has been replaced by '-X, --max-read-errors'. - New options --max-slow-reads, --delay-slow, --reset-slow, --log-events, --mapfile-interval, --pause-on-error. - Option --pause has been renamed to --pause-on-pass. - Option --max-errors has been renamed to --max-bad-areas. - Rescuebook shows read_errors, error_rate and slow_reads. - Two new passes (3 and 4) added to the copying phase. - Option '-K, --skip-size' now accepts sizes up to 1 EiB. - Initial skip size now defaults to (infile_size / 100_000). - Options --ask and -vv now show size along with model and serial number. - New option '-A, --annotate-mapfile' for ddrescuelog. - Plus various cleanups and tweaks. Approved by: maintainer (Jason Harris ) Modified: head/sysutils/ddrescue/Makefile head/sysutils/ddrescue/distinfo Modified: head/sysutils/ddrescue/Makefile ============================================================================== --- head/sysutils/ddrescue/Makefile Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/Makefile Sun Apr 30 17:11:56 2017 (r439832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddrescue -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= sysutils MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz Modified: head/sysutils/ddrescue/distinfo ============================================================================== --- head/sysutils/ddrescue/distinfo Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/distinfo Sun Apr 30 17:11:56 2017 (r439832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485459041 -SHA256 (ddrescue-1.21.tar.lz) = f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac -SIZE (ddrescue-1.21.tar.lz) = 74716 +TIMESTAMP = 1493556280 +SHA256 (ddrescue-1.22.tar.lz) = 09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7 +SIZE (ddrescue-1.22.tar.lz) = 80050 From owner-svn-ports-all@freebsd.org Sun Apr 30 17:45:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF397D57C6D; Sun, 30 Apr 2017 17:45:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9F8BEA0; Sun, 30 Apr 2017 17:45:32 +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 v3UHjV7g084836; Sun, 30 Apr 2017 17:45:31 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UHjVwe084835; Sun, 30 Apr 2017 17:45:31 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704301745.v3UHjVwe084835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 17:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439833 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 17:45:32 -0000 Author: ler Date: Sun Apr 30 17:45:31 2017 New Revision: 439833 URL: https://svnweb.freebsd.org/changeset/ports/439833 Log: Update Tools/scripts/rmport to ignore commented out EXPIRATION_DATE lines Reviewed by: crees (maintainer) Approved by: rene (portmgr, mentor), adamw (portmgr, mentor), crees (maintainer) Differential Revision: https://reviews.freebsd.org/D10548 Modified: head/Tools/scripts/rmport Modified: head/Tools/scripts/rmport ============================================================================== --- head/Tools/scripts/rmport Sun Apr 30 17:11:56 2017 (r439832) +++ head/Tools/scripts/rmport Sun Apr 30 17:45:31 2017 (r439833) @@ -109,7 +109,7 @@ find_expired() EXPVAR=EXPIRATION_DATE find -H ${PORTSDIR} -mindepth 3 -maxdepth 3 -name "Makefile*" \ - |xargs grep -H ${EXPVAR} \ + |xargs grep -H "^[^#]*${EXPVAR}" \ |sed -E "s|${PORTSDIR}/?([^/]+/[^/]+)/Makefile:${EXPVAR}=[[:space:]]*([0-9-]{10})$|\2 \1|g" \ |perl -ne "if ((substr(\$_, 0, 10) cmp '${TODAY}') <= 0) { print(\$_); }" \ |while read expdate catport ; do \ From owner-svn-ports-all@freebsd.org Sun Apr 30 18:21:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6900CD57A46; Sun, 30 Apr 2017 18:21:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3975F13F0; Sun, 30 Apr 2017 18:21:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UILoUK099508; Sun, 30 Apr 2017 18:21:50 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UILo6M099506; Sun, 30 Apr 2017 18:21:50 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201704301821.v3UILo6M099506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 30 Apr 2017 18:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439834 - head/databases/py-agate-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 18:21:51 -0000 Author: matthew Date: Sun Apr 30 18:21:49 2017 New Revision: 439834 URL: https://svnweb.freebsd.org/changeset/ports/439834 Log: Update to 0.5.2 ChangeLog: https://agate-sql.readthedocs.io/en/0.5.2/#changelog Modified: head/databases/py-agate-sql/Makefile head/databases/py-agate-sql/distinfo Modified: head/databases/py-agate-sql/Makefile ============================================================================== --- head/databases/py-agate-sql/Makefile Sun Apr 30 17:45:31 2017 (r439833) +++ head/databases/py-agate-sql/Makefile Sun Apr 30 18:21:49 2017 (r439834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= agate-sql -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= databases textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-agate-sql/distinfo ============================================================================== --- head/databases/py-agate-sql/distinfo Sun Apr 30 17:45:31 2017 (r439833) +++ head/databases/py-agate-sql/distinfo Sun Apr 30 18:21:49 2017 (r439834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488269781 -SHA256 (agate-sql-0.5.1.tar.gz) = 1ce9c15218f7318b3db49a8d744172da3318d1f719f8cd0135f692f405c3ed75 -SIZE (agate-sql-0.5.1.tar.gz) = 5366 +TIMESTAMP = 1493570132 +SHA256 (agate-sql-0.5.2.tar.gz) = 2458cec76c9b4effccc604d286d6284d315d2cd9dd1e9943067a596728e68e62 +SIZE (agate-sql-0.5.2.tar.gz) = 5395 From owner-svn-ports-all@freebsd.org Sun Apr 30 18:51:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27844D5733B; Sun, 30 Apr 2017 18:51:34 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D123D1BF; Sun, 30 Apr 2017 18:51:33 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UIpWdS009860; Sun, 30 Apr 2017 18:51:32 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UIpWtp009857; Sun, 30 Apr 2017 18:51:32 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201704301851.v3UIpWtp009857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 30 Apr 2017 18:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439835 - in head/security/sks: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 18:51:34 -0000 Author: johans Date: Sun Apr 30 18:51:32 2017 New Revision: 439835 URL: https://svnweb.freebsd.org/changeset/ports/439835 Log: Update to sks 1.1.6 PR: 215316 Submitted by: Daniel Austin Modified: head/security/sks/Makefile head/security/sks/distinfo head/security/sks/files/pkg-message.in Modified: head/security/sks/Makefile ============================================================================== --- head/security/sks/Makefile Sun Apr 30 18:21:49 2017 (r439834) +++ head/security/sks/Makefile Sun Apr 30 18:51:32 2017 (r439835) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= sks -PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTVERSION= 1.1.6 CATEGORIES= security MASTER_SITES= http://bitbucket.org/skskeyserver/sks-keyserver/downloads/ MAINTAINER= johans@FreeBSD.org COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver +LICENSE= GPLv2+ + USE_OCAML= yes USE_OCAML_CAMLP4=yes USES= bdb:5 perl5 gmake shebangfix tar:tgz Modified: head/security/sks/distinfo ============================================================================== --- head/security/sks/distinfo Sun Apr 30 18:21:49 2017 (r439834) +++ head/security/sks/distinfo Sun Apr 30 18:51:32 2017 (r439835) @@ -1,2 +1,3 @@ -SHA256 (sks-1.1.5.tgz) = 92a7f113f0ba7a28d51d7ced60a984d042d8524c651dc3fcafe9d11cc32981a0 -SIZE (sks-1.1.5.tgz) = 362941 +TIMESTAMP = 1493574628 +SHA256 (sks-1.1.6.tgz) = 22312dbec6dfd372932075b0b0b1d04f772059a9520faa4937feafc737d5a632 +SIZE (sks-1.1.6.tgz) = 359499 Modified: head/security/sks/files/pkg-message.in ============================================================================== --- head/security/sks/files/pkg-message.in Sun Apr 30 18:21:49 2017 (r439834) +++ head/security/sks/files/pkg-message.in Sun Apr 30 18:51:32 2017 (r439835) @@ -3,6 +3,15 @@ => database files are not compatible. You should run db_recover-5. => See %%DOCSDIR%%/UPGRADING for details. +If you are upgrading to version 1.1.6, and your sksconf file does NOT +already contain 'pagesize' and 'ptree_pagesize' variables, then you may need +to add the following two lines to your sksconf file before starting sks: + +pagesize: 4 +ptree_pagesize: 1 + +This is due to the default values for these variables changing in v1.1.6 + When installing for the first time, you will need to obtain a PGP key database dump from somewhere and build database files from this. See %%DOCSDIR%%/README.md for details. From owner-svn-ports-all@freebsd.org Sun Apr 30 19:05:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A96E4D57688; Sun, 30 Apr 2017 19:05:02 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 614ADB25; Sun, 30 Apr 2017 19:05:02 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UJ51ng017518; Sun, 30 Apr 2017 19:05:01 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UJ51wx017515; Sun, 30 Apr 2017 19:05:01 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201704301905.v3UJ51wx017515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 30 Apr 2017 19:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439836 - head/security/libssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 19:05:02 -0000 Author: johans Date: Sun Apr 30 19:05:00 2017 New Revision: 439836 URL: https://svnweb.freebsd.org/changeset/ports/439836 Log: Update to libssh 0.7.5 (bugfix release) Modified: head/security/libssh/Makefile head/security/libssh/distinfo head/security/libssh/pkg-plist Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sun Apr 30 18:51:32 2017 (r439835) +++ head/security/libssh/Makefile Sun Apr 30 19:05:00 2017 (r439836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.7.4 +DISTVERSION= 0.7.5 CATEGORIES= security devel MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/ Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Sun Apr 30 18:51:32 2017 (r439835) +++ head/security/libssh/distinfo Sun Apr 30 19:05:00 2017 (r439836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490902691 -SHA256 (libssh-0.7.4.tar.xz) = eb213e0e1549c484dd1d05bb2fdb1655cebf879041ac4ec3e1bd614bea3d44b3 -SIZE (libssh-0.7.4.tar.xz) = 351172 +TIMESTAMP = 1493578451 +SHA256 (libssh-0.7.5.tar.xz) = 6f7d5b9f3089164eec7408d35b99194b17352cce436a4a95485b511bce2aab4b +SIZE (libssh-0.7.5.tar.xz) = 351364 Modified: head/security/libssh/pkg-plist ============================================================================== --- head/security/libssh/pkg-plist Sun Apr 30 18:51:32 2017 (r439835) +++ head/security/libssh/pkg-plist Sun Apr 30 19:05:00 2017 (r439836) @@ -11,10 +11,10 @@ lib/cmake/libssh/libssh/libssh-config-ve %%STATIC%%lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.4.1 +lib/libssh.so.4.4.2 %%STATIC%%lib/libssh_threads.a lib/libssh_threads.so lib/libssh_threads.so.4 -lib/libssh_threads.so.4.4.1 +lib/libssh_threads.so.4.4.2 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc From owner-svn-ports-all@freebsd.org Sun Apr 30 19:59:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71EF2D575C5; Sun, 30 Apr 2017 19:59:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 421EC75D; Sun, 30 Apr 2017 19:59:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UJxXbg038246; Sun, 30 Apr 2017 19:59:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UJxXmV038245; Sun, 30 Apr 2017 19:59:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704301959.v3UJxXmV038245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Apr 2017 19:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439837 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 19:59:34 -0000 Author: bapt Date: Sun Apr 30 19:59:33 2017 New Revision: 439837 URL: https://svnweb.freebsd.org/changeset/ports/439837 Log: When NLS is off, gettext is only used at build time Reported by: adamw Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sun Apr 30 19:05:00 2017 (r439836) +++ head/mail/neomutt/Makefile Sun Apr 30 19:59:33 2017 (r439837) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types USE_GITHUB= yes -USES= autoreconf gettext iconv:translit localbase shebangfix ssl +USES= autoreconf iconv:translit localbase shebangfix ssl GNU_CONFIGURE= yes OPTIONS_SUB= yes @@ -69,6 +69,8 @@ TOKYOCABINET_CONFIGURE_WITH= tokyocabine TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_USES_OFF= gettext-runtime:build gettext-tools:build IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= idn From owner-svn-ports-all@freebsd.org Sun Apr 30 20:01:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97339D5778A; Sun, 30 Apr 2017 20:01:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id 67810A7E; Sun, 30 Apr 2017 20:01:50 +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 v3UK1nQX041258; Sun, 30 Apr 2017 20:01:49 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UK1nrq041257; Sun, 30 Apr 2017 20:01:49 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302001.v3UK1nrq041257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 20:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439838 - head/audio/amarok-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:01:50 -0000 Author: ler Date: Sun Apr 30 20:01:49 2017 New Revision: 439838 URL: https://svnweb.freebsd.org/changeset/ports/439838 Log: Remove dependency on net/clamz which is expired. Approved by: adamw (portmgr, mentor) Differential Revision: https://reviews.freebsd.org/D10552 Modified: head/audio/amarok-kde4/Makefile Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Sun Apr 30 19:59:33 2017 (r439837) +++ head/audio/amarok-kde4/Makefile Sun Apr 30 20:01:49 2017 (r439838) @@ -35,13 +35,10 @@ CMAKE_ARGS= -DWITH_FFmpeg:BOOL=off BROKEN_sparc64= does not build (GCC-related error) -OPTIONS_DEFINE= AMAZON IPOD MP3TUNES MTP NLS +OPTIONS_DEFINE= IPOD MP3TUNES MTP NLS OPTIONS_DEFAULT=IPOD MP3TUNES MTP OPTIONS_SUB= yes -AMAZON_DESC= Amazon MP3 store support via clamz -AMAZON_RUN_DEPENDS= clamz:net/clamz - IPOD_DESC= Apple iPod support IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ libimobiledevice.so:comms/libimobiledevice \ From owner-svn-ports-all@freebsd.org Sun Apr 30 20:04:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 981D8D57878; Sun, 30 Apr 2017 20:04:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id 680AEC4C; Sun, 30 Apr 2017 20:04:36 +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 v3UK4Zwj042234; Sun, 30 Apr 2017 20:04:35 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UK4ZhJ042232; Sun, 30 Apr 2017 20:04:35 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302004.v3UK4ZhJ042232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 20:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439839 - in head: . net net/clamz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:04:36 -0000 Author: ler Date: Sun Apr 30 20:04:35 2017 New Revision: 439839 URL: https://svnweb.freebsd.org/changeset/ports/439839 Log: Remove expired port net/clamz. 2017-04-30 net/clamz: Unfetchable for more than six months (google code has gone away) Approved by: rene (portmgr, mentor), adamw(portmgr, mentor) Deleted: head/net/clamz/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 20:01:49 2017 (r439838) +++ head/MOVED Sun Apr 30 20:04:35 2017 (r439839) @@ -9369,3 +9369,4 @@ graphics/py-pyggel||2017-04-30|Has expir graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 20:01:49 2017 (r439838) +++ head/net/Makefile Sun Apr 30 20:04:35 2017 (r439839) @@ -72,7 +72,6 @@ SUBDIR += chrony SUBDIR += citrix_ica SUBDIR += cjdns - SUBDIR += clamz SUBDIR += cloud-init SUBDIR += clusterit SUBDIR += cnd From owner-svn-ports-all@freebsd.org Sun Apr 30 20:15:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E74FD57C14; Sun, 30 Apr 2017 20:15:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2E6D122E; Sun, 30 Apr 2017 20:15:10 +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 v3UKF9To046293; Sun, 30 Apr 2017 20:15:09 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UKF9Sh046290; Sun, 30 Apr 2017 20:15:09 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302015.v3UKF9Sh046290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 20:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439840 - in head: . misc misc/terraform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:15:10 -0000 Author: ler Date: Sun Apr 30 20:15:08 2017 New Revision: 439840 URL: https://svnweb.freebsd.org/changeset/ports/439840 Log: 2017-04-30 misc/terraform: Unfetchable for more than six months (google code has gone away) Deleted: head/misc/terraform/ Modified: head/MOVED head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 20:04:35 2017 (r439839) +++ head/MOVED Sun Apr 30 20:15:08 2017 (r439840) @@ -9370,3 +9370,4 @@ graphics/rubygem-gemojione2||2017-04-30| deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +misc/terraform||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Apr 30 20:04:35 2017 (r439839) +++ head/misc/Makefile Sun Apr 30 20:15:08 2017 (r439840) @@ -453,7 +453,6 @@ SUBDIR += tellico-kde4 SUBDIR += tempcontrol SUBDIR += termatrix - SUBDIR += terraform SUBDIR += teseq SUBDIR += timediff SUBDIR += tkcron From owner-svn-ports-all@freebsd.org Sun Apr 30 20:16:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20E5BD57C5D; Sun, 30 Apr 2017 20:16:36 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F321A355; Sun, 30 Apr 2017 20:16:35 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=E53Pt38KqtOCHD4lOVHc+eWaw5XgA+B9l7wNzi3RcC8=; b=VKy5lRuIEh0vwKVs+6zVVJWU7k /A5yT2nanBBqR5hyHmWBRFSmidS4jGZq+T9oQhIuspypC55KuUIgFziR3LRxHoXoA2cbwdoMfJi0Z xYtVkDeP11lz+75q/nWQs+iBKSfyPw8xh09zNqhzy58v0RV+gCeuJ9QzRNue5Ux0kHFU=; Received: from [47.220.164.50] (port=14184 helo=[192.168.200.198]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1d4vGl-000AWi-9t; Sun, 30 Apr 2017 15:16:35 -0500 User-Agent: Microsoft-MacOutlook/f.21.0.170409 Date: Sun, 30 Apr 2017 15:16:34 -0500 Subject: Re: svn commit: r439840 - in head: . misc misc/terraform From: Larry Rosenman To: Larry Rosenman , , , Message-ID: Thread-Topic: svn commit: r439840 - in head: . misc misc/terraform References: <201704302015.v3UKF9Sh046290@repo.freebsd.org> In-Reply-To: <201704302015.v3UKF9Sh046290@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:16:36 -0000 Approved by: adamw (mentor, implicit) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 4/30/17, 3:15 PM, "Larry Rosenman" wrote: Author: ler Date: Sun Apr 30 20:15:08 2017 New Revision: 439840 URL: https://svnweb.freebsd.org/changeset/ports/439840 Log: 2017-04-30 misc/terraform: Unfetchable for more than six months (google code has gone away) Deleted: head/misc/terraform/ Modified: head/MOVED head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 20:04:35 2017 (r439839) +++ head/MOVED Sun Apr 30 20:15:08 2017 (r439840) @@ -9370,3 +9370,4 @@ graphics/rubygem-gemojione2||2017-04-30| deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +misc/terraform||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Apr 30 20:04:35 2017 (r439839) +++ head/misc/Makefile Sun Apr 30 20:15:08 2017 (r439840) @@ -453,7 +453,6 @@ SUBDIR += tellico-kde4 SUBDIR += tempcontrol SUBDIR += termatrix - SUBDIR += terraform SUBDIR += teseq SUBDIR += timediff SUBDIR += tkcron From owner-svn-ports-all@freebsd.org Sun Apr 30 20:20:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91867D57D5E; Sun, 30 Apr 2017 20:20:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id 63555867; Sun, 30 Apr 2017 20:20:33 +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 v3UKKWKw046621; Sun, 30 Apr 2017 20:20:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UKKWKL046620; Sun, 30 Apr 2017 20:20:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201704302020.v3UKKWKL046620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 30 Apr 2017 20:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439841 - head/editors/calligra/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:20:33 -0000 Author: tcberner Date: Sun Apr 30 20:20:32 2017 New Revision: 439841 URL: https://svnweb.freebsd.org/changeset/ports/439841 Log: Fix linking against jpeg. As ${LOCALBASE}/lib is was not unconditionally part of the linker flags (only if POSTGRES option was selected), linking of calligra could fail with /usr/bin/ld: cannot find -ljpeg Fix it, by using ${JPEG_LIBRARY} as provided by cmake. PR: 218726 Approved by: rakuco (mentor) Added: head/editors/calligra/files/ head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt (contents, props changed) Added: head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt Sun Apr 30 20:20:32 2017 (r439841) @@ -0,0 +1,11 @@ +--- filters/karbon/pdf/CMakeLists.txt.orig 2017-04-19 08:08:55 UTC ++++ filters/karbon/pdf/CMakeLists.txt +@@ -10,7 +10,7 @@ kde4_add_plugin(calligra_filter_pdf2svg + + target_link_libraries(calligra_filter_pdf2svg komain ${POPPLER_LIBRARY} ${POPPLER_CORE_LIBRARY}) + if(JPEG_FOUND) +- target_link_libraries(calligra_filter_pdf2svg jpeg) ++ target_link_libraries(calligra_filter_pdf2svg ${JPEG_LIBRARY}) + endif() + if(OPENJPEG_FOUND) + target_link_libraries(calligra_filter_pdf2svg ${OPENJPEG_LIBRARIES}) From owner-svn-ports-all@freebsd.org Sun Apr 30 20:37:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 177BAD573BD; Sun, 30 Apr 2017 20:37:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id E6B87168; Sun, 30 Apr 2017 20:37:57 +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 v3UKbuSe055012; Sun, 30 Apr 2017 20:37:56 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UKbuwu055007; Sun, 30 Apr 2017 20:37:56 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302037.v3UKbuwu055007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 20:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439842 - in head/lang/picoc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:37:58 -0000 Author: ler Date: Sun Apr 30 20:37:56 2017 New Revision: 439842 URL: https://svnweb.freebsd.org/changeset/ports/439842 Log: lang/picoc: rescue, update MASTER_SITES, WWW, take MAINTAINER'ship PR: 218023 Submitted by: portmaster@bsdforge.com Approved by: adamw (mentor, implicit) Modified: head/lang/picoc/Makefile head/lang/picoc/distinfo head/lang/picoc/files/patch-cstdlib__stdio.c head/lang/picoc/files/patch-cstdlib__unistd.c head/lang/picoc/pkg-descr Modified: head/lang/picoc/Makefile ============================================================================== --- head/lang/picoc/Makefile Sun Apr 30 20:20:32 2017 (r439841) +++ head/lang/picoc/Makefile Sun Apr 30 20:37:56 2017 (r439842) @@ -3,22 +3,21 @@ PORTNAME= picoc PORTVERSION= 2.1 CATEGORIES= lang devel -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Very small C interpreter for scripting LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +USE_GITHUB= yes +GH_ACCOUNT= zsaleeba +GH_TAGNAME= 4555e84 -USES= gmake readline tar:bzip2 +USES= gmake readline PLIST_FILES= bin/picoc -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc Modified: head/lang/picoc/distinfo ============================================================================== --- head/lang/picoc/distinfo Sun Apr 30 20:20:32 2017 (r439841) +++ head/lang/picoc/distinfo Sun Apr 30 20:37:56 2017 (r439842) @@ -1,2 +1,3 @@ -SHA256 (picoc-2.1.tar.bz2) = bfed355fab810b337ccfa9e3215679d0b9886c00d9cb5e691f7e7363fd388b7e -SIZE (picoc-2.1.tar.bz2) = 69991 +TIMESTAMP = 1490214999 +SHA256 (zsaleeba-picoc-2.1-4555e84_GH0.tar.gz) = 4b830e5b532134016d1c17353c538a9ce38c51ef9a9c9a1832f4372e821e962d +SIZE (zsaleeba-picoc-2.1-4555e84_GH0.tar.gz) = 615846 Modified: head/lang/picoc/files/patch-cstdlib__stdio.c ============================================================================== --- head/lang/picoc/files/patch-cstdlib__stdio.c Sun Apr 30 20:20:32 2017 (r439841) +++ head/lang/picoc/files/patch-cstdlib__stdio.c Sun Apr 30 20:37:56 2017 (r439842) @@ -1,11 +1,11 @@ ---- ./cstdlib/stdio.c.orig 2011-02-21 06:22:13.000000000 +0100 -+++ ./cstdlib/stdio.c 2011-03-11 08:08:19.710970864 +0100 -@@ -414,7 +414,7 @@ - +--- cstdlib/stdio.c.orig 2017-03-22 14:37:13.263703000 -0700 ++++ cstdlib/stdio.c 2017-03-22 14:41:07.228360000 -0700 +@@ -428,7 +428,7 @@ void StdioFileno(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) { + #ifndef WIN32 - ReturnValue->Val->Integer = fileno(Param[0]->Val->Pointer); + ReturnValue->Val->Integer = fileno((FILE *)Param[0]->Val->Pointer); - } - - void StdioFflush(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) + #else + ReturnValue->Val->Integer = _fileno(Param[0]->Val->Pointer); + #endif Modified: head/lang/picoc/files/patch-cstdlib__unistd.c ============================================================================== --- head/lang/picoc/files/patch-cstdlib__unistd.c Sun Apr 30 20:20:32 2017 (r439841) +++ head/lang/picoc/files/patch-cstdlib__unistd.c Sun Apr 30 20:37:56 2017 (r439842) @@ -1,19 +1,23 @@ ---- ./cstdlib/unistd.c.orig 2011-02-21 06:22:13.000000000 +0100 -+++ ./cstdlib/unistd.c 2011-03-11 08:09:48.884688383 +0100 -@@ -80,10 +80,10 @@ +--- cstdlib/unistd.c.orig 2017-03-22 14:01:43.750834000 -0700 ++++ cstdlib/unistd.c 2017-03-22 14:08:17.778456000 -0700 +@@ -81,16 +81,6 @@ ReturnValue->Val->Integer = fchdir(Param[0]->Val->Integer); } -void UnistdFdatasync(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) -+/*void UnistdFdatasync(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) - { - ReturnValue->Val->Integer = fdatasync(Param[0]->Val->Integer); +-{ +-#ifndef F_FULLSYNC +- ReturnValue->Val->Integer = fdatasync(Param[0]->Val->Integer); +-#else +- /* Mac OS X equivalent */ +- ReturnValue->Val->Integer = fcntl(Param[0]->Val->Integer, F_FULLFSYNC); +-#endif -} -+}*/ - +- void UnistdFork(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) { -@@ -278,7 +278,7 @@ + ReturnValue->Val->Integer = fork(); +@@ -284,7 +274,7 @@ void UnistdSetpgrp(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) { @@ -22,21 +26,11 @@ } void UnistdSetregid(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs) -@@ -416,7 +416,7 @@ +@@ -422,7 +412,6 @@ { Unistd_Exit, "void _exit(int);" }, { UnistdFchown, "int fchown(int, uid_t, gid_t);" }, { UnistdFchdir, "int fchdir(int);" }, - { UnistdFdatasync, "int fdatasync(int);" }, -+/* { UnistdFdatasync, "int fdatasync(int);" },*/ { UnistdFork, "pid_t fork(void);" }, { UnistdFpathconf, "long fpathconf(int, int);" }, { UnistdFsync, "int fsync(int);" }, -@@ -458,7 +458,7 @@ - { UnistdSbrk, "void *sbrk(intptr_t);" }, - { UnistdSetgid, "int setgid(gid_t);" }, - { UnistdSetpgid, "int setpgid(pid_t, pid_t);" }, -- { UnistdSetpgrp, "pid_t setpgrp(void);" }, -+ { UnistdSetpgrp, "pid_t setpgrp(pid_t, pid_t);" }, - { UnistdSetregid, "int setregid(gid_t, gid_t);" }, - { UnistdSetreuid, "int setreuid(uid_t, uid_t);" }, - { UnistdSetsid, "pid_t setsid(void);" }, Modified: head/lang/picoc/pkg-descr ============================================================================== --- head/lang/picoc/pkg-descr Sun Apr 30 20:20:32 2017 (r439841) +++ head/lang/picoc/pkg-descr Sun Apr 30 20:37:56 2017 (r439842) @@ -1,5 +1,6 @@ -PicoC is a very small C interpreter for scripting. It was originally written for -scripting a UAV's on-board flight system and it's also very suitable for other -robotic, embedded and non-embedded applications too. +PicoC is a very small C interpreter for scripting. It was +originally written for scripting a UAV's on-board flight +system and it's also very suitable for other robotic, +embedded and non-embedded applications too. -WWW: http://code.google.com/p/picoc/ +WWW: https://github.com/zsaleeba/picoc From owner-svn-ports-all@freebsd.org Sun Apr 30 20:47:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852D1D576E0; Sun, 30 Apr 2017 20:47:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id 46847A70; Sun, 30 Apr 2017 20:47:18 +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 v3UKlHID059055; Sun, 30 Apr 2017 20:47:17 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UKlGuF059049; Sun, 30 Apr 2017 20:47:16 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302047.v3UKlGuF059049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 20:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439843 - in head/net/py-pypcap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:47:18 -0000 Author: ler Date: Sun Apr 30 20:47:16 2017 New Revision: 439843 URL: https://svnweb.freebsd.org/changeset/ports/439843 Log: net/py-pypcap: Unbreak, remove expiration. PR: 217372 Submitted by: dbaio@bsd.com.br Approved by: adamw (mentor, implicit), wxs (maintainer timeout) Modified: head/net/py-pypcap/Makefile head/net/py-pypcap/distinfo head/net/py-pypcap/files/patch-pcap.pyx head/net/py-pypcap/files/patch-setup.py head/net/py-pypcap/pkg-descr Modified: head/net/py-pypcap/Makefile ============================================================================== --- head/net/py-pypcap/Makefile Sun Apr 30 20:37:56 2017 (r439842) +++ head/net/py-pypcap/Makefile Sun Apr 30 20:47:16 2017 (r439843) @@ -3,20 +3,22 @@ PORTNAME= pypcap PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wxs@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= pyrexc:devel/pyrex +USE_GITHUB= yes +GH_ACCOUNT= dugsong +GH_TAGNAME= PYPCAP_${PORTVERSION:S/./_/g} + USES= python USE_PYTHON= distutils autoplist @@ -26,4 +28,7 @@ post-patch: pre-build: (cd ${WRKSRC}; pyrexc pcap.pyx) +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pcap.so + .include Modified: head/net/py-pypcap/distinfo ============================================================================== --- head/net/py-pypcap/distinfo Sun Apr 30 20:37:56 2017 (r439842) +++ head/net/py-pypcap/distinfo Sun Apr 30 20:47:16 2017 (r439843) @@ -1,2 +1,3 @@ -SHA256 (pypcap-1.1.tar.gz) = 087677295c795f543fad2c286df1807d55876e85d04f7292335cd149f4d8d47f -SIZE (pypcap-1.1.tar.gz) = 22951 +TIMESTAMP = 1488113926 +SHA256 (dugsong-pypcap-1.1-PYPCAP_1_1_GH0.tar.gz) = a75d165f70a71e6c14c46b77c1b9b7a395fa425d0f90a2e342e641c66c14e634 +SIZE (dugsong-pypcap-1.1-PYPCAP_1_1_GH0.tar.gz) = 22812 Modified: head/net/py-pypcap/files/patch-pcap.pyx ============================================================================== --- head/net/py-pypcap/files/patch-pcap.pyx Sun Apr 30 20:37:56 2017 (r439842) +++ head/net/py-pypcap/files/patch-pcap.pyx Sun Apr 30 20:47:16 2017 (r439843) @@ -1,15 +1,6 @@ ---- ./pcap.pyx.orig 2011-10-01 22:35:33.141146678 -0400 -+++ ./pcap.pyx 2011-10-01 22:35:39.416147272 -0400 -@@ -1,7 +1,7 @@ - # - # pcap.pyx - # --# $Id: pcap.pyx,v 1.20 2005/10/16 23:00:11 dugsong Exp $ -+# $Id: pcap.pyx 101 2010-07-16 08:20:16Z kosma@kosma.pl $ - - """packet capture library - -@@ -17,9 +17,11 @@ +--- pcap.pyx.orig 2005-10-17 00:08:17 UTC ++++ pcap.pyx +@@ -17,9 +17,11 @@ __url__ = 'http://monkey.org/~dugsong/py __version__ = '1.1' import sys @@ -21,7 +12,7 @@ int PyGILState_Ensure() void PyGILState_Release(int gil) void Py_BEGIN_ALLOW_THREADS() -@@ -42,6 +44,10 @@ +@@ -42,6 +44,10 @@ cdef extern from "pcap.h": unsigned int caplen ctypedef struct pcap_t: int __xxx @@ -32,7 +23,7 @@ ctypedef void (*pcap_handler)(void *arg, pcap_pkthdr *hdr, char *pkt) -@@ -62,6 +68,13 @@ +@@ -62,6 +68,13 @@ cdef extern from "pcap.h": char *pcap_geterr(pcap_t *p) void pcap_close(pcap_t *p) int bpf_filter(bpf_insn *insns, char *buf, int len, int caplen) @@ -46,7 +37,7 @@ cdef extern from "pcap_ex.h": # XXX - hrr, sync with libdnet and libevent -@@ -134,16 +147,18 @@ +@@ -134,16 +147,18 @@ cdef class bpf: raise IOError, 'bad filter' def filter(self, buf): """Return boolean match for buf against our filter.""" @@ -68,7 +59,7 @@ Open a handle to a packet capture descriptor. -@@ -152,6 +167,9 @@ +@@ -152,6 +167,9 @@ cdef class pcap: or None to open the first available up interface snaplen -- maximum number of bytes to capture for each packet promisc -- boolean to specify promiscuous mode sniffing @@ -78,7 +69,7 @@ immediate -- disable buffering, if possible """ cdef pcap_t *__pcap -@@ -161,7 +179,7 @@ +@@ -161,7 +179,7 @@ cdef class pcap: cdef int __dloff def __init__(self, name=None, snaplen=65535, promisc=True, @@ -87,16 +78,16 @@ global dltoff cdef char *p -@@ -171,7 +189,7 @@ +@@ -171,7 +189,7 @@ cdef class pcap: raise OSError, self.__ebuf else: p = name - -+ ++ self.__pcap = pcap_open_offline(p, self.__ebuf) if not self.__pcap: self.__pcap = pcap_open_live(pcap_ex_name(p), snaplen, promisc, -@@ -184,7 +202,7 @@ +@@ -184,7 +202,7 @@ cdef class pcap: try: self.__dloff = dltoff[pcap_datalink(self.__pcap)] except KeyError: pass if immediate and pcap_ex_immediate(self.__pcap) < 0: @@ -105,7 +96,7 @@ property name: """Network interface or dumpfile name.""" -@@ -243,16 +261,6 @@ +@@ -243,16 +261,6 @@ cdef class pcap: """Return datalink type (DLT_* values).""" return pcap_datalink(self.__pcap) @@ -122,7 +113,7 @@ def __add_pkts(self, ts, pkt, pkts): pkts.append((ts, pkt)) -@@ -288,18 +296,24 @@ +@@ -288,18 +296,24 @@ cdef class pcap: raise exc[0], exc[1], exc[2] return n @@ -150,7 +141,7 @@ pcap_ex_setup(self.__pcap) while 1: Py_BEGIN_ALLOW_THREADS -@@ -308,10 +322,22 @@ +@@ -308,10 +322,22 @@ cdef class pcap: if n == 1: callback(hdr.ts.tv_sec + (hdr.ts.tv_usec / 1000000.0), PyBuffer_FromMemory(pkt, hdr.caplen), *args) @@ -173,7 +164,7 @@ def geterr(self): """Return the last error message associated with this handle.""" -@@ -340,6 +366,8 @@ +@@ -340,6 +366,8 @@ cdef class pcap: if n == 1: return (hdr.ts.tv_sec + (hdr.ts.tv_usec / 1000000.0), PyBuffer_FromMemory(pkt, hdr.caplen)) @@ -182,7 +173,7 @@ elif n == -1: raise KeyboardInterrupt elif n == -2: -@@ -364,3 +392,36 @@ +@@ -364,3 +392,36 @@ def lookupdev(): raise OSError, ebuf return p Modified: head/net/py-pypcap/files/patch-setup.py ============================================================================== --- head/net/py-pypcap/files/patch-setup.py Sun Apr 30 20:37:56 2017 (r439842) +++ head/net/py-pypcap/files/patch-setup.py Sun Apr 30 20:47:16 2017 (r439843) @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2005-10-16 19:07:03.000000000 -0400 -+++ ./setup.py 2011-12-18 14:32:02.170660843 -0500 -@@ -25,7 +25,10 @@ +--- setup.py.orig 2005-10-17 00:08:17 UTC ++++ setup.py +@@ -25,7 +25,10 @@ class config_pcap(config.config): d = {} if os.path.exists(os.path.join(cfg['include_dirs'][0], 'pcap-int.h')): d['HAVE_PCAP_INT_H'] = 1 @@ -12,7 +12,7 @@ if buf.find('pcap_file(') != -1: d['HAVE_PCAP_FILE'] = 1 if buf.find('pcap_compile_nopcap(') != -1: -@@ -46,6 +49,7 @@ +@@ -46,6 +49,7 @@ class config_pcap(config.config): incdirs = [ os.path.join(d, sd) ] if os.path.exists(os.path.join(d, sd, 'pcap.h')): cfg['include_dirs'] = [ os.path.join(d, sd) ] Modified: head/net/py-pypcap/pkg-descr ============================================================================== --- head/net/py-pypcap/pkg-descr Sun Apr 30 20:37:56 2017 (r439842) +++ head/net/py-pypcap/pkg-descr Sun Apr 30 20:47:16 2017 (r439843) @@ -1,3 +1,3 @@ A simplified object-oriented Python extension module for libpcap -WWW: http://code.google.com/p/pypcap/ +WWW: https://github.com/dugsong/pypcap From owner-svn-ports-all@freebsd.org Sun Apr 30 20:56:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41A34D579A9; Sun, 30 Apr 2017 20:56:10 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA42DF; Sun, 30 Apr 2017 20:56:10 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UKu9rn063065; Sun, 30 Apr 2017 20:56:09 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UKu9Ij063063; Sun, 30 Apr 2017 20:56:09 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201704302056.v3UKu9Ij063063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 30 Apr 2017 20:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439844 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 20:56:10 -0000 Author: osa Date: Sun Apr 30 20:56:08 2017 New Revision: 439844 URL: https://svnweb.freebsd.org/changeset/ports/439844 Log: Add IPV6 support knob back. Remove obsolete third-party modules: o) http_accesskey; o) xrid_header. (*) Bump PORTREVISION. PR: 218956 (*) Modified: head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Apr 30 20:47:16 2017 (r439843) +++ head/www/nginx-devel/Makefile Sun Apr 30 20:56:08 2017 (r439844) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -26,6 +27,7 @@ OPTIONS_DEFINE= \ DEBUG \ DEBUGLOG \ FILE_AIO \ + IPV6 \ GOOGLE_PERFTOOLS \ HTTP \ HTTP_ADDITION \ @@ -69,7 +71,6 @@ OPTIONS_DEFINE= \ FASTDFS \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ - HTTP_ACCESSKEY \ HTTP_AUTH_DIGEST \ HTTP_AUTH_KRB5 \ HTTP_AUTH_LDAP \ @@ -122,7 +123,6 @@ OPTIONS_DEFINE= \ SMALL_LIGHT \ SRCACHE \ X11 \ - XRID_HEADER \ XSS OPTIONS_DEFAULT?=DSO FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ @@ -136,6 +136,7 @@ DSO_DESC= Enable dynamic modules suppo DEBUG_DESC= Build with debugging support DEBUGLOG_DESC= Enable debug log (--with-debug) FILE_AIO_DESC= Enable file aio +IPV6_DESC= Enable IPv6 support GOOGLE_PERFTOOLS_DESC= Enable google perftools module HTTP_DESC= Enable HTTP module HTTP_ADDITION_DESC= Enable http_addition module @@ -179,7 +180,6 @@ ECHO_DESC= 3rd party echo module FASTDFS_DESC= 3rd party fastdfs module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module -HTTP_ACCESSKEY_DESC= 3rd party http_accesskey module HTTP_AUTH_DIGEST_DESC= 3rd party http_authdigest module HTTP_AUTH_KRB5_DESC= 3rd party http_auth_gss module HTTP_AUTH_LDAP_DESC= 3rd party http_auth_ldap module @@ -232,7 +232,6 @@ SLOWFS_CACHE_DESC= 3rd party slowfs_cac SMALL_LIGHT_DESC= 3rd party small_light module SRCACHE_DESC= 3rd party srcache module X11_DESC= graphics/ImageMagick[-nox11] dependency -XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support @@ -307,6 +306,12 @@ CONFIGURE_ARGS+=--with-debug CONFIGURE_ARGS+=--with-file-aio .endif +.if empty(PORT_OPTIONS:MIPV6) +CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0" +.else +CATEGORIES+= ipv6 +.endif + .if ${PORT_OPTIONS:MGOOGLE_PERFTOOLS} LIB_DEPENDS+= libprofiler.so:devel/google-perftools CONFIGURE_ARGS+=--with-google_perftools_module @@ -328,14 +333,6 @@ GH_TAGNAME+= ${GIT_ACCEPT_LANGUAGE_VERSI CONFIGURE_ARGS+=--add-module=${WRKSRC_accept_language} .endif -.if ${PORT_OPTIONS:MHTTP_ACCESSKEY} -NGINX_ACCESSKEY_VERSION= 2.0.3 -MASTER_SITES+= LOCAL/osa:accesskey -DISTFILES+= nginx-accesskey-${NGINX_ACCESSKEY_VERSION}.tar.gz:accesskey -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-accesskey-${NGINX_ACCESSKEY_VERSION} -IGNORE= ACCESSKEY: a patch requires -.endif - .if ${PORT_OPTIONS:MHTTP_ADDITION} CONFIGURE_ARGS+=--with-http_addition_module .endif @@ -1025,14 +1022,6 @@ GH_TAGNAME+= v${NGINX_SRCACHE_VERSION}:s CONFIGURE_ARGS+=--add-module=${WRKSRC_srcache} .endif -.if ${PORT_OPTIONS:MXRID_HEADER} -GIT_XRID_VERSION= 0daa3cc -GH_ACCOUNT+= gabor:xrid -GH_PROJECT+= nginx-x-rid-header:xrid -GH_TAGNAME+= ${GIT_XRID_VERSION}:xrid -CONFIGURE_ARGS+=--add-module=${WRKSRC_xrid} -.endif - .if ${PORT_OPTIONS:MXSS} NGINX_XSS_VERSION= 0.05 GH_ACCOUNT+= openresty:xss Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Apr 30 20:47:16 2017 (r439843) +++ head/www/nginx/Makefile Sun Apr 30 20:56:08 2017 (r439844) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -26,6 +27,7 @@ OPTIONS_DEFINE= \ DEBUG \ DEBUGLOG \ FILE_AIO \ + IPV6 \ GOOGLE_PERFTOOLS \ HTTP \ HTTP_ADDITION \ @@ -69,7 +71,6 @@ OPTIONS_DEFINE= \ FASTDFS \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ - HTTP_ACCESSKEY \ HTTP_AUTH_DIGEST \ HTTP_AUTH_KRB5 \ HTTP_AUTH_LDAP \ @@ -122,7 +123,6 @@ OPTIONS_DEFINE= \ SMALL_LIGHT \ SRCACHE \ X11 \ - XRID_HEADER \ XSS OPTIONS_DEFAULT?=DSO FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ @@ -136,6 +136,7 @@ DSO_DESC= Enable dynamic modules suppo DEBUG_DESC= Build with debugging support DEBUGLOG_DESC= Enable debug log (--with-debug) FILE_AIO_DESC= Enable file aio +IPV6_DESC= Enable IPv6 support GOOGLE_PERFTOOLS_DESC= Enable google perftools module HTTP_DESC= Enable HTTP module HTTP_ADDITION_DESC= Enable http_addition module @@ -179,7 +180,6 @@ ECHO_DESC= 3rd party echo module FASTDFS_DESC= 3rd party fastdfs module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module -HTTP_ACCESSKEY_DESC= 3rd party http_accesskey module HTTP_AUTH_DIGEST_DESC= 3rd party http_authdigest module HTTP_AUTH_KRB5_DESC= 3rd party http_auth_gss module HTTP_AUTH_LDAP_DESC= 3rd party http_auth_ldap module @@ -232,7 +232,6 @@ SLOWFS_CACHE_DESC= 3rd party slowfs_cac SMALL_LIGHT_DESC= 3rd party small_light module SRCACHE_DESC= 3rd party srcache module X11_DESC= graphics/ImageMagick[-nox11] dependency -XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support @@ -307,6 +306,12 @@ CONFIGURE_ARGS+=--with-debug CONFIGURE_ARGS+=--with-file-aio .endif +.if empty(PORT_OPTIONS:MIPV6) +CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0" +.else +CATEGORIES+= ipv6 +.endif + .if ${PORT_OPTIONS:MGOOGLE_PERFTOOLS} LIB_DEPENDS+= libprofiler.so:devel/google-perftools CONFIGURE_ARGS+=--with-google_perftools_module @@ -328,14 +333,6 @@ GH_TAGNAME+= ${GIT_ACCEPT_LANGUAGE_VERSI CONFIGURE_ARGS+=--add-module=${WRKSRC_accept_language} .endif -.if ${PORT_OPTIONS:MHTTP_ACCESSKEY} -NGINX_ACCESSKEY_VERSION= 2.0.3 -MASTER_SITES+= LOCAL/osa:accesskey -DISTFILES+= nginx-accesskey-${NGINX_ACCESSKEY_VERSION}.tar.gz:accesskey -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-accesskey-${NGINX_ACCESSKEY_VERSION} -IGNORE= ACCESSKEY: a patch requires -.endif - .if ${PORT_OPTIONS:MHTTP_ADDITION} CONFIGURE_ARGS+=--with-http_addition_module .endif @@ -1025,14 +1022,6 @@ GH_TAGNAME+= v${NGINX_SRCACHE_VERSION}:s CONFIGURE_ARGS+=--add-module=${WRKSRC_srcache} .endif -.if ${PORT_OPTIONS:MXRID_HEADER} -GIT_XRID_VERSION= 0daa3cc -GH_ACCOUNT+= gabor:xrid -GH_PROJECT+= nginx-x-rid-header:xrid -GH_TAGNAME+= ${GIT_XRID_VERSION}:xrid -CONFIGURE_ARGS+=--add-module=${WRKSRC_xrid} -.endif - .if ${PORT_OPTIONS:MXSS} NGINX_XSS_VERSION= 0.05 GH_ACCOUNT+= openresty:xss From owner-svn-ports-all@freebsd.org Sun Apr 30 21:24:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C0A4D57750; Sun, 30 Apr 2017 21:24:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id E599A175F; Sun, 30 Apr 2017 21:24:13 +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 v3ULOC6u075321; Sun, 30 Apr 2017 21:24:12 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULOCKr075319; Sun, 30 Apr 2017 21:24:12 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302124.v3ULOCKr075319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 21:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439845 - in head/net-mgmt: flowviewer p5-Cflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:24:14 -0000 Author: ler Date: Sun Apr 30 21:24:12 2017 New Revision: 439845 URL: https://svnweb.freebsd.org/changeset/ports/439845 Log: Remove options depending on expired net-mgmt/flow-tools-ng While here, pet portlint Approved by: adamw (mentor, implicit) Modified: head/net-mgmt/flowviewer/Makefile head/net-mgmt/p5-Cflow/Makefile Modified: head/net-mgmt/flowviewer/Makefile ============================================================================== --- head/net-mgmt/flowviewer/Makefile Sun Apr 30 20:56:08 2017 (r439844) +++ head/net-mgmt/flowviewer/Makefile Sun Apr 30 21:24:12 2017 (r439845) @@ -3,7 +3,7 @@ PORTNAME= flowviewer PORTVERSION= 4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} @@ -13,16 +13,10 @@ MAINTAINER= samm@os2.kiev.ua COMMENT= Web-based user interface for the flow-tools NetFlow data RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \ - rrdtool:databases/rrdtool + rrdtool:databases/rrdtool \ + rwptoflow:security/silktools OPTIONS_DEFINE= DOCS -OPTIONS_SINGLE= NETFLOWv -OPTIONS_SINGLE_NETFLOWv= NETFLOWv5 NETFLOWv9 -OPTIONS_DEFAULT= NETFLOWv5 -NETFLOWv5_DESC= Support for NETFLOWv5 -NETFLOWv9_DESC= Support for IPFIX/NETFLOWv9 -NETFLOWv5_RUN_DEPENDS= flow-cat:net-mgmt/flow-tools-ng -NETFLOWv9_RUN_DEPENDS= rwptoflow:security/silktools FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer Modified: head/net-mgmt/p5-Cflow/Makefile ============================================================================== --- head/net-mgmt/p5-Cflow/Makefile Sun Apr 30 20:56:08 2017 (r439844) +++ head/net-mgmt/p5-Cflow/Makefile Sun Apr 30 21:24:12 2017 (r439845) @@ -12,20 +12,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= fw@moov.de COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) -OPTIONS_SINGLE= FT -OPTIONS_SINGLE_FT= FLOW_TOOLS FLOW_TOOLS_NG -OPTIONS_DEFAULT= FLOW_TOOLS -FLOW_TOOLS_DESC= Enable flow-tools support -FLOW_TOOLS_NG_DESC= Enable flow-tools-ng support +BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools +RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools USES= perl5 USE_PERL5= configure -FLOW_TOOLS_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools -FLOW_TOOLS_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools -FLOW_TOOLS_NG_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng -FLOW_TOOLS_NG_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng - post-patch: @${REINPLACE_CMD} -e 's|\.\./\.\./lib|${LOCALBASE}/lib|g' ${WRKSRC}/Makefile.PL From owner-svn-ports-all@freebsd.org Sun Apr 30 21:26:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E46EFD577E9; Sun, 30 Apr 2017 21:26:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id B3F2619F0; Sun, 30 Apr 2017 21:26:20 +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 v3ULQJOD075551; Sun, 30 Apr 2017 21:26:19 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULQJVS075549; Sun, 30 Apr 2017 21:26:19 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302126.v3ULQJVS075549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 21:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439846 - in head: . net-mgmt net-mgmt/flow-tools-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:26:21 -0000 Author: ler Date: Sun Apr 30 21:26:19 2017 New Revision: 439846 URL: https://svnweb.freebsd.org/changeset/ports/439846 Log: Remove expired port net-mgmt/flow-tools-ng. 2017-04-30 net-mgmt/flow-tools-ng: Unfetchable for more than six months (google code has gone away) Approved by: adamw (mentor, implicit) Deleted: head/net-mgmt/flow-tools-ng/ Modified: head/MOVED head/net-mgmt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 30 21:24:12 2017 (r439845) +++ head/MOVED Sun Apr 30 21:26:19 2017 (r439846) @@ -9371,3 +9371,4 @@ deskutils/epoch||2017-04-30|Has expired: graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) misc/terraform||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +net-mgmt/flow-tools-ng||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun Apr 30 21:24:12 2017 (r439845) +++ head/net-mgmt/Makefile Sun Apr 30 21:26:19 2017 (r439846) @@ -66,7 +66,6 @@ SUBDIR += fetchconfig SUBDIR += flow-extract SUBDIR += flow-tools - SUBDIR += flow-tools-ng SUBDIR += flowd SUBDIR += flowviewer SUBDIR += fprobe From owner-svn-ports-all@freebsd.org Sun Apr 30 21:27:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384B9D57840; Sun, 30 Apr 2017 21:27:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 076DB1B83; Sun, 30 Apr 2017 21:27:52 +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 v3ULRqTf075705; Sun, 30 Apr 2017 21:27:52 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULRqGL075704; Sun, 30 Apr 2017 21:27:52 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302127.v3ULRqGL075704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 21:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439847 - head/net-mgmt/flow-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:27:53 -0000 Author: ler Date: Sun Apr 30 21:27:51 2017 New Revision: 439847 URL: https://svnweb.freebsd.org/changeset/ports/439847 Log: Remove CONFLICTS= for expired/removed net-mgmt/flow-tools-ng Approved by: adamw (mentor, implicit) Modified: head/net-mgmt/flow-tools/Makefile Modified: head/net-mgmt/flow-tools/Makefile ============================================================================== --- head/net-mgmt/flow-tools/Makefile Sun Apr 30 21:26:19 2017 (r439846) +++ head/net-mgmt/flow-tools/Makefile Sun Apr 30 21:27:51 2017 (r439847) @@ -14,8 +14,6 @@ PORTSCOUT= skipv:0.411 OPTIONS_DEFINE= MYSQL OPENSSL PGSQL -CONFLICTS= flow-tools-ng-[0-9]* - USES= python:run USE_CSTD= gnu89 GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sun Apr 30 21:32:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 490FFD57A46; Sun, 30 Apr 2017 21:32:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 184DB1F86; Sun, 30 Apr 2017 21:32:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3ULWpKG079500; Sun, 30 Apr 2017 21:32:51 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULWpwW079499; Sun, 30 Apr 2017 21:32:51 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201704302132.v3ULWpwW079499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Sun, 30 Apr 2017 21:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439848 - head/sysutils/cdrdao/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:32:52 -0000 Author: marius Date: Sun Apr 30 21:32:50 2017 New Revision: 439848 URL: https://svnweb.freebsd.org/changeset/ports/439848 Log: Fix another piece of code to build with -std=c++11. Added: head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc (contents, props changed) Added: head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc Sun Apr 30 21:32:50 2017 (r439848) @@ -0,0 +1,11 @@ +--- xdao/CdDevice.cc.orig 2009-02-21 13:49:17 UTC ++++ xdao/CdDevice.cc +@@ -255,7 +255,7 @@ int CdDevice::updateStatus() + + bool CdDevice::updateProgress(Glib::IOCondition cond, int fd) + { +- static char msgSync[4] = { 0xff, 0x00, 0xff, 0x00 }; ++ static unsigned char msgSync[4] = { 0xff, 0x00, 0xff, 0x00 }; + fd_set fds; + int state = 0; + char buf[10]; From owner-svn-ports-all@freebsd.org Sun Apr 30 21:36:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82D36D57AAE; Sun, 30 Apr 2017 21:36:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2AF2A167; Sun, 30 Apr 2017 21:36:38 +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 v3ULabI5079751; Sun, 30 Apr 2017 21:36:37 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULaaCI079749; Sun, 30 Apr 2017 21:36:36 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302136.v3ULaaCI079749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 21:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439849 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:36:38 -0000 Author: ler Date: Sun Apr 30 21:36:36 2017 New Revision: 439849 URL: https://svnweb.freebsd.org/changeset/ports/439849 Log: security/vuxml: Document dovecot2 vulnerability PR: 218671 Approved by: adamw (mentor, implicit), ports-secteam (maintainer timeout) Security: CVE-2017-2669 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 30 21:32:50 2017 (r439848) +++ head/security/vuxml/vuln.xml Sun Apr 30 21:36:36 2017 (r439849) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dovecot -- Dovecot DoS when passdb dict was used for authentication + + + dovecot2 + 2.2.25_62.2.29 + + + + +

Timo Sirainen reports:

+
+

passdb/userdb dict: Don't double-expand %variables in keys. If dict + was used as the authentication passdb, using specially crafted + %variables in the username could be used to cause DoS.

+
+ +
+ + CVE-2017-2669 + https://dovecot.org/list/dovecot-news/2017-April/000341.html + https://dovecot.org/list/dovecot-news/2017-April/000342.html + + + 2016-12-01 + 2017-04-30 + +
+ LibreSSL -- TLS verification vulnerability From owner-svn-ports-all@freebsd.org Sun Apr 30 21:40:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB3A0D57B9A; Sun, 30 Apr 2017 21:40:24 +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 mx1.freebsd.org (Postfix) with ESMTPS id AD1C6336; Sun, 30 Apr 2017 21:40:24 +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 v3ULeNZt080029; Sun, 30 Apr 2017 21:40:23 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULeNaA080028; Sun, 30 Apr 2017 21:40:23 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704302140.v3ULeNaA080028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 21:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439850 - in head/lang/gcc48: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:40:25 -0000 Author: gerald Date: Sun Apr 30 21:40:23 2017 New Revision: 439850 URL: https://svnweb.freebsd.org/changeset/ports/439850 Log: Remove files/patch-unwind-ia64.h which has been obsolete for a while since ONLY_FOR_ARCHS does not include ia64. Streamline the setting of INFO. Deleted: head/lang/gcc48/files/patch-unwind-ia64.h Modified: head/lang/gcc48/Makefile Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Apr 30 21:36:36 2017 (r439849) +++ head/lang/gcc48/Makefile Sun Apr 30 21:40:23 2017 (r439850) @@ -107,12 +107,9 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ - gcc${SUFFIX}/libgomp -# Release tarballs (as opposed to snapshots) always carry this. -#.if ${ARCH} == "i386" || ${ARCH} == "amd64" -INFO+= gcc${SUFFIX}/libquadmath \ - gcc${SUFFIX}/libitm -#.endif + gcc${SUFFIX}/libgomp \ + gcc${SUFFIX}/libitm \ + gcc${SUFFIX}/libquadmath SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} From owner-svn-ports-all@freebsd.org Sun Apr 30 21:47:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 312B1D57FEB; Sun, 30 Apr 2017 21:47:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 03456AC8; Sun, 30 Apr 2017 21:47:26 +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 v3ULlQ9P084240; Sun, 30 Apr 2017 21:47:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULlPfG084238; Sun, 30 Apr 2017 21:47:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704302147.v3ULlPfG084238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 30 Apr 2017 21:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439851 - head/net-p2p/radarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:47:27 -0000 Author: feld Date: Sun Apr 30 21:47:25 2017 New Revision: 439851 URL: https://svnweb.freebsd.org/changeset/ports/439851 Log: net-p2p/radarr: Update to 2.0.654 Changelog: https://github.com/Radarr/Radarr/releases/tag/v0.2.0.654 Modified: head/net-p2p/radarr/Makefile head/net-p2p/radarr/distinfo Modified: head/net-p2p/radarr/Makefile ============================================================================== --- head/net-p2p/radarr/Makefile Sun Apr 30 21:40:23 2017 (r439850) +++ head/net-p2p/radarr/Makefile Sun Apr 30 21:47:25 2017 (r439851) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= radarr -PORTVERSION= 0.2.0.596 +PORTVERSION= 0.2.0.654 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ Modified: head/net-p2p/radarr/distinfo ============================================================================== --- head/net-p2p/radarr/distinfo Sun Apr 30 21:40:23 2017 (r439850) +++ head/net-p2p/radarr/distinfo Sun Apr 30 21:47:25 2017 (r439851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492222928 -SHA256 (Radarr.develop.0.2.0.596.linux.tar.gz) = c0f7a3980b03bc5b543fa8ca2dc482ad5cc5b24fb6bb09a40810244d03699b5d -SIZE (Radarr.develop.0.2.0.596.linux.tar.gz) = 7150876 +TIMESTAMP = 1493576918 +SHA256 (Radarr.develop.0.2.0.654.linux.tar.gz) = 28993fe1e7bf59f9032055d2e61977f8e358595130bde3e3accdef87e61f4b17 +SIZE (Radarr.develop.0.2.0.654.linux.tar.gz) = 7152154 From owner-svn-ports-all@freebsd.org Sun Apr 30 21:50:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A76CA10AE; Sun, 30 Apr 2017 21:50:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id C47D0C4C; Sun, 30 Apr 2017 21:50:51 +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 v3ULooDb085229; Sun, 30 Apr 2017 21:50:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ULooFi085227; Sun, 30 Apr 2017 21:50:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704302150.v3ULooFi085227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 30 Apr 2017 21:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439852 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 21:50:52 -0000 Author: feld Date: Sun Apr 30 21:50:50 2017 New Revision: 439852 URL: https://svnweb.freebsd.org/changeset/ports/439852 Log: net-p2p/sonarr: Update to 2.0.0.4689 Modified: head/net-p2p/sonarr/Makefile head/net-p2p/sonarr/distinfo Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Sun Apr 30 21:47:25 2017 (r439851) +++ head/net-p2p/sonarr/Makefile Sun Apr 30 21:50:50 2017 (r439852) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.4645 +PORTVERSION= 2.0.0.4689 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ Modified: head/net-p2p/sonarr/distinfo ============================================================================== --- head/net-p2p/sonarr/distinfo Sun Apr 30 21:47:25 2017 (r439851) +++ head/net-p2p/sonarr/distinfo Sun Apr 30 21:50:50 2017 (r439852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489004159 -SHA256 (NzbDrone.master.2.0.0.4645.mono.tar.gz) = 68ed2d15d7330791aa3dd6c781595683b494cc465d60024b190a829a85a7418d -SIZE (NzbDrone.master.2.0.0.4645.mono.tar.gz) = 6730256 +TIMESTAMP = 1493588904 +SHA256 (NzbDrone.master.2.0.0.4689.mono.tar.gz) = 93afe3a5e7bd4c285aacb6d3c94fb4251c0de845761b82e37cc6fa85926dd614 +SIZE (NzbDrone.master.2.0.0.4689.mono.tar.gz) = 6762412 From owner-svn-ports-all@freebsd.org Sun Apr 30 22:09:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0549ECA16C6; Sun, 30 Apr 2017 22:09:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id B2695A15; Sun, 30 Apr 2017 22:09:43 +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 v3UM9gCM092560; Sun, 30 Apr 2017 22:09:42 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UM9gYK092557; Sun, 30 Apr 2017 22:09:42 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704302209.v3UM9gYK092557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 30 Apr 2017 22:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439853 - in head/sysutils/i7z: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 22:09:44 -0000 Author: ler Date: Sun Apr 30 22:09:42 2017 New Revision: 439853 URL: https://svnweb.freebsd.org/changeset/ports/439853 Log: sysutils/i7z: Migrate port to GitHub and take maintainership Maintainer hasn't responded to numerous PR's over the last 3.5 years, and the port was scheduled for expiration. Give to new volunteer. PR: 218942 Submitted by: dim@FreeBSD.org Approved by: adamw (mentor, implicit) Deleted: head/sysutils/i7z/files/ Modified: head/sysutils/i7z/Makefile head/sysutils/i7z/distinfo head/sysutils/i7z/pkg-descr Modified: head/sysutils/i7z/Makefile ============================================================================== --- head/sysutils/i7z/Makefile Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/Makefile Sun Apr 30 22:09:42 2017 (r439853) @@ -1,23 +1,20 @@ # $FreeBSD$ PORTNAME= i7z -PORTVERSION= 0.27.2 -PORTREVISION= 4 +PORTVERSION= 0.27.3 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE -MAINTAINER= zont@FreeBSD.org -COMMENT= Thermal and C-state reporting utility for Intel-Core-i CPUs +MAINTAINER= dim@FreeBSD.org +COMMENT= Thermal and C-state reporting utility for Intel Core CPUs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +USE_GITHUB= yes +GH_ACCOUNT= DimitryAndric +GH_TAGNAME= v0.27.3 USES= gmake -USE_GCC= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz Modified: head/sysutils/i7z/distinfo ============================================================================== --- head/sysutils/i7z/distinfo Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/distinfo Sun Apr 30 22:09:42 2017 (r439853) @@ -1,2 +1,3 @@ -SHA256 (i7z-0.27.2.tar.gz) = a7f72d65732c17eef0df4f284927fe744fc650075f2364c51c9497534d8f47f1 -SIZE (i7z-0.27.2.tar.gz) = 51226 +TIMESTAMP = 1493410401 +SHA256 (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = d9c4445d870401d08483c7dc9d8a319c0c8ec111b13ca3735851fd6b58d20e90 +SIZE (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = 64455 Modified: head/sysutils/i7z/pkg-descr ============================================================================== --- head/sysutils/i7z/pkg-descr Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/pkg-descr Sun Apr 30 22:09:42 2017 (r439853) @@ -1,4 +1,4 @@ i7z prints out the C-states and temperature for i3, i5 and i7 based Core processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge). -WWW: http://code.google.com/p/i7z/ +WWW: https://github.com/DimitryAndric/i7z From owner-svn-ports-all@freebsd.org Sun Apr 30 22:40:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5208BCA1D40; Sun, 30 Apr 2017 22:40:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id 09D3517FA; Sun, 30 Apr 2017 22:40:01 +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 v3UMe1lq005045; Sun, 30 Apr 2017 22:40:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UMe0AM005044; Sun, 30 Apr 2017 22:40:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704302240.v3UMe0AM005044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 30 Apr 2017 22:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439854 - in head/mail/dovecot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 22:40:02 -0000 Author: adamw Date: Sun Apr 30 22:40:00 2017 New Revision: 439854 URL: https://svnweb.freebsd.org/changeset/ports/439854 Log: Add an alread-upstreamed patch to fix dovecot-auth wedging with NTLM authentication. PR: 218693 Submitted by: Andriy Syrovenko Obtained from: https://github.com/dovecot/core/commit/a319c3201bff1ea7bae3e7ab1fae42e9c4759056 MFH: 2017Q2 Added: head/mail/dovecot2/files/patch-fix-ntlm_auth (contents, props changed) Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sun Apr 30 22:09:42 2017 (r439853) +++ head/mail/dovecot2/Makefile Sun Apr 30 22:40:00 2017 (r439854) @@ -14,6 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.29.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 Added: head/mail/dovecot2/files/patch-fix-ntlm_auth ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot2/files/patch-fix-ntlm_auth Sun Apr 30 22:40:00 2017 (r439854) @@ -0,0 +1,36 @@ +From a319c3201bff1ea7bae3e7ab1fae42e9c4759056 Mon Sep 17 00:00:00 2001 +From: Andriy Syrovenko +Date: Mon, 17 Apr 2017 01:14:02 +0300 +Subject: [PATCH] auth: Fixed dovecot/auth hanging when child ntlm_auth crashes + while processing an authentication request + +--- + src/auth/mech-winbind.c | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) + +diff --git a/src/auth/mech-winbind.c b/src/auth/mech-winbind.c +index 4a65696..c12fb5e 100644 +--- src/auth/mech-winbind.c ++++ src/auth/mech-winbind.c +@@ -187,12 +187,18 @@ do_auth_continue(struct auth_request *auth_request, + request->continued = FALSE; + + while ((answer = i_stream_read_next_line(in_pipe)) == NULL) { +- if (in_pipe->stream_errno != 0) ++ if (in_pipe->stream_errno != 0 || in_pipe->eof) + break; + } + if (answer == NULL) { +- auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, +- "read(in_pipe) failed: %m"); ++ if (in_pipe->stream_errno != 0) { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: %m"); ++ } else { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: " ++ "unexpected end of file"); ++ } + return HR_RESTART; + } + From owner-svn-ports-all@freebsd.org Mon May 1 00:39:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62CAAD45646; Mon, 1 May 2017 00:39:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3530EFB6; Mon, 1 May 2017 00:39:20 +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 v410dJ1t053662; Mon, 1 May 2017 00:39:19 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v410dJH7053659; Mon, 1 May 2017 00:39:19 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705010039.v410dJH7053659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 1 May 2017 00:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439855 - in head/devel/cdecl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 00:39:20 -0000 Author: ler Date: Mon May 1 00:39:18 2017 New Revision: 439855 URL: https://svnweb.freebsd.org/changeset/ports/439855 Log: devel/cdecl: upgrade to new major version 3.1 This version fixes virtually all the deficiencies in earlier versions as well as adds many new features, most notably: Using GNU Autotools for building. Command-line long-options. Distinguishes among K&R C, C89, C95, C99, C11, C++98, C++03, C++11, and C++14. Support for C11 and C++11 types bool, char16_t, char32_t, complex, restrict, size_t, thread_local, and wchar_t. Support for inline function declarations. Support for typedef declarations. Support for variadic function arguments. Support for C++11 constexpr, enum class, mutable, rvalue references, and the function trailing return-type syntax. Support for const, final, friend, override, volatile, virtual, pure virtual, and ref-qualified C++ member function declarations. Better warning and error messages complete with location information and color. Take Maintainer'ship. Submitted by: paul@lucasmail.org Approved by: adamw (mentor, implicit) Deleted: head/devel/cdecl/files/ Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo head/devel/cdecl/pkg-descr Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sun Apr 30 22:40:00 2017 (r439854) +++ head/devel/cdecl/Makefile Mon May 1 00:39:18 2017 (r439855) @@ -2,28 +2,28 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 3.1 CATEGORIES= devel -MASTER_SITES= SUNSITE/devel/lang/c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@FreeBSD.org COMMENT= Explains complicated C/C++ declarations in plain English +LICENSE= GPLv3 + +BUILD_DEPENDS= flex:textproc/flex + CONFLICTS= cutils-[0-9]* -USES= ncurses readline -USE_CSTD= c89 -ALL_TARGET= ${PORTNAME} -MAKE_ENV+= STAGEDIR=${STAGEDIR} +USES= autoreconf bison ncurses readline -PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz -PORTDOCS= testset testset++ +USE_GITHUB= yes -OPTIONS_DEFINE= DOCS +GH_ACCOUNT= paul-j-lucas +GH_PROJECT= cdecl +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR} +MAKE_JOBS_UNSAFE= yes +GNU_CONFIGURE= yes +PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz .include Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Sun Apr 30 22:40:00 2017 (r439854) +++ head/devel/cdecl/distinfo Mon May 1 00:39:18 2017 (r439855) @@ -1,2 +1,3 @@ -SHA256 (cdecl-2.5.tar.gz) = b74caef08407a2195d6f1facf103e5af29253f67d599486164241b14ee42a936 -SIZE (cdecl-2.5.tar.gz) = 21435 +TIMESTAMP = 1493597720 +SHA256 (paul-j-lucas-cdecl-3.1-cdecl-3.1_GH0.tar.gz) = 270ce7b3e49680e5a386b78d91b5cc0238c5293579f28f06412ad7de608ff13d +SIZE (paul-j-lucas-cdecl-3.1-cdecl-3.1_GH0.tar.gz) = 235505 Modified: head/devel/cdecl/pkg-descr ============================================================================== --- head/devel/cdecl/pkg-descr Sun Apr 30 22:40:00 2017 (r439854) +++ head/devel/cdecl/pkg-descr Mon May 1 00:39:18 2017 (r439855) @@ -2,3 +2,5 @@ Cdecl composes compilable C declarations English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library). + +WWW: https://github.com/paul-j-lucas/cdecl From owner-svn-ports-all@freebsd.org Mon May 1 00:59:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4F00D45F77; Mon, 1 May 2017 00:59:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9F5E3F3B; Mon, 1 May 2017 00:59:31 +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 v410xUug062392; Mon, 1 May 2017 00:59:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v410xT8k062384; Mon, 1 May 2017 00:59:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705010059.v410xT8k062384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 1 May 2017 00:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439856 - in branches/2017Q2/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole dovecot2-pigeonhole/files dovecot2/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 00:59:31 -0000 Author: adamw Date: Mon May 1 00:59:29 2017 New Revision: 439856 URL: https://svnweb.freebsd.org/changeset/ports/439856 Log: MFH: r438222 r438323 r438365 r439618 r439854 This contains updates to both dovecot2 and dovecot2-pigeonhole that fix bugs and, in dovecot2, a CVE. Update dovecot to 2.2.29, and bump PORTREVISION for the plugins. Add a warning to the pkg-message that security.bsd.see_other_uids/gids should not be enabled if dovecot is storing mail for multiple users concurrently (PR 218392, submitted by topical). * passdb/userdb dict: Don't double-expand %variables in keys. If dict was used as the authentication passdb, using specially crafted %variables in the username could be used to cause DoS (CVE-2017-2669) * When Dovecot encounters an internal error, it logs the real error and usually logs another line saying what function failed. Previously the second log line's error message was a rather uninformative "Internal error occurred. Refer to server log for more information." Now the real error message is duplicated in this second log line. * lmtp: If a delivery has multiple recipients, run autoexpunging only for the last recipient. This avoids a problem where a long autoexpunge run causes LMTP client to timeout between the DATA replies, resulting in duplicate mail deliveries. * config: Don't stop the process due to idling. Otherwise the configuration is reloaded when the process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. + imap, pop3, indexer-worker: Add (deinit) to process title before autoexpunging runs. + Added %{encrypt} and %{decrypt} variables + imap/pop3 proxy: Log proxy state in errors as human-readable string. + imap/pop3-login: All forward_* extra fields returned by passdb are sent to the next hop when proxying using ID/XCLIENT commands. On the receiving side these fields are imported and sent to auth process where they're accessible via %{passdb:forward_*}. This is done only if the sending IP address matches login_trusted_networks. + imap-login: If imap_id_retain=yes, send the IMAP ID string to auth process. %{client_id} expands to it in auth process. The ID string is also sent to the next hop when proxying. + passdb imap: Use ssl_client_ca_* settings for CA validation. - fts-tika: Fixed crash when parsing attachment without Content-Disposition header. Broken by 2.2.28. (fixed in FreeBSD ports) - trash plugin was broken in 2.2.28 (fixed in FreeBSD ports) - auth: When passdb/userdb lookups were done via auth-workers, too much data was added to auth cache. This could have resulted in wrong replies when using multiple passdbs/userdbs. - auth: passdb { skip & mechanisms } were ignored for the first passdb - oauth2: Various fixes, including fixes to crashes - dsync: Large Sieve scripts (or other large metadata) weren't always synced. - Index rebuild (e.g. doveadm force-resync) set all mails as \Recent - imap-hibernate: %{userdb:*} wasn't expanded in mail_log_prefix - doveadm: Exit codes weren't preserved when proxying commands via doveadm-server. Almost all errors used exit code 75 (tempfail). - ACLs weren't applied to not-yet-existing autocreated mailboxes. - Fixed a potential crash when parsing a broken message header. - cassandra: Fallback consistency settings weren't working correctly. - doveadm director status : "Initial config" was always empty - imapc: Various reconnection fixes. Upgrade mail/dovecot2-pigeonhole to 0.4.18. Changelog v0.4.18: + imapsieve plugin: Implemented the copy_source_after rule action. When this is enabled for a mailbox rule, the specified Sieve script is executed for the message in the source mailbox during a "COPY" event. This happens only after the Sieve script that is executed for the corresponding message in the destination mailbox finishes running successfully. + imapsieve plugin: Added non-standard Sieve environment items for the source and destination mailbox. - multiscript: The execution of the discard script had an implicit "keep", rather than an implicit "discard". Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10366 Update to 2.2.29.1. - imapc reconnection fix was forgotten from 2.2.29 release, which also made "make check" fail in a unit test - dict-sql: Merging multiple UPDATEs to a single statement wasn't actually working. - Fixed building with vpopmail Upon continuing the deferred implicit keep, the implicit side-effects (such as imap flags) were not applied. Obtained from: https://github.com/dovecot/pigeonhole/commit/3e1a17a286ab0e084577fc267a442cb12aed1cbc Approved by: adamw (mentor, implicit) Add an alread-upstreamed patch to fix dovecot-auth wedging with NTLM authentication. PR: 218693 Submitted by: Andriy Syrovenko Obtained from: https://github.com/dovecot/core/commit/a319c3201bff1ea7bae3e7ab1fae42e9c4759056 Approved by: ports-secteam (feld) Added: branches/2017Q2/mail/dovecot2-pigeonhole/files/ - copied from r439618, head/mail/dovecot2-pigeonhole/files/ branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth - copied unchanged from r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth Deleted: branches/2017Q2/mail/dovecot2/files/patch-src_plugins_fts_fts-parser-tika.c branches/2017Q2/mail/dovecot2/files/patch-trash_plugin Modified: branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile branches/2017Q2/mail/dovecot2-pigeonhole/Makefile branches/2017Q2/mail/dovecot2-pigeonhole/distinfo branches/2017Q2/mail/dovecot2/Makefile branches/2017Q2/mail/dovecot2/distinfo branches/2017Q2/mail/dovecot2/files/pkg-message.in branches/2017Q2/mail/dovecot2/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: branches/2017Q2/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2-pigeonhole/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-pigeonhole/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.17 +PORTVERSION= 0.4.18 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ Modified: branches/2017Q2/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- branches/2017Q2/mail/dovecot2-pigeonhole/distinfo Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-pigeonhole/distinfo Mon May 1 00:59:29 2017 (r439856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488163544 -SHA256 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3 -SIZE (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 +TIMESTAMP = 1491958585 +SHA256 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a34444f1c3a9 +SIZE (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 1742357 Modified: branches/2017Q2/mail/dovecot2/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -13,10 +13,10 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.28 -PORTREVISION= 2 +PORTVERSION= 2.2.29.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: branches/2017Q2/mail/dovecot2/distinfo ============================================================================== --- branches/2017Q2/mail/dovecot2/distinfo Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/distinfo Mon May 1 00:59:29 2017 (r439856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487948861 -SHA256 (dovecot-2.2.28.tar.gz) = e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25 -SIZE (dovecot-2.2.28.tar.gz) = 5921992 +TIMESTAMP = 1492013710 +SHA256 (dovecot-2.2.29.1.tar.gz) = ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388 +SIZE (dovecot-2.2.29.1.tar.gz) = 5972119 Copied: branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth (from r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth Mon May 1 00:59:29 2017 (r439856, copy of r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth) @@ -0,0 +1,36 @@ +From a319c3201bff1ea7bae3e7ab1fae42e9c4759056 Mon Sep 17 00:00:00 2001 +From: Andriy Syrovenko +Date: Mon, 17 Apr 2017 01:14:02 +0300 +Subject: [PATCH] auth: Fixed dovecot/auth hanging when child ntlm_auth crashes + while processing an authentication request + +--- + src/auth/mech-winbind.c | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) + +diff --git a/src/auth/mech-winbind.c b/src/auth/mech-winbind.c +index 4a65696..c12fb5e 100644 +--- src/auth/mech-winbind.c ++++ src/auth/mech-winbind.c +@@ -187,12 +187,18 @@ do_auth_continue(struct auth_request *auth_request, + request->continued = FALSE; + + while ((answer = i_stream_read_next_line(in_pipe)) == NULL) { +- if (in_pipe->stream_errno != 0) ++ if (in_pipe->stream_errno != 0 || in_pipe->eof) + break; + } + if (answer == NULL) { +- auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, +- "read(in_pipe) failed: %m"); ++ if (in_pipe->stream_errno != 0) { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: %m"); ++ } else { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: " ++ "unexpected end of file"); ++ } + return HR_RESTART; + } + Modified: branches/2017Q2/mail/dovecot2/files/pkg-message.in ============================================================================== --- branches/2017Q2/mail/dovecot2/files/pkg-message.in Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/files/pkg-message.in Mon May 1 00:59:29 2017 (r439856) @@ -15,6 +15,14 @@ dovecot_enable="YES" +--------------------------------------------------------------------- + +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). + +--------------------------------------------------------------------- + If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and one of graphics/xpdf or graphics/poppler-utils. Modified: branches/2017Q2/mail/dovecot2/pkg-plist ============================================================================== --- branches/2017Q2/mail/dovecot2/pkg-plist Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/pkg-plist Mon May 1 00:59:29 2017 (r439856) @@ -179,6 +179,7 @@ include/dovecot/hex-dec.h include/dovecot/hmac-cram-md5.h include/dovecot/hmac.h include/dovecot/home-expand.h +include/dovecot/hook-build.h include/dovecot/hostpid.h include/dovecot/http-auth.h include/dovecot/http-client-private.h @@ -567,9 +568,12 @@ include/dovecot/userdb-vpopmail.h include/dovecot/userdb.h include/dovecot/utc-mktime.h include/dovecot/utc-offset.h +include/dovecot/var-expand-private.h include/dovecot/var-expand.h include/dovecot/wildcard-match.h include/dovecot/write-full.h +lib/dovecot/auth/lib20_auth_var_expand_crypt.a +lib/dovecot/auth/lib20_auth_var_expand_crypt.so lib/dovecot/auth/libauthdb_imap.a lib/dovecot/auth/libauthdb_imap.so lib/dovecot/doveadm/lib10_doveadm_acl_plugin.a @@ -627,6 +631,8 @@ lib/dovecot/lib20_quota_clone_plugin.a lib/dovecot/lib20_quota_clone_plugin.so lib/dovecot/lib20_replication_plugin.a lib/dovecot/lib20_replication_plugin.so +lib/dovecot/lib20_var_expand_crypt.a +lib/dovecot/lib20_var_expand_crypt.so lib/dovecot/lib20_virtual_plugin.a lib/dovecot/lib20_virtual_plugin.so lib/dovecot/lib20_zlib_plugin.a From owner-svn-ports-all@freebsd.org Mon May 1 01:06:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0281D5816B; Mon, 1 May 2017 01:06:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8060C3B1; Mon, 1 May 2017 01:06:16 +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 v4116FWf066288; Mon, 1 May 2017 01:06:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4116FXA066287; Mon, 1 May 2017 01:06:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705010106.v4116FXA066287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 1 May 2017 01:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439857 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 01:06:16 -0000 Author: adamw Date: Mon May 1 01:06:15 2017 New Revision: 439857 URL: https://svnweb.freebsd.org/changeset/ports/439857 Log: Add some usage instructions to the top of the mfh script. In particular, note that multiple revisions should appear chronologically. Modified: head/Tools/scripts/mfh Modified: head/Tools/scripts/mfh ============================================================================== --- head/Tools/scripts/mfh Mon May 1 00:59:29 2017 (r439856) +++ head/Tools/scripts/mfh Mon May 1 01:06:15 2017 (r439857) @@ -1,6 +1,12 @@ #!/bin/sh # # mfh - Merge from head to a given branch +# +# Usage: mfh [] [] +# is optional and defaults to latest branch +# If supplying multiple revnumbers, put them in chronological order +# (111111 111112 111113) +# # Copyright 2013 Baptiste Daroussin # All rights reserved. # From owner-svn-ports-all@freebsd.org Mon May 1 01:54:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CAAD58290; Mon, 1 May 2017 01:54:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id DA779A02; Mon, 1 May 2017 01:54:14 +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 v411sDwY087447; Mon, 1 May 2017 01:54:13 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v411sDi9087445; Mon, 1 May 2017 01:54:13 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705010154.v411sDi9087445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 1 May 2017 01:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439858 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 01:54:15 -0000 Author: ler Date: Mon May 1 01:54:13 2017 New Revision: 439858 URL: https://svnweb.freebsd.org/changeset/ports/439858 Log: devel/cdecl: upgrade to 3.1.1 Parallel builds Parallel builds were fixed. Manual page caveats Added additional caveats: qualified C++ data members or member functions are not supported. Approved by: adamw (mentor, implicit) Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Mon May 1 01:06:15 2017 (r439857) +++ head/devel/cdecl/Makefile Mon May 1 01:54:13 2017 (r439858) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= devel MAINTAINER= ler@FreeBSD.org @@ -22,7 +22,6 @@ GH_ACCOUNT= paul-j-lucas GH_PROJECT= cdecl GH_TAGNAME= ${PORTNAME}-${PORTVERSION} -MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Mon May 1 01:06:15 2017 (r439857) +++ head/devel/cdecl/distinfo Mon May 1 01:54:13 2017 (r439858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493597720 -SHA256 (paul-j-lucas-cdecl-3.1-cdecl-3.1_GH0.tar.gz) = 270ce7b3e49680e5a386b78d91b5cc0238c5293579f28f06412ad7de608ff13d -SIZE (paul-j-lucas-cdecl-3.1-cdecl-3.1_GH0.tar.gz) = 235505 +TIMESTAMP = 1493603464 +SHA256 (paul-j-lucas-cdecl-3.1.1-cdecl-3.1.1_GH0.tar.gz) = becc8abee5f6f888b6692d049865a53b741757920e10dec9f83b19fd6275106b +SIZE (paul-j-lucas-cdecl-3.1.1-cdecl-3.1.1_GH0.tar.gz) = 235660 From owner-svn-ports-all@freebsd.org Mon May 1 03:27:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A57D587F9; Mon, 1 May 2017 03:27:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (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 EAC311C14; Mon, 1 May 2017 03:27:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x244.google.com with SMTP id b23so10384563pfc.0; Sun, 30 Apr 2017 20:27:37 -0700 (PDT) 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=15iAKOYqQdeazQcQ5HmcXK+KYStPeDfYu+YFJO1n5Kg=; b=TeWyQc/tvgq8XbhH4QwkGHUwV3sgwlMrCi8M3XuW6vDjtJFACF4WfFyXEzp5iJeHFE DifB3UMfbSi3oGBWfm+ryX95lQ1YbCYbqGejK3VrqfJ9fRF2v+CJPythG/OfMlPNw3aN 2Yk7usMSNG0kRgfNLK5r+JuzDKws3szSREJTYLk1FKVjqzX29+ces+Wg0my/QC3dwsup BW8e2rpaZS7ty9E6xmg3CzJsZU+KxdBJUbXdymi0fDH3K6StaZGufSX0+0cOVW4sCzse fEX5Mee3VCw0t/mjZf+2JEaZYAEzVEb0aCKAkdWbyzhdHs/9jn5E3iogULw7fIXoWo7K O71g== 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=15iAKOYqQdeazQcQ5HmcXK+KYStPeDfYu+YFJO1n5Kg=; b=ex7oHC2aXxR6jbkQ9M/jd0fpY3oI+0/d5ggYGh/jJ9m7S9G4+chp1hKb9/GVKhHq2g 7phopWYftRTb/NjN299F/3z6FeUhdI3GmEYLhRR+M8H64mYJv1UlixY6McKaZTgO+L1G fFv2rKQVYTPpQtLvevSczTDj9G5OWPYufyVlZ+5UvWSbNgcnEPI04/19deeIJzTMDS0h lkAlAaypVHAmCHtulXfzpqQV4S8f0viw6U5WGd/YQVqq+qD6lLpfLnqqJS9IcOeZ5SNR 3LamJj+uxaa+4rO1NIqKJZ9N/MZ1MQOa1ITxF9dzfrjyDwaO3659RiWCv8+S/tQ/XHH3 Hx1A== X-Gm-Message-State: AN3rC/7zpi0LgRs63FJ2/oPGoSXLsWuW4/OPai3b5wX/yKAMyq1upPjc GXCO0p8IeOhIAVt7n5U= X-Received: by 10.99.174.6 with SMTP id q6mr25037642pgf.161.1493609257070; Sun, 30 Apr 2017 20:27:37 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c? (2001-44b8-31ae-7b01-2042-03e8-d7ce-9b9c.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c]) by smtp.gmail.com with ESMTPSA id c3sm22797871pfg.46.2017.04.30.20.27.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Apr 2017 20:27:36 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r439857 - head/Tools/scripts To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705010106.v4116FXA066287@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Mon, 1 May 2017 13:23:35 +1000 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: <201705010106.v4116FXA066287@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 03:27:38 -0000 On 5/1/17 11:06 AM, Adam Weinberger wrote: > Author: adamw Date: Mon May 1 01:06:15 2017 New Revision: 439857 > URL: https://svnweb.freebsd.org/changeset/ports/439857 > > Log: Add some usage instructions to the top of the mfh script. In > particular, note that multiple revisions should appear > chronologically. > > Modified: head/Tools/scripts/mfh > > Modified: head/Tools/scripts/mfh > ============================================================================== > > --- head/Tools/scripts/mfh Mon May 1 00:59:29 2017 (r439856) > +++ head/Tools/scripts/mfh Mon May 1 01:06:15 2017 (r439857) @@ -1,6 > +1,12 @@ #!/bin/sh # # mfh - Merge from head to a given branch +# +# > Usage: mfh [] [] +# is > optional and defaults to latest branch +# If supplying multiple > revnumbers, put them in chronological order +# (111111 111112 > 111113) +# # Copyright 2013 Baptiste Daroussin # All rights > reserved. # > What is the impact if they are not sorted? Could the script be made to sort the provided revision numbers, precluding the need for the committers to remember to sort them? From owner-svn-ports-all@freebsd.org Mon May 1 03:32:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8CCED58A3C; Mon, 1 May 2017 03:32:07 +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 067DB89; Mon, 1 May 2017 03:32:06 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id e1cdb2ee TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Apr 2017 21:32:04 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r439857 - head/Tools/scripts From: Adam Weinberger In-Reply-To: Date: Sun, 30 Apr 2017 21:32:02 -0600 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201705010106.v4116FXA066287@repo.freebsd.org> To: koobs@FreeBSD.org X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 03:32:07 -0000 > On 30 Apr, 2017, at 21:23, Kubilay Kocak wrote: >=20 > On 5/1/17 11:06 AM, Adam Weinberger wrote: >> Author: adamw Date: Mon May 1 01:06:15 2017 New Revision: 439857=20 >> URL: https://svnweb.freebsd.org/changeset/ports/439857 >>=20 >> Log: Add some usage instructions to the top of the mfh script. In >> particular, note that multiple revisions should appear >> chronologically. >>=20 >> Modified: head/Tools/scripts/mfh >>=20 >> Modified: head/Tools/scripts/mfh=20 >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>=20 >>=20 > --- head/Tools/scripts/mfh Mon May 1 00:59:29 2017 = (r439856) >> +++ head/Tools/scripts/mfh Mon May 1 01:06:15 2017 = (r439857) @@ -1,6 >> +1,12 @@ #!/bin/sh # # mfh - Merge from head to a given branch +# +# >> Usage: mfh [] [] +# is >> optional and defaults to latest branch +# If supplying multiple >> revnumbers, put them in chronological order +# (111111 111112 >> 111113) +# # Copyright 2013 Baptiste Daroussin # All rights >> reserved. # >>=20 >=20 > What is the impact if they are not sorted? If later commits depend on the previous commits, the later commits can't = apply and are seen as merge conflicts. > Could the script be made to sort the provided revision numbers, > precluding the need for the committers to remember to sort them? Absolutely. Is there any scenario where applying them in = non-chronological order solves a problem? As long as the goal is to end = up where HEAD is (or was), I can't see non-chronological being a good = thing. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Mon May 1 08:15:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F50D58B4B; Mon, 1 May 2017 08:15:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id 86F27184A; Mon, 1 May 2017 08:15:33 +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 v418FWvU041810; Mon, 1 May 2017 08:15:32 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v418FWLV041807; Mon, 1 May 2017 08:15:32 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705010815.v418FWLV041807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 1 May 2017 08:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439859 - in head/lang/gcc49: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 08:15:33 -0000 Author: gerald Date: Mon May 1 08:15:32 2017 New Revision: 439859 URL: https://svnweb.freebsd.org/changeset/ports/439859 Log: Remove Java support (both in terms of the JAVA option and everything associated with it as well as java from CATEGORIES). In addition to changes to Makefile, pkg-plist, and pkg-descr, this also removes files/java-patch-hier. GCC 4.9 was first released in summer 2014 and went end-of-life upstream a year ago, but GCC 5 is very well established by now and also provides support for Java (GCJ/libgcj), and so does GCC 6, and this simplifies this port significantly and also speeds up the build. While we are here, streamline the setting of INFO. Deleted: head/lang/gcc49/files/java-patch-hier Modified: head/lang/gcc49/Makefile head/lang/gcc49/pkg-descr head/lang/gcc49/pkg-plist Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Mon May 1 01:54:13 2017 (r439858) +++ head/lang/gcc49/Makefile Mon May 1 08:15:32 2017 (r439859) @@ -3,8 +3,8 @@ PORTNAME= gcc PORTVERSION= 4.9.4 -PORTREVISION= 2 -CATEGORIES= lang java +PORTREVISION= 3 +CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -37,18 +37,9 @@ USE_PERL5= build SSP_UNSAFE= yes OPTIONS_DEFINE= BOOTSTRAP -OPTIONS_DEFINE_i386= JAVA -OPTIONS_DEFINE_amd64= JAVA -OPTIONS_DEFINE_powerpc64= JAVA OPTIONS_DEFAULT= BOOTSTRAP -OPTIONS_DEFAULT_i386= JAVA -OPTIONS_DEFAULT_amd64= JAVA -OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -JAVA_USES= python:build shebangfix -SHEBANG_FILES= libjava/contrib/aot-compile.in - .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64+= MULTILIB OPTIONS_DEFAULT_powerpc64+= MULTILIB @@ -102,7 +93,9 @@ CONFIGURE_ARGS+=--disable-nls \ --with-ld=${LOCALBASE}/bin/ld \ ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ - --with-system-zlib + --with-system-zlib \ + --disable-libgcj \ + --enable-languages=${LANGUAGES} MAKE_ARGS+= MAKEINFOFLAGS="--no-split" USE_LDCONFIG= ${TARGLIB} PLIST_SUB= GCC_VERSION=${GCC_VERSION} \ @@ -114,35 +107,12 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ - gcc${SUFFIX}/libgomp -# Release tarballs (as opposed to snapshots) always carry this. -#.if ${ARCH} == "i386" || ${ARCH} == "amd64" -INFO+= gcc${SUFFIX}/libquadmath -#.endif -.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "armv6" -INFO+= gcc${SUFFIX}/libitm -.endif - + gcc${SUFFIX}/libgomp \ + gcc${SUFFIX}/libitm \ + gcc${SUFFIX}/libquadmath SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} -.if ${PORT_OPTIONS:MJAVA} -ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar -BUILD_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 \ - zip:archivers/zip -RUN_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 -EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier -CONFIGURE_ARGS+=--with-ecj-jar=${ECJ_JAR} -LANGUAGES:= ${LANGUAGES},java -INFO+= gcc${SUFFIX}/cp-tools \ - gcc${SUFFIX}/gcj -PLIST_SUB+= JAVA="" -.else -CONFIGURE_ARGS+=--disable-libgcj -PLIST_SUB+= JAVA="@comment " -.endif -CONFIGURE_ARGS+=--enable-languages=${LANGUAGES} - pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]" @@ -158,11 +128,9 @@ full-regression-test: build post-stage: ${RM} ${STAGEDIR}${PREFIX}/man/man7/* - ${RM} ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \ - ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1 # Add target libraries and include files to packaging list. ${RM} ${WRKDIR}/PLIST.lib -.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax +.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} cd ${STAGEDIR}${PREFIX} ; if [ -d $d ]; then \ ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\ fi Modified: head/lang/gcc49/pkg-descr ============================================================================== --- head/lang/gcc49/pkg-descr Mon May 1 01:54:13 2017 (r439858) +++ head/lang/gcc49/pkg-descr Mon May 1 08:15:32 2017 (r439859) @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc49, g++49, -gfortran49, and gcj49, respectively. +port installs the C, C++, and Fortran front ends as gcc49, g++49, and +gfortran49, respectively. WWW: http://gcc.gnu.org/ Modified: head/lang/gcc49/pkg-plist ============================================================================== --- head/lang/gcc49/pkg-plist Mon May 1 01:54:13 2017 (r439858) +++ head/lang/gcc49/pkg-plist Mon May 1 08:15:32 2017 (r439859) @@ -21,56 +21,9 @@ man/man1/g++%%SUFFIX%%.1.gz man/man1/gcc%%SUFFIX%%.1.gz man/man1/gcov%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz -%%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py -%%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py -%%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% -%%JAVA%%bin/aot-compile%%SUFFIX%% -%%JAVA%%bin/gappletviewer%%SUFFIX%% -%%JAVA%%bin/gc-analyze%%SUFFIX%% -%%JAVA%%bin/gcj%%SUFFIX%% -%%JAVA%%bin/gcj-dbtool%%SUFFIX%% -%%JAVA%%bin/gcjh%%SUFFIX%% -%%JAVA%%bin/gij%%SUFFIX%% -%%JAVA%%bin/gjar%%SUFFIX%% -%%JAVA%%bin/gjarsigner%%SUFFIX%% -%%JAVA%%bin/gjavah%%SUFFIX%% -%%JAVA%%bin/gkeytool%%SUFFIX%% -%%JAVA%%bin/gnative2ascii%%SUFFIX%% -%%JAVA%%bin/gorbd%%SUFFIX%% -%%JAVA%%bin/grmic%%SUFFIX%% -%%JAVA%%bin/grmid%%SUFFIX%% -%%JAVA%%bin/grmiregistry%%SUFFIX%% -%%JAVA%%bin/gserialver%%SUFFIX%% -%%JAVA%%bin/gtnameserv%%SUFFIX%% -%%JAVA%%bin/jcf-dump%%SUFFIX%% -%%JAVA%%bin/jv-convert%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc -%%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gcj%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gcj-dbtool%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gcjh%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gij%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gjar%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gjarsigner%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gjavah%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gjdoc%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gkeytool%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gnative2ascii%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gorbd%%SUFFIX%%.1.gz -%%JAVA%%man/man1/grmic%%SUFFIX%%.1.gz -%%JAVA%%man/man1/grmid%%SUFFIX%%.1.gz -%%JAVA%%man/man1/grmiregistry%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gserialver%%SUFFIX%%.1.gz -%%JAVA%%man/man1/gtnameserv%%SUFFIX%%.1.gz -%%JAVA%%man/man1/jcf-dump%%SUFFIX%%.1.gz -%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz -%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar -%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar @postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here From owner-svn-ports-all@freebsd.org Mon May 1 08:42:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8355DD58EFD; Mon, 1 May 2017 08:42:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id 52B739F8; Mon, 1 May 2017 08:42:20 +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 v418gJSx051759; Mon, 1 May 2017 08:42:19 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v418gJ06051758; Mon, 1 May 2017 08:42:19 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705010842.v418gJ06051758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 1 May 2017 08:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439860 - head/sysutils/fusefs-lkl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 08:42:20 -0000 Author: gerald Date: Mon May 1 08:42:19 2017 New Revision: 439860 URL: https://svnweb.freebsd.org/changeset/ports/439860 Log: Replace USE_GCC=yes by a strict build dependency on lang/gcc since only that guarantees that a binary (or actually symlink) named gcc is present which this ports apparently requires. USE_GCC=yes allows users to adjust the default version of GCC via Mk/bsd.defaults-versions.mk, and with the change coming via PR218330 lang/gcc5 is going to be used instead of the (nearly identical, for now) lang/gcc shortly. PR: 218475, 218330 Approved by: cem (maintainer) Modified: head/sysutils/fusefs-lkl/Makefile Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Mon May 1 08:15:32 2017 (r439859) +++ head/sysutils/fusefs-lkl/Makefile Mon May 1 08:42:19 2017 (r439860) @@ -14,12 +14,12 @@ COMMENT= Full-featured Linux BTRFS, Ext4 LICENSE= GPLv2 -BUILD_DEPENDS= gnubc>0:math/gnubc +BUILD_DEPENDS= gnubc>0:math/gnubc \ + gcc>0:lang/gcc USES= fuse gmake python:build shebangfix SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py USE_BINUTILS= yes -USE_GCC= yes USE_GITHUB= yes GH_PROJECT= linux From owner-svn-ports-all@freebsd.org Mon May 1 09:00:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21F42D5850E; Mon, 1 May 2017 09:00:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E653D191; Mon, 1 May 2017 09:00:11 +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 v4190AlY058472; Mon, 1 May 2017 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4190Awu058471; Mon, 1 May 2017 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705010900.v4190Awu058471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 1 May 2017 09:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439862 - head/ports-mgmt/porttree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:00:12 -0000 Author: amdmi3 Date: Mon May 1 09:00:10 2017 New Revision: 439862 URL: https://svnweb.freebsd.org/changeset/ports/439862 Log: - Update WWW Approved by: portmgr blanket Modified: head/ports-mgmt/porttree/pkg-descr Modified: head/ports-mgmt/porttree/pkg-descr ============================================================================== --- head/ports-mgmt/porttree/pkg-descr Mon May 1 08:55:02 2017 (r439861) +++ head/ports-mgmt/porttree/pkg-descr Mon May 1 09:00:10 2017 (r439862) @@ -9,4 +9,4 @@ For a given port determine its dependenc and show them as a pseudo graphical tree. Use back references for cross-connections. -WWW: http://code.google.com/p/porttree/ +WWW: https://sourceforge.net/projects/porttree/ From owner-svn-ports-all@freebsd.org Mon May 1 09:29:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9AED58CA5; Mon, 1 May 2017 09:29:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F60279; Mon, 1 May 2017 09:29:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v419TiEn070539; Mon, 1 May 2017 09:29:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v419Th7t070536; Mon, 1 May 2017 09:29:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705010929.v419Th7t070536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 1 May 2017 09:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439863 - head/ports-mgmt/ports-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:29:45 -0000 Author: pawel Date: Mon May 1 09:29:43 2017 New Revision: 439863 URL: https://svnweb.freebsd.org/changeset/ports/439863 Log: Update to version 1.2 Changelog: - Add pinstall, preinstall frontends to upgrade-ports script - Use ellipsis '...' to indicate time consuming operations - Clarify usage descriptions upgrade-ports: - backup self conflicting packages and use them to restore when upgrade fails - allow to remove conflicting package in install phase - show type of failure in upgrade summary when failed builds occur - improve conflicts handling - show removal reason in upgrade summary - check rebuilt ports for BROKEN and IGNORE flags - automatically change port name on move operation - implement option for only checking packages database for errors (-c) - improved MOVED entries tracking - don't offer recompilation of packages linked to libraries not found by system linker upgrade-base: - force sudo to preserve already set environment variables, this fixes PORTS_MODULES not being passed when user is non-root tbuilder: - improve detection of required option for library dependency - add profiles feature, it's files in $CONFIGDIR containing names of jails for use in one build test batch. pcommit: - print correct object type in file_add() function Added: head/ports-mgmt/ports-tools/pkg-plist (contents, props changed) Modified: head/ports-mgmt/ports-tools/Makefile head/ports-mgmt/ports-tools/distinfo Modified: head/ports-mgmt/ports-tools/Makefile ============================================================================== --- head/ports-mgmt/ports-tools/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/ports-mgmt/ports-tools/Makefile Mon May 1 09:29:43 2017 (r439863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ports-tools -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= ports-mgmt MAINTAINER= pawel@FreeBSD.org @@ -17,9 +17,4 @@ GH_ACCOUNT= ppekala NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= bin/mkpatch bin/pcheck bin/pclean bin/pcommit bin/pfind \ - bin/plist-sort bin/plist-update bin/plog bin/reinplace-check \ - sbin/pkg-deleaf sbin/tbuilder sbin/upgrade-base \ - sbin/upgrade-ports ${DOCSDIR}/README.md - .include Modified: head/ports-mgmt/ports-tools/distinfo ============================================================================== --- head/ports-mgmt/ports-tools/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/ports-mgmt/ports-tools/distinfo Mon May 1 09:29:43 2017 (r439863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486484015 -SHA256 (ppekala-ports-tools-1.1_GH0.tar.gz) = c428c2791e5870699599fccce0ae7d6bb49d1b57c0f0684c2fb5472ebe727332 -SIZE (ppekala-ports-tools-1.1_GH0.tar.gz) = 18857 +TIMESTAMP = 1493629631 +SHA256 (ppekala-ports-tools-1.2_GH0.tar.gz) = a333584a0d561a40ce7fb14a6650008599908c0c1920766cb036982ebf293f0f +SIZE (ppekala-ports-tools-1.2_GH0.tar.gz) = 20490 Added: head/ports-mgmt/ports-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/ports-tools/pkg-plist Mon May 1 09:29:43 2017 (r439863) @@ -0,0 +1,16 @@ +bin/mkpatch +bin/pcheck +bin/pclean +bin/pcommit +bin/pfind +bin/plist-sort +bin/plist-update +bin/plog +bin/reinplace-check +sbin/pinstall +sbin/pkg-deleaf +sbin/preinstall +sbin/tbuilder +sbin/upgrade-base +sbin/upgrade-ports +%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon May 1 08:55:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E28FD58F3C; Mon, 1 May 2017 08:55:04 +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 mx1.freebsd.org (Postfix) with ESMTPS id E277461; Mon, 1 May 2017 08:55:03 +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 v418t2vH058174; Mon, 1 May 2017 08:55:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v418t2It058173; Mon, 1 May 2017 08:55:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705010855.v418t2It058173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 1 May 2017 08:55:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439861 - head/security/R-cran-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 08:55:04 -0000 Author: tota Date: Mon May 1 08:55:02 2017 New Revision: 439861 URL: https://svnweb.freebsd.org/changeset/ports/439861 Log: - Fix error in stage-qa [1] - Fix IGNORE message to make portlint happy PR: 218967 [1] Submitted by: dbn@ Modified: head/security/R-cran-openssl/Makefile (contents, props changed) Modified: head/security/R-cran-openssl/Makefile ============================================================================== --- head/security/R-cran-openssl/Makefile Mon May 1 08:42:19 2017 (r439860) +++ head/security/R-cran-openssl/Makefile Mon May 1 08:55:02 2017 (r439861) @@ -11,7 +11,11 @@ COMMENT= Toolkit for Encryption, Signatu LICENSE= MIT -USES= cran:auto-plist,compiles ssl +TEST_DEPENDS= bash:shells/bash + +USES= cran:auto-plist,compiles shebangfix ssl + +SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_DIR=${OPENSSLINC} LIB_DIR=${OPENSSLLIB}" @@ -21,7 +25,7 @@ post-patch: .include .if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing RSA_get0_key and others) +IGNORE= detected LibreSSL (missing RSA_get0_key and others) .endif .include From owner-svn-ports-all@freebsd.org Mon May 1 09:46:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC5F6D5870A; Mon, 1 May 2017 09:46:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id BDAC7C3; Mon, 1 May 2017 09:46:41 +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 v419keLq078801; Mon, 1 May 2017 09:46:40 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v419kewu078799; Mon, 1 May 2017 09:46:40 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705010946.v419kewu078799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 1 May 2017 09:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439864 - head/lang/gcc8-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:46:42 -0000 Author: gerald Date: Mon May 1 09:46:40 2017 New Revision: 439864 URL: https://svnweb.freebsd.org/changeset/ports/439864 Log: Update to the 20170430 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 Mon May 1 09:29:43 2017 (r439863) +++ head/lang/gcc8-devel/Makefile Mon May 1 09:46:40 2017 (r439864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20170423 +PORTVERSION= 8.0.0.s20170430 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Mon May 1 09:29:43 2017 (r439863) +++ head/lang/gcc8-devel/distinfo Mon May 1 09:46:40 2017 (r439864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493044251 -SHA256 (gcc-8-20170423.tar.bz2) = a52149a9c60e1ed2793509e72f611203e18473d8ca547412b92f102572d1f7b1 -SIZE (gcc-8-20170423.tar.bz2) = 79707399 +TIMESTAMP = 1493627411 +SHA256 (gcc-8-20170430.tar.bz2) = 0dca777495e923f99408d56c7dfafff915a189fce84e18988fbe7ca9baae94b7 +SIZE (gcc-8-20170430.tar.bz2) = 79824208 From owner-svn-ports-all@freebsd.org Mon May 1 09:47:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB4A3D588E7; Mon, 1 May 2017 09:47:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id ACA0F21C; Mon, 1 May 2017 09:47:35 +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 v419lYJ6078952; Mon, 1 May 2017 09:47:34 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v419lYI1078950; Mon, 1 May 2017 09:47:34 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201705010947.v419lYI1078950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 1 May 2017 09:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439865 - head/textproc/R-cran-R2HTML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:47:36 -0000 Author: thierry Date: Mon May 1 09:47:34 2017 New Revision: 439865 URL: https://svnweb.freebsd.org/changeset/ports/439865 Log: Fix plist. PR: 218975 Submitted by: dbn Modified: head/textproc/R-cran-R2HTML/Makefile head/textproc/R-cran-R2HTML/pkg-plist Modified: head/textproc/R-cran-R2HTML/Makefile ============================================================================== --- head/textproc/R-cran-R2HTML/Makefile Mon May 1 09:46:40 2017 (r439864) +++ head/textproc/R-cran-R2HTML/Makefile Mon May 1 09:47:34 2017 (r439865) @@ -3,6 +3,7 @@ PORTNAME= R2HTML PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/textproc/R-cran-R2HTML/pkg-plist ============================================================================== --- head/textproc/R-cran-R2HTML/pkg-plist Mon May 1 09:46:40 2017 (r439864) +++ head/textproc/R-cran-R2HTML/pkg-plist Mon May 1 09:47:34 2017 (r439865) @@ -1,72 +1,71 @@ %%R_MOD_DIR%%/CITATION -%%R_MOD_DIR%%/DESCRIPTION -%%R_MOD_DIR%%/INDEX -%%R_MOD_DIR%%/Meta/Rd.rds -%%R_MOD_DIR%%/Meta/demo.rds -%%R_MOD_DIR%%/Meta/hsearch.rds -%%R_MOD_DIR%%/Meta/links.rds -%%R_MOD_DIR%%/Meta/nsInfo.rds -%%R_MOD_DIR%%/Meta/package.rds -%%R_MOD_DIR%%/NAMESPACE -%%R_MOD_DIR%%/NEWS -%%R_MOD_DIR%%/R/R2HTML -%%R_MOD_DIR%%/R/R2HTML.rdb -%%R_MOD_DIR%%/R/R2HTML.rdx %%R_MOD_DIR%%/demo/dataframe.R %%R_MOD_DIR%%/demo/equations.R %%R_MOD_DIR%%/demo/grids.R -%%R_MOD_DIR%%/doc/R2HTML.css -%%R_MOD_DIR%%/doc/R2HTML.pdf -%%R_MOD_DIR%%/doc/dynamic.html +%%R_MOD_DIR%%/DESCRIPTION %%R_MOD_DIR%%/doc/dynamic_main.html %%R_MOD_DIR%%/doc/dynamic_menu.html +%%R_MOD_DIR%%/doc/dynamic.html %%R_MOD_DIR%%/doc/page1.html %%R_MOD_DIR%%/doc/page2.html %%R_MOD_DIR%%/doc/page3.html %%R_MOD_DIR%%/doc/page4.html +%%R_MOD_DIR%%/doc/R2HTML.css +%%R_MOD_DIR%%/doc/R2HTML.pdf +%%R_MOD_DIR%%/help/aliases.rds %%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/paths.rds %%R_MOD_DIR%%/help/R2HTML.rdb %%R_MOD_DIR%%/help/R2HTML.rdx -%%R_MOD_DIR%%/help/aliases.rds -%%R_MOD_DIR%%/help/paths.rds %%R_MOD_DIR%%/html/00Index.html %%R_MOD_DIR%%/html/R.css +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/demo.rds +%%R_MOD_DIR%%/Meta/features.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/NEWS %%R_MOD_DIR%%/output/ASCIIMathML.js -%%R_MOD_DIR%%/output/Pastel.css -%%R_MOD_DIR%%/output/R2HTML.css -%%R_MOD_DIR%%/output/R2HTMLlogo.gif -%%R_MOD_DIR%%/output/R2HTMLstuff.zip -%%R_MOD_DIR%%/output/SciViews.css %%R_MOD_DIR%%/output/factor.gif %%R_MOD_DIR%%/output/gridR2HTML.css %%R_MOD_DIR%%/output/gridR2HTML.js %%R_MOD_DIR%%/output/numeric.gif +%%R_MOD_DIR%%/output/Pastel.css +%%R_MOD_DIR%%/output/R2HTML.css +%%R_MOD_DIR%%/output/R2HTMLlogo.gif +%%R_MOD_DIR%%/output/R2HTMLstuff.zip %%R_MOD_DIR%%/output/runtime/lib/grid.js %%R_MOD_DIR%%/output/runtime/readme.txt -%%R_MOD_DIR%%/output/runtime/styles/classic/Picasa.ini -%%R_MOD_DIR%%/output/runtime/styles/classic/Thumbs.db %%R_MOD_DIR%%/output/runtime/styles/classic/gecko.xml %%R_MOD_DIR%%/output/runtime/styles/classic/grid.css %%R_MOD_DIR%%/output/runtime/styles/classic/grid.png %%R_MOD_DIR%%/output/runtime/styles/classic/icons.png %%R_MOD_DIR%%/output/runtime/styles/classic/loading.gif -%%R_MOD_DIR%%/output/runtime/styles/flat/Picasa.ini -%%R_MOD_DIR%%/output/runtime/styles/flat/Thumbs.db +%%R_MOD_DIR%%/output/runtime/styles/classic/Picasa.ini +%%R_MOD_DIR%%/output/runtime/styles/classic/Thumbs.db %%R_MOD_DIR%%/output/runtime/styles/flat/gecko.xml %%R_MOD_DIR%%/output/runtime/styles/flat/grid.css %%R_MOD_DIR%%/output/runtime/styles/flat/grid.png %%R_MOD_DIR%%/output/runtime/styles/flat/icons.png %%R_MOD_DIR%%/output/runtime/styles/flat/loading.gif -%%R_MOD_DIR%%/output/runtime/styles/xp/Picasa.ini -%%R_MOD_DIR%%/output/runtime/styles/xp/Thumbs.db +%%R_MOD_DIR%%/output/runtime/styles/flat/Picasa.ini +%%R_MOD_DIR%%/output/runtime/styles/flat/Thumbs.db %%R_MOD_DIR%%/output/runtime/styles/xp/gecko.xml %%R_MOD_DIR%%/output/runtime/styles/xp/grid.css %%R_MOD_DIR%%/output/runtime/styles/xp/grid.png %%R_MOD_DIR%%/output/runtime/styles/xp/icons.png %%R_MOD_DIR%%/output/runtime/styles/xp/loading.gif +%%R_MOD_DIR%%/output/runtime/styles/xp/Picasa.ini +%%R_MOD_DIR%%/output/runtime/styles/xp/Thumbs.db +%%R_MOD_DIR%%/output/SciViews.css %%R_MOD_DIR%%/output/tablesort.htc -%%R_MOD_DIR%%/samples/Pastel.css -%%R_MOD_DIR%%/samples/R2HTML.css +%%R_MOD_DIR%%/R/R2HTML +%%R_MOD_DIR%%/R/R2HTML.rdb +%%R_MOD_DIR%%/R/R2HTML.rdx %%R_MOD_DIR%%/samples/essai-002.png %%R_MOD_DIR%%/samples/essai-004.png %%R_MOD_DIR%%/samples/essai-005.png @@ -83,4 +82,6 @@ %%R_MOD_DIR%%/samples/example3.html %%R_MOD_DIR%%/samples/example3.snw %%R_MOD_DIR%%/samples/index.html +%%R_MOD_DIR%%/samples/Pastel.css +%%R_MOD_DIR%%/samples/R2HTML.css %%R_MOD_DIR%%/samples/toothbig.png From owner-svn-ports-all@freebsd.org Mon May 1 10:58:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66BDDD58892; Mon, 1 May 2017 10:58:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2BC2ED8B; Mon, 1 May 2017 10:58:19 +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 v41AwI2W007236; Mon, 1 May 2017 10:58:18 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41AwIoK007235; Mon, 1 May 2017 10:58:18 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705011058.v41AwIoK007235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 1 May 2017 10:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439866 - head/devel/elfutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 10:58:19 -0000 Author: gerald Date: Mon May 1 10:58:17 2017 New Revision: 439866 URL: https://svnweb.freebsd.org/changeset/ports/439866 Log: Force the use of GCC 4.8 (strictly), since this port fails with newer versions. PR: 217000 Requested by: cem (maintainer) Modified: head/devel/elfutils/Makefile Modified: head/devel/elfutils/Makefile ============================================================================== --- head/devel/elfutils/Makefile Mon May 1 09:47:34 2017 (r439865) +++ head/devel/elfutils/Makefile Mon May 1 10:58:17 2017 (r439866) @@ -29,7 +29,7 @@ NLS_CONFIGURE_ENABLE= nls USES= gmake libtool tar:bzip2 USE_AUTOTOOLS= automake:env -USE_GCC= yes +USE_GCC= 4.8 # fails to build with newer versions GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon May 1 11:14:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4BF6D58BBE; Mon, 1 May 2017 11:14:30 +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 B71DC96D; Mon, 1 May 2017 11:14:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-250-006.dsl.sil.at [188.118.250.6]) (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 8125D3F53E; Mon, 1 May 2017 07:14:27 -0400 (EDT) Date: Mon, 1 May 2017 13:14:25 +0200 (CEST) From: Gerald Pfeifer To: Conrad Meyer cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418678 - in head/devel/elfutils: . files In-Reply-To: Message-ID: References: <201607172059.u6HKx0MN085855@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=UTF-8 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 11:14:31 -0000 On Thu, 13 Apr 2017, Conrad Meyer wrote: > I remember now — elfutils does not compile with GCC other than 4.8. > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217000 and > please change it back to USE_GCC=4.8. Okay, I'll do that. Practically USE_GCC=4.8+ and USE_GCC=yes are very similar in their effect (unless GCC 4.8 is installed and GCC 5 is not), and only USE_GCC=4.8 really guarantees only GCC 4.8 is used. A problem sticking with GCC 4.8 is that newer platforms are not fully supported with that yet. Gerald From owner-svn-ports-all@freebsd.org Mon May 1 11:34:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5154AD570ED; Mon, 1 May 2017 11:34:33 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 215093D2; Mon, 1 May 2017 11:34:33 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41BYWEl023131; Mon, 1 May 2017 11:34:32 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41BYWnc023129; Mon, 1 May 2017 11:34:32 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705011134.v41BYWnc023129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 1 May 2017 11:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439867 - head/databases/mysql-connector-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 11:34:33 -0000 Author: matthew Date: Mon May 1 11:34:31 2017 New Revision: 439867 URL: https://svnweb.freebsd.org/changeset/ports/439867 Log: Update to 5.1.42 ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html Modified: head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-java/distinfo Modified: head/databases/mysql-connector-java/Makefile ============================================================================== --- head/databases/mysql-connector-java/Makefile Mon May 1 10:58:17 2017 (r439866) +++ head/databases/mysql-connector-java/Makefile Mon May 1 11:34:31 2017 (r439867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-java -PORTVERSION= 5.1.41 +PORTVERSION= 5.1.42 CATEGORIES= databases java MASTER_SITES= MYSQL/Connector-J Modified: head/databases/mysql-connector-java/distinfo ============================================================================== --- head/databases/mysql-connector-java/distinfo Mon May 1 10:58:17 2017 (r439866) +++ head/databases/mysql-connector-java/distinfo Mon May 1 11:34:31 2017 (r439867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488271183 -SHA256 (mysql-connector-java-5.1.41.tar.gz) = 664d83b50ce2e9ce658cae8bd8f2155fdd1e3dc268d1e69def9c8ee64bf5d388 -SIZE (mysql-connector-java-5.1.41.tar.gz) = 3923677 +TIMESTAMP = 1493576550 +SHA256 (mysql-connector-java-5.1.42.tar.gz) = 4d261f669f685cd9e1eb5683d03019466cb9e59a8b873efce1b623254ea29231 +SIZE (mysql-connector-java-5.1.42.tar.gz) = 3941920 From owner-svn-ports-all@freebsd.org Mon May 1 11:39:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 233D9D57155; Mon, 1 May 2017 11:39:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id CF7C1793; Mon, 1 May 2017 11:39:45 +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 v41BdiTI023426; Mon, 1 May 2017 11:39:44 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Bdiw3023423; Mon, 1 May 2017 11:39:44 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705011139.v41Bdiw3023423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 1 May 2017 11:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439868 - head/sysutils/edid-decode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 11:39:46 -0000 Author: ehaupt Date: Mon May 1 11:39:44 2017 New Revision: 439868 URL: https://svnweb.freebsd.org/changeset/ports/439868 Log: - Update to latest git snapshot (0.1.20170329) - Update WWW to reflect permanent redirect Modified: head/sysutils/edid-decode/Makefile head/sysutils/edid-decode/distinfo head/sysutils/edid-decode/pkg-descr Modified: head/sysutils/edid-decode/Makefile ============================================================================== --- head/sysutils/edid-decode/Makefile Mon May 1 11:34:31 2017 (r439867) +++ head/sysutils/edid-decode/Makefile Mon May 1 11:39:44 2017 (r439868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= edid-decode -PORTVERSION= 0.1.20161109 +PORTVERSION= 0.1.20170329 CATEGORIES= sysutils MASTER_SITES= LOCAL/ehaupt Modified: head/sysutils/edid-decode/distinfo ============================================================================== --- head/sysutils/edid-decode/distinfo Mon May 1 11:34:31 2017 (r439867) +++ head/sysutils/edid-decode/distinfo Mon May 1 11:39:44 2017 (r439868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481279754 -SHA256 (edid-decode-0.1.20161109.tar.xz) = de097eea1d176ac8ee3617433c19a77c37333d7c3cbd3e90e11a9acba2286a53 -SIZE (edid-decode-0.1.20161109.tar.xz) = 17060 +TIMESTAMP = 1493638534 +SHA256 (edid-decode-0.1.20170329.tar.xz) = bda7334f165848e5ed276991fd5a4f598431055e32a7ab8b3a54a68e1bbcd589 +SIZE (edid-decode-0.1.20170329.tar.xz) = 17464 Modified: head/sysutils/edid-decode/pkg-descr ============================================================================== --- head/sysutils/edid-decode/pkg-descr Mon May 1 11:34:31 2017 (r439867) +++ head/sysutils/edid-decode/pkg-descr Mon May 1 11:39:44 2017 (r439868) @@ -1,4 +1,4 @@ EDID is binary data encoded in the monitor firmware. edid-decode renders this binary data into a human-readable text form. -WWW: http://cgit.freedesktop.org/xorg/app/edid-decode/ +WWW: https://cgit.freedesktop.org/xorg/app/edid-decode/ From owner-svn-ports-all@freebsd.org Mon May 1 12:18:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E7DBD58AAF; Mon, 1 May 2017 12:18:29 +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 mx1.freebsd.org (Postfix) with ESMTPS id C15441A1; Mon, 1 May 2017 12:18: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 v41CIR7x039414; Mon, 1 May 2017 12:18:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CIRqm039412; Mon, 1 May 2017 12:18:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705011218.v41CIRqm039412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 1 May 2017 12:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439869 - head/security/py-cpe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:18:29 -0000 Author: cpm Date: Mon May 1 12:18:27 2017 New Revision: 439869 URL: https://svnweb.freebsd.org/changeset/ports/439869 Log: security/py-cpe: Update to 1.2.1 - Update PORTVERSION and distinfo checksum (1.2.1) - Fix all test cases Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D10555 Modified: head/security/py-cpe/Makefile head/security/py-cpe/distinfo Modified: head/security/py-cpe/Makefile ============================================================================== --- head/security/py-cpe/Makefile Mon May 1 11:39:44 2017 (r439868) +++ head/security/py-cpe/Makefile Mon May 1 12:18:27 2017 (r439869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cpe -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,12 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|expression2_2|tests/expression2_2|g' \ + ${WRKSRC}/tests/testfile_cpelang2_2.txt + @${REINPLACE_CMD} -e 's|expression2_3|tests/expression2_3|g' \ + ${WRKSRC}/tests/testfile_cpelang2_3.txt + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest Modified: head/security/py-cpe/distinfo ============================================================================== --- head/security/py-cpe/distinfo Mon May 1 11:39:44 2017 (r439868) +++ head/security/py-cpe/distinfo Mon May 1 12:18:27 2017 (r439869) @@ -1,2 +1,3 @@ -SHA256 (cpe-1.2.0.tar.gz) = a62cf49465f5e429134a3c338500c94de77e8e6257ea4e4f2dd355bae4f5c9a4 -SIZE (cpe-1.2.0.tar.gz) = 2151631 +TIMESTAMP = 1493603837 +SHA256 (cpe-1.2.1.tar.gz) = e742635e13cc0f6e02cb62a367dc789fb0e7dba1317822a8760c8de312e36ec9 +SIZE (cpe-1.2.1.tar.gz) = 2152179 From owner-svn-ports-all@freebsd.org Mon May 1 12:45:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47D8BD58397; Mon, 1 May 2017 12:45: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 mx1.freebsd.org (Postfix) with ESMTPS id 16C8B7EC; Mon, 1 May 2017 12:45: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 v41Cjjm7051868; Mon, 1 May 2017 12:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cjiu0051860; Mon, 1 May 2017 12:45:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011245.v41Cjiu0051860@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, 1 May 2017 12:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439870 - in head: archivers/unrar archivers/unrar-iconv/files archivers/unrar/files chinese/unrar/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:45:46 -0000 Author: sunpoet Date: Mon May 1 12:45:44 2017 New Revision: 439870 URL: https://svnweb.freebsd.org/changeset/ports/439870 Log: Update to 5.50 Beta 1 (5.5.3) - Convert to options target helper - Regenerate patch files with makepatch: Modified: head/archivers/unrar-iconv/files/patch-iconv head/archivers/unrar/Makefile head/archivers/unrar/distinfo head/archivers/unrar/files/patch-os.hpp head/archivers/unrar/files/patch-rijndael.cpp head/archivers/unrar/files/patch-rijndael.hpp head/chinese/unrar/files/patch-arcread.cpp head/chinese/unrar/files/patch-unicode.cpp Modified: head/archivers/unrar-iconv/files/patch-iconv ============================================================================== --- head/archivers/unrar-iconv/files/patch-iconv Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar-iconv/files/patch-iconv Mon May 1 12:45:44 2017 (r439870) @@ -1,6 +1,6 @@ ---- cmddata.cpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ cmddata.cpp 2014-07-31 22:54:35.727051754 +0800 -@@ -173,6 +173,34 @@ +--- cmddata.cpp.orig 2017-04-28 17:28:45 UTC ++++ cmddata.cpp +@@ -172,6 +172,34 @@ void CommandData::ParseDone() // Suppress the copyright message and final end of line for 'lb' and 'vb'. if ((CmdChar=='L' || CmdChar=='V') && Command[1]=='B') BareOutput=true; @@ -35,7 +35,7 @@ } -@@ -881,6 +909,22 @@ +@@ -895,6 +923,22 @@ void CommandData::ProcessSwitch(const wc else wcsncpyz(CommentFile,Switch+1,ASIZE(CommentFile)); break; @@ -55,10 +55,10 @@ + } + break; +#endif - #ifndef GUI case '?' : OutHelp(RARX_SUCCESS); -@@ -959,7 +1003,11 @@ + break; +@@ -980,7 +1024,11 @@ void CommandData::OutHelp(RAR_EXIT ExitC MCHelpSwAT,MCHelpSwAC,MCHelpSwAD,MCHelpSwAG,MCHelpSwAI,MCHelpSwAP, MCHelpSwCm,MCHelpSwCFGm,MCHelpSwCL,MCHelpSwCU, MCHelpSwDH,MCHelpSwEP,MCHelpSwEP3,MCHelpSwF,MCHelpSwIDP,MCHelpSwIERR, @@ -71,18 +71,18 @@ MCHelpSwO,MCHelpSwOC,MCHelpSwOL,MCHelpSwOR,MCHelpSwOW,MCHelpSwP, MCHelpSwPm,MCHelpSwR,MCHelpSwRI,MCHelpSwSC,MCHelpSwSL,MCHelpSwSM, MCHelpSwTA,MCHelpSwTB,MCHelpSwTN,MCHelpSwTO,MCHelpSwTS,MCHelpSwU, ---- global.hpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ global.hpp 2014-07-31 22:56:02.117045684 +0800 +--- global.hpp.orig 2017-04-28 17:28:46 UTC ++++ global.hpp @@ -9,6 +9,17 @@ EXTVAR ErrorHandler ErrHandler; +#ifdef WITH_ICONV +#define OPT_DEFAULT "IGNORE" /* ignore unrepresentable chars */ - ++ +#define ENC_MAXLEN 32 /* encoding name maximum length */ +#define OPT_MAXLEN 9 /* strlen("TRANSLIT") */ -+ + +EXTVAR iconv_t h_E2I; /* ExtToInt handler */ +EXTVAR iconv_t h_I2E; /* IntToExt handler */ +EXTVAR char encInt[ENC_MAXLEN]; /* internal (archive) encoding */ @@ -91,19 +91,19 @@ +#endif #endif ---- loclang.hpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ loclang.hpp 2014-07-31 22:57:33.346038437 +0800 -@@ -7,7 +7,7 @@ - #define MCopyright L"\nRAR %s Copyright (c) 1993-%d Alexander Roshal %d %s %d" +--- loclang.hpp.orig 2017-04-28 17:28:46 UTC ++++ loclang.hpp +@@ -8,7 +8,7 @@ #define MRegTo L"\nRegistered to %s\n" - #define MShare L"\nTrial version Type RAR -? for help\n" + #define MShare L"\nTrial version Type 'rar -?' for help\n" + #define MRegKeyWarning L"\nAvailable license key is valid only for %s\n" -#define MUCopyright L"\nUNRAR %s freeware Copyright (c) 1993-%d Alexander Roshal\n" +#define MUCopyright L"\nUNRAR %s (iconv) freeware Copyright (c) 1993-%d Alexander Roshal\n" #define MBeta L"beta" - #define MMonthJan L"Jan" - #define MMonthFeb L"Feb" -@@ -328,7 +328,7 @@ - #define MSyncScanError L"\nFile search errors, cannot synchronize archive" + #define Mx86 L"x86" + #define Mx64 L"x64" +@@ -324,7 +324,7 @@ + #define MProcessArc L"\n\nProcessing archive %s" #define MCorrectingName L"\nWARNING: Attempting to correct the invalid file name" #define MUnpCannotMerge L"\nWARNING: You need to start extraction from a previous volume to unpack %s" -#define MUnknownOption L"\nERROR: Unknown option: %s" @@ -111,7 +111,7 @@ #define MSubHeadCorrupt L"\nERROR: Corrupt data header found, ignored" #define MSubHeadUnknown L"\nWARNING: Unknown data header format, ignored" #define MSubHeadDataCRC L"\nERROR: Corrupt %s data block" -@@ -355,6 +355,12 @@ +@@ -352,6 +352,12 @@ #define MSHelpCmdV L"\n -v Verbosely list contents of archive" #define MRecVolLimit L"\nTotal number of usual and recovery volumes must not exceed %d" #define MVolumeNumber L"volume %d" @@ -124,12 +124,12 @@ #define MCannotDelete L"\nCannot delete %s" #define MCalcCRC L"\nCalculating the checksum" #define MTooLargeSFXArc L"\nWARNING: Too large SFX archive. Windows cannot run the executable file exceeding 4 GB." ---- os.hpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ os.hpp 2014-07-31 22:58:30.619035684 +0800 -@@ -154,6 +154,10 @@ - #include +--- os.hpp.orig 2017-04-28 17:28:46 UTC ++++ os.hpp +@@ -150,6 +150,10 @@ #include + +#ifdef WITH_ICONV +#include +#endif @@ -137,9 +137,9 @@ #ifdef S_IFLNK #define SAVE_LINKS #endif ---- strfn.cpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ strfn.cpp 2014-07-31 22:59:29.039036713 +0800 -@@ -14,6 +14,19 @@ +--- strfn.cpp.orig 2017-04-28 17:28:47 UTC ++++ strfn.cpp +@@ -14,6 +14,19 @@ const wchar *NullToEmpty(const wchar *St void IntToExt(const char *Src,char *Dest,size_t DestSize) { @@ -157,9 +157,9 @@ + strncpyz(Dest,Src,DestSize); +#else /* !WITH_ICONV */ #ifdef _WIN_ALL - OemToCharBuffA(Src,Dest,(DWORD)DestSize); - Dest[DestSize-1]=0; -@@ -25,6 +38,7 @@ + // OemToCharBuff does not stop at 0, so let's check source length. + size_t SrcLength=strlen(Src)+1; +@@ -25,6 +38,7 @@ void IntToExt(const char *Src,char *Dest if (Dest!=Src) strncpyz(Dest,Src,DestSize); #endif Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar/Makefile Mon May 1 12:45:44 2017 (r439870) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= unrar -PORTVERSION= 5.40 +PORTVERSION= 5.50b1 PORTEPOCH= 5 CATEGORIES+= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ LOCAL/sunpoet -DISTNAME= unrarsrc-5.4.5 +DISTNAME= unrarsrc-5.5.3 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives @@ -36,6 +36,8 @@ OPENSSL_AES_USES= ssl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ Modified: head/archivers/unrar/distinfo ============================================================================== --- head/archivers/unrar/distinfo Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar/distinfo Mon May 1 12:45:44 2017 (r439870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472916114 -SHA256 (unrarsrc-5.4.5.tar.gz) = e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c -SIZE (unrarsrc-5.4.5.tar.gz) = 226320 +TIMESTAMP = 1493557889 +SHA256 (unrarsrc-5.5.3.tar.gz) = d1d9ef4a9247db088f825666de8f8bb69006d8d8b0e004ff366b3e04c103a2b3 +SIZE (unrarsrc-5.5.3.tar.gz) = 219557 Modified: head/archivers/unrar/files/patch-os.hpp ============================================================================== --- head/archivers/unrar/files/patch-os.hpp Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar/files/patch-os.hpp Mon May 1 12:45:44 2017 (r439870) @@ -1,9 +1,9 @@ ---- os.hpp.orig 2013-12-01 08:10:14 UTC +--- os.hpp.orig 2017-04-28 17:28:46 UTC +++ os.hpp -@@ -151,6 +151,10 @@ - #include +@@ -150,6 +150,10 @@ #include + +#ifdef OPENSSL_AES +#include +#endif // OPENSSL_AES Modified: head/archivers/unrar/files/patch-rijndael.cpp ============================================================================== --- head/archivers/unrar/files/patch-rijndael.cpp Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar/files/patch-rijndael.cpp Mon May 1 12:45:44 2017 (r439870) @@ -1,4 +1,4 @@ ---- rijndael.cpp.orig 2014-06-10 17:14:06 UTC +--- rijndael.cpp.orig 2017-04-28 17:28:47 UTC +++ rijndael.cpp @@ -7,6 +7,8 @@ ***************************************************************************/ @@ -9,7 +9,7 @@ #ifdef USE_SSE #include #endif -@@ -56,6 +58,7 @@ +@@ -56,6 +58,7 @@ inline void Copy128(byte *dest,const byt #endif } @@ -17,7 +17,7 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // API -@@ -63,14 +66,35 @@ +@@ -63,14 +66,35 @@ inline void Copy128(byte *dest,const byt Rijndael::Rijndael() { @@ -53,15 +53,35 @@ #ifdef USE_SSE // Check SSE here instead of constructor, so if object is a part of some // structure memset'ed before use, this variable is not lost. -@@ -111,6 +135,7 @@ +@@ -111,6 +135,7 @@ void Rijndael::Init(bool Encrypt,const b if(!Encrypt) keyEncToDec(); +#endif // OPENSSL_AES } + void Rijndael::blockEncrypt(const byte *input,size_t inputLen,byte *outBuffer) +@@ -118,6 +143,11 @@ void Rijndael::blockEncrypt(const byte * + if (inputLen <= 0) + return; + ++#ifdef OPENSSL_AES ++ int outLen; ++ EVP_CipherUpdate(&ctx, outBuffer, &outLen, input, inputLen); ++ return; ++#else // OPENSSL_AES + size_t numBlocks = inputLen/16; + #ifdef USE_SSE + if (AES_NI) +@@ -176,6 +206,7 @@ void Rijndael::blockEncrypt(const byte * + input += 16; + } + Copy128(m_initVector,prevBlock); ++#endif // OPENSSL_AES + } + -@@ -120,6 +145,11 @@ +@@ -217,6 +248,11 @@ void Rijndael::blockDecrypt(const byte * if (inputLen <= 0) return; @@ -73,7 +93,7 @@ size_t numBlocks=inputLen/16; #ifdef USE_SSE if (AES_NI) -@@ -182,6 +212,8 @@ +@@ -279,6 +315,8 @@ void Rijndael::blockDecrypt(const byte * } memcpy(m_initVector,iv,16); @@ -82,7 +102,7 @@ } -@@ -217,7 +249,7 @@ +@@ -314,7 +352,7 @@ void Rijndael::blockDecryptSSE(const byt } #endif @@ -91,7 +111,7 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // ALGORITHM ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -@@ -357,7 +389,7 @@ +@@ -454,7 +492,7 @@ void Rijndael::GenerateTables() U1[b][0]=U2[b][1]=U3[b][2]=U4[b][3]=T5[i][0]=T6[i][1]=T7[i][2]=T8[i][3]=FFmul0e(b); } } Modified: head/archivers/unrar/files/patch-rijndael.hpp ============================================================================== --- head/archivers/unrar/files/patch-rijndael.hpp Mon May 1 12:18:27 2017 (r439869) +++ head/archivers/unrar/files/patch-rijndael.hpp Mon May 1 12:45:44 2017 (r439870) @@ -1,4 +1,4 @@ ---- rijndael.hpp.orig 2014-06-10 17:14:06 UTC +--- rijndael.hpp.orig 2017-04-28 17:28:47 UTC +++ rijndael.hpp @@ -16,6 +16,9 @@ class Rijndael @@ -10,7 +10,7 @@ #ifdef USE_SSE void blockEncryptSSE(const byte *input,size_t numBlocks,byte *outBuffer); void blockDecryptSSE(const byte *input, size_t numBlocks, byte *outBuffer); -@@ -25,6 +28,7 @@ +@@ -25,6 +28,7 @@ class Rijndael void keySched(byte key[_MAX_KEY_COLUMNS][4]); void keyEncToDec(); void GenerateTables(); Modified: head/chinese/unrar/files/patch-arcread.cpp ============================================================================== --- head/chinese/unrar/files/patch-arcread.cpp Mon May 1 12:18:27 2017 (r439869) +++ head/chinese/unrar/files/patch-arcread.cpp Mon May 1 12:45:44 2017 (r439870) @@ -1,6 +1,6 @@ ---- arcread.cpp.orig 2013-12-01 16:10:14.000000000 +0800 -+++ arcread.cpp 2014-02-04 09:23:21.669710373 +0800 -@@ -1272,6 +1272,7 @@ +--- arcread.cpp.orig 2017-04-28 17:28:45 UTC ++++ arcread.cpp +@@ -1308,6 +1308,7 @@ void Archive::ConvertAttributes() void Archive::ConvertFileHeader(FileHeader *hd) { @@ -8,7 +8,7 @@ if (Format==RARFMT15 && hd->UnpVer<20 && (hd->FileAttr & 0x10)) hd->Dir=true; if (hd->HSType==HSYS_UNKNOWN) -@@ -1282,6 +1283,16 @@ +@@ -1323,6 +1324,16 @@ void Archive::ConvertFileHeader(FileHead for (wchar *s=hd->FileName;*s!=0;s++) { Modified: head/chinese/unrar/files/patch-unicode.cpp ============================================================================== --- head/chinese/unrar/files/patch-unicode.cpp Mon May 1 12:18:27 2017 (r439869) +++ head/chinese/unrar/files/patch-unicode.cpp Mon May 1 12:45:44 2017 (r439870) @@ -1,6 +1,6 @@ ---- unicode.cpp.orig 2011-01-04 20:28:47.000000000 +0800 -+++ unicode.cpp 2011-01-21 23:01:09.000000000 +0800 -@@ -7,6 +7,7 @@ +--- unicode.cpp.orig 2017-04-28 17:28:47 UTC ++++ unicode.cpp +@@ -20,6 +20,7 @@ static const uint MappedStringMark=0xFFF bool WideToChar(const wchar *Src,char *Dest,size_t DestSize) { bool RetCode=true; From owner-svn-ports-all@freebsd.org Mon May 1 12:45:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EB3DD583A9; Mon, 1 May 2017 12:45: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 mx1.freebsd.org (Postfix) with ESMTPS id 472497FD; Mon, 1 May 2017 12:45: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 v41CjoDi051989; Mon, 1 May 2017 12:45:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cjotf051987; Mon, 1 May 2017 12:45:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011245.v41Cjotf051987@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, 1 May 2017 12:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439871 - head/devel/byacc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:45:51 -0000 Author: sunpoet Date: Mon May 1 12:45:49 2017 New Revision: 439871 URL: https://svnweb.freebsd.org/changeset/ports/439871 Log: Update to 20170430 Changes: http://invisible-island.net/byacc/CHANGES.html Modified: head/devel/byacc/Makefile head/devel/byacc/distinfo Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Mon May 1 12:45:44 2017 (r439870) +++ head/devel/byacc/Makefile Mon May 1 12:45:49 2017 (r439871) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= byacc -PORTVERSION= 20170201 +PORTVERSION= 20170430 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ \ LOCAL/sunpoet Modified: head/devel/byacc/distinfo ============================================================================== --- head/devel/byacc/distinfo Mon May 1 12:45:44 2017 (r439870) +++ head/devel/byacc/distinfo Mon May 1 12:45:49 2017 (r439871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036582 -SHA256 (byacc-20170201.tgz) = 90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91 -SIZE (byacc-20170201.tgz) = 741550 +TIMESTAMP = 1493632770 +SHA256 (byacc-20170430.tgz) = 44cb43306c0f1e7b8539025fb02120261488d872969c8aa658bd50b0a5467299 +SIZE (byacc-20170430.tgz) = 742536 From owner-svn-ports-all@freebsd.org Mon May 1 12:45:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA65BD583E4; Mon, 1 May 2017 12:45: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 mx1.freebsd.org (Postfix) with ESMTPS id 8916C85D; Mon, 1 May 2017 12:45: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 v41Cjtja052091; Mon, 1 May 2017 12:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CjtPD052090; Mon, 1 May 2017 12:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011245.v41CjtPD052090@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, 1 May 2017 12:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439872 - head/textproc/asciidoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:45:56 -0000 Author: sunpoet Date: Mon May 1 12:45:55 2017 New Revision: 439872 URL: https://svnweb.freebsd.org/changeset/ports/439872 Log: Simplify conf file handling Modified: head/textproc/asciidoc/Makefile Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Mon May 1 12:45:49 2017 (r439871) +++ head/textproc/asciidoc/Makefile Mon May 1 12:45:55 2017 (r439872) @@ -16,22 +16,11 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl -NO_ARCH= yes GNU_CONFIGURE= yes +NO_ARCH= yes USE_GNOME= libxml2:run libxslt:run USES= gmake gnome python:2 shebangfix -CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \ - filters/graphviz/graphviz-filter.conf \ - filters/latex/latex-filter.conf \ - filters/music/music-filter.conf \ - filters/source/source-highlight-filter.conf help.conf \ - html4.conf html5.conf lang-cs.conf lang-de.conf lang-el.conf \ - lang-en.conf lang-es.conf lang-fr.conf lang-hu.conf \ - lang-it.conf lang-nl.conf lang-pt-BR.conf lang-ro.conf \ - lang-ru.conf lang-uk.conf latex.conf slidy.conf text.conf \ - xhtml11.conf xhtml11-quirks.conf - SHEBANG_FILES= a2x.py \ asciidoc.py \ asciidocapi.py \ @@ -42,9 +31,7 @@ SHEBANG_FILES= a2x.py \ post-patch: @${REINPLACE_CMD} -e '/^INSTALL_PROG/ s|INSTALL_PROGRAM|INSTALL_SCRIPT|; s|\.conf|&.sample|' ${WRKSRC}/Makefile.in -.for conf_file in ${CONF_FILES} - @cd ${WRKSRC}/ && ${MV} ${conf_file} ${conf_file}.sample -.endfor + @${FIND} ${WRKSRC} -name '*.conf' | ${XARGS} -I % ${MV} % %.sample post-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ From owner-svn-ports-all@freebsd.org Mon May 1 12:46:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1749D58419; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id B18B28D9; Mon, 1 May 2017 12:46: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 v41Ck0qc052200; Mon, 1 May 2017 12:46:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Ck0oW052199; Mon, 1 May 2017 12:46:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41Ck0oW052199@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, 1 May 2017 12:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439873 - head/audio/ices X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:02 -0000 Author: sunpoet Date: Mon May 1 12:46:00 2017 New Revision: 439873 URL: https://svnweb.freebsd.org/changeset/ports/439873 Log: Use USES=gnome Modified: head/audio/ices/Makefile Modified: head/audio/ices/Makefile ============================================================================== --- head/audio/ices/Makefile Mon May 1 12:45:55 2017 (r439872) +++ head/audio/ices/Makefile Mon May 1 12:46:00 2017 (r439873) @@ -26,12 +26,12 @@ OPTIONS_DEFINE= ALSA CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= gmake iconv pkgconfig tar:bzip2 +USES= gmake gnome iconv pkgconfig tar:bzip2 PLIST_FILES= bin/ices PORTDATA= * -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib .include From owner-svn-ports-all@freebsd.org Mon May 1 12:46:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 547B6D58443; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 216B8946; Mon, 1 May 2017 12:46: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 v41Ck6EA052304; Mon, 1 May 2017 12:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Ck6g2052303; Mon, 1 May 2017 12:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41Ck6g2052303@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, 1 May 2017 12:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439874 - head/databases/mydumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:07 -0000 Author: sunpoet Date: Mon May 1 12:46:05 2017 New Revision: 439874 URL: https://svnweb.freebsd.org/changeset/ports/439874 Log: Use USES=gnome Modified: head/databases/mydumper/Makefile Modified: head/databases/mydumper/Makefile ============================================================================== --- head/databases/mydumper/Makefile Mon May 1 12:46:00 2017 (r439873) +++ head/databases/mydumper/Makefile Mon May 1 12:46:05 2017 (r439874) @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre CMAKE_ARGS= -DBUILD_DOCS=OFF -DWITH_BINLOG=OFF USE_GNOME= glib20 -USES= cmake mysql pkgconfig +USES= cmake gnome mysql pkgconfig PLIST_FILES= sbin/mydumper sbin/myloader From owner-svn-ports-all@freebsd.org Mon May 1 12:46:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61A6DD5846E; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 33B089AB; Mon, 1 May 2017 12:46: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 v41CkBOH052407; Mon, 1 May 2017 12:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkBrW052406; Mon, 1 May 2017 12:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkBrW052406@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, 1 May 2017 12:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439875 - head/databases/postgis20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:12 -0000 Author: sunpoet Date: Mon May 1 12:46:11 2017 New Revision: 439875 URL: https://svnweb.freebsd.org/changeset/ports/439875 Log: Use USES=gnome Modified: head/databases/postgis20/Makefile Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Mon May 1 12:46:05 2017 (r439874) +++ head/databases/postgis20/Makefile Mon May 1 12:46:11 2017 (r439875) @@ -38,7 +38,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build -USES= gmake iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix +USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix WANT_PGSQL= lib server PLIST_SUB= PORTVERSION=${PORTVERSION} From owner-svn-ports-all@freebsd.org Mon May 1 12:46:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67351D584B7; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 39117A14; Mon, 1 May 2017 12:46: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 v41CkGKD052512; Mon, 1 May 2017 12:46:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkGxA052511; Mon, 1 May 2017 12:46:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkGxA052511@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, 1 May 2017 12:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439876 - head/devel/p5-Glib-Object-Introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:17 -0000 Author: sunpoet Date: Mon May 1 12:46:16 2017 New Revision: 439876 URL: https://svnweb.freebsd.org/changeset/ports/439876 Log: Use USES=gnome Modified: head/devel/p5-Glib-Object-Introspection/Makefile Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Mon May 1 12:46:11 2017 (r439875) +++ head/devel/p5-Glib-Object-Introspection/Makefile Mon May 1 12:46:16 2017 (r439876) @@ -25,7 +25,7 @@ OPTIONS_DEFINE= TEST USE_GNOME= introspection USE_PERL5= configure -USES= perl5 +USES= gnome perl5 # Glib::Object::Introspection requires cairo and glib20 to build # test libraries during build phase, therefore we add them to BUILD_DEPENDS. From owner-svn-ports-all@freebsd.org Mon May 1 12:46:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1BFD584FF; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 2CFE8A7D; Mon, 1 May 2017 12:46: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 v41CkLS1052614; Mon, 1 May 2017 12:46:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkLp4052613; Mon, 1 May 2017 12:46:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkLp4052613@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, 1 May 2017 12:46:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439877 - head/multimedia/libquvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:22 -0000 Author: sunpoet Date: Mon May 1 12:46:20 2017 New Revision: 439877 URL: https://svnweb.freebsd.org/changeset/ports/439877 Log: Use USES=gnome Modified: head/multimedia/libquvi09/Makefile Modified: head/multimedia/libquvi09/Makefile ============================================================================== --- head/multimedia/libquvi09/Makefile Mon May 1 12:46:16 2017 (r439876) +++ head/multimedia/libquvi09/Makefile Mon May 1 12:46:20 2017 (r439877) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --program-suffix=${PKGNA GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 -USES= iconv libtool lua pathfix pkgconfig tar:xz +USES= gnome iconv libtool lua pathfix pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R} From owner-svn-ports-all@freebsd.org Mon May 1 12:46:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45B4DD5852A; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 12034AF3; Mon, 1 May 2017 12:46: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 v41CkQZd052719; Mon, 1 May 2017 12:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkQE6052718; Mon, 1 May 2017 12:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkQE6052718@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, 1 May 2017 12:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439878 - head/multimedia/quvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:27 -0000 Author: sunpoet Date: Mon May 1 12:46:25 2017 New Revision: 439878 URL: https://svnweb.freebsd.org/changeset/ports/439878 Log: Use USES=gnome Modified: head/multimedia/quvi09/Makefile Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi09/Makefile Mon May 1 12:46:20 2017 (r439877) +++ head/multimedia/quvi09/Makefile Mon May 1 12:46:25 2017 (r439878) @@ -21,7 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= gettext-runtime pkgconfig tar:xz +USES= gettext-runtime gnome pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} From owner-svn-ports-all@freebsd.org Mon May 1 12:46:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71107D58561; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 4161AB7A; Mon, 1 May 2017 12:46: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 v41CkVjI052823; Mon, 1 May 2017 12:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkVfD052822; Mon, 1 May 2017 12:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkVfD052822@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, 1 May 2017 12:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439879 - head/net/gssdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:32 -0000 Author: sunpoet Date: Mon May 1 12:46:31 2017 New Revision: 439879 URL: https://svnweb.freebsd.org/changeset/ports/439879 Log: Use USES=gnome Modified: head/net/gssdp/Makefile Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Mon May 1 12:46:25 2017 (r439878) +++ head/net/gssdp/Makefile Mon May 1 12:46:31 2017 (r439879) @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz GTK3_CONFIGURE_WITH= gtk GTK3_USE= GNOME=gtk30 From owner-svn-ports-all@freebsd.org Mon May 1 12:46:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27DE7D58598; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id EC564BE6; Mon, 1 May 2017 12:46: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 v41CkZHt052926; Mon, 1 May 2017 12:46:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkZpB052925; Mon, 1 May 2017 12:46:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkZpB052925@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, 1 May 2017 12:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439880 - head/net/gupnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:37 -0000 Author: sunpoet Date: Mon May 1 12:46:35 2017 New Revision: 439880 URL: https://svnweb.freebsd.org/changeset/ports/439880 Log: Use USES=gnome Modified: head/net/gupnp/Makefile Modified: head/net/gupnp/Makefile ============================================================================== --- head/net/gupnp/Makefile Mon May 1 12:46:31 2017 (r439879) +++ head/net/gupnp/Makefile Mon May 1 12:46:35 2017 (r439880) @@ -26,10 +26,10 @@ VALA_DESC= Vala binding (requires net/gs CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CSTD= c11 USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes -USE_CSTD= c11 -USES= compiler:c11 gmake libtool pathfix pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 gmake gnome libtool pathfix pkgconfig python:run shebangfix tar:xz SHEBANG_FILES= tools/gupnp-binding-tool From owner-svn-ports-all@freebsd.org Mon May 1 12:46:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C74DCD585D2; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 97A07C66; Mon, 1 May 2017 12:46: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 v41CkeO3053031; Mon, 1 May 2017 12:46:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkeBb053030; Mon, 1 May 2017 12:46:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkeBb053030@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, 1 May 2017 12:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439881 - head/net/gupnp-av X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:41 -0000 Author: sunpoet Date: Mon May 1 12:46:40 2017 New Revision: 439881 URL: https://svnweb.freebsd.org/changeset/ports/439881 Log: Use USES=gnome Modified: head/net/gupnp-av/Makefile Modified: head/net/gupnp-av/Makefile ============================================================================== --- head/net/gupnp-av/Makefile Mon May 1 12:46:35 2017 (r439880) +++ head/net/gupnp-av/Makefile Mon May 1 12:46:40 2017 (r439881) @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz PORTDATA= * From owner-svn-ports-all@freebsd.org Mon May 1 12:46:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA948D5860E; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id B7969CD6; Mon, 1 May 2017 12:46: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 v41CkjKU053135; Mon, 1 May 2017 12:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkjAB053134; Mon, 1 May 2017 12:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkjAB053134@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, 1 May 2017 12:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439882 - head/net/gupnp-igd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:47 -0000 Author: sunpoet Date: Mon May 1 12:46:45 2017 New Revision: 439882 URL: https://svnweb.freebsd.org/changeset/ports/439882 Log: Use USES=gnome Modified: head/net/gupnp-igd/Makefile Modified: head/net/gupnp-igd/Makefile ============================================================================== --- head/net/gupnp-igd/Makefile Mon May 1 12:46:40 2017 (r439881) +++ head/net/gupnp-igd/Makefile Mon May 1 12:46:45 2017 (r439882) @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz PYTHON_CONFIGURE_ENABLE=python PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>=2.12.0:devel/py-gobject From owner-svn-ports-all@freebsd.org Mon May 1 12:46:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFD73D5865C; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 9EAC2D46; Mon, 1 May 2017 12:46: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 v41CkoMe053244; Mon, 1 May 2017 12:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CkoL9053243; Mon, 1 May 2017 12:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41CkoL9053243@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, 1 May 2017 12:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439883 - head/net/gupnp-ui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:51 -0000 Author: sunpoet Date: Mon May 1 12:46:50 2017 New Revision: 439883 URL: https://svnweb.freebsd.org/changeset/ports/439883 Log: Use USES=gnome Modified: head/net/gupnp-ui/Makefile Modified: head/net/gupnp-ui/Makefile ============================================================================== --- head/net/gupnp-ui/Makefile Mon May 1 12:46:45 2017 (r439882) +++ head/net/gupnp-ui/Makefile Mon May 1 12:46:50 2017 (r439883) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= gtk20 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig python +USES= gnome libtool pathfix pkgconfig python post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in From owner-svn-ports-all@freebsd.org Mon May 1 12:46:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10706D586BC; Mon, 1 May 2017 12:46: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 mx1.freebsd.org (Postfix) with ESMTPS id D67DDDCC; Mon, 1 May 2017 12:46: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 v41CktXZ053351; Mon, 1 May 2017 12:46:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cktre053350; Mon, 1 May 2017 12:46:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011246.v41Cktre053350@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, 1 May 2017 12:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439884 - head/textproc/docbook2X X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:46:57 -0000 Author: sunpoet Date: Mon May 1 12:46:55 2017 New Revision: 439884 URL: https://svnweb.freebsd.org/changeset/ports/439884 Log: Use USES=gnome - Remove WANT_GNOME Modified: head/textproc/docbook2X/Makefile Modified: head/textproc/docbook2X/Makefile ============================================================================== --- head/textproc/docbook2X/Makefile Mon May 1 12:46:50 2017 (r439883) +++ head/textproc/docbook2X/Makefile Mon May 1 12:46:55 2017 (r439884) @@ -29,8 +29,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ENV= PERL=${PERL} GNU_CONFIGURE= yes USE_GNOME= libxslt -USES= gmake iconv perl5 -WANT_GNOME= yes +USES= gmake gnome iconv perl5 INFO= docbook2X docbook2man-xslt docbook2texi-xslt From owner-svn-ports-all@freebsd.org Mon May 1 12:47:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1704D5870C; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id AFECDE38; Mon, 1 May 2017 12:47: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 v41Cl0qU053459; Mon, 1 May 2017 12:47:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cl08p053458; Mon, 1 May 2017 12:47:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41Cl08p053458@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, 1 May 2017 12:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439885 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:02 -0000 Author: sunpoet Date: Mon May 1 12:47:00 2017 New Revision: 439885 URL: https://svnweb.freebsd.org/changeset/ports/439885 Log: Use USES=gnome Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon May 1 12:46:55 2017 (r439884) +++ head/www/aria2/Makefile Mon May 1 12:47:00 2017 (r439885) @@ -37,7 +37,7 @@ USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} -USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lib gnome libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * From owner-svn-ports-all@freebsd.org Mon May 1 12:47:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96D4CD5876F; Mon, 1 May 2017 12:47:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67045E9F; Mon, 1 May 2017 12:47: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 v41Cl5H2053564; Mon, 1 May 2017 12:47:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cl5uO053563; Mon, 1 May 2017 12:47:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41Cl5uO053563@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, 1 May 2017 12:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439886 - head/www/spdylay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:06 -0000 Author: sunpoet Date: Mon May 1 12:47:05 2017 New Revision: 439886 URL: https://svnweb.freebsd.org/changeset/ports/439886 Log: Use USES=gnome - Adjust BROKEN_powerpc64 Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Mon May 1 12:47:00 2017 (r439885) +++ head/www/spdylay/Makefile Mon May 1 12:47:05 2017 (r439886) @@ -18,7 +18,7 @@ BUILD_DEPENDS= libevent>=2.0.8:devel/lib LIB_DEPENDS= libevent_openssl.so:devel/libevent BROKEN_SSL= openssl-devel -BROKEN_powerpc64= does not link: undefined reference to `std::ctype::_M_widen_init() +BROKEN_powerpc64= does not link: undefined reference to 'std::ctype::_M_widen_init()' BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes -USES= compiler:c++11-lang libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lang gnome libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * From owner-svn-ports-all@freebsd.org Mon May 1 12:47:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 964D9D587B0; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 63680F0F; Mon, 1 May 2017 12:47: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 v41ClAmM053668; Mon, 1 May 2017 12:47:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClAZU053667; Mon, 1 May 2017 12:47:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClAZU053667@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, 1 May 2017 12:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439887 - head/x11-fonts/fntsample X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:11 -0000 Author: sunpoet Date: Mon May 1 12:47:10 2017 New Revision: 439887 URL: https://svnweb.freebsd.org/changeset/ports/439887 Log: Use USES=gnome Modified: head/x11-fonts/fntsample/Makefile Modified: head/x11-fonts/fntsample/Makefile ============================================================================== --- head/x11-fonts/fntsample/Makefile Mon May 1 12:47:05 2017 (r439886) +++ head/x11-fonts/fntsample/Makefile Mon May 1 12:47:10 2017 (r439887) @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-unicode-blocks=${ GNU_CONFIGURE= yes USE_GNOME= pango USE_PERL5= run -USES= gettext iconv perl5 pkgconfig +USES= gettext gnome iconv perl5 pkgconfig PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ From owner-svn-ports-all@freebsd.org Mon May 1 12:47:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D120D58804; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 6EDF0F84; Mon, 1 May 2017 12:47: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 v41ClFLm053788; Mon, 1 May 2017 12:47:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClFjJ053786; Mon, 1 May 2017 12:47:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClFjJ053786@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, 1 May 2017 12:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439888 - head/net/p5-Net-Address-Ethernet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:16 -0000 Author: sunpoet Date: Mon May 1 12:47:15 2017 New Revision: 439888 URL: https://svnweb.freebsd.org/changeset/ports/439888 Log: Update to 1.125 - Add LICENSE - Add NO_ARCH Modified: head/net/p5-Net-Address-Ethernet/Makefile head/net/p5-Net-Address-Ethernet/distinfo Modified: head/net/p5-Net-Address-Ethernet/Makefile ============================================================================== --- head/net/p5-Net-Address-Ethernet/Makefile Mon May 1 12:47:10 2017 (r439887) +++ head/net/p5-Net-Address-Ethernet/Makefile Mon May 1 12:47:15 2017 (r439888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Address-Ethernet -PORTVERSION= 1.124 +PORTVERSION= 1.125 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find hardware ethernet address +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Env-Path>=0:devel/p5-Env-Path \ p5-Net-Ifconfig-Wrapper>=0:net/p5-Net-Ifconfig-Wrapper \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Address-Ethernet/distinfo ============================================================================== --- head/net/p5-Net-Address-Ethernet/distinfo Mon May 1 12:47:10 2017 (r439887) +++ head/net/p5-Net-Address-Ethernet/distinfo Mon May 1 12:47:15 2017 (r439888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466519456 -SHA256 (Net-Address-Ethernet-1.124.tar.gz) = ee04bd41c84b7978ba5a46380733152c20e898fd35aa820bad38f8f0e8570e9f -SIZE (Net-Address-Ethernet-1.124.tar.gz) = 23842 +TIMESTAMP = 1493631762 +SHA256 (Net-Address-Ethernet-1.125.tar.gz) = 16481a85d38370b5aa3d9b66ab0b4bf6de01f2899fbe7025de1c5855bfdfb105 +SIZE (Net-Address-Ethernet-1.125.tar.gz) = 24059 From owner-svn-ports-all@freebsd.org Mon May 1 12:47:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42ACD58834; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 9368AFF3; Mon, 1 May 2017 12:47: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 v41ClK5O053909; Mon, 1 May 2017 12:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClKdP053907; Mon, 1 May 2017 12:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClKdP053907@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, 1 May 2017 12:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439889 - head/www/p5-WWW-Search X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:21 -0000 Author: sunpoet Date: Mon May 1 12:47:20 2017 New Revision: 439889 URL: https://svnweb.freebsd.org/changeset/ports/439889 Log: Update to 2.517 - Add removed Perl core module to *_DEPENDS Changes: http://search.cpan.org/dist/WWW-Search/Changes Modified: head/www/p5-WWW-Search/Makefile head/www/p5-WWW-Search/distinfo Modified: head/www/p5-WWW-Search/Makefile ============================================================================== --- head/www/p5-WWW-Search/Makefile Mon May 1 12:47:15 2017 (r439888) +++ head/www/p5-WWW-Search/Makefile Mon May 1 12:47:20 2017 (r439889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Search -PORTVERSION= 2.516 +PORTVERSION= 2.517 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ + p5-CGI>=0:www/p5-CGI \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-HTML-Parser>=2.23:www/p5-HTML-Parser \ Modified: head/www/p5-WWW-Search/distinfo ============================================================================== --- head/www/p5-WWW-Search/distinfo Mon May 1 12:47:15 2017 (r439888) +++ head/www/p5-WWW-Search/distinfo Mon May 1 12:47:20 2017 (r439889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520443 -SHA256 (WWW-Search-2.516.tar.gz) = f9d680c065346fafc1f9317caf12ddefee01289926244bbac9f33139729622ed -SIZE (WWW-Search-2.516.tar.gz) = 94761 +TIMESTAMP = 1493631778 +SHA256 (WWW-Search-2.517.tar.gz) = 0402353b380898b273629d28fde4d8ce90d20adc7651b786899202c4ba51c412 +SIZE (WWW-Search-2.517.tar.gz) = 95286 From owner-svn-ports-all@freebsd.org Mon May 1 12:47:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D700D58884; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 2F9B41065; Mon, 1 May 2017 12:47: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 v41ClPaZ054005; Mon, 1 May 2017 12:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClPok054004; Mon, 1 May 2017 12:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClPok054004@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, 1 May 2017 12:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439890 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:26 -0000 Author: sunpoet Date: Mon May 1 12:47:25 2017 New Revision: 439890 URL: https://svnweb.freebsd.org/changeset/ports/439890 Log: Add RUBY24 to PLIST_SUB Modified: head/Mk/bsd.ruby.mk Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Mon May 1 12:47:20 2017 (r439889) +++ head/Mk/bsd.ruby.mk Mon May 1 12:47:25 2017 (r439890) @@ -321,7 +321,8 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="($ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ RUBY21=${RUBY21} \ RUBY22=${RUBY22} \ - RUBY23=${RUBY23} + RUBY23=${RUBY23} \ + RUBY24=${RUBY24} .if defined(USE_RUBY_RDOC) MAKE_ENV+= RUBY_RDOC=${RUBY_RDOC} From owner-svn-ports-all@freebsd.org Mon May 1 12:47:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80183D588DE; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 4A4AD114B; Mon, 1 May 2017 12:47: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 v41ClZqM054251; Mon, 1 May 2017 12:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClZrE054249; Mon, 1 May 2017 12:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClZrE054249@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, 1 May 2017 12:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439892 - head/devel/ruby-gems X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:36 -0000 Author: sunpoet Date: Mon May 1 12:47:34 2017 New Revision: 439892 URL: https://svnweb.freebsd.org/changeset/ports/439892 Log: Update to 2.6.12 Changes: https://github.com/rubygems/rubygems/blob/master/History.txt MFH: 2017Q2 Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Mon May 1 12:47:29 2017 (r439891) +++ head/devel/ruby-gems/Makefile Mon May 1 12:47:34 2017 (r439892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Mon May 1 12:47:29 2017 (r439891) +++ head/devel/ruby-gems/distinfo Mon May 1 12:47:34 2017 (r439892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765786 -SHA256 (ruby/rubygems-2.6.11.tgz) = aebec768c9010c97830d5ee7f55fa068ea470327fa073a1044f63cd4a341ae55 -SIZE (ruby/rubygems-2.6.11.tgz) = 766785 +TIMESTAMP = 1493631786 +SHA256 (ruby/rubygems-2.6.12.tgz) = 37b745cc1f957170cff4f698f473531e607827b1a6407d12c55c338257990d8d +SIZE (ruby/rubygems-2.6.12.tgz) = 767895 From owner-svn-ports-all@freebsd.org Mon May 1 12:47:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 499CED588AC; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 0BA8910CB; Mon, 1 May 2017 12:47: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 v41ClUnm054106; Mon, 1 May 2017 12:47:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41ClUcJ054105; Mon, 1 May 2017 12:47:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41ClUcJ054105@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, 1 May 2017 12:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439891 - head/lang/ruby24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:31 -0000 Author: sunpoet Date: Mon May 1 12:47:29 2017 New Revision: 439891 URL: https://svnweb.freebsd.org/changeset/ports/439891 Log: Fix PLIST when CAPIDOCS option is enabled PR: 218504 Reported by: Kalten MFH: 2017Q2 Modified: head/lang/ruby24/pkg-plist Modified: head/lang/ruby24/pkg-plist ============================================================================== --- head/lang/ruby24/pkg-plist Mon May 1 12:47:25 2017 (r439890) +++ head/lang/ruby24/pkg-plist Mon May 1 12:47:29 2017 (r439891) @@ -912,7 +912,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md %%DOCS%%%%RUBY_DOCDIR%%/README.md %%CAPIDOCS%%%%DOCS%%%%RUBY_DOCDIR%%/capi/.timestamp -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/.timestamp %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bdwn.png @@ -938,6 +937,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.png @@ -1863,8 +1864,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d4f/structtest__structure__4.html @@ -2194,8 +2193,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd9/reader_8c.html @@ -2337,9 +2334,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d60/nkf_2nkf-utf8_2config_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d69/structstruct__108byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.md5 @@ -3016,9 +3010,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d32/tcpserver_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.png @@ -3734,8 +3725,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/da4/regenc_8h__incl.map From owner-svn-ports-all@freebsd.org Mon May 1 12:47:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC315D58916; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 88B4D120F; Mon, 1 May 2017 12:47: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 v41CleM9054382; Mon, 1 May 2017 12:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Cle5G054380; Mon, 1 May 2017 12:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41Cle5G054380@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, 1 May 2017 12:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439893 - head/devel/rubygem-holidays X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:41 -0000 Author: sunpoet Date: Mon May 1 12:47:40 2017 New Revision: 439893 URL: https://svnweb.freebsd.org/changeset/ports/439893 Log: Update to 5.5.1 Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md Modified: head/devel/rubygem-holidays/Makefile head/devel/rubygem-holidays/distinfo Modified: head/devel/rubygem-holidays/Makefile ============================================================================== --- head/devel/rubygem-holidays/Makefile Mon May 1 12:47:34 2017 (r439892) +++ head/devel/rubygem-holidays/Makefile Mon May 1 12:47:40 2017 (r439893) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= holidays -PORTVERSION= 5.5.0 +PORTVERSION= 5.5.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-holidays/distinfo ============================================================================== --- head/devel/rubygem-holidays/distinfo Mon May 1 12:47:34 2017 (r439892) +++ head/devel/rubygem-holidays/distinfo Mon May 1 12:47:40 2017 (r439893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493122870 -SHA256 (rubygem/holidays-5.5.0.gem) = b37544e95641a3093e3906b826fad7bed5a0e65411a08744dfcb9339f825b4bc -SIZE (rubygem/holidays-5.5.0.gem) = 111616 +TIMESTAMP = 1493631792 +SHA256 (rubygem/holidays-5.5.1.gem) = ccad13130014426835d30c123cea7c84776a4a75246240304e46d42f28343c0c +SIZE (rubygem/holidays-5.5.1.gem) = 111616 From owner-svn-ports-all@freebsd.org Mon May 1 12:47:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B1B5D58952; Mon, 1 May 2017 12:47: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 mx1.freebsd.org (Postfix) with ESMTPS id CBE7B126B; Mon, 1 May 2017 12:47: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 v41Clj7n054513; Mon, 1 May 2017 12:47:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CljV2054511; Mon, 1 May 2017 12:47:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011247.v41CljV2054511@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, 1 May 2017 12:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439894 - in head/www/rubygem-html2haml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 12:47:47 -0000 Author: sunpoet Date: Mon May 1 12:47:45 2017 New Revision: 439894 URL: https://svnweb.freebsd.org/changeset/ports/439894 Log: Update to 2.2.0 Changes: https://github.com/haml/html2haml/blob/master/Changelog.markdown Deleted: head/www/rubygem-html2haml/files/ Modified: head/www/rubygem-html2haml/Makefile head/www/rubygem-html2haml/distinfo Modified: head/www/rubygem-html2haml/Makefile ============================================================================== --- head/www/rubygem-html2haml/Makefile Mon May 1 12:47:40 2017 (r439893) +++ head/www/rubygem-html2haml/Makefile Mon May 1 12:47:45 2017 (r439894) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= html2haml -PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-html2haml/distinfo ============================================================================== --- head/www/rubygem-html2haml/distinfo Mon May 1 12:47:40 2017 (r439893) +++ head/www/rubygem-html2haml/distinfo Mon May 1 12:47:45 2017 (r439894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489157754 -SHA256 (rubygem/html2haml-2.1.0.gem) = b02b1e372ae7a2c579fc9b3c4aba8730e2d278621af6bb5a52b7711482fd20f4 -SIZE (rubygem/html2haml-2.1.0.gem) = 21504 +TIMESTAMP = 1493631799 +SHA256 (rubygem/html2haml-2.2.0.gem) = a3b4d38d318c5101d89d7a82af790f4b18c600ef73109220ad254ef150931935 +SIZE (rubygem/html2haml-2.2.0.gem) = 21504 From owner-svn-ports-all@freebsd.org Mon May 1 13:35:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1988AD59875; Mon, 1 May 2017 13:35:25 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD481EFD; Mon, 1 May 2017 13:35:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41DZNxC075898; Mon, 1 May 2017 13:35:23 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41DZNlW075896; Mon, 1 May 2017 13:35:23 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705011335.v41DZNlW075896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 1 May 2017 13:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439895 - head/textproc/py-csvkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 13:35:25 -0000 Author: matthew Date: Mon May 1 13:35:23 2017 New Revision: 439895 URL: https://svnweb.freebsd.org/changeset/ports/439895 Log: Upgrde to 1.0.2 ChangeLog: https://csvkit.readthedocs.io/en/1.0.2/changelog.html Modified: head/textproc/py-csvkit/Makefile head/textproc/py-csvkit/distinfo Modified: head/textproc/py-csvkit/Makefile ============================================================================== --- head/textproc/py-csvkit/Makefile Mon May 1 12:47:45 2017 (r439894) +++ head/textproc/py-csvkit/Makefile Mon May 1 13:35:23 2017 (r439895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csvkit -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-csvkit/distinfo ============================================================================== --- head/textproc/py-csvkit/distinfo Mon May 1 12:47:45 2017 (r439894) +++ head/textproc/py-csvkit/distinfo Mon May 1 13:35:23 2017 (r439895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483129805 -SHA256 (csvkit-1.0.1.tar.gz) = 046bc6e71e6892b4d244f8702786354e28ca6002814d460d99659d6ad8e7bcd1 -SIZE (csvkit-1.0.1.tar.gz) = 5036770 +TIMESTAMP = 1493645356 +SHA256 (csvkit-1.0.2.tar.gz) = 5a897f87c920dec3e7debc31102dfe774a8d704641bfafa98e04729bd4d26e17 +SIZE (csvkit-1.0.2.tar.gz) = 3773802 From owner-svn-ports-all@freebsd.org Mon May 1 13:41:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0F05D5991A; Mon, 1 May 2017 13:41: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 mx1.freebsd.org (Postfix) with ESMTPS id C063D1D5; Mon, 1 May 2017 13:41: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 v41DfVFW079044; Mon, 1 May 2017 13:41:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41DfVOX079042; Mon, 1 May 2017 13:41:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011341.v41DfVOX079042@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, 1 May 2017 13:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439896 - head/www/you-get X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 13:41:33 -0000 Author: sunpoet Date: Mon May 1 13:41:31 2017 New Revision: 439896 URL: https://svnweb.freebsd.org/changeset/ports/439896 Log: Use official tarball from PyPI The tarballs are not identical but the package remains unchanged. Modified: head/www/you-get/Makefile head/www/you-get/distinfo Modified: head/www/you-get/Makefile ============================================================================== --- head/www/you-get/Makefile Mon May 1 13:35:23 2017 (r439895) +++ head/www/you-get/Makefile Mon May 1 13:41:31 2017 (r439896) @@ -3,7 +3,6 @@ PORTNAME= you-get PORTVERSION= 0.4.715 -DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= www MASTER_SITES= CHEESESHOP @@ -22,9 +21,6 @@ NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:3 -GH_ACCOUNT= soimort -USE_GITHUB= yes - RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump .include Modified: head/www/you-get/distinfo ============================================================================== --- head/www/you-get/distinfo Mon May 1 13:35:23 2017 (r439895) +++ head/www/you-get/distinfo Mon May 1 13:41:31 2017 (r439896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492420872 -SHA256 (soimort-you-get-v0.4.715_GH0.tar.gz) = 94a0e4778711fb2077237a6f39fd402a576ec73691d1a325f3b4323abd9f8d74 -SIZE (soimort-you-get-v0.4.715_GH0.tar.gz) = 115493 +TIMESTAMP = 1493643361 +SHA256 (you-get-0.4.715.tar.gz) = d0e6b5e16cc2c191bc6a3206098cf54fab625c687c86fbf55ace14e8a0106110 +SIZE (you-get-0.4.715.tar.gz) = 118743 From owner-svn-ports-all@freebsd.org Mon May 1 13:42:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC08D59A58; Mon, 1 May 2017 13:42:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1A200753; Mon, 1 May 2017 13:42:46 +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 v41Dgj5H080857; Mon, 1 May 2017 13:42:45 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Dgg5l080826; Mon, 1 May 2017 13:42:42 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705011342.v41Dgg5l080826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 1 May 2017 13:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439897 - in head: databases databases/rubygem-globalid-rails5 databases/rubygem-pghero-rails5 databases/rubygem-redis-actionpack-rails5 devel devel/rubygem-actionview5 devel/rubygem-ac... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 13:42:46 -0000 Author: jrm Date: Mon May 1 13:42:41 2017 New Revision: 439897 URL: https://svnweb.freebsd.org/changeset/ports/439897 Log: Create and update rails5 ports to prevent installation of the same ports for rails4 and rails5 Approved by: swills (mentor, implicit) Added: head/databases/rubygem-globalid-rails5/ - copied from r439752, head/databases/rubygem-globalid/ head/databases/rubygem-pghero-rails5/ - copied from r439752, head/databases/rubygem-pghero/ head/databases/rubygem-redis-actionpack-rails5/ - copied from r439752, head/databases/rubygem-redis-actionpack/ head/devel/rubygem-climate_control-rails5/ - copied from r439866, head/devel/rubygem-climate_control/ head/devel/rubygem-jbuilder-rails5/ - copied from r439752, head/devel/rubygem-jbuilder/ head/devel/rubygem-paperclip-rails5/ - copied from r439752, head/devel/rubygem-paperclip/ head/devel/rubygem-rails-deprecated_sanitizer-rails5/ - copied from r439752, head/devel/rubygem-rails-deprecated_sanitizer/ head/devel/rubygem-redis-activesupport-rails5/ - copied from r439752, head/devel/rubygem-redis-activesupport/ head/devel/rubygem-redis-activesupport-rails5/rubygem-redis-activesupport/ - copied from r439752, head/devel/rubygem-redis-activesupport/ head/devel/rubygem-simple_form-rails5/ - copied from r439752, head/devel/rubygem-simple_form/ head/devel/rubygem-spring-rails5/ - copied from r439752, head/devel/rubygem-spring/ head/devel/rubygem-sprockets-rails-rails5/ - copied from r439752, head/devel/rubygem-sprockets-rails/ head/textproc/rubygem-rails-dom-testing-rails5/ - copied from r439752, head/textproc/rubygem-rails-dom-testing/ head/www/rubygem-kaminari-actionview-rails5/ - copied from r439752, head/www/rubygem-kaminari-actionview/ head/www/rubygem-kaminari-activerecord-rails5/ - copied from r439752, head/www/rubygem-kaminari-activerecord/ head/www/rubygem-kaminari-rails5/ - copied from r439752, head/www/rubygem-kaminari/ head/www/rubygem-redis-rails-rails5/ - copied from r439752, head/www/rubygem-redis-rails/ Modified: head/databases/Makefile head/databases/rubygem-globalid-rails5/Makefile head/databases/rubygem-globalid-rails5/distinfo head/databases/rubygem-pghero-rails5/Makefile head/databases/rubygem-redis-actionpack-rails5/Makefile head/devel/Makefile head/devel/rubygem-actionview5/Makefile head/devel/rubygem-activejob5/Makefile head/devel/rubygem-climate_control-rails5/Makefile head/devel/rubygem-jbuilder-rails5/Makefile head/devel/rubygem-paperclip-rails5/Makefile head/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile head/devel/rubygem-rails-deprecated_sanitizer-rails5/distinfo head/devel/rubygem-redis-activesupport-rails5/Makefile head/devel/rubygem-simple_form-rails5/Makefile head/devel/rubygem-spring-rails5/Makefile head/devel/rubygem-sprockets-rails-rails5/Makefile head/mail/rubygem-actionmailer5/Makefile head/multimedia/rubygem-paperclip-av-transcoder/Makefile head/textproc/Makefile head/textproc/rubygem-rails-dom-testing-rails5/Makefile head/textproc/rubygem-sass-rails-rails5/Makefile head/www/Makefile head/www/rubygem-actionpack5/Makefile head/www/rubygem-jquery-rails-rails5/Makefile head/www/rubygem-kaminari-actionview-rails5/Makefile head/www/rubygem-kaminari-activerecord-rails5/Makefile head/www/rubygem-kaminari-rails5/Makefile head/www/rubygem-redis-rails-rails5/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/databases/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -909,6 +909,7 @@ SUBDIR += rubygem-em-redis-unified SUBDIR += rubygem-familia SUBDIR += rubygem-globalid + SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-jdbc-mysql @@ -922,10 +923,12 @@ SUBDIR += rubygem-pg SUBDIR += rubygem-pg_array_parser SUBDIR += rubygem-pghero + SUBDIR += rubygem-pghero-rails5 SUBDIR += rubygem-postgres_ext SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack + SUBDIR += rubygem-redis-actionpack-rails5 SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 Modified: head/databases/rubygem-globalid-rails5/Makefile ============================================================================== --- head/databases/rubygem-globalid/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/databases/rubygem-globalid-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= globalid PORTVERSION= 0.4.0 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-globalid-rails5/distinfo ============================================================================== --- head/databases/rubygem-globalid/distinfo Sat Apr 29 14:50:53 2017 (r439752) +++ head/databases/rubygem-globalid-rails5/distinfo Mon May 1 13:42:41 2017 (r439897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492420910 +TIMESTAMP = 1493510705 SHA256 (rubygem/globalid-0.4.0.gem) = dd89ccd9be91e5c26861f3a93648b581673c74e8255c62fe53baeacf31e05fb2 SIZE (rubygem/globalid-0.4.0.gem) = 12800 Modified: head/databases/rubygem-pghero-rails5/Makefile ============================================================================== --- head/databases/rubygem-pghero/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/databases/rubygem-pghero-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -4,14 +4,15 @@ PORTNAME= pghero PORTVERSION= 1.6.5 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Performance dashboard for Postgres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 +RUN_DEPENDS= rubygem-activerecord5>0:databases/rubygem-activerecord5 NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-redis-actionpack-rails5/Makefile ============================================================================== --- head/databases/rubygem-redis-actionpack/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/databases/rubygem-redis-actionpack-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,15 +5,16 @@ PORTVERSION= 5.0.1 PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Redis session store for ActionPack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \ - rubygem-redis-rack1>=1:www/rubygem-redis-rack1 \ +RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \ + rubygem-redis-rack>=1:www/rubygem-redis-rack \ rubygem-redis-store>=1.1.0:devel/rubygem-redis-store NO_ARCH= yes Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/devel/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5183,6 +5183,7 @@ SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control + SUBDIR += rubygem-climate_control-rails5 SUBDIR += rubygem-clio SUBDIR += rubygem-cliprompt SUBDIR += rubygem-cloudfiles @@ -5335,6 +5336,7 @@ SUBDIR += rubygem-jammit SUBDIR += rubygem-jasmine-core SUBDIR += rubygem-jbuilder + SUBDIR += rubygem-jbuilder-rails5 SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jira-ruby @@ -5426,6 +5428,7 @@ SUBDIR += rubygem-p4ruby SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip + SUBDIR += rubygem-paperclip-rails5 SUBDIR += rubygem-parser SUBDIR += rubygem-patch_finder SUBDIR += rubygem-pathutil @@ -5457,6 +5460,7 @@ SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-deprecated_sanitizer + SUBDIR += rubygem-rails-deprecated_sanitizer-rails5 SUBDIR += rubygem-rails-i18n SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow @@ -5477,6 +5481,7 @@ SUBDIR += rubygem-recaptcha SUBDIR += rubygem-recursive-open-struct SUBDIR += rubygem-redis-activesupport + SUBDIR += rubygem-redis-activesupport-rails5 SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref @@ -5544,6 +5549,7 @@ SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple-navigation SUBDIR += rubygem-simple_form + SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simplecov SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slack-notifier1 @@ -5552,10 +5558,12 @@ SUBDIR += rubygem-slop3 SUBDIR += rubygem-soap4r SUBDIR += rubygem-spring + SUBDIR += rubygem-spring-rails5 SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-es6 SUBDIR += rubygem-sprockets-helpers SUBDIR += rubygem-sprockets-rails + SUBDIR += rubygem-sprockets-rails-rails5 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz Modified: head/devel/rubygem-actionview5/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/devel/rubygem-actionview5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubi>=1.4:www/rubygem-erubi \ - rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \ + rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes Modified: head/devel/rubygem-activejob5/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/devel/rubygem-activejob5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ - rubygem-globalid>=0.3.6:databases/rubygem-globalid + rubygem-globalid-rails5>=0.3.6:databases/rubygem-globalid-rails5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-climate_control-rails5/Makefile ============================================================================== --- head/devel/rubygem-climate_control/Makefile Mon May 1 10:58:17 2017 (r439866) +++ head/devel/rubygem-climate_control-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= climate_control PORTVERSION= 0.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Modify your ENV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-jbuilder-rails5/Makefile ============================================================================== --- head/devel/rubygem-jbuilder/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-jbuilder-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= jbuilder PORTVERSION= 2.6.3 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Create JSON structures via a Builder-style DSL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS?= rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ rubygem-multi_json>=1.2:devel/rubygem-multi_json NO_ARCH= yes Modified: head/devel/rubygem-paperclip-rails5/Makefile ============================================================================== --- head/devel/rubygem-paperclip/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-paperclip-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,15 +5,16 @@ PORTNAME= paperclip PORTVERSION= 5.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Easy upload management for ActiveRecord LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel4>=3.2.0:databases/rubygem-activemodel4 \ - rubygem-activesupport4>=3.2.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activemodel5>0:databases/rubygem-activemodel5 \ + rubygem-activesupport5>=0:devel/rubygem-activesupport5 \ rubygem-cocaine>=0.5.5:devel/rubygem-cocaine \ rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \ rubygem-mime-types>=0:misc/rubygem-mime-types Modified: head/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile ============================================================================== --- head/devel/rubygem-rails-deprecated_sanitizer/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,13 +5,14 @@ PORTNAME= rails-deprecated_sanitizer PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Deprecated sanitizer API extracted from Action View LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport4>=4.2.1:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rails-deprecated_sanitizer-rails5/distinfo ============================================================================== --- head/devel/rubygem-rails-deprecated_sanitizer/distinfo Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-rails-deprecated_sanitizer-rails5/distinfo Mon May 1 13:42:41 2017 (r439897) @@ -1,2 +1,3 @@ +TIMESTAMP = 1493508481 SHA256 (rubygem/rails-deprecated_sanitizer-1.0.3.gem) = 722d589fc83dea0ea49e816440bacc554383dc9a05c8aee5429cf7f621abbe63 SIZE (rubygem/rails-deprecated_sanitizer-1.0.3.gem) = 25600 Modified: head/devel/rubygem-redis-activesupport-rails5/Makefile ============================================================================== --- head/devel/rubygem-redis-activesupport/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-redis-activesupport-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -4,14 +4,15 @@ PORTNAME= redis-activesupport PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Redis store for ActiveSupport::Cache LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS?= rubygem-activesupport4>=4:devel/rubygem-activesupport4 \ +RUN_DEPENDS?= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ rubygem-redis-store>=1.3.0:devel/rubygem-redis-store NO_ARCH= yes Modified: head/devel/rubygem-simple_form-rails5/Makefile ============================================================================== --- head/devel/rubygem-simple_form/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-simple_form-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,15 +5,16 @@ PORTNAME= simple_form PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Forms made easy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel4>=4:databases/rubygem-activemodel4 \ - rubygem-actionpack4>=4:www/rubygem-actionpack4 +RUN_DEPENDS= rubygem-activemodel5>0:databases/rubygem-activemodel5 \ + rubygem-actionpack5>0:www/rubygem-actionpack5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-spring-rails5/Makefile ============================================================================== --- head/devel/rubygem-spring/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-spring-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= spring PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Rails application preloader LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=4.2:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-sprockets-rails-rails5/Makefile ============================================================================== --- head/devel/rubygem-sprockets-rails/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/devel/rubygem-sprockets-rails-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,15 +5,16 @@ PORTNAME= sprockets-rails PORTVERSION= 3.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Sprockets Rails integration LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS?= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \ - rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS?= rubygem-actionpack5>0:www/rubygem-actionpack5 \ + rubygem-activesupport5>0:devel/rubygem-activesupport5 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 NO_ARCH= yes Modified: head/mail/rubygem-actionmailer5/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/mail/rubygem-actionmailer5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORT rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ - rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing + rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 NO_ARCH= yes USE_RUBY= yes Modified: head/multimedia/rubygem-paperclip-av-transcoder/Makefile ============================================================================== --- head/multimedia/rubygem-paperclip-av-transcoder/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/multimedia/rubygem-paperclip-av-transcoder/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-av>=0.9.0:multimedia/rubygem-av \ - rubygem-paperclip>=2.5.2:devel/rubygem-paperclip + rubygem-paperclip-rails5>=2.5.2:devel/rubygem-paperclip-rails5 NO_ARCH= yes Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/textproc/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -1514,6 +1514,7 @@ SUBDIR += rubygem-phone SUBDIR += rubygem-pretty-xml SUBDIR += rubygem-rails-dom-testing + SUBDIR += rubygem-rails-dom-testing-rails5 SUBDIR += rubygem-rails-dom-testing1 SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak Modified: head/textproc/rubygem-rails-dom-testing-rails5/Makefile ============================================================================== --- head/textproc/rubygem-rails-dom-testing/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/textproc/rubygem-rails-dom-testing-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,16 +5,17 @@ PORTNAME= rails-dom-testing PORTVERSION= 2.0.2 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Analyse and compare DOMs using Nokogiri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \ - rubygem-rails-deprecated_sanitizer>=1.0.1:devel/rubygem-rails-deprecated_sanitizer + rubygem-rails-deprecated_sanitizer-rails5>=1.0.1:devel/rubygem-rails-deprecated_sanitizer-rails5 NO_ARCH= yes USE_RUBY= yes Modified: head/textproc/rubygem-sass-rails-rails5/Makefile ============================================================================== --- head/textproc/rubygem-sass-rails-rails5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/textproc/rubygem-sass-rails-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties5>=5.0.0:www/rubygem-railties5 \ rubygem-sass>=3.1:textproc/rubygem-sass \ rubygem-sprockets3>=3.0.3:devel/rubygem-sprockets3 \ - rubygem-sprockets-rails>=2.0:devel/rubygem-sprockets-rails \ + rubygem-sprockets-rails-rails5>=2.0:devel/rubygem-sprockets-rails-rails5 \ rubygem-tilt>=1.1:devel/rubygem-tilt NO_ARCH= yes Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/www/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -1998,9 +1998,12 @@ SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari SUBDIR += rubygem-kaminari-actionview + SUBDIR += rubygem-kaminari-actionview-rails5 SUBDIR += rubygem-kaminari-activerecord + SUBDIR += rubygem-kaminari-activerecord-rails5 SUBDIR += rubygem-kaminari-core SUBDIR += rubygem-kaminari-rails4 + SUBDIR += rubygem-kaminari-rails5 SUBDIR += rubygem-kensa SUBDIR += rubygem-kubeclient SUBDIR += rubygem-layout_yullio_generator @@ -2069,6 +2072,7 @@ SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redis-rack1 SUBDIR += rubygem-redis-rails + SUBDIR += rubygem-redis-rails-rails5 SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-responders SUBDIR += rubygem-responders-rails5 Modified: head/www/rubygem-actionpack5/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/www/rubygem-actionpack5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionview5>=${PORT rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ rubygem-rack>=2.0:www/rubygem-rack \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ - rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \ + rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes Modified: head/www/rubygem-jquery-rails-rails5/Makefile ============================================================================== --- head/www/rubygem-jquery-rails-rails5/Makefile Mon May 1 13:41:31 2017 (r439896) +++ head/www/rubygem-jquery-rails-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -13,7 +13,7 @@ COMMENT= Provides a Rails generator for LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:textproc/rubygem-rails-dom-testing \ +RUN_DEPENDS= rubygem-rails-dom-testing-rails5>=1.0:textproc/rubygem-rails-dom-testing-rails5 \ rubygem-railties5>=4.2.0:www/rubygem-railties5 \ rubygem-thor>=0.14:devel/rubygem-thor Modified: head/www/rubygem-kaminari-actionview-rails5/Makefile ============================================================================== --- head/www/rubygem-kaminari-actionview/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/www/rubygem-kaminari-actionview-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= kaminari-actionview PORTVERSION= 1.0.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Kaminari Action View adapter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview4>=0:devel/rubygem-actionview4 \ +RUN_DEPENDS= rubygem-actionview5>0:devel/rubygem-actionview5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core NO_ARCH= yes Modified: head/www/rubygem-kaminari-activerecord-rails5/Makefile ============================================================================== --- head/www/rubygem-kaminari-activerecord/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/www/rubygem-kaminari-activerecord-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,14 +5,15 @@ PORTNAME= kaminari-activerecord PORTVERSION= 1.0.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Kaminari Active Record adapter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \ +RUN_DEPENDS= rubygem-activerecord5>0:databases/rubygem-activerecord5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core NO_ARCH= yes Modified: head/www/rubygem-kaminari-rails5/Makefile ============================================================================== --- head/www/rubygem-kaminari/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/www/rubygem-kaminari-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -5,16 +5,17 @@ PORTNAME= kaminari PORTVERSION= 1.0.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Sophisticated paginator for Rails 4+ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.1.0:devel/rubygem-activesupport4 \ - rubygem-kaminari-actionview>=${PORTVERSION}:www/rubygem-kaminari-actionview \ - rubygem-kaminari-activerecord>=${PORTVERSION}:www/rubygem-kaminari-activerecord \ +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ + rubygem-kaminari-actionview-rails5>=${PORTVERSION}:www/rubygem-kaminari-actionview-rails5 \ + rubygem-kaminari-activerecord-rails5>=${PORTVERSION}:www/rubygem-kaminari-activerecord-rails5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core NO_ARCH= yes Modified: head/www/rubygem-redis-rails-rails5/Makefile ============================================================================== --- head/www/rubygem-redis-rails/Makefile Sat Apr 29 14:50:53 2017 (r439752) +++ head/www/rubygem-redis-rails-rails5/Makefile Mon May 1 13:42:41 2017 (r439897) @@ -4,15 +4,16 @@ PORTNAME= redis-rails PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Redis for Ruby on Rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-redis-actionpack>=5.0:databases/rubygem-redis-actionpack \ - rubygem-redis-activesupport>=5.0:devel/rubygem-redis-activesupport \ +RUN_DEPENDS= rubygem-redis-actionpack-rails5>0:databases/rubygem-redis-actionpack-rails5 \ + rubygem-redis-activesupport-rails5>0:devel/rubygem-redis-activesupport-rails5 \ rubygem-redis-store>=1.2:devel/rubygem-redis-store NO_ARCH= yes From owner-svn-ports-all@freebsd.org Mon May 1 14:32:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C8CD58574; Mon, 1 May 2017 14:32:55 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BC1A81; Mon, 1 May 2017 14:32:55 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41EWsgn004350; Mon, 1 May 2017 14:32:54 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41EWscK004347; Mon, 1 May 2017 14:32:54 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201705011432.v41EWscK004347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 1 May 2017 14:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439898 - in head/lang/mono: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 14:32:55 -0000 Author: dvl Date: Mon May 1 14:32:54 2017 New Revision: 439898 URL: https://svnweb.freebsd.org/changeset/ports/439898 Log: Upgrade to 4.8.1.0 Approved by: miwi (maintainer) Modified: head/lang/mono/Makefile head/lang/mono/distinfo head/lang/mono/files/patch-mono_utils_mono-proclib.c head/lang/mono/pkg-plist Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Mon May 1 13:42:41 2017 (r439897) +++ head/lang/mono/Makefile Mon May 1 14:32:54 2017 (r439898) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mono -PORTVERSION= 4.6.2.7 -PORTREVISION= 2 +PORTVERSION= 4.8.1.0 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ Modified: head/lang/mono/distinfo ============================================================================== --- head/lang/mono/distinfo Mon May 1 13:42:41 2017 (r439897) +++ head/lang/mono/distinfo Mon May 1 14:32:54 2017 (r439898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479537297 -SHA256 (mono-4.6.2.7.tar.bz2) = b69ead7db7590277630685f3fcad84a5ac2f83e40563f0dc8cf139b10cbe6b31 -SIZE (mono-4.6.2.7.tar.bz2) = 83271441 +TIMESTAMP = 1493409545 +SHA256 (mono-4.8.1.0.tar.bz2) = 18cb38a670e51609c36c687ed90ad42cfedabeffd0a2dc5f7f0c46249eb8dbef +SIZE (mono-4.8.1.0.tar.bz2) = 87375499 Modified: head/lang/mono/files/patch-mono_utils_mono-proclib.c ============================================================================== --- head/lang/mono/files/patch-mono_utils_mono-proclib.c Mon May 1 13:42:41 2017 (r439897) +++ head/lang/mono/files/patch-mono_utils_mono-proclib.c Mon May 1 14:32:54 2017 (r439898) @@ -1,6 +1,6 @@ ---- mono/utils/mono-proclib.c.orig 2016-07-29 09:10:33 UTC -+++ mono/utils/mono-proclib.c -@@ -107,11 +107,11 @@ mono_process_list (int *size) +--- mono/utils/mono-proclib.c.orig 2017-04-12 10:51:21.000000000 +0000 ++++ mono/utils/mono-proclib.c 2017-05-01 13:05:26.013997000 +0000 +@@ -116,11 +116,11 @@ mib [2] = KERN_PROC_ALL; mib [3] = 0; @@ -8,9 +8,9 @@ + res = sysctl (mib, 3, NULL, &data_len, NULL, 0); if (res) return NULL; - processes = (struct kinfo_proc *) malloc (data_len); + processes = (struct kinfo_proc *) g_malloc (data_len); - res = sysctl (mib, 4, processes, &data_len, NULL, 0); + res = sysctl (mib, 3, processes, &data_len, NULL, 0); if (res < 0) { - free (processes); + g_free (processes); if (errno != ENOMEM) Modified: head/lang/mono/pkg-plist ============================================================================== --- head/lang/mono/pkg-plist Mon May 1 13:42:41 2017 (r439897) +++ head/lang/mono/pkg-plist Mon May 1 14:32:54 2017 (r439898) @@ -46,6 +46,7 @@ bin/mono-find-provides bin/mono-find-requires bin/mono-gdb.py bin/mono-heapviz +bin/mono-package-runtime bin/mono-service bin/mono-service2 bin/mono-sgen @@ -58,6 +59,7 @@ bin/monodis bin/monodocer bin/monodocs2html bin/monodocs2slashdoc +bin/monograph bin/monolinker bin/monop bin/monop2 @@ -76,6 +78,7 @@ bin/resgen2 bin/secutil bin/setreg bin/sgen +bin/sgen-grep-binprot bin/signcode bin/sn bin/soapsuds @@ -548,6 +551,7 @@ lib/mono/4.5/Commons.Xml.Relaxng.dll lib/mono/4.5/CustomMarshalers.dll lib/mono/4.5/Facades/Microsoft.Win32.Primitives.dll lib/mono/4.5/Facades/Microsoft.Win32.Registry.AccessControl.dll +lib/mono/4.5/Facades/Microsoft.Win32.Registry.AccessControl.dll.mdb lib/mono/4.5/Facades/Microsoft.Win32.Registry.dll lib/mono/4.5/Facades/System.AppContext.dll lib/mono/4.5/Facades/System.Collections.Concurrent.dll @@ -561,24 +565,29 @@ lib/mono/4.5/Facades/System.ComponentMod lib/mono/4.5/Facades/System.ComponentModel.dll lib/mono/4.5/Facades/System.Console.dll lib/mono/4.5/Facades/System.Data.Common.dll +lib/mono/4.5/Facades/System.Data.Common.dll.mdb lib/mono/4.5/Facades/System.Data.SqlClient.dll lib/mono/4.5/Facades/System.Diagnostics.Contracts.dll lib/mono/4.5/Facades/System.Diagnostics.Debug.dll lib/mono/4.5/Facades/System.Diagnostics.FileVersionInfo.dll lib/mono/4.5/Facades/System.Diagnostics.Process.dll lib/mono/4.5/Facades/System.Diagnostics.StackTrace.dll +lib/mono/4.5/Facades/System.Diagnostics.StackTrace.dll.mdb lib/mono/4.5/Facades/System.Diagnostics.TextWriterTraceListener.dll lib/mono/4.5/Facades/System.Diagnostics.Tools.dll lib/mono/4.5/Facades/System.Diagnostics.TraceEvent.dll lib/mono/4.5/Facades/System.Diagnostics.TraceSource.dll lib/mono/4.5/Facades/System.Diagnostics.Tracing.dll +lib/mono/4.5/Facades/System.Diagnostics.Tracing.dll.mdb lib/mono/4.5/Facades/System.Drawing.Primitives.dll lib/mono/4.5/Facades/System.Dynamic.Runtime.dll lib/mono/4.5/Facades/System.Globalization.Calendars.dll lib/mono/4.5/Facades/System.Globalization.Extensions.dll +lib/mono/4.5/Facades/System.Globalization.Extensions.dll.mdb lib/mono/4.5/Facades/System.Globalization.dll lib/mono/4.5/Facades/System.IO.Compression.ZipFile.dll lib/mono/4.5/Facades/System.IO.FileSystem.AccessControl.dll +lib/mono/4.5/Facades/System.IO.FileSystem.AccessControl.dll.mdb lib/mono/4.5/Facades/System.IO.FileSystem.DriveInfo.dll lib/mono/4.5/Facades/System.IO.FileSystem.Primitives.dll lib/mono/4.5/Facades/System.IO.FileSystem.Watcher.dll @@ -603,6 +612,7 @@ lib/mono/4.5/Facades/System.Net.Requests lib/mono/4.5/Facades/System.Net.Security.dll lib/mono/4.5/Facades/System.Net.ServicePoint.dll lib/mono/4.5/Facades/System.Net.Sockets.dll +lib/mono/4.5/Facades/System.Net.Sockets.dll.mdb lib/mono/4.5/Facades/System.Net.Utilities.dll lib/mono/4.5/Facades/System.Net.WebHeaderCollection.dll lib/mono/4.5/Facades/System.Net.WebSockets.Client.dll @@ -614,6 +624,7 @@ lib/mono/4.5/Facades/System.Reflection.E lib/mono/4.5/Facades/System.Reflection.Extensions.dll lib/mono/4.5/Facades/System.Reflection.Primitives.dll lib/mono/4.5/Facades/System.Reflection.TypeExtensions.dll +lib/mono/4.5/Facades/System.Reflection.TypeExtensions.dll.mdb lib/mono/4.5/Facades/System.Reflection.dll lib/mono/4.5/Facades/System.Resources.ReaderWriter.dll lib/mono/4.5/Facades/System.Resources.ResourceManager.dll @@ -625,7 +636,9 @@ lib/mono/4.5/Facades/System.Runtime.Inte lib/mono/4.5/Facades/System.Runtime.Numerics.dll lib/mono/4.5/Facades/System.Runtime.Serialization.Json.dll lib/mono/4.5/Facades/System.Runtime.Serialization.Primitives.dll +lib/mono/4.5/Facades/System.Runtime.Serialization.Primitives.dll.mdb lib/mono/4.5/Facades/System.Runtime.Serialization.Xml.dll +lib/mono/4.5/Facades/System.Runtime.Serialization.Xml.dll.mdb lib/mono/4.5/Facades/System.Runtime.dll lib/mono/4.5/Facades/System.Security.AccessControl.dll lib/mono/4.5/Facades/System.Security.Claims.dll @@ -645,18 +658,23 @@ lib/mono/4.5/Facades/System.Security.Cry lib/mono/4.5/Facades/System.Security.Principal.Windows.dll lib/mono/4.5/Facades/System.Security.Principal.dll lib/mono/4.5/Facades/System.Security.SecureString.dll +lib/mono/4.5/Facades/System.Security.SecureString.dll.mdb lib/mono/4.5/Facades/System.ServiceModel.Duplex.dll lib/mono/4.5/Facades/System.ServiceModel.Http.dll lib/mono/4.5/Facades/System.ServiceModel.NetTcp.dll lib/mono/4.5/Facades/System.ServiceModel.Primitives.dll lib/mono/4.5/Facades/System.ServiceModel.Security.dll lib/mono/4.5/Facades/System.ServiceProcess.ServiceController.dll +lib/mono/4.5/Facades/System.ServiceProcess.ServiceController.dll.mdb lib/mono/4.5/Facades/System.Text.Encoding.CodePages.dll +lib/mono/4.5/Facades/System.Text.Encoding.CodePages.dll.mdb lib/mono/4.5/Facades/System.Text.Encoding.Extensions.dll lib/mono/4.5/Facades/System.Text.Encoding.dll lib/mono/4.5/Facades/System.Text.RegularExpressions.dll lib/mono/4.5/Facades/System.Threading.AccessControl.dll +lib/mono/4.5/Facades/System.Threading.AccessControl.dll.mdb lib/mono/4.5/Facades/System.Threading.Overlapped.dll +lib/mono/4.5/Facades/System.Threading.Overlapped.dll.mdb lib/mono/4.5/Facades/System.Threading.Tasks.Parallel.dll lib/mono/4.5/Facades/System.Threading.Tasks.dll lib/mono/4.5/Facades/System.Threading.Thread.dll @@ -666,6 +684,7 @@ lib/mono/4.5/Facades/System.Threading.dl lib/mono/4.5/Facades/System.Xml.ReaderWriter.dll lib/mono/4.5/Facades/System.Xml.XDocument.dll lib/mono/4.5/Facades/System.Xml.XPath.XDocument.dll +lib/mono/4.5/Facades/System.Xml.XPath.XDocument.dll.mdb lib/mono/4.5/Facades/System.Xml.XPath.dll lib/mono/4.5/Facades/System.Xml.XmlDocument.dll lib/mono/4.5/Facades/System.Xml.XmlSerializer.dll @@ -706,10 +725,6 @@ lib/mono/4.5/Mono.Messaging.RabbitMQ.dll lib/mono/4.5/Mono.Messaging.dll lib/mono/4.5/Mono.Parallel.dll lib/mono/4.5/Mono.Posix.dll -lib/mono/4.5/Mono.Security.Providers.DotNet.dll -lib/mono/4.5/Mono.Security.Providers.NewSystemSource.dll -lib/mono/4.5/Mono.Security.Providers.NewTls.dll -lib/mono/4.5/Mono.Security.Providers.OldTls.dll lib/mono/4.5/Mono.Security.Win32.dll lib/mono/4.5/Mono.Security.dll lib/mono/4.5/Mono.Simd.dll @@ -1013,6 +1028,8 @@ lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9 lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll.mdb lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll.mdb +lib/mono/gac/Mono.Cecil/0.10.0.0__0738eb9f132ed756/Mono.Cecil.dll +lib/mono/gac/Mono.Cecil/0.10.0.0__0738eb9f132ed756/Mono.Cecil.dll.mdb lib/mono/gac/Mono.CodeContracts/4.0.0.0__0738eb9f132ed756/Mono.CodeContracts.dll lib/mono/gac/Mono.CodeContracts/4.0.0.0__0738eb9f132ed756/Mono.CodeContracts.dll.mdb lib/mono/gac/Mono.CompilerServices.SymbolWriter/4.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll @@ -1035,14 +1052,6 @@ lib/mono/gac/Mono.Parallel/4.0.0.0__0738 lib/mono/gac/Mono.Parallel/4.0.0.0__0738eb9f132ed756/Mono.Parallel.dll.mdb lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll.mdb -lib/mono/gac/Mono.Security.Providers.DotNet/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.DotNet.dll -lib/mono/gac/Mono.Security.Providers.DotNet/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.DotNet.dll.mdb -lib/mono/gac/Mono.Security.Providers.NewSystemSource/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.NewSystemSource.dll -lib/mono/gac/Mono.Security.Providers.NewSystemSource/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.NewSystemSource.dll.mdb -lib/mono/gac/Mono.Security.Providers.NewTls/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.NewTls.dll -lib/mono/gac/Mono.Security.Providers.NewTls/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.NewTls.dll.mdb -lib/mono/gac/Mono.Security.Providers.OldTls/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.OldTls.dll -lib/mono/gac/Mono.Security.Providers.OldTls/4.0.0.0__0738eb9f132ed756/Mono.Security.Providers.OldTls.dll.mdb lib/mono/gac/Mono.Security.Win32/4.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll lib/mono/gac/Mono.Security.Win32/4.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll.mdb lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll @@ -1401,6 +1410,7 @@ libdata/pkgconfig/xbuild12.pc man/man1/al.1.gz man/man1/cccheck.1.gz man/man1/ccrewrite.1.gz +man/man1/cert-sync.1.gz man/man1/cert2spc.1.gz man/man1/certmgr.1.gz man/man1/chktrust.1.gz From owner-svn-ports-all@freebsd.org Mon May 1 14:41:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A896D588D2; Mon, 1 May 2017 14:41:59 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 2F37D7DF; Mon, 1 May 2017 14:41:59 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by mail-wm0-x244.google.com with SMTP id d79so23814804wmi.2; Mon, 01 May 2017 07:41:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version; bh=GkPSwpK538L6GnPXklBs89h84D8yvajlKQHPTJ9EdDA=; b=UDA5QBUSmV3ko5bN+SofgTgjqfZxi/Te3lbtsiCl3sGGN5RZTIxxoKXPI1vJGnoGgJ iwYI9jJAqmbDtqyzaV+4/8zxoId9m9Y9LBuCWfy9GYpiEVBBm//tLOnSKq5KHip2QjKL lCmKiJ9wtiQwwMVPZ29neuenem3qtt/S9fshgkHBqd5d/m0thlqtlzvmR976otZE5HS9 6Yfm7CKpkuBGmx6U+3n6JSYK2FxCj5NRGtuC/q10fa04dgT9U1t4d4SqK1AI9TzDpj9u jzNc9+QV9FD1TCg8nutJXqW4H+C36lKZHQIx1rJI4r1is8vOcbkj4Y8sgVnsvqfIVyAW XIfg== 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:date:message-id:organization :user-agent:in-reply-to:references:mime-version; bh=GkPSwpK538L6GnPXklBs89h84D8yvajlKQHPTJ9EdDA=; b=EyzxQa2avEUlOVGRwVHA43lnbjwaTjVxU05gC/vn5HqCebWKOpyuzngniB8UR6cBbz wAiPqPLsTow9pIbnqNbEczlN2rCimpBC0pgEb+XIhsAiYQXKmyzP2kdxMaBwHhvFN7PZ de+t26Z5wqcfk6EHK8OSIr8fzKAt2crmFj113jxqj8h8bK3VMh98fD55OL/qGVagTBpi W6+Gi0c1+YbJgpnjUOBSTf6JCbxCpnC90/8SiWLm50fWND+mTPrUHzpcppnhydE2KR9g wXtqGuLg1ZBP6M9HrDWmzhLiZBYzLoNE9F7V8gVLnk8jNViwLMM6bwfuikytlSphnqH1 U9LQ== X-Gm-Message-State: AN3rC/6Ur/9V1in4Leui1Ce4xm5m11CaihSxpFiCazZi36X/oeQ9Vtub uYZ4FCgEin/iiIBAyms= X-Received: by 10.28.30.23 with SMTP id e23mr6817239wme.94.1493649716888; Mon, 01 May 2017 07:41:56 -0700 (PDT) Received: from dragon.local ([154.69.114.138]) by smtp.googlemail.com with ESMTPSA id 4sm3738351wrv.33.2017.05.01.07.41.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 May 2017 07:41:55 -0700 (PDT) From: David Naylor To: Dan Langille Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, miwi@freebsd.org Subject: Re: svn commit: r439898 - in head/lang/mono: . files Date: Mon, 01 May 2017 16:41:53 +0200 Message-ID: <4420267.WJTezSeKBY@dragon.local> Organization: Private User-Agent: KMail/4.14.10 (FreeBSD/11.0-RELEASE-p8; KDE/4.14.30; amd64; ; ) In-Reply-To: <201705011432.v41EWscK004347@repo.freebsd.org> References: <201705011432.v41EWscK004347@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7621847.MBdA18WulB"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 14:41:59 -0000 --nextPart7621847.MBdA18WulB Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday, 1 May 2017 14:32:54 Dan Langille wrote: > Author: dvl > Date: Mon May 1 14:32:54 2017 > New Revision: 439898 > URL: https://svnweb.freebsd.org/changeset/ports/439898 > > Log: > Upgrade to 4.8.1.0 Thank you for the update :-). > Approved by: miwi (maintainer) I wasn't aware miwi was part of the Mono team [1]. Glad to know our numbers are growing. dvl, would you also consider joining? Regards [1] https://wiki.freebsd.org/Mono --nextPart7621847.MBdA18WulB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEElI7FEaJ/AwLnmbU6rWP6jday2lUFAlkHSTFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk0 OEVDNTExQTI3RjAzMDJFNzk5QjUzQUFENjNGQThERDZCMkRBNTUACgkQrWP6jday 2lW79w//bgb8hbHmb+oF0uk8wyT+zWn6ckZC1o+9Boi2kPTEzjBHHU9wNwif1Wmj 4Yz6eTqS6kuTQN0j9B0TrfHzBYPE8+TsqWBmHuMdO4uvKYc8w8gx3WZaCNiToV/U JRpKUN8XMn/hp1XqSV7+dHQAEJSJCFDe+fiPHB/cINzw7WNeNRENWcAzR+UuUvUx U9Vqq0UT9BV34Du6T5gBheNiyKX3F+bG4MPZAybEcuahBHQwssY/3ofqzpeLrfFq 4MCz5wyFDWEtMqZEqtNKUG7apDCl/odO6PAaxhVoUyYHzCyn+a+9oOkohcqI+YnT 6Bj10f8jkzzyrEV/2bM2AMgvTz3vra2vAlxvSUabtvqniuMESXqXAcHeZeaIXIMZ f0XHVJONBswVlRCSCUb44ThNGp57JEa2V22oL6OS8nReFcEx+zIQm1HKFKMiUYUE 41y8OjD4+00LYxU3yqkhAvGtUfyqnlDZLoJiPjO94rW8SStwk7VlBnLdjBzlW2KB nOCx+Nf4NXZ011oL0QE1QmUFxPXhEYv/z4P+lQ/l5t9CBVGxawOfOIdHGuMdjlkE cZgyOAwhUPpSaNqdq6x4j7Jb3qz2azsOgK6lxfeHK6EuXzIhaw/WTMDU1rEDBhSO LNlYmTb0aG5EDzCT0sEg5PaNfrFmX5fToU0yI9Zxs4HQVrGX0vY= =q24N -----END PGP SIGNATURE----- --nextPart7621847.MBdA18WulB-- From owner-svn-ports-all@freebsd.org Mon May 1 14:44:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9599FD58936; Mon, 1 May 2017 14:44:53 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin1.langille.org (clavin.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "BSD Cabal Headquarters" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B321969; Mon, 1 May 2017 14:44:52 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 76EDC41F4 ; Mon, 1 May 2017 14:44:50 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r439898 - in head/lang/mono: . files From: Dan Langille In-Reply-To: <4420267.WJTezSeKBY@dragon.local> Date: Mon, 1 May 2017 10:44:59 -0400 Cc: Dan Langille , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Martin Wilke Content-Transfer-Encoding: quoted-printable Message-Id: <7667AF43-35C2-4349-BDA1-1A199A4705F1@langille.org> References: <201705011432.v41EWscK004347@repo.freebsd.org> <4420267.WJTezSeKBY@dragon.local> To: David Naylor X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 14:44:53 -0000 > On May 1, 2017, at 10:41 AM, David Naylor = wrote: >=20 > On Monday, 1 May 2017 14:32:54 Dan Langille wrote: >> Author: dvl >> Date: Mon May 1 14:32:54 2017 >> New Revision: 439898 >> URL: https://svnweb.freebsd.org/changeset/ports/439898 >>=20 >> Log: >> Upgrade to 4.8.1.0 >=20 > Thank you for the update :-). No worries. This was for $WORK. >=20 >> Approved by: miwi (maintainer) >=20 > I wasn't aware miwi was part of the Mono team [1]. Glad to know our = numbers=20 > are growing. dvl, would you also consider joining? Yes, I apologize. I already sent mail to mono@ regarding this the = following. I incorrectly thought miwi *was* the maintainer. We use mono at work, so I'm happy to be on that team. --=20 Dan Langille - BSDCan / PGCon dan@langille.org From owner-svn-ports-all@freebsd.org Mon May 1 14:45:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4425FD58960; Mon, 1 May 2017 14:45:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C4CA99E; Mon, 1 May 2017 14:45:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41Ej1Yf008500; Mon, 1 May 2017 14:45:01 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Ej0u8008494; Mon, 1 May 2017 14:45:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705011445.v41Ej0u8008494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 1 May 2017 14:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439899 - in head/security: . ct-submit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 14:45:02 -0000 Author: matthew Date: Mon May 1 14:45:00 2017 New Revision: 439899 URL: https://svnweb.freebsd.org/changeset/ports/439899 Log: Simple utility for submitting to transparency logs PR: 216766 Submitted by: Jim Ohlstein Added: head/security/ct-submit/ head/security/ct-submit/Makefile (contents, props changed) head/security/ct-submit/distinfo (contents, props changed) head/security/ct-submit/pkg-descr (contents, props changed) head/security/ct-submit/pkg-message (contents, props changed) head/security/ct-submit/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon May 1 14:32:54 2017 (r439898) +++ head/security/Makefile Mon May 1 14:45:00 2017 (r439899) @@ -97,6 +97,7 @@ SUBDIR += create-cert SUBDIR += cryptlib SUBDIR += cryptopp + SUBDIR += ct-submit SUBDIR += cvm SUBDIR += cyberchef SUBDIR += cyrus-sasl2 Added: head/security/ct-submit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ct-submit/Makefile Mon May 1 14:45:00 2017 (r439899) @@ -0,0 +1,21 @@ +# Created by: Jim Ohlstein +# $FreeBSD$ + +PORTNAME= ct-submit +PORTVERSION= 1.1.2 +CATEGORIES= security www + +MAINTAINER= jim@ohlste.in +COMMENT= Submission utility for transparency logs + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go + +USE_GITHUB= yes +GH_ACCOUNT= grahamedgecombe +GH_PROJECT= ct-submit +GH_TAGNAME= 7bb2541 + +.include Added: head/security/ct-submit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ct-submit/distinfo Mon May 1 14:45:00 2017 (r439899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486130159 +SHA256 (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 8e0b86b7f47895265837429a60839a0d793b8cbfd6a9d1bc09b28e54c1e2c1e3 +SIZE (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 3101 Added: head/security/ct-submit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ct-submit/pkg-descr Mon May 1 14:45:00 2017 (r439899) @@ -0,0 +1 @@ +Simple utility for submitting to transparency logs Added: head/security/ct-submit/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ct-submit/pkg-message Mon May 1 14:45:00 2017 (r439899) @@ -0,0 +1,11 @@ +/**************************************************************************/ +/* */ +/* To submit to a transparency log use the following command: */ +/* */ +/* ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct */ +/* */ +/* For a list of known logs, see: */ +/* */ +/* https://www.certificate-transparency.org/known-logs */ +/* */ +/**************************************************************************/ Added: head/security/ct-submit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ct-submit/pkg-plist Mon May 1 14:45:00 2017 (r439899) @@ -0,0 +1 @@ +bin/%%GO_PKGNAME%% From owner-svn-ports-all@freebsd.org Mon May 1 14:55:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 138E2D58CB2; Mon, 1 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id B6A441B3; Mon, 1 May 2017 14:55: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 v41Et6N3012728; Mon, 1 May 2017 14:55:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Et6Ik012725; Mon, 1 May 2017 14:55:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011455.v41Et6Ik012725@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, 1 May 2017 14:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439900 - in head/lang: ruby22 ruby23 ruby24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 14:55:08 -0000 Author: sunpoet Date: Mon May 1 14:55:06 2017 New Revision: 439900 URL: https://svnweb.freebsd.org/changeset/ports/439900 Log: Always use latest doxygen MFH: 2017Q2 Modified: head/lang/ruby22/Makefile head/lang/ruby23/Makefile head/lang/ruby24/Makefile Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Mon May 1 14:45:00 2017 (r439899) +++ head/lang/ruby22/Makefile Mon May 1 14:55:06 2017 (r439900) @@ -58,7 +58,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Mon May 1 14:45:00 2017 (r439899) +++ head/lang/ruby23/Makefile Mon May 1 14:55:06 2017 (r439900) @@ -58,7 +58,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby24/Makefile ============================================================================== --- head/lang/ruby24/Makefile Mon May 1 14:45:00 2017 (r439899) +++ head/lang/ruby24/Makefile Mon May 1 14:55:06 2017 (r439900) @@ -59,7 +59,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp From owner-svn-ports-all@freebsd.org Mon May 1 17:54:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91696D5945B; Mon, 1 May 2017 17:54:47 +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 72FF8917; Mon, 1 May 2017 17:54:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 99597307; Mon, 1 May 2017 17:54:46 +0000 (UTC) Date: Mon, 1 May 2017 17:54:46 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439814 - in head: devel/efl games/netradiant graphics/GraphicsMagick graphics/ImageMagick graphics/ImageMagick7 graphics/aseprite graphics/darktable graphics/gd graphics/gdal graphics/... Message-ID: <20170501175446.GA97882@FreeBSD.org> References: <201704301250.v3UCoskj058859@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704301250.v3UCoskj058859@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 17:54:47 -0000 On Sun, Apr 30, 2017 at 12:50:54PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 439814 > URL: https://svnweb.freebsd.org/changeset/ports/439814 > > Log: > Update to 0.6.0 > > - Bump PORTREVISION for dependent ports > > Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Please explicitly mention in the log exact port that was updated to x.y.z next time ("Changes" link does not cut it enough). Now every dependent port's log first line reads "Update to 0.6.0" which is pretty confusing. ./danfe From owner-svn-ports-all@freebsd.org Mon May 1 18:00:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3A62D596A7; Mon, 1 May 2017 18:00:58 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA57B25; Mon, 1 May 2017 18:00:58 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41I0vU2085968; Mon, 1 May 2017 18:00:57 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41I0v5L085963; Mon, 1 May 2017 18:00:57 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201705011800.v41I0v5L085963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 1 May 2017 18:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439901 - in head/lang: pypy pypy3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 18:00:59 -0000 Author: dbn Date: Mon May 1 18:00:57 2017 New Revision: 439901 URL: https://svnweb.freebsd.org/changeset/ports/439901 Log: lang/pypy3: un-conflict with pypy - ensure pypy3's directory under $PREFIX is unique to pypy's. - remove swap files from pkg-plist (i.e. revert r439409). PR: 218838 Reported by: Yunchih Chen Modified: head/lang/pypy/Makefile head/lang/pypy/bsd.pypy.mk head/lang/pypy3/Makefile head/lang/pypy3/pkg-plist Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Mon May 1 14:55:06 2017 (r439900) +++ head/lang/pypy/Makefile Mon May 1 18:00:57 2017 (r439901) @@ -109,6 +109,9 @@ PYPY_BITS= 64 .endif PLIST_SUB+= PYPY_BITS="${PYPY_BITS}" +post-extract: + ${FIND} ${WRKSRC} -name '*.swn' -delete + pre-build: if [ ! -f ${BUILD_WRKSRC}/Makefile ]; then \ ${RM} -r ${WRKDIR}/build; \ @@ -156,7 +159,7 @@ pkg-plist: stage -e '/\/$$/d' \ ${WRKDIR}/.plist-files-gen ${ECHO} bin/${PORTNAME} > ${WRKDIR}/pkg-plist - ${SORT} ${WRKDIR}/.plist-files-gen | ${GREP} -v '\.swn$$\|\.orig' >> ${WRKDIR}/pkg-plist + ${SORT} ${WRKDIR}/.plist-files-gen | ${GREP} -v '\.orig' >> ${WRKDIR}/pkg-plist ${CP} ${WRKDIR}/pkg-plist ${.CURDIR}/pkg-plist .include Modified: head/lang/pypy/bsd.pypy.mk ============================================================================== --- head/lang/pypy/bsd.pypy.mk Mon May 1 14:55:06 2017 (r439900) +++ head/lang/pypy/bsd.pypy.mk Mon May 1 18:00:57 2017 (r439901) @@ -7,6 +7,6 @@ LICENSE_COMB= multi USES+= compiler:c11 -PYPY_DIR= pypy-${PORTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} +PYPY_DIR= ${PORTNAME}-${PORTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} PYPY_CFFI_VER?= pypy-41 PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} Modified: head/lang/pypy3/Makefile ============================================================================== --- head/lang/pypy3/Makefile Mon May 1 14:55:06 2017 (r439900) +++ head/lang/pypy3/Makefile Mon May 1 18:00:57 2017 (r439901) @@ -3,7 +3,7 @@ PORTNAME= pypy3 DISTVERSION= 5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTNAME= ${PORTNAME}-v${DISTVERSION}-src MASTERDIR= ${.CURDIR}/../pypy Modified: head/lang/pypy3/pkg-plist ============================================================================== --- head/lang/pypy3/pkg-plist Mon May 1 14:55:06 2017 (r439900) +++ head/lang/pypy3/pkg-plist Mon May 1 18:00:57 2017 (r439901) @@ -2033,7 +2033,6 @@ bin/pypy3 %%PYPY_DIR%%/lib_pypy/_cffi_ssl/.gitignore %%PYPY_DIR%%/lib_pypy/_cffi_ssl/LICENSE %%PYPY_DIR%%/lib_pypy/_cffi_ssl/README.md -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/.build_openssl.py.swn %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/__init__.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/build_commoncrypto.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/build_constant_time.py @@ -2098,7 +2097,6 @@ bin/pypy3 %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509name.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509v3.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/.__init__.py.swn %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/__init__.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/certificate.py %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/error.py From owner-svn-ports-all@freebsd.org Mon May 1 18:06:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D568D59784; Mon, 1 May 2017 18:06:33 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F15B5F56; Mon, 1 May 2017 18:06:32 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41I6Vr5089984; Mon, 1 May 2017 18:06:31 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41I6VIh089983; Mon, 1 May 2017 18:06:31 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201705011806.v41I6VIh089983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 1 May 2017 18:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439902 - head/devel/eric6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 18:06:33 -0000 Author: dbn Date: Mon May 1 18:06:31 2017 New Revision: 439902 URL: https://svnweb.freebsd.org/changeset/ports/439902 Log: devel/eric6: fix linking to icon PR: 218756 Submitted by: Eric Camachat Modified: head/devel/eric6/Makefile Modified: head/devel/eric6/Makefile ============================================================================== --- head/devel/eric6/Makefile Mon May 1 18:00:57 2017 (r439901) +++ head/devel/eric6/Makefile Mon May 1 18:06:31 2017 (r439902) @@ -1,6 +1,7 @@ # Created by: Boris Samorodov # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= devel python DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -49,7 +50,7 @@ do-configure: post-install: ${INSTALL_DATA} ${WRKDIR}/eric6.desktop ${STAGEDIR}${PREFIX}/share/applications/ - ${LN} -sf ${DATADIR:C|${PREFIX}(/share(/pixmaps)?)?||:C|/[^/]+|../|g}icons/default/eric.png \ + ${LN} -sf ${DATADIR:C|${PREFIX}(/share(/pixmaps)?)?||:C|/[^/]+|../|g}eric6/icons/default/eric.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/eric6.png @${MKDIR} ${STAGEDIR}${DATADIR}/i18n From owner-svn-ports-all@freebsd.org Mon May 1 18:09:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADFD2D597EE; Mon, 1 May 2017 18:09:48 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77F0B11A; Mon, 1 May 2017 18:09:48 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41I9lUA090211; Mon, 1 May 2017 18:09:47 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41I9lqs090210; Mon, 1 May 2017 18:09:47 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201705011809.v41I9lqs090210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 1 May 2017 18:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439903 - head/lang/pypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 18:09:48 -0000 Author: dbn Date: Mon May 1 18:09:47 2017 New Revision: 439903 URL: https://svnweb.freebsd.org/changeset/ports/439903 Log: lang/pypy3: bump PORTREVISION due to commit r439901 - lang/pypy overrides lang/pypy3's PORTREVISION field PR: 218838 Modified: head/lang/pypy/Makefile Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Mon May 1 18:06:31 2017 (r439902) +++ head/lang/pypy/Makefile Mon May 1 18:09:47 2017 (r439903) @@ -3,7 +3,7 @@ PORTNAME?= pypy DISTVERSION?= 5.7.1 # Also update bsd.pypy.cffi.mk -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ http://buildbot.pypy.org/mirror/ DISTNAME?= ${PORTNAME}2-v${PORTVERSION}-src From owner-svn-ports-all@freebsd.org Mon May 1 18:49:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE715D59F68; Mon, 1 May 2017 18:49:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id AB7178A6; Mon, 1 May 2017 18:49:03 +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 v41In2ob006636; Mon, 1 May 2017 18:49:02 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41In2o2006630; Mon, 1 May 2017 18:49:02 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705011849.v41In2o2006630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 1 May 2017 18:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439904 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 18:49:03 -0000 Author: jkim Date: Mon May 1 18:49:02 2017 New Revision: 439904 URL: https://svnweb.freebsd.org/changeset/ports/439904 Log: Update to 5.1.22. 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 Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose-additions/Makefile Mon May 1 18:49:02 2017 (r439904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.20 +PORTVERSION= 5.1.22 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 Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose-additions/distinfo Mon May 1 18:49:02 2017 (r439904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492540170 -SHA256 (VirtualBox-5.1.20.tar.bz2) = 44c763d73f87f3ded6da92a1d1ea311e9c15c736ecb5eafe860f1adaa1fed56f -SIZE (VirtualBox-5.1.20.tar.bz2) = 115714842 +TIMESTAMP = 1493653454 +SHA256 (VirtualBox-5.1.22.tar.bz2) = fcc918000b8c5ece553541ec10a9182410a742b7266257c76dda895dcd389899 +SIZE (VirtualBox-5.1.22.tar.bz2) = 115838360 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose-kmod/Makefile Mon May 1 18:49:02 2017 (r439904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.20 +PORTVERSION= 5.1.22 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 Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose-kmod/distinfo Mon May 1 18:49:02 2017 (r439904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492540170 -SHA256 (VirtualBox-5.1.20.tar.bz2) = 44c763d73f87f3ded6da92a1d1ea311e9c15c736ecb5eafe860f1adaa1fed56f -SIZE (VirtualBox-5.1.20.tar.bz2) = 115714842 +TIMESTAMP = 1493653454 +SHA256 (VirtualBox-5.1.22.tar.bz2) = fcc918000b8c5ece553541ec10a9182410a742b7266257c76dda895dcd389899 +SIZE (VirtualBox-5.1.22.tar.bz2) = 115838360 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose/Makefile Mon May 1 18:49:02 2017 (r439904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.20 +PORTVERSION= 5.1.22 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 Mon May 1 18:09:47 2017 (r439903) +++ head/emulators/virtualbox-ose/distinfo Mon May 1 18:49:02 2017 (r439904) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492540170 -SHA256 (VirtualBox-5.1.20.tar.bz2) = 44c763d73f87f3ded6da92a1d1ea311e9c15c736ecb5eafe860f1adaa1fed56f -SIZE (VirtualBox-5.1.20.tar.bz2) = 115714842 -SHA256 (VBoxGuestAdditions_5.1.20.iso) = 8f1aa5ffda9f9cfb1dd5faa1fafd909763a1f6204cce2045e0912a2583ba75e9 -SIZE (VBoxGuestAdditions_5.1.20.iso) = 59424768 +TIMESTAMP = 1493653454 +SHA256 (VirtualBox-5.1.22.tar.bz2) = fcc918000b8c5ece553541ec10a9182410a742b7266257c76dda895dcd389899 +SIZE (VirtualBox-5.1.22.tar.bz2) = 115838360 +SHA256 (VBoxGuestAdditions_5.1.22.iso) = 54df14f234b6aa484b94939ab0f435b5dd859417612b65a399ecc34a62060380 +SIZE (VBoxGuestAdditions_5.1.22.iso) = 59445248 From owner-svn-ports-all@freebsd.org Mon May 1 19:24:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27ABDD58EE2; Mon, 1 May 2017 19:24:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id 04C2FF1E; Mon, 1 May 2017 19:24:02 +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 v41JO2F1022856; Mon, 1 May 2017 19:24:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JO13o022845; Mon, 1 May 2017 19:24:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705011924.v41JO13o022845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 1 May 2017 19:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439905 - in head: audio/gnomoradio audio/musicpd audio/umurmur biology/crux biology/seqan-apps cad/alliance editors/texstudio emulators/catapult emulators/dtcyber emulators/pearpc emul... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:24:03 -0000 Author: linimon Date: Mon May 1 19:24:00 2017 New Revision: 439905 URL: https://svnweb.freebsd.org/changeset/ports/439905 Log: Provide error messages for some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/gnomoradio/Makefile head/audio/musicpd/Makefile head/audio/umurmur/Makefile head/biology/crux/Makefile head/biology/seqan-apps/Makefile head/cad/alliance/Makefile head/editors/texstudio/Makefile head/emulators/catapult/Makefile head/emulators/dtcyber/Makefile head/emulators/pearpc/Makefile head/emulators/x49gp/Makefile Modified: head/audio/gnomoradio/Makefile ============================================================================== --- head/audio/gnomoradio/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/audio/gnomoradio/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -13,6 +13,8 @@ COMMENT= Program for finding and playing LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libao.so:audio/libao +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= gconfmm26 gnomeprefix gtkmm24 Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/audio/musicpd/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBA #Workaround (transient?) link error with libwrap CONFIGURE_ARGS+=--disable-libwrap +BROKEN_aarch64= Does not build: fatal error: 'endian.h' file not found BROKEN_powerpc64= Does not build on powerpc64 PORTDOCS= AUTHORS README.md COPYING NEWS Modified: head/audio/umurmur/Makefile ============================================================================== --- head/audio/umurmur/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/audio/umurmur/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -14,6 +14,9 @@ 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 + USE_GITHUB= yes USES= autoreconf gmake libtool ssl Modified: head/biology/crux/Makefile ============================================================================== --- head/biology/crux/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/biology/crux/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -13,6 +13,9 @@ COMMENT= Software toolkit for phylogenet LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi +BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found +BROKEN_armv64= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" + USES= fortran gmake python tar:bzip2 USE_CSTD= gnu99 GNU_CONFIGURE= yes Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/biology/seqan-apps/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -26,7 +26,9 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_ USE_GCC= yes +BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0 +BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep .include Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/cad/alliance/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -17,6 +17,8 @@ LICENSE_NAME= Alliance VLSI Cad System L LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status + WRKSRC= ${WRKDIR}/alliance-5.0 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/editors/texstudio/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -12,6 +12,9 @@ COMMENT= Integrated writing environment LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ libpoppler.so:graphics/poppler +BROKEN_aarch64= fails to compile: error: no member named mc_eip in __mcontext +BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext + USES= desktop-file-utils dos2unix execinfo ghostscript:run \ pkgconfig qmake DOS2UNIX_FILES= ${PORTNAME}.pro Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/emulators/catapult/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -36,6 +36,9 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ MAKE_JOBS_UNSAFE= yes +BROKEN_aarch64= fails to link: fails to detect libxml2 even though it is installed +BROKEN_armv6= fails to link: fails to detect libxml2 even though it is installed + .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/emulators/dtcyber/Makefile ============================================================================== --- head/emulators/dtcyber/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/emulators/dtcyber/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -24,6 +24,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types +BROKEN_armv6= Fails to compile: error: Unable to determine size of basic data types BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types do-install: Modified: head/emulators/pearpc/Makefile ============================================================================== --- head/emulators/pearpc/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/emulators/pearpc/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -16,8 +16,6 @@ USES= tar:bzip2 USE_XORG= x11 GNU_CONFIGURE= yes -BROKEN_ia64= internal compiler error on ia64 - PORTEXAMPLES= ppccfg.example PLIST_FILES= bin/ppc man/man1/ppc.1.gz %%DATADIR%%/video.x Modified: head/emulators/x49gp/Makefile ============================================================================== --- head/emulators/x49gp/Makefile Mon May 1 18:49:02 2017 (r439904) +++ head/emulators/x49gp/Makefile Mon May 1 19:24:00 2017 (r439905) @@ -14,6 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= shaun@FreeBSD.org COMMENT= HP 49g+/50g graphics calculator emulator +BROKEN_aarch64= does not build on arm: unsupported CPU = unknown +BROKEN_armv6= does not build on arm: unsupported CPU = unknown BROKEN_i386= does not build on i386 (error: frame pointer required, but reserved) WRKSRC= ${WRKDIR}/x49gp/x49gp-code From owner-svn-ports-all@freebsd.org Mon May 1 19:25:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9C71D58F18; Mon, 1 May 2017 19:25:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8B4DEE; Mon, 1 May 2017 19:25:02 +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 v41JP1AY023066; Mon, 1 May 2017 19:25:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JP0Ur023058; Mon, 1 May 2017 19:25:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705011925.v41JP0Ur023058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 1 May 2017 19:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:25:02 -0000 Author: linimon Date: Mon May 1 19:25:00 2017 New Revision: 439906 URL: https://svnweb.freebsd.org/changeset/ports/439906 Log: Provide error messages for some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/games/cheech/Makefile head/games/freedoko/Makefile head/games/shaaft/Makefile head/games/trigger-rally/Makefile head/graphics/hiptext/Makefile head/graphics/photivo/Makefile head/java/classpath/Makefile Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/cheech/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/freedoko/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/../doc/GPL LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= gmake pkgconfig zip:infozip Modified: head/games/shaaft/Makefile ============================================================================== --- head/games/shaaft/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/shaaft/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,7 +15,8 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_sparc64= does not compile +BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB +BROKEN_sparc64= does not compile USES= tar:bzip2 USE_SDL= mixer image sdl Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/trigger-rally/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + WRKSRC_SUBDIR= src USES= gmake openal:al,alut USE_SDL= sdl2 image2 Modified: head/graphics/hiptext/Makefile ============================================================================== --- head/graphics/hiptext/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/hiptext/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -18,6 +18,9 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ TEST_DEPENDS= googletest>=1.7.0:devel/googletest RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + USE_GITHUB= yes GH_ACCOUNT= jart GH_TAGNAME= f89b44f Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/photivo/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ COMMENT= Free and open source photo proc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char + LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ liblqr-1.so:graphics/liblqr-1 \ Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/java/classpath/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Ja LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon May 1 19:25:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BEB6D58F58; Mon, 1 May 2017 19:25: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 mx1.freebsd.org (Postfix) with ESMTPS id 4DAE414E; Mon, 1 May 2017 19:25: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 v41JPejo023196; Mon, 1 May 2017 19:25:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JPeNN023195; Mon, 1 May 2017 19:25:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011925.v41JPeNN023195@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, 1 May 2017 19:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439907 - head/archivers/unrar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:25:41 -0000 Author: sunpoet Date: Mon May 1 19:25:40 2017 New Revision: 439907 URL: https://svnweb.freebsd.org/changeset/ports/439907 Log: Respect CXXFLAGS - Add LICENSE - Remove LICENSE_FILE from PORTDOCS - Bump PORTREVISION for package change PR: 219002 Submitted by: pawel Modified: head/archivers/unrar/Makefile Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Mon May 1 19:25:00 2017 (r439906) +++ head/archivers/unrar/Makefile Mon May 1 19:25:40 2017 (r439907) @@ -3,6 +3,7 @@ PORTNAME= unrar PORTVERSION= 5.50b1 +PORTREVISION= 1 PORTEPOCH= 5 CATEGORIES+= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ @@ -12,6 +13,11 @@ DISTNAME= unrarsrc-5.5.3 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives +LICENSE= UNRAR +LICENSE_NAME= UnRAR license +LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_PERMS= auto-accept dist-mirror pkg-mirror + BROKEN_SSL= openssl-devel OPTIONS_DEFINE= DOCS OPENSSL_AES @@ -21,12 +27,12 @@ OPENSSL_AES_DESC= Use OpenSSL implementa CONFLICTS_INSTALL?= zh-unrar-[0-9].* unrar-iconv-[0-9].* LDFLAGS+= -lpthread -MAKE_ARGS= CXX=${CXX} LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD} +MAKE_ARGS= CXX=${CXX} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD} MAKEFILE= makefile WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar -PORTDOCS= license.txt readme.txt +PORTDOCS= readme.txt SLAVEDIRS= archivers/unrar-iconv chinese/unrar From owner-svn-ports-all@freebsd.org Mon May 1 19:25:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9C6D58F7C; Mon, 1 May 2017 19:25: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 mx1.freebsd.org (Postfix) with ESMTPS id AA746165; Mon, 1 May 2017 19:25: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 v41JPjcH023347; Mon, 1 May 2017 19:25:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JPjd8023345; Mon, 1 May 2017 19:25:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011925.v41JPjd8023345@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, 1 May 2017 19:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439908 - in head/devel: . rubygem-local_time-rails5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:25:47 -0000 Author: sunpoet Date: Mon May 1 19:25:45 2017 New Revision: 439908 URL: https://svnweb.freebsd.org/changeset/ports/439908 Log: Add rubygem-local_time-rails5 1.0.3 (copied from rubygem-local_time) Added: head/devel/rubygem-local_time-rails5/ - copied from r439899, head/devel/rubygem-local_time/ Modified: head/devel/Makefile head/devel/rubygem-local_time-rails5/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 1 19:25:40 2017 (r439907) +++ head/devel/Makefile Mon May 1 19:25:45 2017 (r439908) @@ -5361,6 +5361,7 @@ SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger SUBDIR += rubygem-local_time + SUBDIR += rubygem-local_time-rails5 SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging Modified: head/devel/rubygem-local_time-rails5/Makefile ============================================================================== --- head/devel/rubygem-local_time/Makefile Mon May 1 14:45:00 2017 (r439899) +++ head/devel/rubygem-local_time-rails5/Makefile Mon May 1 19:25:45 2017 (r439908) @@ -5,6 +5,7 @@ PORTNAME= local_time PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails engine for cache-friendly, client-side local time @@ -12,7 +13,7 @@ COMMENT= Rails engine for cache-friendly LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-coffee-rails4>=0:devel/rubygem-coffee-rails4 +RUN_DEPENDS= rubygem-coffee-rails-rails5>=0:devel/rubygem-coffee-rails-rails5 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Mon May 1 19:25:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1279D58FBC; Mon, 1 May 2017 19:25: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 mx1.freebsd.org (Postfix) with ESMTPS id 7BD041B8; Mon, 1 May 2017 19:25: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 v41JPomr023481; Mon, 1 May 2017 19:25:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JPoYv023479; Mon, 1 May 2017 19:25:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011925.v41JPoYv023479@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, 1 May 2017 19:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439909 - in head/misc: . rubygem-dotenv-rails-rails5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:25:51 -0000 Author: sunpoet Date: Mon May 1 19:25:50 2017 New Revision: 439909 URL: https://svnweb.freebsd.org/changeset/ports/439909 Log: Add rubygem-dotenv-rails-rails5 2.2.1 (copied from rubygem-dotenv-rails) Added: head/misc/rubygem-dotenv-rails-rails5/ - copied from r439899, head/misc/rubygem-dotenv-rails/ Modified: head/misc/Makefile head/misc/rubygem-dotenv-rails-rails5/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon May 1 19:25:45 2017 (r439908) +++ head/misc/Makefile Mon May 1 19:25:50 2017 (r439909) @@ -415,6 +415,7 @@ SUBDIR += rtfm SUBDIR += rubygem-dotenv SUBDIR += rubygem-dotenv-rails + SUBDIR += rubygem-dotenv-rails-rails5 SUBDIR += rubygem-iesd SUBDIR += rubygem-mime-types SUBDIR += rubygem-mime-types-data Modified: head/misc/rubygem-dotenv-rails-rails5/Makefile ============================================================================== --- head/misc/rubygem-dotenv-rails/Makefile Mon May 1 14:45:00 2017 (r439899) +++ head/misc/rubygem-dotenv-rails-rails5/Makefile Mon May 1 19:25:50 2017 (r439909) @@ -5,6 +5,7 @@ PORTNAME= dotenv-rails PORTVERSION= 2.2.1 CATEGORIES= misc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Autoload dotenv in Rails @@ -13,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ - rubygem-railties4>=3.2:www/rubygem-railties4 + rubygem-railties5>=3.2:www/rubygem-railties5 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Mon May 1 19:25:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647C7D58FEB; Mon, 1 May 2017 19:25: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 mx1.freebsd.org (Postfix) with ESMTPS id 295F9221; Mon, 1 May 2017 19:25: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 v41JPtZZ023583; Mon, 1 May 2017 19:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JPt1W023582; Mon, 1 May 2017 19:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011925.v41JPt1W023582@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, 1 May 2017 19:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439910 - head/www/rubygem-rack-cors X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:25:56 -0000 Author: sunpoet Date: Mon May 1 19:25:55 2017 New Revision: 439910 URL: https://svnweb.freebsd.org/changeset/ports/439910 Log: Add LICENSE_FILE Modified: head/www/rubygem-rack-cors/Makefile Modified: head/www/rubygem-rack-cors/Makefile ============================================================================== --- head/www/rubygem-rack-cors/Makefile Mon May 1 19:25:50 2017 (r439909) +++ head/www/rubygem-rack-cors/Makefile Mon May 1 19:25:55 2017 (r439910) @@ -10,9 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Middleware that will make Rack-based apps CORS compatible LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes - USE_RUBY= yes USES= gem From owner-svn-ports-all@freebsd.org Mon May 1 19:29:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A564D5908F; Mon, 1 May 2017 19:29: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 mx1.freebsd.org (Postfix) with ESMTPS id D0632837; Mon, 1 May 2017 19:29: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 v41JTKaK023812; Mon, 1 May 2017 19:29:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JTKel023811; Mon, 1 May 2017 19:29:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705011929.v41JTKel023811@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, 1 May 2017 19:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439911 - head/archivers/unrar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:29:22 -0000 Author: sunpoet Date: Mon May 1 19:29:20 2017 New Revision: 439911 URL: https://svnweb.freebsd.org/changeset/ports/439911 Log: Remove DOCS option Modified: head/archivers/unrar/Makefile Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Mon May 1 19:25:55 2017 (r439910) +++ head/archivers/unrar/Makefile Mon May 1 19:29:20 2017 (r439911) @@ -14,13 +14,13 @@ MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives LICENSE= UNRAR -LICENSE_NAME= UnRAR license LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_NAME= UnRAR license LICENSE_PERMS= auto-accept dist-mirror pkg-mirror BROKEN_SSL= openssl-devel -OPTIONS_DEFINE= DOCS OPENSSL_AES +OPTIONS_DEFINE= OPENSSL_AES OPTIONS_DEFAULT=OPENSSL_AES OPENSSL_AES_DESC= Use OpenSSL implementation of AES @@ -32,7 +32,6 @@ MAKEFILE= makefile WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar -PORTDOCS= readme.txt SLAVEDIRS= archivers/unrar-iconv chinese/unrar @@ -43,8 +42,4 @@ OPENSSL_AES_USES= ssl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${STAGEDIR}${PREFIX}/bin/ -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - .include From owner-svn-ports-all@freebsd.org Mon May 1 19:58:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E1ADD597B4; Mon, 1 May 2017 19:58:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDCCF9F5; Mon, 1 May 2017 19:58:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41JwmJl036045; Mon, 1 May 2017 19:58:48 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41JwmON036044; Mon, 1 May 2017 19:58:48 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201705011958.v41JwmON036044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Mon, 1 May 2017 19:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439912 - head/sysutils/cdrdao X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:58:50 -0000 Author: marius Date: Mon May 1 19:58:48 2017 New Revision: 439912 URL: https://svnweb.freebsd.org/changeset/ports/439912 Log: Catch up with a devel/glibmm API breakage introduced with r437481. Modified: head/sysutils/cdrdao/Makefile Modified: head/sysutils/cdrdao/Makefile ============================================================================== --- head/sysutils/cdrdao/Makefile Mon May 1 19:29:20 2017 (r439911) +++ head/sysutils/cdrdao/Makefile Mon May 1 19:58:48 2017 (r439912) @@ -97,6 +97,8 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \ ${WRKSRC}/xdao/Makefile.in + @${REINPLACE_CMD} -E -e 's|[&]?(pixmap_ == )0|\1nullptr|g' \ + ${WRKSRC}/xdao/SampleDisplay.cc @${REINPLACE_CMD} -E -e \ 's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \ ${WRKSRC}/xdao/Settings.cc From owner-svn-ports-all@freebsd.org Mon May 1 20:13:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8FD9D59DB2; Mon, 1 May 2017 20:13:36 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4BC3786; Mon, 1 May 2017 20:13:36 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41KDZia044469; Mon, 1 May 2017 20:13:35 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41KDZf9044465; Mon, 1 May 2017 20:13:35 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201705012013.v41KDZf9044465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Mon, 1 May 2017 20:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439913 - in head/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 20:13:37 -0000 Author: cmt Date: Mon May 1 20:13:35 2017 New Revision: 439913 URL: https://svnweb.freebsd.org/changeset/ports/439913 Log: mail/thunderbird: update to 52.1.0 https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/ PR: 219006 Approved by: jbeich (maintainer) MFH: 2017Q2 Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Deleted: head/mail/thunderbird/files/patch-bug1322660 Modified: head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Mon May 1 19:58:48 2017 (r439912) +++ head/mail/thunderbird-i18n/Makefile Mon May 1 20:13:35 2017 (r439913) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.0.1 -PORTREVISION= 1 +PORTVERSION= 52.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Mon May 1 19:58:48 2017 (r439912) +++ head/mail/thunderbird-i18n/distinfo Mon May 1 20:13:35 2017 (r439913) @@ -1,117 +1,117 @@ -TIMESTAMP = 1492182146 -SHA256 (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 0fc0782a81939ae8d3e618162516081a6a91143701932b221dc7a5de20fabdcf -SIZE (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.0.1/ast.xpi) = af64b2e231212b45ee9369ce1fcf7c37392edc354e3c81f12279db6a097b868a -SIZE (xpi/thunderbird-i18n-52.0.1/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.0.1/be.xpi) = 33a9cdcd1fcd7837636d238a567acfaf1fd9dddae28621ba779ada3309a42f1e -SIZE (xpi/thunderbird-i18n-52.0.1/be.xpi) = 570931 -SHA256 (xpi/thunderbird-i18n-52.0.1/bg.xpi) = ed32ed033b6253ef78f02b2d31d41a7cd12a14c65258da47c347088348c64e7a -SIZE (xpi/thunderbird-i18n-52.0.1/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 6fdd4c7324f08e75c59375097c4c1ebdfa797b38df36968ae14719d5f7b9d452 -SIZE (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.0.1/br.xpi) = 100003de0c8970a3a180fd0cae2a4520dc5751472a8ee3eb1d5a416231662606 -SIZE (xpi/thunderbird-i18n-52.0.1/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 0b9bf170b8f13eeb91c28c4279b611664cf8ba0594586e43900208a4d4fd138c -SIZE (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 93b473a55ed4c282d8e7d66118be7fe0d0c998c3f0661661d6f59549bcd27ae7 -SIZE (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 579149 -SHA256 (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 70c5a3c15f40b616c395ef407078d3818a8dd0358afdebace7ab1a695c983b47 -SIZE (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 554857 -SHA256 (xpi/thunderbird-i18n-52.0.1/da.xpi) = 861bbddb9d16ccfc9b425bc85b0170779c09c4f3b39dfaa3ff1f4b102e117617 -SIZE (xpi/thunderbird-i18n-52.0.1/da.xpi) = 543334 -SHA256 (xpi/thunderbird-i18n-52.0.1/de.xpi) = 1fbf7af9b42d1a5952ee1d6c3138dae59e544f5a58d8e5e73788479b2267120d -SIZE (xpi/thunderbird-i18n-52.0.1/de.xpi) = 555743 -SHA256 (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = b1800554c2a5ae1dd42f91cc8f9c8f20dc5f49fe2f705fc3ff7754a60f99cf4c -SIZE (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.0.1/el.xpi) = 44cb14189af91e19aa2b087c8cba2d01b460f4498a943642331d67fea3edf2f8 -SIZE (xpi/thunderbird-i18n-52.0.1/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = fb3b293483bc456db764bf1ca66dc98e98998ce88e9d508a49e1c2be48fe7a82 -SIZE (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = 531233 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = dc47e69dbeb11a358acb88b5a6ad07959f1de64b96d9eb67e3ea8eb09a64d814 -SIZE (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 5a444089d0b6c9ba99a4aff9273522781e51a4455a67c645f98d076ea8f92887 -SIZE (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 0437548fec6a907618cfce5ffa7654b05942bb345fce6d280e16ed909087f646 -SIZE (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.0.1/et.xpi) = 88faa4f5d910d765e7e3758e990b7accf5432971efa2b4eb26d221b6d7ba49b3 -SIZE (xpi/thunderbird-i18n-52.0.1/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 9d93f4974044daf38c301048e57045d868fe5054b6ba157b1fbb2e281884d408 -SIZE (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 555536 -SHA256 (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 4100732602e478285143b34732397a674806f26a597d202b492a624bac706f4d -SIZE (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.0.1/fr.xpi) = b2779f8257aaff4d3e889c8380000d23b4b60b5a2c570d694867d07bd00aba63 -SIZE (xpi/thunderbird-i18n-52.0.1/fr.xpi) = 577560 -SHA256 (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 93719ced46467b9b13bbb4a9ec13e1e82124c084bb0e6dde717eaa6d36346417 -SIZE (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = dfbc5a27fca6f189bcf7bbe6a459c31f3f24617c06163d5f03f03c250e98dedb -SIZE (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 5109b924de2f1e2a2841933d45ef44db3fda5a4c9f081ca123f64c6e0fdac56f -SIZE (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.0.1/gl.xpi) = d09b3271dad710ea6fb596ed0c26c94a3760c6e1f3f64a76e8368cc4e7c0aa19 -SIZE (xpi/thunderbird-i18n-52.0.1/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.0.1/he.xpi) = 29e1734fb60fe54427a86c5442d33edb2be55495d9919a537e5cbacb02a7b40a -SIZE (xpi/thunderbird-i18n-52.0.1/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 765894566e687401ba237469db261af64d10c0db4ddf35bb6a9ff7d8a89050f1 -SIZE (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 564778 -SHA256 (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = e2fca54bd25160d7799c8187fab1bf768fce838b0f6abaf4e91e09fcb040a3d8 -SIZE (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 634366ce43ffda750daa2416fb34962e9201f6e826913574ea59c4a01b63db74 -SIZE (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = dfa2cfaed3fa783b6155c1763c242bf7f6150ead0ffc9b81597aad0e2915fc17 -SIZE (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.0.1/id.xpi) = acc56d41abdc522da128fc9cc4dcdbc42b20105f44229156042647bd34822eaf -SIZE (xpi/thunderbird-i18n-52.0.1/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.0.1/is.xpi) = dea3b6dcc9d930d5a1346308bfb2f6c55afa5f79790bc4b9908af783a0b4ab96 -SIZE (xpi/thunderbird-i18n-52.0.1/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.0.1/it.xpi) = bb462ca0274a700163a056197ac74bfccfd8249a7af51955a761f48c1e8cfece -SIZE (xpi/thunderbird-i18n-52.0.1/it.xpi) = 455407 -SHA256 (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 1b3a4cb82f30fb2c459c9b82d957c9157aad7c7b5fb3eb4d7aa0c4f1dd1327ee -SIZE (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 630052 -SHA256 (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 3a956209a9f03bcb6bb4553831de3701e6d7585829d0b400de9616825dbbe5a0 -SIZE (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.0.1/lt.xpi) = e6dd8ec6b6b45ca32b6bc6e5dcd9af3c8d06488f017c319e5d210e8242417e96 -SIZE (xpi/thunderbird-i18n-52.0.1/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 5d3b07b37964e570f659e6a7e8877a14cb0f31fbc78d9c1a256a25f37f141dd3 -SIZE (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 551103 -SHA256 (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 7f652d11c06765829e54b2947efbeab2a28520a7055bff8416ee3b4de2f2d2f4 -SIZE (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 557956 -SHA256 (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 183f7f54505e9758a7006fd05d7c5746052df32fba2f9a64e1dc6b73ab85f87d -SIZE (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = b5591cad7182b16cac8c6edee2140db6b7b6763ab1c3bb19bdd101900e1a88b2 -SIZE (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = 646567 -SHA256 (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 34561c89cf01794b0b9798f7c9b7ff1c91dc69b7413a73aa9a45a40ef3ac8ae6 -SIZE (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 17aa3a09efa5280bcffa58589e5d7b233868ceb0d1f9d40c1ae72eed3c904646 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 558223 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 210a70e2231d569189dae2e9faf2440040366b0f7574fba2fd75f29da690edd9 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 1f319506286427c5b0f0ca37928216cd0338dd94852f443fbd0fb8c5e9154bd8 -SIZE (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.0.1/ro.xpi) = b202828134d3aa0880ac205b24f2b42958d08abd2a9c8d394cd48973a703095a -SIZE (xpi/thunderbird-i18n-52.0.1/ro.xpi) = 570529 -SHA256 (xpi/thunderbird-i18n-52.0.1/ru.xpi) = ba6076ee387dbac1f911e78d03360a47fcb9e9d7e302dac29b4f91f8660f5e00 -SIZE (xpi/thunderbird-i18n-52.0.1/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.0.1/si.xpi) = 91bdcbf70a8e74921350501bd86d59b39a6936328d25747679b9b292cb2718a8 -SIZE (xpi/thunderbird-i18n-52.0.1/si.xpi) = 649010 -SHA256 (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 3054eae03bcfb3e4d5baa779fb621b5b052792aa25a8b13c7f02ff9eb386161e -SIZE (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 583881 -SHA256 (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 0ed11399cddbfc88eabb9c51609065ed56c6605006acdfa62980f3e46276711e -SIZE (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 562833 -SHA256 (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 3b933be76fc42e6bee8e501f858b33e3a69d324f9fa97b4bd75dc711a2f5a4ec -SIZE (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 4d3fa7e2f4e24760ca14324bd3552d7d2e9d31315ce4296a589c83f537aba920 -SIZE (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = c32a477bdda5cad814f446183df2fd2157eb40566e52f7ac329c71318ba09840 -SIZE (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = f8dd44dfed27bc2ff3a1d651080ba809ba451eb01b31ff4c5b40af1372fc2e4d -SIZE (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 359365e851c761a405834079e0dbd7e4e8b7c0a05452999fa1a8985e48a258df -SIZE (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 7854d30a8b6f83db5e312ce7a8f1d0f2df1debe8ae10e16e59158769f0e94fbf -SIZE (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 652854 -SHA256 (xpi/thunderbird-i18n-52.0.1/vi.xpi) = ef981e7ac35ed52ae0bd57f4893aa26679eb802eb28d1e4dcb486b2cd6a1f66e -SIZE (xpi/thunderbird-i18n-52.0.1/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 5cd323280af4670ab568ff1b16cd8dd8c62bae14a12464b9a10eac96add630d3 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 593611 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = f2509eadb69cac8b0bf1cf387284cbeb0a0e9e57abc73e171319173c0ca10020 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = 595728 +TIMESTAMP = 1493665677 +SHA256 (xpi/thunderbird-i18n-52.1.0/ar.xpi) = cd1d424120449b922d970b3fee89d753ae231354e4181a4d4700dc807504f6d1 +SIZE (xpi/thunderbird-i18n-52.1.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.1.0/ast.xpi) = d920be2b1070c04a806745a91e15ab1139d5d2e97480755dd62642bc15222c40 +SIZE (xpi/thunderbird-i18n-52.1.0/ast.xpi) = 541172 +SHA256 (xpi/thunderbird-i18n-52.1.0/be.xpi) = 9da12e3f1b9bccddddb673c7e8b613badecd2e71b28aaaccf16ea6ec4a64e095 +SIZE (xpi/thunderbird-i18n-52.1.0/be.xpi) = 570931 +SHA256 (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 151a7deaddafcdfd704abf7f933daafcc1f1465624b01a856f7c0ff02e3b8701 +SIZE (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = f281a18cbd823db0331e351f02543249b90d414f9146579b52d45f2826463403 +SIZE (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = 676900 +SHA256 (xpi/thunderbird-i18n-52.1.0/br.xpi) = b31c85a62f99cc6f8e043f52b16f977124f3ba89a0539b064b0b751910496689 +SIZE (xpi/thunderbird-i18n-52.1.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 5bb06005edc6dc5cad1836abf4bf2a79a71912a841ea5dcede9ee04c50410e3f +SIZE (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 569909 +SHA256 (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 41d2fcc1cc5aed3f6036f6337bf93aaa9b37a32e99bd9145f4921a6a927b451b +SIZE (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 579149 +SHA256 (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 28321a38846a06bed47996fe5f68c5579baa6c8804138866c307df0d26147fd5 +SIZE (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 554857 +SHA256 (xpi/thunderbird-i18n-52.1.0/da.xpi) = ee813026f6312a6f11572422f0bdac9bb866eb820d8fef917bde943747df18c1 +SIZE (xpi/thunderbird-i18n-52.1.0/da.xpi) = 543334 +SHA256 (xpi/thunderbird-i18n-52.1.0/de.xpi) = bfa9265887d64317841f85222638ec901cc95ec230670994f2231e65d4952836 +SIZE (xpi/thunderbird-i18n-52.1.0/de.xpi) = 555743 +SHA256 (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = e29a9433a9f7b9b8d17bc4be1f95ebfd2c4982fefc3ca90372ae2d627f20ad71 +SIZE (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = 584581 +SHA256 (xpi/thunderbird-i18n-52.1.0/el.xpi) = eedb7abd583f2a4b7a61f81ad79d5ff02159535faba07fc30088776e75837207 +SIZE (xpi/thunderbird-i18n-52.1.0/el.xpi) = 662964 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = b916e3be5c5529e321a8defb0397dadc45116d9d06378e86d7007d7babe9fb45 +SIZE (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = 531233 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 803d67f5d6729116b2d1d3ad619c174c122cbe57a51d36f96390f2b563405fa8 +SIZE (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 1140407c98f609ddcfeef4ad9a3538e3c68da86b3fa8a138ab042453e737645b +SIZE (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 1dad4a61a98a594304708eb8c3056463b07482210cf404a1cc5ab96736eb9c94 +SIZE (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.1.0/et.xpi) = b54d1f3692b492ae7792ee42ba6c15e668e3ea76021496464feac0414bfcae52 +SIZE (xpi/thunderbird-i18n-52.1.0/et.xpi) = 551660 +SHA256 (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 552f2943a37ec9a3f997d904bd5b852d7cdf9977f0b8fbb87b511662f944e986 +SIZE (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.1.0/fi.xpi) = aeb4bdb8cd8a5e1933b784e16ce121c6653b4aaa05c2c6f9b056309933521475 +SIZE (xpi/thunderbird-i18n-52.1.0/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.1.0/fr.xpi) = f41fde901cc9210967ec39e3d258ad568d889f07a1f2fb1e10747ef933631cf0 +SIZE (xpi/thunderbird-i18n-52.1.0/fr.xpi) = 577560 +SHA256 (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = a7e856a42d8e021f1e1385857525e5ea751ff143ff725aa15eb6e1c6b78c76cd +SIZE (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = 563631 +SHA256 (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 78aa1c4f60ffc943b4541d8ebf08a9c804c7f8c0dad3264e6f09aacb1d5c9e74 +SIZE (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 583555 +SHA256 (xpi/thunderbird-i18n-52.1.0/gd.xpi) = d27cd41dd6595ee588e18ed10736d84b2587f192b84efcaa99a172c055513f11 +SIZE (xpi/thunderbird-i18n-52.1.0/gd.xpi) = 574064 +SHA256 (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 8ea7ae7a48e45854e194ff300510a7f10fb064a68bf0c9fa5cc8c54bb860fa44 +SIZE (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.1.0/he.xpi) = 100b0da1c56554c496cf93f1489aff171a6794371e0f2336206f408dc5dbb862 +SIZE (xpi/thunderbird-i18n-52.1.0/he.xpi) = 592565 +SHA256 (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 5161640824d3cd84dafe08f7fef762dbe00c6ec0cc0ada9669c72e42869804e6 +SIZE (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 564779 +SHA256 (xpi/thunderbird-i18n-52.1.0/hu.xpi) = e8264f71facb7aa89aa73ba19253d7d37b247d01bc98399c1bfcb9749b9b8e57 +SIZE (xpi/thunderbird-i18n-52.1.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = d32e7b469905e2831a311bf3b541330b530d57d7bc618d9e2f1e01d4fdf337e2 +SIZE (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = 582241 +SHA256 (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 3fcf04ae1c549aa2408b131389bbbf7d96b3f5ae80ee51fbabcaf57f9af73581 +SIZE (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.1.0/id.xpi) = b258b88c3618cf03258e1f2a88b58ed8a9ac8d6f510cbedc65d30fd0d1833a5f +SIZE (xpi/thunderbird-i18n-52.1.0/id.xpi) = 546525 +SHA256 (xpi/thunderbird-i18n-52.1.0/is.xpi) = 9a9ac947b7fa56ad90940214a383d1a2e284f1fae723683fdc03cc5cc044a7f9 +SIZE (xpi/thunderbird-i18n-52.1.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.1.0/it.xpi) = 81439f2a46fc2fcbaba27a790d13371bb29944dbce536adf3a4bc88c57c58708 +SIZE (xpi/thunderbird-i18n-52.1.0/it.xpi) = 455407 +SHA256 (xpi/thunderbird-i18n-52.1.0/ja.xpi) = c614414408bd3ef96c0acae40c01cef76af07457f73ba3388f96ed646d0e93fb +SIZE (xpi/thunderbird-i18n-52.1.0/ja.xpi) = 630052 +SHA256 (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 3f652698258901e7dfc05751b9c44e6c6cb303b9580b8393b85aa5ba532a5145 +SIZE (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 595516 +SHA256 (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 6800858ccd1722bb805a899af954a62cff97feb6645648ee75cfcb8948628cef +SIZE (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = dc7703816f06360432c9f7d69eb4db6524db38605bb43dc33fa61be0582ada08 +SIZE (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = 551103 +SHA256 (xpi/thunderbird-i18n-52.1.0/nl.xpi) = cc1bf83672eba56775988c6671ac0101330df302ff7d3b34e3f8d84a3486ee2a +SIZE (xpi/thunderbird-i18n-52.1.0/nl.xpi) = 557956 +SHA256 (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 557458360291cf1b69634329b58e9f8d59f0e235ea23fe04c83692784aa05956 +SIZE (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = a7fbb749c6222a020cc50ddd11428c16c3fc9b1349b757426b9d2e2204e2356d +SIZE (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = 646568 +SHA256 (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 0ecfed322da41c4e6b21a7fab03d61a2436f0f4e0898928f19eac28b52da8a05 +SIZE (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = d5b5bec393b299367610794958ac2d7bef54ad2cc9a29ca2559c8c230bf6564b +SIZE (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = 558223 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 998587a0074de0b0a26206c7de2cb83ff5bebd194e7ce184783fcc2d58eefe97 +SIZE (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 565623 +SHA256 (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 33a1c4dc8cee63c7640f7b492c171015b391f88b2629660b83845726925d1604 +SIZE (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 557604 +SHA256 (xpi/thunderbird-i18n-52.1.0/ro.xpi) = f59e4ac38e6f60808bc7552da66a74a9b059f3e6fd8d1aef2999cac3b157de5a +SIZE (xpi/thunderbird-i18n-52.1.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.1.0/ru.xpi) = d152fa89d2e6769b00ef8a7c04debc6da8e8a7013a5faf92038651a99172bec9 +SIZE (xpi/thunderbird-i18n-52.1.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.1.0/si.xpi) = f4d0a47bef66689b53506078e961547c0100e7104a5960c9eec2341facad27d5 +SIZE (xpi/thunderbird-i18n-52.1.0/si.xpi) = 649009 +SHA256 (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 5d57f3e86f4e19daf5fa0fc5cb63aaff646d4cbd47a742c04ba77259c25dffb7 +SIZE (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 583881 +SHA256 (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 56dda066bd8e6367351d0790a2765a05813bf19b65aeab27cbdc133609a30b2c +SIZE (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 562830 +SHA256 (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 8a2773b55f020278f658b7254dcedf0d17154b6f5d63400943cd15bf902c9019 +SIZE (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 570615 +SHA256 (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 09f3de38925c36734471ec2694094211236d1edae433280e7547ec57c8040826 +SIZE (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 609019 +SHA256 (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 5f3705d4270357b3e57fd26131155516fc51a47886a20ef143905e15334dd86a +SIZE (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = bb585f6cc8166e5445e84220cd432a99489ea898e58edcd7a0b0f2134ba73acd +SIZE (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = 675038 +SHA256 (xpi/thunderbird-i18n-52.1.0/tr.xpi) = d95eeadbf12ae6e554a7f9a1453befc6dc3530b3e441491db4ed96aa7c355463 +SIZE (xpi/thunderbird-i18n-52.1.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 124146d36b56811e02c1f6a849611e4977a2189fd95b793b71347532caf76070 +SIZE (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 652854 +SHA256 (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 8e3c84b436a9d0465507bdf42dd42c9b26d23987fd7f7a46cad8dd9f6ad0afcc +SIZE (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 637163 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = e372440fcafc54328c5df328fc22642924eec67fd05e33f8ad5a15cfdbef878b +SIZE (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = 593611 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 2ba552e364815ddebef45de1e7442add05bd81d34516a512b4f6f59b9c3cfdfa +SIZE (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 595728 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon May 1 19:58:48 2017 (r439912) +++ head/mail/thunderbird/Makefile Mon May 1 20:13:35 2017 (r439913) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.0.1 -PORTREVISION= 1 +DISTVERSION= 52.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Mon May 1 19:58:48 2017 (r439912) +++ head/mail/thunderbird/distinfo Mon May 1 20:13:35 2017 (r439913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492181434 -SHA256 (thunderbird-52.0.1.source.tar.xz) = a1cede97e836c728d3157b9e043f3724f7aff83f92ba1f3796e9cc7299402cab -SIZE (thunderbird-52.0.1.source.tar.xz) = 228422924 +TIMESTAMP = 1493583865 +SHA256 (thunderbird-52.1.0.source.tar.xz) = c33ca35b6acd1a0dc0d0f4b1df16745a33144c5d3d3715fe05454a5e9eefd48b +SIZE (thunderbird-52.1.0.source.tar.xz) = 228493044 From owner-svn-ports-all@freebsd.org Mon May 1 20:25:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44031D59086; Mon, 1 May 2017 20:25:01 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05C9ECD6; Mon, 1 May 2017 20:25:00 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41KP0Gv048717; Mon, 1 May 2017 20:25:00 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41KOxCL048702; Mon, 1 May 2017 20:24:59 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201705012024.v41KOxCL048702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Mon, 1 May 2017 20:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439914 - in head/sysutils/osquery: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 20:25:01 -0000 Author: lx Date: Mon May 1 20:24:59 2017 New Revision: 439914 URL: https://svnweb.freebsd.org/changeset/ports/439914 Log: Update to 2.4.3, add OPTIONS. Added: head/sysutils/osquery/pkg-message (contents, props changed) Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo head/sysutils/osquery/files/osqueryd.in head/sysutils/osquery/pkg-plist Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Mon May 1 20:13:35 2017 (r439913) +++ head/sysutils/osquery/Makefile Mon May 1 20:24:59 2017 (r439914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.3 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -21,12 +21,10 @@ LIB_DEPENDS= libaugeas.so:textproc/augea libgflags.so:devel/gflags \ libglog.so:devel/glog \ libicuuc.so:devel/icu \ - libthrift.so:devel/thrift-cpp \ - libtsk.so:sysutils/sleuthkit \ - libcppnetlib-uri.so:devel/cpp-netlib \ librocksdb-lite.so:databases/rocksdb-lite \ - libyara.so:security/yara \ - liblldpctl.so:net-mgmt/lldpd + libthrift.so:devel/thrift-cpp \ + libcppnetlib-uri.so:devel/cpp-netlib +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= cmake:outsource gmake libtool python:build compiler:c++11-lib CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ @@ -40,6 +38,25 @@ GH_PROJECT= third-party:tp GH_SUBDIR= third-party:tp MAKE_JOBS_UNSAFE= yes +# Some options for things that bring in many dependencies +OPTIONS_DEFINE= TSK AWS YARA LLDPD + +TSK_DESC= Build with sleuthkit support +TSK_LIB_DEPENDS= libtsk.so:sysutils/sleuthkit +TSK_CONFIGURE_ENV_OFF= SKIP_TSK=1 + +AWS_DESC= Support logging to AWS Kinesis +AWS_LIB_DEPENDS= libaws-cpp-sdk-core.so:devel/aws-sdk-cpp +AWS_CONFIGURE_ENV_OFF= SKIP_AWS=1 + +YARA_DESC= Build with YARA malware identification support +YARA_LIB_DEPENDS= libyara.so:security/yara +YARA_CONFIGURE_ENV_OFF= SKIP_YARA=1 + +LLDPD_DESC= Support Link Layer Discovery Protocol +LLDPD_LIB_DEPENDS= liblldpctl.so:net-mgmt/lldpd +LLDPD_CONFIGURE_ENV_OFF= SKIP_LLDPD=1 + .include .if ${OSVERSION} < 1100000 @@ -51,6 +68,10 @@ CXX= clang++38 post-patch: ${REINPLACE_CMD} -e 's|/var/osquery/|/var/db/osquery/|g' \ ${WRKSRC}/tools/deployment/osquery.example.conf + ${REINPLACE_CMD} -e 's|/etc/osquery/yara/|/var/db/osquery/yara/|g' \ + ${WRKSRC}/osquery/tables/yara/yara.cpp \ + ${WRKSRC}/osquery/tables/yara/yara_utils.cpp \ + ${WRKSRC}/specs/yara/yara.table ${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/tools/get_platform.py @@ -63,6 +84,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tools/deployment/osquery.example.conf \ ${STAGEDIR}${PREFIX}/etc/osquery.conf.sample + ${TOUCH} ${STAGEDIR}${PREFIX}/etc/osquery.flags ${MKDIR} ${STAGEDIR}/var/db/osquery ${MKDIR} ${STAGEDIR}/var/log/osquery Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Mon May 1 20:13:35 2017 (r439913) +++ head/sysutils/osquery/distinfo Mon May 1 20:24:59 2017 (r439914) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492024136 -SHA256 (facebook-osquery-2.4.0_GH0.tar.gz) = e5c3f01ac10ac9a9732f9610921cea8e8a7234a18061cf58e22dc86b2b74d685 -SIZE (facebook-osquery-2.4.0_GH0.tar.gz) = 874186 -SHA256 (osquery-third-party-2.4.0_GH0.tar.gz) = 729830902faa4f438c77dfdce849bfbc862501591e3a51154f0e0fbe14af7ede -SIZE (osquery-third-party-2.4.0_GH0.tar.gz) = 3864623 +TIMESTAMP = 1493669104 +SHA256 (facebook-osquery-2.4.3_GH0.tar.gz) = 60dd80c6c8633c5baa307fb7aab296cf8726c9d7044b2c14d064547af1ef89c0 +SIZE (facebook-osquery-2.4.3_GH0.tar.gz) = 896305 +SHA256 (osquery-third-party-2.4.3_GH0.tar.gz) = 1119deb9265697021a5fe9f8214be444745811eedd9d291e7d15b5dd1bc709fa +SIZE (osquery-third-party-2.4.3_GH0.tar.gz) = 3229298 Modified: head/sysutils/osquery/files/osqueryd.in ============================================================================== --- head/sysutils/osquery/files/osqueryd.in Mon May 1 20:13:35 2017 (r439913) +++ head/sysutils/osquery/files/osqueryd.in Mon May 1 20:24:59 2017 (r439914) @@ -23,7 +23,7 @@ osqueryd_enable=${osqueryd_enable-"NO"} osqueryd_flags=${osqueryd_flags-""} osqueryd_config=${osqueryd_config-"%%PREFIX%%/etc/osquery.conf"} required_files=${osqueryd_config} -command_args="--pidfile /var/run/osqueryd.pid --disable_watchdog --daemonize=true --database_path /var/db/osquery/osqueryd --extensions_socket /var/run/osquery.em --extensions_autoload %%PREFIX%%/etc/osquery.extensions --modules_autoload %%PREFIX%%/etc/osquery.modules --config_path=${osqueryd_config}" +command_args="--pidfile /var/run/osqueryd.pid --disable_watchdog --daemonize=true --database_path /var/db/osquery/osqueryd --extensions_socket /var/run/osquery.em --extensions_autoload %%PREFIX%%/etc/osquery.extensions --modules_autoload %%PREFIX%%/etc/osquery.modules --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}" extra_commands="configtest" configtest_cmd="configtest" pidfile="/var/run/osqueryd.pid" Added: head/sysutils/osquery/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/osquery/pkg-message Mon May 1 20:24:59 2017 (r439914) @@ -0,0 +1,4 @@ +Note that some osquery tables are currently unsupported on FreeBSD. A list of +disabled tables can be found at: + +https://github.com/facebook/osquery/blob/master/specs/blacklist Modified: head/sysutils/osquery/pkg-plist ============================================================================== --- head/sysutils/osquery/pkg-plist Mon May 1 20:13:35 2017 (r439913) +++ head/sysutils/osquery/pkg-plist Mon May 1 20:24:59 2017 (r439914) @@ -1,6 +1,7 @@ bin/osqueryi @dir /var/db/osquery @dir /var/log/osquery +etc/osquery.flags include/osquery/config.h include/osquery/core.h include/osquery/database.h From owner-svn-ports-all@freebsd.org Mon May 1 21:31:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3EE0D59FB3; Mon, 1 May 2017 21:31: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 C4AE233E; Mon, 1 May 2017 21:31:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id DD11A37FF; Mon, 1 May 2017 21:31:24 +0000 (UTC) Date: Mon, 1 May 2017 21:31:24 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439911 - head/archivers/unrar Message-ID: <20170501213124.GA89655@FreeBSD.org> References: <201705011929.v41JTKel023811@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705011929.v41JTKel023811@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 21:31:26 -0000 On Mon, May 01, 2017 at 07:29:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 439911 > URL: https://svnweb.freebsd.org/changeset/ports/439911 > > Log: > Remove DOCS option It can be seen from the diff itself, but not the reason behind it. Why it was not properly explained in the commit log? ./danfe From owner-svn-ports-all@freebsd.org Mon May 1 21:38:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7C6DD59329; Mon, 1 May 2017 21:38:06 +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 mx1.freebsd.org (Postfix) with ESMTPS id 85F4AB70; Mon, 1 May 2017 21:38:06 +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 v41Lc5mv077459; Mon, 1 May 2017 21:38:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Lc5cp077458; Mon, 1 May 2017 21:38:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705012138.v41Lc5cp077458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 1 May 2017 21:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439915 - in head/www/minio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 21:38:06 -0000 Author: swills Date: Mon May 1 21:38:05 2017 New Revision: 439915 URL: https://svnweb.freebsd.org/changeset/ports/439915 Log: www/minio: update to 2017.04.29.00.40.27 While here, avoid patching and requiring bash and gmake by calling 'go build' directly. Deleted: head/www/minio/files/patch-Makefile head/www/minio/files/patch-buildscripts_gen-ldflags.go Modified: head/www/minio/Makefile head/www/minio/distinfo Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Mon May 1 20:24:59 2017 (r439914) +++ head/www/minio/Makefile Mon May 1 21:38:05 2017 (r439915) @@ -2,7 +2,6 @@ PORTNAME= minio PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 2 CATEGORIES= www MAINTAINER= swills@FreeBSD.org @@ -10,18 +9,14 @@ COMMENT= Amazon S3 compatible object sto LICENSE= APACHE20 -BUILD_DEPENDS= go>=1.7:lang/go \ - bash:shells/bash +BUILD_DEPENDS= go>=1.7:lang/go -USES= compiler gmake +USES= compiler USE_GITHUB= yes -GH_TAGNAME= RELEASE.2017-03-16T21-50-32Z +GH_TAGNAME= RELEASE.2017-04-29T00-40-27Z GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -GH_TUPLE= \ - minio:mc:RELEASE.2017-02-06T20-16-19Z:mc/src/github.com/minio/mc \ - hashicorp:go-version:03c5bf6:go_version/src/github.com/hashicorp/go-version -MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go +COMMIT_ID= eb50175ad911d496bf583a599de89547f0c9be89 PLIST_FILES= bin/minio @@ -33,6 +28,9 @@ GROUPS= minio SUB_LIST= USER="${USERS}" \ GROUP="${GROUPS}" +do-build: + cd ${WRKSRC}/${GH_SUBDIR} ; GOPATH=${WRKSRC} go build --ldflags '-X github.com/minio/minio/cmd.Version=${GH_TAGNAME:C/RELEASE\.//:C|(..)-(..)-(..)Z|\1:\2:\3Z|} -X github.com/minio/minio/cmd.ReleaseTag=${GH_TAGNAME} -X github.com/minio/minio/cmd.CommitID=${COMMIT_ID} -X github.com/minio/minio/cmd.GOPATH=${WRKSRC} -s -w' -o ${WRKSRC}/bin/minio + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/www/minio/distinfo ============================================================================== --- head/www/minio/distinfo Mon May 1 20:24:59 2017 (r439914) +++ head/www/minio/distinfo Mon May 1 21:38:05 2017 (r439915) @@ -1,7 +1,3 @@ -TIMESTAMP = 1489708692 -SHA256 (minio-minio-2017.03.16.21.50.32-RELEASE.2017-03-16T21-50-32Z_GH0.tar.gz) = 6c808407f87e8e02727061ae507909071ca5c6ef097a76a00e5d88ec74a7618c -SIZE (minio-minio-2017.03.16.21.50.32-RELEASE.2017-03-16T21-50-32Z_GH0.tar.gz) = 3867329 -SHA256 (minio-mc-RELEASE.2017-02-06T20-16-19Z_GH0.tar.gz) = 2ee46a826ff961683d8ed25e18598576a68bdebe79dcce9adf3219d34f9ec64c -SIZE (minio-mc-RELEASE.2017-02-06T20-16-19Z_GH0.tar.gz) = 1009728 -SHA256 (hashicorp-go-version-03c5bf6_GH0.tar.gz) = be08ba50bf40d1039e850b79763383d5230a0cfc65c4689c4d404bf5a4f42451 -SIZE (hashicorp-go-version-03c5bf6_GH0.tar.gz) = 11619 +TIMESTAMP = 1493556754 +SHA256 (minio-minio-2017.04.29.00.40.27-RELEASE.2017-04-29T00-40-27Z_GH0.tar.gz) = c7e4bd6b9345650aae0fb690b7298421f8c1a8e0667950749afef22a649fc67e +SIZE (minio-minio-2017.04.29.00.40.27-RELEASE.2017-04-29T00-40-27Z_GH0.tar.gz) = 3869278 From owner-svn-ports-all@freebsd.org Mon May 1 23:30:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B61E2D59A3A; Mon, 1 May 2017 23:30:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 790D43C5; Mon, 1 May 2017 23:30:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41NU4Hg022191; Mon, 1 May 2017 23:30:04 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41NU3CR022184; Mon, 1 May 2017 23:30:03 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705012330.v41NU3CR022184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 1 May 2017 23:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439916 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 23:30:05 -0000 Author: osa Date: Mon May 1 23:30:03 2017 New Revision: 439916 URL: https://svnweb.freebsd.org/changeset/ports/439916 Log: Fix third-party lua-nginx module build with LibreSSL. While I'm here clean-up distinfo from the checksums of legacy third-party modules. Do not bump PORTREVISION. PR: 218595 Added: head/www/nginx-devel/files/extra-patch-ngx_http_lua_ssl_ocsp.c (contents, props changed) head/www/nginx/files/extra-patch-ngx_http_lua_ssl_ocsp.c (contents, props changed) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon May 1 21:38:05 2017 (r439915) +++ head/www/nginx-devel/Makefile Mon May 1 23:30:03 2017 (r439916) @@ -857,7 +857,8 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_lua_common.h \ ${PATCHDIR}/extra-patch-ngx_http_lua_headers.c \ ${PATCHDIR}/extra-patch-ngx_http_lua_headers.h \ - ${PATCHDIR}/extra-patch-ngx_http_lua_module.c + ${PATCHDIR}/extra-patch-ngx_http_lua_module.c \ + ${PATCHDIR}/extra-patch-ngx_http_lua_ssl_ocsp.c .endif .if ${PORT_OPTIONS:MMEMC} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Mon May 1 21:38:05 2017 (r439915) +++ head/www/nginx-devel/distinfo Mon May 1 23:30:03 2017 (r439916) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493162906 +TIMESTAMP = 1493681058 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 Added: head/www/nginx-devel/files/extra-patch-ngx_http_lua_ssl_ocsp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_http_lua_ssl_ocsp.c Mon May 1 23:30:03 2017 (r439916) @@ -0,0 +1,12 @@ +--- ../lua-nginx-module-0.10.8/src/ngx_http_lua_ssl_ocsp.c.orig 2017-04-30 17:32:37.211186000 -0400 ++++ ../lua-nginx-module-0.10.8/src/ngx_http_lua_ssl_ocsp.c 2017-04-30 17:33:42.926721000 -0400 +@@ -490,7 +490,9 @@ + + dd("set ocsp resp: resp_len=%d", (int) resp_len); + (void) SSL_set_tlsext_status_ocsp_resp(ssl_conn, p, resp_len); ++#ifndef LIBRESSL_VERSION_NUMBER + ssl_conn->tlsext_status_expected = 1; ++#endif + + return NGX_OK; + Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon May 1 21:38:05 2017 (r439915) +++ head/www/nginx/Makefile Mon May 1 23:30:03 2017 (r439916) @@ -857,7 +857,8 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_lua_common.h \ ${PATCHDIR}/extra-patch-ngx_http_lua_headers.c \ ${PATCHDIR}/extra-patch-ngx_http_lua_headers.h \ - ${PATCHDIR}/extra-patch-ngx_http_lua_module.c + ${PATCHDIR}/extra-patch-ngx_http_lua_module.c \ + ${PATCHDIR}/extra-patch-ngx_http_lua_ssl_ocsp.c .endif .if ${PORT_OPTIONS:MMEMC} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Mon May 1 21:38:05 2017 (r439915) +++ head/www/nginx/distinfo Mon May 1 23:30:03 2017 (r439916) @@ -1,8 +1,6 @@ -TIMESTAMP = 1492353399 +TIMESTAMP = 1493681058 SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SIZE (nginx-1.12.0.tar.gz) = 980831 -SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 -SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -119,8 +117,6 @@ SHA256 (cubicdaiya-ngx_small_light-v0.8. SIZE (cubicdaiya-ngx_small_light-v0.8.0_GH0.tar.gz) = 55918 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777 -SHA256 (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = de784142d867a35ecc5443fa347c2903af0935669cdf2eaa9274f5253aac2267 -SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 SHA256 (nginx-njs-753ebe6_GH0.tar.gz) = 43fc7a307ee98b9c55283374b36f1f4576cbf529a4101176cb94ab73f3110f67 Added: head/www/nginx/files/extra-patch-ngx_http_lua_ssl_ocsp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx/files/extra-patch-ngx_http_lua_ssl_ocsp.c Mon May 1 23:30:03 2017 (r439916) @@ -0,0 +1,12 @@ +--- ../lua-nginx-module-0.10.8/src/ngx_http_lua_ssl_ocsp.c.orig 2017-04-30 17:32:37.211186000 -0400 ++++ ../lua-nginx-module-0.10.8/src/ngx_http_lua_ssl_ocsp.c 2017-04-30 17:33:42.926721000 -0400 +@@ -490,7 +490,9 @@ + + dd("set ocsp resp: resp_len=%d", (int) resp_len); + (void) SSL_set_tlsext_status_ocsp_resp(ssl_conn, p, resp_len); ++#ifndef LIBRESSL_VERSION_NUMBER + ssl_conn->tlsext_status_expected = 1; ++#endif + + return NGX_OK; + From owner-svn-ports-all@freebsd.org Mon May 1 23:49:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDE7ED59ED8; Mon, 1 May 2017 23:49: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 mx1.freebsd.org (Postfix) with ESMTPS id 9836CE56; Mon, 1 May 2017 23:49: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 v41NnY33030360; Mon, 1 May 2017 23:49:34 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41NnYcX030358; Mon, 1 May 2017 23:49:34 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705012349.v41NnYcX030358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 1 May 2017 23:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439917 - in head: . audio/mpdscribble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 23:49:36 -0000 Author: ler Date: Mon May 1 23:49:34 2017 New Revision: 439917 URL: https://svnweb.freebsd.org/changeset/ports/439917 Log: [revive] audio/mpdscribble: fix for unfetchable Revive port, fix ${PORTSDIR} for ftp/curl, give MAINTAINER'ship to submitter. PR: 213160 Submitted by: freebsdbugs@tungol.org Approved by: adamw (mentor, implicit) Added: head/audio/mpdscribble/ - copied from r402560, head/audio/mpdscribble/ Modified: head/MOVED head/audio/mpdscribble/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 1 23:30:03 2017 (r439916) +++ head/MOVED Mon May 1 23:49:34 2017 (r439917) @@ -7928,7 +7928,6 @@ graphics/pure-gl||2015-11-28|Has expired audio/dvda-author||2015-11-28|Has expired: Broken for more than 6 months chinese/oxim||2015-11-28|Has expired: Broken for more than 6 months editors/spe||2015-11-28|Has expired: Broken for more than 6 months -audio/mpdscribble||2015-11-28|Has expired: Broken for more than 6 months cad/geda-symcheck||2015-11-28|Has expired: Broken for more than 6 months audio/linux-fmodapi||2015-11-28|Has expired: Broken for more than 6 months audio/pure-audio||2015-11-28|Has expired: Broken for more than 6 months Modified: head/audio/mpdscribble/Makefile ============================================================================== --- head/audio/mpdscribble/Makefile Sat Nov 28 21:09:31 2015 (r402560) +++ head/audio/mpdscribble/Makefile Mon May 1 23:49:34 2017 (r439917) @@ -5,17 +5,14 @@ PORTNAME= mpdscribble PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} +MASTER_SITES= http://www.musicpd.org/download/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= jlaffaye@FreeBSD.org +MAINTAINER= freebsdbugs@tungol.org COMMENT= Musicpd last.fm client LICENSE= GPLv2 -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -LIB_DEPENDS+= libmpdclient.so:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS+= libmpdclient.so:audio/libmpdclient USES= pkgconfig tar:bzip2 USE_GNOME= glib20 @@ -27,7 +24,7 @@ SOUP_DESC= Use libsoup instead of libcur SOUP_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup SOUP_CONFIGURE_ON= --with-http-client=soup -SOUP_LIB_DEPENDS_OFF= libcurl.so:${PORTSDIR}/ftp/curl +SOUP_LIB_DEPENDS_OFF= libcurl.so:ftp/curl SOUP_CONFIGURE_OFF= --with-http-client=curl do-install: From owner-svn-ports-all@freebsd.org Mon May 1 23:56:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2088D590B0; Mon, 1 May 2017 23:56:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id A25F32E4; Mon, 1 May 2017 23:56:49 +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 v41NumEw034448; Mon, 1 May 2017 23:56:48 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41Num4S034447; Mon, 1 May 2017 23:56:48 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705012356.v41Num4S034447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 1 May 2017 23:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439918 - head/audio/mpdscribble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 23:56:49 -0000 Author: ler Date: Mon May 1 23:56:48 2017 New Revision: 439918 URL: https://svnweb.freebsd.org/changeset/ports/439918 Log: remove ${PORTSDIR} from SOUP_LIB_DEPENDS Submitted by: adamw Approved by: adamw (mentor, implicit) Modified: head/audio/mpdscribble/Makefile Modified: head/audio/mpdscribble/Makefile ============================================================================== --- head/audio/mpdscribble/Makefile Mon May 1 23:49:34 2017 (r439917) +++ head/audio/mpdscribble/Makefile Mon May 1 23:56:48 2017 (r439918) @@ -22,7 +22,7 @@ USE_RC_SUBR= mpdscribble OPTIONS_DEFINE= SOUP DOCS SOUP_DESC= Use libsoup instead of libcurl -SOUP_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +SOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup SOUP_CONFIGURE_ON= --with-http-client=soup SOUP_LIB_DEPENDS_OFF= libcurl.so:ftp/curl SOUP_CONFIGURE_OFF= --with-http-client=curl From owner-svn-ports-all@freebsd.org Tue May 2 02:25:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFC8AD595FC; Tue, 2 May 2017 02:25:09 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902C5C12; Tue, 2 May 2017 02:25:09 +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 v422P8XG095237; Tue, 2 May 2017 02:25:08 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422P8ge095235; Tue, 2 May 2017 02:25:08 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705020225.v422P8ge095235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 2 May 2017 02:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439919 - head/textproc/py-markdown2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:25:09 -0000 Author: wen Date: Tue May 2 02:25:08 2017 New Revision: 439919 URL: https://svnweb.freebsd.org/changeset/ports/439919 Log: - Update to 2.3.4 Modified: head/textproc/py-markdown2/Makefile head/textproc/py-markdown2/distinfo Modified: head/textproc/py-markdown2/Makefile ============================================================================== --- head/textproc/py-markdown2/Makefile Mon May 1 23:56:48 2017 (r439918) +++ head/textproc/py-markdown2/Makefile Tue May 2 02:25:08 2017 (r439919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markdown2 -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-markdown2/distinfo ============================================================================== --- head/textproc/py-markdown2/distinfo Mon May 1 23:56:48 2017 (r439918) +++ head/textproc/py-markdown2/distinfo Tue May 2 02:25:08 2017 (r439919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486602375 -SHA256 (markdown2-2.3.3.zip) = 20a9439a80d93c221080297119d9d31285a18c904489948deae3c7e05c7c5e38 -SIZE (markdown2-2.3.3.zip) = 156643 +TIMESTAMP = 1493690955 +SHA256 (markdown2-2.3.4.zip) = 264731e7625402227ff6fb01f2d814882da7705432659a18a419c508e8bfccb1 +SIZE (markdown2-2.3.4.zip) = 158562 From owner-svn-ports-all@freebsd.org Tue May 2 02:29:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FA0D5987E; Tue, 2 May 2017 02:29:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Miwi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E845E2E; Tue, 2 May 2017 02:29:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sg.miwi.cc X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.1 Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) by sg.miwi.cc (OpenSMTPD) with ESMTPS id 9470fdc8 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 2 May 2017 10:29:22 +0800 (MYT) Date: Tue, 2 May 2017 10:29:20 +0800 From: Martin Wilke To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439911 - head/archivers/unrar Message-ID: <20170502022920.cqdjp4d7nuu6aeuf@sg.miwi.cc> References: <201705011929.v41JTKel023811@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705011929.v41JTKel023811@repo.freebsd.org> User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:29:38 -0000 Why? [18:27][miwi@miwi] $ ls work/unrar | grep readme (~/dev/ports/archivers/unrar) readme.txt On Mon, May 01, 2017 at 07:29:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Mon May 1 19:29:20 2017 > New Revision: 439911 > URL: https://svnweb.freebsd.org/changeset/ports/439911 > > Log: > Remove DOCS option > > Modified: > head/archivers/unrar/Makefile > > Modified: head/archivers/unrar/Makefile > ============================================================================== > --- head/archivers/unrar/Makefile Mon May 1 19:25:55 2017 (r439910) > +++ head/archivers/unrar/Makefile Mon May 1 19:29:20 2017 (r439911) > @@ -14,13 +14,13 @@ MAINTAINER?= sunpoet@FreeBSD.org > COMMENT= Extract, view & test RAR archives > > LICENSE= UNRAR > -LICENSE_NAME= UnRAR license > LICENSE_FILE= ${WRKSRC}/license.txt > +LICENSE_NAME= UnRAR license > LICENSE_PERMS= auto-accept dist-mirror pkg-mirror > > BROKEN_SSL= openssl-devel > > -OPTIONS_DEFINE= DOCS OPENSSL_AES > +OPTIONS_DEFINE= OPENSSL_AES > OPTIONS_DEFAULT=OPENSSL_AES > OPENSSL_AES_DESC= Use OpenSSL implementation of AES > > @@ -32,7 +32,6 @@ MAKEFILE= makefile > WRKSRC= ${WRKDIR}/${PORTNAME} > > PLIST_FILES= bin/unrar > -PORTDOCS= readme.txt > > SLAVEDIRS= archivers/unrar-iconv chinese/unrar > > @@ -43,8 +42,4 @@ OPENSSL_AES_USES= ssl > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${STAGEDIR}${PREFIX}/bin/ > > -do-install-DOCS-on: > - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ > - > .include > -- +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest From owner-svn-ports-all@freebsd.org Tue May 2 02:45:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B03FD57351; Tue, 2 May 2017 02:45:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D69FB1C09; Tue, 2 May 2017 02:45:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v422jpA7003558; Tue, 2 May 2017 02:45:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422jomv003548; Tue, 2 May 2017 02:45:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705020245.v422jomv003548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 02:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439920 - in head: . devel devel/boost-all devel/boost-docs devel/boost-jam devel/boost-libs devel/boost-libs/files devel/boost-python-libs devel/llvm36 lang lang/clang36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:45:53 -0000 Author: miwi Date: Tue May 2 02:45:50 2017 New Revision: 439920 URL: https://svnweb.freebsd.org/changeset/ports/439920 Log: - Nuke llvm36/clang36 - Obsolete and unmaintained upstream Approved by: brooks (maintainer) Differential Revision: https://reviews.freebsd.org/D10419 Deleted: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp head/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp head/devel/boost-libs/files/patch-clang-as head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam head/devel/llvm36/ head/lang/clang36/ Modified: head/MOVED head/devel/Makefile head/devel/boost-all/common.mk head/devel/boost-docs/Makefile head/devel/boost-jam/distinfo head/devel/boost-libs/Makefile head/devel/boost-libs/distinfo head/devel/boost-libs/pkg-plist head/devel/boost-python-libs/distinfo head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 2 02:25:08 2017 (r439919) +++ head/MOVED Tue May 2 02:45:50 2017 (r439920) @@ -9371,3 +9371,5 @@ graphics/ocropus||2017-04-30|Has expired net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) misc/terraform||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) net-mgmt/flow-tools-ng||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) +devel/llvm36||2017-05-02|Obsolete and unmaintained upstream +lang/clang36||2017-05-02|Obsolete and unmaintained upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 2 02:25:08 2017 (r439919) +++ head/devel/Makefile Tue May 2 02:45:50 2017 (r439920) @@ -1543,7 +1543,6 @@ SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 - SUBDIR += llvm36 SUBDIR += llvm38 SUBDIR += llvm39 SUBDIR += llvm40 Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-all/common.mk Tue May 2 02:45:50 2017 (r439920) @@ -1,5 +1,5 @@ -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Modified: head/devel/boost-docs/Makefile ============================================================================== --- head/devel/boost-docs/Makefile Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-docs/Makefile Tue May 2 02:45:50 2017 (r439920) @@ -11,6 +11,9 @@ NO_BUILD= yes .include "${.CURDIR}/..//boost-all/common.mk" +post-patch: + @${RM} ${WRKSRC}/libs/python/example/tutorial/hello.py + do-install: # Documentation & examples @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/boost-jam/distinfo ============================================================================== --- head/devel/boost-jam/distinfo Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-jam/distinfo Tue May 2 02:45:50 2017 (r439920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482409991 -SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 -SIZE (boost_1_63_0.tar.bz2) = 81984414 +TIMESTAMP = 1493390409 +SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 +SIZE (boost_1_64_0.tar.bz2) = 80472424 Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-libs/Makefile Tue May 2 02:45:50 2017 (r439920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Free portable C++ libraries (without Boost.Python) Modified: head/devel/boost-libs/distinfo ============================================================================== --- head/devel/boost-libs/distinfo Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-libs/distinfo Tue May 2 02:45:50 2017 (r439920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482409991 -SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 -SIZE (boost_1_63_0.tar.bz2) = 81984414 +TIMESTAMP = 1493389951 +SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 +SIZE (boost_1_64_0.tar.bz2) = 80472424 Modified: head/devel/boost-libs/pkg-plist ============================================================================== --- head/devel/boost-libs/pkg-plist Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-libs/pkg-plist Tue May 2 02:45:50 2017 (r439920) @@ -163,9 +163,7 @@ include/boost/algorithm/string_regex.hpp include/boost/align.hpp include/boost/align/align.hpp include/boost/align/align_down.hpp -include/boost/align/align_down_forward.hpp include/boost/align/align_up.hpp -include/boost/align/align_up_forward.hpp include/boost/align/aligned_alloc.hpp include/boost/align/aligned_allocator.hpp include/boost/align/aligned_allocator_adaptor.hpp @@ -208,7 +206,6 @@ include/boost/align/detail/max_objects.h include/boost/align/detail/max_size.hpp include/boost/align/detail/min_size.hpp include/boost/align/is_aligned.hpp -include/boost/align/is_aligned_forward.hpp include/boost/aligned_storage.hpp include/boost/any.hpp include/boost/archive/archive_exception.hpp @@ -444,6 +441,7 @@ include/boost/asio/detail/kqueue_reactor include/boost/asio/detail/limits.hpp include/boost/asio/detail/local_free_on_block_exit.hpp include/boost/asio/detail/macos_fenced_block.hpp +include/boost/asio/detail/memory.hpp include/boost/asio/detail/mutex.hpp include/boost/asio/detail/noncopyable.hpp include/boost/asio/detail/null_event.hpp @@ -509,6 +507,7 @@ include/boost/asio/detail/socket_types.h include/boost/asio/detail/solaris_fenced_block.hpp include/boost/asio/detail/static_mutex.hpp include/boost/asio/detail/std_event.hpp +include/boost/asio/detail/std_fenced_block.hpp include/boost/asio/detail/std_mutex.hpp include/boost/asio/detail/std_static_mutex.hpp include/boost/asio/detail/std_thread.hpp @@ -1406,7 +1405,6 @@ include/boost/container/detail/dispatch_ include/boost/container/detail/dlmalloc.hpp include/boost/container/detail/flat_tree.hpp include/boost/container/detail/function_detector.hpp -include/boost/container/detail/hash_table.hpp include/boost/container/detail/is_sorted.hpp include/boost/container/detail/iterator.hpp include/boost/container/detail/iterator_to_raw_pointer.hpp @@ -1476,6 +1474,7 @@ include/boost/container/uses_allocator.h include/boost/container/uses_allocator_fwd.hpp include/boost/container/vector.hpp include/boost/context/all.hpp +include/boost/context/continuation.hpp include/boost/context/detail/apply.hpp include/boost/context/detail/config.hpp include/boost/context/detail/disable_overload.hpp @@ -1502,6 +1501,7 @@ include/boost/context/execution_context_ include/boost/context/fixedsize_stack.hpp include/boost/context/flags.hpp include/boost/context/pooled_fixedsize_stack.hpp +include/boost/context/posix/fixedsize_stack.hpp include/boost/context/posix/protected_fixedsize_stack.hpp include/boost/context/posix/segmented_stack.hpp include/boost/context/preallocated.hpp @@ -1509,6 +1509,7 @@ include/boost/context/protected_fixedsiz include/boost/context/segmented_stack.hpp include/boost/context/stack_context.hpp include/boost/context/stack_traits.hpp +include/boost/context/windows/fixedsize_stack.hpp include/boost/context/windows/protected_fixedsize_stack.hpp include/boost/convert.hpp include/boost/convert/base.hpp @@ -1588,19 +1589,20 @@ include/boost/coroutine2/detail/create_c include/boost/coroutine2/detail/decay_copy.hpp include/boost/coroutine2/detail/disable_overload.hpp include/boost/coroutine2/detail/forced_unwind.hpp +include/boost/coroutine2/detail/pull_control_block_cc.hpp +include/boost/coroutine2/detail/pull_control_block_cc.ipp include/boost/coroutine2/detail/pull_control_block_ecv1.hpp include/boost/coroutine2/detail/pull_control_block_ecv1.ipp -include/boost/coroutine2/detail/pull_control_block_ecv2.hpp -include/boost/coroutine2/detail/pull_control_block_ecv2.ipp include/boost/coroutine2/detail/pull_coroutine.hpp include/boost/coroutine2/detail/pull_coroutine.ipp +include/boost/coroutine2/detail/push_control_block_cc.hpp +include/boost/coroutine2/detail/push_control_block_cc.ipp include/boost/coroutine2/detail/push_control_block_ecv1.hpp include/boost/coroutine2/detail/push_control_block_ecv1.ipp -include/boost/coroutine2/detail/push_control_block_ecv2.hpp -include/boost/coroutine2/detail/push_control_block_ecv2.ipp include/boost/coroutine2/detail/push_coroutine.hpp include/boost/coroutine2/detail/push_coroutine.ipp include/boost/coroutine2/detail/state.hpp +include/boost/coroutine2/detail/wrap.hpp include/boost/coroutine2/fixedsize_stack.hpp include/boost/coroutine2/pooled_fixedsize_stack.hpp include/boost/coroutine2/protected_fixedsize_stack.hpp @@ -1849,6 +1851,7 @@ include/boost/dll/smart_library.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp include/boost/dynamic_bitset/dynamic_bitset.hpp +include/boost/dynamic_bitset/serialization.hpp include/boost/dynamic_bitset_fwd.hpp include/boost/enable_shared_from_this.hpp include/boost/endian/arithmetic.hpp @@ -1892,19 +1895,17 @@ include/boost/exception/to_string.hpp include/boost/exception/to_string_stub.hpp include/boost/exception_ptr.hpp include/boost/fiber/algo/algorithm.hpp -include/boost/fiber/algo/detail/chase_lev_queue.hpp include/boost/fiber/algo/round_robin.hpp include/boost/fiber/algo/shared_work.hpp include/boost/fiber/algo/work_stealing.hpp include/boost/fiber/all.hpp include/boost/fiber/barrier.hpp -include/boost/fiber/bounded_channel.hpp include/boost/fiber/buffered_channel.hpp include/boost/fiber/channel_op_status.hpp include/boost/fiber/condition_variable.hpp include/boost/fiber/context.hpp include/boost/fiber/detail/config.hpp -include/boost/fiber/detail/context_mpsc_queue.hpp +include/boost/fiber/detail/context_spinlock_queue.hpp include/boost/fiber/detail/context_spmc_queue.hpp include/boost/fiber/detail/convert.hpp include/boost/fiber/detail/cpu_relax.hpp @@ -1945,11 +1946,11 @@ include/boost/fiber/scheduler.hpp include/boost/fiber/segmented_stack.hpp include/boost/fiber/timed_mutex.hpp include/boost/fiber/type.hpp -include/boost/fiber/unbounded_channel.hpp include/boost/fiber/unbuffered_channel.hpp include/boost/filesystem.hpp include/boost/filesystem/config.hpp include/boost/filesystem/convenience.hpp +include/boost/filesystem/detail/macro_value.hpp include/boost/filesystem/detail/utf8_codecvt_facet.hpp include/boost/filesystem/exception.hpp include/boost/filesystem/fstream.hpp @@ -3242,7 +3243,6 @@ include/boost/geometry/algorithms/detail include/boost/geometry/algorithms/detail/expand/segment.hpp include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp include/boost/geometry/algorithms/detail/extreme_points.hpp -include/boost/geometry/algorithms/detail/flattening.hpp include/boost/geometry/algorithms/detail/for_each_range.hpp include/boost/geometry/algorithms/detail/get_left_turns.hpp include/boost/geometry/algorithms/detail/get_max_size.hpp @@ -3419,6 +3419,7 @@ include/boost/geometry/arithmetic/arithm include/boost/geometry/arithmetic/cross_product.hpp include/boost/geometry/arithmetic/determinant.hpp include/boost/geometry/arithmetic/dot_product.hpp +include/boost/geometry/arithmetic/normalize.hpp include/boost/geometry/core/access.hpp include/boost/geometry/core/assert.hpp include/boost/geometry/core/closure.hpp @@ -3445,7 +3446,11 @@ include/boost/geometry/core/tag_cast.hpp include/boost/geometry/core/tags.hpp include/boost/geometry/core/topological_dimension.hpp include/boost/geometry/formulas/andoyer_inverse.hpp +include/boost/geometry/formulas/area_formulas.hpp include/boost/geometry/formulas/differential_quantities.hpp +include/boost/geometry/formulas/eccentricity_sqr.hpp +include/boost/geometry/formulas/flattening.hpp +include/boost/geometry/formulas/geographic.hpp include/boost/geometry/formulas/gnomonic_intersection.hpp include/boost/geometry/formulas/gnomonic_spheroid.hpp include/boost/geometry/formulas/result_direct.hpp @@ -3454,6 +3459,7 @@ include/boost/geometry/formulas/sjoberg_ include/boost/geometry/formulas/spherical.hpp include/boost/geometry/formulas/thomas_direct.hpp include/boost/geometry/formulas/thomas_inverse.hpp +include/boost/geometry/formulas/vertex_latitude.hpp include/boost/geometry/formulas/vincenty_direct.hpp include/boost/geometry/formulas/vincenty_inverse.hpp include/boost/geometry/geometries/adapted/boost_array.hpp @@ -3520,6 +3526,7 @@ include/boost/geometry/index/detail/algo include/boost/geometry/index/detail/algorithms/is_valid.hpp include/boost/geometry/index/detail/algorithms/margin.hpp include/boost/geometry/index/detail/algorithms/minmaxdist.hpp +include/boost/geometry/index/detail/algorithms/nth_element.hpp include/boost/geometry/index/detail/algorithms/path_intersection.hpp include/boost/geometry/index/detail/algorithms/segment_intersection.hpp include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp @@ -3711,11 +3718,12 @@ include/boost/geometry/strategies/agnost include/boost/geometry/strategies/agnostic/point_in_point.hpp include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp -include/boost/geometry/strategies/agnostic/relate.hpp include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp include/boost/geometry/strategies/area.hpp +include/boost/geometry/strategies/azimuth.hpp include/boost/geometry/strategies/buffer.hpp include/boost/geometry/strategies/cartesian/area_surveyor.hpp +include/boost/geometry/strategies/cartesian/azimuth.hpp include/boost/geometry/strategies/cartesian/box_in_box.hpp include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp include/boost/geometry/strategies/cartesian/buffer_end_round.hpp @@ -3725,15 +3733,17 @@ include/boost/geometry/strategies/cartes include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp include/boost/geometry/strategies/cartesian/buffer_point_square.hpp include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp -include/boost/geometry/strategies/cartesian/cart_intersect.hpp include/boost/geometry/strategies/cartesian/centroid_average.hpp include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp +include/boost/geometry/strategies/cartesian/disjoint_segment_box.hpp include/boost/geometry/strategies/cartesian/distance_projected_point.hpp include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp +include/boost/geometry/strategies/cartesian/envelope_segment.hpp +include/boost/geometry/strategies/cartesian/intersection.hpp include/boost/geometry/strategies/cartesian/point_in_box.hpp include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp @@ -3756,26 +3766,38 @@ include/boost/geometry/strategies/defaul include/boost/geometry/strategies/default_distance_result.hpp include/boost/geometry/strategies/default_length_result.hpp include/boost/geometry/strategies/default_strategy.hpp +include/boost/geometry/strategies/disjoint.hpp include/boost/geometry/strategies/distance.hpp include/boost/geometry/strategies/distance_result.hpp +include/boost/geometry/strategies/envelope.hpp +include/boost/geometry/strategies/geographic/area.hpp +include/boost/geometry/strategies/geographic/azimuth.hpp +include/boost/geometry/strategies/geographic/distance.hpp include/boost/geometry/strategies/geographic/distance_andoyer.hpp include/boost/geometry/strategies/geographic/distance_thomas.hpp include/boost/geometry/strategies/geographic/distance_vincenty.hpp +include/boost/geometry/strategies/geographic/envelope_segment.hpp +include/boost/geometry/strategies/geographic/intersection.hpp +include/boost/geometry/strategies/geographic/intersection_elliptic.hpp include/boost/geometry/strategies/geographic/mapping_ssf.hpp +include/boost/geometry/strategies/geographic/parameters.hpp +include/boost/geometry/strategies/geographic/side.hpp include/boost/geometry/strategies/geographic/side_andoyer.hpp -include/boost/geometry/strategies/geographic/side_detail.hpp include/boost/geometry/strategies/geographic/side_thomas.hpp include/boost/geometry/strategies/geographic/side_vincenty.hpp include/boost/geometry/strategies/intersection.hpp include/boost/geometry/strategies/intersection_result.hpp include/boost/geometry/strategies/intersection_strategies.hpp +include/boost/geometry/strategies/relate.hpp include/boost/geometry/strategies/side.hpp include/boost/geometry/strategies/side_info.hpp -include/boost/geometry/strategies/spherical/area_huiller.hpp +include/boost/geometry/strategies/spherical/area.hpp +include/boost/geometry/strategies/spherical/azimuth.hpp include/boost/geometry/strategies/spherical/compare_circular.hpp include/boost/geometry/strategies/spherical/distance_cross_track.hpp include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp include/boost/geometry/strategies/spherical/distance_haversine.hpp +include/boost/geometry/strategies/spherical/envelope_segment.hpp include/boost/geometry/strategies/spherical/intersection.hpp include/boost/geometry/strategies/spherical/side_by_cross_track.hpp include/boost/geometry/strategies/spherical/ssf.hpp @@ -4181,8 +4203,8 @@ include/boost/hana/detail/canonical_cons include/boost/hana/detail/concepts.hpp include/boost/hana/detail/create.hpp include/boost/hana/detail/decay.hpp -include/boost/hana/detail/dependent_on.hpp include/boost/hana/detail/dispatch_if.hpp +include/boost/hana/detail/ebo.hpp include/boost/hana/detail/fast_and.hpp include/boost/hana/detail/first_unsatisfied_index.hpp include/boost/hana/detail/has_common_embedding.hpp @@ -7331,6 +7353,7 @@ include/boost/multi_index/detail/hash_in include/boost/multi_index/detail/hash_index_iterator.hpp include/boost/multi_index/detail/hash_index_node.hpp include/boost/multi_index/detail/header_holder.hpp +include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp include/boost/multi_index/detail/index_base.hpp include/boost/multi_index/detail/index_loader.hpp include/boost/multi_index/detail/index_matcher.hpp @@ -7350,6 +7373,7 @@ include/boost/multi_index/detail/ord_ind include/boost/multi_index/detail/ord_index_ops.hpp include/boost/multi_index/detail/promotes_arg.hpp include/boost/multi_index/detail/raw_ptr.hpp +include/boost/multi_index/detail/restore_wstrict_aliasing.hpp include/boost/multi_index/detail/rnd_index_loader.hpp include/boost/multi_index/detail/rnd_index_node.hpp include/boost/multi_index/detail/rnd_index_ops.hpp @@ -8563,6 +8587,7 @@ include/boost/preprocessor/seq/cat.hpp include/boost/preprocessor/seq/detail/binary_transform.hpp include/boost/preprocessor/seq/detail/is_empty.hpp include/boost/preprocessor/seq/detail/split.hpp +include/boost/preprocessor/seq/detail/to_list_msvc.hpp include/boost/preprocessor/seq/elem.hpp include/boost/preprocessor/seq/enum.hpp include/boost/preprocessor/seq/filter.hpp @@ -8629,6 +8654,122 @@ include/boost/preprocessor/variadic/to_s include/boost/preprocessor/variadic/to_tuple.hpp include/boost/preprocessor/while.hpp include/boost/preprocessor/wstringize.hpp +include/boost/process.hpp +include/boost/process/args.hpp +include/boost/process/async.hpp +include/boost/process/async_pipe.hpp +include/boost/process/async_system.hpp +include/boost/process/child.hpp +include/boost/process/cmd.hpp +include/boost/process/detail/async_handler.hpp +include/boost/process/detail/basic_cmd.hpp +include/boost/process/detail/child_decl.hpp +include/boost/process/detail/config.hpp +include/boost/process/detail/execute_impl.hpp +include/boost/process/detail/handler.hpp +include/boost/process/detail/handler_base.hpp +include/boost/process/detail/on_exit.hpp +include/boost/process/detail/posix/asio_fwd.hpp +include/boost/process/detail/posix/async_handler.hpp +include/boost/process/detail/posix/async_in.hpp +include/boost/process/detail/posix/async_out.hpp +include/boost/process/detail/posix/async_pipe.hpp +include/boost/process/detail/posix/basic_cmd.hpp +include/boost/process/detail/posix/basic_pipe.hpp +include/boost/process/detail/posix/child_handle.hpp +include/boost/process/detail/posix/close_in.hpp +include/boost/process/detail/posix/close_out.hpp +include/boost/process/detail/posix/cmd.hpp +include/boost/process/detail/posix/compare_handles.hpp +include/boost/process/detail/posix/env_init.hpp +include/boost/process/detail/posix/environment.hpp +include/boost/process/detail/posix/exe.hpp +include/boost/process/detail/posix/executor.hpp +include/boost/process/detail/posix/fd.hpp +include/boost/process/detail/posix/file_descriptor.hpp +include/boost/process/detail/posix/file_in.hpp +include/boost/process/detail/posix/file_out.hpp +include/boost/process/detail/posix/group_handle.hpp +include/boost/process/detail/posix/group_ref.hpp +include/boost/process/detail/posix/handler.hpp +include/boost/process/detail/posix/io_service_ref.hpp +include/boost/process/detail/posix/is_running.hpp +include/boost/process/detail/posix/null_in.hpp +include/boost/process/detail/posix/null_out.hpp +include/boost/process/detail/posix/on_exit.hpp +include/boost/process/detail/posix/pipe_in.hpp +include/boost/process/detail/posix/pipe_out.hpp +include/boost/process/detail/posix/search_path.hpp +include/boost/process/detail/posix/shell_path.hpp +include/boost/process/detail/posix/signal.hpp +include/boost/process/detail/posix/start_dir.hpp +include/boost/process/detail/posix/terminate.hpp +include/boost/process/detail/posix/use_vfork.hpp +include/boost/process/detail/posix/wait_for_exit.hpp +include/boost/process/detail/posix/wait_group.hpp +include/boost/process/detail/throw_on_error.hpp +include/boost/process/detail/traits.hpp +include/boost/process/detail/traits/async.hpp +include/boost/process/detail/traits/cmd_or_exe.hpp +include/boost/process/detail/traits/decl.hpp +include/boost/process/detail/traits/env.hpp +include/boost/process/detail/traits/error.hpp +include/boost/process/detail/traits/group.hpp +include/boost/process/detail/traits/wchar_t.hpp +include/boost/process/detail/windows/asio_fwd.hpp +include/boost/process/detail/windows/async_handler.hpp +include/boost/process/detail/windows/async_in.hpp +include/boost/process/detail/windows/async_out.hpp +include/boost/process/detail/windows/async_pipe.hpp +include/boost/process/detail/windows/basic_cmd.hpp +include/boost/process/detail/windows/basic_pipe.hpp +include/boost/process/detail/windows/child_handle.hpp +include/boost/process/detail/windows/close_in.hpp +include/boost/process/detail/windows/close_out.hpp +include/boost/process/detail/windows/cmd.hpp +include/boost/process/detail/windows/compare_handles.hpp +include/boost/process/detail/windows/env_init.hpp +include/boost/process/detail/windows/environment.hpp +include/boost/process/detail/windows/executor.hpp +include/boost/process/detail/windows/file_descriptor.hpp +include/boost/process/detail/windows/file_in.hpp +include/boost/process/detail/windows/file_out.hpp +include/boost/process/detail/windows/group_handle.hpp +include/boost/process/detail/windows/group_ref.hpp +include/boost/process/detail/windows/handler.hpp +include/boost/process/detail/windows/io_service_ref.hpp +include/boost/process/detail/windows/is_running.hpp +include/boost/process/detail/windows/job_workaround.hpp +include/boost/process/detail/windows/locale.hpp +include/boost/process/detail/windows/null_in.hpp +include/boost/process/detail/windows/null_out.hpp +include/boost/process/detail/windows/on_exit.hpp +include/boost/process/detail/windows/pipe_in.hpp +include/boost/process/detail/windows/pipe_out.hpp +include/boost/process/detail/windows/search_path.hpp +include/boost/process/detail/windows/shell_path.hpp +include/boost/process/detail/windows/show_window.hpp +include/boost/process/detail/windows/start_dir.hpp +include/boost/process/detail/windows/terminate.hpp +include/boost/process/detail/windows/wait_for_exit.hpp +include/boost/process/detail/windows/wait_group.hpp +include/boost/process/env.hpp +include/boost/process/environment.hpp +include/boost/process/error.hpp +include/boost/process/exception.hpp +include/boost/process/exe.hpp +include/boost/process/extend.hpp +include/boost/process/group.hpp +include/boost/process/io.hpp +include/boost/process/locale.hpp +include/boost/process/pipe.hpp +include/boost/process/posix.hpp +include/boost/process/search_path.hpp +include/boost/process/shell.hpp +include/boost/process/spawn.hpp +include/boost/process/start_dir.hpp +include/boost/process/system.hpp +include/boost/process/windows.hpp include/boost/program_options.hpp include/boost/program_options/cmdline.hpp include/boost/program_options/config.hpp @@ -9030,6 +9171,7 @@ include/boost/python/module.hpp include/boost/python/module_init.hpp include/boost/python/numeric.hpp include/boost/python/numpy.hpp +include/boost/python/numpy/config.hpp include/boost/python/numpy/dtype.hpp include/boost/python/numpy/internal.hpp include/boost/python/numpy/invoke_matching.hpp @@ -9146,13 +9288,13 @@ include/boost/qvm/map_mat_vec.hpp include/boost/qvm/map_vec_mat.hpp include/boost/qvm/mat.hpp include/boost/qvm/mat_access.hpp -include/boost/qvm/mat_index.hpp include/boost/qvm/mat_operations.hpp include/boost/qvm/mat_operations2.hpp include/boost/qvm/mat_operations3.hpp include/boost/qvm/mat_operations4.hpp include/boost/qvm/mat_traits.hpp include/boost/qvm/mat_traits_array.hpp +include/boost/qvm/mat_traits_defaults.hpp include/boost/qvm/math.hpp include/boost/qvm/operations.hpp include/boost/qvm/quat.hpp @@ -9160,6 +9302,7 @@ include/boost/qvm/quat_access.hpp include/boost/qvm/quat_operations.hpp include/boost/qvm/quat_traits.hpp include/boost/qvm/quat_traits_array.hpp +include/boost/qvm/quat_traits_defaults.hpp include/boost/qvm/quat_vec_operations.hpp include/boost/qvm/scalar_traits.hpp include/boost/qvm/static_assert.hpp @@ -9171,7 +9314,6 @@ include/boost/qvm/throw_exception.hpp include/boost/qvm/to_string.hpp include/boost/qvm/vec.hpp include/boost/qvm/vec_access.hpp -include/boost/qvm/vec_index.hpp include/boost/qvm/vec_mat_operations.hpp include/boost/qvm/vec_mat_operations2.hpp include/boost/qvm/vec_mat_operations3.hpp @@ -9182,6 +9324,7 @@ include/boost/qvm/vec_operations3.hpp include/boost/qvm/vec_operations4.hpp include/boost/qvm/vec_traits.hpp include/boost/qvm/vec_traits_array.hpp +include/boost/qvm/vec_traits_defaults.hpp include/boost/random.hpp include/boost/random/additive_combine.hpp include/boost/random/bernoulli_distribution.hpp @@ -9196,6 +9339,7 @@ include/boost/random/detail/disable_warn include/boost/random/detail/enable_warnings.hpp include/boost/random/detail/generator_bits.hpp include/boost/random/detail/generator_seed_seq.hpp +include/boost/random/detail/int_float_pair.hpp include/boost/random/detail/integer_log2.hpp include/boost/random/detail/iterator_mixin.hpp include/boost/random/detail/large_arithmetic.hpp @@ -9512,10 +9656,13 @@ include/boost/serialization/access.hpp include/boost/serialization/archive_input_unordered_map.hpp include/boost/serialization/archive_input_unordered_set.hpp include/boost/serialization/array.hpp +include/boost/serialization/array_optimization.hpp +include/boost/serialization/array_wrapper.hpp include/boost/serialization/assume_abstract.hpp include/boost/serialization/base_object.hpp include/boost/serialization/binary_object.hpp include/boost/serialization/bitset.hpp +include/boost/serialization/boost_array.hpp include/boost/serialization/boost_unordered_map.hpp include/boost/serialization/boost_unordered_set.hpp include/boost/serialization/collection_size_type.hpp @@ -9525,7 +9672,6 @@ include/boost/serialization/collections_ include/boost/serialization/complex.hpp include/boost/serialization/config.hpp include/boost/serialization/deque.hpp -include/boost/serialization/detail/get_data.hpp include/boost/serialization/detail/is_default_constructible.hpp include/boost/serialization/detail/shared_count_132.hpp include/boost/serialization/detail/shared_ptr_132.hpp @@ -9659,10 +9805,6 @@ include/boost/signals2/variadic_slot.hpp include/boost/smart_ptr.hpp include/boost/smart_ptr/allocate_shared_array.hpp include/boost/smart_ptr/bad_weak_ptr.hpp -include/boost/smart_ptr/detail/array_allocator.hpp -include/boost/smart_ptr/detail/array_count_impl.hpp -include/boost/smart_ptr/detail/array_traits.hpp -include/boost/smart_ptr/detail/array_utility.hpp include/boost/smart_ptr/detail/atomic_count.hpp include/boost/smart_ptr/detail/atomic_count_gcc.hpp include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp @@ -9705,8 +9847,8 @@ include/boost/smart_ptr/detail/sp_counte include/boost/smart_ptr/detail/sp_disable_deprecated.hpp include/boost/smart_ptr/detail/sp_forward.hpp include/boost/smart_ptr/detail/sp_has_sync.hpp -include/boost/smart_ptr/detail/sp_if_array.hpp include/boost/smart_ptr/detail/sp_interlocked.hpp +include/boost/smart_ptr/detail/sp_noexcept.hpp include/boost/smart_ptr/detail/sp_nullptr_t.hpp include/boost/smart_ptr/detail/spinlock.hpp include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp @@ -11528,6 +11670,7 @@ include/boost/type_traits/is_void.hpp include/boost/type_traits/is_volatile.hpp include/boost/type_traits/make_signed.hpp include/boost/type_traits/make_unsigned.hpp +include/boost/type_traits/make_void.hpp include/boost/type_traits/object_traits.hpp include/boost/type_traits/promote.hpp include/boost/type_traits/rank.hpp @@ -11917,16 +12060,10 @@ include/boost/units/systems/temperature/ include/boost/units/systems/temperature/fahrenheit.hpp include/boost/units/unit.hpp include/boost/units/units_fwd.hpp -include/boost/unordered/detail/allocate.hpp -include/boost/unordered/detail/buckets.hpp -include/boost/unordered/detail/equivalent.hpp -include/boost/unordered/detail/extract_key.hpp include/boost/unordered/detail/fwd.hpp +include/boost/unordered/detail/implementation.hpp include/boost/unordered/detail/map.hpp include/boost/unordered/detail/set.hpp -include/boost/unordered/detail/table.hpp -include/boost/unordered/detail/unique.hpp -include/boost/unordered/detail/util.hpp include/boost/unordered/unordered_map.hpp include/boost/unordered/unordered_map_fwd.hpp include/boost/unordered/unordered_set.hpp Modified: head/devel/boost-python-libs/distinfo ============================================================================== --- head/devel/boost-python-libs/distinfo Tue May 2 02:25:08 2017 (r439919) +++ head/devel/boost-python-libs/distinfo Tue May 2 02:45:50 2017 (r439920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482409991 -SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 -SIZE (boost_1_63_0.tar.bz2) = 81984414 +TIMESTAMP = 1493389827 +SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 +SIZE (boost_1_64_0.tar.bz2) = 80472424 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue May 2 02:25:08 2017 (r439919) +++ head/lang/Makefile Tue May 2 02:45:50 2017 (r439920) @@ -37,7 +37,6 @@ SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 - SUBDIR += clang36 SUBDIR += clang38 SUBDIR += cling SUBDIR += clojure From owner-svn-ports-all@freebsd.org Tue May 2 02:46:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBF9ED573AF; Tue, 2 May 2017 02:46:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id A1B121CFF; Tue, 2 May 2017 02:46:43 +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 v422kg6U003805; Tue, 2 May 2017 02:46:42 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422kgHt003798; Tue, 2 May 2017 02:46:42 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201705020246.v422kgHt003798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 2 May 2017 02:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439921 - in head/science: . iboview iboview/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:46:43 -0000 Author: jmd Date: Tue May 2 02:46:41 2017 New Revision: 439921 URL: https://svnweb.freebsd.org/changeset/ports/439921 Log: science/iboview: new port. iboview is an advanced program for analyzing molecular electronic structure. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10553 Added: head/science/iboview/ head/science/iboview/Makefile (contents, props changed) head/science/iboview/distinfo (contents, props changed) head/science/iboview/files/ head/science/iboview/files/patch-main.pro (contents, props changed) head/science/iboview/files/patch-src_Common_CxNumpyArray.cpp (contents, props changed) head/science/iboview/files/patch-src_Common_CxStorageDevice.h (contents, props changed) head/science/iboview/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue May 2 02:45:50 2017 (r439920) +++ head/science/Makefile Tue May 2 02:46:41 2017 (r439921) @@ -63,6 +63,7 @@ SUBDIR += hdf5 SUBDIR += hdf5-18 SUBDIR += hs-bio + SUBDIR += iboview SUBDIR += isaac-cfd SUBDIR += jstrack SUBDIR += kalzium Added: head/science/iboview/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/Makefile Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,39 @@ +# Created by: Johannes Dieterich +# $FreeBSD$ + +PORTNAME= iboview +PORTVERSION= 20150427 +CATEGORIES= science +MASTER_SITES= http://www.iboview.org/bin/ +DISTNAME= ibo-view.20150427 + +MAINTAINER= jmd@FreeBSD.org +COMMENT= Program for analyzing molecular electronic structure + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= qt5-buildtools>=0:devel/qt5-buildtools \ + libGLU>=0:graphics/libGLU \ + boost-libs>=0:devel/boost-libs +LIB_DEPENDS= libgcc_s.so:lang/gcc \ + libGL.so:graphics/libGL +RUN_DEPENDS= libGLU>=0:graphics/libGLU \ + boost-libs>=0:devel/boost-libs + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 + +USES= tar:bz2 qmake:outsource blaslapack:openblas +USE_QT5= core gui widgets opengl script svg + +PLIST_FILES= bin/iboview + +post-patch: + ${REINPLACE_CMD} -e 's|%%_GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${GCC_DEFAULT}|g' \ + ${WRKSRC}/main.pro + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iboview ${STAGEDIR}${PREFIX}/bin + +.include Added: head/science/iboview/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/distinfo Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493172588 +SHA256 (ibo-view.20150427.tar.bz2) = 2a67b7c82ba957d016eef202453bdfc2278d5752dc7000b4b809812bd7945aed +SIZE (ibo-view.20150427.tar.bz2) = 5169203 Added: head/science/iboview/files/patch-main.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/files/patch-main.pro Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,43 @@ +--- main.pro.orig 2015-04-27 21:30:39 UTC ++++ main.pro +@@ -1,5 +1,5 @@ + # /usr/bin/qmake-qt4 -o Makefile main.pro && make -j 4 +-MKLDIR = $$(MKLROOT) ++#MKLDIR = $$(MKLROOT) + # MKLDIR = /opt/intel/composerxe/mkl + # ^- FIXME: adjust path of MKL here if MKLROOT environment variable is not set. + # (e.g., +@@ -8,8 +8,9 @@ MKLDIR = $$(MKLROOT) + + # LIBS += -L$$MKLDIR/lib/em64t -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lmkl_lapack -Wl,-rpath,$$MKLDIR/lib/em64t + # LIBS += -L$$MKLDIR/lib/intel64 -lmkl_gf_ilp64 -lmkl_sequential -lmkl_core -Wl,-rpath,$$MKLDIR/lib/intel64 +-LIBS += -L$$MKLDIR/lib/intel64 -fopenmp -lmkl_gf_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,-rpath,$$MKLDIR/lib/intel64 ++#LIBS += -L$$MKLDIR/lib/intel64 -fopenmp -lmkl_gf_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,-rpath,$$MKLDIR/lib/intel64 + # LIBS += -LC:\Users\cgk\Develop\Libraries\OpenBLAS\bin -lopenblas ++LIBS += -Wl,-rpath=%%_GCC_RUNTIME%% %%_GCC_RUNTIME%%/libgcc_s.so -lopenblas + + # MICROSCF = ../wmme + +@@ -52,14 +53,14 @@ HEADERS += $$GL/glew.h $$GL/glxew.h $$GL/wglew.h + # from.) + + # OpenMP +-msvc { +- QMAKE_CXXFLAGS += /openmp +- QMAKE_LFLAGS += /openmp +-} +-!msvc { +- QMAKE_CXXFLAGS += -fopenmp +- QMAKE_LFLAGS += -fopenmp +-} ++#msvc { ++# QMAKE_CXXFLAGS += /openmp ++# QMAKE_LFLAGS += /openmp ++#} ++#!msvc { ++# QMAKE_CXXFLAGS += -fopenmp ++# QMAKE_LFLAGS += -fopenmp ++#} + # ^- warning: need to replace all OpenMP loop variables by "int". Otherwise won't work + # in vc or gcc <= 4.4 (unsigned integral types only allowed since OpenMP 3.0... wtf + # were they thinking?!) Added: head/science/iboview/files/patch-src_Common_CxNumpyArray.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/files/patch-src_Common_CxNumpyArray.cpp Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,10 @@ +--- src/Common/CxNumpyArray.cpp.orig 2015-04-27 21:30:38 UTC ++++ src/Common/CxNumpyArray.cpp +@@ -22,6 +22,7 @@ + */ + + #include ++#include + #include "CxNumpyArray.h" + + #ifdef _MSC_VER Added: head/science/iboview/files/patch-src_Common_CxStorageDevice.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/files/patch-src_Common_CxStorageDevice.h Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,10 @@ +--- src/Common/CxStorageDevice.h.orig 2017-04-30 20:26:11 UTC ++++ src/Common/CxStorageDevice.h +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include "CxTypes.h" + + namespace ct { Added: head/science/iboview/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/iboview/pkg-descr Tue May 2 02:46:41 2017 (r439921) @@ -0,0 +1,7 @@ +Program for analyzing molecular electronic structure + +Iboview can visualize electronic structure from first-principles DFT, +in terms of intuitive concepts (partial charges, bond orders, +bond orbitals), even in systems with complex or unusual bonding. + +WWW: http://www.iboview.org/ From owner-svn-ports-all@freebsd.org Tue May 2 02:51:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C13DD5765B; Tue, 2 May 2017 02:51:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D74AC4; Tue, 2 May 2017 02:51:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v422pGDB007382; Tue, 2 May 2017 02:51:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422pFm7007371; Tue, 2 May 2017 02:51:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705020251.v422pFm7007371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 02:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439922 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-libs/files boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:51:17 -0000 Author: miwi Date: Tue May 2 02:51:15 2017 New Revision: 439922 URL: https://svnweb.freebsd.org/changeset/ports/439922 Log: - Revert boost update just landed per accident. Added: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp (contents, props changed) head/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp (contents, props changed) head/devel/boost-libs/files/patch-clang-as (contents, props changed) head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam (contents, props changed) Modified: head/devel/boost-all/common.mk head/devel/boost-docs/Makefile head/devel/boost-jam/distinfo head/devel/boost-libs/Makefile head/devel/boost-libs/distinfo head/devel/boost-libs/pkg-plist head/devel/boost-python-libs/distinfo Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-all/common.mk Tue May 2 02:51:15 2017 (r439922) @@ -1,5 +1,5 @@ -PORTVERSION= 1.64.0 +PORTVERSION= 1.63.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Modified: head/devel/boost-docs/Makefile ============================================================================== --- head/devel/boost-docs/Makefile Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-docs/Makefile Tue May 2 02:51:15 2017 (r439922) @@ -11,9 +11,6 @@ NO_BUILD= yes .include "${.CURDIR}/..//boost-all/common.mk" -post-patch: - @${RM} ${WRKSRC}/libs/python/example/tutorial/hello.py - do-install: # Documentation & examples @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/boost-jam/distinfo ============================================================================== --- head/devel/boost-jam/distinfo Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-jam/distinfo Tue May 2 02:51:15 2017 (r439922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493390409 -SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 -SIZE (boost_1_64_0.tar.bz2) = 80472424 +TIMESTAMP = 1482409991 +SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 +SIZE (boost_1_63_0.tar.bz2) = 81984414 Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-libs/Makefile Tue May 2 02:51:15 2017 (r439922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) Modified: head/devel/boost-libs/distinfo ============================================================================== --- head/devel/boost-libs/distinfo Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-libs/distinfo Tue May 2 02:51:15 2017 (r439922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493389951 -SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 -SIZE (boost_1_64_0.tar.bz2) = 80472424 +TIMESTAMP = 1482409991 +SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 +SIZE (boost_1_63_0.tar.bz2) = 81984414 Added: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp Tue May 2 02:51:15 2017 (r439922) @@ -0,0 +1,50 @@ +Ticket #12575 fix compilation of software using libressl and boost asio +https://svn.boost.org/trac/boost/ticket/12575 + +--- boost/asio/ssl/impl/context.ipp.orig 2016-09-21 14:33:21 UTC ++++ boost/asio/ssl/impl/context.ipp +@@ -228,7 +228,7 @@ context::~context() + { + if (handle_) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) + void* cb_userdata = handle_->default_passwd_callback_userdata; +@@ -578,7 +578,7 @@ boost::system::error_code context::use_c + bio_cleanup bio = { make_buffer_bio(chain) }; + if (bio.p) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -682,7 +682,7 @@ boost::system::error_code context::use_p + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -749,7 +749,7 @@ boost::system::error_code context::use_r + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -988,7 +988,7 @@ int context::verify_callback_function(in + boost::system::error_code context::do_set_password_callback( + detail::password_callback_base* callback, boost::system::error_code& ec) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* old_callback = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + ::SSL_CTX_set_default_passwd_cb_userdata(handle_, callback); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) Added: head/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp Tue May 2 02:51:15 2017 (r439922) @@ -0,0 +1,34 @@ +--- boost/config/compiler/clang.hpp.orig 2016-09-21 14:33:21 UTC ++++ boost/config/compiler/clang.hpp +@@ -110,6 +110,16 @@ + # endif + #endif + ++// ++// Pick up _LIBCPP_VERSION definition if we are using libc++ ++// If _LIBCPP_VERSION is not defined, then we will assume that ++// we are compiling on FreeBSD 9.x and using ancient libstdc++ ++// from base gcc 4.2 with limited c++11 support. ++// ++#ifdef __cplusplus ++# include ++#endif ++ + #if !__has_feature(cxx_auto_type) + # define BOOST_NO_CXX11_AUTO_DECLARATIONS + # define BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS +@@ -192,7 +202,13 @@ + # define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX + #endif + +-#if !__has_feature(cxx_rvalue_references) ++// ++// clang on FreeBSD 9.x uses libstdc++ from base GCC 4.2.1 which ++// does not support std::forward which this feature requires. ++// Assume that the lack of a _LIBCPP_VERSION definition indicates ++// that is our environment. ++// ++#if !__has_feature(cxx_rvalue_references) || !defined(_LIBCPP_VERSION) + # define BOOST_NO_CXX11_RVALUE_REFERENCES + #endif + Added: head/devel/boost-libs/files/patch-clang-as ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-clang-as Tue May 2 02:51:15 2017 (r439922) @@ -0,0 +1,33 @@ +https://svn.boost.org/trac/boost/ticket/12551 +https://github.com/boostorg/context/commit/26b61a67cf1d + +--- libs/context/src/asm/jump_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/jump_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global jump_fcontext +--- libs/context/src/asm/make_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/make_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global make_fcontext +--- libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global ontop_fcontext Added: head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam Tue May 2 02:51:15 2017 (r439922) @@ -0,0 +1,92 @@ +--- tools/build/src/tools/clang-linux.jam.orig 2016-09-21 14:33:28 UTC ++++ tools/build/src/tools/clang-linux.jam +@@ -31,7 +31,7 @@ generators.override clang-linux.compile. + generators.override clang-linux.compile.c++.pch : pch.default-cpp-pch-generator ; + + type.set-generated-target-suffix PCH +- : clang linux : pth ; ++ : clang linux : pch ; + + toolset.inherit-rules clang-linux : gcc ; + toolset.inherit-flags clang-linux : gcc +@@ -96,24 +96,24 @@ rule compile.c++ ( targets * : sources * + gcc.setup-fpic $(targets) : $(sources) : $(properties) ; + gcc.setup-address-model $(targets) : $(sources) : $(properties) ; + +- local pth-file = [ on $(<) return $(PCH_FILE) ] ; ++ local pch-file = [ on $(<) return $(PCH_FILE) ] ; + +- if $(pth-file) { +- DEPENDS $(<) : $(pth-file) ; ++ if $(pch-file) { ++ DEPENDS $(<) : $(pch-file) ; + clang-linux.compile.c++.with-pch $(targets) : $(sources) ; + } + else { +- clang-linux.compile.c++.without-pth $(targets) : $(sources) ; ++ clang-linux.compile.c++.without-pch $(targets) : $(sources) ; + } + } + +-actions compile.c++.without-pth { ++actions compile.c++.without-pch { + "$(CONFIG_COMMAND)" -c -x c++ $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -o "$(<)" "$(>)" + } + + actions compile.c++.with-pch bind PCH_FILE + { +- "$(CONFIG_COMMAND)" -c -x c++ $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -include-pth -Xclang "$(PCH_FILE)" -o "$(<)" "$(>)" ++ "$(CONFIG_COMMAND)" -c -x c++ $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -include-pch -Xclang "$(PCH_FILE)" -o "$(<)" "$(>)" + } + + rule compile.c ( targets * : sources * : properties * ) +@@ -122,25 +122,25 @@ rule compile.c ( targets * : sources * : + gcc.setup-fpic $(targets) : $(sources) : $(properties) ; + gcc.setup-address-model $(targets) : $(sources) : $(properties) ; + +- local pth-file = [ on $(<) return $(PCH_FILE) ] ; ++ local pch-file = [ on $(<) return $(PCH_FILE) ] ; + +- if $(pth-file) { +- DEPENDS $(<) : $(pth-file) ; ++ if $(pch-file) { ++ DEPENDS $(<) : $(pch-file) ; + clang-linux.compile.c.with-pch $(targets) : $(sources) ; + } + else { +- clang-linux.compile.c.without-pth $(targets) : $(sources) ; ++ clang-linux.compile.c.without-pch $(targets) : $(sources) ; + } + } + +-actions compile.c.without-pth ++actions compile.c.without-pch + { + "$(CONFIG_COMMAND)" -c -x c $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)" + } + + actions compile.c.with-pch bind PCH_FILE + { +- "$(CONFIG_COMMAND)" -c -x c $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -include-pth -Xclang "$(PCH_FILE)" -c -o "$(<)" "$(>)" ++ "$(CONFIG_COMMAND)" -c -x c $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -include-pch -Xclang "$(PCH_FILE)" -c -o "$(<)" "$(>)" + } + + ############################################################################### +@@ -153,7 +153,7 @@ rule compile.c++.pch ( targets * : sourc + } + + actions compile.c++.pch { +- rm -f "$(<)" && "$(CONFIG_COMMAND)" -x c++-header $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -emit-pth -o "$(<)" "$(>)" ++ rm -f "$(<)" && "$(CONFIG_COMMAND)" -x c++-header $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -emit-pch -o "$(<)" "$(>)" + } + + rule compile.c.pch ( targets * : sources * : properties * ) { +@@ -164,7 +164,7 @@ rule compile.c.pch ( targets * : sources + + actions compile.c.pch + { +- rm -f "$(<)" && "$(CONFIG_COMMAND)" -x c-header $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -emit-pth -o "$(<)" "$(>)" ++ rm -f "$(<)" && "$(CONFIG_COMMAND)" -x c-header $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -emit-pch -o "$(<)" "$(>)" + } + + ############################################################################### Modified: head/devel/boost-libs/pkg-plist ============================================================================== --- head/devel/boost-libs/pkg-plist Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-libs/pkg-plist Tue May 2 02:51:15 2017 (r439922) @@ -163,7 +163,9 @@ include/boost/algorithm/string_regex.hpp include/boost/align.hpp include/boost/align/align.hpp include/boost/align/align_down.hpp +include/boost/align/align_down_forward.hpp include/boost/align/align_up.hpp +include/boost/align/align_up_forward.hpp include/boost/align/aligned_alloc.hpp include/boost/align/aligned_allocator.hpp include/boost/align/aligned_allocator_adaptor.hpp @@ -206,6 +208,7 @@ include/boost/align/detail/max_objects.h include/boost/align/detail/max_size.hpp include/boost/align/detail/min_size.hpp include/boost/align/is_aligned.hpp +include/boost/align/is_aligned_forward.hpp include/boost/aligned_storage.hpp include/boost/any.hpp include/boost/archive/archive_exception.hpp @@ -441,7 +444,6 @@ include/boost/asio/detail/kqueue_reactor include/boost/asio/detail/limits.hpp include/boost/asio/detail/local_free_on_block_exit.hpp include/boost/asio/detail/macos_fenced_block.hpp -include/boost/asio/detail/memory.hpp include/boost/asio/detail/mutex.hpp include/boost/asio/detail/noncopyable.hpp include/boost/asio/detail/null_event.hpp @@ -507,7 +509,6 @@ include/boost/asio/detail/socket_types.h include/boost/asio/detail/solaris_fenced_block.hpp include/boost/asio/detail/static_mutex.hpp include/boost/asio/detail/std_event.hpp -include/boost/asio/detail/std_fenced_block.hpp include/boost/asio/detail/std_mutex.hpp include/boost/asio/detail/std_static_mutex.hpp include/boost/asio/detail/std_thread.hpp @@ -1405,6 +1406,7 @@ include/boost/container/detail/dispatch_ include/boost/container/detail/dlmalloc.hpp include/boost/container/detail/flat_tree.hpp include/boost/container/detail/function_detector.hpp +include/boost/container/detail/hash_table.hpp include/boost/container/detail/is_sorted.hpp include/boost/container/detail/iterator.hpp include/boost/container/detail/iterator_to_raw_pointer.hpp @@ -1474,7 +1476,6 @@ include/boost/container/uses_allocator.h include/boost/container/uses_allocator_fwd.hpp include/boost/container/vector.hpp include/boost/context/all.hpp -include/boost/context/continuation.hpp include/boost/context/detail/apply.hpp include/boost/context/detail/config.hpp include/boost/context/detail/disable_overload.hpp @@ -1501,7 +1502,6 @@ include/boost/context/execution_context_ include/boost/context/fixedsize_stack.hpp include/boost/context/flags.hpp include/boost/context/pooled_fixedsize_stack.hpp -include/boost/context/posix/fixedsize_stack.hpp include/boost/context/posix/protected_fixedsize_stack.hpp include/boost/context/posix/segmented_stack.hpp include/boost/context/preallocated.hpp @@ -1509,7 +1509,6 @@ include/boost/context/protected_fixedsiz include/boost/context/segmented_stack.hpp include/boost/context/stack_context.hpp include/boost/context/stack_traits.hpp -include/boost/context/windows/fixedsize_stack.hpp include/boost/context/windows/protected_fixedsize_stack.hpp include/boost/convert.hpp include/boost/convert/base.hpp @@ -1589,20 +1588,19 @@ include/boost/coroutine2/detail/create_c include/boost/coroutine2/detail/decay_copy.hpp include/boost/coroutine2/detail/disable_overload.hpp include/boost/coroutine2/detail/forced_unwind.hpp -include/boost/coroutine2/detail/pull_control_block_cc.hpp -include/boost/coroutine2/detail/pull_control_block_cc.ipp include/boost/coroutine2/detail/pull_control_block_ecv1.hpp include/boost/coroutine2/detail/pull_control_block_ecv1.ipp +include/boost/coroutine2/detail/pull_control_block_ecv2.hpp +include/boost/coroutine2/detail/pull_control_block_ecv2.ipp include/boost/coroutine2/detail/pull_coroutine.hpp include/boost/coroutine2/detail/pull_coroutine.ipp -include/boost/coroutine2/detail/push_control_block_cc.hpp -include/boost/coroutine2/detail/push_control_block_cc.ipp include/boost/coroutine2/detail/push_control_block_ecv1.hpp include/boost/coroutine2/detail/push_control_block_ecv1.ipp +include/boost/coroutine2/detail/push_control_block_ecv2.hpp +include/boost/coroutine2/detail/push_control_block_ecv2.ipp include/boost/coroutine2/detail/push_coroutine.hpp include/boost/coroutine2/detail/push_coroutine.ipp include/boost/coroutine2/detail/state.hpp -include/boost/coroutine2/detail/wrap.hpp include/boost/coroutine2/fixedsize_stack.hpp include/boost/coroutine2/pooled_fixedsize_stack.hpp include/boost/coroutine2/protected_fixedsize_stack.hpp @@ -1851,7 +1849,6 @@ include/boost/dll/smart_library.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp include/boost/dynamic_bitset/dynamic_bitset.hpp -include/boost/dynamic_bitset/serialization.hpp include/boost/dynamic_bitset_fwd.hpp include/boost/enable_shared_from_this.hpp include/boost/endian/arithmetic.hpp @@ -1895,17 +1892,19 @@ include/boost/exception/to_string.hpp include/boost/exception/to_string_stub.hpp include/boost/exception_ptr.hpp include/boost/fiber/algo/algorithm.hpp +include/boost/fiber/algo/detail/chase_lev_queue.hpp include/boost/fiber/algo/round_robin.hpp include/boost/fiber/algo/shared_work.hpp include/boost/fiber/algo/work_stealing.hpp include/boost/fiber/all.hpp include/boost/fiber/barrier.hpp +include/boost/fiber/bounded_channel.hpp include/boost/fiber/buffered_channel.hpp include/boost/fiber/channel_op_status.hpp include/boost/fiber/condition_variable.hpp include/boost/fiber/context.hpp include/boost/fiber/detail/config.hpp -include/boost/fiber/detail/context_spinlock_queue.hpp +include/boost/fiber/detail/context_mpsc_queue.hpp include/boost/fiber/detail/context_spmc_queue.hpp include/boost/fiber/detail/convert.hpp include/boost/fiber/detail/cpu_relax.hpp @@ -1946,11 +1945,11 @@ include/boost/fiber/scheduler.hpp include/boost/fiber/segmented_stack.hpp include/boost/fiber/timed_mutex.hpp include/boost/fiber/type.hpp +include/boost/fiber/unbounded_channel.hpp include/boost/fiber/unbuffered_channel.hpp include/boost/filesystem.hpp include/boost/filesystem/config.hpp include/boost/filesystem/convenience.hpp -include/boost/filesystem/detail/macro_value.hpp include/boost/filesystem/detail/utf8_codecvt_facet.hpp include/boost/filesystem/exception.hpp include/boost/filesystem/fstream.hpp @@ -3243,6 +3242,7 @@ include/boost/geometry/algorithms/detail include/boost/geometry/algorithms/detail/expand/segment.hpp include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp include/boost/geometry/algorithms/detail/extreme_points.hpp +include/boost/geometry/algorithms/detail/flattening.hpp include/boost/geometry/algorithms/detail/for_each_range.hpp include/boost/geometry/algorithms/detail/get_left_turns.hpp include/boost/geometry/algorithms/detail/get_max_size.hpp @@ -3419,7 +3419,6 @@ include/boost/geometry/arithmetic/arithm include/boost/geometry/arithmetic/cross_product.hpp include/boost/geometry/arithmetic/determinant.hpp include/boost/geometry/arithmetic/dot_product.hpp -include/boost/geometry/arithmetic/normalize.hpp include/boost/geometry/core/access.hpp include/boost/geometry/core/assert.hpp include/boost/geometry/core/closure.hpp @@ -3446,11 +3445,7 @@ include/boost/geometry/core/tag_cast.hpp include/boost/geometry/core/tags.hpp include/boost/geometry/core/topological_dimension.hpp include/boost/geometry/formulas/andoyer_inverse.hpp -include/boost/geometry/formulas/area_formulas.hpp include/boost/geometry/formulas/differential_quantities.hpp -include/boost/geometry/formulas/eccentricity_sqr.hpp -include/boost/geometry/formulas/flattening.hpp -include/boost/geometry/formulas/geographic.hpp include/boost/geometry/formulas/gnomonic_intersection.hpp include/boost/geometry/formulas/gnomonic_spheroid.hpp include/boost/geometry/formulas/result_direct.hpp @@ -3459,7 +3454,6 @@ include/boost/geometry/formulas/sjoberg_ include/boost/geometry/formulas/spherical.hpp include/boost/geometry/formulas/thomas_direct.hpp include/boost/geometry/formulas/thomas_inverse.hpp -include/boost/geometry/formulas/vertex_latitude.hpp include/boost/geometry/formulas/vincenty_direct.hpp include/boost/geometry/formulas/vincenty_inverse.hpp include/boost/geometry/geometries/adapted/boost_array.hpp @@ -3526,7 +3520,6 @@ include/boost/geometry/index/detail/algo include/boost/geometry/index/detail/algorithms/is_valid.hpp include/boost/geometry/index/detail/algorithms/margin.hpp include/boost/geometry/index/detail/algorithms/minmaxdist.hpp -include/boost/geometry/index/detail/algorithms/nth_element.hpp include/boost/geometry/index/detail/algorithms/path_intersection.hpp include/boost/geometry/index/detail/algorithms/segment_intersection.hpp include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp @@ -3718,12 +3711,11 @@ include/boost/geometry/strategies/agnost include/boost/geometry/strategies/agnostic/point_in_point.hpp include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp +include/boost/geometry/strategies/agnostic/relate.hpp include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp include/boost/geometry/strategies/area.hpp -include/boost/geometry/strategies/azimuth.hpp include/boost/geometry/strategies/buffer.hpp include/boost/geometry/strategies/cartesian/area_surveyor.hpp -include/boost/geometry/strategies/cartesian/azimuth.hpp include/boost/geometry/strategies/cartesian/box_in_box.hpp include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp include/boost/geometry/strategies/cartesian/buffer_end_round.hpp @@ -3733,17 +3725,15 @@ include/boost/geometry/strategies/cartes include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp include/boost/geometry/strategies/cartesian/buffer_point_square.hpp include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp +include/boost/geometry/strategies/cartesian/cart_intersect.hpp include/boost/geometry/strategies/cartesian/centroid_average.hpp include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp -include/boost/geometry/strategies/cartesian/disjoint_segment_box.hpp include/boost/geometry/strategies/cartesian/distance_projected_point.hpp include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp -include/boost/geometry/strategies/cartesian/envelope_segment.hpp -include/boost/geometry/strategies/cartesian/intersection.hpp include/boost/geometry/strategies/cartesian/point_in_box.hpp include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp @@ -3766,38 +3756,26 @@ include/boost/geometry/strategies/defaul include/boost/geometry/strategies/default_distance_result.hpp include/boost/geometry/strategies/default_length_result.hpp include/boost/geometry/strategies/default_strategy.hpp -include/boost/geometry/strategies/disjoint.hpp include/boost/geometry/strategies/distance.hpp include/boost/geometry/strategies/distance_result.hpp -include/boost/geometry/strategies/envelope.hpp -include/boost/geometry/strategies/geographic/area.hpp -include/boost/geometry/strategies/geographic/azimuth.hpp -include/boost/geometry/strategies/geographic/distance.hpp include/boost/geometry/strategies/geographic/distance_andoyer.hpp include/boost/geometry/strategies/geographic/distance_thomas.hpp include/boost/geometry/strategies/geographic/distance_vincenty.hpp -include/boost/geometry/strategies/geographic/envelope_segment.hpp -include/boost/geometry/strategies/geographic/intersection.hpp -include/boost/geometry/strategies/geographic/intersection_elliptic.hpp include/boost/geometry/strategies/geographic/mapping_ssf.hpp -include/boost/geometry/strategies/geographic/parameters.hpp -include/boost/geometry/strategies/geographic/side.hpp include/boost/geometry/strategies/geographic/side_andoyer.hpp +include/boost/geometry/strategies/geographic/side_detail.hpp include/boost/geometry/strategies/geographic/side_thomas.hpp include/boost/geometry/strategies/geographic/side_vincenty.hpp include/boost/geometry/strategies/intersection.hpp include/boost/geometry/strategies/intersection_result.hpp include/boost/geometry/strategies/intersection_strategies.hpp -include/boost/geometry/strategies/relate.hpp include/boost/geometry/strategies/side.hpp include/boost/geometry/strategies/side_info.hpp -include/boost/geometry/strategies/spherical/area.hpp -include/boost/geometry/strategies/spherical/azimuth.hpp +include/boost/geometry/strategies/spherical/area_huiller.hpp include/boost/geometry/strategies/spherical/compare_circular.hpp include/boost/geometry/strategies/spherical/distance_cross_track.hpp include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp include/boost/geometry/strategies/spherical/distance_haversine.hpp -include/boost/geometry/strategies/spherical/envelope_segment.hpp include/boost/geometry/strategies/spherical/intersection.hpp include/boost/geometry/strategies/spherical/side_by_cross_track.hpp include/boost/geometry/strategies/spherical/ssf.hpp @@ -4203,8 +4181,8 @@ include/boost/hana/detail/canonical_cons include/boost/hana/detail/concepts.hpp include/boost/hana/detail/create.hpp include/boost/hana/detail/decay.hpp +include/boost/hana/detail/dependent_on.hpp include/boost/hana/detail/dispatch_if.hpp -include/boost/hana/detail/ebo.hpp include/boost/hana/detail/fast_and.hpp include/boost/hana/detail/first_unsatisfied_index.hpp include/boost/hana/detail/has_common_embedding.hpp @@ -7353,7 +7331,6 @@ include/boost/multi_index/detail/hash_in include/boost/multi_index/detail/hash_index_iterator.hpp include/boost/multi_index/detail/hash_index_node.hpp include/boost/multi_index/detail/header_holder.hpp -include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp include/boost/multi_index/detail/index_base.hpp include/boost/multi_index/detail/index_loader.hpp include/boost/multi_index/detail/index_matcher.hpp @@ -7373,7 +7350,6 @@ include/boost/multi_index/detail/ord_ind include/boost/multi_index/detail/ord_index_ops.hpp include/boost/multi_index/detail/promotes_arg.hpp include/boost/multi_index/detail/raw_ptr.hpp -include/boost/multi_index/detail/restore_wstrict_aliasing.hpp include/boost/multi_index/detail/rnd_index_loader.hpp include/boost/multi_index/detail/rnd_index_node.hpp include/boost/multi_index/detail/rnd_index_ops.hpp @@ -8587,7 +8563,6 @@ include/boost/preprocessor/seq/cat.hpp include/boost/preprocessor/seq/detail/binary_transform.hpp include/boost/preprocessor/seq/detail/is_empty.hpp include/boost/preprocessor/seq/detail/split.hpp -include/boost/preprocessor/seq/detail/to_list_msvc.hpp include/boost/preprocessor/seq/elem.hpp include/boost/preprocessor/seq/enum.hpp include/boost/preprocessor/seq/filter.hpp @@ -8654,122 +8629,6 @@ include/boost/preprocessor/variadic/to_s include/boost/preprocessor/variadic/to_tuple.hpp include/boost/preprocessor/while.hpp include/boost/preprocessor/wstringize.hpp -include/boost/process.hpp -include/boost/process/args.hpp -include/boost/process/async.hpp -include/boost/process/async_pipe.hpp -include/boost/process/async_system.hpp -include/boost/process/child.hpp -include/boost/process/cmd.hpp -include/boost/process/detail/async_handler.hpp -include/boost/process/detail/basic_cmd.hpp -include/boost/process/detail/child_decl.hpp -include/boost/process/detail/config.hpp -include/boost/process/detail/execute_impl.hpp -include/boost/process/detail/handler.hpp -include/boost/process/detail/handler_base.hpp -include/boost/process/detail/on_exit.hpp -include/boost/process/detail/posix/asio_fwd.hpp -include/boost/process/detail/posix/async_handler.hpp -include/boost/process/detail/posix/async_in.hpp -include/boost/process/detail/posix/async_out.hpp -include/boost/process/detail/posix/async_pipe.hpp -include/boost/process/detail/posix/basic_cmd.hpp -include/boost/process/detail/posix/basic_pipe.hpp -include/boost/process/detail/posix/child_handle.hpp -include/boost/process/detail/posix/close_in.hpp -include/boost/process/detail/posix/close_out.hpp -include/boost/process/detail/posix/cmd.hpp -include/boost/process/detail/posix/compare_handles.hpp -include/boost/process/detail/posix/env_init.hpp -include/boost/process/detail/posix/environment.hpp -include/boost/process/detail/posix/exe.hpp -include/boost/process/detail/posix/executor.hpp -include/boost/process/detail/posix/fd.hpp -include/boost/process/detail/posix/file_descriptor.hpp -include/boost/process/detail/posix/file_in.hpp -include/boost/process/detail/posix/file_out.hpp -include/boost/process/detail/posix/group_handle.hpp -include/boost/process/detail/posix/group_ref.hpp -include/boost/process/detail/posix/handler.hpp -include/boost/process/detail/posix/io_service_ref.hpp -include/boost/process/detail/posix/is_running.hpp -include/boost/process/detail/posix/null_in.hpp -include/boost/process/detail/posix/null_out.hpp -include/boost/process/detail/posix/on_exit.hpp -include/boost/process/detail/posix/pipe_in.hpp -include/boost/process/detail/posix/pipe_out.hpp -include/boost/process/detail/posix/search_path.hpp -include/boost/process/detail/posix/shell_path.hpp -include/boost/process/detail/posix/signal.hpp -include/boost/process/detail/posix/start_dir.hpp -include/boost/process/detail/posix/terminate.hpp -include/boost/process/detail/posix/use_vfork.hpp -include/boost/process/detail/posix/wait_for_exit.hpp -include/boost/process/detail/posix/wait_group.hpp -include/boost/process/detail/throw_on_error.hpp -include/boost/process/detail/traits.hpp -include/boost/process/detail/traits/async.hpp -include/boost/process/detail/traits/cmd_or_exe.hpp -include/boost/process/detail/traits/decl.hpp -include/boost/process/detail/traits/env.hpp -include/boost/process/detail/traits/error.hpp -include/boost/process/detail/traits/group.hpp -include/boost/process/detail/traits/wchar_t.hpp -include/boost/process/detail/windows/asio_fwd.hpp -include/boost/process/detail/windows/async_handler.hpp -include/boost/process/detail/windows/async_in.hpp -include/boost/process/detail/windows/async_out.hpp -include/boost/process/detail/windows/async_pipe.hpp -include/boost/process/detail/windows/basic_cmd.hpp -include/boost/process/detail/windows/basic_pipe.hpp -include/boost/process/detail/windows/child_handle.hpp -include/boost/process/detail/windows/close_in.hpp -include/boost/process/detail/windows/close_out.hpp -include/boost/process/detail/windows/cmd.hpp -include/boost/process/detail/windows/compare_handles.hpp -include/boost/process/detail/windows/env_init.hpp -include/boost/process/detail/windows/environment.hpp -include/boost/process/detail/windows/executor.hpp -include/boost/process/detail/windows/file_descriptor.hpp -include/boost/process/detail/windows/file_in.hpp -include/boost/process/detail/windows/file_out.hpp -include/boost/process/detail/windows/group_handle.hpp -include/boost/process/detail/windows/group_ref.hpp -include/boost/process/detail/windows/handler.hpp -include/boost/process/detail/windows/io_service_ref.hpp -include/boost/process/detail/windows/is_running.hpp -include/boost/process/detail/windows/job_workaround.hpp -include/boost/process/detail/windows/locale.hpp -include/boost/process/detail/windows/null_in.hpp -include/boost/process/detail/windows/null_out.hpp -include/boost/process/detail/windows/on_exit.hpp -include/boost/process/detail/windows/pipe_in.hpp -include/boost/process/detail/windows/pipe_out.hpp -include/boost/process/detail/windows/search_path.hpp -include/boost/process/detail/windows/shell_path.hpp -include/boost/process/detail/windows/show_window.hpp -include/boost/process/detail/windows/start_dir.hpp -include/boost/process/detail/windows/terminate.hpp -include/boost/process/detail/windows/wait_for_exit.hpp -include/boost/process/detail/windows/wait_group.hpp -include/boost/process/env.hpp -include/boost/process/environment.hpp -include/boost/process/error.hpp -include/boost/process/exception.hpp -include/boost/process/exe.hpp -include/boost/process/extend.hpp -include/boost/process/group.hpp -include/boost/process/io.hpp -include/boost/process/locale.hpp -include/boost/process/pipe.hpp -include/boost/process/posix.hpp -include/boost/process/search_path.hpp -include/boost/process/shell.hpp -include/boost/process/spawn.hpp -include/boost/process/start_dir.hpp -include/boost/process/system.hpp -include/boost/process/windows.hpp include/boost/program_options.hpp include/boost/program_options/cmdline.hpp include/boost/program_options/config.hpp @@ -9171,7 +9030,6 @@ include/boost/python/module.hpp include/boost/python/module_init.hpp include/boost/python/numeric.hpp include/boost/python/numpy.hpp -include/boost/python/numpy/config.hpp include/boost/python/numpy/dtype.hpp include/boost/python/numpy/internal.hpp include/boost/python/numpy/invoke_matching.hpp @@ -9288,13 +9146,13 @@ include/boost/qvm/map_mat_vec.hpp include/boost/qvm/map_vec_mat.hpp include/boost/qvm/mat.hpp include/boost/qvm/mat_access.hpp +include/boost/qvm/mat_index.hpp include/boost/qvm/mat_operations.hpp include/boost/qvm/mat_operations2.hpp include/boost/qvm/mat_operations3.hpp include/boost/qvm/mat_operations4.hpp include/boost/qvm/mat_traits.hpp include/boost/qvm/mat_traits_array.hpp -include/boost/qvm/mat_traits_defaults.hpp include/boost/qvm/math.hpp include/boost/qvm/operations.hpp include/boost/qvm/quat.hpp @@ -9302,7 +9160,6 @@ include/boost/qvm/quat_access.hpp include/boost/qvm/quat_operations.hpp include/boost/qvm/quat_traits.hpp include/boost/qvm/quat_traits_array.hpp -include/boost/qvm/quat_traits_defaults.hpp include/boost/qvm/quat_vec_operations.hpp include/boost/qvm/scalar_traits.hpp include/boost/qvm/static_assert.hpp @@ -9314,6 +9171,7 @@ include/boost/qvm/throw_exception.hpp include/boost/qvm/to_string.hpp include/boost/qvm/vec.hpp include/boost/qvm/vec_access.hpp +include/boost/qvm/vec_index.hpp include/boost/qvm/vec_mat_operations.hpp include/boost/qvm/vec_mat_operations2.hpp include/boost/qvm/vec_mat_operations3.hpp @@ -9324,7 +9182,6 @@ include/boost/qvm/vec_operations3.hpp include/boost/qvm/vec_operations4.hpp include/boost/qvm/vec_traits.hpp include/boost/qvm/vec_traits_array.hpp -include/boost/qvm/vec_traits_defaults.hpp include/boost/random.hpp include/boost/random/additive_combine.hpp include/boost/random/bernoulli_distribution.hpp @@ -9339,7 +9196,6 @@ include/boost/random/detail/disable_warn include/boost/random/detail/enable_warnings.hpp include/boost/random/detail/generator_bits.hpp include/boost/random/detail/generator_seed_seq.hpp -include/boost/random/detail/int_float_pair.hpp include/boost/random/detail/integer_log2.hpp include/boost/random/detail/iterator_mixin.hpp include/boost/random/detail/large_arithmetic.hpp @@ -9656,13 +9512,10 @@ include/boost/serialization/access.hpp include/boost/serialization/archive_input_unordered_map.hpp include/boost/serialization/archive_input_unordered_set.hpp include/boost/serialization/array.hpp -include/boost/serialization/array_optimization.hpp -include/boost/serialization/array_wrapper.hpp include/boost/serialization/assume_abstract.hpp include/boost/serialization/base_object.hpp include/boost/serialization/binary_object.hpp include/boost/serialization/bitset.hpp -include/boost/serialization/boost_array.hpp include/boost/serialization/boost_unordered_map.hpp include/boost/serialization/boost_unordered_set.hpp include/boost/serialization/collection_size_type.hpp @@ -9672,6 +9525,7 @@ include/boost/serialization/collections_ include/boost/serialization/complex.hpp include/boost/serialization/config.hpp include/boost/serialization/deque.hpp +include/boost/serialization/detail/get_data.hpp include/boost/serialization/detail/is_default_constructible.hpp include/boost/serialization/detail/shared_count_132.hpp include/boost/serialization/detail/shared_ptr_132.hpp @@ -9805,6 +9659,10 @@ include/boost/signals2/variadic_slot.hpp include/boost/smart_ptr.hpp include/boost/smart_ptr/allocate_shared_array.hpp include/boost/smart_ptr/bad_weak_ptr.hpp +include/boost/smart_ptr/detail/array_allocator.hpp +include/boost/smart_ptr/detail/array_count_impl.hpp +include/boost/smart_ptr/detail/array_traits.hpp +include/boost/smart_ptr/detail/array_utility.hpp include/boost/smart_ptr/detail/atomic_count.hpp include/boost/smart_ptr/detail/atomic_count_gcc.hpp include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp @@ -9847,8 +9705,8 @@ include/boost/smart_ptr/detail/sp_counte include/boost/smart_ptr/detail/sp_disable_deprecated.hpp include/boost/smart_ptr/detail/sp_forward.hpp include/boost/smart_ptr/detail/sp_has_sync.hpp +include/boost/smart_ptr/detail/sp_if_array.hpp include/boost/smart_ptr/detail/sp_interlocked.hpp -include/boost/smart_ptr/detail/sp_noexcept.hpp include/boost/smart_ptr/detail/sp_nullptr_t.hpp include/boost/smart_ptr/detail/spinlock.hpp include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp @@ -11670,7 +11528,6 @@ include/boost/type_traits/is_void.hpp include/boost/type_traits/is_volatile.hpp include/boost/type_traits/make_signed.hpp include/boost/type_traits/make_unsigned.hpp -include/boost/type_traits/make_void.hpp include/boost/type_traits/object_traits.hpp include/boost/type_traits/promote.hpp include/boost/type_traits/rank.hpp @@ -12060,10 +11917,16 @@ include/boost/units/systems/temperature/ include/boost/units/systems/temperature/fahrenheit.hpp include/boost/units/unit.hpp include/boost/units/units_fwd.hpp +include/boost/unordered/detail/allocate.hpp +include/boost/unordered/detail/buckets.hpp +include/boost/unordered/detail/equivalent.hpp +include/boost/unordered/detail/extract_key.hpp include/boost/unordered/detail/fwd.hpp -include/boost/unordered/detail/implementation.hpp include/boost/unordered/detail/map.hpp include/boost/unordered/detail/set.hpp +include/boost/unordered/detail/table.hpp +include/boost/unordered/detail/unique.hpp +include/boost/unordered/detail/util.hpp include/boost/unordered/unordered_map.hpp include/boost/unordered/unordered_map_fwd.hpp include/boost/unordered/unordered_set.hpp Modified: head/devel/boost-python-libs/distinfo ============================================================================== --- head/devel/boost-python-libs/distinfo Tue May 2 02:46:41 2017 (r439921) +++ head/devel/boost-python-libs/distinfo Tue May 2 02:51:15 2017 (r439922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493389827 -SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 -SIZE (boost_1_64_0.tar.bz2) = 80472424 +TIMESTAMP = 1482409991 +SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 +SIZE (boost_1_63_0.tar.bz2) = 81984414 From owner-svn-ports-all@freebsd.org Tue May 2 02:52:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19AA2D576D9; Tue, 2 May 2017 02:52:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id C4F432EA; Tue, 2 May 2017 02:52:47 +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 v422qkO4008383; Tue, 2 May 2017 02:52:46 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422qkFD008381; Tue, 2 May 2017 02:52:46 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201705020252.v422qkFD008381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 2 May 2017 02:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439923 - in head: . graphics/gpu-firmware-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:52:48 -0000 Author: jmd Date: Tue May 2 02:52:46 2017 New Revision: 439923 URL: https://svnweb.freebsd.org/changeset/ports/439923 Log: graphics/gpu-firmware-kmod: update to reflect that distribution in binary form w/o license is not allowed (note in LEGAL), mark as only available for 12.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10337 Modified: head/LEGAL head/graphics/gpu-firmware-kmod/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Tue May 2 02:51:15 2017 (r439922) +++ head/LEGAL Tue May 2 02:52:46 2017 (r439923) @@ -100,6 +100,7 @@ giftool* graphics/giftool Do not redist gishdemo-* games/gish-demo (c) Copyright 2004 Chronic Logic All rights reserved gnome2/mcitymicrogui-default* x11-themes/metacity-theme-microgui Themes may contain artwork not done by the author. Keep FreeBSD safe if the theme author violated copyrights GoogleEarthLinux-* astro/google-earth Not really sure about the redistribution terms +gpu-firmware-kmod-* graphics/gpu-firmware-kmod Distribution in binary form without license file not allowed. groupoffice-com-* www/groupoffice Free for personal use only gsview* print/gsview Can only be distributed for free HeroesOfMightAndMagic-* games/HeroesOfMightAndMagic Software is commercial Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Tue May 2 02:51:15 2017 (r439922) +++ head/graphics/gpu-firmware-kmod/Makefile Tue May 2 02:52:46 2017 (r439923) @@ -3,6 +3,7 @@ PORTNAME= gpu-firmware-kmod PORTVERSION= g20170403 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -11,6 +12,8 @@ COMMENT= Firmware modules for the linuxk ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 +NO_PACKAGE= yes + USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-firmware @@ -18,4 +21,10 @@ GH_TAGNAME= b4b4257 USES= kmod -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 +IGNORE= not supported on 11.x or older, no kernel support +.endif + +.include From owner-svn-ports-all@freebsd.org Tue May 2 02:54:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 416DCD5776F; Tue, 2 May 2017 02:54:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11B95638; Tue, 2 May 2017 02:54:43 +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 v422shDI008565; Tue, 2 May 2017 02:54:43 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422sgZJ008563; Tue, 2 May 2017 02:54:42 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705020254.v422sgZJ008563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 2 May 2017 02:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439924 - head/net/py-stomp.py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:54:44 -0000 Author: wen Date: Tue May 2 02:54:42 2017 New Revision: 439924 URL: https://svnweb.freebsd.org/changeset/ports/439924 Log: - Update to 4.1.17 PR: 219004 Submitted by: james@elstone.net(maintainer) Modified: head/net/py-stomp.py/Makefile head/net/py-stomp.py/distinfo Modified: head/net/py-stomp.py/Makefile ============================================================================== --- head/net/py-stomp.py/Makefile Tue May 2 02:52:46 2017 (r439923) +++ head/net/py-stomp.py/Makefile Tue May 2 02:54:42 2017 (r439924) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stomp.py -PORTVERSION= 4.1.15 +PORTVERSION= 4.1.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-stomp.py/distinfo ============================================================================== --- head/net/py-stomp.py/distinfo Tue May 2 02:52:46 2017 (r439923) +++ head/net/py-stomp.py/distinfo Tue May 2 02:54:42 2017 (r439924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492001883 -SHA256 (stomp.py-4.1.15.tar.gz) = 276e6e0075e9ab0abaa96fe3e5848977ece92e8baef3cc093614838af038ac97 -SIZE (stomp.py-4.1.15.tar.gz) = 45655 +TIMESTAMP = 1493691925 +SHA256 (stomp.py-4.1.17.tar.gz) = 52af093b0a19a5c7093057ca0c65152fd0764afcb2b8f87815f8549b2663e021 +SIZE (stomp.py-4.1.17.tar.gz) = 46277 From owner-svn-ports-all@freebsd.org Tue May 2 03:24:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02FDAD58D85; Tue, 2 May 2017 03:24:44 +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 C82789F; Tue, 2 May 2017 03:24:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 68693b01 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 1 May 2017 21:24:41 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r439911 - head/archivers/unrar From: Adam Weinberger In-Reply-To: <20170502022920.cqdjp4d7nuu6aeuf@sg.miwi.cc> Date: Mon, 1 May 2017 21:24:39 -0600 Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201705011929.v41JTKel023811@repo.freebsd.org> <20170502022920.cqdjp4d7nuu6aeuf@sg.miwi.cc> To: Martin Wilke X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 03:24:44 -0000 > On 1 May, 2017, at 20:29, Martin Wilke wrote: >=20 > Why? >=20 > [18:27][miwi@miwi] $ ls work/unrar | grep readme > (~/dev/ports/archivers/unrar) > readme.txt There's nothing of particular value in it. It contains a quick blurb = about how to port unrar to a new platform or compile it under windows, = and (incomplete and selected) bits of the license, which sunpoet's = previous commit handled using the LICENSE framework. Alexey is right, the reason for not installing readme.txt wasn't obvious = from the commit message, but the decision not to install it was good. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Tue May 2 03:43:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63AF3D5A987; Tue, 2 May 2017 03:43:17 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3E9E3E2; Tue, 2 May 2017 03:43:17 +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 v423hGCI029246; Tue, 2 May 2017 03:43:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v423hFiL029242; Tue, 2 May 2017 03:43:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705020343.v423hFiL029242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 03:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439925 - in head: Mk mail/thunderbird/files www/firefox-esr/files www/firefox/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 03:43:17 -0000 Author: jbeich Date: Tue May 2 03:43:15 2017 New Revision: 439925 URL: https://svnweb.freebsd.org/changeset/ports/439925 Log: gecko: unbreak RUST=on with cargo >= 0.18 error[E0463]: can't find crate for `cheddar` --> media/libstagefright/binding/mp4parse_capi/build.rs:1:1 | 1 | extern crate cheddar; | ^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error fatal runtime error: failed to initiate panic, error 5 error: Could not compile `mp4parse_capi`. Caused by: process didn't exit successfully: `/usr/local/bin/rustc --crate-name build_script_build media/libstagefright/binding/mp4parse_capi/build.rs --crate-type bin --emit=dep-info,link -C opt-level=2 -C debuginfo=2 -C metadata=13cd8b0152b68b4e -C extra-filename=-13cd8b0152b68b4e--out-dir obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/build/mp4parse_capi-13cd8b0152b68b4e -L dependency=obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/deps` (exit code: 1) Build failed, waiting for other jobs to finish... error: build failed Added: head/mail/thunderbird/files/patch-bug1338655 (contents, props changed) head/www/firefox-esr/files/patch-bug1338655 (contents, props changed) head/www/firefox/files/patch-bug1338655 (contents, props changed) Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue May 2 02:54:42 2017 (r439924) +++ head/Mk/bsd.gecko.mk Tue May 2 03:43:15 2017 (r439925) @@ -391,7 +391,7 @@ post-patch-SNDIO-on: .if ${PORT_OPTIONS:MRUST} BUILD_DEPENDS+= rustc:${RUST_PORT} . if ${MOZILLA_VER:R:R} >= 51 -BUILD_DEPENDS+= cargo:devel/cargo +BUILD_DEPENDS+= cargo>=0.16.0:devel/cargo . endif RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust Added: head/mail/thunderbird/files/patch-bug1338655 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1338655 Tue May 2 03:43:15 2017 (r439925) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- mozilla/media/libstagefright/binding/mp4parse-cargo.patch ++++ mozilla/media/libstagefright/binding/mp4parse-cargo.patch +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} + +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} Added: head/www/firefox-esr/files/patch-bug1338655 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1338655 Tue May 2 03:43:15 2017 (r439925) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- media/libstagefright/binding/mp4parse-cargo.patch ++++ media/libstagefright/binding/mp4parse-cargo.patch +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} + +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} Added: head/www/firefox/files/patch-bug1338655 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1338655 Tue May 2 03:43:15 2017 (r439925) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- media/libstagefright/binding/mp4parse-cargo.patch ++++ media/libstagefright/binding/mp4parse-cargo.patch +@@ -27,12 +27,13 @@ diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml b/media/libst + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,18 +18,10 @@ exclude = [ ++@@ -18,18 +18,12 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} From owner-svn-ports-all@freebsd.org Tue May 2 04:18:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D8CD5A12B; Tue, 2 May 2017 04:18:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 14E09131; Tue, 2 May 2017 04:18:55 +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 v424IsrP041757; Tue, 2 May 2017 04:18:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v424IrA3041749; Tue, 2 May 2017 04:18:53 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201705020418.v424IrA3041749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 2 May 2017 04:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439926 - in head/devel/grpc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 04:18:55 -0000 Author: vanilla Date: Tue May 2 04:18:53 2017 New Revision: 439926 URL: https://svnweb.freebsd.org/changeset/ports/439926 Log: Update to 1.3.0. Added: head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c (contents, props changed) head/devel/grpc/files/patch-third__party_benchmark_CMakeLists.txt (contents, props changed) head/devel/grpc/files/patch-third__party_boringssl_crypto_CMakeLists.txt (contents, props changed) Deleted: head/devel/grpc/files/patch-src_core_lib_tsi_ssl__transport__security.c Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/files/patch-CMakeLists.txt head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Tue May 2 03:43:15 2017 (r439925) +++ head/devel/grpc/Makefile Tue May 2 04:18:53 2017 (r439926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.2.5 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,21 +12,28 @@ COMMENT= HTTP/2-based RPC framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= go:lang/go LIB_DEPENDS= libgflags.so:devel/gflags \ - libprotobuf.so:devel/protobuf + libprotobuf.so:devel/protobuf \ + libcares.so:dns/c-ares USE_GITHUB= yes -GH_ACCOUNT= grpc +GH_TUPLE= grpc:grpc:v${PORTVERSION} \ + boringssl:boringssl:ebcb5be:boringssl/third_party/boringssl \ + google:benchmark:v1.1.0:benchmark/third_party/benchmark -USES= cmake ssl +USES= cmake perl5 pkgconfig USE_LDCONFIG= yes -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lm +USE_PERL5= build +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lcares -lm CMAKE_ARGS= -DgRPC_ZLIB_PROVIDER:STRING="package" \ -DgRPC_PROTOBUF_PROVIDER:STRING="package" \ -DgRPC_GFLAGS_PROVIDER:STRING="package" \ - -DgRPC_SSL_PROVIDER:STRING="package" \ - -DBUILD_SHARED_LIBS=ON \ - -DBUILD_STATIC_LIBS=ON + -DgRPC_SSL_PROVIDER:STRING="module" \ + -DgRPC_CARES_PROVIDER:STRING="package" \ + -DgRPC_BENCHMARK_PROVIDER:STRING="module" \ + -DBENCHMARK_USE_LIBCXX=ON \ + -DBUILD_SHARED_LIBS=ON .include Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Tue May 2 03:43:15 2017 (r439925) +++ head/devel/grpc/distinfo Tue May 2 04:18:53 2017 (r439926) @@ -1,3 +1,7 @@ -TIMESTAMP = 1493132054 -SHA256 (grpc-grpc-v1.2.5_GH0.tar.gz) = 44b60a7d2d6108ee569f970373401b57486146bc980bf4dd8187ed052e95cb83 -SIZE (grpc-grpc-v1.2.5_GH0.tar.gz) = 4450406 +TIMESTAMP = 1493559584 +SHA256 (grpc-grpc-v1.3.0_GH0.tar.gz) = 14448d4faf0f36a4494fce476f8f2d51f31523dda2cb88221a5fa80620d48c06 +SIZE (grpc-grpc-v1.3.0_GH0.tar.gz) = 4695096 +SHA256 (boringssl-boringssl-ebcb5be_GH0.tar.gz) = 324b80025f73eba48791fdfcf82e81b4496b8a002fd985d68cca137f31d25e4c +SIZE (boringssl-boringssl-ebcb5be_GH0.tar.gz) = 5936046 +SHA256 (google-benchmark-v1.1.0_GH0.tar.gz) = e7334dd254434c6668e33a54c8f839194c7c61840d52f4b6258eee28e9f3b20e +SIZE (google-benchmark-v1.1.0_GH0.tar.gz) = 87199 Modified: head/devel/grpc/files/patch-CMakeLists.txt ============================================================================== --- head/devel/grpc/files/patch-CMakeLists.txt Tue May 2 03:43:15 2017 (r439925) +++ head/devel/grpc/files/patch-CMakeLists.txt Tue May 2 04:18:53 2017 (r439926) @@ -1,6 +1,16 @@ ---- CMakeLists.txt.orig 2017-03-20 21:16:13 UTC +--- CMakeLists.txt.orig 2017-04-27 20:59:19 UTC +++ CMakeLists.txt -@@ -145,24 +145,14 @@ if("${gRPC_PROTOBUF_PROVIDER}" STREQUAL +@@ -150,7 +150,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo + message(WARNING "gRPC_CARES_PROVIDER is \"module\" but CARES_ROOT_DIR is wrong") + endif() + elseif("${gRPC_CARES_PROVIDER}" STREQUAL "package") +- find_package(CARES) ++ find_package(PkgConfig REQUIRED) ++ pkg_search_module(CARES REQUIRED libcares) + if(TARGET CARES::CARES) + set(_gRPC_CARES_LIBRARIES CARES::CARES) + endif() +@@ -177,24 +178,14 @@ if("${gRPC_PROTOBUF_PROVIDER}" STREQUAL if(TARGET libprotoc) set(_gRPC_PROTOBUF_PROTOC_LIBRARIES libprotoc) endif() @@ -29,7 +39,7 @@ set(_gRPC_FIND_PROTOBUF "if(NOT protobuf_FOUND)\n find_package(protobuf CONFIG)\nendif()") else() find_package(Protobuf MODULE) -@@ -237,7 +227,7 @@ if(NOT MSVC) +@@ -270,7 +261,7 @@ if(NOT MSVC) endif() if(UNIX) @@ -38,7 +48,7 @@ endif() if(WIN32 AND MSVC) -@@ -283,7 +273,7 @@ function(protobuf_generate_grpc_cpp) +@@ -316,7 +307,7 @@ function(protobuf_generate_grpc_cpp) "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.grpc.pb.h" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.cc" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.h" @@ -47,7 +57,7 @@ ARGS --grpc_out=${_gRPC_PROTO_GENS_DIR} --cpp_out=${_gRPC_PROTO_GENS_DIR} --plugin=protoc-gen-grpc=$ -@@ -730,6 +720,7 @@ add_library(gpr +@@ -780,6 +771,7 @@ add_library(gpr src/core/lib/support/tmpfile_windows.c src/core/lib/support/wrap_memcpy.c ) @@ -55,47 +65,55 @@ if(WIN32 AND MSVC) set_target_properties(gpr PROPERTIES COMPILE_PDB_NAME "gpr" -@@ -1078,6 +1069,7 @@ add_library(grpc - src/core/ext/census/tracing.c +@@ -1145,6 +1137,7 @@ add_library(grpc + src/core/ext/filters/max_age/max_age_filter.c src/core/plugin_registry/grpc_plugin_registry.c ) +set_target_properties(grpc PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc PROPERTIES COMPILE_PDB_NAME "grpc" -@@ -1359,6 +1351,7 @@ add_library(grpc_cronet - src/core/ext/load_reporting/load_reporting_filter.c +@@ -1437,6 +1430,7 @@ add_library(grpc_cronet + src/core/ext/filters/load_reporting/load_reporting_filter.c src/core/plugin_registry/grpc_cronet_plugin_registry.c ) +set_target_properties(grpc_cronet PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc_cronet PROPERTIES COMPILE_PDB_NAME "grpc_cronet" -@@ -1903,6 +1896,7 @@ add_library(grpc_unsecure - src/core/ext/census/tracing.c +@@ -2011,6 +2005,7 @@ add_library(grpc_unsecure + src/core/ext/filters/max_age/max_age_filter.c src/core/plugin_registry/grpc_unsecure_plugin_registry.c ) +set_target_properties(grpc_unsecure PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc_unsecure PROPERTIES COMPILE_PDB_NAME "grpc_unsecure" -@@ -2104,6 +2098,7 @@ add_library(grpc++ - src/cpp/util/time_cc.cc +@@ -2353,6 +2348,7 @@ add_library(grpc++ + third_party/nanopb/pb_encode.c src/cpp/codegen/codegen_init.cc ) +set_target_properties(grpc++ PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++ PROPERTIES COMPILE_PDB_NAME "grpc++" -@@ -2473,6 +2468,7 @@ add_library(grpc++_cronet - third_party/nanopb/pb_decode.c - third_party/nanopb/pb_encode.c +@@ -2746,6 +2742,7 @@ add_library(grpc++_cronet + src/core/ext/census/trace_context.c + src/core/ext/census/tracing.c ) +set_target_properties(grpc++_cronet PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++_cronet PROPERTIES COMPILE_PDB_NAME "grpc++_cronet" -@@ -2694,6 +2690,7 @@ add_library(grpc++_reflection +@@ -2915,6 +2912,7 @@ add_library(grpc++_error_details + ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/status/status.grpc.pb.h + src/cpp/util/error_details.cc + ) ++set_target_properties(grpc++_error_details PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) + + if(WIN32 AND MSVC) + set_target_properties(grpc++_error_details PROPERTIES COMPILE_PDB_NAME "grpc++_error_details" +@@ -3042,6 +3040,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 ) @@ -103,15 +121,23 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_reflection PROPERTIES COMPILE_PDB_NAME "grpc++_reflection" -@@ -2961,6 +2958,7 @@ add_library(grpc++_unsecure - src/cpp/util/time_cc.cc +@@ -3169,6 +3168,7 @@ add_library(grpc++_test_util + test/cpp/util/test_credentials_provider.cc + src/cpp/codegen/codegen_init.cc + ) ++set_target_properties(grpc++_unsecure PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) + + if(WIN32 AND MSVC) + set_target_properties(grpc++_test_util PROPERTIES COMPILE_PDB_NAME "grpc++_test_util" +@@ -3450,6 +3450,7 @@ add_library(grpc++_unsecure + third_party/nanopb/pb_encode.c src/cpp/codegen/codegen_init.cc ) +set_target_properties(grpc++_unsecure PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++_unsecure PROPERTIES COMPILE_PDB_NAME "grpc++_unsecure" -@@ -3220,6 +3218,7 @@ add_library(grpc_plugin_support +@@ -3732,6 +3733,7 @@ add_library(grpc_plugin_support src/compiler/python_generator.cc src/compiler/ruby_generator.cc ) @@ -119,7 +145,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_plugin_support PROPERTIES COMPILE_PDB_NAME "grpc_plugin_support" -@@ -3697,6 +3696,7 @@ endif (gRPC_BUILD_TESTS) +@@ -4241,6 +4243,7 @@ endif (gRPC_BUILD_TESTS) add_library(grpc_csharp_ext SHARED src/csharp/ext/grpc_csharp_ext.c ) Added: head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c Tue May 2 04:18:53 2017 (r439926) @@ -0,0 +1,10 @@ +--- src/core/tsi/ssl_transport_security.c.orig 2017-05-02 03:20:57 UTC ++++ src/core/tsi/ssl_transport_security.c +@@ -35,6 +35,7 @@ + + #include + ++#include + #include + #include + Added: head/devel/grpc/files/patch-third__party_benchmark_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grpc/files/patch-third__party_benchmark_CMakeLists.txt Tue May 2 04:18:53 2017 (r439926) @@ -0,0 +1,12 @@ +--- third_party/benchmark/CMakeLists.txt.orig 2016-10-28 21:22:22 UTC ++++ third_party/benchmark/CMakeLists.txt +@@ -80,9 +80,6 @@ else() + add_cxx_compiler_flag(-Wshorten-64-to-32) + add_cxx_compiler_flag(-Wfloat-equal) + add_cxx_compiler_flag(-fstrict-aliasing) +- if (NOT BENCHMARK_USE_LIBCXX) +- add_cxx_compiler_flag(-Wzero-as-null-pointer-constant) +- endif() + if (HAVE_CXX_FLAG_FSTRICT_ALIASING) + add_cxx_compiler_flag(-Wstrict-aliasing) + endif() Added: head/devel/grpc/files/patch-third__party_boringssl_crypto_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grpc/files/patch-third__party_boringssl_crypto_CMakeLists.txt Tue May 2 04:18:53 2017 (r439926) @@ -0,0 +1,32 @@ +--- third_party/boringssl/crypto/CMakeLists.txt.orig 2017-05-01 12:40:52 UTC ++++ third_party/boringssl/crypto/CMakeLists.txt +@@ -195,29 +195,3 @@ add_executable( + + target_link_libraries(refcount_test crypto) + add_dependencies(all_tests refcount_test) +- +-# TODO(davidben): Convert the remaining tests to GTest. +-add_executable( +- crypto_test +- +- asn1/asn1_test.cc +- bio/bio_test.cc +- chacha/chacha_test.cc +- constant_time_test.cc +- curve25519/x25519_test.cc +- dh/dh_test.cc +- dsa/dsa_test.cc +- ec/ec_test.cc +- err/err_test.cc +- evp/evp_extra_test.cc +- rsa/rsa_test.cc +- +- $ +- $ +-) +- +-target_link_libraries(crypto_test crypto gtest) +-if (WIN32) +- target_link_libraries(crypto_test ws2_32) +-endif() +-add_dependencies(all_tests crypto_test) Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Tue May 2 03:43:15 2017 (r439925) +++ head/devel/grpc/pkg-plist Tue May 2 04:18:53 2017 (r439926) @@ -11,6 +11,10 @@ bin/grpc_print_google_default_creds_toke bin/grpc_python_plugin bin/grpc_ruby_plugin bin/grpc_verify_jwt +include/benchmark/benchmark.h +include/benchmark/benchmark_api.h +include/benchmark/macros.h +include/benchmark/reporter.h include/grpc++/alarm.h include/grpc++/channel.h include/grpc++/client_context.h @@ -24,6 +28,7 @@ include/grpc++/generic/generic_stub.h include/grpc++/grpc++.h include/grpc++/health_check_service_interface.h include/grpc++/impl/call.h +include/grpc++/impl/channel_argument_option.h include/grpc++/impl/client_unary_call.h include/grpc++/impl/codegen/async_stream.h include/grpc++/impl/codegen/async_unary_call.h @@ -81,6 +86,7 @@ include/grpc++/support/async_unary_call. include/grpc++/support/byte_buffer.h include/grpc++/support/channel_arguments.h include/grpc++/support/config.h +include/grpc++/support/error_details.h include/grpc++/support/slice.h include/grpc++/support/status.h include/grpc++/support/status_code_enum.h @@ -148,33 +154,39 @@ include/grpc/support/tls_pthread.h include/grpc/support/useful.h lib/cmake/gRPC/gRPCConfig.cmake lib/cmake/gRPC/gRPCConfigVersion.cmake +lib/libbenchmark.so +lib/libbenchmark.so.0 +lib/libbenchmark.so.0.0.0 lib/libgpr.so lib/libgpr.so.1 -lib/libgpr.so.1.2.5 +lib/libgpr.so.1.3.0 lib/libgrpc++.so lib/libgrpc++.so.1 -lib/libgrpc++.so.1.2.5 +lib/libgrpc++.so.1.3.0 lib/libgrpc++_cronet.so lib/libgrpc++_cronet.so.1 -lib/libgrpc++_cronet.so.1.2.5 +lib/libgrpc++_cronet.so.1.3.0 +lib/libgrpc++_error_details.so +lib/libgrpc++_error_details.so.1 +lib/libgrpc++_error_details.so.1.3.0 lib/libgrpc++_reflection.so lib/libgrpc++_reflection.so.1 -lib/libgrpc++_reflection.so.1.2.5 +lib/libgrpc++_reflection.so.1.3.0 lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.1 -lib/libgrpc++_unsecure.so.1.2.5 +lib/libgrpc++_unsecure.so.1.3.0 lib/libgrpc.so lib/libgrpc.so.1 -lib/libgrpc.so.1.2.5 +lib/libgrpc.so.1.3.0 lib/libgrpc_cronet.so lib/libgrpc_cronet.so.1 -lib/libgrpc_cronet.so.1.2.5 +lib/libgrpc_cronet.so.1.3.0 lib/libgrpc_csharp_ext.so lib/libgrpc_csharp_ext.so.1 -lib/libgrpc_csharp_ext.so.1.2.5 +lib/libgrpc_csharp_ext.so.1.3.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.1 -lib/libgrpc_plugin_support.so.1.2.5 +lib/libgrpc_plugin_support.so.1.3.0 lib/libgrpc_unsecure.so lib/libgrpc_unsecure.so.1 -lib/libgrpc_unsecure.so.1.2.5 +lib/libgrpc_unsecure.so.1.3.0 From owner-svn-ports-all@freebsd.org Tue May 2 05:02:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A49A3D5ACC0; Tue, 2 May 2017 05:02:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 74DD3C4A; Tue, 2 May 2017 05:02:53 +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 v4252qOR061529; Tue, 2 May 2017 05:02:52 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4252qbn061527; Tue, 2 May 2017 05:02:52 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201705020502.v4252qbn061527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 2 May 2017 05:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439927 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 05:02:53 -0000 Author: lwhsu Date: Tue May 2 05:02:52 2017 New Revision: 439927 URL: https://svnweb.freebsd.org/changeset/ports/439927 Log: - Update to 2.58 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue May 2 04:18:53 2017 (r439926) +++ head/devel/jenkins/Makefile Tue May 2 05:02:52 2017 (r439927) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.57 +PORTVERSION= 2.58 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue May 2 04:18:53 2017 (r439926) +++ head/devel/jenkins/distinfo Tue May 2 05:02:52 2017 (r439927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493264495 -SHA256 (jenkins/2.57/jenkins.war) = 5d7a66864d0941629e1fb8ef82ed98a38e54da39f4a9f3ca31561d573e18b2a5 -SIZE (jenkins/2.57/jenkins.war) = 70476328 +TIMESTAMP = 1493701123 +SHA256 (jenkins/2.58/jenkins.war) = 3b296f499cbe5bc7314600a984747cf99490c6e14e6394d53f95c97c956a45fc +SIZE (jenkins/2.58/jenkins.war) = 70604041 From owner-svn-ports-all@freebsd.org Tue May 2 05:26:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A11AFD596C9; Tue, 2 May 2017 05:26:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 678011870; Tue, 2 May 2017 05:26:46 +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 v425Qj8b070974; Tue, 2 May 2017 05:26:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v425Qeha070927; Tue, 2 May 2017 05:26:40 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705020526.v425Qeha070927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 2 May 2017 05:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439928 - in head: audio/snd benchmarks/flowgrind biology/bcftools comms/gnuradio editors/calligra graphics/amide graphics/amide/files graphics/enblend graphics/inkscape graphics/lumina... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 05:26:46 -0000 Author: tcberner Date: Tue May 2 05:26:40 2017 New Revision: 439928 URL: https://svnweb.freebsd.org/changeset/ports/439928 Log: Update math/gsl to 2.3 This release introduces some new features and fixes several bugs: http://savannah.gnu.org/forum/forum.php?forum_id=8751 * update to 2.3 and take maintainership * update math/py-gsl to 2.2.0 for gsl2 support * update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support PR: 218952 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10522 Added: head/graphics/amide/files/patch-gsl_2x (contents, props changed) head/math/orpie/files/patch-gsl_mlgsl__sf.c (contents, props changed) head/math/qtiplot/files/patch-archgit_c5e8e49 (contents, props changed) head/science/kst2/files/patch-git_a9d24f9 (contents, props changed) Modified: head/audio/snd/Makefile head/benchmarks/flowgrind/Makefile head/biology/bcftools/Makefile head/comms/gnuradio/Makefile head/editors/calligra/Makefile head/graphics/amide/Makefile head/graphics/enblend/Makefile head/graphics/inkscape/Makefile head/graphics/luminance-qt5/Makefile head/graphics/luminance/Makefile head/graphics/nip2/Makefile head/graphics/pfstmo/Makefile head/graphics/qgis/Makefile head/graphics/xaos/Makefile head/lang/algol68g/Makefile head/mail/bogofilter/Makefile head/math/asymptote/Makefile head/math/dieharder/Makefile head/math/fflas-ffpack/Makefile head/math/giacxcas/Makefile head/math/gsl/Makefile head/math/gsl/distinfo head/math/gsl/pkg-plist head/math/labplot/Makefile head/math/ocamlgsl/Makefile head/math/octave-forge-gsl/Makefile head/math/orpie/Makefile head/math/p5-Math-GSL/Makefile head/math/p5-Math-GSL/pkg-plist head/math/pspp/Makefile head/math/py-gsl/Makefile head/math/py-gsl/distinfo head/math/qtiplot/Makefile head/math/rubygem-rb-gsl/Makefile head/math/rubygem-rb-gsl/distinfo head/science/afni/Makefile head/science/fisicalab/Makefile head/science/getdp/Makefile head/science/gnudatalanguage/Makefile head/science/kst2/Makefile head/science/py-mlpy/Makefile head/science/step/Makefile Modified: head/audio/snd/Makefile ============================================================================== --- head/audio/snd/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/audio/snd/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= snd PORTVERSION= 15.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ SF Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/benchmarks/flowgrind/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= flowgrind PORTVERSION= 0.8.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= benchmarks Modified: head/biology/bcftools/Makefile ============================================================================== --- head/biology/bcftools/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/biology/bcftools/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= bcftools PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= cartwright@asu.edu Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/comms/gnuradio/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/editors/calligra/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} Modified: head/graphics/amide/Makefile ============================================================================== --- head/graphics/amide/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/amide/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,7 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF Added: head/graphics/amide/files/patch-gsl_2x ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/amide/files/patch-gsl_2x Tue May 2 05:26:40 2017 (r439928) @@ -0,0 +1,44 @@ +Obtained from: +https://sourceforge.net/p/amide/mailman/message/34638848/ + +Description: Fix compilation against GSL >= 2.0 +Author: Gert Wollny +Last-Update: Sun, 22 Nov 2015 14:21:00 +0000 +Bug-Debian: http://bugs.debian.org/805748 + +--- src/tb_profile.c 2015-11-22 14:00:16.361526795 +0100 ++++ src/tb_profile.c 2015-11-22 14:14:58.993881660 +0100 +@@ -32,6 +32,7 @@ + #include "ui_common.h" + #ifdef AMIDE_LIBGSL_SUPPORT + #include ++#include + #endif + + +@@ -605,6 +606,7 @@ + result_t * result; + gsl_multifit_fdfsolver * solver; + gsl_matrix *covar; ++ gsl_matrix *J; + gsl_multifit_function_fdf fdf; + gsl_vector * init_p; + gint iter; +@@ -668,8 +670,16 @@ + } + while ((status == GSL_CONTINUE) && (iter < 100)); + ++#if GSL_MAJOR_VERSION > 1 ++ { ++ gsl_matrix *J = gsl_matrix_alloc (result->line->len, num_p);; ++ gsl_multifit_fdfsolver_jac(solver, J); ++ gsl_multifit_covar (J, 0.0, covar); ++ gsl_matrix_free(J); ++ } ++#else + gsl_multifit_covar (solver->J, 0.0, covar); +- ++#endif + j=0; + result->s_fit = gsl_vector_get(solver->x, j++); + result->p_fit = gsl_vector_get(solver->x, j++); Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/enblend/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/inkscape/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ \ LOCAL/kwm Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/luminance-qt5/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/luminance/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/nip2/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= nip2 PORTVERSION= 8.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/pfstmo/Makefile ============================================================================== --- head/graphics/pfstmo/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/pfstmo/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/qgis/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 2_18_7 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/graphics/xaos/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= xaos PORTVERSION= 3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics math MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} Modified: head/lang/algol68g/Makefile ============================================================================== --- head/lang/algol68g/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/lang/algol68g/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,6 +2,7 @@ PORTNAME= algol68g PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://jmvdveer.home.xs4all.nl/ Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/mail/bogofilter/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/asymptote/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.37 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/math/dieharder/Makefile ============================================================================== --- head/math/dieharder/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/dieharder/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= dieharder PORTVERSION= 3.31.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf Modified: head/math/fflas-ffpack/Makefile ============================================================================== --- head/math/fflas-ffpack/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/fflas-ffpack/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= fflas-ffpack PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://linalg.org/ LOCAL/bf Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/giacxcas/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= giacxcas DISTVERSION= 1.2.2-57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ Modified: head/math/gsl/Makefile ============================================================================== --- head/math/gsl/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/gsl/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= gsl -PORTVERSION= 1.16 -PORTREVISION= 2 +PORTVERSION= 2.3 CATEGORIES= math MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcberner@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs LICENSE= GPLv3 Modified: head/math/gsl/distinfo ============================================================================== --- head/math/gsl/distinfo Tue May 2 05:02:52 2017 (r439927) +++ head/math/gsl/distinfo Tue May 2 05:26:40 2017 (r439928) @@ -1,2 +1,3 @@ -SHA256 (gsl-1.16.tar.gz) = 73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53 -SIZE (gsl-1.16.tar.gz) = 3534080 +TIMESTAMP = 1493276070 +SHA256 (gsl-2.3.tar.gz) = 562500b789cd599b3a4f88547a7a3280538ab2ff4939504c8b4ac4ca25feadfb +SIZE (gsl-2.3.tar.gz) = 4510731 Modified: head/math/gsl/pkg-plist ============================================================================== --- head/math/gsl/pkg-plist Tue May 2 05:02:52 2017 (r439927) +++ head/math/gsl/pkg-plist Tue May 2 05:26:40 2017 (r439928) @@ -54,6 +54,7 @@ include/gsl/gsl_ieee_utils.h include/gsl/gsl_inline.h include/gsl/gsl_integration.h include/gsl/gsl_interp.h +include/gsl/gsl_interp2d.h include/gsl/gsl_linalg.h include/gsl/gsl_machine.h include/gsl/gsl_math.h @@ -82,6 +83,9 @@ include/gsl/gsl_monte_plain.h include/gsl/gsl_monte_vegas.h include/gsl/gsl_multifit.h include/gsl/gsl_multifit_nlin.h +include/gsl/gsl_multifit_nlinear.h +include/gsl/gsl_multilarge.h +include/gsl/gsl_multilarge_nlinear.h include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h include/gsl/gsl_multiset.h @@ -100,6 +104,21 @@ include/gsl/gsl_permute_float.h include/gsl/gsl_permute_int.h include/gsl/gsl_permute_long.h include/gsl/gsl_permute_long_double.h +include/gsl/gsl_permute_matrix.h +include/gsl/gsl_permute_matrix_char.h +include/gsl/gsl_permute_matrix_complex_double.h +include/gsl/gsl_permute_matrix_complex_float.h +include/gsl/gsl_permute_matrix_complex_long_double.h +include/gsl/gsl_permute_matrix_double.h +include/gsl/gsl_permute_matrix_float.h +include/gsl/gsl_permute_matrix_int.h +include/gsl/gsl_permute_matrix_long.h +include/gsl/gsl_permute_matrix_long_double.h +include/gsl/gsl_permute_matrix_short.h +include/gsl/gsl_permute_matrix_uchar.h +include/gsl/gsl_permute_matrix_uint.h +include/gsl/gsl_permute_matrix_ulong.h +include/gsl/gsl_permute_matrix_ushort.h include/gsl/gsl_permute_short.h include/gsl/gsl_permute_uchar.h include/gsl/gsl_permute_uint.h @@ -127,6 +146,7 @@ include/gsl/gsl_qrng.h include/gsl/gsl_randist.h include/gsl/gsl_rng.h include/gsl/gsl_roots.h +include/gsl/gsl_rstat.h include/gsl/gsl_sf.h include/gsl/gsl_sf_airy.h include/gsl/gsl_sf_bessel.h @@ -183,8 +203,12 @@ include/gsl/gsl_sort_vector_uchar.h include/gsl/gsl_sort_vector_uint.h include/gsl/gsl_sort_vector_ulong.h include/gsl/gsl_sort_vector_ushort.h +include/gsl/gsl_spblas.h include/gsl/gsl_specfunc.h +include/gsl/gsl_splinalg.h include/gsl/gsl_spline.h +include/gsl/gsl_spline2d.h +include/gsl/gsl_spmatrix.h include/gsl/gsl_statistics.h include/gsl/gsl_statistics_char.h include/gsl/gsl_statistics_double.h @@ -222,15 +246,15 @@ include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.so -lib/libgsl.so.0 -lib/libgsl.so.0.17.0 +lib/libgsl.so.19 +lib/libgsl.so.19.3.0 lib/libgslcblas.a lib/libgslcblas.so lib/libgslcblas.so.0 lib/libgslcblas.so.0.0.0 libdata/pkgconfig/gsl.pc -share/aclocal/gsl.m4 man/man1/gsl-config.1.gz man/man1/gsl-histogram.1.gz man/man1/gsl-randist.1.gz man/man3/gsl.3.gz +share/aclocal/gsl.m4 Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/labplot/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.4.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=-kf5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} Modified: head/math/ocamlgsl/Makefile ============================================================================== --- head/math/ocamlgsl/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/ocamlgsl/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -4,6 +4,7 @@ PORTNAME= ocaml-gsl DISTVERSIONPREFIX=v DISTVERSION= 1.19.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= michipili@gmail.com Modified: head/math/octave-forge-gsl/Makefile ============================================================================== --- head/math/octave-forge-gsl/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/octave-forge-gsl/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gsl PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/orpie/Makefile ============================================================================== --- head/math/orpie/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/orpie/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= orpie PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ Added: head/math/orpie/files/patch-gsl_mlgsl__sf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/orpie/files/patch-gsl_mlgsl__sf.c Tue May 2 05:26:40 2017 (r439928) @@ -0,0 +1,36 @@ +Obtained from: +https://sources.debian.net/src/orpie/1.5.2-1/debian/patches/gsl-fix/ + +Description: fix some incompatibilities with libgsl 2.1 +Author: Uwe Steinmann +Forwarded: not-needed + +--- gsl/mlgsl_sf.c.orig 2014-04-12 01:43:31 UTC ++++ gsl/mlgsl_sf.c +@@ -258,7 +258,8 @@ SF2(ellint_Dcomp, Double_val, GSL_MODE_v + SF3(ellint_F, Double_val, Double_val, GSL_MODE_val) + SF3(ellint_E, Double_val, Double_val, GSL_MODE_val) + SF4(ellint_P, Double_val, Double_val, Double_val, GSL_MODE_val) +-SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val) ++//SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val) ++SF3(ellint_D, Double_val, Double_val, GSL_MODE_val) + SF3(ellint_RC, Double_val, Double_val, GSL_MODE_val) + SF4(ellint_RD, Double_val, Double_val, Double_val, GSL_MODE_val) + SF4(ellint_RF, Double_val, Double_val, Double_val, GSL_MODE_val) +@@ -452,6 +453,7 @@ SF1(legendre_Q1, Double_val) + SF2(legendre_Ql, Int_val, Double_val) + + /* Associated Legendre Polynomials and Spherical Harmonics */ ++/* + SF3(legendre_Plm, Int_val, Int_val, Double_val) + CAMLprim value + ml_gsl_sf_legendre_Plm_array(value lmax, value m, value x, value result_array) +@@ -487,7 +489,7 @@ ml_gsl_sf_legendre_array_size(value lmax + ret = Val_int(gsl_ret); + CAMLreturn(ret); + } +- ++*/ + /* LOGARITHM and related functions */ + SF1(log, Double_val) + SF1(log_abs, Double_val) Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/p5-Math-GSL/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GSL/pkg-plist ============================================================================== --- head/math/p5-Math-GSL/pkg-plist Tue May 2 05:02:52 2017 (r439927) +++ head/math/p5-Math-GSL/pkg-plist Tue May 2 05:26:40 2017 (r439928) @@ -79,6 +79,8 @@ %%SITE_ARCH%%/auto/Math/GSL/MatrixComplex/MatrixComplex.so %%SITE_ARCH%%/auto/Math/GSL/Min/Min.so %%SITE_ARCH%%/auto/Math/GSL/Monte/Monte.so +%%SITE_ARCH%%/auto/Math/GSL/Multifit/Multifit.so +%%SITE_ARCH%%/auto/Math/GSL/Multilarge/Multilarge.so %%SITE_ARCH%%/auto/Math/GSL/Multimin/Multimin.so %%SITE_ARCH%%/auto/Math/GSL/Multiroots/Multiroots.so %%SITE_ARCH%%/auto/Math/GSL/NTuple/NTuple.so Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/pspp/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= pspp PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/py-gsl/Makefile ============================================================================== --- head/math/py-gsl/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/py-gsl/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gsl -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-gsl/distinfo ============================================================================== --- head/math/py-gsl/distinfo Tue May 2 05:02:52 2017 (r439927) +++ head/math/py-gsl/distinfo Tue May 2 05:26:40 2017 (r439928) @@ -1,2 +1,3 @@ -SHA256 (python/pygsl-2.1.1.tar.gz) = 3d17e6deb5433b331a567a45ff467f41e9059def76e6ef0f21d8e891498f946a -SIZE (python/pygsl-2.1.1.tar.gz) = 727636 +TIMESTAMP = 1493448013 +SHA256 (python/pygsl-2.2.0.tar.gz) = 200e7986c368cb815685e502993e5211702219e1a0bb79030d671c35df25a59e +SIZE (python/pygsl-2.2.0.tar.gz) = 983467 Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/qtiplot/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.8.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ Added: head/math/qtiplot/files/patch-archgit_c5e8e49 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-archgit_c5e8e49 Tue May 2 05:26:40 2017 (r439928) @@ -0,0 +1,37 @@ +Obtained from: +https://git.archlinux.org/svntogit/packages.git/tree/trunk/qtiplot-gsl2.patch?h=packages/qtiplot + +Description: adoptation to gsl2. +Author: Damir Islamov +Last-Update: 2015-12-04 + +--- qtiplot/src/analysis/Fit.cpp ++++ qtiplot/src/analysis/Fit.cpp +@@ -126,10 +126,12 @@ gsl_multifit_fdfsolver * Fit::fitGSL(gsl + break; + } + } +- ++ gsl_matrix *J = gsl_matrix_alloc(d_n, d_p); + if (status){ +- gsl_multifit_covar (s->J, 0.0, covar); ++ gsl_multifit_fdfsolver_jac(s, J); ++ gsl_multifit_covar (J, 0.0, covar); + iterations = 0; ++ gsl_matrix_free (J); + return s; + } + +@@ -154,9 +156,9 @@ gsl_multifit_fdfsolver * Fit::fitGSL(gsl + + status = gsl_multifit_test_delta (s->dx, s->x, d_tolerance, d_tolerance); + } while (inRange && status == GSL_CONTINUE && (int)iter < d_max_iterations); +- +- gsl_multifit_covar (s->J, 0.0, covar); +- ++ gsl_multifit_fdfsolver_jac(s, J); ++ gsl_multifit_covar (J, 0.0, covar); ++ gsl_matrix_free (J); + iterations = iter; + return s; + } Modified: head/math/rubygem-rb-gsl/Makefile ============================================================================== --- head/math/rubygem-rb-gsl/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/math/rubygem-rb-gsl/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -1,10 +1,11 @@ # Created by: Shin-ya MURAKAMI # $FreeBSD$ -PORTNAME= rb-gsl -PORTVERSION= 1.16.0.4 +PORTNAME= gsl +PORTVERSION= 2.1.0.2 CATEGORIES= math rubygems MASTER_SITES= RG +PKGNAMEPREFIX= rubygem-rb- MAINTAINER= murashin@gfd-dennou.org COMMENT= Ruby extension library for GSL (GNU Scientific Library) Modified: head/math/rubygem-rb-gsl/distinfo ============================================================================== --- head/math/rubygem-rb-gsl/distinfo Tue May 2 05:02:52 2017 (r439927) +++ head/math/rubygem-rb-gsl/distinfo Tue May 2 05:26:40 2017 (r439928) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rb-gsl-1.16.0.4.gem) = bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94 -SIZE (rubygem/rb-gsl-1.16.0.4.gem) = 588288 +TIMESTAMP = 1493451497 +SHA256 (rubygem/gsl-2.1.0.2.gem) = bb748021a950ae51a7f0eeadffbcd9b039734fcbb99a04a313ca48c4e60dd9ba +SIZE (rubygem/gsl-2.1.0.2.gem) = 735232 Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/afni/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2015.11.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology graphics MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ Modified: head/science/fisicalab/Makefile ============================================================================== --- head/science/fisicalab/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/fisicalab/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,7 +2,7 @@ PORTNAME= fisicalab PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science gnustep MASTER_SITES= SAVANNAH Modified: head/science/getdp/Makefile ============================================================================== --- head/science/getdp/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/getdp/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= getdp PORTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/gnudatalanguage/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/kst2/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,6 +3,7 @@ PORTNAME= kst DISTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/ DISTNAME= Kst-${DISTVERSION} Added: head/science/kst2/files/patch-git_a9d24f9 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/kst2/files/patch-git_a9d24f9 Tue May 2 05:26:40 2017 (r439928) @@ -0,0 +1,106 @@ +Backport of: +https://github.com/Kst-plot/kst/commit/a9d24f91057441bbd2e3ed9e7536b071121526cb + +From a9d24f91057441bbd2e3ed9e7536b071121526cb Mon Sep 17 00:00:00 2001 +From: "D. V. Wiebe" +Date: Thu, 10 Mar 2016 14:09:26 -0800 +Subject: [PATCH] GSL-2.x support. + + +--- src/plugins/fits/non_linear.h.orig 2014-02-13 09:41:44 UTC ++++ src/plugins/fits/non_linear.h +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #include "common.h" + + struct data { +@@ -100,6 +101,7 @@ bool kstfit_nonlinear( + gsl_multifit_function_fdf function; + gsl_vector_view vectorViewInitial; + gsl_matrix* pMatrixCovariance; ++ gsl_matrix* pMatrixJacobian; + struct data d; + double dXInitial[NUM_PARAMS]; + double* pInputX; +@@ -177,7 +179,16 @@ bool kstfit_nonlinear( + } + iIterations++; + } while( iStatus == GSL_CONTINUE && iIterations < MAX_NUM_ITERATIONS ); +- gsl_multifit_covar( pSolver->J, 0.0, pMatrixCovariance ); ++#if GSL_MAJOR_VERSION >= 2 ++ pMatrixJacobian = gsl_matrix_alloc( iLength, NUM_PARAMS ); ++#else ++ pMatrixJacobian = pSolver->J; ++#endif ++ if ( pMatrixJacobian != NULL ) { ++#if GSL_MAJOR_VERSION >= 2 ++ gsl_multifit_fdfsolver_jac( pSolver, pMatrixJacobian ); ++#endif ++ gsl_multifit_covar( pMatrixJacobian, 0.0, pMatrixCovariance ); + + // + // determine the fitted values... +@@ -207,7 +218,10 @@ bool kstfit_nonlinear( + scalarOutChi->setValue(gsl_blas_dnrm2( pSolver->f )); + + bReturn = true; +- ++#if GSL_MAJOR_VERSION >= 2 ++ gsl_matrix_free( pMatrixJacobian ); ++#endif ++ } + gsl_matrix_free( pMatrixCovariance ); + } + gsl_multifit_fdfsolver_free( pSolver ); +--- src/plugins/fits/non_linear_weighted.h.orig 2014-02-13 09:41:44 UTC ++++ src/plugins/fits/non_linear_weighted.h +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #include "common.h" + + struct data { +@@ -101,6 +102,7 @@ bool kstfit_nonlinear_weighted( + gsl_multifit_function_fdf function; + gsl_vector_view vectorViewInitial; + gsl_matrix* pMatrixCovariance; ++ gsl_matrix* pMatrixJacobian; + struct data d; + double dXInitial[NUM_PARAMS]; + double* pInputs[3]; +@@ -193,7 +195,17 @@ bool kstfit_nonlinear_weighted( + } + while( iStatus == GSL_CONTINUE && iIterations < MAX_NUM_ITERATIONS ); + +- gsl_multifit_covar( pSolver->J, 0.0, pMatrixCovariance ); ++#if GSL_MAJOR_VERSION >= 2 ++ pMatrixJacobian = gsl_matrix_alloc( iLength, NUM_PARAMS ); ++#else ++ pMatrixJacobian = pSolver->J; ++#endif ++ ++ if ( pMatrixJacobian != NULL ) { ++#if GSL_MAJOR_VERSION >= 2 ++ gsl_multifit_fdfsolver_jac( pSolver, pMatrixJacobian ); ++#endif ++ gsl_multifit_covar( pMatrixJacobian, 0.0, pMatrixCovariance ); + + // + // determine the fitted values... +@@ -223,7 +235,10 @@ bool kstfit_nonlinear_weighted( + scalarOutChi->setValue(gsl_blas_dnrm2( pSolver->f )); + + bReturn = true; +- ++#if GSL_VERSION_MAJOR >= 2 ++ gsl_matrix_free( pMatrixJacobian ); ++#endif ++ } + gsl_matrix_free( pMatrixCovariance ); + } + gsl_multifit_fdfsolver_free( pSolver ); Modified: head/science/py-mlpy/Makefile ============================================================================== --- head/science/py-mlpy/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/py-mlpy/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -3,7 +3,7 @@ PORTNAME= mlpy PORTVERSION= 3.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/step/Makefile ============================================================================== --- head/science/step/Makefile Tue May 2 05:02:52 2017 (r439927) +++ head/science/step/Makefile Tue May 2 05:26:40 2017 (r439928) @@ -2,7 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde kde-kde4 MAINTAINER= kde@FreeBSD.org From owner-svn-ports-all@freebsd.org Tue May 2 05:40:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89534D59BDA; Tue, 2 May 2017 05:40:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4B7F69E; Tue, 2 May 2017 05:40:55 +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 v425eske075105; Tue, 2 May 2017 05:40:54 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v425esLx075102; Tue, 2 May 2017 05:40:54 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705020540.v425esLx075102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 2 May 2017 05:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439929 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 05:40:55 -0000 Author: gerald Date: Tue May 2 05:40:53 2017 New Revision: 439929 URL: https://svnweb.freebsd.org/changeset/ports/439929 Log: As of today, USE_GCC=yes (and USE_GCC=any in most circumstances) and consequently many of the USES=compiler flavors use the canonical version of GCC as defined in Mk/bsd.default-versions.mk as well as the lang/gcc port With the "new" setup starting with GCC 5 where I have introduced lang/gcc5-devel for regular snapshots and lang/gcc5 for releases, and similarly for GCC 6 and onward, we can now leverage lang/gcc5 (and later) for most of the role that lang/gcc used to play -- and indeed as of today lang/gcc and lang/gcc5 are nearly identical short of symlinks for gcc, g++, and gfortran binaries that the former provides. So now use lang/gcc5 instead of lang/gcc whenever requested via the USE_GCC framework directly or indirectly. This is similar to how the python ports work, for example, and it allows simplifications in Mk/bsd.gcc.mk and Mk/Uses/fortran.mk and dropping LANG_GCC_IS from Mk/bsd.default-versions.mk. As a next step lang/gcc is going to become a "hull" essentially only providing those symlinks and requiring lang/gcc5 (or whatever has been set as default in Mk/bsd.default-versions.mk). Modified: head/Mk/Uses/fortran.mk head/Mk/bsd.default-versions.mk head/Mk/bsd.gcc.mk Modified: head/Mk/Uses/fortran.mk ============================================================================== --- head/Mk/Uses/fortran.mk Tue May 2 05:26:40 2017 (r439928) +++ head/Mk/Uses/fortran.mk Tue May 2 05:40:53 2017 (r439929) @@ -17,13 +17,8 @@ fortran_ARGS= gcc .if ${fortran_ARGS} == gcc _GCC_VER= ${GCC_DEFAULT:S/.//} -.if ${GCC_DEFAULT} == ${LANG_GCC_IS} -BUILD_DEPENDS+= gfortran${_GCC_VER}:lang/gcc -RUN_DEPENDS+= gfortran${_GCC_VER}:lang/gcc -.else BUILD_DEPENDS+= gfortran${_GCC_VER}:lang/gcc${_GCC_VER} RUN_DEPENDS+= gfortran${_GCC_VER}:lang/gcc${_GCC_VER} -.endif USE_BINUTILS= yes F77= gfortran${_GCC_VER} FC= gfortran${_GCC_VER} Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Tue May 2 05:26:40 2017 (r439928) +++ head/Mk/bsd.default-versions.mk Tue May 2 05:40:53 2017 (r439929) @@ -140,7 +140,4 @@ TCLTK_DEFAULT?= 8.6 # Possible values: 4, 5 VARNISH_DEFAULT?= 4 -# Version of lang/gcc. Do not override! -LANG_GCC_IS= 5 - .endif Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Tue May 2 05:26:40 2017 (r439928) +++ head/Mk/bsd.gcc.mk Tue May 2 05:40:53 2017 (r439929) @@ -144,11 +144,7 @@ _USE_GCC:= ${GCC_DEFAULT} . if ${OSVERSION} > ${_GCCVERSION_${v}_R} || !exists(/usr/bin/gcc) V:= ${_GCCVERSION_${v}_V:S/.//} _GCC_PORT_DEPENDS:= gcc${V} -. if ${_USE_GCC} == ${LANG_GCC_IS} -_GCC_PORT:= gcc -. else _GCC_PORT:= gcc${V} -. endif CC:= gcc${V} CXX:= g++${V} CPP:= cpp${V} From owner-svn-ports-all@freebsd.org Tue May 2 06:30:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4590D5A595; Tue, 2 May 2017 06:30:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE19D1D15; Tue, 2 May 2017 06:30:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v426Ukqn095285; Tue, 2 May 2017 06:30:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426Ukob095283; Tue, 2 May 2017 06:30:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705020630.v426Ukob095283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 06:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439930 - in head/www/havp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:30:48 -0000 Author: miwi Date: Tue May 2 06:30:46 2017 New Revision: 439930 URL: https://svnweb.freebsd.org/changeset/ports/439930 Log: - Fixed a error writing to the syslog PR: 21145 Submitted by: Franco Fichtner Reported by: Alexander Shursha Approved by: maintainer timeout Added: head/www/havp/files/patch-havp_logfile.cpp (contents, props changed) Modified: head/www/havp/Makefile Modified: head/www/havp/Makefile ============================================================================== --- head/www/havp/Makefile Tue May 2 05:40:53 2017 (r439929) +++ head/www/havp/Makefile Tue May 2 06:30:46 2017 (r439930) @@ -3,7 +3,7 @@ PORTNAME= havp PORTVERSION= 0.91 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ \ Added: head/www/havp/files/patch-havp_logfile.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/havp/files/patch-havp_logfile.cpp Tue May 2 06:30:46 2017 (r439930) @@ -0,0 +1,14 @@ +--- havp/logfile.cpp.orig 2016-06-27 14:16:19.640229000 +0300 ++++ havp/logfile.cpp 2016-06-27 14:25:01.272114000 +0300 +@@ -52,7 +52,10 @@ + SyslogLevel = GetSyslogLevel(); + SyslogVirusLevel = GetSyslogVirusLevel(); + +- openlog(Params::GetConfigString("SYSLOGNAME").c_str(), LOG_CONS | LOG_PID, GetSyslogFacility()); ++ // FreeBSD don't copy ident, only pointer to ident. So we need store ident itself ++ static string SyslogName; ++ SyslogName = Params::GetConfigString("SYSLOGNAME"); ++ openlog(SyslogName.c_str(), LOG_CONS | LOG_PID, GetSyslogFacility()); + + return true; + } From owner-svn-ports-all@freebsd.org Tue May 2 06:32:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78D77D5A899; Tue, 2 May 2017 06:32:45 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3098D25A; Tue, 2 May 2017 06:32:45 +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 v426WikE099324; Tue, 2 May 2017 06:32:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426WixE099323; Tue, 2 May 2017 06:32:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705020632.v426WixE099323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 06:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439931 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:32:45 -0000 Author: jbeich Date: Tue May 2 06:32:44 2017 New Revision: 439931 URL: https://svnweb.freebsd.org/changeset/ports/439931 Log: devel/boost-*: nuke to split directory history r439922 broke "svn blame" for files/patch-tools_build_src_tools_clang-linux.jam Deleted: head/devel/boost-all/ head/devel/boost-docs/ head/devel/boost-jam/ head/devel/boost-libs/ head/devel/boost-python-libs/ From owner-svn-ports-all@freebsd.org Tue May 2 06:33:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FBD0D5A90F; Tue, 2 May 2017 06:33:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3EC27388; Tue, 2 May 2017 06:33:40 +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 v426XdiJ099557; Tue, 2 May 2017 06:33:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426Xd6G099556; Tue, 2 May 2017 06:33:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705020633.v426Xd6G099556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 06:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439932 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:33:40 -0000 Author: jbeich Date: Tue May 2 06:33:39 2017 New Revision: 439932 URL: https://svnweb.freebsd.org/changeset/ports/439932 Log: devel/boost-*: partially revert r439920 (see r439922) Added: head/devel/boost-all/ - copied from r439919, head/devel/boost-all/ head/devel/boost-docs/ - copied from r439919, head/devel/boost-docs/ head/devel/boost-jam/ - copied from r439919, head/devel/boost-jam/ head/devel/boost-libs/ - copied from r439919, head/devel/boost-libs/ head/devel/boost-python-libs/ - copied from r439919, head/devel/boost-python-libs/ From owner-svn-ports-all@freebsd.org Tue May 2 06:34:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC89D5A94E; Tue, 2 May 2017 06:34:59 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C7269E; Tue, 2 May 2017 06:34:59 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v426YwEM099770; Tue, 2 May 2017 06:34:58 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426YwRi099766; Tue, 2 May 2017 06:34:58 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201705020634.v426YwRi099766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 2 May 2017 06:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439933 - in branches/2017Q2/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:34:59 -0000 Author: cmt Date: Tue May 2 06:34:57 2017 New Revision: 439933 URL: https://svnweb.freebsd.org/changeset/ports/439933 Log: MFH: r439913 mail/thunderbird: update to 52.1.0 https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/ PR: 219006 Approved by: jbeich (maintainer) Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Approved by: ports-secteam (miwi) Deleted: branches/2017Q2/mail/thunderbird/files/patch-bug1322660 Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile branches/2017Q2/mail/thunderbird-i18n/distinfo branches/2017Q2/mail/thunderbird/Makefile branches/2017Q2/mail/thunderbird/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/Makefile Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird-i18n/Makefile Tue May 2 06:34:57 2017 (r439933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.0.1 +PORTVERSION= 52.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: branches/2017Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/distinfo Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird-i18n/distinfo Tue May 2 06:34:57 2017 (r439933) @@ -1,117 +1,117 @@ -TIMESTAMP = 1492182146 -SHA256 (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 0fc0782a81939ae8d3e618162516081a6a91143701932b221dc7a5de20fabdcf -SIZE (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.0.1/ast.xpi) = af64b2e231212b45ee9369ce1fcf7c37392edc354e3c81f12279db6a097b868a -SIZE (xpi/thunderbird-i18n-52.0.1/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.0.1/be.xpi) = 33a9cdcd1fcd7837636d238a567acfaf1fd9dddae28621ba779ada3309a42f1e -SIZE (xpi/thunderbird-i18n-52.0.1/be.xpi) = 570931 -SHA256 (xpi/thunderbird-i18n-52.0.1/bg.xpi) = ed32ed033b6253ef78f02b2d31d41a7cd12a14c65258da47c347088348c64e7a -SIZE (xpi/thunderbird-i18n-52.0.1/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 6fdd4c7324f08e75c59375097c4c1ebdfa797b38df36968ae14719d5f7b9d452 -SIZE (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.0.1/br.xpi) = 100003de0c8970a3a180fd0cae2a4520dc5751472a8ee3eb1d5a416231662606 -SIZE (xpi/thunderbird-i18n-52.0.1/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 0b9bf170b8f13eeb91c28c4279b611664cf8ba0594586e43900208a4d4fd138c -SIZE (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 93b473a55ed4c282d8e7d66118be7fe0d0c998c3f0661661d6f59549bcd27ae7 -SIZE (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 579149 -SHA256 (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 70c5a3c15f40b616c395ef407078d3818a8dd0358afdebace7ab1a695c983b47 -SIZE (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 554857 -SHA256 (xpi/thunderbird-i18n-52.0.1/da.xpi) = 861bbddb9d16ccfc9b425bc85b0170779c09c4f3b39dfaa3ff1f4b102e117617 -SIZE (xpi/thunderbird-i18n-52.0.1/da.xpi) = 543334 -SHA256 (xpi/thunderbird-i18n-52.0.1/de.xpi) = 1fbf7af9b42d1a5952ee1d6c3138dae59e544f5a58d8e5e73788479b2267120d -SIZE (xpi/thunderbird-i18n-52.0.1/de.xpi) = 555743 -SHA256 (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = b1800554c2a5ae1dd42f91cc8f9c8f20dc5f49fe2f705fc3ff7754a60f99cf4c -SIZE (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.0.1/el.xpi) = 44cb14189af91e19aa2b087c8cba2d01b460f4498a943642331d67fea3edf2f8 -SIZE (xpi/thunderbird-i18n-52.0.1/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = fb3b293483bc456db764bf1ca66dc98e98998ce88e9d508a49e1c2be48fe7a82 -SIZE (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = 531233 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = dc47e69dbeb11a358acb88b5a6ad07959f1de64b96d9eb67e3ea8eb09a64d814 -SIZE (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 5a444089d0b6c9ba99a4aff9273522781e51a4455a67c645f98d076ea8f92887 -SIZE (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 0437548fec6a907618cfce5ffa7654b05942bb345fce6d280e16ed909087f646 -SIZE (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.0.1/et.xpi) = 88faa4f5d910d765e7e3758e990b7accf5432971efa2b4eb26d221b6d7ba49b3 -SIZE (xpi/thunderbird-i18n-52.0.1/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 9d93f4974044daf38c301048e57045d868fe5054b6ba157b1fbb2e281884d408 -SIZE (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 555536 -SHA256 (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 4100732602e478285143b34732397a674806f26a597d202b492a624bac706f4d -SIZE (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.0.1/fr.xpi) = b2779f8257aaff4d3e889c8380000d23b4b60b5a2c570d694867d07bd00aba63 -SIZE (xpi/thunderbird-i18n-52.0.1/fr.xpi) = 577560 -SHA256 (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 93719ced46467b9b13bbb4a9ec13e1e82124c084bb0e6dde717eaa6d36346417 -SIZE (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = dfbc5a27fca6f189bcf7bbe6a459c31f3f24617c06163d5f03f03c250e98dedb -SIZE (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 5109b924de2f1e2a2841933d45ef44db3fda5a4c9f081ca123f64c6e0fdac56f -SIZE (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.0.1/gl.xpi) = d09b3271dad710ea6fb596ed0c26c94a3760c6e1f3f64a76e8368cc4e7c0aa19 -SIZE (xpi/thunderbird-i18n-52.0.1/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.0.1/he.xpi) = 29e1734fb60fe54427a86c5442d33edb2be55495d9919a537e5cbacb02a7b40a -SIZE (xpi/thunderbird-i18n-52.0.1/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 765894566e687401ba237469db261af64d10c0db4ddf35bb6a9ff7d8a89050f1 -SIZE (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 564778 -SHA256 (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = e2fca54bd25160d7799c8187fab1bf768fce838b0f6abaf4e91e09fcb040a3d8 -SIZE (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 634366ce43ffda750daa2416fb34962e9201f6e826913574ea59c4a01b63db74 -SIZE (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = dfa2cfaed3fa783b6155c1763c242bf7f6150ead0ffc9b81597aad0e2915fc17 -SIZE (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.0.1/id.xpi) = acc56d41abdc522da128fc9cc4dcdbc42b20105f44229156042647bd34822eaf -SIZE (xpi/thunderbird-i18n-52.0.1/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.0.1/is.xpi) = dea3b6dcc9d930d5a1346308bfb2f6c55afa5f79790bc4b9908af783a0b4ab96 -SIZE (xpi/thunderbird-i18n-52.0.1/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.0.1/it.xpi) = bb462ca0274a700163a056197ac74bfccfd8249a7af51955a761f48c1e8cfece -SIZE (xpi/thunderbird-i18n-52.0.1/it.xpi) = 455407 -SHA256 (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 1b3a4cb82f30fb2c459c9b82d957c9157aad7c7b5fb3eb4d7aa0c4f1dd1327ee -SIZE (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 630052 -SHA256 (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 3a956209a9f03bcb6bb4553831de3701e6d7585829d0b400de9616825dbbe5a0 -SIZE (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.0.1/lt.xpi) = e6dd8ec6b6b45ca32b6bc6e5dcd9af3c8d06488f017c319e5d210e8242417e96 -SIZE (xpi/thunderbird-i18n-52.0.1/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 5d3b07b37964e570f659e6a7e8877a14cb0f31fbc78d9c1a256a25f37f141dd3 -SIZE (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 551103 -SHA256 (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 7f652d11c06765829e54b2947efbeab2a28520a7055bff8416ee3b4de2f2d2f4 -SIZE (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 557956 -SHA256 (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 183f7f54505e9758a7006fd05d7c5746052df32fba2f9a64e1dc6b73ab85f87d -SIZE (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = b5591cad7182b16cac8c6edee2140db6b7b6763ab1c3bb19bdd101900e1a88b2 -SIZE (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = 646567 -SHA256 (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 34561c89cf01794b0b9798f7c9b7ff1c91dc69b7413a73aa9a45a40ef3ac8ae6 -SIZE (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 17aa3a09efa5280bcffa58589e5d7b233868ceb0d1f9d40c1ae72eed3c904646 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 558223 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 210a70e2231d569189dae2e9faf2440040366b0f7574fba2fd75f29da690edd9 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 1f319506286427c5b0f0ca37928216cd0338dd94852f443fbd0fb8c5e9154bd8 -SIZE (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.0.1/ro.xpi) = b202828134d3aa0880ac205b24f2b42958d08abd2a9c8d394cd48973a703095a -SIZE (xpi/thunderbird-i18n-52.0.1/ro.xpi) = 570529 -SHA256 (xpi/thunderbird-i18n-52.0.1/ru.xpi) = ba6076ee387dbac1f911e78d03360a47fcb9e9d7e302dac29b4f91f8660f5e00 -SIZE (xpi/thunderbird-i18n-52.0.1/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.0.1/si.xpi) = 91bdcbf70a8e74921350501bd86d59b39a6936328d25747679b9b292cb2718a8 -SIZE (xpi/thunderbird-i18n-52.0.1/si.xpi) = 649010 -SHA256 (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 3054eae03bcfb3e4d5baa779fb621b5b052792aa25a8b13c7f02ff9eb386161e -SIZE (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 583881 -SHA256 (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 0ed11399cddbfc88eabb9c51609065ed56c6605006acdfa62980f3e46276711e -SIZE (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 562833 -SHA256 (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 3b933be76fc42e6bee8e501f858b33e3a69d324f9fa97b4bd75dc711a2f5a4ec -SIZE (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 4d3fa7e2f4e24760ca14324bd3552d7d2e9d31315ce4296a589c83f537aba920 -SIZE (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = c32a477bdda5cad814f446183df2fd2157eb40566e52f7ac329c71318ba09840 -SIZE (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = f8dd44dfed27bc2ff3a1d651080ba809ba451eb01b31ff4c5b40af1372fc2e4d -SIZE (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 359365e851c761a405834079e0dbd7e4e8b7c0a05452999fa1a8985e48a258df -SIZE (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 7854d30a8b6f83db5e312ce7a8f1d0f2df1debe8ae10e16e59158769f0e94fbf -SIZE (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 652854 -SHA256 (xpi/thunderbird-i18n-52.0.1/vi.xpi) = ef981e7ac35ed52ae0bd57f4893aa26679eb802eb28d1e4dcb486b2cd6a1f66e -SIZE (xpi/thunderbird-i18n-52.0.1/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 5cd323280af4670ab568ff1b16cd8dd8c62bae14a12464b9a10eac96add630d3 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 593611 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = f2509eadb69cac8b0bf1cf387284cbeb0a0e9e57abc73e171319173c0ca10020 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = 595728 +TIMESTAMP = 1493665677 +SHA256 (xpi/thunderbird-i18n-52.1.0/ar.xpi) = cd1d424120449b922d970b3fee89d753ae231354e4181a4d4700dc807504f6d1 +SIZE (xpi/thunderbird-i18n-52.1.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.1.0/ast.xpi) = d920be2b1070c04a806745a91e15ab1139d5d2e97480755dd62642bc15222c40 +SIZE (xpi/thunderbird-i18n-52.1.0/ast.xpi) = 541172 +SHA256 (xpi/thunderbird-i18n-52.1.0/be.xpi) = 9da12e3f1b9bccddddb673c7e8b613badecd2e71b28aaaccf16ea6ec4a64e095 +SIZE (xpi/thunderbird-i18n-52.1.0/be.xpi) = 570931 +SHA256 (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 151a7deaddafcdfd704abf7f933daafcc1f1465624b01a856f7c0ff02e3b8701 +SIZE (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = f281a18cbd823db0331e351f02543249b90d414f9146579b52d45f2826463403 +SIZE (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = 676900 +SHA256 (xpi/thunderbird-i18n-52.1.0/br.xpi) = b31c85a62f99cc6f8e043f52b16f977124f3ba89a0539b064b0b751910496689 +SIZE (xpi/thunderbird-i18n-52.1.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 5bb06005edc6dc5cad1836abf4bf2a79a71912a841ea5dcede9ee04c50410e3f +SIZE (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 569909 +SHA256 (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 41d2fcc1cc5aed3f6036f6337bf93aaa9b37a32e99bd9145f4921a6a927b451b +SIZE (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 579149 +SHA256 (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 28321a38846a06bed47996fe5f68c5579baa6c8804138866c307df0d26147fd5 +SIZE (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 554857 +SHA256 (xpi/thunderbird-i18n-52.1.0/da.xpi) = ee813026f6312a6f11572422f0bdac9bb866eb820d8fef917bde943747df18c1 +SIZE (xpi/thunderbird-i18n-52.1.0/da.xpi) = 543334 +SHA256 (xpi/thunderbird-i18n-52.1.0/de.xpi) = bfa9265887d64317841f85222638ec901cc95ec230670994f2231e65d4952836 +SIZE (xpi/thunderbird-i18n-52.1.0/de.xpi) = 555743 +SHA256 (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = e29a9433a9f7b9b8d17bc4be1f95ebfd2c4982fefc3ca90372ae2d627f20ad71 +SIZE (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = 584581 +SHA256 (xpi/thunderbird-i18n-52.1.0/el.xpi) = eedb7abd583f2a4b7a61f81ad79d5ff02159535faba07fc30088776e75837207 +SIZE (xpi/thunderbird-i18n-52.1.0/el.xpi) = 662964 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = b916e3be5c5529e321a8defb0397dadc45116d9d06378e86d7007d7babe9fb45 +SIZE (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = 531233 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 803d67f5d6729116b2d1d3ad619c174c122cbe57a51d36f96390f2b563405fa8 +SIZE (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 1140407c98f609ddcfeef4ad9a3538e3c68da86b3fa8a138ab042453e737645b +SIZE (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 1dad4a61a98a594304708eb8c3056463b07482210cf404a1cc5ab96736eb9c94 +SIZE (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.1.0/et.xpi) = b54d1f3692b492ae7792ee42ba6c15e668e3ea76021496464feac0414bfcae52 +SIZE (xpi/thunderbird-i18n-52.1.0/et.xpi) = 551660 +SHA256 (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 552f2943a37ec9a3f997d904bd5b852d7cdf9977f0b8fbb87b511662f944e986 +SIZE (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.1.0/fi.xpi) = aeb4bdb8cd8a5e1933b784e16ce121c6653b4aaa05c2c6f9b056309933521475 +SIZE (xpi/thunderbird-i18n-52.1.0/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.1.0/fr.xpi) = f41fde901cc9210967ec39e3d258ad568d889f07a1f2fb1e10747ef933631cf0 +SIZE (xpi/thunderbird-i18n-52.1.0/fr.xpi) = 577560 +SHA256 (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = a7e856a42d8e021f1e1385857525e5ea751ff143ff725aa15eb6e1c6b78c76cd +SIZE (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = 563631 +SHA256 (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 78aa1c4f60ffc943b4541d8ebf08a9c804c7f8c0dad3264e6f09aacb1d5c9e74 +SIZE (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 583555 +SHA256 (xpi/thunderbird-i18n-52.1.0/gd.xpi) = d27cd41dd6595ee588e18ed10736d84b2587f192b84efcaa99a172c055513f11 +SIZE (xpi/thunderbird-i18n-52.1.0/gd.xpi) = 574064 +SHA256 (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 8ea7ae7a48e45854e194ff300510a7f10fb064a68bf0c9fa5cc8c54bb860fa44 +SIZE (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.1.0/he.xpi) = 100b0da1c56554c496cf93f1489aff171a6794371e0f2336206f408dc5dbb862 +SIZE (xpi/thunderbird-i18n-52.1.0/he.xpi) = 592565 +SHA256 (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 5161640824d3cd84dafe08f7fef762dbe00c6ec0cc0ada9669c72e42869804e6 +SIZE (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 564779 +SHA256 (xpi/thunderbird-i18n-52.1.0/hu.xpi) = e8264f71facb7aa89aa73ba19253d7d37b247d01bc98399c1bfcb9749b9b8e57 +SIZE (xpi/thunderbird-i18n-52.1.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = d32e7b469905e2831a311bf3b541330b530d57d7bc618d9e2f1e01d4fdf337e2 +SIZE (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = 582241 +SHA256 (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 3fcf04ae1c549aa2408b131389bbbf7d96b3f5ae80ee51fbabcaf57f9af73581 +SIZE (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.1.0/id.xpi) = b258b88c3618cf03258e1f2a88b58ed8a9ac8d6f510cbedc65d30fd0d1833a5f +SIZE (xpi/thunderbird-i18n-52.1.0/id.xpi) = 546525 +SHA256 (xpi/thunderbird-i18n-52.1.0/is.xpi) = 9a9ac947b7fa56ad90940214a383d1a2e284f1fae723683fdc03cc5cc044a7f9 +SIZE (xpi/thunderbird-i18n-52.1.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.1.0/it.xpi) = 81439f2a46fc2fcbaba27a790d13371bb29944dbce536adf3a4bc88c57c58708 +SIZE (xpi/thunderbird-i18n-52.1.0/it.xpi) = 455407 +SHA256 (xpi/thunderbird-i18n-52.1.0/ja.xpi) = c614414408bd3ef96c0acae40c01cef76af07457f73ba3388f96ed646d0e93fb +SIZE (xpi/thunderbird-i18n-52.1.0/ja.xpi) = 630052 +SHA256 (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 3f652698258901e7dfc05751b9c44e6c6cb303b9580b8393b85aa5ba532a5145 +SIZE (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 595516 +SHA256 (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 6800858ccd1722bb805a899af954a62cff97feb6645648ee75cfcb8948628cef +SIZE (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = dc7703816f06360432c9f7d69eb4db6524db38605bb43dc33fa61be0582ada08 +SIZE (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = 551103 +SHA256 (xpi/thunderbird-i18n-52.1.0/nl.xpi) = cc1bf83672eba56775988c6671ac0101330df302ff7d3b34e3f8d84a3486ee2a +SIZE (xpi/thunderbird-i18n-52.1.0/nl.xpi) = 557956 +SHA256 (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 557458360291cf1b69634329b58e9f8d59f0e235ea23fe04c83692784aa05956 +SIZE (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = a7fbb749c6222a020cc50ddd11428c16c3fc9b1349b757426b9d2e2204e2356d +SIZE (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = 646568 +SHA256 (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 0ecfed322da41c4e6b21a7fab03d61a2436f0f4e0898928f19eac28b52da8a05 +SIZE (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = d5b5bec393b299367610794958ac2d7bef54ad2cc9a29ca2559c8c230bf6564b +SIZE (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = 558223 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 998587a0074de0b0a26206c7de2cb83ff5bebd194e7ce184783fcc2d58eefe97 +SIZE (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 565623 +SHA256 (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 33a1c4dc8cee63c7640f7b492c171015b391f88b2629660b83845726925d1604 +SIZE (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 557604 +SHA256 (xpi/thunderbird-i18n-52.1.0/ro.xpi) = f59e4ac38e6f60808bc7552da66a74a9b059f3e6fd8d1aef2999cac3b157de5a +SIZE (xpi/thunderbird-i18n-52.1.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.1.0/ru.xpi) = d152fa89d2e6769b00ef8a7c04debc6da8e8a7013a5faf92038651a99172bec9 +SIZE (xpi/thunderbird-i18n-52.1.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.1.0/si.xpi) = f4d0a47bef66689b53506078e961547c0100e7104a5960c9eec2341facad27d5 +SIZE (xpi/thunderbird-i18n-52.1.0/si.xpi) = 649009 +SHA256 (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 5d57f3e86f4e19daf5fa0fc5cb63aaff646d4cbd47a742c04ba77259c25dffb7 +SIZE (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 583881 +SHA256 (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 56dda066bd8e6367351d0790a2765a05813bf19b65aeab27cbdc133609a30b2c +SIZE (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 562830 +SHA256 (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 8a2773b55f020278f658b7254dcedf0d17154b6f5d63400943cd15bf902c9019 +SIZE (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 570615 +SHA256 (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 09f3de38925c36734471ec2694094211236d1edae433280e7547ec57c8040826 +SIZE (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 609019 +SHA256 (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 5f3705d4270357b3e57fd26131155516fc51a47886a20ef143905e15334dd86a +SIZE (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = bb585f6cc8166e5445e84220cd432a99489ea898e58edcd7a0b0f2134ba73acd +SIZE (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = 675038 +SHA256 (xpi/thunderbird-i18n-52.1.0/tr.xpi) = d95eeadbf12ae6e554a7f9a1453befc6dc3530b3e441491db4ed96aa7c355463 +SIZE (xpi/thunderbird-i18n-52.1.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 124146d36b56811e02c1f6a849611e4977a2189fd95b793b71347532caf76070 +SIZE (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 652854 +SHA256 (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 8e3c84b436a9d0465507bdf42dd42c9b26d23987fd7f7a46cad8dd9f6ad0afcc +SIZE (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 637163 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = e372440fcafc54328c5df328fc22642924eec67fd05e33f8ad5a15cfdbef878b +SIZE (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = 593611 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 2ba552e364815ddebef45de1e7442add05bd81d34516a512b4f6f59b9c3cfdfa +SIZE (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 595728 Modified: branches/2017Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird/Makefile Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird/Makefile Tue May 2 06:34:57 2017 (r439933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.0.1 +DISTVERSION= 52.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source Modified: branches/2017Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird/distinfo Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird/distinfo Tue May 2 06:34:57 2017 (r439933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492181434 -SHA256 (thunderbird-52.0.1.source.tar.xz) = a1cede97e836c728d3157b9e043f3724f7aff83f92ba1f3796e9cc7299402cab -SIZE (thunderbird-52.0.1.source.tar.xz) = 228422924 +TIMESTAMP = 1493583865 +SHA256 (thunderbird-52.1.0.source.tar.xz) = c33ca35b6acd1a0dc0d0f4b1df16745a33144c5d3d3715fe05454a5e9eefd48b +SIZE (thunderbird-52.1.0.source.tar.xz) = 228493044 From owner-svn-ports-all@freebsd.org Tue May 2 06:48:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08165D5ABD5; Tue, 2 May 2017 06:48:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id A6246CF2; Tue, 2 May 2017 06:48:18 +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 v426mH5X011168; Tue, 2 May 2017 06:48:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426mBVw011104; Tue, 2 May 2017 06:48:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705020648.v426mBVw011104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 06:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439934 - in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/libosmium audio/ardour audio/ardour5 audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:48:19 -0000 Author: jbeich Date: Tue May 2 06:48:10 2017 New Revision: 439934 URL: https://svnweb.freebsd.org/changeset/ports/439934 Log: devel/boost-*: update to 1.64.0 Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Added: head/devel/boost-libs/files/patch-boost_serialization_array.hpp (contents, props changed) Deleted: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp head/devel/boost-libs/files/patch-clang-as Modified: head/archivers/innoextract/Makefile (contents, props changed) head/archivers/tardy/Makefile (contents, props changed) head/astro/libkgeomap/Makefile (contents, props changed) head/astro/libosmium/Makefile (contents, props changed) head/audio/ardour/Makefile (contents, props changed) head/audio/ardour5/Makefile (contents, props changed) head/audio/clementine-player/Makefile (contents, props changed) head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/csound6/Makefile (contents, props changed) head/audio/mp3plot/Makefile (contents, props changed) head/audio/mumble/Makefile (contents, props changed) head/audio/murmur/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/audio/patchage/Makefile (contents, props changed) head/audio/pms/Makefile (contents, props changed) head/audio/py-tagpy/Makefile (contents, props changed) head/audio/raul/Makefile (contents, props changed) head/audio/tomahawk/Makefile (contents, props changed) head/biology/seqan-apps/Makefile (contents, props changed) head/cad/freecad/Makefile (contents, props changed) head/cad/fritzing/Makefile (contents, props changed) head/cad/kicad-devel/Makefile (contents, props changed) head/cad/kicad/Makefile (contents, props changed) head/cad/librecad/Makefile (contents, props changed) head/cad/linuxcnc-devel/Makefile (contents, props changed) head/cad/openscad/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/comms/fldigi/Makefile (contents, props changed) head/comms/gnuradio/Makefile (contents, props changed) head/comms/gqrx/Makefile (contents, props changed) head/comms/gr-osmosdr/Makefile (contents, props changed) head/comms/uhd/Makefile (contents, props changed) head/comms/usrp/Makefile (contents, props changed) head/converters/osm2pgsql/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/clickhouse/Makefile (contents, props changed) head/databases/galera/Makefile (contents, props changed) head/databases/glom/Makefile (contents, props changed) head/databases/hamsterdb/Makefile (contents, props changed) head/databases/mariadb100-server/Makefile (contents, props changed) head/databases/mariadb101-server/Makefile (contents, props changed) head/databases/mariadb55-server/Makefile (contents, props changed) head/databases/mongodb34/Makefile (contents, props changed) head/databases/mysql-connector-c++/Makefile (contents, props changed) head/databases/pgrouting/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/sfcgal/Makefile (contents, props changed) head/databases/soci/Makefile (contents, props changed) head/databases/speedtables/Makefile (contents, props changed) head/databases/vsqlite/Makefile (contents, props changed) head/deskutils/easystroke/Makefile (contents, props changed) head/deskutils/gnote/Makefile (contents, props changed) head/deskutils/kdepim4-runtime/Makefile (contents, props changed) head/deskutils/kdepim4/Makefile (contents, props changed) head/deskutils/kdepimlibs4/Makefile (contents, props changed) head/deskutils/launchy/Makefile (contents, props changed) head/deskutils/pinot/Makefile (contents, props changed) head/devel/avro-cpp/Makefile (contents, props changed) head/devel/boost-all/common.mk head/devel/boost-docs/distinfo (contents, props changed) head/devel/boost-docs/pkg-plist (contents, props changed) head/devel/boost-jam/distinfo (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/distinfo (contents, props changed) head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam (contents, props changed) head/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) head/devel/boost-python-libs/distinfo (contents, props changed) head/devel/boost_build/Makefile (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/cpp-hocon/Makefile (contents, props changed) head/devel/cpp-netlib/Makefile (contents, props changed) head/devel/cpprestsdk/Makefile (contents, props changed) head/devel/eblob/Makefile (contents, props changed) head/devel/edb/Makefile (contents, props changed) head/devel/gearmand-devel/Makefile (contents, props changed) head/devel/gearmand/Makefile (contents, props changed) head/devel/kdevplatform/Makefile (contents, props changed) head/devel/leatherman/Makefile (contents, props changed) head/devel/libarea/Makefile (contents, props changed) head/devel/libclaw/Makefile (contents, props changed) head/devel/libcutl/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/devel/libftdi/Makefile (contents, props changed) head/devel/libftdi1/Makefile (contents, props changed) head/devel/libiqxmlrpc/Makefile (contents, props changed) head/devel/libkolab/Makefile (contents, props changed) head/devel/liblas/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/liborcus/Makefile (contents, props changed) head/devel/log4cxx/Makefile (contents, props changed) head/devel/love07/Makefile (contents, props changed) head/devel/love08/Makefile (contents, props changed) head/devel/love5/Makefile (contents, props changed) head/devel/luabind/Makefile (contents, props changed) head/devel/mongo-cxx-driver/Makefile (contents, props changed) head/devel/monotone/Makefile (contents, props changed) head/devel/msp430-debug-stack/Makefile (contents, props changed) head/devel/py-pyopencl/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/simgear/Makefile (contents, props changed) head/devel/smack/Makefile (contents, props changed) head/devel/srecord/Makefile (contents, props changed) head/devel/subcommander2/Makefile (contents, props changed) head/devel/synfig/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/uatraits/Makefile (contents, props changed) head/devel/umbrello/Makefile (contents, props changed) head/devel/vera++/Makefile (contents, props changed) head/devel/xmltooling/Makefile (contents, props changed) head/devel/yaml-cpp/Makefile (contents, props changed) head/dns/dnsdist/Makefile (contents, props changed) head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/editors/calligra/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/madedit/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/pdfedit/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/editors/xmlcopyeditor/Makefile (contents, props changed) head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64mk2/Makefile (contents, props changed) head/finance/kmymoney-kde4/Makefile (contents, props changed) head/finance/ledger/Makefile (contents, props changed) head/finance/moneymanagerex/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/alephone/Makefile (contents, props changed) head/games/allacrost/Makefile (contents, props changed) head/games/arx-libertatis/Makefile (contents, props changed) head/games/asc/Makefile (contents, props changed) head/games/bastet/Makefile (contents, props changed) head/games/blobby/Makefile (contents, props changed) head/games/burrtools/Makefile (contents, props changed) head/games/easyrpg-player/Makefile (contents, props changed) head/games/ember/Makefile (contents, props changed) head/games/fishsupper/Makefile (contents, props changed) head/games/flightgear/Makefile (contents, props changed) head/games/flyhard/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/galaxyhack/Makefile (contents, props changed) head/games/glob2/Makefile (contents, props changed) head/games/lander/Makefile (contents, props changed) head/games/mkhexgrid/Makefile (contents, props changed) head/games/openclonk/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) head/games/openmw/Makefile (contents, props changed) head/games/openyahtzee/Makefile (contents, props changed) head/games/pingus/Makefile (contents, props changed) head/games/plee-the-bear/Makefile (contents, props changed) head/games/pokerth/Makefile (contents, props changed) head/games/py-fife/Makefile (contents, props changed) head/games/scummvm-tools/Makefile (contents, props changed) head/games/spring/Makefile (contents, props changed) head/games/springlobby/Makefile (contents, props changed) head/games/supertux2/Makefile (contents, props changed) head/games/traingame/Makefile (contents, props changed) head/games/valyriatear/Makefile (contents, props changed) head/games/vamos/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile (contents, props changed) head/games/wesnoth/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/graphics/agave/Makefile (contents, props changed) head/graphics/appleseed/Makefile (contents, props changed) head/graphics/aqsis/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/caffe/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/colmap/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/dspdfviewer/Makefile (contents, props changed) head/graphics/enblend/Makefile (contents, props changed) head/graphics/evolvotron/Makefile (contents, props changed) head/graphics/fracplanet/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/hugin/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/kipi-plugin-gpssync/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/luminance-qt5/Makefile (contents, props changed) head/graphics/luminance/Makefile (contents, props changed) head/graphics/luxrender/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mitsuba/Makefile (contents, props changed) head/graphics/ogre3d/Makefile (contents, props changed) head/graphics/openimageio/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/panomatic/Makefile (contents, props changed) head/graphics/povray37/Makefile (contents, props changed) head/graphics/py-exiv2/Makefile (contents, props changed) head/graphics/scantailor/Makefile (contents, props changed) head/graphics/vigra/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/lang/sdcc-devel/Makefile (contents, props changed) head/lang/sdcc/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/aspcud/Makefile (contents, props changed) head/math/cadabra2/Makefile (contents, props changed) head/math/cgal/Makefile (contents, props changed) head/math/clblas/Makefile (contents, props changed) head/math/cryptominisat/Makefile (contents, props changed) head/math/dynare/Makefile (contents, props changed) head/math/fityk/Makefile (contents, props changed) head/math/freemat/Makefile (contents, props changed) head/math/kig/Makefile (contents, props changed) head/math/liborigin/Makefile (contents, props changed) head/math/mosesdecoder/Makefile (contents, props changed) head/math/pdal/Makefile (contents, props changed) head/math/rocs/Makefile (contents, props changed) head/math/stp/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/math/vowpal_wabbit/Makefile (contents, props changed) head/misc/artikulate/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/bombono/Makefile (contents, props changed) head/multimedia/cclive/Makefile (contents, props changed) head/multimedia/flvtool++/Makefile (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt5/Makefile (contents, props changed) head/multimedia/miro/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile (contents, props changed) head/multimedia/oggvideotools/Makefile (contents, props changed) head/multimedia/omxplayer/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/vdr-plugin-upnp/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/net-im/licq-icq/Makefile (contents, props changed) head/net-im/licq-jabber/Makefile (contents, props changed) head/net-im/licq-msn/Makefile (contents, props changed) head/net-im/licq-osd/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/net-im/licq/Makefile (contents, props changed) head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/icinga2/Makefile (contents, props changed) head/net-p2p/bitcoin-daemon/Makefile (contents, props changed) head/net-p2p/bitcoin-utils/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/dogecoin/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-daemon/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-gtk/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-lib/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-qt/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile (contents, props changed) head/net-p2p/libktorrent/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar-python/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/linuxdcpp/Makefile (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/namecoin/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net-p2p/zetacoin/Makefile (contents, props changed) head/net/asio/Makefile (contents, props changed) head/net/ceph-devel/Makefile (contents, props changed) head/net/grive/Makefile (contents, props changed) head/net/grive2/Makefile (contents, props changed) head/net/kdenetwork4-strigi-analyzers/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kget/Makefile (contents, props changed) head/net/libcmis/Makefile (contents, props changed) head/net/pktanon/Makefile (contents, props changed) head/net/scribe/Makefile (contents, props changed) head/net/tcpflow/Makefile (contents, props changed) head/net/xorp/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/libpagemaker/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/pdfcube/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/science/avogadro/Makefile (contents, props changed) head/science/bddsolve/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/iboview/Makefile (contents, props changed) head/science/libgeodecomp/Makefile (contents, props changed) head/science/libkml/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-postgresql/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/science/pulseview/Makefile (contents, props changed) head/security/botan110/Makefile (contents, props changed) head/security/clamfs/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/security/opensaml2/Makefile (contents, props changed) head/security/quantis/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/spass/Makefile (contents, props changed) head/sysutils/condor/Makefile (contents, props changed) head/sysutils/facter/Makefile (contents, props changed) head/sysutils/freefilesync/Makefile (contents, props changed) head/sysutils/kf5-kwallet/Makefile (contents, props changed) head/sysutils/logstalgia/Makefile (contents, props changed) head/sysutils/ori/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/textproc/clucene/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/kenlm/Makefile (contents, props changed) head/textproc/kiss-templates/Makefile (contents, props changed) head/textproc/libabw/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile (contents, props changed) head/textproc/libmwaw03/Makefile (contents, props changed) head/textproc/libodfgen01/Makefile (contents, props changed) head/textproc/librevenge/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/libwps/Makefile (contents, props changed) head/textproc/libwps03/Makefile (contents, props changed) head/textproc/luceneplusplus/Makefile (contents, props changed) head/textproc/randlm/Makefile (contents, props changed) head/textproc/source-highlight/Makefile (contents, props changed) head/textproc/xmlwrapp/Makefile (contents, props changed) head/www/anyterm/Makefile (contents, props changed) head/www/domoticz/Makefile (contents, props changed) head/www/kdewebdev4/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/wt/Makefile (contents, props changed) head/x11-toolkits/flowcanvas/Makefile (contents, props changed) head/x11/kde4-workspace/Makefile (contents, props changed) head/x11/kf5-kactivities/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/archivers/innoextract/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/archivers/tardy/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/astro/libkgeomap/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/astro/libosmium/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,6 +4,7 @@ PORTNAME= libosmium PORTVERSION= 2.12.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/ardour/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ Modified: head/audio/ardour5/Makefile ============================================================================== --- head/audio/ardour5/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/ardour5/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,6 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.8.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/clementine-player/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/cpp-xmms2/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio PKGNAMEPREFIX= cpp- Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/csound6/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/mp3plot/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/mumble/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/murmur/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/musicpd/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/ncmpcpp/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/patchage/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/pms/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/py-tagpy/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/raul/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/audio/tomahawk/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/biology/seqan-apps/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/freecad/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170310 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/fritzing/Makefile ============================================================================== --- head/cad/fritzing/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/fritzing/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ https://github.com/fritzing/fritzing-parts/archive/:parts Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/kicad-devel/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 +PORTREVISION= 2 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/kicad/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/librecad/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org Modified: head/cad/linuxcnc-devel/Makefile ============================================================================== --- head/cad/linuxcnc-devel/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/linuxcnc-devel/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20160626 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad PKGNAMESUFFIX= -devel Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/cad/openscad/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/chinese/librime/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/fldigi/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/gnuradio/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/gqrx/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,6 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.6.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/gr-osmosdr/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/uhd/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/comms/usrp/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/converters/osm2pgsql/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,6 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.92.1 +PORTREVISION= 1 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/akonadi/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/clickhouse/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -6,6 +6,7 @@ PORTVERSION= 1.1.54214 DISTVERSIONPREFIX= v #DISTVERSIONSUFFIX= -stable DISTVERSIONSUFFIX= -testing +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= proler@gmail.com @@ -19,7 +20,6 @@ LIB_DEPENDS= libtcmalloc.so:devel/google libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl \ libicudata.so:devel/icu \ - libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ libdouble-conversion.so:devel/libdouble-conversion \ @@ -38,7 +38,9 @@ BROKEN_FreeBSD_10= Builds but does not w USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes +# Bug 218841: use bundled boost 1.62 to avoid 1.64 bustage CMAKE_ARGS= -DUNBUNDLED=1 \ + -DUSE_INTERNAL_BOOST_LIBRARY=1 \ -DUSE_STATIC_LIBRARIES=0 \ -DNO_WERROR=1 \ -DENABLE_TESTS=0 \ Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/galera/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION= 25.3.5 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= https://launchpadlibrarian.net/170877450/ Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/glom/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/hamsterdb/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/mariadb100-server/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.30 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/mariadb101-server/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.22 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/mariadb55-server/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.55 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/mongodb34/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,6 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.4 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/mysql-connector-c++/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,6 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/pgrouting/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,8 +3,8 @@ PORTNAME= pgrouting PORTVERSION= 2.3.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/php5-pdo_cassandra/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases PKGNAMEPREFIX= php5- Modified: head/databases/sfcgal/Makefile ============================================================================== --- head/databases/sfcgal/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/sfcgal/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases math graphics MAINTAINER= coder@tuxfamily.org Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/soci/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/speedtables/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -4,7 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/vsqlite/Makefile ============================================================================== --- head/databases/vsqlite/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/databases/vsqlite/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/easystroke/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/gnote/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/kdepim4-runtime/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/kdepim4/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/kdepimlibs4/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/launchy/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/deskutils/pinot/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Tue May 2 06:34:57 2017 (r439933) +++ head/devel/avro-cpp/Makefile Tue May 2 06:48:10 2017 (r439934) @@ -3,7 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Tue May 2 06:34:57 2017 (r439933) +++ head/devel/boost-all/common.mk Tue May 2 06:48:10 2017 (r439934) @@ -1,5 +1,5 @@ -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Modified: head/devel/boost-docs/distinfo ============================================================================== --- head/devel/boost-docs/distinfo Tue May 2 06:34:57 2017 (r439933) +++ head/devel/boost-docs/distinfo Tue May 2 06:48:10 2017 (r439934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482409991 -SHA256 (boost_1_63_0.tar.bz2) = beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 -SIZE (boost_1_63_0.tar.bz2) = 81984414 +TIMESTAMP = 1492395735 +SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 +SIZE (boost_1_64_0.tar.bz2) = 80472424 Modified: head/devel/boost-docs/pkg-plist ============================================================================== --- head/devel/boost-docs/pkg-plist Tue May 2 06:34:57 2017 (r439933) +++ head/devel/boost-docs/pkg-plist Tue May 2 06:48:10 2017 (r439934) @@ -43,7 +43,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp929413616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp703208080.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html @@ -64,7 +64,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp929467600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp703262064.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RANDOM_MERSENNE_TWISTER_DISCARD_THRESHOLD.html @@ -73,7 +73,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG_IF_CXX11.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END_IF_CXX11.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SERIALI_idp733064912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SERIALI_idp498726400.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html @@ -83,6 +83,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FORCE_NO_RTTI_COMPATIBILITY.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_IMPLEMENT_RUNTIME_CAST.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_NO_BASE_CLASS.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_REGISTER_RUNTIME_CLASS.html @@ -93,7 +94,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp998071520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp771932256.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html @@ -143,7 +144,6 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/history.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/rationale.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/reference.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/vocabulary.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/any.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/any/reference.html @@ -179,88 +179,88 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp480607520.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp480651264.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp480653360.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp480655472.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp486424016.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495237456.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495239568.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495241584.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495243600.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495295888.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495297968.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495300048.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495302144.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp495304256.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp537735040.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538309472.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538312240.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538315008.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538317792.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538338592.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538341360.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538344128.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538346912.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538375808.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538377888.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538444016.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538446128.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538592512.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538594592.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538679200.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538683744.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538724384.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538726464.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538784672.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538786768.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538788880.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538792528.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538803856.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538805904.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538808016.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538844448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538847232.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538875296.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538903040.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538907488.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538923152.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp538925264.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp540779776.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp540782560.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480617504.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480621216.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480624960.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480631664.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480660736.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480664448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp480668208.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp486378432.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp486409824.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp486427280.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp486441664.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp495248864.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp495252528.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp495278432.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp537738304.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538324992.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538330032.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538354112.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538359104.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538559856.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538572896.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538596704.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538636704.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538652320.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538696000.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538704432.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538730192.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp538733904.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp540744352.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp540754944.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp540766672.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp540789712.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp540794704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357226976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357229072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357231184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360029104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360031872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360034640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360037424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408483232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408486000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408488768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408491552.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408520448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408522528.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410275200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410478000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410480112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410626496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410628576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410713184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410717728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410758368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410760448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410818656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410820752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410822864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410826512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410837840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410839888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410842000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410878432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410881216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410909280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410937024.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410941472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410957136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410959248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp411582640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp411585424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412926192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412928272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412930352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412932448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412934560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412938240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413023424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413054640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413056752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413058768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413060784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357193264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357196976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357200672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357207376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357236448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357240160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357243920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360044624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408474672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408498752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408503744.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410278464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410593840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410606880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410630688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410670688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410686304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410729984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410738416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410764176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410767888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411547216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411557808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411569536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411592576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411597568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412660432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412882832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412908736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413009232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413026688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413041072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413066048.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html @@ -272,7 +272,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_sq_idp495258320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_sq_idp412888624.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_mean.html @@ -287,15 +287,15 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean_of_weights.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent__idp538891824.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent__idp410925808.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumu_idp540759168.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quan_idp540772560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumu_idp411562032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quan_idp411575424.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail_idp538714976.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weig_idp538914064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail_idp410748960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weig_idp410948048.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_count.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_mean.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_sum.html @@ -318,96 +318,96 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/variance.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_covariance.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_density.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exte_idp495259888.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exte_idp495261456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exte_idp412890192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exte_idp412891760.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_p_square.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_kurtosis.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_mean.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_median.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_sq_idp538823520.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_sq_idp538834160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_sq_idp410857504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_sq_idp410868144.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peak_idp538850576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peak_idp410884560.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_skewness.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum__idp538882544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum__idp410916528.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_kahan.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_variates.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_idp538912496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_idp410946480.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_variance.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_density_median.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square_idp480675568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square_idp357251280.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extractor.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480611216.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480612848.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480614496.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480619584.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480623312.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480628656.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480635264.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480657488.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480659136.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480662816.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480666560.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp480670224.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp486382128.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp486411904.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp486443760.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp492982576.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp493041248.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp495245616.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp495247264.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp495250928.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp495254544.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp495280512.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp537741568.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp537751808.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp537763616.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538320576.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538322784.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538327824.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538332864.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538349696.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538351904.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538356944.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_ta_idp538361936.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue May 2 09:00:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A36AFD5A18D; Tue, 2 May 2017 09:00:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75474C8E; Tue, 2 May 2017 09:00:12 +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 v4290BEw063258; Tue, 2 May 2017 09:00:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4290BWU063255; Tue, 2 May 2017 09:00:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705020900.v4290BWU063255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 May 2017 09:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439935 - head/science/bodr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 09:00:12 -0000 Author: amdmi3 Date: Tue May 2 09:00:11 2017 New Revision: 439935 URL: https://svnweb.freebsd.org/changeset/ports/439935 Log: - Add LICENSE - Add NO_ARCH - Update WWW Modified: head/science/bodr/Makefile head/science/bodr/pkg-descr Modified: head/science/bodr/Makefile ============================================================================== --- head/science/bodr/Makefile Tue May 2 06:48:10 2017 (r439934) +++ head/science/bodr/Makefile Tue May 2 09:00:11 2017 (r439935) @@ -9,14 +9,18 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry data like element and isotope properties, atomic radii, etc -BUILD_DEPENDS= xsltproc:textproc/libxslt +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS +BUILD_DEPENDS= xsltproc:textproc/libxslt USES= gmake perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= PERL="${PERL}" +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ Modified: head/science/bodr/pkg-descr ============================================================================== --- head/science/bodr/pkg-descr Tue May 2 06:48:10 2017 (r439934) +++ head/science/bodr/pkg-descr Tue May 2 09:00:11 2017 (r439935) @@ -3,4 +3,4 @@ such as element and isotope properties, to original literature. Developers can use this repository to make their software interoperable. -WWW: http://blueobelisk.sourceforge.net/wiki/index.php/DataRepository +WWW: https://sourceforge.net/projects/bodr/ From owner-svn-ports-all@freebsd.org Tue May 2 10:18:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16685D577A6; Tue, 2 May 2017 10:18:06 +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 mx1.freebsd.org (Postfix) with ESMTPS id DC621D8C; Tue, 2 May 2017 10:18:05 +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 v42AI4PR095445; Tue, 2 May 2017 10:18:04 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42AI4IZ095444; Tue, 2 May 2017 10:18:04 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705021018.v42AI4IZ095444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 2 May 2017 10:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439936 - head/www/rubygem-rails5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:18:06 -0000 Author: jrm Date: Tue May 2 10:18:04 2017 New Revision: 439936 URL: https://svnweb.freebsd.org/changeset/ports/439936 Log: www/rubygem-rails5: Depend on rails5 versions of ports Approved by: swills (mentor, implicit) Modified: head/www/rubygem-rails5/Makefile Modified: head/www/rubygem-rails5/Makefile ============================================================================== --- head/www/rubygem-rails5/Makefile Tue May 2 09:00:11 2017 (r439935) +++ head/www/rubygem-rails5/Makefile Tue May 2 10:18:04 2017 (r439936) @@ -23,19 +23,19 @@ RUN_DEPENDS= rubygem-actioncable5>=5.1.0 rubygem-bundler<2.0:sysutils/rubygem-bundler \ rubygem-railties5>=5.1.0:www/rubygem-railties5 -RUN_DEPENDS+= rubygem-sprockets-rails>=2.0.0:devel/rubygem-sprockets-rails \ +RUN_DEPENDS+= rubygem-sprockets-rails-rails5>=2.0.0:devel/rubygem-sprockets-rails-rails5 \ rubygem-byebug>=9.0.6:devel/rubygem-byebug \ rubygem-coffee-rails-rails5>=4.2.1:devel/rubygem-coffee-rails-rails5 \ rubygem-coffee-script-source>=1.12.2:devel/rubygem-coffee-script-source \ rubygem-coffee-script>=2.4.1:devel/rubygem-coffee-script \ rubygem-execjs>=2.7.0:devel/rubygem-execjs \ - rubygem-jbuilder>=2.6.3:devel/rubygem-jbuilder \ + rubygem-jbuilder-rails5>=2.6.3:devel/rubygem-jbuilder-rails5 \ rubygem-jquery-rails-rails5>=4.3.1:www/rubygem-jquery-rails-rails5 \ rubygem-multi_json>=1.12.1:devel/rubygem-multi_json \ rubygem-puma>=3.8.2:www/rubygem-puma \ rubygem-sass-rails-rails5>=5.0.3:textproc/rubygem-sass-rails-rails5 \ rubygem-sass>=3.4.23:textproc/rubygem-sass \ - rubygem-spring>=2.0.1:devel/rubygem-spring \ + rubygem-spring-rails5>=2.0.1:devel/rubygem-spring-rails5 \ rubygem-sqlite3>=1.3.13:databases/rubygem-sqlite3 \ rubygem-tilt>=2.0.7:devel/rubygem-tilt \ rubygem-turbolinks-source>=5.0.0:www/rubygem-turbolinks-source \ From owner-svn-ports-all@freebsd.org Tue May 2 10:46:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC627D582BA; Tue, 2 May 2017 10:46:29 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6288C10D6; Tue, 2 May 2017 10:46:29 +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 v42AkS4L007464; Tue, 2 May 2017 10:46:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42AkSU9007460; Tue, 2 May 2017 10:46:28 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021046.v42AkSU9007460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 10:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439937 - in head/net-mgmt/nagios-plugins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:46:29 -0000 Author: mat Date: Tue May 2 10:46:27 2017 New Revision: 439937 URL: https://svnweb.freebsd.org/changeset/ports/439937 Log: Update to 2.2.1. Sponsored by: Absolight Deleted: head/net-mgmt/nagios-plugins/files/patch-plugins_check__http.c Modified: head/net-mgmt/nagios-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-plugins/distinfo (contents, props changed) head/net-mgmt/nagios-plugins/files/patch-configure (contents, props changed) Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Tue May 2 10:18:04 2017 (r439936) +++ head/net-mgmt/nagios-plugins/Makefile Tue May 2 10:46:27 2017 (r439937) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nagios-plugins -PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTVERSION= 2.2.1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ Modified: head/net-mgmt/nagios-plugins/distinfo ============================================================================== --- head/net-mgmt/nagios-plugins/distinfo Tue May 2 10:18:04 2017 (r439936) +++ head/net-mgmt/nagios-plugins/distinfo Tue May 2 10:46:27 2017 (r439937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486472062 -SHA256 (nagios-plugins-2.2.0.tar.gz) = c37b9ceadea54786799da6078c6720cea2dd408879cfb7f401bef84b808a9e1c -SIZE (nagios-plugins-2.2.0.tar.gz) = 2725282 +TIMESTAMP = 1493720605 +SHA256 (nagios-plugins-2.2.1.tar.gz) = 647c0ba4583d891c965fc29b77c4ccfeccc21f409fdf259cb8af52cb39c21e18 +SIZE (nagios-plugins-2.2.1.tar.gz) = 2728818 Modified: head/net-mgmt/nagios-plugins/files/patch-configure ============================================================================== --- head/net-mgmt/nagios-plugins/files/patch-configure Tue May 2 10:18:04 2017 (r439936) +++ head/net-mgmt/nagios-plugins/files/patch-configure Tue May 2 10:46:27 2017 (r439937) @@ -1,6 +1,6 @@ ---- configure.orig 2016-09-12 15:45:43 UTC +--- configure.orig 2017-04-19 16:03:27 UTC +++ configure -@@ -21949,7 +21949,7 @@ then +@@ -22004,7 +22004,7 @@ then $as_echo "$ac_cv_ps_command" >&6; } elif ps -axwwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \ From owner-svn-ports-all@freebsd.org Tue May 2 10:46:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06926D582DD; Tue, 2 May 2017 10:46:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id D2617113D; Tue, 2 May 2017 10:46:39 +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 v42AkcPO007673; Tue, 2 May 2017 10:46:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42AkcD5007666; Tue, 2 May 2017 10:46:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021046.v42AkcD5007666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 10:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439938 - in head/net-mgmt/nagios4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:46:40 -0000 Author: mat Date: Tue May 2 10:46:37 2017 New Revision: 439938 URL: https://svnweb.freebsd.org/changeset/ports/439938 Log: Update to 4.3.1. Sponsored by: Absolight Added: head/net-mgmt/nagios4/files/patch-html_index.php.in (contents, props changed) - copied, changed from r439937, head/net-mgmt/nagios4/files/patch-html_index.php Deleted: head/net-mgmt/nagios4/files/patch-html_index.php Modified: head/net-mgmt/nagios4/Makefile (contents, props changed) head/net-mgmt/nagios4/distinfo (contents, props changed) head/net-mgmt/nagios4/files/patch-configure (contents, props changed) head/net-mgmt/nagios4/files/patch-html_main.php (contents, props changed) head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in (contents, props changed) head/net-mgmt/nagios4/pkg-plist (contents, props changed) Modified: head/net-mgmt/nagios4/Makefile ============================================================================== --- head/net-mgmt/nagios4/Makefile Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/Makefile Tue May 2 10:46:37 2017 (r439938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.2.4 +PORTVERSION= 4.3.1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ \ @@ -74,15 +74,17 @@ NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin USERS= ${NAGIOSUSER} GROUPS= ${NAGIOSGROUP} -OPTIONS_DEFINE= NANOSLEEP UNHANDLED_HACK +OPTIONS_DEFINE= NANOSLEEP UNHANDLED_HACK COREWINDOW OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS OPTIONS_DEFAULT= NAGPLUGINS NANOSLEEP_DESC= Use nanosleep in event timing UNHANDLED_HACK_DESC= Display passive checks in unhandled queries +COREWINDOW_DESC= Enable the corewindow parameter MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins +COREWINDOW_CONFIGURE_ENABLE= corewindow OPTIONS_SUB= Modified: head/net-mgmt/nagios4/distinfo ============================================================================== --- head/net-mgmt/nagios4/distinfo Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/distinfo Tue May 2 10:46:37 2017 (r439938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482317499 -SHA256 (nagios-4.2.4.tar.gz) = b0055c475683ce50d77b1536ff0cec9abf89139adecf771601fa021ef9a20b70 -SIZE (nagios-4.2.4.tar.gz) = 11088206 +TIMESTAMP = 1493719703 +SHA256 (nagios-4.3.1.tar.gz) = dfc2f5f146eb508b2a28d28af7c338ef9eb604327efdc50142642026f7e79f82 +SIZE (nagios-4.3.1.tar.gz) = 11095797 Modified: head/net-mgmt/nagios4/files/patch-configure ============================================================================== --- head/net-mgmt/nagios4/files/patch-configure Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/files/patch-configure Tue May 2 10:46:37 2017 (r439938) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-07 16:31:10 UTC +--- configure.orig 2017-02-23 20:00:40 UTC +++ configure -@@ -4769,7 +4769,6 @@ cat >>confdefs.h <<_ACEOF +@@ -4775,7 +4775,6 @@ cat >>confdefs.h <<_ACEOF #define DEFAULT_NAGIOS_GROUP "$nagios_grp" _ACEOF @@ -8,7 +8,7 @@ -@@ -4790,7 +4789,6 @@ fi +@@ -4796,7 +4795,6 @@ fi Copied and modified: head/net-mgmt/nagios4/files/patch-html_index.php.in (from r439937, head/net-mgmt/nagios4/files/patch-html_index.php) ============================================================================== --- head/net-mgmt/nagios4/files/patch-html_index.php Tue May 2 10:46:27 2017 (r439937, copy source) +++ head/net-mgmt/nagios4/files/patch-html_index.php.in Tue May 2 10:46:37 2017 (r439938) @@ -1,5 +1,5 @@ ---- html/index.php.orig 2016-12-07 16:31:10 UTC -+++ html/index.php +--- html/index.php.in.orig 2017-02-23 20:00:40 UTC ++++ html/index.php.in @@ -1,6 +1,7 @@ Nagios® Core
Version
-
December 07, 2016
+
February 23, 2017
- - - Modified: head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in ============================================================================== --- head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in Tue May 2 10:46:37 2017 (r439938) @@ -1,6 +1,6 @@ ---- sample-config/cgi.cfg.in.orig 2016-12-07 16:31:10 UTC +--- sample-config/cgi.cfg.in.orig 2017-02-23 20:00:40 UTC +++ sample-config/cgi.cfg.in -@@ -277,7 +277,7 @@ default_statuswrl_layout=4 +@@ -270,7 +270,7 @@ default_statuswrl_layout=4 # OS and distribution, so you may have to tweak this to # work on your system. Modified: head/net-mgmt/nagios4/pkg-plist ============================================================================== --- head/net-mgmt/nagios4/pkg-plist Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/pkg-plist Tue May 2 10:46:37 2017 (r439938) @@ -376,6 +376,7 @@ %%WWWDIR%%/js/map-directive.js %%WWWDIR%%/js/map-form.js %%WWWDIR%%/js/map.js +%%WWWDIR%%/js/nag_funcs.js %%WWWDIR%%/js/nagios-decorations.js %%WWWDIR%%/js/nagios-time.js %%WWWDIR%%/js/trends-form.js @@ -404,6 +405,7 @@ %%WWWDIR%%/stylesheets/map-directive.css %%WWWDIR%%/stylesheets/map.css %%WWWDIR%%/stylesheets/ministatus.css +%%WWWDIR%%/stylesheets/nag_funcs.css %%WWWDIR%%/stylesheets/notifications.css %%WWWDIR%%/stylesheets/outages.css %%WWWDIR%%/stylesheets/showlog.css From owner-svn-ports-all@freebsd.org Tue May 2 10:46:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F63ED58303; Tue, 2 May 2017 10:46:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6119211A4; Tue, 2 May 2017 10:46:44 +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 v42Akh12007793; Tue, 2 May 2017 10:46:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Akh9Y007791; Tue, 2 May 2017 10:46:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021046.v42Akh9Y007791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 10:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439939 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:46:44 -0000 Author: mat Date: Tue May 2 10:46:43 2017 New Revision: 439939 URL: https://svnweb.freebsd.org/changeset/ports/439939 Log: Update to v5.25.12-28-gb497237. Changes: https://github.com/Perl/perl5/compare/v5.25.12-26-g63e6b12...v5.25.12-28-gb497237 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 Tue May 2 10:46:37 2017 (r439938) +++ head/lang/perl5-devel/Makefile Tue May 2 10:46:43 2017 (r439939) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.12-26-g63e6b12 +GH_TAGNAME= v5.25.12-28-gb497237 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 Tue May 2 10:46:37 2017 (r439938) +++ head/lang/perl5-devel/distinfo Tue May 2 10:46:43 2017 (r439939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493027774 -SHA256 (perl/Perl-perl5-v5.25.12-26-g63e6b12_GH0.tar.gz) = 81de55f99a66ac41b2b74c1f71bcd9e3f1374f38d391deedad8fee938fd3b362 -SIZE (perl/Perl-perl5-v5.25.12-26-g63e6b12_GH0.tar.gz) = 18483485 +TIMESTAMP = 1493721153 +SHA256 (perl/Perl-perl5-v5.25.12-28-gb497237_GH0.tar.gz) = 3e7a829a3a4064004ebb47f4953a98cfb38cfea7342dd4e0dde9a3e4138d174f +SIZE (perl/Perl-perl5-v5.25.12-28-gb497237_GH0.tar.gz) = 18479875 From owner-svn-ports-all@freebsd.org Tue May 2 10:46:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F4E6D5832E; Tue, 2 May 2017 10:46:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0B892123C; Tue, 2 May 2017 10:46:48 +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 v42AkmNU007914; Tue, 2 May 2017 10:46:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42AklwU007912; Tue, 2 May 2017 10:46:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021046.v42AklwU007912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 10:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439940 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:46:49 -0000 Author: mat Date: Tue May 2 10:46:47 2017 New Revision: 439940 URL: https://svnweb.freebsd.org/changeset/ports/439940 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) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue May 2 10:46:43 2017 (r439939) +++ head/dns/bind9-devel/Makefile Tue May 2 10:46:47 2017 (r439940) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.04.24 -HASH= 8296b23 +ISCVERSION= 9.12.0a.2017.05.01 +HASH= 1f1c7c3 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue May 2 10:46:43 2017 (r439939) +++ head/dns/bind9-devel/distinfo Tue May 2 10:46:47 2017 (r439940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493027992 -SHA256 (bind9-8296b23.tar.gz) = 300afe34be44410f1ed459bfe160d6ce4162dde9fc27bee56b2ed4c9bf495475 -SIZE (bind9-8296b23.tar.gz) = 11861757 +TIMESTAMP = 1493721722 +SHA256 (bind9-1f1c7c3.tar.gz) = b3e32a78c898782dd86220aa33dedcd43b4a2e7be4aec5fb090e4b76f97e753b +SIZE (bind9-1f1c7c3.tar.gz) = 11867669 From owner-svn-ports-all@freebsd.org Tue May 2 11:59:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6823BD59D12; Tue, 2 May 2017 11:59:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 37A9FD00; Tue, 2 May 2017 11:59:38 +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 v42Bxbhf036132; Tue, 2 May 2017 11:59:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Bxb3S036130; Tue, 2 May 2017 11:59:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705021159.v42Bxb3S036130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 2 May 2017 11:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439941 - head/x11/simplestroke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 11:59:38 -0000 Author: tobik Date: Tue May 2 11:59:36 2017 New Revision: 439941 URL: https://svnweb.freebsd.org/changeset/ports/439941 Log: Update to 1.1 simplestroke 1.1 adds a small daemon that listens for mouse button clicks and removes the need to start simplestroke from e.g. xbindkeys. Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10549 Modified: head/x11/simplestroke/Makefile head/x11/simplestroke/distinfo Modified: head/x11/simplestroke/Makefile ============================================================================== --- head/x11/simplestroke/Makefile Tue May 2 10:46:47 2017 (r439940) +++ head/x11/simplestroke/Makefile Tue May 2 11:59:36 2017 (r439941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplestroke -PORTVERSION= 1.0 +PORTVERSION= 1.1 DISTVERSIONPREFIX= v CATEGORIES= x11 @@ -19,6 +19,8 @@ USES= pkgconfig USE_XORG= x11 xtst PLIST_FILES= bin/simplestroke \ - man/man1/simplestroke.1.gz + bin/simplestroke-daemon \ + man/man1/simplestroke.1.gz \ + man/man1/simplestroke-daemon.1.gz .include Modified: head/x11/simplestroke/distinfo ============================================================================== --- head/x11/simplestroke/distinfo Tue May 2 10:46:47 2017 (r439940) +++ head/x11/simplestroke/distinfo Tue May 2 11:59:36 2017 (r439941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470235134 -SHA256 (t6-simplestroke-v1.0_GH0.tar.gz) = 6213e3042ac87693d99d0093269b680f4d8ab1be9150dad887383876627e9c0a -SIZE (t6-simplestroke-v1.0_GH0.tar.gz) = 7711 +TIMESTAMP = 1493576120 +SHA256 (t6-simplestroke-v1.1_GH0.tar.gz) = 113b9557138fbcd060f7627ec5229765db4a574a335a961b1236897a02bbc4d5 +SIZE (t6-simplestroke-v1.1_GH0.tar.gz) = 7996 From owner-svn-ports-all@freebsd.org Tue May 2 12:22:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B80CCD5ACF5; Tue, 2 May 2017 12:22:23 +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 mx1.freebsd.org (Postfix) with ESMTPS id 94ECD10E3; Tue, 2 May 2017 12:22:23 +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 v42CMMUp048137; Tue, 2 May 2017 12:22:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42CMLXO048128; Tue, 2 May 2017 12:22:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705021222.v42CMLXO048128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 2 May 2017 12:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439942 - in head/graphics: llpp mupdf mupdf/files zathura-pdf-mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 12:22:23 -0000 Author: tobik Date: Tue May 2 12:22:21 2017 New Revision: 439942 URL: https://svnweb.freebsd.org/changeset/ports/439942 Log: Update to 1.11 - Prevent linking with libcrypto when a pkg-config file for it exists on the system [1] - Bump PORTREVISION of dependent ports PR: 218996, 218688 [1] Reported by: rsmith@xs4all.nl [1] Submitted by: Zsolt Udvari (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10561 Added: head/graphics/mupdf/files/patch-Makerules (contents, props changed) head/graphics/mupdf/files/patch-scripts_hexdump.c (contents, props changed) Deleted: head/graphics/mupdf/files/patch-scripts_fontdump.c Modified: head/graphics/llpp/Makefile head/graphics/mupdf/Makefile head/graphics/mupdf/distinfo head/graphics/mupdf/files/patch-Makefile head/graphics/mupdf/files/patch-source__fitz__load-jpx.c head/graphics/mupdf/pkg-plist head/graphics/zathura-pdf-mupdf/Makefile Modified: head/graphics/llpp/Makefile ============================================================================== --- head/graphics/llpp/Makefile Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/llpp/Makefile Tue May 2 12:22:21 2017 (r439942) @@ -3,7 +3,7 @@ PORTNAME= llpp PORTVERSION= 25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://repo.or.cz/llpp.git/snapshot/ DISTNAME= v${PORTVERSION} Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/mupdf/Makefile Tue May 2 12:22:21 2017 (r439942) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mupdf -PORTVERSION= 1.10a +PORTVERSION= 1.11 DISTVERSIONSUFFIX= -source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/downloads/ \ @@ -47,14 +46,13 @@ PLIST_SUB= SOVERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's/-pipe -O2 //' \ - -e 's|/usr/local|${LOCALBASE}|' \ - -e 's/Linux/FreeBSD/' \ ${WRKSRC}/Makerules + @${REINPLACE_CMD} -e 's/-ldl //' ${WRKSRC}/Makerules ${WRKSRC}/Makethird @${RM} -r ${WRKSRC}/thirdparty/curl \ ${WRKSRC}/thirdparty/freetype \ ${WRKSRC}/thirdparty/harfbuzz \ ${WRKSRC}/thirdparty/jbig2dec \ - ${WRKSRC}/thirdparty/jpeg \ + ${WRKSRC}/thirdparty/libjpeg \ ${WRKSRC}/thirdparty/openjpeg \ ${WRKSRC}/thirdparty/zlib Modified: head/graphics/mupdf/distinfo ============================================================================== --- head/graphics/mupdf/distinfo Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/mupdf/distinfo Tue May 2 12:22:21 2017 (r439942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484401133 -SHA256 (mupdf-1.10a-source.tar.gz) = aacc1f36b9180f562022ef1ab3439b009369d944364f3cff8a2a898834e3a836 -SIZE (mupdf-1.10a-source.tar.gz) = 42264707 +TIMESTAMP = 1492430059 +SHA256 (mupdf-1.11-source.tar.gz) = 209474a80c56a035ce3f4958a63373a96fad75c927c7b1acdc553fc85855f00a +SIZE (mupdf-1.11-source.tar.gz) = 40156070 Modified: head/graphics/mupdf/files/patch-Makefile ============================================================================== --- head/graphics/mupdf/files/patch-Makefile Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/mupdf/files/patch-Makefile Tue May 2 12:22:21 2017 (r439942) @@ -1,7 +1,7 @@ $OpenBSD: patch-Makefile,v 1.12 2016/12/12 10:54:39 sthen Exp $ ---- Makefile.orig 2016-11-28 13:34:04 UTC +--- Makefile.orig 2017-04-05 11:02:21 UTC +++ Makefile -@@ -152,14 +152,17 @@ $(FONT_GEN_SIL) : $(FONT_BIN_SIL) +@@ -300,8 +300,8 @@ generate: $(JAVASCRIPT_GEN) # --- Library --- @@ -9,15 +9,18 @@ $OpenBSD: patch-Makefile,v 1.12 2016/12/ -THIRD_LIB = $(OUT)/libmupdfthird.a +MUPDF_LIB = libmupdf.so.$(SOVERSION) +THIRD_LIB = libmupdfthird.so.$(SOVERSION) + THREAD_LIB = $(OUT)/libmuthreads.a MUPDF_OBJ := $(FITZ_OBJ) $(FONT_OBJ) $(PDF_OBJ) $(XPS_OBJ) $(SVG_OBJ) $(CBZ_OBJ) $(HTML_OBJ) $(GPRF_OBJ) - THIRD_OBJ := $(FREETYPE_OBJ) $(HARFBUZZ_OBJ) $(JBIG2DEC_OBJ) $(JPEG_OBJ) $(JPEGXR_OBJ) $(LURATECH_OBJ) $(MUJS_OBJ) $(OPENJPEG_OBJ) $(ZLIB_OBJ) +@@ -309,7 +309,11 @@ THIRD_OBJ := $(FREETYPE_OBJ) $(HARFBUZZ_ + THREAD_OBJ := $(THREAD_OBJ) $(MUPDF_LIB) : $(MUPDF_OBJ) -+ $(CC) $(LDFLAGS) -shared -Wl,-soname=$@ -o $@ $^ $(LIBS) ++ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname=$@ -o $@ $^ $(LIBS) + $(THIRD_LIB) : $(THIRD_OBJ) -+ $(CC) $(LDFLAGS) -shared -Wl,-soname=$@ -o $@ $^ $(LIBS) ++ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname=$@ -o $@ $^ $(LIBS) ++ + $(THREAD_LIB) : $(THREAD_OBJ) INSTALL_LIBS := $(MUPDF_LIB) $(THIRD_LIB) - Added: head/graphics/mupdf/files/patch-Makerules ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mupdf/files/patch-Makerules Tue May 2 12:22:21 2017 (r439942) @@ -0,0 +1,35 @@ +--- Makerules.orig 2017-04-05 11:02:21 UTC ++++ Makerules +@@ -110,27 +110,21 @@ LD := xcrun ld + RANLIB_CMD := xcrun ranlib $@ + + # Linux uses pkg-config for system libraries. +-else ifeq "$(OS)" "Linux" ++else ifeq "$(OS)" "FreeBSD" + + HAVE_PTHREAD := yes + SYS_PTHREAD_CFLAGS := + SYS_PTHREAD_LIBS := -lpthread + +-ifeq "$(shell pkg-config --exists 'libcrypto <= 1.0.1t' && echo yes)" "yes" +-HAVE_LIBCRYPTO := yes +-SYS_LIBCRYPTO_CFLAGS := -DHAVE_LIBCRYPTO $(shell pkg-config --cflags libcrypto) +-SYS_LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) +-endif ++HAVE_LIBCRYPTO := no ++SYS_LIBCRYPTO_CFLAGS := ++SYS_LIBCRYPTO_LIBS := + + ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes" + HAVE_CURL := yes + SYS_CURL_CFLAGS := $(shell pkg-config --cflags libcurl) + SYS_CURL_LIBS := $(shell pkg-config --libs libcurl) +-ifeq "$(shell pkg-config --exists openssl && echo yes)" "yes" +-HAVE_OPENSSL_SSL := yes +-SYS_CURL_CFLAGS += $(shell pkg-config --cflags openssl) +-SYS_CURL_DEPS += $(shell pkg-config --libs openssl) +-endif ++HAVE_OPENSSL_SSL := no + endif + SYS_CURL_DEPS += -lpthread -lrt + Added: head/graphics/mupdf/files/patch-scripts_hexdump.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mupdf/files/patch-scripts_hexdump.c Tue May 2 12:22:21 2017 (r439942) @@ -0,0 +1,10 @@ +--- scripts/hexdump.c.orig 2017-04-05 11:02:21 UTC ++++ scripts/hexdump.c +@@ -50,7 +50,6 @@ main(int argc, char **argv) + fprintf(fo, "#ifndef __STRICT_ANSI__\n"); + fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)\n"); + fprintf(fo, "#if !defined(__ICC) && !defined(__ANDROID__)\n"); +- fprintf(fo, "#define HAVE_INCBIN\n"); + fprintf(fo, "#endif\n"); + fprintf(fo, "#endif\n"); + fprintf(fo, "#endif\n"); Modified: head/graphics/mupdf/files/patch-source__fitz__load-jpx.c ============================================================================== --- head/graphics/mupdf/files/patch-source__fitz__load-jpx.c Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/mupdf/files/patch-source__fitz__load-jpx.c Tue May 2 12:22:21 2017 (r439942) @@ -1,19 +1,33 @@ ---- source/fitz/load-jpx.c.orig 2016-11-28 13:34:04 UTC +--- source/fitz/load-jpx.c.orig 2017-04-05 11:02:21 UTC +++ source/fitz/load-jpx.c -@@ -481,15 +481,7 @@ fz_load_jpx_info(fz_context *ctx, unsign +@@ -444,14 +444,18 @@ fz_load_jpx_info(fz_context *ctx, unsign #else /* HAVE_LURATECH */ --/* Without the definition of OPJ_STATIC, compilation fails on windows -- * due to the use of __stdcall. We believe it is required on some -- * linux toolchains too. */ --#define OPJ_STATIC --#ifndef _MSC_VER --#define OPJ_HAVE_STDINT_H --#endif -- ++#ifdef __cplusplus ++extern "C" ++{ + #define OPJ_STATIC + #define OPJ_HAVE_INTTYPES_H + #if !defined(_WIN32) && !defined(_WIN64) + #define OPJ_HAVE_STDINT_H + #endif ++#endif + #define USE_JPIP + -#include +#include - /* OpenJPEG does not provide a safe mechanism to intercept - * allocations. In the latest version all allocations go + struct fz_jpxd_s + { +@@ -919,6 +923,10 @@ fz_load_jpx_info(fz_context *ctx, unsign + *yresp = state.yres; + } + ++#ifdef __cplusplus ++} ++#endif ++ + #endif /* HAVE_LURATECH */ + + #else /* FZ_ENABLE_JPX */ Modified: head/graphics/mupdf/pkg-plist ============================================================================== --- head/graphics/mupdf/pkg-plist Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/mupdf/pkg-plist Tue May 2 12:22:21 2017 (r439942) @@ -7,6 +7,7 @@ bin/mutool include/mupdf/fitz.h include/mupdf/fitz/annotation.h include/mupdf/fitz/archive.h +include/mupdf/fitz/band-writer.h include/mupdf/fitz/bidi.h include/mupdf/fitz/bitmap.h include/mupdf/fitz/buffer.h @@ -21,13 +22,13 @@ include/mupdf/fitz/document.h include/mupdf/fitz/filter.h include/mupdf/fitz/font.h include/mupdf/fitz/function.h +include/mupdf/fitz/geometry.h include/mupdf/fitz/getopt.h include/mupdf/fitz/glyph-cache.h include/mupdf/fitz/glyph.h include/mupdf/fitz/hash.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h -include/mupdf/fitz/math.h include/mupdf/fitz/outline.h include/mupdf/fitz/output-pcl.h include/mupdf/fitz/output-png.h @@ -44,7 +45,7 @@ include/mupdf/fitz/separation.h include/mupdf/fitz/shade.h include/mupdf/fitz/store.h include/mupdf/fitz/stream.h -include/mupdf/fitz/string.h +include/mupdf/fitz/string-util.h include/mupdf/fitz/structured-text.h include/mupdf/fitz/system.h include/mupdf/fitz/text.h Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Tue May 2 11:59:36 2017 (r439941) +++ head/graphics/zathura-pdf-mupdf/Makefile Tue May 2 12:22:21 2017 (r439942) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ From owner-svn-ports-all@freebsd.org Tue May 2 12:31:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C32D5A1B0; Tue, 2 May 2017 12:31:18 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAC1616D9; Tue, 2 May 2017 12:31:17 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42CVGqo049266; Tue, 2 May 2017 12:31:16 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42CVGbm049264; Tue, 2 May 2017 12:31:16 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201705021231.v42CVGbm049264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 2 May 2017 12:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439943 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 12:31:18 -0000 Author: lme Date: Tue May 2 12:31:16 2017 New Revision: 439943 URL: https://svnweb.freebsd.org/changeset/ports/439943 Log: security/lynis: Update to 2.4.8 Modified: head/security/lynis/Makefile head/security/lynis/distinfo Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Tue May 2 12:22:21 2017 (r439942) +++ head/security/lynis/Makefile Tue May 2 12:31:16 2017 (r439943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Tue May 2 12:22:21 2017 (r439942) +++ head/security/lynis/distinfo Tue May 2 12:31:16 2017 (r439943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490523022 -SHA256 (lynis-2.4.7.tar.gz) = 9eefc56f1cb21df77e0b7d63b294a213f45a9ed360107c30ddc9687ca1bfe940 -SIZE (lynis-2.4.7.tar.gz) = 263281 +TIMESTAMP = 1493727862 +SHA256 (lynis-2.4.8.tar.gz) = 6be0dcb0e3c66c76266944b1c5b6f1d8ba617dc1ce89b8d278f4e1f990a6f70a +SIZE (lynis-2.4.8.tar.gz) = 263634 From owner-svn-ports-all@freebsd.org Tue May 2 12:42:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BA49D5A3F1; Tue, 2 May 2017 12:42:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5DC811F83; Tue, 2 May 2017 12:42:00 +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 v42CfxNj053322; Tue, 2 May 2017 12:41:59 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Cfx59053320; Tue, 2 May 2017 12:41:59 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201705021241.v42Cfx59053320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 2 May 2017 12:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439944 - head/databases/speedtables X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 12:42:00 -0000 Author: gahr Date: Tue May 2 12:41:59 2017 New Revision: 439944 URL: https://svnweb.freebsd.org/changeset/ports/439944 Log: databases/speedtables: update to 1.12.1, track dependency on tcllib Changelog: https://github.com/flightaware/speedtables/releases/tag/v1.12.1 Modified: head/databases/speedtables/Makefile head/databases/speedtables/distinfo Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Tue May 2 12:31:16 2017 (r439943) +++ head/databases/speedtables/Makefile Tue May 2 12:41:59 2017 (r439944) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= speedtables -PORTVERSION= 1.12.0 +PORTVERSION= 1.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtclx8.4.so:lang/tclX \ libboost_graph.so:devel/boost-libs +RUN_DEPENDS= ${LOCALBASE}/lib/tcllib/ncgi/ncgi.tcl:devel/tcllib USE_GITHUB= yes GH_ACCOUNT= flightaware Modified: head/databases/speedtables/distinfo ============================================================================== --- head/databases/speedtables/distinfo Tue May 2 12:31:16 2017 (r439943) +++ head/databases/speedtables/distinfo Tue May 2 12:41:59 2017 (r439944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492424089 -SHA256 (flightaware-speedtables-v1.12.0_GH0.tar.gz) = 8677e3101338c5a9d2308384a1a36334dd5135ec16e76e1d689ca855c46725ee -SIZE (flightaware-speedtables-v1.12.0_GH0.tar.gz) = 733724 +TIMESTAMP = 1493727943 +SHA256 (flightaware-speedtables-v1.12.1_GH0.tar.gz) = 1f3c5243fc126739470045049d1276c59b7c2865eaf4f3a647892f282694b411 +SIZE (flightaware-speedtables-v1.12.1_GH0.tar.gz) = 732167 From owner-svn-ports-all@freebsd.org Tue May 2 13:46:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C847D5A7CB; Tue, 2 May 2017 13:46:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0BED918B9; Tue, 2 May 2017 13:46:26 +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 v42DkQBK080651; Tue, 2 May 2017 13:46:26 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42DkPH5080649; Tue, 2 May 2017 13:46:25 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201705021346.v42DkPH5080649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 2 May 2017 13:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439945 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 13:46:27 -0000 Author: vsevolod Date: Tue May 2 13:46:25 2017 New Revision: 439945 URL: https://svnweb.freebsd.org/changeset/ports/439945 Log: - Update to 1.5.7 - Switch to USE_GITHUB Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue May 2 12:41:59 2017 (r439944) +++ head/mail/rspamd/Makefile Tue May 2 13:46:25 2017 (r439945) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= mail -MASTER_SITES= http://rspamd.com/downloads/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Fast spam filtering system @@ -43,13 +42,16 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -DNO_SHARED=ON \ -DENABLE_FANN=ON -USES= cmake:outsource gettext tar:xz pkgconfig perl5 \ +USES= cmake:outsource pkgconfig perl5 \ compiler:c11 sqlite ssl USE_LDCONFIG= yes USE_PERL5= build USE_GNOME= glib20 +USE_GITHUB= yes +GH_ACCOUNT= vstakhov + .include .if ${PORT_OPTIONS:MGD} Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Tue May 2 12:41:59 2017 (r439944) +++ head/mail/rspamd/distinfo Tue May 2 13:46:25 2017 (r439945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492618586 -SHA256 (rspamd-1.5.6.tar.xz) = cda2a5b93f0e57b890767514ce00a2660baf9d48627f7367a36fe938ade14f31 -SIZE (rspamd-1.5.6.tar.xz) = 1853052 +TIMESTAMP = 1493732063 +SHA256 (vstakhov-rspamd-1.5.7_GH0.tar.gz) = 73d18b129a072e35c74c9a440abdd0985fa15696d308a5e23736ec007432fd70 +SIZE (vstakhov-rspamd-1.5.7_GH0.tar.gz) = 2384051 From owner-svn-ports-all@freebsd.org Tue May 2 14:03:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DFDED5ACC6; Tue, 2 May 2017 14:03:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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 9685E6A2; Tue, 2 May 2017 14:03:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E6EF0BDC9F; Tue, 2 May 2017 16:03:03 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C07EDBDC9B; Tue, 2 May 2017 16:03:03 +0200 (CEST) Subject: Re: svn commit: r439819 - head/lang/perl5-devel To: Larry Rosenman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704301353.v3UDrPqs087432@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 2 May 2017 16:02:46 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <201704301353.v3UDrPqs087432@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XnRf8dFkR3kknKwI8kUx1Sj08xjDBp17R" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:03:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XnRf8dFkR3kknKwI8kUx1Sj08xjDBp17R Content-Type: multipart/mixed; boundary="TMWtnt86ul2ekg5VBqbT9P4sRXHg2Jgld"; protected-headers="v1" From: Mathieu Arnold To: Larry Rosenman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r439819 - head/lang/perl5-devel References: <201704301353.v3UDrPqs087432@repo.freebsd.org> In-Reply-To: <201704301353.v3UDrPqs087432@repo.freebsd.org> --TMWtnt86ul2ekg5VBqbT9P4sRXHg2Jgld Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Hi, Le 30/04/2017 =C3=A0 15:53, Larry Rosenman a =C3=A9crit : > Author: ler > Date: Sun Apr 30 13:53:25 2017 > New Revision: 439819 > URL: https://svnweb.freebsd.org/changeset/ports/439819 > > Log: > Fix the EXPIRATION_DATE so as to not confuse Tools/scripts/rmport -a > =20 > Approved by: rene (mentor) > > Modified: > head/lang/perl5-devel/Makefile > > Modified: head/lang/perl5-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/lang/perl5-devel/Makefile Sun Apr 30 13:37:15 2017 (r439818) > +++ head/lang/perl5-devel/Makefile Sun Apr 30 13:53:25 2017 (r439819) > @@ -25,7 +25,7 @@ LICENSE_FILE_GPLv1=3D ${WRKSRC}/Copying > =20 > # Uncomment when the default Perl is switched to 5.2(X+2) > #DEPRECATED=3D Support end three years after .0 release, please upgrad= e to a more recent version of Perl > -#EXPIRATION_DATE=3D > +# Expiration date is Can you please revert that and fix rmport intead ? The comment says "uncomment" which no longer works, and I now have to remember how the variable is spelled exactly. --=20 Mathieu Arnold --TMWtnt86ul2ekg5VBqbT9P4sRXHg2Jgld-- --XnRf8dFkR3kknKwI8kUx1Sj08xjDBp17R 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 iQJ8BAEBCgBmBQJZCJGXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IF3IQAJZ3tpcLoHkkYynaY96o3C8W nRrdBezcRuJdCIexOXn9ko9wLR8ARW2+pElURIWHA/emj01++VHvSslqlgobgx5y ESYCLcz5Fz360GRTVZB2RxxPAqhYi9izA9zxwM6o+byI0jSjWNaCn2KVk8Csr9yc 7f1Gq2ERjc7GnS2ogpKFKxEIQjMo8mCO/AhjKAjIhUZvcGeb/kBQetOUoolPE38j wAH4jwD7MdEe6CdXhEPPU9mDgsgExoFHJkVbXRfMOL4lk7XzLEZUzhk8yR/qrEwW R1BJGe3n7a0+LOACtx/nkvsnc6MeHF6HOM3ipUR2S2y7NJZtjdphpaDtragX4f2O CjzytzLMFVKzV9XjTzR8nOOIz0b3Thh/KbHUZ1qpj+8+5uR3EL3DvJIq0JyHXed1 EWiziTPAbZdUJrAvUSKAyjwEXSewfDY0qEc/2gmcYIGR0IXY5hY28Ntf0cQe99hE XyuTZzro3ku7/J9XtPitmOoHuSBJXUxI5QybAcG/lrDFmX68oh4eG/uZ1byMRaTx +m+nbFqElZFsbCr3C5frwI2NIIiy6Mk8j1rQm4TX98qb7s9KClX6unPlMFIlInsv pJZ01aeINOQ2Ti4G4wfYMZmeDoswfE+9cWIsT1WEo0LFz/hhkvExUTCBQKfv6c9k h71woS+WcJoaMTJ/paW+ =QDT2 -----END PGP SIGNATURE----- --XnRf8dFkR3kknKwI8kUx1Sj08xjDBp17R-- From owner-svn-ports-all@freebsd.org Tue May 2 14:04:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C2AD5AD18; Tue, 2 May 2017 14:04:17 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8132A847; Tue, 2 May 2017 14:04:17 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ztU0kGrzEj/RGS12P0/Se1jLzKFCvheDO7h+RLQyqxs=; b=jiDqAgo9AnBjjQwxEg9Xk1wB2O PABoJ2j6lxNYLgiiWycp/wRtblJp+uthInX/zyxsDnpjzTHDkn471knoZQmdi5a8jovPiz5wAh+bL GlY2hQc9JpKwvRGiUc02sVzE9v6ZusxMhZjQL8fRsWxKFfqbmLcqv09hIWK8J3qIyedA=; Received: from [74.203.163.58] (port=55610 helo=[10.106.10.44]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1d5YPY-000D8K-Sr; Tue, 02 May 2017 09:04:16 -0500 User-Agent: Microsoft-MacOutlook/f.21.0.170409 Date: Tue, 02 May 2017 09:03:46 -0500 Subject: Re: svn commit: r439819 - head/lang/perl5-devel From: Larry Rosenman To: Mathieu Arnold , Larry Rosenman , , , Message-ID: <00818C6A-A5B0-4B10-96BE-9C7581BA913D@lerctr.org> Thread-Topic: svn commit: r439819 - head/lang/perl5-devel References: <201704301353.v3UDrPqs087432@repo.freebsd.org> In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:04:17 -0000 Yes, rmport is already fixed. I=E2=80=99ll revert. --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 =20 =20 On 5/2/17, 9:02 AM, "Mathieu Arnold" wrote: Hi, =20 Le 30/04/2017 =C3=A0 15:53, Larry Rosenman a =C3=A9crit : > Author: ler > Date: Sun Apr 30 13:53:25 2017 > New Revision: 439819 > URL: https://svnweb.freebsd.org/changeset/ports/439819 > > Log: > Fix the EXPIRATION_DATE so as to not confuse Tools/scripts/rmport -= a > =20 > Approved by: rene (mentor) > > Modified: > head/lang/perl5-devel/Makefile > > Modified: head/lang/perl5-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/lang/perl5-devel/Makefile Sun Apr 30 13:37:15 2017 (r439818) > +++ head/lang/perl5-devel/Makefile Sun Apr 30 13:53:25 2017 (r439819) > @@ -25,7 +25,7 @@ LICENSE_FILE_GPLv1=3D ${WRKSRC}/Copying > =20 > # Uncomment when the default Perl is switched to 5.2(X+2) > #DEPRECATED=3D Support end three years after .0 release, please upgrad= e to a more recent version of Perl > -#EXPIRATION_DATE=3D > +# Expiration date is =20 =20 Can you please revert that and fix rmport intead ? =20 The comment says "uncomment" which no longer works, and I now have to remember how the variable is spelled exactly. =20 =20 --=20 Mathieu Arnold =20 =20 =20 From owner-svn-ports-all@freebsd.org Tue May 2 14:08:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A9CD5AE53; Tue, 2 May 2017 14:08:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id EBDF2A4E; Tue, 2 May 2017 14:08:51 +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 v42E8pUa089249; Tue, 2 May 2017 14:08:51 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42E8oCO089248; Tue, 2 May 2017 14:08:51 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705021408.v42E8oCO089248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 2 May 2017 14:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439946 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:08:52 -0000 Author: ler Date: Tue May 2 14:08:50 2017 New Revision: 439946 URL: https://svnweb.freebsd.org/changeset/ports/439946 Log: Revert r439819 since Tools/scripts/rmport is now fixed Submitted by: mat Approved by: adamw (mentor, implicit) Modified: head/lang/perl5-devel/Makefile Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue May 2 13:46:25 2017 (r439945) +++ head/lang/perl5-devel/Makefile Tue May 2 14:08:50 2017 (r439946) @@ -25,7 +25,7 @@ LICENSE_FILE_GPLv1= ${WRKSRC}/Copying # Uncomment when the default Perl is switched to 5.2(X+2) #DEPRECATED= Support end three years after .0 release, please upgrade to a more recent version of Perl -# Expiration date is +#EXPIRATION_DATE= TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ From owner-svn-ports-all@freebsd.org Tue May 2 14:16:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FCE8D5A087 for ; Tue, 2 May 2017 14:16:32 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id A4510F5F for ; Tue, 2 May 2017 14:16:30 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 44551 invoked by uid 89); 2 May 2017 14:16:24 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.70) by mail.grem.de with ESMTPA; 2 May 2017 14:16:24 -0000 Date: Tue, 2 May 2017 16:16:23 +0200 From: Michael Gmelin To: Bernard Spil Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439764 - in head/security/libressl-devel: . files Message-ID: <20170502161623.362fe169@bsd64.grem.de> In-Reply-To: <201704291732.v3THWFKO065849@repo.freebsd.org> References: <201704291732.v3THWFKO065849@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:16:32 -0000 On Sat, 29 Apr 2017 17:32:15 +0000 (UTC) Bernard Spil wrote: > Author: brnrd > Date: Sat Apr 29 17:32:15 2017 > New Revision: 439764 > URL: https://svnweb.freebsd.org/changeset/ports/439764 > > Log: > security/libressl: Fix vulnerability > > Obtained from: OpenBSD > MFH: 2017Q2 > Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf > Security: CVE-2017-8301 > > Added: > head/security/libressl-devel/files/patch-CVE-2017-8301 > - copied unchanged from r439762, > head/security/libressl/files/patch-CVE-2017-8301 Modified: > head/security/libressl-devel/Makefile > > Modified: head/security/libressl-devel/Makefile > ============================================================================== > --- head/security/libressl-devel/Makefile Sat Apr 29 17:29:01 > 2017 (r439763) +++ > head/security/libressl-devel/Makefile Sat Apr 29 17:32:15 > 2017 (r439764) @@ -3,6 +3,7 @@ > PORTNAME= libressl > PORTVERSION= 2.5.3 > +PORTREVISION= 1 > CATEGORIES= security devel > MASTER_SITES= OPENBSD/LibreSSL > PKGNAMESUFFIX= -devel > > Copied: head/security/libressl-devel/files/patch-CVE-2017-8301 (from > r439762, head/security/libressl/files/patch-CVE-2017-8301) > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) +++ > head/security/libressl-devel/files/patch-CVE-2017-8301 Sat Apr > 29 17:32:15 2017 (r439764, copy of r439762, > head/security/libressl/files/patch-CVE-2017-8301) @@ -0,0 +1,32 @@ > +https://marc.info/?l=openbsd-cvs&m=149342064612660 + > +=================================================================== > +RCS file: /cvs/src/lib/libcrypto/x509/x509_vfy.c,v +retrieving > revision 1.61 +retrieving revision 1.61.4.1 +diff -u -r1.61 -r1.61.4.1 > +--- crypto/x509/x509_vfy.c 2017/02/05 02:33:21 1.61 > ++++ crypto/x509/x509_vfy.c 2017/04/28 23:12:04 1.61.4.1 > +@@ -1,4 +1,4 @@ > +-/* $OpenBSD: x509_vfy.c,v 1.61 2017/02/05 02:33:21 beck Exp $ */ > ++/* $OpenBSD: x509_vfy.c,v 1.61.4.1 2017/04/28 23:12:04 beck Exp $ */ > + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) > + * All rights reserved. > + * > +@@ -541,15 +541,7 @@ > + /* Safety net, error returns must set ctx->error */ > + if (ok <= 0 && ctx->error == X509_V_OK) > + ctx->error = X509_V_ERR_UNSPECIFIED; > +- > +- /* > +- * Safety net, if user provided verify callback indicates > sucess +- * make sure they have set error to X509_V_OK > +- */ > +- if (ctx->verify_cb != null_callback && ok == 1) > +- ctx->error = X509_V_OK; > +- > +- return(ctx->error == X509_V_OK); > ++ return ok; > + } > + > + /* Given a STACK_OF(X509) find the issuer of cert (if any) > This MFH breaks 2017Q2, please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218988. -m -- Michael Gmelin From owner-svn-ports-all@freebsd.org Tue May 2 14:26:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A1C6D5A5D8; Tue, 2 May 2017 14:26:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 508BD1707; Tue, 2 May 2017 14:26:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42EQ6qM097682; Tue, 2 May 2017 14:26:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42EQ6vP097681; Tue, 2 May 2017 14:26:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021426.v42EQ6vP097681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 14:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439947 - head/security/clamav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:26:07 -0000 Author: miwi Date: Tue May 2 14:26:06 2017 New Revision: 439947 URL: https://svnweb.freebsd.org/changeset/ports/439947 Log: - Remove clang36 support Reviewed by: garga Approved by: garga (maintainer via irc) Modified: head/security/clamav/Makefile Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Tue May 2 14:08:50 2017 (r439946) +++ head/security/clamav/Makefile Tue May 2 14:26:06 2017 (r439947) @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -15,14 +15,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libltdl.so:devel/libltdl \ libcurl.so:ftp/curl -OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR LLVM TESTS MILTER LDAP ICONV STDERR \ +OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR TESTS MILTER LDAP ICONV STDERR \ EXPERIMENTAL DOCS IPV6 DMG_XAR JSON PCRE ARC_DESC= Enable arch archives support ARJ_DESC= Enable arj archives support LHA_DESC= Enable lha archives support UNZOO_DESC= Enable zoo archives support -LLVM_DESC= Enable JIT Bytecode compiler (req. LLVM) TESTS_DESC= Run compile-time tests (req. python) MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout @@ -47,7 +46,6 @@ TESTS_BUILD_DEPENDS= ${LOCALBASE}/includ ICONV_CONFIGURE_ON= --with-iconv ICONV_CONFIGURE_OFF= --without-iconv ICONV_USES= iconv -LLVM_USES= compiler:c++11-lib EXPERIMENTAL_CONFIGURE_ENABLE= experimental IPV6_CONFIGURE_ENABLE= ipv6 DMG_XAR_CONFIGURE_ENABLE= xml @@ -82,7 +80,8 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ --enable-gethostbyname_r \ --disable-dependency-tracking \ --disable-zlib-vcheck \ - --enable-clamdtop + --enable-clamdtop \ + --disable-llvm CPPFLAGS+= -I${LOCALBASE}/include # This port has a problem with -pthread, @@ -135,17 +134,9 @@ USERS= clamav GROUPS= clamav mail .endif -.if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) -CONFIGURE_ARGS+=--enable-llvm --with-system-llvm=${LOCALBASE}/llvm${LLVMVER} -BUILD_DEPENDS+= llvm${LLVMVER}>=0:devel/llvm${LLVMVER} -# Beware: ClamAV doesn't support LLVM 3.7 or higher yet -LLVMVER= 36 . if ${PORT_OPTIONS:MTESTS} USES+= python:build . endif -.else -CONFIGURE_ARGS+=--disable-llvm -.endif .if ${PORT_OPTIONS:MMILTER} USE_RC_SUBR+= clamav-milter From owner-svn-ports-all@freebsd.org Tue May 2 14:31:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEE3D5A8CF; Tue, 2 May 2017 14:31:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3DD0C1AE5; Tue, 2 May 2017 14:31:55 +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 v42EVsMV001819; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42EVs1w001818; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705021431.v42EVs1w001818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 2 May 2017 14:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439948 - in branches/2017Q2/security: libressl libressl-devel libressl-devel/files libressl/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:31:55 -0000 Author: brnrd Date: Tue May 2 14:31:53 2017 New Revision: 439948 URL: https://svnweb.freebsd.org/changeset/ports/439948 Log: security/libressl: Revert previous commit - Big fail on my part, required revert - Version 2.4.5 not vulnerable to CVE-2017-8301 PR: 218988 219005 Reported by: Xavier Garcia Reported by: Fabian Keil Approved by: ports-secteam (broken quarterly blanket) Deleted: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 Modified: branches/2017Q2/security/libressl-devel/Makefile branches/2017Q2/security/libressl/Makefile Modified: branches/2017Q2/security/libressl-devel/Makefile ============================================================================== --- branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.5.2 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: branches/2017Q2/security/libressl/Makefile ============================================================================== --- branches/2017Q2/security/libressl/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.4.5 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL From owner-svn-ports-all@freebsd.org Tue May 2 14:40:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7500D5AA2F; Tue, 2 May 2017 14:40:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id AF48E1F10; Tue, 2 May 2017 14:40:01 +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 v42Ee0cB002359; Tue, 2 May 2017 14:40:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Ee0Wp002353; Tue, 2 May 2017 14:40:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705021440.v42Ee0Wp002353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 2 May 2017 14:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439949 - in head/sysutils/xe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:40:01 -0000 Author: tobik Date: Tue May 2 14:40:00 2017 New Revision: 439949 URL: https://svnweb.freebsd.org/changeset/ports/439949 Log: Update to 0.7.0 - Fix and enable tests Changes: https://github.com/chneukirchen/xe/blob/v0.7.0/NEWS.md Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10393 Added: head/sysutils/xe/files/patch-tests (contents, props changed) Modified: head/sysutils/xe/Makefile head/sysutils/xe/distinfo head/sysutils/xe/files/patch-xe.c Modified: head/sysutils/xe/Makefile ============================================================================== --- head/sysutils/xe/Makefile Tue May 2 14:31:53 2017 (r439948) +++ head/sysutils/xe/Makefile Tue May 2 14:40:00 2017 (r439949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xe -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,11 +11,14 @@ COMMENT= Simple xargs and apply replacem LICENSE= CC0-1.0 +TEST_DEPENDS= prove:lang/perl5.24 + USE_GITHUB= yes GH_ACCOUNT= chneukirchen MAKE_ARGS= CFLAGS="${CFLAGS}" \ MANDIR="${PREFIX}/man" +TEST_TARGET= check PLIST_FILES= bin/xe \ man/man1/xe.1.gz Modified: head/sysutils/xe/distinfo ============================================================================== --- head/sysutils/xe/distinfo Tue May 2 14:31:53 2017 (r439948) +++ head/sysutils/xe/distinfo Tue May 2 14:40:00 2017 (r439949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469327893 -SHA256 (chneukirchen-xe-v0.6.1_GH0.tar.gz) = 36036d0e9464233d3113af187c473491298ed1168976330d7dd615b8f0521b96 -SIZE (chneukirchen-xe-v0.6.1_GH0.tar.gz) = 6889 +TIMESTAMP = 1492163693 +SHA256 (chneukirchen-xe-v0.7.0_GH0.tar.gz) = 32af920a2d27ed0bb8bcb69339fcc805110888e872c92a372d3888df52b300f8 +SIZE (chneukirchen-xe-v0.7.0_GH0.tar.gz) = 7047 Added: head/sysutils/xe/files/patch-tests ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xe/files/patch-tests Tue May 2 14:40:00 2017 (r439949) @@ -0,0 +1,49 @@ +Fix tests + +- -A% with no arguments fails now with the additional checks in 0.7.0 +- Trying to exec /dev/null/calc.exe on FreeBSD will fail with ENOENT + (xe exit 127) but on Linux fails with ENODIR (xe exit 126) +- The argscap check returns 8186 + 8186 + 1339 = 17711 on FreeBSD, + which should be fine. + +--- tests.orig 2017-04-13 15:28:38 UTC ++++ tests +@@ -1,5 +1,5 @@ + #!/bin/sh +-printf '1..42\n' ++printf '1..41\n' + + set -e + +@@ -127,9 +127,6 @@ check_output 'using -A%' '$XE -A% echo - + -- 3 + EOF + +-check_output 'using -A% with no arguments' '$XE -A% echo' </dev/null || echo $?' </dev/null || echo $?' < #include @@ -8,7 +8,7 @@ #include #include #include -@@ -100,7 +101,7 @@ mywait() +@@ -99,7 +100,7 @@ mywait() } else if (WEXITSTATUS(status) > 125) { exit(WEXITSTATUS(status)); } @@ -17,7 +17,7 @@ fprintf(stderr, "xe: pid %d terminated by signal %d\n", pid, WTERMSIG(status)); exit(125); -@@ -353,6 +354,7 @@ main(int argc, char *argv[], char *envp[ +@@ -358,6 +359,7 @@ main(int argc, char *argv[], char *envp[ pusharg("/bin/sh"); pusharg("-c"); pusharg(sflag); From owner-svn-ports-all@freebsd.org Tue May 2 14:57:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE70D5A46C; Tue, 2 May 2017 14:57:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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 D5C4B12D5; Tue, 2 May 2017 14:57:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 84FECBDC91; Tue, 2 May 2017 16:57:26 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 46BB1BDC89; Tue, 2 May 2017 16:57:26 +0200 (CEST) Subject: Re: svn commit: r439949 - in head/sysutils/xe: . files To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705021440.v42Ee0Wp002353@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 2 May 2017 16:57:25 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <201705021440.v42Ee0Wp002353@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7Og8CsuNIadBkdFm8bPbbLqw0I9VvJt6Q" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:57:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7Og8CsuNIadBkdFm8bPbbLqw0I9VvJt6Q Content-Type: multipart/mixed; boundary="iwOSlvXskJwPF0JDH3LN81opkQ3JOR26n"; protected-headers="v1" From: Mathieu Arnold To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r439949 - in head/sysutils/xe: . files References: <201705021440.v42Ee0Wp002353@repo.freebsd.org> In-Reply-To: <201705021440.v42Ee0Wp002353@repo.freebsd.org> --iwOSlvXskJwPF0JDH3LN81opkQ3JOR26n Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 02/05/2017 =C3=A0 16:40, Tobias Kortkamp a =C3=A9crit : > +TEST_DEPENDS=3D prove:lang/perl5.24 > + This is wrong on so many levels, please revert it. You never, ever, ever, depend on Perl that way. The only way to depend on Perl is through USES=3Dperl5. There is absolutely no guarantee that lang/perl5.24 will install /usr/local/bin/prove. Only the default Perl will install it, if it is not the default Perl, it will install a /usr/local/bin/prove5.24. --=20 Mathieu Arnold --iwOSlvXskJwPF0JDH3LN81opkQ3JOR26n-- --7Og8CsuNIadBkdFm8bPbbLqw0I9VvJt6Q 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 iQJ8BAEBCgBmBQJZCJ5VXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IhEUP/3kKhlxDhdLT2sLZO79rOpSW Fm7z+WbZHM2jMYgV7iVAADcvOmSwCo0ciXD7hZzi5Ggw9esifqVne3oIaZ4GnfvM 3Co5unBhgyp9xFaWvq61G6VPwQJA8wmHkAFwinKVkdQ7/EBADC0IKLGSYSoObCMu 5tjBvQaa8NxQlNQOtZfm0eunNFy7s0tq/fGZHbjH6nX6KlTjj0ipbbgbCEou78U/ KHGVWwsrnYDnnOZi3lV6W3LClJ/Z1ynSOInzXihxnA2BAgaLYtxplLQbSFyzZ/mX XIyga6VsCCdR3foctkTMz4CHl87qVouzk5UKKrjfi+7IyAiPEFDeo49ooXFUnjCO V8nbj60mCIrB/IcZlDG8G+Knw5/a15UyGffiGl6iv4sDeO/5f/INJLHIAtnTsli5 iBdg82wT65e9SC/zn1r/NhIvWjzCWMvW20Iqqq80mrnjyanzZM94dc5bOZ5wqgQc NvR6qL+2mXgOICKRrqUuk4apOiUPtd6VDOyfsG0MHpOpGldDI9GJFeAua/4XiyA/ 7PxVtlTSQZKkOaew+VQqSmu5ffe7riJjc6747WUw5OP3RPrBe3jC4rQcgCJ7p00O 38JHawqjQKIqYxS4gkLV5O+MLn7ttI9sQGVGH5ELw4YPViCY4IjGdsaLUij+5wRq AjWqa/rnSy8N0CiOAlO4 =3MFw -----END PGP SIGNATURE----- --7Og8CsuNIadBkdFm8bPbbLqw0I9VvJt6Q-- From owner-svn-ports-all@freebsd.org Tue May 2 15:00:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D2ADD5A5A3; Tue, 2 May 2017 15:00:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 49E251493; Tue, 2 May 2017 15:00:13 +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 v42F0C8K010505; Tue, 2 May 2017 15:00:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42F0CZl010504; Tue, 2 May 2017 15:00:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021500.v42F0CZl010504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 15:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439950 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:00:13 -0000 Author: mat Date: Tue May 2 15:00:12 2017 New Revision: 439950 URL: https://svnweb.freebsd.org/changeset/ports/439950 Log: Enable depending on Perl only during the test phase. Sponsored by: Absolight Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Tue May 2 14:40:00 2017 (r439949) +++ head/Mk/Uses/perl5.mk Tue May 2 15:00:12 2017 (r439950) @@ -26,7 +26,7 @@ # SITE_ARCH - Directory name where arch site specific perl packages go. # This value is added to PLIST_SUB. # USE_PERL5 - If set, this port uses perl5 in one or more of the extract, -# patch, build, install or run phases. +# patch, build, run or test phases. # It can also have configure, modbuild and modbuildtiny when # the port needs to run Makefile.PL, Build.PL and a # Module::Build::Tiny flavor of Build.PL. @@ -244,6 +244,10 @@ BUILD_DEPENDS+= ${PERL5_DEPEND}:lang/${ RUN_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT} . endif +. if ${_USE_PERL5:Mtest} +TEST_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT} +. endif + . if ${_USE_PERL5:Mconfigure} CONFIGURE_ARGS+= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" From owner-svn-ports-all@freebsd.org Tue May 2 15:16:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D451D5AB2E; Tue, 2 May 2017 15:16:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 040611F76; Tue, 2 May 2017 15:16:27 +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 v42FGRL3018948; Tue, 2 May 2017 15:16:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FGQkS018940; Tue, 2 May 2017 15:16:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705021516.v42FGQkS018940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 2 May 2017 15:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439951 - in head/lang: erlang erlang-java erlang-runtime19 erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:16:28 -0000 Author: olgeni Date: Tue May 2 15:16:26 2017 New Revision: 439951 URL: https://svnweb.freebsd.org/changeset/ports/439951 Log: Update Erlang 19 ports to version 19.3.3. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-java/Makefile Tue May 2 15:16:26 2017 (r439951) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.2 +PORTVERSION= 19.3.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 +PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-java/distinfo Tue May 2 15:16:26 2017 (r439951) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493060536 +TIMESTAMP = 1493725407 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_html_19.3.tar.gz) = dc3e3a82d1aba7f0deac1ddb81b7d6f8dee9a75e1d42b90c677a2b645f19a00c @@ -7,3 +7,5 @@ SHA256 (erlang/patch-otp-19.3.1) = 2373f SIZE (erlang/patch-otp-19.3.1) = 30225 SHA256 (erlang/patch-otp-19.3.2) = 21c56ac188177985c9db11c7066dcee0f7370760da3e15a0d03c235bd2a2cb2a SIZE (erlang/patch-otp-19.3.2) = 6290 +SHA256 (erlang/patch-otp-19.3.3) = dbe1cab750a3339c3755db27b800e53232519c84a304bd562263ffb060afab55 +SIZE (erlang/patch-otp-19.3.3) = 12525 Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-runtime19/Makefile Tue May 2 15:16:26 2017 (r439951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.2 +PORTVERSION= 19.3.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 +PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -213,7 +213,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.2 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.3 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3/* \ @@ -221,7 +221,7 @@ post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.7 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.8 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1/* \ @@ -232,6 +232,10 @@ post-install: ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-runtime19/distinfo Tue May 2 15:16:26 2017 (r439951) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493060566 +TIMESTAMP = 1493723972 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_man_19.3.tar.gz) = f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c @@ -9,3 +9,5 @@ SHA256 (erlang/patch-otp-19.3.1) = 2373f SIZE (erlang/patch-otp-19.3.1) = 30225 SHA256 (erlang/patch-otp-19.3.2) = 21c56ac188177985c9db11c7066dcee0f7370760da3e15a0d03c235bd2a2cb2a SIZE (erlang/patch-otp-19.3.2) = 6290 +SHA256 (erlang/patch-otp-19.3.3) = dbe1cab750a3339c3755db27b800e53232519c84a304bd562263ffb060afab55 +SIZE (erlang/patch-otp-19.3.3) = 12525 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-wx/Makefile Tue May 2 15:16:26 2017 (r439951) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.2 +PORTVERSION= 19.3.3 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 +PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang-wx/distinfo Tue May 2 15:16:26 2017 (r439951) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493060552 +TIMESTAMP = 1493724737 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_html_19.3.tar.gz) = dc3e3a82d1aba7f0deac1ddb81b7d6f8dee9a75e1d42b90c677a2b645f19a00c @@ -7,3 +7,5 @@ SHA256 (erlang/patch-otp-19.3.1) = 2373f SIZE (erlang/patch-otp-19.3.1) = 30225 SHA256 (erlang/patch-otp-19.3.2) = 21c56ac188177985c9db11c7066dcee0f7370760da3e15a0d03c235bd2a2cb2a SIZE (erlang/patch-otp-19.3.2) = 6290 +SHA256 (erlang/patch-otp-19.3.3) = dbe1cab750a3339c3755db27b800e53232519c84a304bd562263ffb060afab55 +SIZE (erlang/patch-otp-19.3.3) = 12525 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang/Makefile Tue May 2 15:16:26 2017 (r439951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.2 +PORTVERSION= 19.3.3 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 +PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -235,7 +235,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.2 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.3 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3/* \ @@ -243,7 +243,7 @@ post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.7 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.8 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1/* \ @@ -254,6 +254,10 @@ post-install: ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Tue May 2 15:00:12 2017 (r439950) +++ head/lang/erlang/distinfo Tue May 2 15:16:26 2017 (r439951) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493060520 +TIMESTAMP = 1493724363 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_man_19.3.tar.gz) = f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c @@ -21,3 +21,5 @@ SHA256 (erlang/patch-otp-19.3.1) = 2373f SIZE (erlang/patch-otp-19.3.1) = 30225 SHA256 (erlang/patch-otp-19.3.2) = 21c56ac188177985c9db11c7066dcee0f7370760da3e15a0d03c235bd2a2cb2a SIZE (erlang/patch-otp-19.3.2) = 6290 +SHA256 (erlang/patch-otp-19.3.3) = dbe1cab750a3339c3755db27b800e53232519c84a304bd562263ffb060afab55 +SIZE (erlang/patch-otp-19.3.3) = 12525 From owner-svn-ports-all@freebsd.org Tue May 2 15:23:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D1B0D5AECD; Tue, 2 May 2017 15:23:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F19F85B; Tue, 2 May 2017 15:23:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42FNnNA022859; Tue, 2 May 2017 15:23:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FNnKC022857; Tue, 2 May 2017 15:23:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021523.v42FNnKC022857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 15:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439952 - head/security/snort2pfcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:23:50 -0000 Author: miwi Date: Tue May 2 15:23:49 2017 New Revision: 439952 URL: https://svnweb.freebsd.org/changeset/ports/439952 Log: - Update to 1.8 PR: 218302 Submitted by: maintainer Modified: head/security/snort2pfcd/Makefile head/security/snort2pfcd/distinfo Modified: head/security/snort2pfcd/Makefile ============================================================================== --- head/security/snort2pfcd/Makefile Tue May 2 15:16:26 2017 (r439951) +++ head/security/snort2pfcd/Makefile Tue May 2 15:23:49 2017 (r439952) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snort2pfcd -PORTVERSION= 1.3 +PORTVERSION= 1.8 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ Modified: head/security/snort2pfcd/distinfo ============================================================================== --- head/security/snort2pfcd/distinfo Tue May 2 15:16:26 2017 (r439951) +++ head/security/snort2pfcd/distinfo Tue May 2 15:23:49 2017 (r439952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490555539 -SHA256 (snort2pfcd-1.3.tar.gz) = 907c64d22891de9601d9e57db9a8df284c92468ea5a9f571619dbdc58681c0e9 -SIZE (snort2pfcd-1.3.tar.gz) = 11647 +TIMESTAMP = 1493611805 +SHA256 (snort2pfcd-1.8.tar.gz) = 0928acf0c0327605e69ed9a7f1d4a4b671295ccbe5f5aa1b9f8bb209eb8aed0b +SIZE (snort2pfcd-1.8.tar.gz) = 12779 From owner-svn-ports-all@freebsd.org Tue May 2 15:30:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9598DD5A1B7; Tue, 2 May 2017 15:30:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 65A35CD2; Tue, 2 May 2017 15:30:41 +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 v42FUe90023281; Tue, 2 May 2017 15:30:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FUer3023280; Tue, 2 May 2017 15:30:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705021530.v42FUer3023280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 2 May 2017 15:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439953 - head/sysutils/xe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:30:41 -0000 Author: tobik Date: Tue May 2 15:30:40 2017 New Revision: 439953 URL: https://svnweb.freebsd.org/changeset/ports/439953 Log: Fix Perl test dependency Reported by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10570 Modified: head/sysutils/xe/Makefile Modified: head/sysutils/xe/Makefile ============================================================================== --- head/sysutils/xe/Makefile Tue May 2 15:23:49 2017 (r439952) +++ head/sysutils/xe/Makefile Tue May 2 15:30:40 2017 (r439953) @@ -11,11 +11,12 @@ COMMENT= Simple xargs and apply replacem LICENSE= CC0-1.0 -TEST_DEPENDS= prove:lang/perl5.24 - USE_GITHUB= yes GH_ACCOUNT= chneukirchen +USES= perl5 +USE_PERL5= test + MAKE_ARGS= CFLAGS="${CFLAGS}" \ MANDIR="${PREFIX}/man" TEST_TARGET= check From owner-svn-ports-all@freebsd.org Tue May 2 15:38:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE92FD5A497; Tue, 2 May 2017 15:38:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id 616C51F0; Tue, 2 May 2017 15:38:39 +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 v42Fcc7H027256; Tue, 2 May 2017 15:38:38 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FccN4027253; Tue, 2 May 2017 15:38:38 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705021538.v42FccN4027253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 2 May 2017 15:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439954 - in head/security/xca: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:38:39 -0000 Author: madpilot Date: Tue May 2 15:38:37 2017 New Revision: 439954 URL: https://svnweb.freebsd.org/changeset/ports/439954 Log: - Fix build with QT5 - Update WWW line in pkg-descr Added: head/security/xca/files/patch-widgets_MW__help.cpp (contents, props changed) Modified: head/security/xca/Makefile head/security/xca/pkg-descr Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/Makefile Tue May 2 15:38:37 2017 (r439954) @@ -29,7 +29,8 @@ OPTIONS_DEFAULT= QT4 QT4_USE= qt4=gui,linguist_build,moc_build,qmake_build \ qt4=rcc_build,uic_build -QT5_USE= qt5=widgets,buildtools_build,linguist_build +QT5_USE= qt5=widgets,buildtools_build,linguist_build \ + CXXSTD=c++11 TOOLKIT_DESC= Qt toolkit post-patch: Added: head/security/xca/files/patch-widgets_MW__help.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xca/files/patch-widgets_MW__help.cpp Tue May 2 15:38:37 2017 (r439954) @@ -0,0 +1,13 @@ +--- widgets/MW_help.cpp.orig 2015-10-10 12:54:12 UTC ++++ widgets/MW_help.cpp +@@ -67,8 +67,8 @@ void MainWindow::about() + { + version = QString("" + "" +- "" +- "" ++ "" ++ "" + "" + "" + "" Modified: head/security/xca/pkg-descr ============================================================================== --- head/security/xca/pkg-descr Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/pkg-descr Tue May 2 15:38:37 2017 (r439954) @@ -5,4 +5,4 @@ storage. It supports importing and expor certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. -WWW: http://xca.hohnstaedt.de/ +WWW: http://xca.sourceforge.net/ From owner-svn-ports-all@freebsd.org Tue May 2 15:39:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DFE6D5A504; Tue, 2 May 2017 15:39:33 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9F29313; Tue, 2 May 2017 15:39:32 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42FdVEr027447; Tue, 2 May 2017 15:39:31 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FdVpB027443; Tue, 2 May 2017 15:39:31 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201705021539.v42FdVpB027443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Tue, 2 May 2017 15:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439955 - in head/net: . py-cymruwhois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:39:33 -0000 Author: farrokhi Date: Tue May 2 15:39:31 2017 New Revision: 439955 URL: https://svnweb.freebsd.org/changeset/ports/439955 Log: New port: net/py-cymruwhois Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10569 Added: head/net/py-cymruwhois/ head/net/py-cymruwhois/Makefile (contents, props changed) head/net/py-cymruwhois/distinfo (contents, props changed) head/net/py-cymruwhois/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 2 15:38:37 2017 (r439954) +++ head/net/Makefile Tue May 2 15:39:31 2017 (r439955) @@ -969,6 +969,7 @@ SUBDIR += py-cjdns SUBDIR += py-cloudfiles SUBDIR += py-coherence + SUBDIR += py-cymruwhois SUBDIR += py-dpkt SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools Added: head/net/py-cymruwhois/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/Makefile Tue May 2 15:39:31 2017 (r439955) @@ -0,0 +1,18 @@ +# Created by: Babak Farrokhi +# $FreeBSD$ + +PORTNAME= cymruwhois +PORTVERSION= 1.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Python client for the whois.cymru.com service + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/net/py-cymruwhois/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/distinfo Tue May 2 15:39:31 2017 (r439955) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493734425 +SHA256 (cymruwhois-1.6.tar.gz) = b6c085e50e33133cd3718504521c780ed4d6b1e18e12c3bda6a0c949df7df254 +SIZE (cymruwhois-1.6.tar.gz) = 4411 Added: head/net/py-cymruwhois/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/pkg-descr Tue May 2 15:39:31 2017 (r439955) @@ -0,0 +1,5 @@ +cymruwhois is a python library for interfacing with the +whois.cymru.com service and performs lookups by ip address and +return ASN, Country Code, and Netblock Owner. + +WWW: https://pypi.python.org/pypi/cymruwhois From owner-svn-ports-all@freebsd.org Tue May 2 15:39:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D097ED5A560; Tue, 2 May 2017 15:39:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD92562B; Tue, 2 May 2017 15:39:55 +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 v42FdsN6027601; Tue, 2 May 2017 15:39:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FdsM7027599; Tue, 2 May 2017 15:39:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705021539.v42FdsM7027599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 May 2017 15:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439956 - head/graphics/py-pyglet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:39:55 -0000 Author: amdmi3 Date: Tue May 2 15:39:54 2017 New Revision: 439956 URL: https://svnweb.freebsd.org/changeset/ports/439956 Log: - Update to 1.2.4 - Undeprecate Deleted: head/graphics/py-pyglet/pkg-plist Modified: head/graphics/py-pyglet/Makefile head/graphics/py-pyglet/distinfo head/graphics/py-pyglet/pkg-descr Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/Makefile Tue May 2 15:39:54 2017 (r439956) @@ -2,40 +2,19 @@ # $FreeBSD$ PORTNAME= pyglet -PORTVERSION= 1.1.4 -PORTREVISION= 5 +PORTVERSION= 1.2.4 CATEGORIES= graphics multimedia x11-toolkits python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Cross-platform windowing and multimedia library for Python +COMMENT= Cross-platform windowing and multimedia library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:multimedia/avbin - -ONLY_FOR_ARCHS= i386 - -USES= openal:al python -USE_PYTHON= distutils -USE_GL= gl glu - -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG NOTICE README ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Modified: head/graphics/py-pyglet/distinfo ============================================================================== --- head/graphics/py-pyglet/distinfo Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/distinfo Tue May 2 15:39:54 2017 (r439956) @@ -1,2 +1,3 @@ -SHA256 (pyglet-1.1.4.tar.gz) = 1d9b2a5e3a37a9068aee70100d19bfa83a6bbf6d4a2af8adb4231a601a101611 -SIZE (pyglet-1.1.4.tar.gz) = 2946601 +TIMESTAMP = 1493738698 +SHA256 (pyglet-1.2.4.tar.gz) = 9f62ffbbcf2b202d084bf158685e77d28b8f4f5f2738f4c5e63a947a07503445 +SIZE (pyglet-1.2.4.tar.gz) = 2122017 Modified: head/graphics/py-pyglet/pkg-descr ============================================================================== --- head/graphics/py-pyglet/pkg-descr Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/pkg-descr Tue May 2 15:39:54 2017 (r439956) @@ -1,20 +1,6 @@ pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, -Mac OS X and Linux. Some of the features of pyglet are: +Mac OS X and Linux. - * No external dependencies or installation requirements. For most - application and game requirements, pyglet needs nothing else besides - Python, simplifying distribution and installation. - * Take advantage of multiple windows and multi-monitor desktops. - pyglet allows you to use as many windows as you need, and is fully - aware of multi-monitor setups for use with fullscreen games. - * Load images, sound, music and video in almost any format. pyglet - can optionally use AVbin to play back audio formats such as MP3, - OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, - WMV and Xvid. - -pyglet is provided under the BSD open-source license, allowing you -to use it for both commerical and other open-source projects with -very little restriction. - -WWW: http://pyglet.org/ +WWW: https://bitbucket.org/pyglet/pyglet/wiki/Home +WWW: https://pypi.python.org/pypi/pyglet From owner-svn-ports-all@freebsd.org Tue May 2 15:43:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C7FD5A7D1; Tue, 2 May 2017 15:43:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id 955FBA9D; Tue, 2 May 2017 15:43:44 +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 v42FhhC5031944; Tue, 2 May 2017 15:43:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Fhhdf031939; Tue, 2 May 2017 15:43:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705021543.v42Fhhdf031939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 2 May 2017 15:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439957 - in head/devel: . kore kore-notls kore/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:43:44 -0000 Author: tobik Date: Tue May 2 15:43:42 2017 New Revision: 439957 URL: https://svnweb.freebsd.org/changeset/ports/439957 Log: Add a devel/kore slave with TLS support disabled TLS=on changes Kore's behavior and it is not currently possible to disable TLS at runtime. This will allow deploying TLS-enabled and non-TLS apps on the same host. - While here remove an old FreeBSD 9 patch Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10296 Added: head/devel/kore-notls/ head/devel/kore-notls/Makefile (contents, props changed) Deleted: head/devel/kore/files/patch-src_bsd.c Modified: head/devel/Makefile head/devel/kore/Makefile head/devel/kore/files/patch-src_cli.c head/devel/kore/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 2 15:39:54 2017 (r439956) +++ head/devel/Makefile Tue May 2 15:43:42 2017 (r439957) @@ -1210,6 +1210,7 @@ SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kore + SUBDIR += kore-notls SUBDIR += ksql SUBDIR += kyra SUBDIR += kyua Added: head/devel/kore-notls/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/kore-notls/Makefile Tue May 2 15:43:42 2017 (r439957) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -notls +MASTERDIR= ${.CURDIR}/../kore +EXAMPLESDIR= ${PREFIX}/share/examples/${KORE_BIN} +OPTIONS_EXCLUDE= TLS + +.include "${MASTERDIR}/Makefile" Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Tue May 2 15:39:54 2017 (r439956) +++ head/devel/kore/Makefile Tue May 2 15:43:42 2017 (r439957) @@ -4,7 +4,7 @@ PORTNAME= kore PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -release -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www MAINTAINER= tobik@FreeBSD.org @@ -20,11 +20,10 @@ GH_ACCOUNT= jorisvink CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} CFLAGS_clang= -Wno-error=c11-extensions # 12.0 + -pedantic -MAKE_ARGS= INSTALL_DIR="${STAGEDIR}${PREFIX}/bin" \ - INCLUDE_DIR="${STAGEDIR}${PREFIX}/include/kore" -OPTIONS_DEFINE= DEBUG HTTP JSONRPC PGSQL TASKS TLS +OPTIONS_DEFINE= DEBUG EXAMPLES HTTP JSONRPC PGSQL TASKS TLS OPTIONS_DEFAULT= HTTP JSONRPC PGSQL TASKS TLS +OPTIONS_SUB= yes HTTP_DESC= Build with HTTP support JSONRPC_DESC= Build with JSON-RPC support @@ -50,19 +49,26 @@ JSONRPC_LIB_DEPENDS= libyajl.so:devel/ya DEBUG_VARS= MAKE_ARGS+=DEBUG=1 +KORE_BIN= kore${PKGNAMESUFFIX} +PLIST_SUB= KORE_BIN="${KORE_BIN}" + post-patch: -# Disable kore's own optimizations flags, make sure the correct flags -# are set when LOCALBASE is not /usr/local, and allow __generic on -# FreeBSD 12.0-CURRENT after r308264 +# Disable kore's own optimizations flags, make sure the correct paths +# are set when LOCALBASE is not /usr/local @${REINPLACE_CMD} -e 's|CFLAGS+=-O|#|g' \ -e 's|/usr/local/|${LOCALBASE}/|g' \ ${WRKSRC}/Makefile - -pre-install: - ${STRIP_CMD} ${WRKSRC}/kore - -post-install: - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/conf && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + @${REINPLACE_CMD} -e 's|"kore"|"${PREFIX}/bin/${KORE_BIN}"|g' \ + -e 's|%%KORE_BIN%%|${KORE_BIN}|g' \ + ${WRKSRC}/src/cli.c ${WRKSRC}/src/utils.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/kore ${STAGEDIR}${PREFIX}/bin/${KORE_BIN} + @${MKDIR} ${STAGEDIR}${PREFIX}/include/${KORE_BIN}/kore + @cd ${WRKSRC}/includes && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/${KORE_BIN}/kore + +do-install-EXAMPLES-on: + @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + @cd ${WRKSRC}/conf && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/kore/files/patch-src_cli.c ============================================================================== --- head/devel/kore/files/patch-src_cli.c Tue May 2 15:39:54 2017 (r439956) +++ head/devel/kore/files/patch-src_cli.c Tue May 2 15:43:42 2017 (r439957) @@ -13,3 +13,11 @@ static struct cfile_list source_files; static struct buildopt_list build_options; static int source_files_count; +@@ -1459,6 +1459,7 @@ cli_build_flags_common(struct kore_buf* + "-fPIC -I%s/src -I%s/src/includes ", rootdir, rootdir); + #if defined(PREFIX) + kore_buf_appendf(buf, "-I%s/include ", PREFIX); ++ kore_buf_appendf(buf, "-I%s/include/%%KORE_BIN%% ", PREFIX); + #else + kore_buf_appendf(buf, "-I/usr/local/include "); + #endif Modified: head/devel/kore/pkg-plist ============================================================================== --- head/devel/kore/pkg-plist Tue May 2 15:39:54 2017 (r439956) +++ head/devel/kore/pkg-plist Tue May 2 15:43:42 2017 (r439957) @@ -1,9 +1,9 @@ -bin/kore -include/kore/http.h -include/kore/jsonrpc.h -include/kore/kore.h -include/kore/pgsql.h -include/kore/tasks.h +bin/%%KORE_BIN%% +include/%%KORE_BIN%%/kore/http.h +include/%%KORE_BIN%%/kore/jsonrpc.h +include/%%KORE_BIN%%/kore/kore.h +include/%%KORE_BIN%%/kore/pgsql.h +include/%%KORE_BIN%%/kore/tasks.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpp/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpp/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpp/conf/build.conf From owner-svn-ports-all@freebsd.org Tue May 2 15:48:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9F80D5A93C; Tue, 2 May 2017 15:48:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id ACC3CCBB; Tue, 2 May 2017 15:48:14 +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 v42FmDqe032430; Tue, 2 May 2017 15:48:13 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FmDjB032424; Tue, 2 May 2017 15:48:13 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705021548.v42FmDjB032424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 2 May 2017 15:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439958 - in head/devel/libmpsse: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:48:15 -0000 Author: ler Date: Tue May 2 15:48:13 2017 New Revision: 439958 URL: https://svnweb.freebsd.org/changeset/ports/439958 Log: devel/libmpsse: point to active upstream instead of obsolete googlecode PR: 217160 Submitted by: John Hein Approved by: adamw (mentor, implicit) Added: head/devel/libmpsse/files/patch-Makefile.in (contents, props changed) head/devel/libmpsse/files/patch-configure.ac (contents, props changed) Deleted: head/devel/libmpsse/files/patch-src_Makefile.in head/devel/libmpsse/files/patch-src_configure_ac Modified: head/devel/libmpsse/Makefile head/devel/libmpsse/distinfo head/devel/libmpsse/pkg-descr Modified: head/devel/libmpsse/Makefile ============================================================================== --- head/devel/libmpsse/Makefile Tue May 2 15:43:42 2017 (r439957) +++ head/devel/libmpsse/Makefile Tue May 2 15:48:13 2017 (r439958) @@ -2,54 +2,40 @@ PORTNAME= libmpsse PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Open source library for SPI/I2C control via FTDI chips -LICENSE= GPLv2 +LICENSE= BSD2CLAUSE BUILD_DEPENDS= swig2.0:devel/swig20 LIB_DEPENDS= libftdi.so:devel/libftdi -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= gmake pkgconfig python:2 -USE_AUTOTOOLS= autoconf -USE_LDCONFIG= yes +USES= autoreconf localbase:ldflags pkgconfig python:2 GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -fPIC -LDFLAGS+= -L${LOCALBASE}/lib -lftdi - -CONFIGURE_WRKSRC= ${WRKSRC}/src -BUILD_WRKSRC= ${WRKSRC}/src -INSTALL_WRKSRC= ${WRKSRC}/src +USE_GITHUB= yes +USE_LDCONFIG= yes +GH_ACCOUNT= devttys0 +GH_TAGNAME= f1a6744b220d -MAKE_JOBS_UNSAFE= yes +WRKSRC_SUBDIR= src CONFIGURE_ENV= SWIG="swig2.0" -MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" - -PORTDOCS= INSTALL COPYING README README.* AN_135_MPSSE_Basics.pdf +PORTDOCS= INSTALL LICENSE README README.* AN_135_MPSSE_Basics.pdf PORTEXAMPLES= * -PLIST_FILES= ${LOCALBASE}/lib/libmpsse.so ${LOCALBASE}/lib/libmpsse.a ${LOCALBASE}/include/mpsse.h \ - ${PYTHON_SITELIBDIR}/mpsse.py ${PYTHON_SITELIBDIR}/pylibmpsse.py ${PYTHON_SITELIBDIR}/_pylibmpsse.so - -pre-install: - ${MKDIR} ${STAGEDIR}/${LOCALBASE}/lib/ +PLIST_FILES= lib/libmpsse.so lib/libmpsse.a include/mpsse.h \ + ${PYTHONPREFIX_SITELIBDIR}/_pylibmpsse.so \ + ${PYTHONPREFIX_SITELIBDIR}/mpsse.py \ + ${PYTHONPREFIX_SITELIBDIR}/pylibmpsse.py post-install: - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name Makefile") - ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} - (cd ${WRKSRC}/src/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! -name Makefile") - - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pylibmpsse.so + (cd ${WRKSRC}/../docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name Makefile") + (cd ${WRKSRC}/../src/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! -name Makefile") + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pylibmpsse.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpsse.so .include Modified: head/devel/libmpsse/distinfo ============================================================================== --- head/devel/libmpsse/distinfo Tue May 2 15:43:42 2017 (r439957) +++ head/devel/libmpsse/distinfo Tue May 2 15:48:13 2017 (r439958) @@ -1,2 +1,3 @@ -SHA256 (libmpsse-1.3.tar.gz) = 08f2a0025074720d40e29430089b1ab78d764756cc5d2bcb3148d98131b4074b -SIZE (libmpsse-1.3.tar.gz) = 652047 +TIMESTAMP = 1487094604 +SHA256 (devttys0-libmpsse-1.3-f1a6744b220d_GH0.tar.gz) = 97f08ad42ffbf5dc6d9e0760fddb03997af4fe1069daa4ce5197e695e3a50a78 +SIZE (devttys0-libmpsse-1.3-f1a6744b220d_GH0.tar.gz) = 644261 Added: head/devel/libmpsse/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmpsse/files/patch-Makefile.in Tue May 2 15:48:13 2017 (r439958) @@ -0,0 +1,54 @@ +--- Makefile.in.orig 2015-06-11 12:50:50 UTC ++++ Makefile.in +@@ -26,26 +26,27 @@ example-code: + make -C examples + + mpsse.o: support.o +- $(CC) $(CFLAGS) $(LDFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c mpsse.c ++ $(CC) $(CFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c mpsse.c + + fast.o: support.o +- $(CC) $(CFLAGS) $(LDFLAGS) -c fast.c ++ $(CC) $(CFLAGS) -c fast.c + + support.o: +- $(CC) $(CFLAGS) $(LDFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c support.c ++ $(CC) $(CFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c support.c + + pyswig-build: +- $(CC) $(CFLAGS) $(LDFLAGS) -DSWIGPYTHON -DLIBFTDI1=$(LIBFTDI1) -c support.c +- $(CC) $(CFLAGS) $(LDFLAGS) -DSWIGPYTHON -DLIBFTDI1=$(LIBFTDI1) -c mpsse.c ++ $(CC) $(CFLAGS) -DSWIGPYTHON -DLIBFTDI1=$(LIBFTDI1) -c support.c -o pyswig_support.o ++ $(CC) $(CFLAGS) -DSWIGPYTHON -DLIBFTDI1=$(LIBFTDI1) -c mpsse.c -o pyswig_mpsse.o + $(SWIG) -python $(TARGET).i + $(CC) $(CFLAGS) -c -DLIBFTDI1=$(LIBFTDI1) $(TARGET)_wrap.c $(INC) +- $(CC) $(CFLAGS) -shared $(FRAMEWORK) $(TARGET)_wrap.o mpsse.o support.o \ ++ $(CC) $(CFLAGS) -shared $(FRAMEWORK) $(TARGET)_wrap.o pyswig_mpsse.o pyswig_support.o \ + -o _pylib$(TARGET).so $(LDFLAGS) $(INC) + + pyswig-install: +- install -D -m644 pylib$(TARGET).py $(DESTDIR)/$(PYLIB)/pylib$(TARGET).py +- install -D -m644 _pylib$(TARGET).so $(DESTDIR)/$(PYLIB)/_pylib$(TARGET).so +- install -D -m644 $(TARGET).py $(DESTDIR)/$(PYLIB)/$(TARGET).py ++ install -d -m755 $(DESTDIR)/$(PYLIB) ++ install -m644 pylib$(TARGET).py $(DESTDIR)/$(PYLIB)/pylib$(TARGET).py ++ install -m644 _pylib$(TARGET).so $(DESTDIR)/$(PYLIB)/_pylib$(TARGET).so ++ install -m644 $(TARGET).py $(DESTDIR)/$(PYLIB)/$(TARGET).py + + pyswig-uninstall: + rm -f $(DESTDIR)/$(PYLIB)/$(TARGET).* \ +@@ -58,9 +59,11 @@ py-install: + py-uninstall: + + install: py$(BUILD)-install +- install -D -m644 lib$(TARGET).so $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so +- install -D -m644 lib$(TARGET).a $(DESTDIR)/$(LIBDIR)/lib$(TARGET).a +- install -D -m644 $(TARGET).h $(DESTDIR)/$(INCDIR)/$(TARGET).h ++ install -d -m755 $(DESTDIR)/$(LIBDIR) ++ install -m644 lib$(TARGET).so $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so ++ install -m644 lib$(TARGET).a $(DESTDIR)/$(LIBDIR)/lib$(TARGET).a ++ install -d -m755 $(DESTDIR)/$(INCDIR) ++ install -m644 $(TARGET).h $(DESTDIR)/$(INCDIR)/$(TARGET).h + + uninstall: py$(BUILD)-uninstall + rm -f $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so \ Added: head/devel/libmpsse/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmpsse/files/patch-configure.ac Tue May 2 15:48:13 2017 (r439958) @@ -0,0 +1,43 @@ +--- configure.ac.orig 2015-06-11 12:50:50 UTC ++++ configure.ac +@@ -42,6 +42,31 @@ then + exit 1 + fi + ++ if ! test $PYEXE ++ then ++ PYEXE=$(which python2) ++ if ! test ${PYEXE} ++ then ++ PYEXE=$(which python) ++ fi ++ fi ++ echo $PYEXE ++ ++ if ! test $PYDEV ++ then ++ for INCL in $(python2-config --includes) ++ do ++ echo $INCL ++ INCL=$(echo "${INCL}" | sed 's:^-I::g') ++ echo $INCL ++ if test -f "${INCL}/Python.h" ++ then ++ PYDEV="${INCL}" ++ break; ++ fi; ++ done ++ fi ++ + if ! test $PYDEV + then + PYDEV="/usr/include/python$(python -V 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)" +@@ -54,7 +79,7 @@ then + dnl This is a hack to get a valid python library path + echo "import sys" > pylib.py + echo "for path in sys.path: print path" >> pylib.py +- PYLIB="$(python pylib.py | grep -e '-packages$' | head -1)" ++ PYLIB="$(${PYEXE} pylib.py | grep -e '-packages$' | head -1)" + rm -f pylib.py + fi + Modified: head/devel/libmpsse/pkg-descr ============================================================================== --- head/devel/libmpsse/pkg-descr Tue May 2 15:43:42 2017 (r439957) +++ head/devel/libmpsse/pkg-descr Tue May 2 15:48:13 2017 (r439958) @@ -3,4 +3,4 @@ Open source library for SPI/I2C control Libmpsse is a library for interfacing with SPI/I2C devices via FTDI's FT-2232 family of USB chips. Based around the libftdi library. -WWW: http://code.google.com/p/libmpsse/ +WWW: http://github.com/devttys0/libmpsse From owner-svn-ports-all@freebsd.org Tue May 2 15:49:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A98DD5A9B1; Tue, 2 May 2017 15:49:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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 20FF3DD1; Tue, 2 May 2017 15:49:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7374FBDC9B; Tue, 2 May 2017 17:49:19 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 31E42BDC91; Tue, 2 May 2017 17:49:19 +0200 (CEST) Subject: Re: svn commit: r439801 - in head: Mk/Uses devel/grantlee5 finance/skrooge To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704301107.v3UB7g83016191@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 2 May 2017 17:49:16 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <201704301107.v3UB7g83016191@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HKBn0gfpBLTiAIWnEkd01bWiFELoIoTs4" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:49:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HKBn0gfpBLTiAIWnEkd01bWiFELoIoTs4 Content-Type: multipart/mixed; boundary="xxkL9nCTuIVjKNfqDnHbgsuvhOiwPoqWN"; protected-headers="v1" From: Mathieu Arnold To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r439801 - in head: Mk/Uses devel/grantlee5 finance/skrooge References: <201704301107.v3UB7g83016191@repo.freebsd.org> In-Reply-To: <201704301107.v3UB7g83016191@repo.freebsd.org> --xxkL9nCTuIVjKNfqDnHbgsuvhOiwPoqWN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 30/04/2017 =C3=A0 13:07, Tobias C. Berner a =C3=A9crit : > +. if defined(WITH_DEBUG) > +PLIST_SUB+=3D GRANTLEE_DEBUG_SUFFIX=3Dd > +. else > +PLIST_SUB+=3D GRANTLEE_DEBUG_SUFFIX=3D > +. endif When replacing a placeholder with an empty string, it is customary to write FOO=3D"" so that the meaning is well defined, and one is not left wondering if something may be missing from that line. --=20 Mathieu Arnold --xxkL9nCTuIVjKNfqDnHbgsuvhOiwPoqWN-- --HKBn0gfpBLTiAIWnEkd01bWiFELoIoTs4 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 iQJ8BAEBCgBmBQJZCKp+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ITyIQAJ+/q0HOw2UgrdBNszr70L9E 1n6GxgW0K6RUMbit/ij2DIiV3PDNJwjqLS1ubbom5fFUioSZDWCyfOHhIKqoBx/Y b7tIVnMgWkKG/R28PzF3GIY+2j4jlvM2syNwRZMavy51eB1apeJTdTJKkPo5IgcL GXPwjW+8iw/4tds7Gh+oUfJlobnrY8IW7FORCmYA04b0pyNKVdIPfWt5O8bBf2L6 5waBqT5GupJlvcpZwE+mDD8Jp7liDtrW/p9A/hXYQTVqzx/x4NRdoxeSc3SHMeKE xZhZHCfmZWIviVpSlBEvG318X9e9xJ1bIkU/QqWNv3e5TqCOWcE+rTt+X82I1NCJ a1DM9O6D/Wq5olx+EauQgO0INI3elzeEVES6zDblqMCMgbJkTOA7i0DXtr27Jjcl z/Dhz4t5QA7TtMA2bHeu94tb6VGWDPICJxwyFBBrFggpCGoWHNrLACFNLsqGKWbw raZADMtV7dtFkNToJSkIXB60fuz+3hwWF2qr3hxyG9AbveSUALY9a9BsrgxA5uRZ +X+PsrqCGbj+hGGGM/dQWjLSGFDB83WudoJJPL2MQPqBVDWmzAIRepvoiitPPf3j JrqLCzftJZaCiftgvxG6G5CuBgfYIKz5xFA8OPrNW6QWgURmk6OEw3RC0X5v+qhQ kPzVO5GVBspyfu3V3hEW =Glqo -----END PGP SIGNATURE----- --HKBn0gfpBLTiAIWnEkd01bWiFELoIoTs4-- From owner-svn-ports-all@freebsd.org Tue May 2 15:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1DBBD5AE29; Tue, 2 May 2017 15:53:22 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1F6D136F; Tue, 2 May 2017 15:53:22 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42FrLNH036227; Tue, 2 May 2017 15:53:21 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FrLkj036225; Tue, 2 May 2017 15:53:21 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201705021553.v42FrLkj036225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Tue, 2 May 2017 15:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439959 - head/sysutils/istatserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:53:23 -0000 Author: farrokhi Date: Tue May 2 15:53:21 2017 New Revision: 439959 URL: https://svnweb.freebsd.org/changeset/ports/439959 Log: Unbreak sysutils/istatserver Reported by: linimon Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10571 Modified: head/sysutils/istatserver/Makefile head/sysutils/istatserver/pkg-descr Modified: head/sysutils/istatserver/Makefile ============================================================================== --- head/sysutils/istatserver/Makefile Tue May 2 15:48:13 2017 (r439958) +++ head/sysutils/istatserver/Makefile Tue May 2 15:53:21 2017 (r439959) @@ -15,8 +15,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libsqlite3.so:databases/sqlite3 -BROKEN= does not build (attempt to chown from do-install) - GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} Modified: head/sysutils/istatserver/pkg-descr ============================================================================== --- head/sysutils/istatserver/pkg-descr Tue May 2 15:48:13 2017 (r439958) +++ head/sysutils/istatserver/pkg-descr Tue May 2 15:53:21 2017 (r439959) @@ -3,3 +3,5 @@ from Linux, Solaris & FreeBSD. istatserv network and disk usage and keeps the history. Once connecting from the iPhone and entering the lock code this data will be sent to the iPhone and shown in fancy graphs. + +WWW: https://bjango.com/linux/istatserver/ From owner-svn-ports-all@freebsd.org Tue May 2 16:26:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6C16D5B5BA; Tue, 2 May 2017 16:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 9EE2F69D; Tue, 2 May 2017 16:26: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 v42GQFE3048900; Tue, 2 May 2017 16:26:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42GQFCs048895; Tue, 2 May 2017 16:26:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705021626.v42GQFCs048895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 May 2017 16:26:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439960 - in head/astro/gpsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 16:26:17 -0000 Author: amdmi3 Date: Tue May 2 16:26:15 2017 New Revision: 439960 URL: https://svnweb.freebsd.org/changeset/ports/439960 Log: - Update to 3.16 PR: 207273 Submitted by: z7dr6ut7gs@snkmail.com (maintainer) Deleted: head/astro/gpsd/files/patch-compiler.h head/astro/gpsd/files/patch-libgps.pc.in head/astro/gpsd/files/patch-libgpsd.pc.in Modified: head/astro/gpsd/Makefile head/astro/gpsd/distinfo head/astro/gpsd/files/patch-SConstruct head/astro/gpsd/pkg-plist Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Tue May 2 15:53:21 2017 (r439959) +++ head/astro/gpsd/Makefile Tue May 2 16:26:15 2017 (r439960) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpsd -PORTVERSION= 3.14 -PORTREVISION= 4 +PORTVERSION= 3.16 CATEGORIES= astro geography MASTER_SITES= SAVANNAH @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt -USES= cpe pathfix pkgconfig python scons shebangfix +USES= cpe pathfix pkgconfig python:2 scons shebangfix CPE_VENDOR= gpsd_project USE_RC_SUBR= gpsd SHEBANG_FILES= *.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \ @@ -24,6 +23,7 @@ SHEBANG_FILES= *.py gps/*.py gegps xgps MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" MAKE_ENV= DESTDIR="${STAGEDIR}" +PLIST_SUB= PYTHON_EGGINFO=gps-${PORTVERSION}.egg-info OPTIONS_DEFINE= AIVDM ASHTECH CPPBIND DBUS EARTHMATE EVERMORE FURY FV18 GARMIN \ GARMINTXT GEOSTAR GPSCLOCK IPV6 ITRAX MTK NAVCOM NCURSES \ @@ -36,6 +36,7 @@ OPTIONS_DEFAULT= AIVDM ASHTECH CPPBIND E NMEA0183 NTP NTPSHM NTRIP OCEANSERVER ONCORE PASSTHROUGH \ RECONFIGURE RTCM104V2 RTCM104V3 SHMEXPORT SIRF SOCKEXPORT \ SUPERSTARII TIMING TNT TRIPMATE TSIP UBLOX USB +OPTIONS_SUB= yes AIVDM_DESC= Aivdm support ASHTECH_DESC= Ashtech support @@ -110,12 +111,13 @@ RTCM104V3_MAKE_ARGS_OFF= rtcm104v3=no NTP_MAKE_ARGS_OFF= ntp=no NTPSHM_MAKE_ARGS_OFF= ntpshm=no PPS_MAKE_ARGS_OFF= pps=no -PPS_IMPLIES= NTPSHM +PPS_IMPLIES= NTPSHM # Export methods SOCKEXPORT_MAKE_ARGS_OFF= socket_export=no DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus -DBUS_MAKE_ARGS= dbus_export=yes +DBUS_MAKE_ARGS= dbus_export=yes +DBUS_MAKE_ARGS_OFF= dbus_export=no SHMEXPORT_MAKE_ARGS_OFF= shm_export=no # Communication @@ -130,7 +132,7 @@ TIMING_MAKE_ARGS_OFF= timing=no # Client-side options NCURSES_MAKE_ARGS_OFF= ncurses=no NCURSES_USES= ncurses -QTBIND_USE= QT4=network +QTBIND_USE= QT4=network,corelib QTBIND_MAKE_ARGS= qt=yes QTBIND_MAKE_ARGS_OFF= qt=no QTBIND_PLIST_SUB= QTBIND="" Modified: head/astro/gpsd/distinfo ============================================================================== --- head/astro/gpsd/distinfo Tue May 2 15:53:21 2017 (r439959) +++ head/astro/gpsd/distinfo Tue May 2 16:26:15 2017 (r439960) @@ -1,2 +1,3 @@ -SHA256 (gpsd-3.14.tar.gz) = 504fc812f3c1525a1a48e04bf4d77f9a8066c201448d98089df89d58ef53a8cb -SIZE (gpsd-3.14.tar.gz) = 1398425 +TIMESTAMP = 1493742351 +SHA256 (gpsd-3.16.tar.gz) = 03579af13a4d3fe0c5b79fa44b5f75c9f3cac6749357f1d99ce5d38c09bc2029 +SIZE (gpsd-3.16.tar.gz) = 8587490 Modified: head/astro/gpsd/files/patch-SConstruct ============================================================================== --- head/astro/gpsd/files/patch-SConstruct Tue May 2 15:53:21 2017 (r439959) +++ head/astro/gpsd/files/patch-SConstruct Tue May 2 16:26:15 2017 (r439960) @@ -1,19 +1,101 @@ ---- SConstruct.orig 2015-03-14 11:24:41 UTC +Remove LIBPATH='.' - see http://lists.nongnu.org/archive/html/gpsd-dev/2016-02/msg00042.html + +--- SConstruct.orig 2016-01-08 19:25:48 UTC +++ SConstruct -@@ -305,16 +305,6 @@ def installdir(dir, add_destdir=True): - wrapped.replace("/usr/lib/systemd", "/lib/systemd") - return wrapped +@@ -985,37 +985,37 @@ gpsmon_sources = [ + ## Production programs --# Honor the specified installation prefix in link paths. --if env["sysroot"]: -- env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir', add_destdir=False)]) -- --# Don't hack RPATH unless libdir points somewhere that is not on the --# minimum default load path. --if env["shared"]: -- if env["libdir"] not in ["/usr/lib", "/lib"]: -- env.Prepend(RPATH=[installdir('libdir')]) -- - # Give deheader a way to set compiler flags - if 'MORECFLAGS' in os.environ: - env.Append(CFLAGS=Split(os.environ['MORECFLAGS'])) + gpsd = env.Program('gpsd', gpsd_sources, +- LIBS=['gpsd', 'gps_static'], LIBPATH='.', ++ LIBS=['gpsd', 'gps_static'], + parse_flags=gpsdflags+gpsflags) + gpsdecode = env.Program('gpsdecode', ['gpsdecode.c'], +- LIBS=['gpsd', 'gps_static'], LIBPATH='.', ++ LIBS=['gpsd', 'gps_static'], + parse_flags=gpsdflags+gpsflags) + gpsctl = env.Program('gpsctl', ['gpsctl.c'], +- LIBS=['gpsd', 'gps_static'], LIBPATH='.', ++ LIBS=['gpsd', 'gps_static'], + parse_flags=gpsdflags+gpsflags) + gpsmon = env.Program('gpsmon', gpsmon_sources, +- LIBS=['gpsd', 'gps_static'], LIBPATH='.', ++ LIBS=['gpsd', 'gps_static'], + parse_flags=gpsdflags + gpsflags + ncurseslibs) + gpsdctl = env.Program('gpsdctl', ['gpsdctl.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + gpspipe = env.Program('gpspipe', ['gpspipe.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + gps2udp = env.Program('gps2udp', ['gps2udp.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + gpxlogger = env.Program('gpxlogger', ['gpxlogger.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + lcdgps = env.Program('lcdgps', ['lcdgps.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + cgps = env.Program('cgps', ['cgps.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags + ncurseslibs) + ntpshmmon = env.Program('ntpshmmon', ['ntpshmmon.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=gpsflags) + + binaries = [gpsd, gpsdecode, gpsctl, gpsdctl, gpspipe, gps2udp, gpxlogger, lcdgps, ntpshmmon] +@@ -1024,26 +1024,26 @@ if env["ncurses"]: + + # Test programs - always link locally and statically + test_bits = env.Program('test_bits', ['test_bits.c'], +- LIBS=['gps_static'], LIBPATH='.') ++ LIBS=['gps_static']) + test_float = env.Program('test_float', ['test_float.c']) + test_geoid = env.Program('test_geoid', ['test_geoid.c'], + LIBS=['gpsd', 'gps_static'], +- LIBPATH='.', parse_flags=gpsdflags) ++ parse_flags=gpsdflags) + test_matrix = env.Program('test_matrix', ['test_matrix.c'], + LIBS=['gpsd', 'gps_static'], +- LIBPATH='.', parse_flags=gpsdflags) ++ parse_flags=gpsdflags) + test_mktime = env.Program('test_mktime', ['test_mktime.c'], +- LIBS=['gps_static'], LIBPATH='.', parse_flags=["-lm"]) ++ LIBS=['gps_static'], parse_flags=["-lm"]) + test_packet = env.Program('test_packet', ['test_packet.c'], + LIBS=['gpsd', 'gps_static'], +- LIBPATH='.', parse_flags=gpsdflags) ++ parse_flags=gpsdflags) + test_timespec = env.Program('test_timespec', ['test_timespec.c'], + LIBS=['gpsd', 'gps_static'], +- LIBPATH='.', parse_flags=gpsdflags) ++ parse_flags=gpsdflags) + test_trig = env.Program('test_trig', ['test_trig.c'], parse_flags=["-lm"]) + # test_libgps for glibc older than 2.17 + test_libgps = env.Program('test_libgps', ['test_libgps.c'], +- LIBS=['gps_static'], LIBPATH='.', parse_flags=["-lm"] + rtlibs + dbusflags) ++ LIBS=['gps_static'], parse_flags=["-lm"] + rtlibs + dbusflags) + + if not env['socket_export']: + announce("test_json not building because socket_export is disabled") +@@ -1051,11 +1051,11 @@ if not env['socket_export']: + else: + test_json = env.Program( + 'test_json', ['test_json.c'], +- LIBS=['gps_static'], LIBPATH='.', ++ LIBS=['gps_static'], + parse_flags=["-lm"] + rtlibs + usbflags + dbusflags) + + test_gpsmm = env.Program('test_gpsmm', ['test_gpsmm.cpp'], +- LIBS=['gps_static'], LIBPATH='.', parse_flags=["-lm"]) ++ LIBS=['gps_static'], parse_flags=["-lm"]) + testprogs = [test_bits, test_float, test_geoid, test_libgps, test_matrix, test_mktime, test_packet, test_timespec, test_trig] + if env['socket_export']: + testprogs.append(test_json) Modified: head/astro/gpsd/pkg-plist ============================================================================== --- head/astro/gpsd/pkg-plist Tue May 2 15:53:21 2017 (r439959) +++ head/astro/gpsd/pkg-plist Tue May 2 16:26:15 2017 (r439960) @@ -1,11 +1,11 @@ -bin/cgps +%%NCURSES%%bin/cgps bin/gegps bin/gps2udp bin/gpscat bin/gpsctl bin/gpsdecode bin/gpsfake -bin/gpsmon +%%NCURSES%%bin/gpsmon bin/gpspipe bin/gpsprof bin/gpxlogger @@ -18,16 +18,10 @@ include/libgpsmm.h %%QTBIND%%lib/libQgpsmm.prl %%QTBIND%%lib/libQgpsmm.so %%QTBIND%%lib/libQgpsmm.so.22 -%%QTBIND%%lib/libQgpsmm.so.22.0 %%QTBIND%%lib/libQgpsmm.so.22.0.0 lib/libgps.so lib/libgps.so.22 -lib/libgps.so.22.0 lib/libgps.so.22.0.0 -lib/libgpsd.so -lib/libgpsd.so.22 -lib/libgpsd.so.22.0 -lib/libgpsd.so.22.0.0 man/man1/cgps.1.gz man/man1/gegps.1.gz man/man1/gps.1.gz @@ -45,14 +39,13 @@ man/man1/xgps.1.gz man/man1/xgpsspeed.1.gz man/man3/libQgpsmm.3.gz man/man3/libgps.3.gz -man/man3/libgpsd.3.gz man/man3/libgpsmm.3.gz man/man5/gpsd_json.5.gz man/man5/srec.5.gz man/man8/gpsd.8.gz man/man8/gpsdctl.8.gz man/man8/gpsinit.8.gz -%%PYTHON_SITELIBDIR%%/gps-3.14.egg-info +%%PYTHON_SITELIBDIR%%/%%PYTHON_EGGINFO%% %%PYTHON_SITELIBDIR%%/gps/__init__.py %%PYTHON_SITELIBDIR%%/gps/__init__.pyc %%PYTHON_SITELIBDIR%%/gps/__init__.pyo From owner-svn-ports-all@freebsd.org Tue May 2 17:25:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83823D5A8E1; Tue, 2 May 2017 17:25:17 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5560D2E2; Tue, 2 May 2017 17:25:17 +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 v42HPGgV073923; Tue, 2 May 2017 17:25:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42HPGWG073922; Tue, 2 May 2017 17:25:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705021725.v42HPGWG073922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 2 May 2017 17:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439961 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 17:25:17 -0000 Author: tcberner Date: Tue May 2 17:25:16 2017 New Revision: 439961 URL: https://svnweb.freebsd.org/changeset/ports/439961 Log: Clarify PLIST_SUB in grantlee.mk Use FOO="" to clarify, that the empty string is wanted, and there isn't something missing. Reported by: mat Approved by: mat (mentor) Modified: head/Mk/Uses/grantlee.mk Modified: head/Mk/Uses/grantlee.mk ============================================================================== --- head/Mk/Uses/grantlee.mk Tue May 2 16:26:15 2017 (r439960) +++ head/Mk/Uses/grantlee.mk Tue May 2 17:25:16 2017 (r439961) @@ -73,7 +73,7 @@ PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRAN . if defined(WITH_DEBUG) PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d . else -PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX= +PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX="" . endif .endif From owner-svn-ports-all@freebsd.org Tue May 2 17:32:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD7AD5AC53; Tue, 2 May 2017 17:32:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20B5CB69; Tue, 2 May 2017 17:32:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42HWwV7077868; Tue, 2 May 2017 17:32:58 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42HWvF4077865; Tue, 2 May 2017 17:32:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021732.v42HWvF4077865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 17:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439962 - head/sysutils/puppet4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 17:32:59 -0000 Author: miwi Date: Tue May 2 17:32:57 2017 New Revision: 439962 URL: https://svnweb.freebsd.org/changeset/ports/439962 Log: - Update to 4.10.0 PR: 218853 Submitted by: maintainer Modified: head/sysutils/puppet4/Makefile head/sysutils/puppet4/distinfo head/sysutils/puppet4/pkg-plist Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Tue May 2 17:25:16 2017 (r439961) +++ head/sysutils/puppet4/Makefile Tue May 2 17:32:57 2017 (r439962) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 4.9.4 +PORTVERSION= 4.10.0 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 @@ -75,7 +75,8 @@ post-patch: ${WRKSRC}/ext/rack/config.ru do-install: - @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} + @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} \ + --localedir=/var/puppet/share/locales post-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/manifests Modified: head/sysutils/puppet4/distinfo ============================================================================== --- head/sysutils/puppet4/distinfo Tue May 2 17:25:16 2017 (r439961) +++ head/sysutils/puppet4/distinfo Tue May 2 17:32:57 2017 (r439962) @@ -1,3 +1,3 @@ TIMESTAMP = 1489502183 -SHA256 (puppet-4.9.4.tar.gz) = 57f6a9f255b3c4ef7da93665c4c4c0cc9e1ffc9db87530cdccba65e5178a53a0 -SIZE (puppet-4.9.4.tar.gz) = 2929107 +SHA256 (puppet-4.10.0.tar.gz) = e5b96b4b30eb549e411a16d80504203e2dd9d2c53c7d423c0fb07128b25f4aef +SIZE (puppet-4.10.0.tar.gz) = 2952669 Modified: head/sysutils/puppet4/pkg-plist ============================================================================== --- head/sysutils/puppet4/pkg-plist Tue May 2 17:25:16 2017 (r439961) +++ head/sysutils/puppet4/pkg-plist Tue May 2 17:32:57 2017 (r439962) @@ -42,5 +42,7 @@ man/man8/puppet.8.gz @dir(puppet,puppet,) %%ETCDIR%%/manifests @dir(puppet,puppet,) %%ETCDIR%%/modules @dir(puppet,puppet,) /var/puppet +@dir(puppet,puppet,) /var/puppet/share +@dir(puppet,puppet,) /var/puppet/share/locales @dir(puppet,puppet,) /var/log/puppet @dir /var/run/puppet From owner-svn-ports-all@freebsd.org Tue May 2 17:35:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89C75D5ACF0; Tue, 2 May 2017 17:35:21 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.161.180]) (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 50414CBC; Tue, 2 May 2017 17:35:20 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-yw0-f180.google.com with SMTP id 203so73228889ywe.0; Tue, 02 May 2017 10:35:20 -0700 (PDT) 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=Nor5Iy1Pg31Z9fhgqiWujdNJVr/F75u6UHsp6ezXpBE=; b=LhrXD5vqe7ciENZmbk+OzhVbqJprgNaOo+AFDwkEvAdOs4XpDBsPSYEmyUPPWpKlMh +LnYBzqtUExcGxjD/77JHN3T2OBqcrAsRKf/0f10HFKdig355O6UgUyZFom7R340dRV1 0AD1spQ0w+W/w3z+qTqCJUOoM5foTRxdLWlkPj6WyRq11QZg+AleZZMNfM7CAOeRgpRV 9Sev3qu1B7CAPbeNaIkEiIUDxJG+V4lSUM3DbNCfWst0c8pZ4EJO4gAZYuILRY4cPs9l tNy4B01xq37KfXc6Ktw7F71hjh5pwu+6z5YzbkqZm91B+gg1YVQ92oiuGx3E/tFw7b14 hjCg== X-Gm-Message-State: AN3rC/4AgJO9tapGCWhLGHQonbf9F2sc77/0R/PWAGlWrZEH596vEq1O g6xTQ+de+tpE0g== X-Received: by 10.129.169.8 with SMTP id g8mr28770785ywh.56.1493746028164; Tue, 02 May 2017 10:27:08 -0700 (PDT) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com. [209.85.161.178]) by smtp.gmail.com with ESMTPSA id m28sm8091776ywh.55.2017.05.02.10.27.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 May 2017 10:27:08 -0700 (PDT) Received: by mail-yw0-f178.google.com with SMTP id l18so73361121ywh.3; Tue, 02 May 2017 10:27:07 -0700 (PDT) X-Received: by 10.129.163.69 with SMTP id a66mr27301845ywh.36.1493746027741; Tue, 02 May 2017 10:27:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.132.144 with HTTP; Tue, 2 May 2017 10:27:07 -0700 (PDT) In-Reply-To: References: <201704301107.v3UB7g83016191@repo.freebsd.org> From: "Tobias C. Berner" Date: Tue, 2 May 2017 19:27:07 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r439801 - in head: Mk/Uses devel/grantlee5 finance/skrooge To: Mathieu Arnold Cc: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 17:35:21 -0000 Done in r439961. thanks On 2 May 2017 at 17:49, Mathieu Arnold wrote: > Le 30/04/2017 =C3=A0 13:07, Tobias C. Berner a =C3=A9crit : > > +. if defined(WITH_DEBUG) > > +PLIST_SUB+=3D GRANTLEE_DEBUG_SUFFIX=3Dd > > +. else > > +PLIST_SUB+=3D GRANTLEE_DEBUG_SUFFIX=3D > > +. endif > > > When replacing a placeholder with an empty string, it is customary to > write FOO=3D"" so that the meaning is well defined, and one is not left > wondering if something may be missing from that line. > > > -- > Mathieu Arnold > > > From owner-svn-ports-all@freebsd.org Tue May 2 17:47:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B64D5B186; Tue, 2 May 2017 17:47:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ACD51503; Tue, 2 May 2017 17:47:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42HljbE082182; Tue, 2 May 2017 17:47:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42HljAe082180; Tue, 2 May 2017 17:47:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021747.v42HljAe082180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 17:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439963 - head/devel/phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 17:47:46 -0000 Author: miwi Date: Tue May 2 17:47:44 2017 New Revision: 439963 URL: https://svnweb.freebsd.org/changeset/ports/439963 Log: - Update to 6.1.3 PR: 219017 Submitted by: Jochen Neumeister Modified: head/devel/phpunit6/Makefile head/devel/phpunit6/distinfo Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Tue May 2 17:32:57 2017 (r439962) +++ head/devel/phpunit6/Makefile Tue May 2 17:47:44 2017 (r439963) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.3 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 6 Modified: head/devel/phpunit6/distinfo ============================================================================== --- head/devel/phpunit6/distinfo Tue May 2 17:32:57 2017 (r439962) +++ head/devel/phpunit6/distinfo Tue May 2 17:47:44 2017 (r439963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492937415 -SHA256 (phpunit-6.1.1.phar) = bf164063207f5fcc9fd5ea19539780c80f6aa94c2ea95061df33f854dd7888c5 -SIZE (phpunit-6.1.1.phar) = 2701168 +TIMESTAMP = 1493737931 +SHA256 (phpunit-6.1.3.phar) = a306ff0b44ac08cf506ba15f66de3f36eaf8a9172359df6b71b7ebeff32c7a6f +SIZE (phpunit-6.1.3.phar) = 2699947 From owner-svn-ports-all@freebsd.org Tue May 2 18:50:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9001CD5A6F1; Tue, 2 May 2017 18:50:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 503A61E71; Tue, 2 May 2017 18:50:38 +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 v42IoboP007934; Tue, 2 May 2017 18:50:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42IoaBS007920; Tue, 2 May 2017 18:50:36 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705021850.v42IoaBS007920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 2 May 2017 18:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439964 - in head/cad: . zcad zcad/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 18:50:38 -0000 Author: danfe Date: Tue May 2 18:50:35 2017 New Revision: 439964 URL: https://svnweb.freebsd.org/changeset/ports/439964 Log: Add a port of ZCAD, simple CAD program with AutoCAD DXF 2000 file format support. It is developed with Free Pascal and Lazarus. The project has not released any distfiles yet, so this release is based on r2259 checked out from http://svn.shamangrad.net/zcad/trunk/, cleaned up (most importantly, converted to Unix line endings), and tar+xz'ed. https://sourceforge.net/projects/zcad/ Added: head/cad/zcad/ head/cad/zcad/Makefile (contents, props changed) head/cad/zcad/distinfo (contents, props changed) head/cad/zcad/files/ head/cad/zcad/files/makefile (contents, props changed) head/cad/zcad/files/patch-cad__source_components_zebase_uzbpaths.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_other_AGraphLaz_Vectors_ExtSys.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad.lpi (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad_commands_uzccombase.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad_commands_uzccominterface.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad_gui_uzcmainwindow.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad_uzclog.pas (contents, props changed) head/cad/zcad/files/patch-cad__source_zcad_uzcsysinfo.pas (contents, props changed) head/cad/zcad/pkg-descr (contents, props changed) head/cad/zcad/pkg-plist (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Tue May 2 17:47:44 2017 (r439963) +++ head/cad/Makefile Tue May 2 18:50:35 2017 (r439964) @@ -92,5 +92,6 @@ SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 + SUBDIR += zcad .include Added: head/cad/zcad/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/Makefile Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,93 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= zcad +PORTVERSION= 0.9.8 +CATEGORIES= cad +MASTER_SITES= LOCAL/danfe +DISTNAME= ${PORTNAME}-trunk-r2259 + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Simple CAD program + +BUILD_DEPENDS= lazbuild:editors/lazarus + +USES= tar:xz +USE_FPC= cairo fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \ + pasjpeg rtl-extra rtl-objpas x11 + +LAZARUS_VER= 1.6.4 +LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp \ + --lazarusdir=${LAZARUS_DIR} +LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} +LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME} + +EXTRACT_CMD= LC_ALL=en_US.UTF-8 ${TAR} # for non-ASCII filenames + +MAKE_ENV= LAZBUILD_CMD="${LAZBUILD_CMD}" + +WRKSRC= ${WRKDIR}/trunk +BUILD_WRKSRC= ${WRKSRC}/cad_source +INSTALL_WRKSRC= ${WRKSRC}/cad + +MAKE_JOBS_UNSAFE= yes + +PORTDOCS= UserGuide.odt UserGuide.pdf + +OPTIONS_DEFINE= DOCS +OPTIONS_SINGLE= GUI +OPTIONS_SINGLE_GUI= GTK2 QT4 +OPTIONS_DEFAULT= GTK2 + +GTK2_BUILD_DEPENDS= ${LCL_UNITS_DIR}/gtk2/interfaces.ppu:editors/lazarus-lcl-gtk2 +GTK2_USE= GNOME=gtk20 FPC=gtk2 +GTK2_MAKE_ENV= GUI=gtk2 +GTK2_VARS= LAZBUILD_CMD+=--ws=gtk2 + +QT4_BUILD_DEPENDS= ${LCL_UNITS_DIR}/qt/interfaces.ppu:editors/lazarus-lcl-qt +QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas +QT4_MAKE_ENV= GUI=qt +QT4_VARS= LAZBUILD_CMD+=--ws=qt + +post-patch: + @${EGREP} -lR 'IFN?DEF LINUX' ${BUILD_WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E '/IFN?DEF LINUX/s,LINUX,UNIX,g' + @${REINPLACE_CMD} -e '/}Linux{/d' \ + ${BUILD_WRKSRC}/other/AGraphLaz/Vectors/VStream.pas \ + ${BUILD_WRKSRC}/other/AGraphLaz/Vectors/VFStream.pas \ + ${BUILD_WRKSRC}/other/AGraphLaz/Vectors/VFileSys.pas \ + ${BUILD_WRKSRC}/other/AGraphLaz/Vectors/VStrm64.pas + ${CP} ${FILESDIR}/makefile ${BUILD_WRKSRC}/Makefile + +pre-build: +# OpenGL component must be fixed and rebuilt locally (to avoid touching +# filesystem outside working directory) + ${SED} -e 's,Linux,${OPSYS},' \ + ${LAZARUS_DIR}/components/opengl/openglcontext.pas \ + > ${BUILD_WRKSRC}/openglcontext.pas + ${CP} ${LAZARUS_DIR}/components/opengl/glgtkglxcontext.pas \ + ${LAZARUS_DIR}/components/opengl/glqtcontext.pas \ + ${LAZARUS_DIR}/components/opengl/openglcontext.res \ + ${BUILD_WRKSRC} +# Build components that do not come with precompiled *.ppu files (also +# copy them locally first for the same reason as above) + ${CP} -a ${LAZARUS_DIR}/components/fpvectorial \ + ${LAZARUS_DIR}/components/anchordocking ${WRKSRC} + ${LAZBUILD_CMD} ${WRKSRC}/fpvectorial/fpvectorialpkg.lpk + ${LAZBUILD_CMD} ${WRKSRC}/anchordocking/anchordocking.lpk + +do-install: +# Not ready for hier(7)-conforming installation yet + @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/${PORTNAME} + cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} "blocks components \ + fonts images languages menu programdb rtl sample \ + template" ${STAGEDIR}${PREFIX}/${PORTNAME} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${BUILD_WRKSRC}/userguide/UserGuide.odt \ + ${INSTALL_WRKSRC}/UserGuide.pdf ${STAGEDIR}${DOCSDIR} + +.include Added: head/cad/zcad/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/distinfo Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493632254 +SHA256 (zcad-trunk-r2259.tar.xz) = 9e441aee52313b8b6eb380dd3a92a9c61e35ff0c9f0bc9e71abc38c4579faff2 +SIZE (zcad-trunk-r2259.tar.xz) = 8789888 Added: head/cad/zcad/files/makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/makefile Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,85 @@ +# $FreeBSD$ + +OUTSUFX= lib/$(ARCH)-$(OPSYS:tl) + +# XXX: sometimes the build crashes with ``An unhandled exception occurred +# at $0814EBB3'' message (EAccessViolation: Access violation). It might +# be some concurrency issue, but it occurs even with MAKE_JOBS_UNSAFE, so +# use the following simple workaround for the time being. +ZEALOUS_BUILD= sh -c 'i=0 ; until $(LAZBUILD_CMD) $$0 ; do \ + test $$i -lt 4 || return ; i=$$((i+1)) ; done' + +all: ../$(OUTSUFX)/zcad.compiled + +ZCAD_DEPS= \ + other/AGraphLaz/lazarus/$(OUTSUFX)/ag_graph.compiled \ + other/VirtualTreeView-Lazarus/Source/$(OUTSUFX)-$(GUI)/virtualtreeview_package.compiled \ + components/zmath/$(OUTSUFX)/zmath.compiled \ + components/zobjectinspector/$(OUTSUFX)/zobjectinspector.compiled + +AG_GRAPH_DEPS= \ + other/AGraphLaz/lazarus/$(OUTSUFX)/ag_vectors.compiled \ + other/AGraphLaz/lazarus/$(OUTSUFX)/ag_attr.compiled \ + other/AGraphLaz/lazarus/$(OUTSUFX)/ag_math.compiled \ + +VTV_DEPS= \ + other/lclextensions/$(OUTSUFX)-$(GUI)/lclextensions_package.compiled + +ZMATH_DEPS= \ + components/zebase/$(OUTSUFX)/zebase.compiled + +ZOBJINST_DEPS= \ + components/zscript/$(OUTSUFX)/zscript.compiled \ + components/zcontrols/$(OUTSUFX)/zcontrols.compiled \ + components/zundostack/$(OUTSUFX)/zundostack.compiled + +ZSCRIPT_DEPS= \ + components/zscriptbase/$(OUTSUFX)/zscriptbase.compiled + +ZSCRIPTBASE_DEPS= \ + components/zcontainers/$(OUTSUFX)/zcontainers.compiled + +../$(OUTSUFX)/zcad.compiled: $(ZCAD_DEPS) + $(ZEALOUS_BUILD) zcad.lpi + +other/AGraphLaz/lazarus/$(OUTSUFX)/ag_graph.compiled: $(AG_GRAPH_DEPS) + $(ZEALOUS_BUILD) other/AGraphLaz/lazarus/ag_graph.lpk + +other/AGraphLaz/lazarus/$(OUTSUFX)/ag_vectors.compiled: + $(ZEALOUS_BUILD) other/AGraphLaz/lazarus/ag_vectors.lpk + +other/AGraphLaz/lazarus/$(OUTSUFX)/ag_attr.compiled: + $(ZEALOUS_BUILD) other/AGraphLaz/lazarus/ag_attr.lpk + +other/AGraphLaz/lazarus/$(OUTSUFX)/ag_math.compiled: + $(ZEALOUS_BUILD) other/AGraphLaz/lazarus/ag_math.lpk + +other/VirtualTreeView-Lazarus/Source/$(OUTSUFX)-$(GUI)/virtualtreeview_package.compiled: $(VTV_DEPS) + $(ZEALOUS_BUILD) other/VirtualTreeView-Lazarus/Source/virtualtreeview_package.lpk + +other/lclextensions/$(OUTSUFX)-$(GUI)/lclextensions_package.compiled: + $(ZEALOUS_BUILD) other/lclextensions/lclextensions_package.lpk + +components/zmath/$(OUTSUFX)/zmath.compiled: $(ZMATH_DEPS) + $(ZEALOUS_BUILD) components/zmath/zmath.lpk + +components/zebase/$(OUTSUFX)/zebase.compiled: + $(ZEALOUS_BUILD) components/zebase/zebase.lpk + +components/zobjectinspector/$(OUTSUFX)/zobjectinspector.compiled: $(ZOBJINST_DEPS) + $(ZEALOUS_BUILD) components/zobjectinspector/zobjectinspector.lpk + +components/zscript/$(OUTSUFX)/zscript.compiled: $(ZSCRIPT_DEPS) + $(ZEALOUS_BUILD) components/zscript/zscript.lpk + +components/zscriptbase/$(OUTSUFX)/zscriptbase.compiled: $(ZSCRIPTBASE_DEPS) + $(ZEALOUS_BUILD) components/zscriptbase/zscriptbase.lpk + +components/zcontainers/$(OUTSUFX)/zcontainers.compiled: $(ZMATH_DEPS) + $(ZEALOUS_BUILD) components/zcontainers/zcontainers.lpk + +components/zcontrols/$(OUTSUFX)/zcontrols.compiled: + $(ZEALOUS_BUILD) components/zcontrols/zcontrols.lpk + +components/zundostack/$(OUTSUFX)/zundostack.compiled: $(ZSCRIPT_DEPS) + $(ZEALOUS_BUILD) components/zundostack/zundostack.lpk Added: head/cad/zcad/files/patch-cad__source_components_zebase_uzbpaths.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_components_zebase_uzbpaths.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,53 @@ +--- cad_source/components/zebase/uzbpaths.pas.orig 2017-05-01 09:50:10 UTC ++++ cad_source/components/zebase/uzbpaths.pas +@@ -19,7 +19,8 @@ + unit uzbpaths; + {$INCLUDE def.inc} + interface +-uses uzbtypes,Masks,LCLProc,uzbtypesbase,{$IFNDEF DELPHI}LazUTF8,{$ENDIF}sysutils; ++uses uzbtypes,Masks,LCLProc,uzbtypesbase,{$IFNDEF DELPHI}LazUTF8,{$ENDIF} ++{$IFDEF UNIX}baseunix,{$ENDIF}sysutils; + type + TFromDirIterator=procedure (filename:GDBString); + TFromDirIteratorObj=procedure (filename:GDBString) of object; +@@ -35,7 +36,7 @@ function GetPartOfPath(out part:GDBStrin + + procedure FromDirIterator(const path,mask,firstloadfilename:GDBSTring;proc:TFromDirIterator;method:TFromDirIteratorObj); + procedure FromDirsIterator(const path,mask,firstloadfilename:GDBString;proc:TFromDirIterator;method:TFromDirIteratorObj); +-var ProgramPath,SupportPath,TempPath:gdbstring; ++var ProgramPath,SupportPath,TempPath,UserPath:gdbstring; + implementation + //uses log; + function FindInPaths(Paths,FileName:GDBString):GDBString; +@@ -147,11 +148,19 @@ begin + DebugLn(sysutils.Format('[FILEOPS]FindInSupportPath: file not found:"%s"',[{$IFNDEF DELPHI}utf8tosys{$ENDIF}(FileName)])); + end; + function ExpandPath(path:GDBString):GDBString; ++{$IFDEF UNIX}var sb:stat;{$ENDIF} + begin + if path='' then + result:=programpath + else if path[1]='*' then +- result:=programpath+copy(path,2,length(path)-1) ++begin ++{$IFDEF UNIX} ++ result:=UserPath+copy(path,2,length(path)-1); ++ if ((fpstat(result,sb) = 0) and fpS_ISDIR(sb.st_mode)) ++ or not FileExists(result) then ++{$ENDIF} ++ result:=programpath+copy(path,2,length(path)-1); ++end + else result:=path; + result:=StringReplace(result,'/', PathDelim,[rfReplaceAll, rfIgnoreCase]); + if DirectoryExists({$IFNDEF DELPHI}utf8tosys{$ENDIF}(result)) then +@@ -242,4 +251,10 @@ initialization + if (TempPath[length(TempPath)]<>PathDelim) + then + TempPath:=TempPath+PathDelim; ++{$IFDEF UNIX} ++ UserPath:=GetUserDir+'.zcad/'; ++ ForceDirectories(UserPath+'autosave'); ++ ForceDirectories(UserPath+'components'); ++ ForceDirectories(UserPath+'rtl'); ++{$ENDIF} + end. Added: head/cad/zcad/files/patch-cad__source_other_AGraphLaz_Vectors_ExtSys.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_other_AGraphLaz_Vectors_ExtSys.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,47 @@ +--- cad_source/other/AGraphLaz/Vectors/ExtSys.pas.orig 2017-05-01 09:49:55 UTC ++++ cad_source/other/AGraphLaz/Vectors/ExtSys.pas +@@ -10,7 +10,7 @@ interface + + uses + {$IFDEF V_WIN32}{$ENDIF} +- {$IFDEF LINUX}{$IFDEF V_DELPHI}Libc{$ELSE}Linux{,cmem}{$ENDIF},{$ENDIF} ++ {$IFDEF FREEBSD}{$IFDEF V_DELPHI}Libc{$ELSE}unixtype,sysctl{,cmem}{$ENDIF},{$ENDIF} + SysUtils, {$IFDEF V_D4}SysConst, {$ENDIF}ExtType, VectErr{$IFNDEF LINUX}, Windows{$ENDIF}; + + const +@@ -574,12 +574,13 @@ begin + end; + Result:=MemSize; + {$ELSE} +-{$IFDEF LINUX} ++{$IFDEF FREEBSD} + var +- SI: TSysInfo; ++ page_count, pagesize : UInt32; ++ len : size_t = sizeof(UInt32); + begin +- if sysinfo(@SI){IFDEF V_DELPHI} = 0{ENDIF} then +- Result:=SI.totalram ++ if (FPsysctlbyname('hw.pagesize', @pagesize, @len, nil, 0) {IFDEF V_DELPHI} = 0{ENDIF}) and (FPsysctlbyname('vm.stats.vm.v_page_count', @page_count, @len, nil, 0){IFDEF V_DELPHI} = 0{ENDIF}) then ++ Result:=page_count*pagesize + else + Result:=0; + {$ELSE} +@@ -598,12 +599,13 @@ begin + GlobalMemoryStatus({$IFDEF V_FREEPASCAL}@{$ENDIF}MemoryStatus); + Result:=MemoryStatus.dwAvailPhys; + {$ELSE} +-{$IFDEF LINUX} ++{$IFDEF FREEBSD} + var +- SI: TSysInfo; ++ free_count, pagesize : UInt32; ++ len : size_t = sizeof(UInt32); + begin +- if sysinfo(@SI){IFDEF V_DELPHI} = 0{ENDIF} then +- Result:=SI.freeram ++ if (FPsysctlbyname('hw.pagesize', @pagesize, @len, nil, 0) {IFDEF V_DELPHI} = 0{ENDIF}) and (FPsysctlbyname('vm.stats.vm.v_free_count', @free_count, @len, nil, 0){IFDEF V_DELPHI} = 0{ENDIF}) then ++ Result:=free_count*pagesize + else + Result:=0; + {$ELSE} Added: head/cad/zcad/files/patch-cad__source_zcad.lpi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad.lpi Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,11 @@ +--- cad_source/zcad.lpi.orig 2017-05-01 09:50:07 UTC ++++ cad_source/zcad.lpi +@@ -220,7 +220,7 @@ + + + +- ++ + + + Added: head/cad/zcad/files/patch-cad__source_zcad_commands_uzccombase.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad_commands_uzccombase.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,17 @@ +--- cad_source/zcad/commands/uzccombase.pas.orig 2017-05-01 09:49:51 UTC ++++ cad_source/zcad/commands/uzccombase.pas +@@ -332,7 +332,14 @@ begin + itautoseve:=false; + if operands='QS' then + begin ++{$IFDEF UNIX} ++ // On Unix, force saving under ~/.zcad/autosave ++ s1:=sysvar.SAVE.SAVE_Auto_FileName^; ++ if s1[1]='*' then ++ s1:=UserPath+copy(s1,2,length(s1)-1); ++{$ELSE} + s1:=ExpandPath(sysvar.SAVE.SAVE_Auto_FileName^); ++{$ENDIF} + s:=rsAutoSave+': '''+s1+''''; + HistoryOutStr(s); + itautoseve:=true; Added: head/cad/zcad/files/patch-cad__source_zcad_commands_uzccominterface.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad_commands_uzccominterface.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,20 @@ +--- cad_source/zcad/commands/uzccominterface.pas.orig 2017-05-01 09:49:51 UTC ++++ cad_source/zcad/commands/uzccominterface.pas +@@ -477,7 +477,7 @@ var + begin + try + // create a new xml config file +- filename:=utf8tosys(ProgramPath+'components/defaultlayout.xml'); ++ filename:=utf8tosys(UserPath+'components/defaultlayout.xml'); + SaveLayoutToFile(filename); + exit; + XMLConfig:=TXMLConfigStorage.Create(filename,false); +@@ -702,7 +702,7 @@ var + begin + mem.init({$IFDEF DEBUGBUILD}'{A1891083-67C6-4C21-8012-6D215935F6A6}',{$ENDIF}1024); + SysVarUnit^.SavePasToMem(mem); +- mem.SaveToFile(expandpath(ProgramPath+'rtl/sysvar.pas')); ++ mem.SaveToFile(expandpath(UserPath+'rtl/sysvar.pas')); + mem.done; + result:=cmd_ok; + end; Added: head/cad/zcad/files/patch-cad__source_zcad_gui_uzcmainwindow.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad_gui_uzcmainwindow.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,11 @@ +--- cad_source/zcad/gui/uzcmainwindow.pas.orig 2017-05-01 09:49:49 UTC ++++ cad_source/zcad/gui/uzcmainwindow.pas +@@ -693,7 +693,7 @@ begin + + mem.init({$IFDEF DEBUGBUILD}'{71D987B4-8C57-4C62-8C12-CFC24A0A9C9A}',{$ENDIF}1024); + SavedUnit^.SavePasToMem(mem); +- mem.SaveToFile(expandpath(ProgramPath+'rtl'+PathDelim+'savedvar.pas')); ++ mem.SaveToFile(expandpath(UserPath+'rtl'+PathDelim+'savedvar.pas')); + mem.done; + end; + Added: head/cad/zcad/files/patch-cad__source_zcad_uzclog.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad_uzclog.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,37 @@ +--- cad_source/zcad/uzclog.pas.orig 2017-05-01 09:49:46 UTC ++++ cad_source/zcad/uzclog.pas +@@ -21,10 +21,11 @@ unit uzclog; + {$mode objfpc}{$H+} + interface + uses UGDBOpenArrayOfByte,gzctnrvectordata,gzctnrstl,LazLoggerBase, ++ {$IFDEF UNIX}uzbpaths,{$ENDIF} + LazLogger,strutils,sysutils{$IFNDEF DELPHI},LazUTF8{$ENDIF}; + const {$IFDEF DELPHI}filelog='log/zcad_delphi.log';{$ENDIF} + {$IFDEF FPC} +- {$IFDEF LINUX}filelog='log/zcad_linux.log';{$ENDIF} ++ {$IFDEF UNIX}filelog='zcad_unix.log';{$ENDIF} + {$IFDEF WINDOWS}filelog='log/zcad_windows.log';{$ENDIF} + {$ENDIF} + lp_IncPos=1; +@@ -131,7 +132,9 @@ var + begin + if assigned(SplashTextOut) then + SplashTextOut(s,true); +- logname:={$IFNDEF DELPHI}SysToUTF8{$ENDIF}(ExtractFilePath(paramstr(0)))+filelog+'hard'; ++ logname:={$IFNDEF DELPHI}SysToUTF8{$ENDIF} ++ ({$IFDEF UNIX}UserPath{$ELSE}ExtractFilePath(paramstr(0)){$ENDIF}) ++ +filelog+'hard'; + FileHandle:=0; + if not fileexists({$IFNDEF DELPHI}UTF8ToSys{$ENDIF}(logname)) then + FileHandle:=FileCreate({$IFNDEF DELPHI}UTF8ToSys{$ENDIF}(logname)) +@@ -496,7 +499,9 @@ begin + end; + initialization + begin +- programlog.init({$IFNDEF DELPHI}SysToUTF8{$ENDIF}(ExtractFilePath(paramstr(0)))+filelog,LM_Error); ++ programlog.init({$IFNDEF DELPHI}SysToUTF8{$ENDIF} ++ ({$IFDEF UNIX}UserPath{$ELSE}ExtractFilePath(paramstr(0)){$ENDIF}) ++ +filelog,LM_Error); + end; + finalization + programlog.done; Added: head/cad/zcad/files/patch-cad__source_zcad_uzcsysinfo.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/files/patch-cad__source_zcad_uzcsysinfo.pas Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,10 @@ +--- cad_source/zcad/uzcsysinfo.pas.orig 2017-05-01 09:49:45 UTC ++++ cad_source/zcad/uzcsysinfo.pas +@@ -196,6 +196,7 @@ begin + debugln('{N}SysParam.ProgramPath="%s"',[ProgramPath]); + //programlog.LogOutStr(format('SysParam.ProgramPath="%s"',[ProgramPath]),lp_OldPos,LM_Necessarily); + debugln('{N}SysParam.TempPath="%s"',[TempPath]); ++ debugln('{N}SysParam.UserPath="%s"',[UserPath]); + //programlog.LogOutStr(format('SysParam.TempPath="%s"',[TempPath]),lp_OldPos,LM_Necessarily); + debugln('{N}SysParam.ScreenX=%d',[SysParam.ScreenX]); + //programlog.LogOutStr(format('SysParam.ScreenX=%d',[SysParam.ScreenX]),lp_OldPos,LM_Necessarily); Added: head/cad/zcad/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/pkg-descr Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,4 @@ +ZCAD is simple CAD program with AutoCAD DXF 2000 file format support. +It is developed with Free Pascal and Lazarus. + +https://sourceforge.net/projects/zcad/ Added: head/cad/zcad/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/zcad/pkg-plist Tue May 2 18:50:35 2017 (r439964) @@ -0,0 +1,326 @@ +zcad/blocks/el/general/DEVICE_CABLE_MARK.pas +zcad/blocks/el/general/DEVICE_CONNECTOR.pas +zcad/blocks/el/general/DEVICE_CONNECTOR_POINT.pas +zcad/blocks/el/general/DEVICE_CONNECTOR_SQUARE.pas +zcad/blocks/el/general/DEVICE_CONNECTOR_TERMINAL.pas +zcad/blocks/el/general/DEVICE_EL_CABLE_BREAK.pas +zcad/blocks/el/general/DEVICE_EL_CABLE_DOWN.pas +zcad/blocks/el/general/DEVICE_EL_CABLE_FROMDOWN.pas +zcad/blocks/el/general/DEVICE_EL_CABLE_FROMUP.pas +zcad/blocks/el/general/DEVICE_EL_CABLE_UP.pas +zcad/blocks/el/general/DEVICE_EL_CONTACTOR.pas +zcad/blocks/el/general/DEVICE_EL_LIGHT_FBULB.pas +zcad/blocks/el/general/DEVICE_EL_LIGHT_LBULB.pas +zcad/blocks/el/general/DEVICE_EL_LIGHT_SWITH.pas +zcad/blocks/el/general/DEVICE_EL_MOTOR.pas +zcad/blocks/el/general/DEVICE_EL_SHU.pas +zcad/blocks/el/general/DEVICE_EL_SHUV.pas +zcad/blocks/el/general/DEVICE_EL_SR.pas +zcad/blocks/el/general/DEVICE_EL_YARV.pas +zcad/blocks/el/general/DEVICE_KIP_ACTUATOR.pas +zcad/blocks/el/general/DEVICE_KIP_AUTOMATION_BOX.pas +zcad/blocks/el/general/DEVICE_KIP_CONNECTION_BOX.pas +zcad/blocks/el/general/DEVICE_KIP_DETECTOR.pas +zcad/blocks/el/general/DEVICE_KIP_DEVICE.pas +zcad/blocks/el/general/DEVICE_KIP_KDU.pas +zcad/blocks/el/general/DEVICE_KIP_KNOPKA.pas +zcad/blocks/el/general/DEVICE_KIP_KNOPKA_PKE.pas +zcad/blocks/el/general/DEVICE_KIP_KOROBKA.pas +zcad/blocks/el/general/DEVICE_KIP_KPV.pas +zcad/blocks/el/general/DEVICE_KIP_OZK.pas +zcad/blocks/el/general/DEVICE_KIP_SENSOR.pas +zcad/blocks/el/general/DEVICE_KIP_SOLENOID.pas +zcad/blocks/el/general/DEVICE_KIP_SPZH.pas +zcad/blocks/el/general/DEVICE_KIP_UKP.pas +zcad/blocks/el/general/DEVICE_KIP_VALVE.pas +zcad/blocks/el/general/DEVICE_OPS_AHL.pas +zcad/blocks/el/general/DEVICE_OPS_DISTRIBUTION_BOX.pas +zcad/blocks/el/general/DEVICE_OPS_GB2.pas +zcad/blocks/el/general/DEVICE_OPS_PKU.pas +zcad/blocks/el/general/DEVICE_OPS_SHPS.pas +zcad/blocks/el/general/DEVICE_OPS_UZ.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGB.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGL.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGL2.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGLI.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGLR.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGOI.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGOR.pas +zcad/blocks/el/general/DEVICE_OS_DAT_BGT.pas +zcad/blocks/el/general/DEVICE_OS_ELLOCK.pas +zcad/blocks/el/general/DEVICE_OS_KNOPKA.pas +zcad/blocks/el/general/DEVICE_OS_READER.pas +zcad/blocks/el/general/DEVICE_PS_AR1.pas +zcad/blocks/el/general/DEVICE_PS_AR2.pas +zcad/blocks/el/general/DEVICE_PS_AR8.pas +zcad/blocks/el/general/DEVICE_PS_ARK_DEVICE.pas +zcad/blocks/el/general/DEVICE_PS_BIAD_RUPOR.pas +zcad/blocks/el/general/DEVICE_PS_BIAL.pas +zcad/blocks/el/general/DEVICE_PS_BIAS.pas +zcad/blocks/el/general/DEVICE_PS_BIASL.pas +zcad/blocks/el/general/DEVICE_PS_BRIZ.pas +zcad/blocks/el/general/DEVICE_PS_DAT_HAND.pas +zcad/blocks/el/general/DEVICE_PS_DAT_SMOKE.pas +zcad/blocks/el/general/DEVICE_PS_DAT_SMOKE_AVTON.pas +zcad/blocks/el/general/DEVICE_PS_DAT_SMOKE_FALSH.pas +zcad/blocks/el/general/DEVICE_PS_DAT_SMOKE_FALSH2.pas +zcad/blocks/el/general/DEVICE_PS_DAT_TERMO.pas +zcad/blocks/el/general/DEVICE_PS_ET.pas +zcad/blocks/el/general/DEVICE_PS_GB.pas +zcad/blocks/el/general/DEVICE_PS_KOROBKA.pas +zcad/blocks/el/general/DEVICE_PS_KPB.pas +zcad/blocks/el/general/DEVICE_PS_SP1.pas +zcad/blocks/el/general/DEVICE_PS_TABLO_ARROW.pas +zcad/blocks/el/general/DEVICE_PS_TABLO_EXIT.pas +zcad/blocks/el/general/DEVICE_PS_TABLO_EXIT_RESERVE.pas +zcad/blocks/el/general/DEVICE_PS_TABLO_PNVHODI.pas +zcad/blocks/el/general/DEVICE_PS_TABLO_PUHODI.pas +zcad/blocks/el/general/DEVICE_PS_UKVK.pas +zcad/blocks/el/general/DEVICE_PS_VUOS.pas +zcad/blocks/el/general/DEVICE_SPDS_AXIS.pas +zcad/blocks/el/general/DEVICE_SS_19.pas +zcad/blocks/el/general/DEVICE_SS_ATS.pas +zcad/blocks/el/general/DEVICE_SS_BIAS.pas +zcad/blocks/el/general/DEVICE_SS_MIC.pas +zcad/blocks/el/general/DEVICE_SS_PRICLOCK.pas +zcad/blocks/el/general/DEVICE_SS_RJSOCKET.pas +zcad/blocks/el/general/DEVICE_SS_RT.pas +zcad/blocks/el/general/DEVICE_SS_SECCLOCK.pas +zcad/blocks/el/general/DEVICE_SS_VCAM.pas +zcad/blocks/el/general/DEVICE_SS_VCAMTC.pas +zcad/blocks/el/general/_KIP.dxf +zcad/blocks/el/general/_OPS.dxf +zcad/blocks/el/general/_connector.dxf +zcad/blocks/el/general/_el.dxf +zcad/blocks/el/general/_nok.dxf +zcad/blocks/el/general/_spds.dxf +zcad/blocks/el/general/_ss.dxf +zcad/blocks/el/general/zcadblocks.lst +zcad/blocks/ops/PS_DAT_SMOKE.dxf +zcad/blocks/ops/PS_DAT_TERMO.dxf +zcad/components/22inch_1680x1050.xml +zcad/components/_sys.dxf +zcad/components/autorun.cmd +zcad/components/defaultlayout.xml +zcad/components/defaultlayoutbackup.xml +zcad/components/empty.dxf +zcad/components/klayout.xml +zcad/components/logo.png +zcad/components/main.sf +zcad/components/palette.rgb +zcad/components/undocked.xml +zcad/components/vdock.xml +zcad/components/zcad.lin +zcad/fonts/GEWIND.SHX +zcad/fonts/OpenGostTypeA-Regular.ttf +zcad/fonts/OpenGostTypeB-Regular.ttf +zcad/fonts/_mipGost.shx +zcad/fonts/ltypeshp.shx +zcad/images/basket.png +zcad/images/bug.png +zcad/images/dxf.png +zcad/images/freze.png +zcad/images/lock.png +zcad/images/minus.png +zcad/images/navgroup.png +zcad/images/navigator.ima +zcad/images/off.png +zcad/images/ok.png +zcad/images/on.png +zcad/images/ondiagram.png +zcad/images/onplan.png +zcad/images/plus.png +zcad/images/print.png +zcad/images/purge.png +zcad/images/refresh.png +zcad/images/unfreze.png +zcad/images/unlock.png +zcad/images/unprint.png +zcad/languages/anchordockstr.ru.po +zcad/languages/lclstrconsts.ru.po +zcad/languages/zcad.po +zcad/languages/zcad.ru.po +zcad/menu/BMP/1.bmp +zcad/menu/BMP/El_Wire.bmp +zcad/menu/BMP/about.bmp +zcad/menu/BMP/addtoowner.bmp +zcad/menu/BMP/arc.bmp +zcad/menu/BMP/array.bmp +zcad/menu/BMP/autocable.bmp +zcad/menu/BMP/bedit.bmp +zcad/menu/BMP/bottom.bmp +zcad/menu/BMP/circle.bmp +zcad/menu/BMP/circle2p.bmp +zcad/menu/BMP/circle3p.bmp +zcad/menu/BMP/circlecd.bmp +zcad/menu/BMP/close.bmp +zcad/menu/BMP/colors.bmp +zcad/menu/BMP/copy.bmp +zcad/menu/BMP/copyclip.bmp +zcad/menu/BMP/copyclipbase.bmp +zcad/menu/BMP/cutclip.bmp +zcad/menu/BMP/dimaligned.bmp +zcad/menu/BMP/dimdiametric.bmp +zcad/menu/BMP/dimlinear.bmp +zcad/menu/BMP/dimradial.bmp +zcad/menu/BMP/dimstyles.bmp +zcad/menu/BMP/dist.bmp +zcad/menu/BMP/el_cable.bmp +zcad/menu/BMP/el_leader.bmp +zcad/menu/BMP/erase.bmp +zcad/menu/BMP/exit.bmp +zcad/menu/BMP/find.bmp +zcad/menu/BMP/help.bmp +zcad/menu/BMP/insert.bmp +zcad/menu/BMP/isone.bmp +zcad/menu/BMP/isonw.bmp +zcad/menu/BMP/isose.bmp +zcad/menu/BMP/isosw.bmp +zcad/menu/BMP/layer.bmp +zcad/menu/BMP/left.bmp +zcad/menu/BMP/line.bmp +zcad/menu/BMP/linestyles.bmp +zcad/menu/BMP/load.bmp +zcad/menu/BMP/lwt.bmp +zcad/menu/BMP/magnet.bmp +zcad/menu/BMP/main.png +zcad/menu/BMP/matchprop.bmp +zcad/menu/BMP/mirror.bmp +zcad/menu/BMP/move.bmp +zcad/menu/BMP/mvarman.bmp +zcad/menu/BMP/new.bmp +zcad/menu/BMP/noimage.bmp +zcad/menu/BMP/one.bmp +zcad/menu/BMP/options.bmp +zcad/menu/BMP/osnap.bmp +zcad/menu/BMP/pandown.bmp +zcad/menu/BMP/panleft.bmp +zcad/menu/BMP/panright.bmp +zcad/menu/BMP/panup.bmp +zcad/menu/BMP/pasteclip.bmp +zcad/menu/BMP/perspective.bmp +zcad/menu/BMP/pline.bmp +zcad/menu/BMP/polar.bmp +zcad/menu/BMP/polyed.bmp +zcad/menu/BMP/print.bmp +zcad/menu/BMP/ps.bmp +zcad/menu/BMP/rectangle.bmp +zcad/menu/BMP/redo.bmp +zcad/menu/BMP/regen.bmp +zcad/menu/BMP/removeautocable.bmp +zcad/menu/BMP/right.bmp +zcad/menu/BMP/rotate.bmp +zcad/menu/BMP/save.bmp +zcad/menu/BMP/saveas.bmp +zcad/menu/BMP/scale.bmp +zcad/menu/BMP/snaptoapparentintersection.bmp +zcad/menu/BMP/snaptocenter.bmp +zcad/menu/BMP/snaptoend.bmp +zcad/menu/BMP/snaptogrid.bmp +zcad/menu/BMP/snaptoinsert.bmp +zcad/menu/BMP/snaptointersection.bmp +zcad/menu/BMP/snaptomid.bmp +zcad/menu/BMP/snaptonearest.bmp +zcad/menu/BMP/snaptoparalel.bmp +zcad/menu/BMP/snaptoperpendicular.bmp +zcad/menu/BMP/snaptoquadrant.bmp +zcad/menu/BMP/snaptotangent.bmp +zcad/menu/BMP/spec.bmp +zcad/menu/BMP/sub.bmp +zcad/menu/BMP/superline.bmp +zcad/menu/BMP/text.bmp +zcad/menu/BMP/textstyles.bmp +zcad/menu/BMP/top.bmp +zcad/menu/BMP/treeview.bmp +zcad/menu/BMP/undo.bmp +zcad/menu/BMP/varman.bmp +zcad/menu/BMP/zoomall.bmp +zcad/menu/BMP/zoomin.bmp +zcad/menu/BMP/zoomout.bmp +zcad/menu/BMP/zoomwindow.bmp +zcad/menu/actions.acn +zcad/menu/default.cla +zcad/menu/electrotech.acn +zcad/menu/mainmenu.mn +zcad/programdb/_startup.pas +zcad/programdb/amk/ksspv.pas +zcad/programdb/argusspectr/оповещение/am.pas +zcad/programdb/argusspectr/оповещение/pu.pas +zcad/programdb/bastion/ибп/ibp.pas +zcad/programdb/bolid/ППКОП/ppkop.pas +zcad/programdb/bolid/ППКОП/pu.pas +zcad/programdb/danfoss/esm.pas +zcad/programdb/danfoss/kpi35.pas +zcad/programdb/irset/Шлейфовые извещатели/izv.pas +zcad/programdb/kamkabel/pvs.pas +zcad/programdb/kamkabel/svvp.pas +zcad/programdb/kazteplocontrol/tb.pas +zcad/programdb/manotom/mp3u.pas +zcad/programdb/owen/dts.pas +zcad/programdb/paritet/ksspv.pas +zcad/programdb/rele/rp21.pas +zcad/programdb/rubezh/Шлейфовые извещатели/C2000-4.pas +zcad/programdb/saranskcabel/1.pas +zcad/programdb/sevcabel/_EQ_SEVCABLEkvvg.csv +zcad/programdb/sevcabel/kvvg.pas +zcad/programdb/sevcabel/vvg.pas +zcad/programdb/sevcabel/vvgngafrls.pas +zcad/programdb/speccable/cable.pas +zcad/programdb/spkbtehno/cable.pas +zcad/programdb/ufimcabel/mks.pas +zcad/programdb/ООО Электротехника и Автоматика/op.pas +zcad/rtl/BlockCategory.cat +zcad/rtl/EqCategory.cat +zcad/rtl/cables.pas +zcad/rtl/connectors.pas +zcad/rtl/devicebase.pas +zcad/rtl/devices.pas +zcad/rtl/dwg/DrawingDeviceBase.pas +zcad/rtl/dwg/DrawingVars.pas +zcad/rtl/objcalc/opsmark.pas +zcad/rtl/objcalc/opsmarkdef.pas +zcad/rtl/objdefunits/cable.pas +zcad/rtl/objdefunits/elwire.pas +zcad/rtl/objdefunits/include/_addtocable.pas +zcad/rtl/objdefunits/include/_riser.pas +zcad/rtl/objdefunits/include/_riserlink.pas +zcad/rtl/objdefunits/include/_ss_socket.pas +zcad/rtl/objdefunits/include/bglsensor.pas +zcad/rtl/objdefunits/include/blocktype.pas +zcad/rtl/objdefunits/include/cablename.pas +zcad/rtl/objdefunits/include/connector.pas +zcad/rtl/objdefunits/include/firesensor.pas +zcad/rtl/objdefunits/include/objconnect.pas +zcad/rtl/objdefunits/include/objgroup.pas +zcad/rtl/objdefunits/include/objmaterial.pas +zcad/rtl/objdefunits/include/objname.pas +zcad/rtl/objdefunits/include/rip.pas +zcad/rtl/objdefunits/include/slcabagenmodul.pas +zcad/rtl/objdefunits/objroot.pas +zcad/rtl/objdefunits/superline.pas +zcad/rtl/objdefunits/trace.pas +zcad/rtl/savedvar.pas +zcad/rtl/styles/OPS_shleif.pas +zcad/rtl/styles/styles.pas +zcad/rtl/system.pas +zcad/rtl/sysvar.pas +zcad/rtl/sysvar_original.pas +zcad/sample/entities.dxf +zcad/sample/enttree/nonregular.dwg +zcad/sample/enttree/nonregular2.dwg +zcad/sample/enttree/regular.dwg +zcad/sample/test_dxf/3d_mount.dxf +zcad/sample/test_dxf/by_trace.csv +zcad/sample/test_dxf/by_trace.dxf +zcad/sample/test_dxf/by_trace.dxf.dbpas +zcad/sample/test_dxf/currenttest.dxf +zcad/sample/test_dxf/currenttest.dxf.dbpas +zcad/sample/test_dxf/em.dxf +zcad/sample/test_dxf/em.dxf.dbpas +zcad/sample/test_dxf/ops.dxf +zcad/sample/test_dxf/teapot.dxf +zcad/sample/test_dxf/test.dxf +zcad/sample/test_dxf/truetype.dxf +zcad/sample/zigzag.dxf +zcad/template/default.dxf +zcad/zcad From owner-svn-ports-all@freebsd.org Tue May 2 18:55:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D4DFD5A923; Tue, 2 May 2017 18:55:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D379E62D; Tue, 2 May 2017 18:55:33 +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 v42ItWa4011758; Tue, 2 May 2017 18:55:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42ItWPI011756; Tue, 2 May 2017 18:55:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705021855.v42ItWPI011756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 2 May 2017 18:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439965 - head/textproc/apache-solr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 18:55:34 -0000 Author: pi Date: Tue May 2 18:55:32 2017 New Revision: 439965 URL: https://svnweb.freebsd.org/changeset/ports/439965 Log: textproc/apache-solr: update 6.5.0 -> 6.5.1 PR: 218971 Changes: http://lucene.apache.org/solr/6_5_1/changes/Changes.html Submitted by: Matthias Fechner (maintainer) Modified: head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Tue May 2 18:50:35 2017 (r439964) +++ head/textproc/apache-solr/Makefile Tue May 2 18:55:32 2017 (r439965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 6.5.0 -PORTREVISION= 1 +PORTVERSION= 6.5.1 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Tue May 2 18:50:35 2017 (r439964) +++ head/textproc/apache-solr/distinfo Tue May 2 18:55:32 2017 (r439965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491809596 -SHA256 (solr-6.5.0.tgz) = 893835a1d724bda80bc0b9d87893a321f442460937d61d26746cefb52286543c -SIZE (solr-6.5.0.tgz) = 148691049 +TIMESTAMP = 1493546762 +SHA256 (solr-6.5.1.tgz) = 7c6a7d4474d5e847a8ddd0a4717d33bf5db07adf17c3d36ad1532c72885bd5d3 +SIZE (solr-6.5.1.tgz) = 148699036 From owner-svn-ports-all@freebsd.org Tue May 2 19:01:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30C8FD5ABFF; Tue, 2 May 2017 19:01:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id F414E9B8; Tue, 2 May 2017 19:01:25 +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 v42J1PGl012165; Tue, 2 May 2017 19:01:25 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42J1OxX012163; Tue, 2 May 2017 19:01:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705021901.v42J1OxX012163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 2 May 2017 19:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439966 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 19:01:26 -0000 Author: brnrd Date: Tue May 2 19:01:24 2017 New Revision: 439966 URL: https://svnweb.freebsd.org/changeset/ports/439966 Log: www/mod_http2-devel: Update to 1.10.4 - Feature update 1.10.4 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Tue May 2 18:55:32 2017 (r439965) +++ head/www/mod_http2-devel/Makefile Tue May 2 19:01:24 2017 (r439966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.10.3 +PORTVERSION= 1.10.4 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Tue May 2 18:55:32 2017 (r439965) +++ head/www/mod_http2-devel/distinfo Tue May 2 19:01:24 2017 (r439966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492785216 -SHA256 (icing-mod_h2-v1.10.3_GH0.tar.gz) = 611921d4ac3691ce18e481f4aaa8fb9a1a04b5766466bc21b5c968c7d49793fd -SIZE (icing-mod_h2-v1.10.3_GH0.tar.gz) = 200707 +TIMESTAMP = 1493751208 +SHA256 (icing-mod_h2-v1.10.4_GH0.tar.gz) = 5e482cce5f4aa073b8446d9fc4ff68c35575793afddd7eee4b5ce0164cff6385 +SIZE (icing-mod_h2-v1.10.4_GH0.tar.gz) = 201074 From owner-svn-ports-all@freebsd.org Tue May 2 19:02:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A4F5D5AC41; Tue, 2 May 2017 19:02:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE256C75; Tue, 2 May 2017 19:02:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42J2G4R013039; Tue, 2 May 2017 19:02:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42J2GAI013037; Tue, 2 May 2017 19:02:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021902.v42J2GAI013037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 19:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439967 - head/databases/puppetdb-terminus4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 19:02:18 -0000 Author: miwi Date: Tue May 2 19:02:16 2017 New Revision: 439967 URL: https://svnweb.freebsd.org/changeset/ports/439967 Log: - Update to 4.4.0 PR: 218867 Submitted by: maintainer Modified: head/databases/puppetdb-terminus4/Makefile head/databases/puppetdb-terminus4/distinfo Modified: head/databases/puppetdb-terminus4/Makefile ============================================================================== --- head/databases/puppetdb-terminus4/Makefile Tue May 2 19:01:24 2017 (r439966) +++ head/databases/puppetdb-terminus4/Makefile Tue May 2 19:02:16 2017 (r439967) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 4.0.0 +PORTVERSION= 4.4.0 CATEGORIES= databases ruby MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 4 Modified: head/databases/puppetdb-terminus4/distinfo ============================================================================== --- head/databases/puppetdb-terminus4/distinfo Tue May 2 19:01:24 2017 (r439966) +++ head/databases/puppetdb-terminus4/distinfo Tue May 2 19:02:16 2017 (r439967) @@ -1,2 +1,3 @@ -SHA256 (puppetdb-4.0.0.tar.gz) = e28d898e1912a43cb3f2555c5bacf4cb03d819579ad5c018b70b5f73af52fc33 -SIZE (puppetdb-4.0.0.tar.gz) = 22121324 +TIMESTAMP = 1493775596 +SHA256 (puppetdb-4.4.0.tar.gz) = b9e656846981397a3eed64dff44a7171e6a01b7e8c76c877bd93267d96f50414 +SIZE (puppetdb-4.4.0.tar.gz) = 23629723 From owner-svn-ports-all@freebsd.org Tue May 2 19:09:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A84AFD5AE00; Tue, 2 May 2017 19:09:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8574C106B; Tue, 2 May 2017 19:09:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42J9eH6016679; Tue, 2 May 2017 19:09:40 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42J9eQo016673; Tue, 2 May 2017 19:09:40 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705021909.v42J9eQo016673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 2 May 2017 19:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439968 - in head/databases/puppetdb4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 19:09:41 -0000 Author: miwi Date: Tue May 2 19:09:39 2017 New Revision: 439968 URL: https://svnweb.freebsd.org/changeset/ports/439968 Log: - Update to 4.4.0 PR: 218866 Submitted by: Zach Leslie Modified: head/databases/puppetdb4/Makefile head/databases/puppetdb4/distinfo head/databases/puppetdb4/files/patch-ext_config_logback.xml head/databases/puppetdb4/files/patch-ext_config_request-logging.xml head/databases/puppetdb4/files/pkg-message.in head/databases/puppetdb4/pkg-plist Modified: head/databases/puppetdb4/Makefile ============================================================================== --- head/databases/puppetdb4/Makefile Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/Makefile Tue May 2 19:09:39 2017 (r439968) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 4.4.0 CATEGORIES= databases java MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 4 @@ -25,7 +24,11 @@ SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/export \ ext/cli/foreground \ ext/cli/import \ - ext/cli/ssl-setup + ext/cli/ssl-setup \ + ext/cli/start \ + ext/cli/stop \ + ext/cli/reload \ + ext/ezbake-functions.sh USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes Modified: head/databases/puppetdb4/distinfo ============================================================================== --- head/databases/puppetdb4/distinfo Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/distinfo Tue May 2 19:09:39 2017 (r439968) @@ -1,2 +1,3 @@ -SHA256 (puppetdb-4.0.0.tar.gz) = e28d898e1912a43cb3f2555c5bacf4cb03d819579ad5c018b70b5f73af52fc33 -SIZE (puppetdb-4.0.0.tar.gz) = 22121324 +TIMESTAMP = 1493780923 +SHA256 (puppetdb-4.4.0.tar.gz) = b9e656846981397a3eed64dff44a7171e6a01b7e8c76c877bd93267d96f50414 +SIZE (puppetdb-4.4.0.tar.gz) = 23629723 Modified: head/databases/puppetdb4/files/patch-ext_config_logback.xml ============================================================================== --- head/databases/puppetdb4/files/patch-ext_config_logback.xml Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/files/patch-ext_config_logback.xml Tue May 2 19:09:39 2017 (r439968) @@ -1,15 +1,29 @@ ---- ext/config/logback.xml.orig 2016-03-17 04:17:06 UTC -+++ ext/config/logback.xml +--- ext/config/logback.xml.orig 2017-04-24 12:27:57.366296793 -0700 ++++ ext/config/logback.xml 2017-04-24 12:28:48.723259627 -0700 @@ -6,10 +6,10 @@ - /var/log/puppetlabs/puppetdb/puppetdb.log + /var/log/puppetdb/puppetdb.log + true + +- /var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz ++ /var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz + + 200MB + 90 +@@ -31,11 +31,11 @@ + level="info"/> - -- /var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.log.gz -+ /var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.log.gz + +- /var/log/puppetlabs/puppetdb/puppetdb-status.log ++ /var/log/puppetdb/puppetdb-status.log + true + + +- /var/log/puppetlabs/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz ++ /var/log/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz + + 200MB 90 - - Modified: head/databases/puppetdb4/files/patch-ext_config_request-logging.xml ============================================================================== --- head/databases/puppetdb4/files/patch-ext_config_request-logging.xml Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/files/patch-ext_config_request-logging.xml Tue May 2 19:09:39 2017 (r439968) @@ -1,10 +1,14 @@ ---- ext/config/request-logging.xml.orig 2016-03-17 04:17:06 UTC -+++ ext/config/request-logging.xml -@@ -1,6 +1,6 @@ +--- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700 ++++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700 +@@ -1,9 +1,9 @@ - + - /var/log/puppetlabs/puppetdb/puppetdb-access.log + /var/log/puppetdb/puppetdb-access.log - - %h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" %D - + true + +- /var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz ++ /var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz + + 200MB + 90 Modified: head/databases/puppetdb4/files/pkg-message.in ============================================================================== --- head/databases/puppetdb4/files/pkg-message.in Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/files/pkg-message.in Tue May 2 19:09:39 2017 (r439968) @@ -1,6 +1,6 @@ If this is a new installation, please run the follow to setup your SSL/puppetdb server: -%%PREFIX%%/sbin/puppetdb ssl-setup +%%PREFIX%%/bin/puppetdb ssl-setup Please also remember to add puppetdb_enable="YES" into your rc.conf. Modified: head/databases/puppetdb4/pkg-plist ============================================================================== --- head/databases/puppetdb4/pkg-plist Tue May 2 19:02:16 2017 (r439967) +++ head/databases/puppetdb4/pkg-plist Tue May 2 19:09:39 2017 (r439968) @@ -5,6 +5,9 @@ bin/puppetdb %%DATADIR%%/cli/apps/foreground %%DATADIR%%/cli/apps/import %%DATADIR%%/cli/apps/ssl-setup +%%DATADIR%%/cli/apps/start +%%DATADIR%%/cli/apps/stop +%%DATADIR%%/cli/apps/reload %%DATADIR%%/ezbake-functions.sh %%DATADIR%%/ezbake.manifest %%DATADIR%%/puppetdb.jar From owner-svn-ports-all@freebsd.org Tue May 2 19:29:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78130D5B3D8; Tue, 2 May 2017 19:29:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4209C1B0E; Tue, 2 May 2017 19:29:31 +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 v42JTUTI024955; Tue, 2 May 2017 19:29:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42JTUnr024952; Tue, 2 May 2017 19:29:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705021929.v42JTUnr024952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 2 May 2017 19:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439969 - head/dns/opendnssec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 19:29:31 -0000 Author: pi Date: Tue May 2 19:29:30 2017 New Revision: 439969 URL: https://svnweb.freebsd.org/changeset/ports/439969 Log: dns/opendnssec: update 1.4.12 -> 1.4.14 - OPENDNSSEC-888: Fix up MySQL<->SQLite3 database conversion script. - OPENDNSSEC-752: Incorrect calculated number of KSKs needed when KSK and ZSK have exactly the same parameters. This would prevent KSK rollovers. - OPENDNSSEC-890: Bogus signatures on mismatching TTLs within the same RRset. PR: 218994 Submitted by: Jaap Akkerhuis (maintainer) Modified: head/dns/opendnssec/Makefile head/dns/opendnssec/distinfo Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Tue May 2 19:09:39 2017 (r439968) +++ head/dns/opendnssec/Makefile Tue May 2 19:29:30 2017 (r439969) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.12 -PORTREVISION= 1 +PORTVERSION= 1.4.14 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Modified: head/dns/opendnssec/distinfo ============================================================================== --- head/dns/opendnssec/distinfo Tue May 2 19:09:39 2017 (r439968) +++ head/dns/opendnssec/distinfo Tue May 2 19:29:30 2017 (r439969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476788134 -SHA256 (opendnssec-1.4.12.tar.gz) = 4ba6cf06fcd1131c1ed913d61959ddc90726ed5e4f153c90f45ec64445528a0c -SIZE (opendnssec-1.4.12.tar.gz) = 1036392 +TIMESTAMP = 1493475470 +SHA256 (opendnssec-1.4.14.tar.gz) = e1c41ec5bc6176233b2d94f4f4f703e7587bae6760764ab1bef03cf10bd1dcdf +SIZE (opendnssec-1.4.14.tar.gz) = 1037188 From owner-svn-ports-all@freebsd.org Tue May 2 19:33:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A00EFD5B6A2; Tue, 2 May 2017 19:33:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D36C38B; Tue, 2 May 2017 19:33:35 +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 v42JXYnY028923; Tue, 2 May 2017 19:33:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42JXYWx028921; Tue, 2 May 2017 19:33:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705021933.v42JXYWx028921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 2 May 2017 19:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439970 - head/dns/opendnssec2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 19:33:35 -0000 Author: pi Date: Tue May 2 19:33:34 2017 New Revision: 439970 URL: https://svnweb.freebsd.org/changeset/ports/439970 Log: dns/opendnssec2: update 2.1.0 -> 2.1.1 - OPENDNSSEC-889: MySQL migration script didnt work for all database and MySQL versions. - OPENDNSSEC-887: Segfault on extraneous tag. - OPENDNSSEC-880: Command line parsing for import key command failed. - OPENDNSSEC-890: Bogus signatures upon wrong zone input when TTLs for same rrset are mismatching. PR: 218995 Submitted by: Jaap Akkerhuis (maintainer) Modified: head/dns/opendnssec2/Makefile head/dns/opendnssec2/distinfo Modified: head/dns/opendnssec2/Makefile ============================================================================== --- head/dns/opendnssec2/Makefile Tue May 2 19:29:30 2017 (r439969) +++ head/dns/opendnssec2/Makefile Tue May 2 19:33:34 2017 (r439970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 2 Modified: head/dns/opendnssec2/distinfo ============================================================================== --- head/dns/opendnssec2/distinfo Tue May 2 19:29:30 2017 (r439969) +++ head/dns/opendnssec2/distinfo Tue May 2 19:33:34 2017 (r439970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488196887 -SHA256 (opendnssec-2.1.0.tar.gz) = 0ec6094fd4cded58bcff872b251f1b004876b67c6650c38a4875018a18e38545 -SIZE (opendnssec-2.1.0.tar.gz) = 1109051 +TIMESTAMP = 1493453857 +SHA256 (opendnssec-2.1.1.tar.gz) = 82d865fc6f89df6d2eedcfead2aaf489d389e0861d2244f2393e8e65858a4b5b +SIZE (opendnssec-2.1.1.tar.gz) = 1099657 From owner-svn-ports-all@freebsd.org Tue May 2 20:14:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C57AFD5B17B; Tue, 2 May 2017 20:14:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EBAA285; Tue, 2 May 2017 20:14:42 +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 v42KEfjf045581; Tue, 2 May 2017 20:14:41 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42KEfut045578; Tue, 2 May 2017 20:14:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705022014.v42KEfut045578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 2 May 2017 20:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439971 - head/www/rt44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 20:14:42 -0000 Author: pi Date: Tue May 2 20:14:41 2017 New Revision: 439971 URL: https://svnweb.freebsd.org/changeset/ports/439971 Log: www/rt44: add missing dependencies - Those were missing: devel/p5-Class-Accessor textproc/p5-HTML-RewriteAttributes mail/p5-MIME-Types textproc/p5-Pod-Parser PR: 218871 Submitted by: mikael.urankar@gmail.com (maintainer) Reported by: info@rickvanderzwet.nl Modified: head/www/rt44/Makefile head/www/rt44/Makefile.cpan Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Tue May 2 19:33:34 2017 (r439970) +++ head/www/rt44/Makefile Tue May 2 20:14:41 2017 (r439971) @@ -2,6 +2,7 @@ PORTNAME= rt DISTVERSION= 4.4.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 44 Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Tue May 2 19:33:34 2017 (r439970) +++ head/www/rt44/Makefile.cpan Tue May 2 20:14:41 2017 (r439971) @@ -92,6 +92,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-CGI-PSGI>=0.12:www/p5-CGI-PSGI \ p5-CSS-Squish>=0.06:textproc/p5-CSS-Squish \ p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Convert-Color>0:graphics/p5-Convert-Color \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \ @@ -117,6 +118,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-HTML-Mason>=1.43:www/p5-HTML-Mason \ p5-HTML-Parser>0:www/p5-HTML-Parser \ p5-HTML-Quoted>0:textproc/p5-HTML-Quoted \ + p5-HTML-RewriteAttributes>=0.05:textproc/p5-HTML-RewriteAttributes \ p5-HTML-Scrubber>=0.08:www/p5-HTML-Scrubber \ p5-HTTP-Message>=6.0:www/p5-HTTP-Message \ p5-IPC-Run3>0:devel/p5-IPC-Run3 \ @@ -128,12 +130,14 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-Locale-Maketext-Lexicon>=0.32:devel/p5-Locale-Maketext-Lexicon \ p5-Log-Dispatch>=2.30:devel/p5-Log-Dispatch \ p5-MIME-Tools>=5.504,2:mail/p5-MIME-Tools \ + p5-MIME-Types>=0:mail/p5-MIME-Types \ p5-Mail-Tools>=2.12:mail/p5-Mail-Tools \ p5-Module-Refresh>=0.03:devel/p5-Module-Refresh \ p5-Module-Versions-Report>=1.05:devel/p5-Module-Versions-Report \ p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-Plack>=1.0002:www/p5-Plack \ + p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ p5-Starlet>0:www/p5-Starlet \ p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR \ p5-Regexp-Common>0:textproc/p5-Regexp-Common \ From owner-svn-ports-all@freebsd.org Tue May 2 21:51:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49378D5B263; Tue, 2 May 2017 21: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 mx1.freebsd.org (Postfix) with ESMTPS id F35C4AFB; Tue, 2 May 2017 21:51: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 v42LprV1086657; Tue, 2 May 2017 21:51:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lpq3q086655; Tue, 2 May 2017 21:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022151.v42Lpq3q086655@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, 2 May 2017 21:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439972 - in head: Mk lang lang/ruby21 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:51:54 -0000 Author: sunpoet Date: Tue May 2 21:51:52 2017 New Revision: 439972 URL: https://svnweb.freebsd.org/changeset/ports/439972 Log: Remove lang/ruby21: upstream support ended Deleted: head/lang/ruby21/ Modified: head/Mk/bsd.ruby.mk head/lang/Makefile Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Tue May 2 20:14:41 2017 (r439971) +++ head/Mk/bsd.ruby.mk Tue May 2 21:51:52 2017 (r439972) @@ -15,7 +15,7 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.or # [variables that a user may define] # # RUBY_VER - (See below) -# RUBY_DEFAULT_VER - Set to (e.g.) "2.1" if you want to refer to "ruby21" +# RUBY_DEFAULT_VER - Set to (e.g.) "2.4" if you want to refer to "ruby24" # just as "ruby". # RUBY_ARCH - (See below) # @@ -150,17 +150,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} .if defined(RUBY_VER) # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${RUBY_VER} == 2.1 -# -# Ruby 2.1 -# -RUBY_RELVERSION= 2.1.10 -RUBY_PORTREVISION= 1 -RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 0 -RUBY21= "" # PLIST_SUB helpers - -. elif ${RUBY_VER} == 2.2 +. if ${RUBY_VER} == 2.2 # # Ruby 2.2 # @@ -196,14 +186,13 @@ RUBY24= "" # PLIST_SUB helpers # # Other versions # -IGNORE= Only ruby 2.1, 2.2, 2.3 and 2.4 are supported +IGNORE= Only ruby 2.2, 2.3 and 2.4 are supported _INVALID_RUBY_VER= 1 . endif .endif # defined(RUBY_VER) .if !defined(_INVALID_RUBY_VER) -RUBY21?= "@comment " RUBY22?= "@comment " RUBY23?= "@comment " RUBY24?= "@comment " @@ -319,7 +308,6 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="($ RUBY_SUFFIX="${RUBY_SUFFIX}" \ RUBY_NAME="${RUBY_NAME}" \ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ - RUBY21=${RUBY21} \ RUBY22=${RUBY22} \ RUBY23=${RUBY23} \ RUBY24=${RUBY24} Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue May 2 20:14:41 2017 (r439971) +++ head/lang/Makefile Tue May 2 21:51:52 2017 (r439972) @@ -301,7 +301,6 @@ SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rubinius - SUBDIR += ruby21 SUBDIR += ruby22 SUBDIR += ruby23 SUBDIR += ruby24 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53301D5B292; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 204AFC41; Tue, 2 May 2017 21:52: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 v42LqD6B086770; Tue, 2 May 2017 21:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqDNI086769; Tue, 2 May 2017 21:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqDNI086769@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, 2 May 2017 21:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439973 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:14 -0000 Author: sunpoet Date: Tue May 2 21:52:12 2017 New Revision: 439973 URL: https://svnweb.freebsd.org/changeset/ports/439973 Log: Document the removal of lang/ruby21 Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 2 21:51:52 2017 (r439972) +++ head/MOVED Tue May 2 21:52:12 2017 (r439973) @@ -9373,3 +9373,4 @@ misc/terraform||2017-04-30|Has expired: net-mgmt/flow-tools-ng||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) devel/llvm36||2017-05-02|Obsolete and unmaintained upstream lang/clang36||2017-05-02|Obsolete and unmaintained upstream +lang/ruby21||2017-05-02|Has expired: Upstream support ended From owner-svn-ports-all@freebsd.org Tue May 2 21:52:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27B8DD5B2B7; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id EB2C2C73; Tue, 2 May 2017 21:52: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 v42LqHaL086890; Tue, 2 May 2017 21:52:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqH6T086888; Tue, 2 May 2017 21:52:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqH6T086888@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, 2 May 2017 21:52:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439974 - head/databases/rubygem-state_machines-activemodel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:19 -0000 Author: sunpoet Date: Tue May 2 21:52:17 2017 New Revision: 439974 URL: https://svnweb.freebsd.org/changeset/ports/439974 Log: Update to 0.4.1 Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Modified: head/databases/rubygem-state_machines-activemodel/Makefile head/databases/rubygem-state_machines-activemodel/distinfo Modified: head/databases/rubygem-state_machines-activemodel/Makefile ============================================================================== --- head/databases/rubygem-state_machines-activemodel/Makefile Tue May 2 21:52:12 2017 (r439973) +++ head/databases/rubygem-state_machines-activemodel/Makefile Tue May 2 21:52:17 2017 (r439974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= state_machines-activemodel -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-state_machines-activemodel/distinfo ============================================================================== --- head/databases/rubygem-state_machines-activemodel/distinfo Tue May 2 21:52:12 2017 (r439973) +++ head/databases/rubygem-state_machines-activemodel/distinfo Tue May 2 21:52:17 2017 (r439974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680502 -SHA256 (rubygem/state_machines-activemodel-0.4.0.gem) = 1bada6ad67b640e921dbd1d7c5e7f4bf9929f10285ad1dda55d491a52530c55c -SIZE (rubygem/state_machines-activemodel-0.4.0.gem) = 17408 +TIMESTAMP = 1493729456 +SHA256 (rubygem/state_machines-activemodel-0.4.1.gem) = 346b8ac9b0cb6dd4d57021b76cb57229f095f502bb84ca848805c02c1cc32553 +SIZE (rubygem/state_machines-activemodel-0.4.1.gem) = 17920 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBAA6D5B2E4; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id ABCE6CDF; Tue, 2 May 2017 21:52: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 v42LqMt7087019; Tue, 2 May 2017 21:52:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqMfx087017; Tue, 2 May 2017 21:52:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqMfx087017@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, 2 May 2017 21:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439975 - head/databases/rubygem-state_machines-activerecord X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:24 -0000 Author: sunpoet Date: Tue May 2 21:52:22 2017 New Revision: 439975 URL: https://svnweb.freebsd.org/changeset/ports/439975 Log: Update to 0.4.1 Changes: https://github.com/state-machines/state_machines-activerecord/commits/master Modified: head/databases/rubygem-state_machines-activerecord/Makefile head/databases/rubygem-state_machines-activerecord/distinfo Modified: head/databases/rubygem-state_machines-activerecord/Makefile ============================================================================== --- head/databases/rubygem-state_machines-activerecord/Makefile Tue May 2 21:52:17 2017 (r439974) +++ head/databases/rubygem-state_machines-activerecord/Makefile Tue May 2 21:52:22 2017 (r439975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= state_machines-activerecord -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-state_machines-activerecord/distinfo ============================================================================== --- head/databases/rubygem-state_machines-activerecord/distinfo Tue May 2 21:52:17 2017 (r439974) +++ head/databases/rubygem-state_machines-activerecord/distinfo Tue May 2 21:52:22 2017 (r439975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680508 -SHA256 (rubygem/state_machines-activerecord-0.4.0.gem) = bd370e48c5019df871e7b3459993a237918560b2c24d3bc5250c8f2874e8bc74 -SIZE (rubygem/state_machines-activerecord-0.4.0.gem) = 24064 +TIMESTAMP = 1493729463 +SHA256 (rubygem/state_machines-activerecord-0.4.1.gem) = 4f8d828baa8a5c1d0394453ec5e2ec7807b61e33adc30888263fdb1da18362de +SIZE (rubygem/state_machines-activerecord-0.4.1.gem) = 24064 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22259D5B325; Tue, 2 May 2017 21: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 mx1.freebsd.org (Postfix) with ESMTPS id E65A0D5B; Tue, 2 May 2017 21:52: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 v42LqRfb087140; Tue, 2 May 2017 21:52:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqRxm087138; Tue, 2 May 2017 21:52:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqRxm087138@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, 2 May 2017 21:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439976 - head/devel/rubygem-fog-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:29 -0000 Author: sunpoet Date: Tue May 2 21:52:27 2017 New Revision: 439976 URL: https://svnweb.freebsd.org/changeset/ports/439976 Log: Update to 1.44.1 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Tue May 2 21:52:22 2017 (r439975) +++ head/devel/rubygem-fog-core/Makefile Tue May 2 21:52:27 2017 (r439976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.44.0 +PORTVERSION= 1.44.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-excon>=0.49:devel/rubygem-excon \ - rubygem-formatador>=0.2:devel/rubygem-formatador \ - rubygem-xmlrpc>=0:net/rubygem-xmlrpc + rubygem-formatador>=0.2:devel/rubygem-formatador NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Tue May 2 21:52:22 2017 (r439975) +++ head/devel/rubygem-fog-core/distinfo Tue May 2 21:52:27 2017 (r439976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493444735 -SHA256 (rubygem/fog-core-1.44.0.gem) = b7bf34c10a3f8529ea1422c0c47cd3c86a6a687532479a5c85134d79db961218 -SIZE (rubygem/fog-core-1.44.0.gem) = 51200 +TIMESTAMP = 1493729471 +SHA256 (rubygem/fog-core-1.44.1.gem) = b5ad39e9651fde69242ac744eb1f96667256b24817a015ad0edbf64965a2e850 +SIZE (rubygem/fog-core-1.44.1.gem) = 51712 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1AECD5B34B; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id B1DAEDD8; Tue, 2 May 2017 21:52: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 v42LqWRk087258; Tue, 2 May 2017 21:52:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqWvD087256; Tue, 2 May 2017 21:52:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqWvD087256@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, 2 May 2017 21:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439977 - head/net/rubygem-dogapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:34 -0000 Author: sunpoet Date: Tue May 2 21:52:32 2017 New Revision: 439977 URL: https://svnweb.freebsd.org/changeset/ports/439977 Log: Update to 1.27.0 Changes: https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md Modified: head/net/rubygem-dogapi/Makefile head/net/rubygem-dogapi/distinfo Modified: head/net/rubygem-dogapi/Makefile ============================================================================== --- head/net/rubygem-dogapi/Makefile Tue May 2 21:52:27 2017 (r439976) +++ head/net/rubygem-dogapi/Makefile Tue May 2 21:52:32 2017 (r439977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dogapi -PORTVERSION= 1.26.0 +PORTVERSION= 1.27.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-dogapi/distinfo ============================================================================== --- head/net/rubygem-dogapi/distinfo Tue May 2 21:52:27 2017 (r439976) +++ head/net/rubygem-dogapi/distinfo Tue May 2 21:52:32 2017 (r439977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491900021 -SHA256 (rubygem/dogapi-1.26.0.gem) = 75e1c8cd9f7ccb9671068c428fc5660eca4a977bbc890b68db8a2d0fe0140c22 -SIZE (rubygem/dogapi-1.26.0.gem) = 30720 +TIMESTAMP = 1493729478 +SHA256 (rubygem/dogapi-1.27.0.gem) = 07349745d937d712e9eb6e0dd126c11e14b4502ef685b2033d9fa05d8d892b14 +SIZE (rubygem/dogapi-1.27.0.gem) = 31232 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D12D6D5B378; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id A14D8E49; Tue, 2 May 2017 21:52: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 v42LqbqE087379; Tue, 2 May 2017 21:52:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqbgL087377; Tue, 2 May 2017 21:52:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqbgL087377@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, 2 May 2017 21:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439978 - head/devel/p5-Test-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:38 -0000 Author: sunpoet Date: Tue May 2 21:52:37 2017 New Revision: 439978 URL: https://svnweb.freebsd.org/changeset/ports/439978 Log: Update to 1.302085 Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Tue May 2 21:52:32 2017 (r439977) +++ head/devel/p5-Test-Simple/Makefile Tue May 2 21:52:37 2017 (r439978) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302083 +PORTVERSION= 1.302085 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Tue May 2 21:52:32 2017 (r439977) +++ head/devel/p5-Test-Simple/distinfo Tue May 2 21:52:37 2017 (r439978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492209406 -SHA256 (Test-Simple-1.302083.tar.gz) = 7be27954b69f93764fb58d15c47e206c349efd16bb9f05c14ae01c76733ff08f -SIZE (Test-Simple-1.302083.tar.gz) = 256177 +TIMESTAMP = 1493729487 +SHA256 (Test-Simple-1.302085.tar.gz) = 4fa8ffa0b797f0f22fb8745469f8a99c333f46897c171fb762434f3dea221fb2 +SIZE (Test-Simple-1.302085.tar.gz) = 256507 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0259D5B3B3; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 81B81EB6; Tue, 2 May 2017 21:52: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 v42LqgmM087501; Tue, 2 May 2017 21:52:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqgQW087499; Tue, 2 May 2017 21:52:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqgQW087499@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, 2 May 2017 21:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439979 - head/textproc/p5-SVG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:43 -0000 Author: sunpoet Date: Tue May 2 21:52:42 2017 New Revision: 439979 URL: https://svnweb.freebsd.org/changeset/ports/439979 Log: Update to 2.71 Changes: http://search.cpan.org/dist/SVG/Changes Modified: head/textproc/p5-SVG/Makefile head/textproc/p5-SVG/distinfo Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Tue May 2 21:52:37 2017 (r439978) +++ head/textproc/p5-SVG/Makefile Tue May 2 21:52:42 2017 (r439979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.70 +PORTVERSION= 2.71 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-SVG/distinfo ============================================================================== --- head/textproc/p5-SVG/distinfo Tue May 2 21:52:37 2017 (r439978) +++ head/textproc/p5-SVG/distinfo Tue May 2 21:52:42 2017 (r439979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493366931 -SHA256 (SVG-2.70.tar.gz) = 0ac6abf101782a79a77416f814d186667000bd7fef0c89df162dfc1472028329 -SIZE (SVG-2.70.tar.gz) = 52243 +TIMESTAMP = 1493729495 +SHA256 (SVG-2.71.tar.gz) = d6559227a326428ee7616b0e2fad9c4af41770bf604b9c4213b563f8cd4a6a49 +SIZE (SVG-2.71.tar.gz) = 52301 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8A7CD5B3E4; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 7FA39F26; Tue, 2 May 2017 21:52: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 v42LqluK087622; Tue, 2 May 2017 21:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqlgM087620; Tue, 2 May 2017 21:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqlgM087620@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, 2 May 2017 21:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439980 - head/www/p5-Catalyst-Runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:48 -0000 Author: sunpoet Date: Tue May 2 21:52:47 2017 New Revision: 439980 URL: https://svnweb.freebsd.org/changeset/ports/439980 Log: Update to 5.90115 Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Tue May 2 21:52:42 2017 (r439979) +++ head/www/p5-Catalyst-Runtime/Makefile Tue May 2 21:52:47 2017 (r439980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90114 +PORTVERSION= 5.90115 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,11 +33,10 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:www/ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Module-Pluggable>=4.7:devel/p5-Module-Pluggable \ - p5-Moose>=2:devel/p5-Moose \ + p5-Moose>=2.1300:devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:devel/p5-MooseX-Emulate-Class-Accessor-Fast \ p5-MooseX-Getopt>=0.48:devel/p5-MooseX-Getopt \ p5-MooseX-MethodAttributes>=0.24:devel/p5-MooseX-MethodAttributes \ - p5-MooseX-Role-WithOverloading>=0.09:devel/p5-MooseX-Role-WithOverloading \ p5-Path-Class>=0.09:devel/p5-Path-Class \ p5-Plack>=0.9991:www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0.09:www/p5-Plack-Middleware-FixMissingBodyInRedirect \ Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Tue May 2 21:52:42 2017 (r439979) +++ head/www/p5-Catalyst-Runtime/distinfo Tue May 2 21:52:47 2017 (r439980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482334260 -SHA256 (Catalyst-Runtime-5.90114.tar.gz) = ebf8a8994c6d7301519996fdca97e4a6611e64187f94235263f474c429a48197 -SIZE (Catalyst-Runtime-5.90114.tar.gz) = 391209 +TIMESTAMP = 1493729526 +SHA256 (Catalyst-Runtime-5.90115.tar.gz) = f5efe819645b5e22b97c7a15a82321f074705c09c5e69d70b3b55f79cdb3034e +SIZE (Catalyst-Runtime-5.90115.tar.gz) = 392032 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92DE4D5B419; Tue, 2 May 2017 21:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 623DCF9B; Tue, 2 May 2017 21:52: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 v42Lqq1L087743; Tue, 2 May 2017 21:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lqq70087741; Tue, 2 May 2017 21:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42Lqq70087741@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, 2 May 2017 21:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439981 - head/www/p5-WWW-Wikipedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:53 -0000 Author: sunpoet Date: Tue May 2 21:52:52 2017 New Revision: 439981 URL: https://svnweb.freebsd.org/changeset/ports/439981 Log: Update to 2.05 Changes: http://search.cpan.org/dist/WWW-Wikipedia/Changes Modified: head/www/p5-WWW-Wikipedia/Makefile head/www/p5-WWW-Wikipedia/distinfo Modified: head/www/p5-WWW-Wikipedia/Makefile ============================================================================== --- head/www/p5-WWW-Wikipedia/Makefile Tue May 2 21:52:47 2017 (r439980) +++ head/www/p5-WWW-Wikipedia/Makefile Tue May 2 21:52:52 2017 (r439981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Wikipedia -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BRICAS Modified: head/www/p5-WWW-Wikipedia/distinfo ============================================================================== --- head/www/p5-WWW-Wikipedia/distinfo Tue May 2 21:52:47 2017 (r439980) +++ head/www/p5-WWW-Wikipedia/distinfo Tue May 2 21:52:52 2017 (r439981) @@ -1,2 +1,3 @@ -SHA256 (WWW-Wikipedia-2.04.tar.gz) = e0fefec28094da964fec19a7d51bb09c220c179eedf529e838add0e9530798bb -SIZE (WWW-Wikipedia-2.04.tar.gz) = 36581 +TIMESTAMP = 1493729537 +SHA256 (WWW-Wikipedia-2.05.tar.gz) = 6e881a7b5f373c432f7ba4ca0acae583e48bafa665a1f91fb1a69cdb0d1590e6 +SIZE (WWW-Wikipedia-2.05.tar.gz) = 36888 From owner-svn-ports-all@freebsd.org Tue May 2 21:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82460D5B451; Tue, 2 May 2017 21: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 mx1.freebsd.org (Postfix) with ESMTPS id 53DBE1008; Tue, 2 May 2017 21: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 v42Lqvew087861; Tue, 2 May 2017 21:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LqvBr087859; Tue, 2 May 2017 21:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022152.v42LqvBr087859@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, 2 May 2017 21:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439982 - head/devel/rubygem-enumerize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:52:58 -0000 Author: sunpoet Date: Tue May 2 21:52:57 2017 New Revision: 439982 URL: https://svnweb.freebsd.org/changeset/ports/439982 Log: Update to 2.1.1 Changes: https://github.com/brainspec/enumerize/blob/master/CHANGELOG.md Modified: head/devel/rubygem-enumerize/Makefile head/devel/rubygem-enumerize/distinfo Modified: head/devel/rubygem-enumerize/Makefile ============================================================================== --- head/devel/rubygem-enumerize/Makefile Tue May 2 21:52:52 2017 (r439981) +++ head/devel/rubygem-enumerize/Makefile Tue May 2 21:52:57 2017 (r439982) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= enumerize -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-enumerize/distinfo ============================================================================== --- head/devel/rubygem-enumerize/distinfo Tue May 2 21:52:52 2017 (r439981) +++ head/devel/rubygem-enumerize/distinfo Tue May 2 21:52:57 2017 (r439982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491036911 -SHA256 (rubygem/enumerize-2.1.0.gem) = a7c37bd27251bb7588f92a391b9961863240f86b4baf68c2ff869502da6eb59f -SIZE (rubygem/enumerize-2.1.0.gem) = 30720 +TIMESTAMP = 1493729544 +SHA256 (rubygem/enumerize-2.1.1.gem) = 7c351b92ce45c2da28962ef4fa5b4c2e1d37c7b92b8cca97059da78f5aa60ad9 +SIZE (rubygem/enumerize-2.1.1.gem) = 31232 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91AA6D5B486; Tue, 2 May 2017 21: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 mx1.freebsd.org (Postfix) with ESMTPS id 60F301084; Tue, 2 May 2017 21:53: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 v42Lr2PQ087986; Tue, 2 May 2017 21:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lr2ns087984; Tue, 2 May 2017 21:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42Lr2ns087984@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, 2 May 2017 21:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439983 - head/devel/rubygem-font-awesome-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:03 -0000 Author: sunpoet Date: Tue May 2 21:53:02 2017 New Revision: 439983 URL: https://svnweb.freebsd.org/changeset/ports/439983 Log: Update to 4.7.0.2 Changes: https://github.com/bokmann/font-awesome-rails/releases Modified: head/devel/rubygem-font-awesome-rails/Makefile head/devel/rubygem-font-awesome-rails/distinfo Modified: head/devel/rubygem-font-awesome-rails/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails/Makefile Tue May 2 21:52:57 2017 (r439982) +++ head/devel/rubygem-font-awesome-rails/Makefile Tue May 2 21:53:02 2017 (r439983) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome-rails -PORTVERSION= 4.7.0.1 +PORTVERSION= 4.7.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-font-awesome-rails/distinfo ============================================================================== --- head/devel/rubygem-font-awesome-rails/distinfo Tue May 2 21:52:57 2017 (r439982) +++ head/devel/rubygem-font-awesome-rails/distinfo Tue May 2 21:53:02 2017 (r439983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483220370 -SHA256 (rubygem/font-awesome-rails-4.7.0.1.gem) = 9cdaaa34cef55b2f856efab04c40900fe4586842949f4c8fcc947a7ce43e8061 -SIZE (rubygem/font-awesome-rails-4.7.0.1.gem) = 637952 +TIMESTAMP = 1493729552 +SHA256 (rubygem/font-awesome-rails-4.7.0.2.gem) = d292b42b6f10557eecb22a533c863141c4de2083ba7fe0849a7ae249695bcfb9 +SIZE (rubygem/font-awesome-rails-4.7.0.2.gem) = 637952 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7086BD5B4B2; Tue, 2 May 2017 21: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 mx1.freebsd.org (Postfix) with ESMTPS id 3EA1710E5; Tue, 2 May 2017 21: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 v42Lr7Ws088106; Tue, 2 May 2017 21:53:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lr7wr088104; Tue, 2 May 2017 21:53:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42Lr7wr088104@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, 2 May 2017 21:53:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439984 - head/devel/rubygem-font-awesome-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:08 -0000 Author: sunpoet Date: Tue May 2 21:53:06 2017 New Revision: 439984 URL: https://svnweb.freebsd.org/changeset/ports/439984 Log: Update to 4.7.0.2 Changes: https://github.com/bokmann/font-awesome-rails/releases Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile head/devel/rubygem-font-awesome-rails-rails4/distinfo Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails4/Makefile Tue May 2 21:53:02 2017 (r439983) +++ head/devel/rubygem-font-awesome-rails-rails4/Makefile Tue May 2 21:53:06 2017 (r439984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome-rails -PORTVERSION= 4.7.0.1 +PORTVERSION= 4.7.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails4 Modified: head/devel/rubygem-font-awesome-rails-rails4/distinfo ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails4/distinfo Tue May 2 21:53:02 2017 (r439983) +++ head/devel/rubygem-font-awesome-rails-rails4/distinfo Tue May 2 21:53:06 2017 (r439984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483226088 -SHA256 (rubygem/font-awesome-rails-4.7.0.1.gem) = 9cdaaa34cef55b2f856efab04c40900fe4586842949f4c8fcc947a7ce43e8061 -SIZE (rubygem/font-awesome-rails-4.7.0.1.gem) = 637952 +TIMESTAMP = 1493729557 +SHA256 (rubygem/font-awesome-rails-4.7.0.2.gem) = d292b42b6f10557eecb22a533c863141c4de2083ba7fe0849a7ae249695bcfb9 +SIZE (rubygem/font-awesome-rails-4.7.0.2.gem) = 637952 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DEC1D5B4E0; Tue, 2 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 4E1961155; Tue, 2 May 2017 21:53: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 v42LrCE4088225; Tue, 2 May 2017 21:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LrCDC088223; Tue, 2 May 2017 21:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42LrCDC088223@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, 2 May 2017 21:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439985 - head/devel/rubygem-sequel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:13 -0000 Author: sunpoet Date: Tue May 2 21:53:11 2017 New Revision: 439985 URL: https://svnweb.freebsd.org/changeset/ports/439985 Log: Update to 4.46.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 Tue May 2 21:53:06 2017 (r439984) +++ head/devel/rubygem-sequel/Makefile Tue May 2 21:53:11 2017 (r439985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 4.45.0 +PORTVERSION= 4.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Tue May 2 21:53:06 2017 (r439984) +++ head/devel/rubygem-sequel/distinfo Tue May 2 21:53:11 2017 (r439985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491126926 -SHA256 (rubygem/sequel-4.45.0.gem) = 8b4e7e1d92b76fd86cd5fabd8c9ebaf23f6d7ff129fee69fcc26da5beb568033 -SIZE (rubygem/sequel-4.45.0.gem) = 1438208 +TIMESTAMP = 1493729566 +SHA256 (rubygem/sequel-4.46.0.gem) = 0ff78ca9b222921f04fe24ddd0cb03ce5c522d1afea9e6a1c10515644ad1f6f6 +SIZE (rubygem/sequel-4.46.0.gem) = 1468928 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EC34D5B50C; Tue, 2 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 1E077120C; Tue, 2 May 2017 21:53: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 v42LrHsq088346; Tue, 2 May 2017 21:53:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LrGYo088344; Tue, 2 May 2017 21:53:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42LrGYo088344@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, 2 May 2017 21:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439986 - head/graphics/rubygem-cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:18 -0000 Author: sunpoet Date: Tue May 2 21:53:16 2017 New Revision: 439986 URL: https://svnweb.freebsd.org/changeset/ports/439986 Log: Update to 1.15.7 Changes: https://github.com/rcairo/rcairo/blob/master/NEWS Modified: head/graphics/rubygem-cairo/Makefile head/graphics/rubygem-cairo/distinfo Modified: head/graphics/rubygem-cairo/Makefile ============================================================================== --- head/graphics/rubygem-cairo/Makefile Tue May 2 21:53:11 2017 (r439985) +++ head/graphics/rubygem-cairo/Makefile Tue May 2 21:53:16 2017 (r439986) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 1.15.6 +PORTVERSION= 1.15.7 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-cairo/distinfo ============================================================================== --- head/graphics/rubygem-cairo/distinfo Tue May 2 21:53:11 2017 (r439985) +++ head/graphics/rubygem-cairo/distinfo Tue May 2 21:53:16 2017 (r439986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493306925 -SHA256 (rubygem/cairo-1.15.6.gem) = 1e4f3f608251a3b63e0d6cfecfa36dc0bd2dafa9e7be0a5a86cb2660735de7bf -SIZE (rubygem/cairo-1.15.6.gem) = 100864 +TIMESTAMP = 1493729574 +SHA256 (rubygem/cairo-1.15.7.gem) = 8dcc71f76cc8f746244652b2edea7f69f79ee2425c44d7e679f7e8c575d6b384 +SIZE (rubygem/cairo-1.15.7.gem) = 100864 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEF29D5B537; Tue, 2 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id B107E127D; Tue, 2 May 2017 21:53: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 v42LrLL9088464; Tue, 2 May 2017 21:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LrLZb088463; Tue, 2 May 2017 21:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42LrLZb088463@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, 2 May 2017 21:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439987 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:23 -0000 Author: sunpoet Date: Tue May 2 21:53:21 2017 New Revision: 439987 URL: https://svnweb.freebsd.org/changeset/ports/439987 Log: Update to 20170430 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Tue May 2 21:53:16 2017 (r439986) +++ head/polish/hunspell/Makefile Tue May 2 21:53:21 2017 (r439987) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170416 +PORTVERSION= 20170430 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Tue May 2 21:53:16 2017 (r439986) +++ head/polish/hunspell/distinfo Tue May 2 21:53:21 2017 (r439987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492423799 -SHA256 (hunspell/sjp-myspell-pl-20170416.zip) = 2421a6ab714cfb557e34d7be19fb8832c9c7f574ddba47e272fa8367cb20e7db -SIZE (hunspell/sjp-myspell-pl-20170416.zip) = 1165163 +TIMESTAMP = 1493726669 +SHA256 (hunspell/sjp-myspell-pl-20170430.zip) = 93c73011a6b1c85ea731c9f9a0687e34ffc5c6d7e787afa230b86c112b6903b9 +SIZE (hunspell/sjp-myspell-pl-20170430.zip) = 1165173 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94721D5B562; Tue, 2 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 63FE912E4; Tue, 2 May 2017 21:53: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 v42LrQbZ088587; Tue, 2 May 2017 21:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LrQIM088585; Tue, 2 May 2017 21:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42LrQIM088585@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, 2 May 2017 21:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439988 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:27 -0000 Author: sunpoet Date: Tue May 2 21:53:26 2017 New Revision: 439988 URL: https://svnweb.freebsd.org/changeset/ports/439988 Log: Update to 2017.04.30 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Tue May 2 21:53:21 2017 (r439987) +++ head/german/mythes/Makefile Tue May 2 21:53:26 2017 (r439988) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.04.16 +PORTVERSION= 2017.04.30 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Tue May 2 21:53:21 2017 (r439987) +++ head/german/mythes/distinfo Tue May 2 21:53:26 2017 (r439988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492423652 -SHA256 (mythes/Deutscher-Thesaurus-20170416.oxt) = cd5411d8106b2007718f6bd287ad45f88a9b643fc56f7c4b459940cd5a044a89 -SIZE (mythes/Deutscher-Thesaurus-20170416.oxt) = 8432238 +TIMESTAMP = 1493726698 +SHA256 (mythes/Deutscher-Thesaurus-20170430.oxt) = e76445de9b940a145106885bd6125e27e356dda5315ac5c8fe8468ed8461d974 +SIZE (mythes/Deutscher-Thesaurus-20170430.oxt) = 8459868 From owner-svn-ports-all@freebsd.org Tue May 2 21:53:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60533D5B593; Tue, 2 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 2FA8A1354; Tue, 2 May 2017 21:53: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 v42LrVmx088706; Tue, 2 May 2017 21:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42LrVus088704; Tue, 2 May 2017 21:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022153.v42LrVus088704@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, 2 May 2017 21:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439989 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:53:32 -0000 Author: sunpoet Date: Tue May 2 21:53:30 2017 New Revision: 439989 URL: https://svnweb.freebsd.org/changeset/ports/439989 Log: Update to 2017.04.30 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Tue May 2 21:53:26 2017 (r439988) +++ head/textproc/sk-mythes/Makefile Tue May 2 21:53:30 2017 (r439989) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.04.16 +PORTVERSION= 2017.04.30 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Tue May 2 21:53:26 2017 (r439988) +++ head/textproc/sk-mythes/distinfo Tue May 2 21:53:30 2017 (r439989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492423658 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170416.zip) = 9cb5e6d7b1d74dcbf3b72685a83128419168af58363e16461e6ebf1151035365 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170416.zip) = 239473 +TIMESTAMP = 1493726704 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170430.zip) = 15e447a9dfc233b88d5888b2f2b296cffc50eef05c0e2ef3a15408f4ce41859f +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170430.zip) = 239473 From owner-svn-ports-all@freebsd.org Tue May 2 21:57:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F050FD5B6BB; Tue, 2 May 2017 21:57: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 mx1.freebsd.org (Postfix) with ESMTPS id C205B1E41; Tue, 2 May 2017 21:57: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 v42Lv2xs089045; Tue, 2 May 2017 21:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lv2V7089043; Tue, 2 May 2017 21:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022157.v42Lv2V7089043@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, 2 May 2017 21:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439990 - head/devel/rubygem-capybara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 21:57:04 -0000 Author: sunpoet Date: Tue May 2 21:57:02 2017 New Revision: 439990 URL: https://svnweb.freebsd.org/changeset/ports/439990 Log: Update to 2.14.0 Changes: https://github.com/teamcapybara/capybara/blob/master/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Tue May 2 21:53:30 2017 (r439989) +++ head/devel/rubygem-capybara/Makefile Tue May 2 21:57:02 2017 (r439990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.13.0 +PORTVERSION= 2.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Tue May 2 21:53:30 2017 (r439989) +++ head/devel/rubygem-capybara/distinfo Tue May 2 21:57:02 2017 (r439990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765793 -SHA256 (rubygem/capybara-2.13.0.gem) = 09d574e170b8042914c08630382ed784694c1b2bd1c04af482fbfd71cd56994d -SIZE (rubygem/capybara-2.13.0.gem) = 257024 +TIMESTAMP = 1493739393 +SHA256 (rubygem/capybara-2.14.0.gem) = 728f734a39a4af7612b6f03885a8f885aeb4da44e28ce9bc50ade9814733064f +SIZE (rubygem/capybara-2.14.0.gem) = 262144 From owner-svn-ports-all@freebsd.org Tue May 2 22:23:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15846D5BE6E; Tue, 2 May 2017 22:23:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id E51542D5; Tue, 2 May 2017 22:23:54 +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 v42MNrQ7001579; Tue, 2 May 2017 22:23:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42MNqT3001566; Tue, 2 May 2017 22:23:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705022223.v42MNqT3001566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 2 May 2017 22:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439991 - in head: lang/ldc lang/ratfor lang/scm math/algae math/gotoblas math/libtsnnls math/math77 math/superlu_mt misc/rump multimedia/gstreamer-ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 22:23:55 -0000 Author: linimon Date: Tue May 2 22:23:52 2017 New Revision: 439991 URL: https://svnweb.freebsd.org/changeset/ports/439991 Log: Mark some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/lang/ldc/Makefile head/lang/ratfor/Makefile head/lang/scm/Makefile head/math/algae/Makefile head/math/gotoblas/Makefile head/math/libtsnnls/Makefile head/math/math77/Makefile head/math/superlu_mt/Makefile head/misc/rump/Makefile head/multimedia/gstreamer-ffmpeg/Makefile Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/ldc/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -16,6 +16,9 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= clang39:devel/llvm39 LIB_DEPENDS= libconfig.so:devel/libconfig +BROKEN_aarch64= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? +BROKEN_armv6= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? + USES= cmake CMAKE_ARGS+= -DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" CC= clang39 Modified: head/lang/ratfor/Makefile ============================================================================== --- head/lang/ratfor/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/ratfor/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -12,7 +12,8 @@ DISTFILES= ratfor.shar.2 local.ratfor77. MAINTAINER= bofh@FreeBSD.org COMMENT= Rational FORTRAN compiler -BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file +BROKEN_aarch64= ./ratfor -o test.f test.r keeps creating huge output file +BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file NO_WRKSUBDIR= yes Modified: head/lang/scm/Makefile ============================================================================== --- head/lang/scm/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/scm/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -15,7 +15,11 @@ COMMENT= Scheme interpreter LICENSE= LGPL21 -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not link: undefined reference to sbrk +BROKEN_armv6= does not build: fails self-tests +BROKEN_mips= does not build +BROKEN_mips64= does not build +BROKEN_powerpc64= does not build: error: r4rstest.scm: segment violation 11 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/math/algae/Makefile ============================================================================== --- head/math/algae/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/algae/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,11 +13,9 @@ COMMENT= Programming language for numeri LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - -BROKEN_ia64= does not compile -BROKEN_powerpc= does not compile -BROKEN_sparc64= does not compile +BROKEN_aarch64= does not build: checking for proper floating point exception handling... no +BROKEN_armv6= does not build: checking for proper floating point exception handling... no +BROKEN_powerpc64= does not build: configure: error: Cannot handle floating point exceptions GNU_CONFIGURE= yes USES= fortran Modified: head/math/gotoblas/Makefile ============================================================================== --- head/math/gotoblas/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/gotoblas/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -19,7 +19,9 @@ COMMENT= Fast implementation of Basic Li LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/00License.txt -BROKEN_powerpc64= does not build +BROKEN_aarch64= does not build: undefined reference to get_libname +BROKEN_armv6= does not build: undefined reference to get_libname +BROKEN_powerpc64= does not build: error: macro names must be identifiers BROKEN_i386= does not build (terminates with SIGBUS) GOTOBLAS2VER= 1.13 Modified: head/math/libtsnnls/Makefile ============================================================================== --- head/math/libtsnnls/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/libtsnnls/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.jasoncantarella MAINTAINER= tzhuan@gmail.com COMMENT= Fast Sparse Nonnegative Least Squares Solver +BROKEN_aarch64= fails to configure: error: cannot compute sizeof (int) + GNU_CONFIGURE= yes USES= fortran libtool USE_LDCONFIG= yes Modified: head/math/math77/Makefile ============================================================================== --- head/math/math77/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/math77/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,7 +13,8 @@ COMMENT= CalTech mathematical subprogram LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: error: unknown architecture native +BROKEN_powerpc64= fails to compile: error: unrecognized command line option -march=native USES= fortran gmake tar:tgz WRKSRC= ${WRKDIR}/MATH77 Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/superlu_mt/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization +BROKEN_aarch64= fails to build: undefined reference to sbrk + USES= fortran gmake OPTIONS_DEFINE= DOCS Modified: head/misc/rump/Makefile ============================================================================== --- head/misc/rump/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/misc/rump/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,9 +13,7 @@ COMMENT= Virtualized NetBSD kernel compo LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build - -NOT_FOR_ARCHS= armv6 mips mips64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture USE_LDCONFIG= yes Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/multimedia/gstreamer-ffmpeg/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -18,6 +18,9 @@ LICENSE= GPLv2 LIB_DEPENDS= liborc-0.4.so:devel/orc +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= invokes x86 asm + PORTSCOUT= limit:0\.10\..* LIBAV_VERSION= 0.7.7 From owner-svn-ports-all@freebsd.org Tue May 2 22:56:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B2AD5B705; Tue, 2 May 2017 22:56:15 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53FB677B; Tue, 2 May 2017 22:56:15 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42MuEPE014115; Tue, 2 May 2017 22:56:14 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42MuENe014113; Tue, 2 May 2017 22:56:14 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201705022256.v42MuENe014113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Tue, 2 May 2017 22:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439992 - in head/www/lessc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 22:56:15 -0000 Author: rodrigo Date: Tue May 2 22:56:14 2017 New Revision: 439992 URL: https://svnweb.freebsd.org/changeset/ports/439992 Log: Fix lessc after breakage by node 6 update. https://github.com/less/less.js/issues/2881 Added: head/www/lessc/files/ head/www/lessc/files/patch-bin_lessc (contents, props changed) Modified: head/www/lessc/Makefile Modified: head/www/lessc/Makefile ============================================================================== --- head/www/lessc/Makefile Tue May 2 22:23:52 2017 (r439991) +++ head/www/lessc/Makefile Tue May 2 22:56:14 2017 (r439992) @@ -4,6 +4,7 @@ PORTNAME= lessc PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= rodrigo@FreeBSD.org Added: head/www/lessc/files/patch-bin_lessc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lessc/files/patch-bin_lessc Tue May 2 22:56:14 2017 (r439992) @@ -0,0 +1,20 @@ +--- bin/lessc.orig 2017-05-02 22:40:55 UTC ++++ bin/lessc +@@ -316,8 +316,8 @@ function printUsage() { + } + + if (sourceMapOptions.sourceMapRootpath === undefined) { +- var pathToMap = path.dirname(sourceMapFileInline ? output : sourceMapOptions.sourceMapFullFilename), +- pathToInput = path.dirname(sourceMapOptions.sourceMapInputFilename); ++ var pathToMap = path.dirname(sourceMapFileInline ? output : sourceMapOptions.sourceMapFullFilename || '.'), ++ pathToInput = path.dirname(sourceMapOptions.sourceMapInputFilename || '.'); + sourceMapOptions.sourceMapRootpath = path.relative(pathToMap, pathToInput); + } + +@@ -484,4 +484,4 @@ function printUsage() { + parseLessFile(false, buffer); + }); + } +-})(); +\ No newline at end of file ++})(); From owner-svn-ports-all@freebsd.org Tue May 2 23:53:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1405D5B586; Tue, 2 May 2017 23:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 9C80919AF; Tue, 2 May 2017 23:53: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 v42NrlYR038205; Tue, 2 May 2017 23:53:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42NrlgJ038203; Tue, 2 May 2017 23:53:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705022353.v42NrlgJ038203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 23:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439993 - in head/www/firefox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 23:53:48 -0000 Author: jbeich Date: Tue May 2 23:53:47 2017 New Revision: 439993 URL: https://svnweb.freebsd.org/changeset/ports/439993 Log: www/firefox: use X29 as frame pointer like aarch64 kernel does Modified: head/www/firefox/Makefile (contents, props changed) head/www/firefox/files/patch-bug1359142 (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue May 2 22:56:14 2017 (r439992) +++ head/www/firefox/Makefile Tue May 2 23:53:47 2017 (r439993) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 53.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/files/patch-bug1359142 ============================================================================== --- head/www/firefox/files/patch-bug1359142 Tue May 2 22:56:14 2017 (r439992) +++ head/www/firefox/files/patch-bug1359142 Tue May 2 23:53:47 2017 (r439993) @@ -1,13 +1,23 @@ -Define EPC_sig and RFP_sig for JS_CODEGEN_ARM64 on BSDs +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp -index 3f65bbb44f99..150331f19ea4 100644 +index 1ab76eeb4bd9..bcdff0487837 100644 --- js/src/wasm/WasmSignalHandlers.cpp +++ js/src/wasm/WasmSignalHandlers.cpp -@@ -109,6 +109,10 @@ class AutoSetHandlingSegFault +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) # define R14_sig(p) ((p)->sc_r14) - # define R15_sig(p) ((p)->sc_r15) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif +# if defined(__mips__) +# define EPC_sig(p) ((p)->sc_pc) +# define RFP_sig(p) ((p)->sc_regs[30]) @@ -15,33 +25,29 @@ index 3f65bbb44f99..150331f19ea4 100644 #elif defined(__linux__) || defined(SOLARIS) # if defined(__linux__) # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) -@@ -171,6 +175,13 @@ class AutoSetHandlingSegFault +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) -+# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) +# endif +# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) +# endif #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) # if defined(__DragonFly__) # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) -@@ -195,11 +206,19 @@ class AutoSetHandlingSegFault - # define R12_sig(p) ((p)->uc_mcontext.mc_r12) - # define R13_sig(p) ((p)->uc_mcontext.mc_r13) - # define R14_sig(p) ((p)->uc_mcontext.mc_r14) -+# if defined(__FreeBSD__) && defined(__aarch64__) -+# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) -+# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[19]) -+# endif - # if defined(__FreeBSD__) && defined(__arm__) - # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault # else # define R15_sig(p) ((p)->uc_mcontext.mc_r15) # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif +# if defined(__FreeBSD__) && defined(__mips__) +# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) +# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) From owner-svn-ports-all@freebsd.org Tue May 2 23:56:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D97ED5B5E9; Tue, 2 May 2017 23:56: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 mx1.freebsd.org (Postfix) with ESMTPS id 6AB251AE3; Tue, 2 May 2017 23:56: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 v42NuKPq038487; Tue, 2 May 2017 23:56:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42NuKH4038485; Tue, 2 May 2017 23:56:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705022356.v42NuKH4038485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 23:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439994 - in branches/2017Q2/www/firefox: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 23:56:21 -0000 Author: jbeich Date: Tue May 2 23:56:20 2017 New Revision: 439994 URL: https://svnweb.freebsd.org/changeset/ports/439994 Log: MFH: r439993 www/firefox: use X29 as frame pointer like aarch64 kernel does Approved by: ports-secteam blanket Modified: branches/2017Q2/www/firefox/Makefile branches/2017Q2/www/firefox/files/patch-bug1359142 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox/Makefile ============================================================================== --- branches/2017Q2/www/firefox/Makefile Tue May 2 23:53:47 2017 (r439993) +++ branches/2017Q2/www/firefox/Makefile Tue May 2 23:56:20 2017 (r439994) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 53.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2017Q2/www/firefox/files/patch-bug1359142 ============================================================================== --- branches/2017Q2/www/firefox/files/patch-bug1359142 Tue May 2 23:53:47 2017 (r439993) +++ branches/2017Q2/www/firefox/files/patch-bug1359142 Tue May 2 23:56:20 2017 (r439994) @@ -1,13 +1,23 @@ -Define EPC_sig and RFP_sig for JS_CODEGEN_ARM64 on BSDs +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp -index 3f65bbb44f99..150331f19ea4 100644 +index 1ab76eeb4bd9..bcdff0487837 100644 --- js/src/wasm/WasmSignalHandlers.cpp +++ js/src/wasm/WasmSignalHandlers.cpp -@@ -109,6 +109,10 @@ class AutoSetHandlingSegFault +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) # define R14_sig(p) ((p)->sc_r14) - # define R15_sig(p) ((p)->sc_r15) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif +# if defined(__mips__) +# define EPC_sig(p) ((p)->sc_pc) +# define RFP_sig(p) ((p)->sc_regs[30]) @@ -15,33 +25,29 @@ index 3f65bbb44f99..150331f19ea4 100644 #elif defined(__linux__) || defined(SOLARIS) # if defined(__linux__) # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) -@@ -171,6 +175,13 @@ class AutoSetHandlingSegFault +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) -+# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) +# endif +# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) +# endif #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) # if defined(__DragonFly__) # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) -@@ -195,11 +206,19 @@ class AutoSetHandlingSegFault - # define R12_sig(p) ((p)->uc_mcontext.mc_r12) - # define R13_sig(p) ((p)->uc_mcontext.mc_r13) - # define R14_sig(p) ((p)->uc_mcontext.mc_r14) -+# if defined(__FreeBSD__) && defined(__aarch64__) -+# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) -+# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[19]) -+# endif - # if defined(__FreeBSD__) && defined(__arm__) - # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault # else # define R15_sig(p) ((p)->uc_mcontext.mc_r15) # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif +# if defined(__FreeBSD__) && defined(__mips__) +# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) +# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) From owner-svn-ports-all@freebsd.org Wed May 3 00:15:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92763D5BEB0; Wed, 3 May 2017 00:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 4B6BA7FC; Wed, 3 May 2017 00:15: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 v430F2du046768; Wed, 3 May 2017 00:15:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v430F118046762; Wed, 3 May 2017 00:15:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705030015.v430F118046762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 3 May 2017 00:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439995 - in head: mail/thunderbird/files www/firefox-esr/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 00:15:03 -0000 Author: jbeich Date: Wed May 3 00:15:01 2017 New Revision: 439995 URL: https://svnweb.freebsd.org/changeset/ports/439995 Log: gecko: apply r439551 + r439993 to other ports Added: head/mail/thunderbird/files/patch-bug1359051 - copied, changed from r439994, head/www/firefox/files/patch-bug1359051 head/mail/thunderbird/files/patch-bug1359142 - copied, changed from r439994, head/www/firefox/files/patch-bug1359142 head/www/firefox-esr/files/patch-bug1359051 - copied, changed from r439994, head/www/firefox/files/patch-bug1359051 head/www/firefox-esr/files/patch-bug1359142 - copied unchanged from r439994, head/www/firefox/files/patch-bug1359142 head/www/libxul/files/patch-bug1359142 - copied, changed from r439994, head/www/firefox/files/patch-bug1359142 head/www/seamonkey/files/patch-bug1359142 - copied, changed from r439994, head/www/firefox/files/patch-bug1359142 Copied and modified: head/mail/thunderbird/files/patch-bug1359051 (from r439994, head/www/firefox/files/patch-bug1359051) ============================================================================== --- head/www/firefox/files/patch-bug1359051 Tue May 2 23:56:20 2017 (r439994, copy source) +++ head/mail/thunderbird/files/patch-bug1359051 Wed May 3 00:15:01 2017 (r439995) @@ -9,8 +9,8 @@ Date: Mon Apr 24 07:10:58 2017 -0700 diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h index 3a42918142ef..570a25ff0dc3 100644 ---- js/src/jit/ExecutableAllocator.h -+++ js/src/jit/ExecutableAllocator.h +--- mozilla/js/src/jit/ExecutableAllocator.h ++++ mozilla/js/src/jit/ExecutableAllocator.h @@ -259,7 +259,7 @@ class ExecutableAllocator { __clear_cache(code, reinterpret_cast(code) + size); @@ -28,4 +28,4 @@ index 3a42918142ef..570a25ff0dc3 100644 +#elif defined(JS_CODEGEN_ARM64) static void cacheFlush(void* code, size_t size) { - vixl::CPU::EnsureIAndDCacheCoherency(code, size); + __clear_cache(code, (void *)((size_t)code + size)); Copied and modified: head/mail/thunderbird/files/patch-bug1359142 (from r439994, head/www/firefox/files/patch-bug1359142) ============================================================================== --- head/www/firefox/files/patch-bug1359142 Tue May 2 23:56:20 2017 (r439994, copy source) +++ head/mail/thunderbird/files/patch-bug1359142 Wed May 3 00:15:01 2017 (r439995) @@ -2,8 +2,8 @@ Define EPC_sig and RFP_sig for JS_CODEGE diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp index 1ab76eeb4bd9..bcdff0487837 100644 ---- js/src/wasm/WasmSignalHandlers.cpp -+++ js/src/wasm/WasmSignalHandlers.cpp +--- mozilla/js/src/wasm/WasmSignalHandlers.cpp ++++ mozilla/js/src/wasm/WasmSignalHandlers.cpp @@ -108,7 +108,19 @@ class AutoSetHandlingSegFault # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) Copied and modified: head/www/firefox-esr/files/patch-bug1359051 (from r439994, head/www/firefox/files/patch-bug1359051) ============================================================================== --- head/www/firefox/files/patch-bug1359051 Tue May 2 23:56:20 2017 (r439994, copy source) +++ head/www/firefox-esr/files/patch-bug1359051 Wed May 3 00:15:01 2017 (r439995) @@ -28,4 +28,4 @@ index 3a42918142ef..570a25ff0dc3 100644 +#elif defined(JS_CODEGEN_ARM64) static void cacheFlush(void* code, size_t size) { - vixl::CPU::EnsureIAndDCacheCoherency(code, size); + __clear_cache(code, (void *)((size_t)code + size)); Copied: head/www/firefox-esr/files/patch-bug1359142 (from r439994, head/www/firefox/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1359142 Wed May 3 00:15:01 2017 (r439995, copy of r439994, head/www/firefox/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- js/src/wasm/WasmSignalHandlers.cpp ++++ js/src/wasm/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied and modified: head/www/libxul/files/patch-bug1359142 (from r439994, head/www/firefox/files/patch-bug1359142) ============================================================================== --- head/www/firefox/files/patch-bug1359142 Tue May 2 23:56:20 2017 (r439994, copy source) +++ head/www/libxul/files/patch-bug1359142 Wed May 3 00:15:01 2017 (r439995) @@ -2,8 +2,8 @@ Define EPC_sig and RFP_sig for JS_CODEGE diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp index 1ab76eeb4bd9..bcdff0487837 100644 ---- js/src/wasm/WasmSignalHandlers.cpp -+++ js/src/wasm/WasmSignalHandlers.cpp +--- js/src/asmjs/AsmJSSignalHandlers.cpp ++++ js/src/asmjs/AsmJSSignalHandlers.cpp @@ -108,7 +108,19 @@ class AutoSetHandlingSegFault # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) Copied and modified: head/www/seamonkey/files/patch-bug1359142 (from r439994, head/www/firefox/files/patch-bug1359142) ============================================================================== --- head/www/firefox/files/patch-bug1359142 Tue May 2 23:56:20 2017 (r439994, copy source) +++ head/www/seamonkey/files/patch-bug1359142 Wed May 3 00:15:01 2017 (r439995) @@ -2,8 +2,8 @@ Define EPC_sig and RFP_sig for JS_CODEGE diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp index 1ab76eeb4bd9..bcdff0487837 100644 ---- js/src/wasm/WasmSignalHandlers.cpp -+++ js/src/wasm/WasmSignalHandlers.cpp +--- mozilla/js/src/asmjs/WasmSignalHandlers.cpp ++++ mozilla/js/src/asmjs/WasmSignalHandlers.cpp @@ -108,7 +108,19 @@ class AutoSetHandlingSegFault # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) From owner-svn-ports-all@freebsd.org Wed May 3 00:19:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97AA7D5BF40; Wed, 3 May 2017 00:19:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5D73E981; Wed, 3 May 2017 00:19:56 +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 v430JtHi047163; Wed, 3 May 2017 00:19:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v430JsTw047157; Wed, 3 May 2017 00:19:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705030019.v430JsTw047157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 3 May 2017 00:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439996 - in branches/2017Q2: mail/thunderbird/files www/firefox-esr/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 00:19:56 -0000 Author: jbeich Date: Wed May 3 00:19:54 2017 New Revision: 439996 URL: https://svnweb.freebsd.org/changeset/ports/439996 Log: MFH: r439995 gecko: apply r439551 + r439993 to other ports Approved by: ports-secteam blanket (mainly for mips) Added: branches/2017Q2/mail/thunderbird/files/patch-bug1359051 - copied unchanged from r439995, head/mail/thunderbird/files/patch-bug1359051 branches/2017Q2/mail/thunderbird/files/patch-bug1359142 - copied unchanged from r439995, head/mail/thunderbird/files/patch-bug1359142 branches/2017Q2/www/firefox-esr/files/patch-bug1359051 - copied unchanged from r439995, head/www/firefox-esr/files/patch-bug1359051 branches/2017Q2/www/firefox-esr/files/patch-bug1359142 - copied unchanged from r439995, head/www/firefox-esr/files/patch-bug1359142 branches/2017Q2/www/libxul/files/patch-bug1359142 - copied unchanged from r439995, head/www/libxul/files/patch-bug1359142 branches/2017Q2/www/seamonkey/files/patch-bug1359142 - copied unchanged from r439995, head/www/seamonkey/files/patch-bug1359142 Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/mail/thunderbird/files/patch-bug1359051 (from r439995, head/mail/thunderbird/files/patch-bug1359051) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/thunderbird/files/patch-bug1359051 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/mail/thunderbird/files/patch-bug1359051) @@ -0,0 +1,31 @@ +commit fe7592e16fcc +Author: Sean Stangl +Date: Mon Apr 24 07:10:58 2017 -0700 + + Bug 1359051 - Define cacheFlush for non-Simulator ARM64 builds. r=tcampbell +--- + js/src/jit/ExecutableAllocator.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h +index 3a42918142ef..570a25ff0dc3 100644 +--- mozilla/js/src/jit/ExecutableAllocator.h ++++ mozilla/js/src/jit/ExecutableAllocator.h +@@ -259,7 +259,7 @@ class ExecutableAllocator + { + __clear_cache(code, reinterpret_cast(code) + size); + } +-#elif defined(JS_CODEGEN_ARM) && defined(XP_IOS) ++#elif (defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_ARM64)) && defined(XP_IOS) + static void cacheFlush(void* code, size_t size) + { + sys_icache_invalidate(code, size); +@@ -297,7 +297,7 @@ class ExecutableAllocator + : "r0", "r1", "r2"); + } + } +-#elif defined(JS_CODEGEN_ARM64) && (defined(__linux__) || defined(ANDROID)) && defined(__GNUC__) ++#elif defined(JS_CODEGEN_ARM64) + static void cacheFlush(void* code, size_t size) + { + __clear_cache(code, (void *)((size_t)code + size)); Copied: branches/2017Q2/mail/thunderbird/files/patch-bug1359142 (from r439995, head/mail/thunderbird/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/thunderbird/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/mail/thunderbird/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- mozilla/js/src/wasm/WasmSignalHandlers.cpp ++++ mozilla/js/src/wasm/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/firefox-esr/files/patch-bug1359051 (from r439995, head/www/firefox-esr/files/patch-bug1359051) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1359051 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/firefox-esr/files/patch-bug1359051) @@ -0,0 +1,31 @@ +commit fe7592e16fcc +Author: Sean Stangl +Date: Mon Apr 24 07:10:58 2017 -0700 + + Bug 1359051 - Define cacheFlush for non-Simulator ARM64 builds. r=tcampbell +--- + js/src/jit/ExecutableAllocator.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h +index 3a42918142ef..570a25ff0dc3 100644 +--- js/src/jit/ExecutableAllocator.h ++++ js/src/jit/ExecutableAllocator.h +@@ -259,7 +259,7 @@ class ExecutableAllocator + { + __clear_cache(code, reinterpret_cast(code) + size); + } +-#elif defined(JS_CODEGEN_ARM) && defined(XP_IOS) ++#elif (defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_ARM64)) && defined(XP_IOS) + static void cacheFlush(void* code, size_t size) + { + sys_icache_invalidate(code, size); +@@ -297,7 +297,7 @@ class ExecutableAllocator + : "r0", "r1", "r2"); + } + } +-#elif defined(JS_CODEGEN_ARM64) && (defined(__linux__) || defined(ANDROID)) && defined(__GNUC__) ++#elif defined(JS_CODEGEN_ARM64) + static void cacheFlush(void* code, size_t size) + { + __clear_cache(code, (void *)((size_t)code + size)); Copied: branches/2017Q2/www/firefox-esr/files/patch-bug1359142 (from r439995, head/www/firefox-esr/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/firefox-esr/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- js/src/wasm/WasmSignalHandlers.cpp ++++ js/src/wasm/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/libxul/files/patch-bug1359142 (from r439995, head/www/libxul/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/libxul/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/libxul/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- js/src/asmjs/AsmJSSignalHandlers.cpp ++++ js/src/asmjs/AsmJSSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/seamonkey/files/patch-bug1359142 (from r439995, head/www/seamonkey/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/seamonkey/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/seamonkey/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- mozilla/js/src/asmjs/WasmSignalHandlers.cpp ++++ mozilla/js/src/asmjs/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) From owner-svn-ports-all@freebsd.org Wed May 3 01:02:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12B72D5A8D9; Wed, 3 May 2017 01:02:55 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D60649E; Wed, 3 May 2017 01:02:54 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4312r6c067148; Wed, 3 May 2017 01:02:53 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4312ran067147; Wed, 3 May 2017 01:02:53 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201705030102.v4312ran067147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Wed, 3 May 2017 01:02:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439997 - head/Templates X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 01:02:55 -0000 Author: jhibbits (src committer) Date: Wed May 3 01:02:53 2017 New Revision: 439997 URL: https://svnweb.freebsd.org/changeset/ports/439997 Log: Add powerpcspe to config.sub template With this single change many ports now build for the relatively new (in 12-current) powerpc.powerpcspe arch target. Additional changes will be needed on a port-by-port basis. Approved by: swills Modified: head/Templates/config.sub Modified: head/Templates/config.sub ============================================================================== --- head/Templates/config.sub Wed May 3 00:19:54 2017 (r439996) +++ head/Templates/config.sub Wed May 3 01:02:53 2017 (r439997) @@ -300,7 +300,7 @@ case $basic_machine in | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ + | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ @@ -426,7 +426,7 @@ case $basic_machine in | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | powerpcspe-* \ | pyramid-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ From owner-svn-ports-all@freebsd.org Wed May 3 01:04:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E14CD5A994; Wed, 3 May 2017 01:04:53 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA3C1C4; Wed, 3 May 2017 01:04:52 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4314pnK067359; Wed, 3 May 2017 01:04:51 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4314poc067355; Wed, 3 May 2017 01:04:51 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201705030104.v4314poc067355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 3 May 2017 01:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439998 - in head/www/owncloud: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 01:04:53 -0000 Author: kevlo Date: Wed May 3 01:04:51 2017 New Revision: 439998 URL: https://svnweb.freebsd.org/changeset/ports/439998 Log: Update to 10.0. Changelog: https://owncloud.org/changelog/#latest10.0 Added: head/www/owncloud/files/patch-apps_user__external_lib_smb.php (contents, props changed) Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Wed May 3 01:02:53 2017 (r439997) +++ head/www/owncloud/Makefile Wed May 3 01:04:51 2017 (r439998) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.1.4 +PORTVERSION= 10.0.0 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -9,10 +9,9 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING-AGPL +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 ssl -IGNORE_WITH_PHP= 71 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib @@ -46,6 +45,10 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3 SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient SSL_USE= PHP=openssl +post-patch: + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \ + ${WRKSRC}/apps/user_external/lib/smb.php + do-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && \ Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Wed May 3 01:02:53 2017 (r439997) +++ head/www/owncloud/distinfo Wed May 3 01:04:51 2017 (r439998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486952371 -SHA256 (owncloud-9.1.4.tar.bz2) = 1bf62c5e665a98f8c82fbeb2fcc5d2aa2bd3157b0cad2a93000a8d72114ca547 -SIZE (owncloud-9.1.4.tar.bz2) = 13882525 +TIMESTAMP = 1493771697 +SHA256 (owncloud-10.0.0.tar.bz2) = 488fc136a8000b42c447e224e69f16f5c31a231eea3038614fdea5e0c2218457 +SIZE (owncloud-10.0.0.tar.bz2) = 32764455 Added: head/www/owncloud/files/patch-apps_user__external_lib_smb.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/owncloud/files/patch-apps_user__external_lib_smb.php Wed May 3 01:04:51 2017 (r439998) @@ -0,0 +1,11 @@ +--- apps/user_external/lib/smb.php.orig 2017-05-03 00:52:45 UTC ++++ apps/user_external/lib/smb.php +@@ -18,7 +18,7 @@ + class OC_User_SMB extends \OCA\user_external\Base{ + private $host; + +- const SMBCLIENT = 'smbclient -L'; ++ const SMBCLIENT = '%%PREFIX%%/bin/smbclient -L'; + const LOGINERROR = 'NT_STATUS_LOGON_FAILURE'; + + /** Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Wed May 3 01:02:53 2017 (r439997) +++ head/www/owncloud/pkg-plist Wed May 3 01:04:51 2017 (r439998) @@ -1,2750 +1,20 @@ %%WWWDIR%%/.htaccess %%WWWDIR%%/.user.ini -%%WWWDIR%%/3rdparty/LICENSE INFO -%%WWWDIR%%/3rdparty/README.md -%%WWWDIR%%/3rdparty/autoload.php -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/LICENSE -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/README.md -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/composer.json -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php -%%WWWDIR%%/3rdparty/composer.json -%%WWWDIR%%/3rdparty/composer.lock -%%WWWDIR%%/3rdparty/composer/ClassLoader.php -%%WWWDIR%%/3rdparty/composer/LICENSE -%%WWWDIR%%/3rdparty/composer/autoload_classmap.php -%%WWWDIR%%/3rdparty/composer/autoload_files.php -%%WWWDIR%%/3rdparty/composer/autoload_namespaces.php -%%WWWDIR%%/3rdparty/composer/autoload_psr4.php -%%WWWDIR%%/3rdparty/composer/autoload_real.php -%%WWWDIR%%/3rdparty/composer/autoload_static.php -%%WWWDIR%%/3rdparty/composer/include_paths.php -%%WWWDIR%%/3rdparty/composer/installed.json -%%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/LICENSE -%%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php -%%WWWDIR%%/3rdparty/doctrine/annotations/LICENSE -%%WWWDIR%%/3rdparty/doctrine/annotations/README.md -%%WWWDIR%%/3rdparty/doctrine/annotations/composer.json -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php -%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php -%%WWWDIR%%/3rdparty/doctrine/cache/.coveralls.yml -%%WWWDIR%%/3rdparty/doctrine/cache/LICENSE -%%WWWDIR%%/3rdparty/doctrine/cache/README.md -%%WWWDIR%%/3rdparty/doctrine/cache/UPGRADE.md -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php -%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php -%%WWWDIR%%/3rdparty/doctrine/collections/LICENSE -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php -%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php -%%WWWDIR%%/3rdparty/doctrine/collections/phpunit.xml.dist -%%WWWDIR%%/3rdparty/doctrine/common/LICENSE -%%WWWDIR%%/3rdparty/doctrine/common/README.md -%%WWWDIR%%/3rdparty/doctrine/common/UPGRADE_TO_2_1 -%%WWWDIR%%/3rdparty/doctrine/common/UPGRADE_TO_2_2 -%%WWWDIR%%/3rdparty/doctrine/common/build.properties -%%WWWDIR%%/3rdparty/doctrine/common/build.xml -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php -%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php -%%WWWDIR%%/3rdparty/doctrine/common/phpunit.xml.dist -%%WWWDIR%%/3rdparty/doctrine/dbal/LICENSE -%%WWWDIR%%/3rdparty/doctrine/dbal/README.md -%%WWWDIR%%/3rdparty/doctrine/dbal/SECURITY.md -%%WWWDIR%%/3rdparty/doctrine/dbal/UPGRADE.md -%%WWWDIR%%/3rdparty/doctrine/dbal/composer.json -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php -%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php -%%WWWDIR%%/3rdparty/doctrine/inflector/LICENSE -%%WWWDIR%%/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php -%%WWWDIR%%/3rdparty/doctrine/lexer/README.md -%%WWWDIR%%/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Collection.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Event.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/FromConfigInterface.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/HasDispatcherInterface.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/ToArrayInterface.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Version.php -%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/composer.json -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/CachingEntityBody.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Client.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/ClientInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlHandle.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMulti.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlVersion.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/RequestMediator.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/EntityBody.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/EntityBodyInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/BadResponseException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/CurlException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/HttpException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/RequestException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/AbstractMessage.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/Link.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/MessageInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/PostFile.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/PostFileInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Request.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactory.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Response.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Mimetypes.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryString.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/RedirectPlugin.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5 -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/StaticClient.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Url.php -%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/composer.json -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParser.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/ParserRegistry.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParser.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php -%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/composer.json -%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php -%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/Stream.php -%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php -%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php -%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/composer.json -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/LICENSE -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/BatchResults.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Client.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Collection.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Request.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Response.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Pool.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Query.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/QueryParser.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RingBridge.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Transaction.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php -%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Core.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php -%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/LICENSE -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AppendStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/BufferStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/CachingStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/DroppingStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/FnStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/InflateStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LimitStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NoSeekStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NullStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/PumpStream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Stream.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamInterface.php -%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Utils.php -%%WWWDIR%%/3rdparty/icewind/streams/src/CallbackWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/Directory.php -%%WWWDIR%%/3rdparty/icewind/streams/src/DirectoryFilter.php -%%WWWDIR%%/3rdparty/icewind/streams/src/DirectoryWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/File.php -%%WWWDIR%%/3rdparty/icewind/streams/src/IteratorDirectory.php -%%WWWDIR%%/3rdparty/icewind/streams/src/NullWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/Path.php -%%WWWDIR%%/3rdparty/icewind/streams/src/PathWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/RetryWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/SeekableWrapper.php -%%WWWDIR%%/3rdparty/icewind/streams/src/Url.php -%%WWWDIR%%/3rdparty/icewind/streams/src/UrlCallBack.php -%%WWWDIR%%/3rdparty/icewind/streams/src/Wrapper.php -%%WWWDIR%%/3rdparty/interfasys/lognormalizer/AUTHORS.md -%%WWWDIR%%/3rdparty/interfasys/lognormalizer/COPYING -%%WWWDIR%%/3rdparty/interfasys/lognormalizer/src/Normalizer.php -%%WWWDIR%%/3rdparty/ircmaxell/password-compat/LICENSE.md -%%WWWDIR%%/3rdparty/ircmaxell/password-compat/composer.json -%%WWWDIR%%/3rdparty/ircmaxell/password-compat/lib/password.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/LICENSE.md -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Serializer.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php -%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/hash_equals.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/LICENSE -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/AssetManager.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/AssetWriter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/Exception.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/FilterManager.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php -%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/functions.php -%%WWWDIR%%/3rdparty/league/flysystem/LICENSE -%%WWWDIR%%/3rdparty/league/flysystem/composer.json -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Ftp.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Ftpd.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Local.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/NullAdapter.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php -%%WWWDIR%%/3rdparty/league/flysystem/src/AdapterInterface.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Config.php -%%WWWDIR%%/3rdparty/league/flysystem/src/ConfigAwareTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Directory.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Exception.php -%%WWWDIR%%/3rdparty/league/flysystem/src/File.php -%%WWWDIR%%/3rdparty/league/flysystem/src/FileExistsException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/FileNotFoundException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Filesystem.php -%%WWWDIR%%/3rdparty/league/flysystem/src/FilesystemInterface.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Handler.php -%%WWWDIR%%/3rdparty/league/flysystem/src/MountManager.php -%%WWWDIR%%/3rdparty/league/flysystem/src/NotSupportedException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/EmptyDir.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListFiles.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListPaths.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListWith.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/PluginInterface.php -%%WWWDIR%%/3rdparty/league/flysystem/src/ReadInterface.php -%%WWWDIR%%/3rdparty/league/flysystem/src/RootViolationException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/UnreadableFileException.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Util.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Util/MimeType.php -%%WWWDIR%%/3rdparty/league/flysystem/src/Util/StreamHasher.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/README.md -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/composer.json -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/ID3Parser.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/COPYING -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/MANUAL.md -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/README.md -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/composer.json -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php -%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php -%%WWWDIR%%/3rdparty/natxet/CssMin/README -%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json -%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php -%%WWWDIR%%/3rdparty/nikic/php-parser/LICENSE -%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/README.md -%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser -%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Error.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php -%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed May 3 01:14:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DDD3D5AD93; Wed, 3 May 2017 01:14:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id C5D9EA96; Wed, 3 May 2017 01:14:07 +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 v431E6tJ071783; Wed, 3 May 2017 01:14:06 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v431E5nT071771; Wed, 3 May 2017 01:14:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705030114.v431E5nT071771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 3 May 2017 01:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439999 - in head: graphics/libjxr net-mgmt/pmacct science/cdf science/hdf security/clambc security/samhain sysutils/fluent-bit sysutils/radeontop sysutils/rovclock textproc/senna www/a... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 01:14:08 -0000 Author: linimon Date: Wed May 3 01:14:05 2017 New Revision: 439999 URL: https://svnweb.freebsd.org/changeset/ports/439999 Log: Mark some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/graphics/libjxr/Makefile head/net-mgmt/pmacct/Makefile head/science/cdf/Makefile head/science/hdf/Makefile head/security/clambc/Makefile head/security/samhain/Makefile head/sysutils/fluent-bit/Makefile head/sysutils/radeontop/Makefile head/sysutils/rovclock/Makefile head/textproc/senna/Makefile head/www/anyterm/Makefile Modified: head/graphics/libjxr/Makefile ============================================================================== --- head/graphics/libjxr/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/graphics/libjxr/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -13,6 +13,9 @@ COMMENT= Library for JPEG XR, a.k.a. Win LICENSE= BSD +BROKEN_aarch64= fails to link: cc: error: linker command failed with exit code 1 (use -v to see invocation) +BROKEN_mips64= fails to build + USES= dos2unix uidfix USE_LDCONFIG= yes MAKEFILE= BSDmakefile # created by do-configure Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/net-mgmt/pmacct/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -12,6 +12,9 @@ COMMENT= Accounting and aggregation tool LICENSE= GPLv2 +BROKEN_aarch64= fails to build: undefined reference to sbrk +BROKEN_powerp64= fails to build: cc: Internal error: Segmentation fault (program ld) + USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message GNU_CONFIGURE= yes Modified: head/science/cdf/Makefile ============================================================================== --- head/science/cdf/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/science/cdf/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -18,6 +18,9 @@ LICENSE_NAME= NASA/Goddard Space Flight LICENSE_FILE= ${WRKSRC}/CDF_copyright.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? +BROKEN_armv6= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? + USES= fortran ncurses USE_LDCONFIG= yes MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \ Modified: head/science/hdf/Makefile ============================================================================== --- head/science/hdf/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/science/hdf/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -12,10 +12,12 @@ MASTER_SITES= http://www.hdfgroup.org/ft MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libsz.so:science/szip +BROKEN_powerpc64= Does not build: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'you' +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= fails to compile: no machine type has been defined + CONFLICTS_INSTALL= netcdf-4.[0-9]* USES= fortran jpeg libtool tar:bzip2 Modified: head/security/clambc/Makefile ============================================================================== --- head/security/clambc/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/security/clambc/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -12,6 +12,9 @@ COMMENT= Bytecode signature compiler for LICENSE= GPLv2 +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= fails to configure: error: Can not set target to build + USES= gmake libtool perl5 ALL_TARGET= clambc-only GNU_CONFIGURE= yes Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/security/samhain/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -12,6 +12,10 @@ COMMENT= Samhain Intrusion Detection Sys LICENSE= GPLv2 +BROKEN_aarch64= fails to build: undefined reference to sbrk +BROKEN_mips= fails to configure: error: Could not find the libwrap library +BROKEN_mips64= fails to configure: error: Could not find the libwrap library + OPTIONS_DEFINE= ASM DB_RELOAD DEBUG DNMALLOC ENCRYPT GNUPG IPV6 KCHECK LIBWRAP \ LOGFILE_MONITOR LOGIN_WATCH MAIL MOUNTS_CHECK MYSQL ODBC PGSQL \ PORT_CHECK PROCESS_CHECK POSIX_ACL PRELUDE PTRACE SRP STATIC \ Modified: head/sysutils/fluent-bit/Makefile ============================================================================== --- head/sysutils/fluent-bit/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/sysutils/fluent-bit/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -11,6 +11,11 @@ COMMENT= Fast and lightweight data forwa LICENSE= APACHE20 +BROKEN_aarch64= fails to build: error: unknown type name thread_local +BROKEN_armv6= fails to configure: failure in cmake +BROKEN_mips= fails to build: conflicting types for 'restrict' +BROKEN_mips64= fails to build: conflicting types for 'restrict' + USES= cmake post-stage: Modified: head/sysutils/radeontop/Makefile ============================================================================== --- head/sysutils/radeontop/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/sysutils/radeontop/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -14,6 +14,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm.so:graphics/libdrm +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found + USE_GITHUB= yes GH_ACCOUNT= clbr Modified: head/sysutils/rovclock/Makefile ============================================================================== --- head/sysutils/rovclock/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/sysutils/rovclock/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -11,6 +11,11 @@ COMMENT= Overclocking utility for ATI Ra LICENSE= GPLv2 +BROKEN_aarch64= fails to install: undefined reference to outl +BROKEN_armv6= fails to install: undefined reference to outl +BROKEN_mips= fails to install: undefined reference to outl +BROKEN_mips64= fails to install: undefined reference to outl + USES= tar:bzip2 PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} Modified: head/textproc/senna/Makefile ============================================================================== --- head/textproc/senna/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/textproc/senna/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -10,6 +10,8 @@ MASTER_SITES= SFJP/senna/46945 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Embeddable Fulltext Search Engine +BROKEN_aarch64= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX +BROKEN_armv6= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX BROKEN_powerpc64= does not build: relocation truncated to fit: R_PPC64_TOC16_DS BROKEN_sparc64= does not build Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Wed May 3 01:04:51 2017 (r439998) +++ head/www/anyterm/Makefile Wed May 3 01:14:05 2017 (r439999) @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs +BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 +BROKEN_armv6= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd From owner-svn-ports-all@freebsd.org Wed May 3 01:38:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C9C3D5B354; Wed, 3 May 2017 01:38:09 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBB226BF; Wed, 3 May 2017 01:38:08 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v431c7IT079994; Wed, 3 May 2017 01:38:07 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v431c7wC079990; Wed, 3 May 2017 01:38:07 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201705030138.v431c7wC079990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 3 May 2017 01:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440000 - head/x11-fonts/noto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 01:38:09 -0000 Author: kevlo Date: Wed May 3 01:38:07 2017 New Revision: 440000 URL: https://svnweb.freebsd.org/changeset/ports/440000 Log: Add Noto Serif CJK fonts. PR: 219026 Submitted by: Eric Camachat Modified: head/x11-fonts/noto/Makefile head/x11-fonts/noto/distinfo head/x11-fonts/noto/pkg-plist Modified: head/x11-fonts/noto/Makefile ============================================================================== --- head/x11-fonts/noto/Makefile Wed May 3 01:14:05 2017 (r439999) +++ head/x11-fonts/noto/Makefile Wed May 3 01:38:07 2017 (r440000) @@ -2,11 +2,15 @@ PORTNAME= noto PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://noto-website-2.storage.googleapis.com/pkgs/ +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ DISTNAME= ${PORTNAME:S|n|N|}-hinted -DISTFILES= ${DISTNAME}.zip -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}.zip \ + ${PORTNAME:S|n|N|}SerifCJKjp-hinted.zip \ + ${PORTNAME:S|n|N|}SerifCJKkr-hinted.zip \ + ${PORTNAME:S|n|N|}SerifCJKsc-hinted.zip \ + ${PORTNAME:S|n|N|}SerifCJKtc-hinted.zip MAINTAINER= kevlo@FreeBSD.org COMMENT= Google font family Modified: head/x11-fonts/noto/distinfo ============================================================================== --- head/x11-fonts/noto/distinfo Wed May 3 01:14:05 2017 (r439999) +++ head/x11-fonts/noto/distinfo Wed May 3 01:38:07 2017 (r440000) @@ -1,3 +1,11 @@ -TIMESTAMP = 1486222810 -SHA256 (Noto-hinted.zip) = 77decb00e17677b0f8182a9eeae7ddfaadfed064c926433bcc0c8617cd52899e -SIZE (Noto-hinted.zip) = 500352958 +TIMESTAMP = 1493775076 +SHA256 (Noto-hinted.zip) = d5e5bace69570f348228e864444155657c1e7eca50857b9de4981fbd9b5122dd +SIZE (Noto-hinted.zip) = 499786749 +SHA256 (NotoSerifCJKjp-hinted.zip) = d139c06f74f982442660104dcc6d572757c58c3482b666c19db1fb475ea19531 +SIZE (NotoSerifCJKjp-hinted.zip) = 130358543 +SHA256 (NotoSerifCJKkr-hinted.zip) = e05d58196eca9d23b8dd6001919aadb92afc4c59528e087de67dca7f622e8904 +SIZE (NotoSerifCJKkr-hinted.zip) = 130214488 +SHA256 (NotoSerifCJKsc-hinted.zip) = 9426ddefb16387e37dc6dc698e1fc6d6512c9e3e2f7328c4095df90f0e7c2287 +SIZE (NotoSerifCJKsc-hinted.zip) = 130325901 +SHA256 (NotoSerifCJKtc-hinted.zip) = 5fb9dcd4a7fcc4f6cf0db2458380ca69a57d3e88bd80f5c9da66b670253f270b +SIZE (NotoSerifCJKtc-hinted.zip) = 130361945 Modified: head/x11-fonts/noto/pkg-plist ============================================================================== --- head/x11-fonts/noto/pkg-plist Wed May 3 01:14:05 2017 (r439999) +++ head/x11-fonts/noto/pkg-plist Wed May 3 01:38:07 2017 (r440000) @@ -25,11 +25,6 @@ %%FONTSDIR%%/NotoSansBrahmi-Regular.ttf %%FONTSDIR%%/NotoSansBuginese-Regular.ttf %%FONTSDIR%%/NotoSansBuhid-Regular.ttf -%%FONTSDIR%%/NotoSansCanadianAboriginal-Regular.ttf -%%FONTSDIR%%/NotoSansCarian-Regular.ttf -%%FONTSDIR%%/NotoSansCham-Bold.ttf -%%FONTSDIR%%/NotoSansCham-Regular.ttf -%%FONTSDIR%%/NotoSansCherokee-Regular.ttf %%FONTSDIR%%/NotoSansCJKjp-Black.otf %%FONTSDIR%%/NotoSansCJKjp-Bold.otf %%FONTSDIR%%/NotoSansCJKjp-DemiLight.otf @@ -58,6 +53,11 @@ %%FONTSDIR%%/NotoSansCJKtc-Medium.otf %%FONTSDIR%%/NotoSansCJKtc-Regular.otf %%FONTSDIR%%/NotoSansCJKtc-Thin.otf +%%FONTSDIR%%/NotoSansCanadianAboriginal-Regular.ttf +%%FONTSDIR%%/NotoSansCarian-Regular.ttf +%%FONTSDIR%%/NotoSansCham-Bold.ttf +%%FONTSDIR%%/NotoSansCham-Regular.ttf +%%FONTSDIR%%/NotoSansCherokee-Regular.ttf %%FONTSDIR%%/NotoSansCoptic-Regular.ttf %%FONTSDIR%%/NotoSansCuneiform-Regular.ttf %%FONTSDIR%%/NotoSansCypriot-Regular.ttf @@ -128,8 +128,8 @@ %%FONTSDIR%%/NotoSansMyanmar-Regular.ttf %%FONTSDIR%%/NotoSansMyanmarUI-Bold.ttf %%FONTSDIR%%/NotoSansMyanmarUI-Regular.ttf -%%FONTSDIR%%/NotoSansNewTaiLue-Regular.ttf %%FONTSDIR%%/NotoSansNKo-Regular.ttf +%%FONTSDIR%%/NotoSansNewTaiLue-Regular.ttf %%FONTSDIR%%/NotoSansOgham-Regular.ttf %%FONTSDIR%%/NotoSansOlChiki-Regular.ttf %%FONTSDIR%%/NotoSansOldItalic-Regular.ttf @@ -178,11 +178,11 @@ %%FONTSDIR%%/NotoSansTibetan-Bold.ttf %%FONTSDIR%%/NotoSansTibetan-Regular.ttf %%FONTSDIR%%/NotoSansTifinagh-Regular.ttf -%%FONTSDIR%%/NotoSansUgaritic-Regular.ttf %%FONTSDIR%%/NotoSansUI-Bold.ttf %%FONTSDIR%%/NotoSansUI-BoldItalic.ttf %%FONTSDIR%%/NotoSansUI-Italic.ttf %%FONTSDIR%%/NotoSansUI-Regular.ttf +%%FONTSDIR%%/NotoSansUgaritic-Regular.ttf %%FONTSDIR%%/NotoSansVai-Regular.ttf %%FONTSDIR%%/NotoSansYi-Regular.ttf %%FONTSDIR%%/NotoSerif-Bold.ttf @@ -193,12 +193,42 @@ %%FONTSDIR%%/NotoSerifArmenian-Regular.ttf %%FONTSDIR%%/NotoSerifBengali-Bold.ttf %%FONTSDIR%%/NotoSerifBengali-Regular.ttf +%%FONTSDIR%%/NotoSerifCJKjp-Black.otf +%%FONTSDIR%%/NotoSerifCJKjp-Bold.otf +%%FONTSDIR%%/NotoSerifCJKjp-ExtraLight.otf +%%FONTSDIR%%/NotoSerifCJKjp-Light.otf +%%FONTSDIR%%/NotoSerifCJKjp-Medium.otf +%%FONTSDIR%%/NotoSerifCJKjp-Regular.otf +%%FONTSDIR%%/NotoSerifCJKjp-SemiBold.otf +%%FONTSDIR%%/NotoSerifCJKkr-Black.otf +%%FONTSDIR%%/NotoSerifCJKkr-Bold.otf +%%FONTSDIR%%/NotoSerifCJKkr-ExtraLight.otf +%%FONTSDIR%%/NotoSerifCJKkr-Light.otf +%%FONTSDIR%%/NotoSerifCJKkr-Medium.otf +%%FONTSDIR%%/NotoSerifCJKkr-Regular.otf +%%FONTSDIR%%/NotoSerifCJKkr-SemiBold.otf +%%FONTSDIR%%/NotoSerifCJKsc-Black.otf +%%FONTSDIR%%/NotoSerifCJKsc-Bold.otf +%%FONTSDIR%%/NotoSerifCJKsc-ExtraLight.otf +%%FONTSDIR%%/NotoSerifCJKsc-Light.otf +%%FONTSDIR%%/NotoSerifCJKsc-Medium.otf +%%FONTSDIR%%/NotoSerifCJKsc-Regular.otf +%%FONTSDIR%%/NotoSerifCJKsc-SemiBold.otf +%%FONTSDIR%%/NotoSerifCJKtc-Black.otf +%%FONTSDIR%%/NotoSerifCJKtc-Bold.otf +%%FONTSDIR%%/NotoSerifCJKtc-ExtraLight.otf +%%FONTSDIR%%/NotoSerifCJKtc-Light.otf +%%FONTSDIR%%/NotoSerifCJKtc-Medium.otf +%%FONTSDIR%%/NotoSerifCJKtc-Regular.otf +%%FONTSDIR%%/NotoSerifCJKtc-SemiBold.otf %%FONTSDIR%%/NotoSerifDevanagari-Bold.ttf %%FONTSDIR%%/NotoSerifDevanagari-Regular.ttf %%FONTSDIR%%/NotoSerifGeorgian-Bold.ttf %%FONTSDIR%%/NotoSerifGeorgian-Regular.ttf %%FONTSDIR%%/NotoSerifGujarati-Bold.ttf %%FONTSDIR%%/NotoSerifGujarati-Regular.ttf +%%FONTSDIR%%/NotoSerifHebrew-Bold.ttf +%%FONTSDIR%%/NotoSerifHebrew-Regular.ttf %%FONTSDIR%%/NotoSerifKannada-Bold.ttf %%FONTSDIR%%/NotoSerifKannada-Regular.ttf %%FONTSDIR%%/NotoSerifKhmer-Bold.ttf From owner-svn-ports-all@freebsd.org Wed May 3 05:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3929DD5A683; Wed, 3 May 2017 05:52:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id 12B711D8; Wed, 3 May 2017 05:52:58 +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 v435qvKL086824; Wed, 3 May 2017 05:52:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v435qtZP086807; Wed, 3 May 2017 05:52:55 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705030552.v435qtZP086807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 3 May 2017 05:52:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440001 - in head: databases/galera databases/mysqlwsrep56-server databases/py-xapian databases/riak2 devel/aws-sdk-cpp devel/clanlib devel/directfb devel/elfutils devel/kBuild devel/pe... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 05:52:58 -0000 Author: linimon Date: Wed May 3 05:52:55 2017 New Revision: 440001 URL: https://svnweb.freebsd.org/changeset/ports/440001 Log: Mark some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/databases/galera/Makefile head/databases/mysqlwsrep56-server/Makefile head/databases/py-xapian/Makefile head/databases/riak2/Makefile head/devel/aws-sdk-cpp/Makefile head/devel/clanlib/Makefile head/devel/directfb/Makefile head/devel/elfutils/Makefile head/devel/kBuild/Makefile head/devel/pecl-grpc/Makefile head/devel/pwlib/Makefile head/devel/raknet/Makefile head/devel/rapidjson/Makefile head/devel/smv/Makefile head/devel/sourcenav/Makefile head/graphics/rawtherapee-devel/Makefile head/graphics/rawtherapee/Makefile Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/databases/galera/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -18,6 +18,9 @@ BUILD_DEPENDS= checkmk:devel/check \ ${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:textproc/py-cloud_sptheme LIB_DEPENDS= libboost_date_time.so:devel/boost-libs +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= error Please add support for your architecture in build/build_config.h + USES= execinfo python:build scons shebangfix ssl USE_CXXSTD= c++11 Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/databases/mysqlwsrep56-server/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -19,7 +19,8 @@ RUN_DEPENDS= socat:net/socat lsof:sysuti DATADIR= ${PREFIX}/share/mysql -BROKEN_powerpc64= Does not build +NOT_FOR_ARCHS= aarch64 armv6 powerpc64 +NOT_FOR_ARCHS_REASON= error: Unsupported platform USES= cmake:outsource libedit shebangfix perl5 USE_PERL5= run Modified: head/databases/py-xapian/Makefile ============================================================================== --- head/databases/py-xapian/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/databases/py-xapian/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core +BROKEN_aarch64= fails to build: Fatal Python error: swig_pythreadstate set in XapianSWIG_Python_Thread_Allow ctor + CONFLICTS_INSTALL= xapian-bindings12- OPTIONS_DEFINE= DOCS Modified: head/databases/riak2/Makefile ============================================================================== --- head/databases/riak2/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/databases/riak2/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -28,9 +28,11 @@ SHEBANG_FILES= deps/eper/priv/bin/* \ USE_RC_SUBR= riak USE_GCC= yes -BROKEN_i386= Does not build -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build: Please implement AtomicPointer for this platform +BROKEN_i386= does not build +BROKEN_powerpc64= does not build +BROKEN_sparc64= does not build: Please implement AtomicPointer for this platform +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= does not build: error: Unknown CPU architecture USERS= riak GROUPS= riak Modified: head/devel/aws-sdk-cpp/Makefile ============================================================================== --- head/devel/aws-sdk-cpp/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/aws-sdk-cpp/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -12,6 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl +BROKEN_aarch64= fails to build: runaway process +BROKEN_armv6= fails to build: runaway process +BROKEN_powerpc64= fails to build: runaway process + USE_GITHUB= yes GH_ACCOUNT= aws USES= cmake pkgconfig compiler:c++11-lib ssl Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/clanlib/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -20,6 +20,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= invokes x86 asm + USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_GCC= yes USE_XORG= x11 Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/directfb/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -28,7 +28,8 @@ USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * -BROKEN_armv6= fails to compile: invokes x86 assembler +BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory +BROKEN_armv6= fails to compile: invokes x86 assembler DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY Modified: head/devel/elfutils/Makefile ============================================================================== --- head/devel/elfutils/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/elfutils/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -18,8 +18,10 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING-LG LIB_DEPENDS= libargp.so:devel/argp-standalone PATCH_DEPENDS= gnulib>=0:devel/gnulib -BROKEN_armv6= Fails to build: fails to compile i386_disasm.c -BROKEN_sparc64= Fails to build: fails to compile dwarf_begin_elf.c +BROKEN_aarch64= fails to build: fatal error: linux/uio.h: No such file or directory +BROKEN_armv6= fails to build: fails to compile i386_disasm.c +BROKEN_powerpc64= fails to build: error: field 'r' has incomplete type +BROKEN_sparc64= fails to build: fails to compile dwarf_begin_elf.c OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/kBuild/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -16,6 +16,8 @@ COMMENT= Makefile framework BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex BROKEN_powerpc64= does not build: fatal error: xmmintrin.h: No such file or directory +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= ./kBuild/env.sh: unknown cpu/arch USE_GCC= any USES= autoreconf:build gmake makeinfo Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/pecl-grpc/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -10,6 +10,9 @@ COMMENT= High performance, general RPC f LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found +BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found + USES= php:pecl .include Modified: head/devel/pwlib/Makefile ============================================================================== --- head/devel/pwlib/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/pwlib/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -15,6 +15,9 @@ COMMENT= Cross platform C++ library, use LIB_DEPENDS= libexpat.so:textproc/expat2 +BROKEN_aarch64= fails to compile: fatal error: trclib.h: No such file or directory +BROKEN_mips64= fails to compile: fatal error: trclib.h: No such file or directory + CONFLICTS= ptlib-2.* WRKSRC= ${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g} @@ -93,11 +96,11 @@ PLIST_SUB+= DC1394="@comment " .include -.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") +.if (${ARCH} == "amd64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") CFLAGS+= -fPIC .endif -.if (${ARCH} == "amd64") || (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") +.if (${ARCH} == "amd64") || (${ARCH} == "i386") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") PLIST_SUB+= BSDVIDEO="" .else PLIST_SUB+= BSDVIDEO="@comment " Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/raknet/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -25,6 +25,9 @@ LICENSE_PERMS_SpecialAuth= dist-mirror d LEGAL_TEXT= Special authorization granted to distribute version 3.x under GPLv3 +NOT_FOR_ARCHS= aarch64 mips mips64 +NOT_FOR_ARCHS_REASON= fails to compile: error: Add your platform to the list + NO_WRKSUBDIR= yes USE_LDCONFIG= yes Modified: head/devel/rapidjson/Makefile ============================================================================== --- head/devel/rapidjson/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/rapidjson/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -15,7 +15,8 @@ LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not build: c++: error: the clang compiler does not support -march=native +BROKEN_powerpc64= does not build DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen Modified: head/devel/smv/Makefile ============================================================================== --- head/devel/smv/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/smv/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}.r${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Symbolic Model Verifier System for checking finite state systems +BROKEN_aarch64= fails to build: undefined reference to sbrk +BROKEN_armv6= fails to build: error: non-void function check_bdd should return a value + USE_GCC= yes WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} Modified: head/devel/sourcenav/Makefile ============================================================================== --- head/devel/sourcenav/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/devel/sourcenav/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -15,6 +15,8 @@ COMMENT= Source code analysis tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to build: undefined reference to fpsetround + USES= shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/snavigator/demo/c++/contrib/perl/sample_client USE_GCC= yes Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/graphics/rawtherapee-devel/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -77,6 +77,8 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-lo # ------------------------------------------------------------------- # +BROKEN_aarch64= fails to build: gcc5: error: unrecognized command line option -msse2 + .if ${OPSYS} == FreeBSD .if ${OSVERSION} >= 1200000 # don't waste everybody's time with Tier-2 and moving targets. Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Wed May 3 01:38:07 2017 (r440000) +++ head/graphics/rawtherapee/Makefile Wed May 3 05:52:55 2017 (r440001) @@ -76,6 +76,8 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-lo # ------------------------------------------------------------------- # +BROKEN_aarch64= fails to build: gcc5: error: unrecognized command line option -msse2 + .if ${OPSYS} == FreeBSD .if ${OSVERSION} >= 1200000 # don't waste everybody's time with Tier-2 and moving targets. From owner-svn-ports-all@freebsd.org Wed May 3 07:17:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F85BD5BABA; Wed, 3 May 2017 07:17:39 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FA8D650; Wed, 3 May 2017 07:17:39 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v437HcXo019624; Wed, 3 May 2017 07:17:38 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v437HcDQ019622; Wed, 3 May 2017 07:17:38 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201705030717.v437HcDQ019622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 3 May 2017 07:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440002 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 07:17:39 -0000 Author: araujo Date: Wed May 3 07:17:37 2017 New Revision: 440002 URL: https://svnweb.freebsd.org/changeset/ports/440002 Log: Update to 2015.05.01. PR: ports/219033 Submitted by: rkoberman@gmail.com Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed May 3 05:52:55 2017 (r440001) +++ head/www/youtube_dl/Makefile Wed May 3 07:17:37 2017 (r440002) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2017.03.24 +PORTVERSION= 2017.05.01 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Wed May 3 05:52:55 2017 (r440001) +++ head/www/youtube_dl/distinfo Wed May 3 07:17:37 2017 (r440002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490504482 -SHA256 (youtube-dl-2017.03.24.tar.gz) = b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803 -SIZE (youtube-dl-2017.03.24.tar.gz) = 2643234 +TIMESTAMP = 1493795755 +SHA256 (youtube-dl-2017.05.01.tar.gz) = 58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53 +SIZE (youtube-dl-2017.05.01.tar.gz) = 2698645 From owner-svn-ports-all@freebsd.org Wed May 3 08:22:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E80ED5BCD7; Wed, 3 May 2017 08:22:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EAB2B68; Wed, 3 May 2017 08:22:13 +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 v438MCY0048057; Wed, 3 May 2017 08:22:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v438MCaB048055; Wed, 3 May 2017 08:22:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705030822.v438MCaB048055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 3 May 2017 08:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440003 - head/textproc/the_silver_searcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 08:22:13 -0000 Author: olgeni Date: Wed May 3 08:22:11 2017 New Revision: 440003 URL: https://svnweb.freebsd.org/changeset/ports/440003 Log: Update textproc/the_silver_searcher to version 1.0.3. Modified: head/textproc/the_silver_searcher/Makefile head/textproc/the_silver_searcher/distinfo Modified: head/textproc/the_silver_searcher/Makefile ============================================================================== --- head/textproc/the_silver_searcher/Makefile Wed May 3 07:17:37 2017 (r440002) +++ head/textproc/the_silver_searcher/Makefile Wed May 3 08:22:11 2017 (r440003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= the_silver_searcher -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org Modified: head/textproc/the_silver_searcher/distinfo ============================================================================== --- head/textproc/the_silver_searcher/distinfo Wed May 3 07:17:37 2017 (r440002) +++ head/textproc/the_silver_searcher/distinfo Wed May 3 08:22:11 2017 (r440003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480943296 -SHA256 (ggreer-the_silver_searcher-1.0.2_GH0.tar.gz) = 4cb73a4436fccf2c2cae91479a0167bacaa968a4deca28f3ff9d5abd98f01009 -SIZE (ggreer-the_silver_searcher-1.0.2_GH0.tar.gz) = 156870 +TIMESTAMP = 1493799523 +SHA256 (ggreer-the_silver_searcher-1.0.3_GH0.tar.gz) = ce45de7412ee0ae6f22d72e17b81425666e6130da8cb434d5ca8ea42185e514e +SIZE (ggreer-the_silver_searcher-1.0.3_GH0.tar.gz) = 157093 From owner-svn-ports-all@freebsd.org Wed May 3 08:44:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19EA9D5A19A; Wed, 3 May 2017 08:44:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id DFD8D16E5; Wed, 3 May 2017 08:44:37 +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 v438iaGg056028; Wed, 3 May 2017 08:44:36 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v438ianA056027; Wed, 3 May 2017 08:44:36 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705030844.v438ianA056027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 3 May 2017 08:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440004 - in head/security/libressl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 08:44:38 -0000 Author: brnrd Date: Wed May 3 08:44:36 2017 New Revision: 440004 URL: https://svnweb.freebsd.org/changeset/ports/440004 Log: security/libressl: Update to 2.5.4 - Security update to 2.5.4 - Remove CVE-2017-8301 patch (included in 2.5.4) Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Deleted: head/security/libressl/files/patch-CVE-2017-8301 Modified: head/security/libressl/Makefile head/security/libressl/distinfo Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Wed May 3 08:22:11 2017 (r440003) +++ head/security/libressl/Makefile Wed May 3 08:44:36 2017 (r440004) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Wed May 3 08:22:11 2017 (r440003) +++ head/security/libressl/distinfo Wed May 3 08:44:36 2017 (r440004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491933706 -SHA256 (libressl-2.5.3.tar.gz) = 14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 -SIZE (libressl-2.5.3.tar.gz) = 3285151 +TIMESTAMP = 1493799912 +SHA256 (libressl-2.5.4.tar.gz) = 107a5b522fbb8318d4c3be668075e5e607296f0a9255d71674caa94571336efa +SIZE (libressl-2.5.4.tar.gz) = 3286042 From owner-svn-ports-all@freebsd.org Wed May 3 08:59:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAABED5A648; Wed, 3 May 2017 08:59:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 84CCB1DA1; Wed, 3 May 2017 08:59:00 +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 v438wxTi060753; Wed, 3 May 2017 08:58:59 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v438wxO4060751; Wed, 3 May 2017 08:58:59 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705030858.v438wxO4060751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 3 May 2017 08:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440005 - in head/security/libressl-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 08:59:00 -0000 Author: brnrd Date: Wed May 3 08:58:59 2017 New Revision: 440005 URL: https://svnweb.freebsd.org/changeset/ports/440005 Log: security/libressl-devel: Update to 2.5.4 - Security update to 2.5.4 - Remove CVE-2017-8301 patch (included in 2.5.4) - Remove nc.1 install target (included in 2.5.4) Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf MFH: 2017Q2 Deleted: head/security/libressl-devel/files/patch-CVE-2017-8301 Modified: head/security/libressl-devel/Makefile head/security/libressl-devel/distinfo Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Wed May 3 08:44:36 2017 (r440004) +++ head/security/libressl-devel/Makefile Wed May 3 08:58:59 2017 (r440005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel @@ -40,7 +39,4 @@ TEST_TARGET= check post-install: ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem -post-install-NC-on: - ${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1 - .include Modified: head/security/libressl-devel/distinfo ============================================================================== --- head/security/libressl-devel/distinfo Wed May 3 08:44:36 2017 (r440004) +++ head/security/libressl-devel/distinfo Wed May 3 08:58:59 2017 (r440005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491933706 -SHA256 (libressl-2.5.3.tar.gz) = 14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 -SIZE (libressl-2.5.3.tar.gz) = 3285151 +TIMESTAMP = 1493799912 +SHA256 (libressl-2.5.4.tar.gz) = 107a5b522fbb8318d4c3be668075e5e607296f0a9255d71674caa94571336efa +SIZE (libressl-2.5.4.tar.gz) = 3286042 From owner-svn-ports-all@freebsd.org Wed May 3 09:02:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F58D5AB2F; Wed, 3 May 2017 09:02:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id A82AD287; Wed, 3 May 2017 09:02:25 +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 v4392OK7064547; Wed, 3 May 2017 09:02:24 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4392OYA064546; Wed, 3 May 2017 09:02:24 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705030902.v4392OYA064546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 3 May 2017 09:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440006 - head/security/ophcrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 09:02:25 -0000 Author: danfe Date: Wed May 3 09:02:24 2017 New Revision: 440006 URL: https://svnweb.freebsd.org/changeset/ports/440006 Log: - Update to version 3.7.0 (released on March 30th) - TIMESTAMP (ophcrack-3.7.0.tar.bz2) = 1490870967 Found out via: repology.org Modified: head/security/ophcrack/Makefile head/security/ophcrack/distinfo Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Wed May 3 08:58:59 2017 (r440005) +++ head/security/ophcrack/Makefile Wed May 3 09:02:24 2017 (r440006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ophcrack -PORTVERSION= 3.6.1 +PORTVERSION= 3.7.0 CATEGORIES= security MASTER_SITES= SF @@ -18,7 +18,7 @@ USES= gmake localbase ssl tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/ophcrack -PORTDOCS= AUTHORS ChangeLog README +PORTDOCS= AUTHORS ChangeLog README.md OPTIONS_DEFINE= X11 GRAPH DOCS OPTIONS_DEFAULT= X11 GRAPH @@ -47,7 +47,7 @@ post-patch: ${WRKSRC}/src/samdump2/bkhive.c \ ${WRKSRC}/src/samdump2/hive.c \ ${WRKSRC}/src/samdump2/samdump2.c \ - ${WRKSRC}/src/misc.h + ${WRKSRC}/src/core/misc.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/ophcrack/distinfo ============================================================================== --- head/security/ophcrack/distinfo Wed May 3 08:58:59 2017 (r440005) +++ head/security/ophcrack/distinfo Wed May 3 09:02:24 2017 (r440006) @@ -1,2 +1,3 @@ -SHA256 (ophcrack-3.6.1.tar.bz2) = 82dd1699eb7340ce8c7913758db2ab434659f8ad0a27abb186467627a0b8b798 -SIZE (ophcrack-3.6.1.tar.bz2) = 296166 +TIMESTAMP = 1490870967 +SHA256 (ophcrack-3.7.0.tar.bz2) = 9d5615dd8e42a395898423f84e29d94ad0b1d4a28fcb14c89a1e2bb1a0374409 +SIZE (ophcrack-3.7.0.tar.bz2) = 724590 From owner-svn-ports-all@freebsd.org Wed May 3 09:25:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B2DED59713; Wed, 3 May 2017 09:25:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE7483B2; Wed, 3 May 2017 09:25:31 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v439PUDc072935; Wed, 3 May 2017 09:25:30 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v439PUOG072932; Wed, 3 May 2017 09:25:30 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705030925.v439PUOG072932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Wed, 3 May 2017 09:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440007 - in head/net/ceph-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 09:25:32 -0000 Author: mmokhi Date: Wed May 3 09:25:30 2017 New Revision: 440007 URL: https://svnweb.freebsd.org/changeset/ports/440007 Log: net/ceph-devel: update to latest release v2017-05-01 Delete a no-longer-needed patch. PR: 218974 Reported by: Willem Jan Withagen Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D10547 Deleted: head/net/ceph-devel/files/patch-src_rocksdb_CMakeLists.txt Modified: head/net/ceph-devel/Makefile head/net/ceph-devel/distinfo head/net/ceph-devel/files/ceph.in head/net/ceph-devel/pkg-plist Modified: head/net/ceph-devel/Makefile ============================================================================== --- head/net/ceph-devel/Makefile Wed May 3 09:02:24 2017 (r440006) +++ head/net/ceph-devel/Makefile Wed May 3 09:25:30 2017 (r440007) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ceph -DISTVERSION= wip.v2017-2-14 -PORTREVISION= 2 +DISTVERSION= wip.v2017-05-01 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -44,28 +43,30 @@ RUN_DEPENDS= \ USE_GITHUB= yes GH_ACCOUNT= wjwithagen:DEFAULT -GH_TUPLE+= facebook:rocksdb:a0deec9:rocksdb/src/rocksdb -GH_TUPLE+= ceph:ceph-erasure-code-corpus:b5c8634:cepherasurecodecorpus/ceph-erasure-code-corpus +GH_TUPLE+= facebook:rocksdb:2.7.fb-4991-g9f2cc5:rocksdb/src/rocksdb +GH_TUPLE+= ceph:ceph-erasure-code-corpus:master:cepherasurecodecorpus/ceph-erasure-code-corpus GH_TUPLE+= ceph:ceph-object-corpus:master:cephobjectcorpus/ceph-object-corpus GH_TUPLE+= ceph:civetweb:v1.5-1809-g7f9f5d1:civetweb/src/civetweb GH_TUPLE+= ceph:jerasure:v2-ceph:jerasure/src/erasure-code/jerasure/jerasure GH_TUPLE+= ceph:gf-complete:v3-ceph:gfcomplete/src/erasure-code/jerasure/gf-complete GH_TUPLE+= ceph:googletest:ceph-release-1.7.x:googletest/src/googletest -GH_TUPLE+= ceph:spdk:v1.2.0-39-g9322c25:spdk/src/spdk +GH_TUPLE+= ceph:spdk:v17.03-34-g5742e9b9:spdk/src/spdk GH_TUPLE+= ceph:xxHash:v0.5.1-2-g1f40c65:xxHash/src/xxHash GH_TUPLE+= ceph:isa-l:v2.16.0:isal/src/isa-l -GH_TUPLE+= ceph:lua:lua-5.3-ceph:lua/src/lua +GH_TUPLE+= ceph:lua:5.3.2-2-g1fce39c:lua/src/lua GH_TUPLE+= ceph:Beast:999e2fa:Beast/src/Beast GH_TUPLE+= boostorg:boost:boost-1.61.0-275-g1790aff:boost/src/boost -GH_TUPLE+= ceph:dpdk:a38e5ec:dpd/src/dpd +GH_TUPLE+= ceph:dpdk:v16.11:dpd/src/dpd GH_TUPLE+= facebook:zstd:v1.1.2:zstd/src/zstd +GH_TUPLE+= 01org:isa-l_crypto:603529a:isalcrypto/src/crypto/isa-l/isa-l_crypto CMAKE_BUILD_TYPE= Release CMAKE_ARGS= \ -D ENABLE_GIT_VERSION:BOOL=OFF \ -D WITH_SYSTEM_BOOST:BOOL=ON \ + -D CEPH_MAN_DIR:STRING=man \ -D WITH_LTTNG:BOOL=OFF \ - -D WITH_FUSE:BOOL=OFF \ + -D WITH_FUSE:BOOL=ON \ -D WITH_KRBD:BOOL=OFF \ -D WITH_XFS:BOOL=OFF \ -D WITH_KVS:BOOL=OFF \ @@ -73,11 +74,11 @@ CMAKE_ARGS= \ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF -USES= gmake gettext-runtime cmake:outsource python:2.7 shebangfix -SHEBANG_FILES= src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ - src/ceph-rest-api src/ceph-create-keys \ - src/brag/client/ceph-brag \ - src/tools/ceph-monstore-update-crush.sh +USES= gmake cmake:outsource python:2.7 fuse gettext-runtime shebangfix +SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ + src/brag/client/ceph-brag src/ceph-rest-api \ + src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ + src/ceph-create-keys # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 @@ -96,11 +97,22 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd + ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw + ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd + ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp + ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw ${MKDIR} ${STAGEDIR}/var/log/ceph + ${MKDIR} ${STAGEDIR}/var/run/ceph + ${CHOWN} -R 167:167 ${STAGEDIR}/var/lib/ceph + ${CHOWN} 167:167 ${STAGEDIR}/var/log/ceph + ${CHOWN} 167:167 ${STAGEDIR}/var/run/ceph + ${CHMOD} -R 750 ${STAGEDIR}/var/lib/ceph + ${CHOWN} 750 ${STAGEDIR}/var/log/ceph + ${CHOWN} 750 ${STAGEDIR}/var/run/ceph # Use the Ceph init.d script as the interface to regular # starting and stopping deamons. rc.d work is done thru # a separate rc.d/ceph script calling init-ceph again. Modified: head/net/ceph-devel/distinfo ============================================================================== --- head/net/ceph-devel/distinfo Wed May 3 09:02:24 2017 (r440006) +++ head/net/ceph-devel/distinfo Wed May 3 09:25:30 2017 (r440007) @@ -1,33 +1,35 @@ -TIMESTAMP = 1489750630 -SHA256 (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 5216c970e7c7f38595f3dc61bb4fdf9a999a5926c7e3b8760ce97bcca1155a0e -SIZE (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 9473554 -SHA256 (facebook-rocksdb-a0deec9_GH0.tar.gz) = bd3803c476c088b68815d6627a9b81da5e2b6447f3590885434c73534b1df62e -SIZE (facebook-rocksdb-a0deec9_GH0.tar.gz) = 2911761 -SHA256 (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 2b72364ebfd6ba53b187a4503cf416c7182d83e757bf24a1aa14c642bb9ca9ed -SIZE (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 3577946 -SHA256 (ceph-ceph-object-corpus-master_GH0.tar.gz) = a10b7e6fae4e91341cffe5565c2ea8e0e960255a5a22050964ef83aa479af234 -SIZE (ceph-ceph-object-corpus-master_GH0.tar.gz) = 1328378 +TIMESTAMP = 1493758988 +SHA256 (wjwithagen-ceph-wip.v2017-05-01_GH0.tar.gz) = 124f21e9b696d65e178107f1fbebd5f91a0136db0c38a13ca6d6d4329c53a45e +SIZE (wjwithagen-ceph-wip.v2017-05-01_GH0.tar.gz) = 10046369 +SHA256 (facebook-rocksdb-2.7.fb-4991-g9f2cc5_GH0.tar.gz) = de92acb5f01d157331c9c978152016c8855049cd361d65e366fc379834265f37 +SIZE (facebook-rocksdb-2.7.fb-4991-g9f2cc5_GH0.tar.gz) = 3270485 +SHA256 (ceph-ceph-erasure-code-corpus-master_GH0.tar.gz) = 0a0129c92c3c1b717c39810833a476e16086b73736f2d2a77af93e3070b79356 +SIZE (ceph-ceph-erasure-code-corpus-master_GH0.tar.gz) = 3515705 +SHA256 (ceph-ceph-object-corpus-master_GH0.tar.gz) = 0f3efedf4a8e05d53fba6cd10ef0961562879cd455abb8dfa38c7196f93a3191 +SIZE (ceph-ceph-object-corpus-master_GH0.tar.gz) = 1328809 SHA256 (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 5d08d3c7b8d09cb055e8e67df4c956e7292efb7ae556e03b6c1f0d9f4fa7fd82 SIZE (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 6850432 -SHA256 (ceph-jerasure-v2-ceph_GH0.tar.gz) = 94421f7249fca91af9076fa4ca38f16829c00a1fd05846cc0e09188ab9421f91 -SIZE (ceph-jerasure-v2-ceph_GH0.tar.gz) = 806304 -SHA256 (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 4ce344235ed0fcb2776dc0fbef55f8753638f1fabd65c9d2f22c8f071fe2e4ac -SIZE (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 342277 +SHA256 (ceph-jerasure-v2-ceph_GH0.tar.gz) = 62c69cf8e2215f1f3b242bc153c2fbb5f3edaf2d0a92b2943310a8c3a6f8030b +SIZE (ceph-jerasure-v2-ceph_GH0.tar.gz) = 806324 +SHA256 (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 064e1ed16d01f21203feaaa0e58697caa667c51de48adddd02b0a95a28369050 +SIZE (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 342297 SHA256 (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 4a70b3a6b1a92ba0f623a560c9d1cdc84b925bd90458e080ebc2c4100225d54e SIZE (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 1281303 -SHA256 (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 0730eb63fbc7d61e213aeb95f4def48525c7ec01fcf36aee1b3cce044e77447d -SIZE (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 162759 +SHA256 (ceph-spdk-v17.03-34-g5742e9b9_GH0.tar.gz) = c7d507c6f92655b872ae67f581c96d660131f3878d586cce800d012229cdc037 +SIZE (ceph-spdk-v17.03-34-g5742e9b9_GH0.tar.gz) = 672123 SHA256 (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = bd0de02be53b8019f5844776a534439bee0b1f982cb1e8af4fae79f78cfb0924 SIZE (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = 25494 SHA256 (ceph-isa-l-v2.16.0_GH0.tar.gz) = 6fab1d920db76dc58f43df09020b0e8a1e08e455962dfb4dde111ea697ab8845 SIZE (ceph-isa-l-v2.16.0_GH0.tar.gz) = 364853 -SHA256 (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 33ce7f79ea3dd1389b48cdcd6d8750fc9977994ea423f4a56f184affad1707be -SIZE (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 366804 +SHA256 (ceph-lua-5.3.2-2-g1fce39c_GH0.tar.gz) = 1c9701430df18509002b5af05e78d09ac6decb86a974814556a0505991035e2d +SIZE (ceph-lua-5.3.2-2-g1fce39c_GH0.tar.gz) = 366840 SHA256 (ceph-Beast-999e2fa_GH0.tar.gz) = f3ac9a1c891b138e68137c0a1a2b37befa09b53f7e551f6ebb67fa8ed9b792f4 SIZE (ceph-Beast-999e2fa_GH0.tar.gz) = 521462 SHA256 (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 22d2d0fcb83044a185ee0c1d009dd9eb43bf340c0d25432df4e889bdd67f2445 SIZE (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 1096867 -SHA256 (ceph-dpdk-a38e5ec_GH0.tar.gz) = 2f88c1e6361c99b4525dbc524c0c56cb5a45273028045d966190e73c416a0b24 -SIZE (ceph-dpdk-a38e5ec_GH0.tar.gz) = 16158917 +SHA256 (ceph-dpdk-v16.11_GH0.tar.gz) = cf2ef6faf8cd056abbbebba779b7850eb3f79edd0d91767bcdbc216a2cde4fd1 +SIZE (ceph-dpdk-v16.11_GH0.tar.gz) = 10864287 SHA256 (facebook-zstd-v1.1.2_GH0.tar.gz) = 980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8 SIZE (facebook-zstd-v1.1.2_GH0.tar.gz) = 769017 +SHA256 (01org-isa-l_crypto-603529a_GH0.tar.gz) = 52708b98c832bb7e6db60c949ece261d9609c822ae55239b0f2133cec2b3d155 +SIZE (01org-isa-l_crypto-603529a_GH0.tar.gz) = 439149 Modified: head/net/ceph-devel/files/ceph.in ============================================================================== --- head/net/ceph-devel/files/ceph.in Wed May 3 09:02:24 2017 (r440006) +++ head/net/ceph-devel/files/ceph.in Wed May 3 09:25:30 2017 (r440007) @@ -18,37 +18,19 @@ PATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin name="ceph" -rcvar=ceph_enable +rcvar=${name}_enable extra_commands="condrestart" +load_rc_config ${name} + # read configuration and set defaults : ${ceph_enable="NO"} : ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf} -start_cmd="cephstart_cmd" -stop_cmd="cephstop_cmd" -restart_cmd="cephrestart_cmd" -condrestart_cmd="cephcondrestart_cmd" - -cephstart_cmd() -{ - %%PREFIX%%/bin/init-ceph start $* -} - -cephstop_cmd() -{ - %%PREFIX%%/bin/init-ceph stop $* -} - -cephrestart_cmd() -{ - %%PREFIX%%/bin/init-ceph restart $* -} - -cephcondrestart_cmd() -{ - %%PREFIX%%/bin/init-ceph condrestart $* -} +start_cmd="%%PREFIX%%/bin/init-ceph $*" +stop_cmd="%%PREFIX%%/bin/init-ceph $*" +restart_cmd="%%PREFIX%%/bin/init-ceph $*" +condrestart_cmd="%%PREFIX%%/bin/init-ceph $*" -run_rc_command "$1" +run_rc_command "$1" "$*" Modified: head/net/ceph-devel/pkg-plist ============================================================================== --- head/net/ceph-devel/pkg-plist Wed May 3 09:02:24 2017 (r440006) +++ head/net/ceph-devel/pkg-plist Wed May 3 09:25:30 2017 (r440007) @@ -8,6 +8,7 @@ bin/ceph-crush-location bin/ceph-debugpack bin/ceph-dencoder bin/ceph-detect-init +bin/ceph-fuse bin/ceph-kvstore-tool bin/ceph-mds bin/ceph-mgr @@ -39,6 +40,7 @@ bin/radosgw-admin bin/radosgw-object-expirer bin/radosgw-token bin/rbd +bin/rbd-fuse bin/rbd-mirror bin/rbd-replay bin/rbd-replay-many @@ -75,6 +77,9 @@ lib/ceph/compressor/libceph_zlib.so.2.0. lib/ceph/compressor/libceph_zstd.so lib/ceph/compressor/libceph_zstd.so.2 lib/ceph/compressor/libceph_zstd.so.2.0.0 +lib/ceph/crypto/libceph_crypto_isal.so +lib/ceph/crypto/libceph_crypto_isal.so.1 +lib/ceph/crypto/libceph_crypto_isal.so.1.0.0 lib/ceph/erasure-code/libec_isa.so lib/ceph/erasure-code/libec_isa.so.2 lib/ceph/erasure-code/libec_isa.so.2.14.0 @@ -88,6 +93,7 @@ lib/ceph/erasure-code/libec_shec_generic lib/ceph/erasure-code/libec_shec_sse3.so lib/ceph/erasure-code/libec_shec_sse4.so lib/ceph/libceph-common.so +lib/ceph/libceph-common.so.0 lib/ceph/mgr/.gitignore lib/ceph/mgr/fsstatus/__init__.py lib/ceph/mgr/fsstatus/module.py @@ -127,7 +133,7 @@ lib/libradosstriper.so.1 lib/libradosstriper.so.1.0.0 lib/librbd.so lib/librbd.so.1 -lib/librbd.so.1.0.0 +lib/librbd.so.1.12.0 lib/librgw.so lib/librgw.so.2 lib/librgw.so.2.0.0 @@ -149,6 +155,8 @@ lib/librgw.so.2.0.0 %%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py %%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py %%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py @@ -159,6 +167,8 @@ lib/librgw.so.2.0.0 %%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py %%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py %%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc %%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py @@ -243,6 +253,7 @@ man/man8/ceph-dencoder.8.gz man/man8/ceph-deploy.8.gz man/man8/ceph-detect-init.8.gz man/man8/ceph-disk.8.gz +man/man8/ceph-fuse.8.gz man/man8/ceph-mds.8.gz man/man8/ceph-mon.8.gz man/man8/ceph-osd.8.gz @@ -260,6 +271,7 @@ man/man8/osdmaptool.8.gz man/man8/rados.8.gz man/man8/radosgw-admin.8.gz man/man8/radosgw.8.gz +man/man8/rbd-fuse.8.gz man/man8/rbd-mirror.8.gz man/man8/rbd-nbd.8.gz man/man8/rbd-replay-many.8.gz @@ -269,15 +281,21 @@ man/man8/rbd.8.gz man/man8/rbdmap.8.gz sbin/ceph-create-keys sbin/ceph-disk +sbin/mount.fuse.ceph %%DATADIR%%/id_rsa_drop.ceph.com %%DATADIR%%/id_rsa_drop.ceph.com.pub %%DATADIR%%/known_hosts_drop.ceph.com @dir /var/lib/ceph/bootstrap-mds @dir /var/lib/ceph/bootstrap-osd +@dir /var/lib/ceph/bootstrap-rgw +@dir /var/lib/ceph/bootstrap-mgr @dir /var/lib/ceph/mds @dir /var/lib/ceph/mon @dir /var/lib/ceph/osd +@dir /var/lib/ceph/mgr @dir /var/lib/ceph/tmp +@dir /var/lib/ceph/radosgw @dir /var/lib/ceph @dir /var/lib @dir /var/log/ceph +@dir /var/run/ceph From owner-svn-ports-all@freebsd.org Wed May 3 11:26:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 904B6D5BE29; Wed, 3 May 2017 11:26:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5375FE5D; Wed, 3 May 2017 11:26:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43BQR2K021982; Wed, 3 May 2017 11:26:27 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43BQRqR021978; Wed, 3 May 2017 11:26:27 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201705031126.v43BQRqR021978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Wed, 3 May 2017 11:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440008 - in head/net-mgmt: . py3-dnsdiag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 11:26:28 -0000 Author: farrokhi Date: Wed May 3 11:26:26 2017 New Revision: 440008 URL: https://svnweb.freebsd.org/changeset/ports/440008 Log: New port: net-mgmt/py3-dnsdiag Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10582 Added: head/net-mgmt/py3-dnsdiag/ head/net-mgmt/py3-dnsdiag/Makefile (contents, props changed) head/net-mgmt/py3-dnsdiag/distinfo (contents, props changed) head/net-mgmt/py3-dnsdiag/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed May 3 09:25:30 2017 (r440007) +++ head/net-mgmt/Makefile Wed May 3 11:26:26 2017 (r440008) @@ -290,6 +290,7 @@ SUBDIR += py-snmp4-mibs SUBDIR += py-snmp_passpersist SUBDIR += py-yapsnmp + SUBDIR += py3-dnsdiag SUBDIR += qkismet SUBDIR += rackmonkey SUBDIR += rancid3 Added: head/net-mgmt/py3-dnsdiag/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/Makefile Wed May 3 11:26:26 2017 (r440008) @@ -0,0 +1,21 @@ +# Created by: Babak Farrokhi +# $FreeBSD$ + +PORTNAME= dnsdiag +PORTVERSION= 1.6.3 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= DNS Diagnostics and measurement tools (ping, traceroute) + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython \ + ${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois + +USES= python:3.3+ +USE_PYTHON= autoplist distutils + +.include Added: head/net-mgmt/py3-dnsdiag/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/distinfo Wed May 3 11:26:26 2017 (r440008) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493793506 +SHA256 (dnsdiag-1.6.3.tar.gz) = dad8a74643b2d224e1b1ac7b7745e68071164bfa9530d97328d4d45a7f0c5fad +SIZE (dnsdiag-1.6.3.tar.gz) = 11676 Added: head/net-mgmt/py3-dnsdiag/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/pkg-descr Wed May 3 11:26:26 2017 (r440008) @@ -0,0 +1,7 @@ +DNSDiag provides a handful of tools to measure and diagnose your DNS +performance and integrity. Using dnsping, dnstraceroute and dnseval +tools you can measure your DNS response quality from delay and loss +perspective as well as tracing the path your DNS query takes to get +to DNS server. + +WWW: https://github.com/farrokhi/dnsdiag From owner-svn-ports-all@freebsd.org Wed May 3 12:16:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD5C3D5C551; Wed, 3 May 2017 12:16: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 mx1.freebsd.org (Postfix) with ESMTPS id A8BFD38A; Wed, 3 May 2017 12:16: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 v43CGpRe042685; Wed, 3 May 2017 12:16:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43CGntr042667; Wed, 3 May 2017 12:16:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705031216.v43CGntr042667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 3 May 2017 12:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440009 - in head: audio/libadplug databases/postgresql-plproxy devel/cdecl devel/libbinio devel/libfreefare devel/stlink lang/picoc net/nsq net/py-pypcap sysutils/i7z X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 12:16:52 -0000 Author: mat Date: Wed May 3 12:16:49 2017 New Revision: 440009 URL: https://svnweb.freebsd.org/changeset/ports/440009 Log: Simplify USE_GITHUB usage. Sponsored by: Absolight Modified: head/audio/libadplug/Makefile (contents, props changed) head/audio/libadplug/distinfo (contents, props changed) head/databases/postgresql-plproxy/Makefile (contents, props changed) head/databases/postgresql-plproxy/distinfo (contents, props changed) head/devel/cdecl/Makefile (contents, props changed) head/devel/cdecl/distinfo (contents, props changed) head/devel/libbinio/Makefile (contents, props changed) head/devel/libbinio/distinfo (contents, props changed) head/devel/libfreefare/Makefile (contents, props changed) head/devel/libfreefare/distinfo (contents, props changed) head/devel/stlink/Makefile (contents, props changed) head/lang/picoc/Makefile (contents, props changed) head/net/nsq/Makefile (contents, props changed) head/net/nsq/distinfo (contents, props changed) head/net/py-pypcap/Makefile (contents, props changed) head/net/py-pypcap/distinfo (contents, props changed) head/sysutils/i7z/Makefile (contents, props changed) head/sysutils/i7z/distinfo (contents, props changed) Modified: head/audio/libadplug/Makefile ============================================================================== --- head/audio/libadplug/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/audio/libadplug/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -1,10 +1,12 @@ # Created by: Emanuel Haupt # $FreeBSD$ -PORTNAME= libadplug +PORTNAME= adplug PORTVERSION= 2.2.1 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 3 CATEGORIES= audio +PKGNAMEPREFIX= lib MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib emulator library supporting many formats @@ -19,10 +21,6 @@ USE_GITHUB= yes USE_LDCONFIG= yes USE_CSTD= gnu89 -GH_ACCOUNT= adplug -GH_PROJECT= adplug -GH_TAGNAME= adplug-${PORTVERSION} - INFO= libadplug CONFIGURE_ARGS+= --enable-maintainer-mode Modified: head/audio/libadplug/distinfo ============================================================================== --- head/audio/libadplug/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/audio/libadplug/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492525997 -SHA256 (adplug-adplug-2.2.1-adplug-2.2.1_GH0.tar.gz) = d5969670a92216a163629e7225d80569d58cd30066a11a227796071da99fdf31 -SIZE (adplug-adplug-2.2.1-adplug-2.2.1_GH0.tar.gz) = 682355 +TIMESTAMP = 1493812292 +SHA256 (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = d5969670a92216a163629e7225d80569d58cd30066a11a227796071da99fdf31 +SIZE (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = 682355 Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/databases/postgresql-plproxy/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= plproxy -PORTVERSION= 2.7 +DISTVERSIONPREFIX= ${PORTNAME}_ +DISTVERSION= 2_7 CATEGORIES= databases PKGNAMEPREFIX= postgresql- @@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= bison gmake pgsql USE_GITHUB= yes -GH_TAGNAME= plproxy_2_7 .include Modified: head/databases/postgresql-plproxy/distinfo ============================================================================== --- head/databases/postgresql-plproxy/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/databases/postgresql-plproxy/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489496317 -SHA256 (plproxy-plproxy-2.7-plproxy_2_7_GH0.tar.gz) = 0e840d70cfe9d0bc92d9f2d1c8b6b6e85076acde25e3b2a434eb6e0b0993ee38 -SIZE (plproxy-plproxy-2.7-plproxy_2_7_GH0.tar.gz) = 79693 +TIMESTAMP = 1493812448 +SHA256 (plproxy-plproxy-plproxy_2_7_GH0.tar.gz) = 0e840d70cfe9d0bc92d9f2d1c8b6b6e85076acde25e3b2a434eb6e0b0993ee38 +SIZE (plproxy-plproxy-plproxy_2_7_GH0.tar.gz) = 79693 Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/devel/cdecl/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -3,6 +3,7 @@ PORTNAME= cdecl PORTVERSION= 3.1.1 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel MAINTAINER= ler@FreeBSD.org @@ -19,8 +20,6 @@ USES= autoreconf bison ncurses readline USE_GITHUB= yes GH_ACCOUNT= paul-j-lucas -GH_PROJECT= cdecl -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/devel/cdecl/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493603464 -SHA256 (paul-j-lucas-cdecl-3.1.1-cdecl-3.1.1_GH0.tar.gz) = becc8abee5f6f888b6692d049865a53b741757920e10dec9f83b19fd6275106b -SIZE (paul-j-lucas-cdecl-3.1.1-cdecl-3.1.1_GH0.tar.gz) = 235660 +TIMESTAMP = 1493812533 +SHA256 (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = becc8abee5f6f888b6692d049865a53b741757920e10dec9f83b19fd6275106b +SIZE (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = 235660 Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/devel/libbinio/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -3,6 +3,7 @@ PORTNAME= libbinio PORTVERSION= 1.4 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 4 CATEGORIES= devel @@ -17,7 +18,6 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= adplug -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/devel/libbinio/distinfo ============================================================================== --- head/devel/libbinio/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/devel/libbinio/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492519130 -SHA256 (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 15b6fe12df35c4c34f7d2ba787f7b5f3ba02cfbcd0bffed3b8c3a737bd457499 -SIZE (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 53299 +TIMESTAMP = 1493812632 +SHA256 (adplug-libbinio-libbinio-1.4_GH0.tar.gz) = 15b6fe12df35c4c34f7d2ba787f7b5f3ba02cfbcd0bffed3b8c3a737bd457499 +SIZE (adplug-libbinio-libbinio-1.4_GH0.tar.gz) = 53299 Modified: head/devel/libfreefare/Makefile ============================================================================== --- head/devel/libfreefare/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/devel/libfreefare/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -3,6 +3,7 @@ PORTNAME= libfreefare PORTVERSION= 0.4.0 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 1 CATEGORIES= devel @@ -15,7 +16,6 @@ LIB_DEPENDS= libnfc.so:devel/libnfc USE_GITHUB= yes GH_ACCOUNT= nfc-tools -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf gmake libtool pathfix pkgconfig ssl Modified: head/devel/libfreefare/distinfo ============================================================================== --- head/devel/libfreefare/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/devel/libfreefare/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490372173 -SHA256 (nfc-tools-libfreefare-0.4.0-libfreefare-0.4.0_GH0.tar.gz) = 116c183941b76d30e46db465b23c3a20a687fe734eb30cd63f2be2606e9b267f -SIZE (nfc-tools-libfreefare-0.4.0-libfreefare-0.4.0_GH0.tar.gz) = 115048 +TIMESTAMP = 1493812669 +SHA256 (nfc-tools-libfreefare-libfreefare-0.4.0_GH0.tar.gz) = 116c183941b76d30e46db465b23c3a20a687fe734eb30cd63f2be2606e9b267f +SIZE (nfc-tools-libfreefare-libfreefare-0.4.0_GH0.tar.gz) = 115048 Modified: head/devel/stlink/Makefile ============================================================================== --- head/devel/stlink/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/devel/stlink/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -17,7 +17,6 @@ GTK3_USE= GNOME=gtk30 USE_GITHUB= yes GH_ACCOUNT= texane -GH_TAGNAME= 1.3.1 USES= cmake pkgconfig USE_LDCONFIG= yes Modified: head/lang/picoc/Makefile ============================================================================== --- head/lang/picoc/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/lang/picoc/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -17,8 +17,6 @@ USES= gmake readline PLIST_FILES= bin/picoc -WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc Modified: head/net/nsq/Makefile ============================================================================== --- head/net/nsq/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/net/nsq/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -3,6 +3,7 @@ PORTNAME= nsq PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= -compat CATEGORIES= net MAINTAINER= jhixson@gmail.com @@ -20,7 +21,6 @@ USES= compiler go USE_GITHUB= yes GH_ACCOUNT= nsqio -GH_TAGNAME= v1.0.0-compat GH_SUBDIR= src/github.com/nsqio/nsq GH_TUPLE= BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ judwhite:go-svc:v1.0.0:go_svc/src/github.com/judwhite/go-svc \ Modified: head/net/nsq/distinfo ============================================================================== --- head/net/nsq/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/net/nsq/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,6 +1,6 @@ -TIMESTAMP = 1490280997 -SHA256 (nsqio-nsq-v1.0.0-v1.0.0-compat_GH0.tar.gz) = c279d339eceb84cad09e2c2bc21e069e37988d0f6b7343d77238374081c9fd29 -SIZE (nsqio-nsq-v1.0.0-v1.0.0-compat_GH0.tar.gz) = 765228 +TIMESTAMP = 1493813223 +SHA256 (nsqio-nsq-v1.0.0-compat_GH0.tar.gz) = c279d339eceb84cad09e2c2bc21e069e37988d0f6b7343d77238374081c9fd29 +SIZE (nsqio-nsq-v1.0.0-compat_GH0.tar.gz) = 765228 SHA256 (BurntSushi-toml-v0.2.0_GH0.tar.gz) = 4d496e400019fd050ff569952befb464f03ed586cb475640bdc206fe5c2b75cc SIZE (BurntSushi-toml-v0.2.0_GH0.tar.gz) = 38304 SHA256 (judwhite-go-svc-v1.0.0_GH0.tar.gz) = f37c4557ed506d47e3532eb8dec1b4e7834c600127f246fd1c153353ffa44ce9 Modified: head/net/py-pypcap/Makefile ============================================================================== --- head/net/py-pypcap/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/net/py-pypcap/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pypcap -PORTVERSION= 1.1 +DISTVERSIONPREFIX= ${PORTNAME:tu}_ +DISTVERSION= 1_1 PORTREVISION= 6 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,6 @@ BUILD_DEPENDS= pyrexc:devel/pyrex USE_GITHUB= yes GH_ACCOUNT= dugsong -GH_TAGNAME= PYPCAP_${PORTVERSION:S/./_/g} USES= python USE_PYTHON= distutils autoplist Modified: head/net/py-pypcap/distinfo ============================================================================== --- head/net/py-pypcap/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/net/py-pypcap/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488113926 -SHA256 (dugsong-pypcap-1.1-PYPCAP_1_1_GH0.tar.gz) = a75d165f70a71e6c14c46b77c1b9b7a395fa425d0f90a2e342e641c66c14e634 -SIZE (dugsong-pypcap-1.1-PYPCAP_1_1_GH0.tar.gz) = 22812 +TIMESTAMP = 1493813267 +SHA256 (dugsong-pypcap-PYPCAP_1_1_GH0.tar.gz) = a75d165f70a71e6c14c46b77c1b9b7a395fa425d0f90a2e342e641c66c14e634 +SIZE (dugsong-pypcap-PYPCAP_1_1_GH0.tar.gz) = 22812 Modified: head/sysutils/i7z/Makefile ============================================================================== --- head/sysutils/i7z/Makefile Wed May 3 11:26:26 2017 (r440008) +++ head/sysutils/i7z/Makefile Wed May 3 12:16:49 2017 (r440009) @@ -2,6 +2,7 @@ PORTNAME= i7z PORTVERSION= 0.27.3 +DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= dim@FreeBSD.org @@ -12,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= DimitryAndric -GH_TAGNAME= v0.27.3 USES= gmake Modified: head/sysutils/i7z/distinfo ============================================================================== --- head/sysutils/i7z/distinfo Wed May 3 11:26:26 2017 (r440008) +++ head/sysutils/i7z/distinfo Wed May 3 12:16:49 2017 (r440009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493410401 -SHA256 (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = d9c4445d870401d08483c7dc9d8a319c0c8ec111b13ca3735851fd6b58d20e90 -SIZE (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = 64455 +TIMESTAMP = 1493813519 +SHA256 (DimitryAndric-i7z-v0.27.3_GH0.tar.gz) = d9c4445d870401d08483c7dc9d8a319c0c8ec111b13ca3735851fd6b58d20e90 +SIZE (DimitryAndric-i7z-v0.27.3_GH0.tar.gz) = 64455 From owner-svn-ports-all@freebsd.org Wed May 3 12:39:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B065D5CEE8; Wed, 3 May 2017 12:39:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4436A58; Wed, 3 May 2017 12:39:29 +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 v43CdSEj051146; Wed, 3 May 2017 12:39:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43CdS3l051144; Wed, 3 May 2017 12:39:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705031239.v43CdS3l051144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 3 May 2017 12:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440010 - head/biology/py-biopython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 12:39:30 -0000 Author: wen Date: Wed May 3 12:39:28 2017 New Revision: 440010 URL: https://svnweb.freebsd.org/changeset/ports/440010 Log: - Update to 1.69 PR: 218903 Submitted by: wen@ Approved by: maintainer Modified: head/biology/py-biopython/Makefile head/biology/py-biopython/distinfo Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Wed May 3 12:16:49 2017 (r440009) +++ head/biology/py-biopython/Makefile Wed May 3 12:39:28 2017 (r440010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= biopython -PORTVERSION= 1.68 +PORTVERSION= 1.69 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/biology/py-biopython/distinfo ============================================================================== --- head/biology/py-biopython/distinfo Wed May 3 12:16:49 2017 (r440009) +++ head/biology/py-biopython/distinfo Wed May 3 12:39:28 2017 (r440010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474421232 -SHA256 (biopython-1.68.tar.gz) = d1dc09d1ddc8e90833f507cf09f80fa9ee1537d319058d1c44fe9c09be3d0c1f -SIZE (biopython-1.68.tar.gz) = 14445813 +TIMESTAMP = 1493017763 +SHA256 (biopython-1.69.tar.gz) = 169ffa90c3d3ec5678c7a5c99501c0cfeb54c40ca51a619ce6cee5026d3403eb +SIZE (biopython-1.69.tar.gz) = 15362359 From owner-svn-ports-all@freebsd.org Wed May 3 12:48:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E956D5B32C; Wed, 3 May 2017 12:48:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5A41269; Wed, 3 May 2017 12:48:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Cm0Wk055275; Wed, 3 May 2017 12:48:00 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43ClxID055261; Wed, 3 May 2017 12:47:59 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705031247.v43ClxID055261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 3 May 2017 12:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440011 - in head: devel/libfastcommon ftp/fastdfs ftp/php56-fastdfs ftp/php70-fastdfs ftp/php71-fastdfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 12:48:01 -0000 Author: miwi Date: Wed May 3 12:47:59 2017 New Revision: 440011 URL: https://svnweb.freebsd.org/changeset/ports/440011 Log: Updates devel/libfastcommon to 1.0.36 ftp/fastdfs to 5.0.10 ftp/php56-fastdfs to 5.0.10 ftp/php70-fastdfs to 5.0.10 ftp/php71-fastdfs to 5.0.10 Changelog: https://github.com/happyfish100/libfastcommon/blob/master/HISTORY https://github.com/happyfish100/fastdfs/blob/master/HISTORY PR: 218423 Submitted by: maintainer Modified: head/devel/libfastcommon/Makefile head/devel/libfastcommon/distinfo head/ftp/fastdfs/Makefile head/ftp/fastdfs/distinfo head/ftp/php56-fastdfs/Makefile head/ftp/php56-fastdfs/distinfo head/ftp/php70-fastdfs/Makefile head/ftp/php70-fastdfs/distinfo head/ftp/php71-fastdfs/Makefile head/ftp/php71-fastdfs/distinfo Modified: head/devel/libfastcommon/Makefile ============================================================================== --- head/devel/libfastcommon/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/devel/libfastcommon/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libfastcommon -PORTVERSION= 1.0.30 -PORTREVISION= 1 +PORTVERSION= 1.0.36 CATEGORIES= devel MAINTAINER= daniel@blodan.se @@ -12,7 +11,7 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= b80de986b2a269cd15d56e4978c6df844a9c2e59 +GH_TAGNAME= aa4f5b29c76b3a87b54ca177808afc7f103f0b2b USE_LDCONFIG= yes Modified: head/devel/libfastcommon/distinfo ============================================================================== --- head/devel/libfastcommon/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/devel/libfastcommon/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477294559 -SHA256 (happyfish100-libfastcommon-1.0.30-b80de986b2a269cd15d56e4978c6df844a9c2e59_GH0.tar.gz) = 9be2ee4a33fe8a359f9ddf9afd561afc9a43b1fa3e520c8104a0ba3294e129f3 -SIZE (happyfish100-libfastcommon-1.0.30-b80de986b2a269cd15d56e4978c6df844a9c2e59_GH0.tar.gz) = 121845 +TIMESTAMP = 1491471318 +SHA256 (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 09bcbc5fed283577cd7bc24220379c0e31fe52e0bdb8999ab70e6ffa956c7b8a +SIZE (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 435042 Modified: head/ftp/fastdfs/Makefile ============================================================================== --- head/ftp/fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.10 CATEGORIES= ftp MAINTAINER= daniel@blodan.se @@ -21,7 +20,7 @@ GROUPS= _fastdfs USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= bcb7c56 MAKE_ENV+= DESTDIR=${STAGEDIR} Modified: head/ftp/fastdfs/distinfo ============================================================================== --- head/ftp/fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477045074 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1491471606 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php56-fastdfs/Makefile ============================================================================== --- head/ftp/php56-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php56-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= php56-fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.10 CATEGORIES= ftp MAINTAINER= daniel@blodan.se @@ -16,10 +15,10 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= bcb7c56 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 PHP_VER= 56 WRKSRC_SUBDIR= php_client Modified: head/ftp/php56-fastdfs/distinfo ============================================================================== --- head/ftp/php56-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php56-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477046032 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1491471612 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php70-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= ftp PKGNAMEPREFIX= php70- @@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 5d0d1ef +GH_TAGNAME= bcb7c56 USES= php:ext IGNORE_WITH_PHP= 56 71 Modified: head/ftp/php70-fastdfs/distinfo ============================================================================== --- head/ftp/php70-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php70-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036290 -SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d -SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184 +TIMESTAMP = 1491471617 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php71-fastdfs/Makefile ============================================================================== --- head/ftp/php71-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php71-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= ftp PKGNAMEPREFIX= php71- @@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 5d0d1ef +GH_TAGNAME= bcb7c56 USES= php:ext IGNORE_WITH_PHP= 56 70 Modified: head/ftp/php71-fastdfs/distinfo ============================================================================== --- head/ftp/php71-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php71-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036290 -SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d -SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184 +TIMESTAMP = 1491471623 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 From owner-svn-ports-all@freebsd.org Wed May 3 12:54:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C13B1D5B5C6; Wed, 3 May 2017 12:54:37 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9045E1798; Wed, 3 May 2017 12:54:37 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Csahp059455; Wed, 3 May 2017 12:54:36 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Csa0I059453; Wed, 3 May 2017 12:54:36 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201705031254.v43Csa0I059453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 3 May 2017 12:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440012 - head/sysutils/pick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 12:54:37 -0000 Author: ak Date: Wed May 3 12:54:36 2017 New Revision: 440012 URL: https://svnweb.freebsd.org/changeset/ports/440012 Log: - Update to 1.6.1 PR: 219027 Submitted by: Neel Chauhan (maintainer) Modified: head/sysutils/pick/Makefile head/sysutils/pick/distinfo Modified: head/sysutils/pick/Makefile ============================================================================== --- head/sysutils/pick/Makefile Wed May 3 12:47:59 2017 (r440011) +++ head/sysutils/pick/Makefile Wed May 3 12:54:36 2017 (r440012) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.5.3 +PORTVERSION= 1.6.1 CATEGORIES= sysutils MASTER_SITES= https://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/ Modified: head/sysutils/pick/distinfo ============================================================================== --- head/sysutils/pick/distinfo Wed May 3 12:47:59 2017 (r440011) +++ head/sysutils/pick/distinfo Wed May 3 12:54:36 2017 (r440012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481172756 -SHA256 (pick-1.5.3.tar.gz) = 925f5736cdc44455305678030b190e7ee359bd710af4cfaf0388d6d27e21bc93 -SIZE (pick-1.5.3.tar.gz) = 100624 +TIMESTAMP = 1493759061 +SHA256 (pick-1.6.1.tar.gz) = b2d0384c376b697b7e8f17843485e6373514f001b35be18b6414a2fd5ced8d9b +SIZE (pick-1.6.1.tar.gz) = 100881 From owner-svn-ports-all@freebsd.org Wed May 3 13:40:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 798F3D5C307; Wed, 3 May 2017 13:40:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AAD1E4; Wed, 3 May 2017 13:40:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43DeSIf075991; Wed, 3 May 2017 13:40:28 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43DeSno075989; Wed, 3 May 2017 13:40:28 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201705031340.v43DeSno075989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 3 May 2017 13:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440013 - head/x11-fonts/noto-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 13:40:29 -0000 Author: kevlo Date: Wed May 3 13:40:28 2017 New Revision: 440013 URL: https://svnweb.freebsd.org/changeset/ports/440013 Log: Update to 1.0.5 Modified: head/x11-fonts/noto-lite/Makefile head/x11-fonts/noto-lite/distinfo Modified: head/x11-fonts/noto-lite/Makefile ============================================================================== --- head/x11-fonts/noto-lite/Makefile Wed May 3 12:54:36 2017 (r440012) +++ head/x11-fonts/noto-lite/Makefile Wed May 3 13:40:28 2017 (r440013) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= noto -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11-fonts MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ https://github.com/googlei18n/noto-emoji/raw/master/:emoji Modified: head/x11-fonts/noto-lite/distinfo ============================================================================== --- head/x11-fonts/noto-lite/distinfo Wed May 3 12:54:36 2017 (r440012) +++ head/x11-fonts/noto-lite/distinfo Wed May 3 13:40:28 2017 (r440013) @@ -1,4 +1,5 @@ -SHA256 (Noto-hinted.zip) = 718d87249d90a5c1db9fcaef635bc4e98fbd112519703dece3c09ebb6c88624e -SIZE (Noto-hinted.zip) = 380364279 +TIMESTAMP = 1493788410 +SHA256 (Noto-hinted.zip) = d5e5bace69570f348228e864444155657c1e7eca50857b9de4981fbd9b5122dd +SIZE (Noto-hinted.zip) = 499786749 SHA256 (NotoEmoji-Regular.ttf) = a24fc856d48a3a1054ec0ed4511a4026f0381e8727fc4caa59fb8d3938a46637 SIZE (NotoEmoji-Regular.ttf) = 441468 From owner-svn-ports-all@freebsd.org Wed May 3 13:52:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05B52D5C615; Wed, 3 May 2017 13:52:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD90DA91; Wed, 3 May 2017 13:51:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43DpwSq081696; Wed, 3 May 2017 13:51:58 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43DpwoR081693; Wed, 3 May 2017 13:51:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705031351.v43DpwoR081693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 3 May 2017 13:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440014 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 13:52:00 -0000 Author: miwi Date: Wed May 3 13:51:58 2017 New Revision: 440014 URL: https://svnweb.freebsd.org/changeset/ports/440014 Log: - Update to 3.5.25 PR: 218343 Submitted by: maintainer Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/squid.in Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed May 3 13:40:28 2017 (r440013) +++ head/www/squid/Makefile Wed May 3 13:51:58 2017 (r440014) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.24 -PORTREVISION= 2 +PORTVERSION= 3.5.25 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Wed May 3 13:40:28 2017 (r440013) +++ head/www/squid/distinfo Wed May 3 13:51:58 2017 (r440014) @@ -1,3 +1,3 @@ TIMESTAMP = 1479930399 -SHA256 (squid3.5/squid-3.5.24.tar.xz) = 4fe29f582eef357faa541a53835b6885e24e6f28b80a3abcdf3b57f5393bbdb2 -SIZE (squid3.5/squid-3.5.24.tar.xz) = 2326424 +SHA256 (squid3.5/squid-3.5.25.tar.xz) = 28959254c32b8cd87e9599b6beb97352cf0638524e0f5ac3e1754f08462f3585 +SIZE (squid3.5/squid-3.5.25.tar.xz) = 2327316 Modified: head/www/squid/files/squid.in ============================================================================== --- head/www/squid/files/squid.in Wed May 3 13:40:28 2017 (r440013) +++ head/www/squid/files/squid.in Wed May 3 13:51:58 2017 (r440014) @@ -42,6 +42,10 @@ # squid_krb5_ktname: # Alternative Kerberos 5 Key Table. # Default: none +# +# squid_krb5_config: +# Alternative Kerberos 5 config file +# Default: none . /etc/rc.subr @@ -89,6 +93,12 @@ squid_prestart() export KRB5_KTNAME=${squid_krb5_ktname} fi + # setup KRB5_CONFIG: + squid_krb5_config=${squid_krb5_config:-"NONE"} + if [ "${squid_krb5_config}" != "NONE" ]; then + export KRB5_CONFIG=${squid_krb5_config} + fi + # setup FIB tables: if command -v check_namevarlist > /dev/null 2>&1; then check_namevarlist fib && return 0 From owner-svn-ports-all@freebsd.org Wed May 3 13:55:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C6B6D5C651; Wed, 3 May 2017 13:55:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 138A5D8A; Wed, 3 May 2017 13:55:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43DtKKe084067; Wed, 3 May 2017 13:55:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43DtKHh084063; Wed, 3 May 2017 13:55:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705031355.v43DtKHh084063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 3 May 2017 13:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440015 - head/security/samhain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 13:55:21 -0000 Author: miwi Date: Wed May 3 13:55:19 2017 New Revision: 440015 URL: https://svnweb.freebsd.org/changeset/ports/440015 Log: - Update to 4.2.1 PR: 218537 Submitted by: Nikola Kolev Approved by: maintainer timeout Modified: head/security/samhain/Makefile head/security/samhain/distinfo Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Wed May 3 13:51:58 2017 (r440014) +++ head/security/samhain/Makefile Wed May 3 13:55:19 2017 (r440015) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ DISTNAME= samhain_signed-${PORTVERSION} Modified: head/security/samhain/distinfo ============================================================================== --- head/security/samhain/distinfo Wed May 3 13:51:58 2017 (r440014) +++ head/security/samhain/distinfo Wed May 3 13:55:19 2017 (r440015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479294621 -SHA256 (samhain_signed-4.2.0.tar.gz) = 6b2db91fc92b3a9fc2edcc6ee16438156753c05f69c114856289e9f25ba0e50a -SIZE (samhain_signed-4.2.0.tar.gz) = 2134438 +TIMESTAMP = 1491827865 +SHA256 (samhain_signed-4.2.1.tar.gz) = 93beabb19ac68fb5336a3d8f6b5414de05a460ff6982c41a4e3fb2082e769791 +SIZE (samhain_signed-4.2.1.tar.gz) = 2135238 From owner-svn-ports-all@freebsd.org Wed May 3 13:56:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5241BD5C6C0; Wed, 3 May 2017 13:56:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2293AEA2; Wed, 3 May 2017 13:56:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Duidw084242; Wed, 3 May 2017 13:56:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Duia8084240; Wed, 3 May 2017 13:56:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705031356.v43Duia8084240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 3 May 2017 13:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440016 - head/sysutils/rundeck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 13:56:45 -0000 Author: miwi Date: Wed May 3 13:56:43 2017 New Revision: 440016 URL: https://svnweb.freebsd.org/changeset/ports/440016 Log: - Update to 2.8.2 - Switch to java 1.8 PR: 218220 Submitted by: Scott Larson Approved by: maintainer Modified: head/sysutils/rundeck/Makefile head/sysutils/rundeck/distinfo Modified: head/sysutils/rundeck/Makefile ============================================================================== --- head/sysutils/rundeck/Makefile Wed May 3 13:55:19 2017 (r440015) +++ head/sysutils/rundeck/Makefile Wed May 3 13:56:43 2017 (r440016) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rundeck -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= sysutils java MASTER_SITES= http://dl.bintray.com/rundeck/rundeck-maven/ DISTNAME= rundeck-launcher-${PORTVERSION} @@ -14,7 +13,7 @@ COMMENT= Web-console for dispatching com LICENSE= APACHE20 USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.8+ NO_ARCH= yes NO_BUILD= yes Modified: head/sysutils/rundeck/distinfo ============================================================================== --- head/sysutils/rundeck/distinfo Wed May 3 13:55:19 2017 (r440015) +++ head/sysutils/rundeck/distinfo Wed May 3 13:56:43 2017 (r440016) @@ -1,2 +1,3 @@ -SHA256 (rundeck-launcher-2.3.2.jar) = e8eef47f8e8ba9d659d3341a64272c97ea41657c98977bc5624e026f384f1370 -SIZE (rundeck-launcher-2.3.2.jar) = 57303309 +TIMESTAMP = 1493145579 +SHA256 (rundeck-launcher-2.8.2.jar) = 5a7c6ede09ef5ab21af298bbec7b0c0e51c4931046f24a7ee83b9442c414108f +SIZE (rundeck-launcher-2.8.2.jar) = 92227560 From owner-svn-ports-all@freebsd.org Wed May 3 14:28:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FE50D5A225; Wed, 3 May 2017 14:28:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0DBE8A20; Wed, 3 May 2017 14:28:47 +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 v43ESlMA096752; Wed, 3 May 2017 14:28:47 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43ESlkf096751; Wed, 3 May 2017 14:28:47 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705031428.v43ESlkf096751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 3 May 2017 14:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440017 - head/multimedia/gstreamer-ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 14:28:48 -0000 Author: linimon Date: Wed May 3 14:28:46 2017 New Revision: 440017 URL: https://svnweb.freebsd.org/changeset/ports/440017 Log: This should not have been marked broken on armv6. It _had_ been broken at one point, which my worksheet had shown, but I had not deleted the entry when it started building again. Reported by: Mikael Urankar Modified: head/multimedia/gstreamer-ffmpeg/Makefile Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Wed May 3 13:56:43 2017 (r440016) +++ head/multimedia/gstreamer-ffmpeg/Makefile Wed May 3 14:28:46 2017 (r440017) @@ -18,7 +18,7 @@ LICENSE= GPLv2 LIB_DEPENDS= liborc-0.4.so:devel/orc -NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= invokes x86 asm PORTSCOUT= limit:0\.10\..* From owner-svn-ports-all@freebsd.org Wed May 3 15:04:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 962E9D5AD5B; Wed, 3 May 2017 15:04:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6232B1F8; Wed, 3 May 2017 15:04:38 +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 v43F4b2Z013337; Wed, 3 May 2017 15:04:37 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43F4bIr013334; Wed, 3 May 2017 15:04:37 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705031504.v43F4bIr013334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 3 May 2017 15:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440018 - head/www/serendipity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 15:04:38 -0000 Author: tz Date: Wed May 3 15:04:37 2017 New Revision: 440018 URL: https://svnweb.freebsd.org/changeset/ports/440018 Log: www/serendipity: Update from 2.0.5 to 2.1.1 Changelog: https://blog.s9y.org/archives/273-Serendipity-2.1.0-released.html Changelog: https://blog.s9y.org/archives/274-Serendipity-2.1.1-released.html Also remove no longer needed dependency. PR: 218526 Submitted by: Jochen Neumeister Modified: head/www/serendipity/Makefile head/www/serendipity/distinfo head/www/serendipity/pkg-plist Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Wed May 3 14:28:46 2017 (r440017) +++ head/www/serendipity/Makefile Wed May 3 15:04:37 2017 (r440018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serendipity -PORTVERSION= 2.0.5 +PORTVERSION= 2.1.1 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} @@ -12,8 +12,6 @@ COMMENT= PHP based weblog software LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE -RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:archivers/pear-File_Archive - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} Modified: head/www/serendipity/distinfo ============================================================================== --- head/www/serendipity/distinfo Wed May 3 14:28:46 2017 (r440017) +++ head/www/serendipity/distinfo Wed May 3 15:04:37 2017 (r440018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480504867 -SHA256 (serendipity-2.0.5.tar.bz2) = 4e1f8245f5295caac2a523aada6228667ca62ad19cef61daa56454468a6e3fd2 -SIZE (serendipity-2.0.5.tar.bz2) = 4923637 +TIMESTAMP = 1492006226 +SHA256 (serendipity-2.1.1.tar.bz2) = aa8d12d16bbf6b6da605287436b478b14ef74011bf68d63760cc279f90ceecdf +SIZE (serendipity-2.1.1.tar.bz2) = 6247022 Modified: head/www/serendipity/pkg-plist ============================================================================== --- head/www/serendipity/pkg-plist Wed May 3 14:28:46 2017 (r440017) +++ head/www/serendipity/pkg-plist Wed May 3 15:04:37 2017 (r440018) @@ -3,7 +3,9 @@ %%WWWDIR%%/bundled-libs/.current_version %%WWWDIR%%/bundled-libs/Cache/BUNDLE_NOTICE %%WWWDIR%%/bundled-libs/Cache/Lite.php +%%WWWDIR%%/bundled-libs/Cache/Lite/File.php %%WWWDIR%%/bundled-libs/Cache/Lite/Function.php +%%WWWDIR%%/bundled-libs/Cache/Lite/NestedOutput.php %%WWWDIR%%/bundled-libs/Cache/Lite/Output.php %%WWWDIR%%/bundled-libs/HTTP/BUNDLE_NOTICE %%WWWDIR%%/bundled-libs/HTTP/Request.php @@ -17,6 +19,7 @@ %%WWWDIR%%/bundled-libs/HTTP/Request2/Exception.php %%WWWDIR%%/bundled-libs/HTTP/Request2/MultipartBody.php %%WWWDIR%%/bundled-libs/HTTP/Request2/Observer/Log.php +%%WWWDIR%%/bundled-libs/HTTP/Request2/Observer/UncompressingDownload.php %%WWWDIR%%/bundled-libs/HTTP/Request2/Response.php %%WWWDIR%%/bundled-libs/HTTP/Request2/SOCKS5.php %%WWWDIR%%/bundled-libs/HTTP/Request2/SocketWrapper.php @@ -32,12 +35,12 @@ %%WWWDIR%%/bundled-libs/PEAR.php %%WWWDIR%%/bundled-libs/PEAR/Exception.php %%WWWDIR%%/bundled-libs/PEAR5.php -%%WWWDIR%%/bundled-libs/Smarty/COMPOSER_RELEASE_NOTES.txt %%WWWDIR%%/bundled-libs/Smarty/COPYING.lib %%WWWDIR%%/bundled-libs/Smarty/INHERITANCE_RELEASE_NOTES.txt %%WWWDIR%%/bundled-libs/Smarty/NEW_FEATURES.txt %%WWWDIR%%/bundled-libs/Smarty/README %%WWWDIR%%/bundled-libs/Smarty/README.md +%%WWWDIR%%/bundled-libs/Smarty/README_SMARTY_CACHING_PURPOSES.txt %%WWWDIR%%/bundled-libs/Smarty/SMARTY_2_BC_NOTES.txt %%WWWDIR%%/bundled-libs/Smarty/SMARTY_3.0_BC_NOTES.txt %%WWWDIR%%/bundled-libs/Smarty/SMARTY_3.1_NOTES.txt @@ -1063,7 +1066,6 @@ %%WWWDIR%%/htmlarea/composer/installed.json %%WWWDIR%%/htmlarea/s9y_cketoolbar.css %%WWWDIR%%/htmlarea/wysiwyg-style.css -%%WWWDIR%%/include/README_SMARTY_CACHING_PURPOSES.txt %%WWWDIR%%/include/admin/category.inc.php %%WWWDIR%%/include/admin/comments.inc.php %%WWWDIR%%/include/admin/configuration.inc.php @@ -1124,6 +1126,7 @@ %%WWWDIR%%/include/functions_installer.inc.php %%WWWDIR%%/include/functions_permalinks.inc.php %%WWWDIR%%/include/functions_plugins_admin.inc.php +%%WWWDIR%%/include/functions_routing.inc.php %%WWWDIR%%/include/functions_rss.inc.php %%WWWDIR%%/include/functions_smarty.inc.php %%WWWDIR%%/include/functions_trackbacks.inc.php @@ -1246,8 +1249,6 @@ %%WWWDIR%%/plugins/serendipity_event_bbcode/lang_zh.inc.php %%WWWDIR%%/plugins/serendipity_event_bbcode/serendipity_event_bbcode.php %%WWWDIR%%/plugins/serendipity_event_creativecommons/ChangeLog -%%WWWDIR%%/plugins/serendipity_event_creativecommons/UTF-8/documentation_cs.html -%%WWWDIR%%/plugins/serendipity_event_creativecommons/UTF-8/documentation_cz.html %%WWWDIR%%/plugins/serendipity_event_creativecommons/UTF-8/lang_cn.inc.php %%WWWDIR%%/plugins/serendipity_event_creativecommons/UTF-8/lang_cs.inc.php %%WWWDIR%%/plugins/serendipity_event_creativecommons/UTF-8/lang_cz.inc.php @@ -1298,6 +1299,15 @@ %%WWWDIR%%/plugins/serendipity_event_emoticate/UTF-8/lang_tn.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/UTF-8/lang_zh.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/emoticons.inc.php.txt +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/cool.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/cry.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/eek.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/laugh.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/normal.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/sad.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/smile.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/tongue.png +%%WWWDIR%%/plugins/serendipity_event_emoticate/img/emoticons/wink.png %%WWWDIR%%/plugins/serendipity_event_emoticate/lang_bg.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/lang_cn.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/lang_cs.inc.php @@ -1318,6 +1328,7 @@ %%WWWDIR%%/plugins/serendipity_event_emoticate/lang_tn.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/lang_zh.inc.php %%WWWDIR%%/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php +%%WWWDIR%%/plugins/serendipity_event_entryproperties/ChangeLog %%WWWDIR%%/plugins/serendipity_event_entryproperties/UTF-8/lang_bg.inc.php %%WWWDIR%%/plugins/serendipity_event_entryproperties/UTF-8/lang_cn.inc.php %%WWWDIR%%/plugins/serendipity_event_entryproperties/UTF-8/lang_cs.inc.php @@ -1351,8 +1362,6 @@ %%WWWDIR%%/plugins/serendipity_event_entryproperties/lang_zh.inc.php %%WWWDIR%%/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php %%WWWDIR%%/plugins/serendipity_event_gravatar/ChangeLog -%%WWWDIR%%/plugins/serendipity_event_gravatar/UTF-8/documentation_cs.html -%%WWWDIR%%/plugins/serendipity_event_gravatar/UTF-8/documentation_cz.html %%WWWDIR%%/plugins/serendipity_event_gravatar/UTF-8/lang_cs.inc.php %%WWWDIR%%/plugins/serendipity_event_gravatar/UTF-8/lang_cz.inc.php %%WWWDIR%%/plugins/serendipity_event_gravatar/UTF-8/lang_de.inc.php @@ -1508,8 +1517,6 @@ %%WWWDIR%%/plugins/serendipity_event_gravatar/wavatars/parts/shine8.png %%WWWDIR%%/plugins/serendipity_event_gravatar/wavatars/parts/shine9.png %%WWWDIR%%/plugins/serendipity_event_gravatar/wavatars/wavatars.php -%%WWWDIR%%/plugins/serendipity_event_gravatar/ycon/ChangeLog -%%WWWDIR%%/plugins/serendipity_event_gravatar/ycon/UTF-8/lang_pl.inc.php %%WWWDIR%%/plugins/serendipity_event_gravatar/ycon/ycon.image.php %%WWWDIR%%/plugins/serendipity_event_gravatar/ycon/ycon.php %%WWWDIR%%/plugins/serendipity_event_mailer/UTF-8/lang_bg.inc.php @@ -2167,6 +2174,7 @@ %%WWWDIR%%/templates/2k11/admin/guess_input.tpl %%WWWDIR%%/templates/2k11/admin/images.inc.tpl %%WWWDIR%%/templates/2k11/admin/img/accept.png +%%WWWDIR%%/templates/2k11/admin/img/activity.png %%WWWDIR%%/templates/2k11/admin/img/admin_msg_error.png %%WWWDIR%%/templates/2k11/admin/img/admin_msg_note.png %%WWWDIR%%/templates/2k11/admin/img/admin_msg_success.png @@ -2225,8 +2233,9 @@ %%WWWDIR%%/templates/2k11/admin/js/jquery.sortable.js %%WWWDIR%%/templates/2k11/admin/js/jquery.syncheight.js %%WWWDIR%%/templates/2k11/admin/js/jquery.tabs.js -%%WWWDIR%%/templates/2k11/admin/js/modernizr-2.8.3.min.js +%%WWWDIR%%/templates/2k11/admin/js/modernizr.min.js %%WWWDIR%%/templates/2k11/admin/js/plugins.js +%%WWWDIR%%/templates/2k11/admin/js/progress-polyfill.min.js %%WWWDIR%%/templates/2k11/admin/maintenance.inc.tpl %%WWWDIR%%/templates/2k11/admin/media_choose.tpl %%WWWDIR%%/templates/2k11/admin/media_items.tpl @@ -2254,8 +2263,18 @@ %%WWWDIR%%/templates/2k11/entries.tpl %%WWWDIR%%/templates/2k11/entries_archives.tpl %%WWWDIR%%/templates/2k11/entries_summary.tpl +%%WWWDIR%%/templates/2k11/feed_0.91.tpl +%%WWWDIR%%/templates/2k11/feed_1.0.tpl +%%WWWDIR%%/templates/2k11/feed_2.0.tpl +%%WWWDIR%%/templates/2k11/feed_atom0.3.tpl +%%WWWDIR%%/templates/2k11/feed_atom1.0.tpl +%%WWWDIR%%/templates/2k11/feed_opml1.0.tpl %%WWWDIR%%/templates/2k11/img/gradient-dblue.png %%WWWDIR%%/templates/2k11/img/gradient-lblue.png +%%WWWDIR%%/templates/2k11/img/img_align_left.png +%%WWWDIR%%/templates/2k11/img/img_align_right.png +%%WWWDIR%%/templates/2k11/img/img_align_top.png +%%WWWDIR%%/templates/2k11/img/s9y_banner_small.png %%WWWDIR%%/templates/2k11/img/subtome.png %%WWWDIR%%/templates/2k11/img/xml.gif %%WWWDIR%%/templates/2k11/index.tpl @@ -2282,12 +2301,8 @@ %%WWWDIR%%/templates/2k11/preview_iframe.tpl %%WWWDIR%%/templates/2k11/sidebar.tpl %%WWWDIR%%/templates/2k11/style.css +%%WWWDIR%%/templates/2k11/style_fallback.css %%WWWDIR%%/templates/2k11/trackbacks.tpl -%%WWWDIR%%/templates/blue/htmlarea.css -%%WWWDIR%%/templates/blue/info.txt -%%WWWDIR%%/templates/blue/preview.png -%%WWWDIR%%/templates/blue/preview_fullsize.jpg -%%WWWDIR%%/templates/blue/style.css %%WWWDIR%%/templates/bulletproof/UTF-8/lang_bg.inc.php %%WWWDIR%%/templates/bulletproof/UTF-8/lang_cs.inc.php %%WWWDIR%%/templates/bulletproof/UTF-8/lang_cz.inc.php @@ -2390,29 +2405,47 @@ %%WWWDIR%%/templates/bulletproof/purple_style.css %%WWWDIR%%/templates/bulletproof/sidebar.tpl %%WWWDIR%%/templates/bulletproof/style.css -%%WWWDIR%%/templates/carl_contest/admin/img/background.png -%%WWWDIR%%/templates/carl_contest/admin/img/button_background.png -%%WWWDIR%%/templates/carl_contest/admin/img/infobar_background.png -%%WWWDIR%%/templates/carl_contest/admin/style.css -%%WWWDIR%%/templates/carl_contest/entries.tpl -%%WWWDIR%%/templates/carl_contest/entries_summary.tpl -%%WWWDIR%%/templates/carl_contest/img/back.gif -%%WWWDIR%%/templates/carl_contest/img/background.png -%%WWWDIR%%/templates/carl_contest/img/background_alternate.png -%%WWWDIR%%/templates/carl_contest/img/forward.gif -%%WWWDIR%%/templates/carl_contest/img/graph_bar_horisontal.png -%%WWWDIR%%/templates/carl_contest/img/info_header_text_tile.gif -%%WWWDIR%%/templates/carl_contest/img/link_blue.gif -%%WWWDIR%%/templates/carl_contest/img/link_ltblue.gif -%%WWWDIR%%/templates/carl_contest/img/link_orange.gif -%%WWWDIR%%/templates/carl_contest/img/xml.gif -%%WWWDIR%%/templates/carl_contest/index.tpl -%%WWWDIR%%/templates/carl_contest/info.txt -%%WWWDIR%%/templates/carl_contest/plugin_calendar.tpl -%%WWWDIR%%/templates/carl_contest/preview.png -%%WWWDIR%%/templates/carl_contest/preview_fullsize.jpg -%%WWWDIR%%/templates/carl_contest/screenshot.png -%%WWWDIR%%/templates/carl_contest/style.css +%%WWWDIR%%/templates/clean-blog/LICENSE +%%WWWDIR%%/templates/clean-blog/README.md +%%WWWDIR%%/templates/clean-blog/UTF-8/lang_de.inc.php +%%WWWDIR%%/templates/clean-blog/archive_categories.tpl +%%WWWDIR%%/templates/clean-blog/archive_freetag.tpl +%%WWWDIR%%/templates/clean-blog/backend_templates/default_staticpage_backend.tpl +%%WWWDIR%%/templates/clean-blog/commentform.tpl +%%WWWDIR%%/templates/clean-blog/comments.tpl +%%WWWDIR%%/templates/clean-blog/config.inc.php +%%WWWDIR%%/templates/clean-blog/content.tpl +%%WWWDIR%%/templates/clean-blog/entries.tpl +%%WWWDIR%%/templates/clean-blog/entries_archives.tpl +%%WWWDIR%%/templates/clean-blog/entries_summary.tpl +%%WWWDIR%%/templates/clean-blog/img/about-bg.jpg +%%WWWDIR%%/templates/clean-blog/img/archive-bg.jpg +%%WWWDIR%%/templates/clean-blog/img/contact-bg.jpg +%%WWWDIR%%/templates/clean-blog/img/default_avatar.jpg +%%WWWDIR%%/templates/clean-blog/img/home-bg.jpg +%%WWWDIR%%/templates/clean-blog/img/post-bg.jpg +%%WWWDIR%%/templates/clean-blog/img/post-sample-image.jpg +%%WWWDIR%%/templates/clean-blog/index.tpl +%%WWWDIR%%/templates/clean-blog/info.txt +%%WWWDIR%%/templates/clean-blog/js/clean-blog.js +%%WWWDIR%%/templates/clean-blog/js/clean-blog.min.js +%%WWWDIR%%/templates/clean-blog/lang_de.inc.php +%%WWWDIR%%/templates/clean-blog/lang_en.inc.php +%%WWWDIR%%/templates/clean-blog/less/clean-blog.less +%%WWWDIR%%/templates/clean-blog/less/mixins.less +%%WWWDIR%%/templates/clean-blog/less/serendipity.less +%%WWWDIR%%/templates/clean-blog/less/variables.less +%%WWWDIR%%/templates/clean-blog/plugin_contactform.tpl +%%WWWDIR%%/templates/clean-blog/plugin_staticpage.tpl +%%WWWDIR%%/templates/clean-blog/plugin_staticpage_aboutpage.tpl +%%WWWDIR%%/templates/clean-blog/plugin_staticpage_related_category.tpl +%%WWWDIR%%/templates/clean-blog/plugin_staticpage_searchresults.tpl +%%WWWDIR%%/templates/clean-blog/preview.png +%%WWWDIR%%/templates/clean-blog/preview_fullsize.jpg +%%WWWDIR%%/templates/clean-blog/preview_iframe.tpl +%%WWWDIR%%/templates/clean-blog/staticpage-entries-listing.tpl +%%WWWDIR%%/templates/clean-blog/style.css +%%WWWDIR%%/templates/clean-blog/trackbacks.tpl %%WWWDIR%%/templates/competition/admin/img/background.jpg %%WWWDIR%%/templates/competition/admin/img/banner_background.png %%WWWDIR%%/templates/competition/admin/img/button_background.png @@ -2612,6 +2645,7 @@ %%WWWDIR%%/templates/default/treeview/tph.gif %%WWWDIR%%/templates/default/treeview/tree.css %%WWWDIR%%/templates/default/treeview/vline.gif +%%WWWDIR%%/templates/idea/config.inc.php %%WWWDIR%%/templates/idea/img/I_had_an_idea.jpg %%WWWDIR%%/templates/idea/img/bullet.gif %%WWWDIR%%/templates/idea/img/clock_face_messy_paint_runs.jpg @@ -2621,32 +2655,9 @@ %%WWWDIR%%/templates/idea/preview_fullsize.jpg %%WWWDIR%%/templates/idea/style.css %%WWWDIR%%/templates/jquery.js -%%WWWDIR%%/templates/kubrick/UTF-8/lang_cs.inc.php -%%WWWDIR%%/templates/kubrick/UTF-8/lang_cz.inc.php -%%WWWDIR%%/templates/kubrick/comments.tpl -%%WWWDIR%%/templates/kubrick/config.inc.php -%%WWWDIR%%/templates/kubrick/entries.tpl -%%WWWDIR%%/templates/kubrick/images/kubrickbg.jpg -%%WWWDIR%%/templates/kubrick/images/kubrickbgcolor.jpg -%%WWWDIR%%/templates/kubrick/images/kubrickbgwide.jpg -%%WWWDIR%%/templates/kubrick/images/kubrickfooter.jpg -%%WWWDIR%%/templates/kubrick/images/kubrickheader.jpg -%%WWWDIR%%/templates/kubrick/images/kubricklogo.jpg -%%WWWDIR%%/templates/kubrick/images/kubrickportrait.png -%%WWWDIR%%/templates/kubrick/index.tpl -%%WWWDIR%%/templates/kubrick/info.txt -%%WWWDIR%%/templates/kubrick/lang_cs.inc.php -%%WWWDIR%%/templates/kubrick/lang_cz.inc.php -%%WWWDIR%%/templates/kubrick/lang_de.inc.php -%%WWWDIR%%/templates/kubrick/lang_en.inc.php -%%WWWDIR%%/templates/kubrick/lang_ko.inc.php -%%WWWDIR%%/templates/kubrick/preview.png -%%WWWDIR%%/templates/kubrick/preview_fullsize.jpg -%%WWWDIR%%/templates/kubrick/sidebar.tpl -%%WWWDIR%%/templates/kubrick/style.css -%%WWWDIR%%/templates/kubrick/trackbacks.tpl %%WWWDIR%%/templates/next/UTF-8/lang_de.inc.php %%WWWDIR%%/templates/next/UTF-8/lang_en.inc.php +%%WWWDIR%%/templates/next/UTF-8/lang_ko.inc.php %%WWWDIR%%/templates/next/commentform.tpl %%WWWDIR%%/templates/next/comments.tpl %%WWWDIR%%/templates/next/comments_by_author.tpl @@ -2664,6 +2675,7 @@ %%WWWDIR%%/templates/next/info.txt %%WWWDIR%%/templates/next/lang_de.inc.php %%WWWDIR%%/templates/next/lang_en.inc.php +%%WWWDIR%%/templates/next/lang_ko.inc.php %%WWWDIR%%/templates/next/oldie.css %%WWWDIR%%/templates/next/plugin_calendar.tpl %%WWWDIR%%/templates/next/plugin_categories.tpl @@ -2682,20 +2694,98 @@ %%WWWDIR%%/templates/next/sidebar.tpl %%WWWDIR%%/templates/next/style.css %%WWWDIR%%/templates/next/trackbacks.tpl -%%WWWDIR%%/templates/wp/atom.css -%%WWWDIR%%/templates/wp/commentform.tpl -%%WWWDIR%%/templates/wp/comments.tpl -%%WWWDIR%%/templates/wp/content.tpl -%%WWWDIR%%/templates/wp/entries.tpl -%%WWWDIR%%/templates/wp/entries_archives.tpl -%%WWWDIR%%/templates/wp/entries_summary.tpl -%%WWWDIR%%/templates/wp/index.tpl -%%WWWDIR%%/templates/wp/info.txt -%%WWWDIR%%/templates/wp/plugin_calendar.tpl -%%WWWDIR%%/templates/wp/preview.png -%%WWWDIR%%/templates/wp/sidebar.tpl -%%WWWDIR%%/templates/wp/trackbacks.tpl -%%WWWDIR%%/templates/wp/wp-layout.css +%%WWWDIR%%/templates/s9y_banner_small.png +%%WWWDIR%%/templates/skeleton/UTF-8/lang_de.inc.php +%%WWWDIR%%/templates/skeleton/UTF-8/lang_en.inc.php +%%WWWDIR%%/templates/skeleton/commentform.tpl +%%WWWDIR%%/templates/skeleton/comments.tpl +%%WWWDIR%%/templates/skeleton/config.inc.php +%%WWWDIR%%/templates/skeleton/content.tpl +%%WWWDIR%%/templates/skeleton/entries.tpl +%%WWWDIR%%/templates/skeleton/entries_archives.tpl +%%WWWDIR%%/templates/skeleton/entries_summary.tpl +%%WWWDIR%%/templates/skeleton/img/xml.gif +%%WWWDIR%%/templates/skeleton/index.tpl +%%WWWDIR%%/templates/skeleton/info.txt +%%WWWDIR%%/templates/skeleton/lang_de.inc.php +%%WWWDIR%%/templates/skeleton/lang_en.inc.php +%%WWWDIR%%/templates/skeleton/plugin_categories.tpl +%%WWWDIR%%/templates/skeleton/plugin_contactform.tpl +%%WWWDIR%%/templates/skeleton/plugin_staticpage.tpl +%%WWWDIR%%/templates/skeleton/plugin_staticpage_searchresults.tpl +%%WWWDIR%%/templates/skeleton/preview.png +%%WWWDIR%%/templates/skeleton/preview_fullsize.jpg +%%WWWDIR%%/templates/skeleton/preview_iframe.tpl +%%WWWDIR%%/templates/skeleton/sidebar.tpl +%%WWWDIR%%/templates/skeleton/style.css +%%WWWDIR%%/templates/skeleton/trackbacks.tpl +%%WWWDIR%%/templates/timeline/UTF-8/lang_de.inc.php +%%WWWDIR%%/templates/timeline/aqua_style.css +%%WWWDIR%%/templates/timeline/archive_categories.tpl +%%WWWDIR%%/templates/timeline/archive_freetag.tpl +%%WWWDIR%%/templates/timeline/backend_templates/default_staticpage_backend.tpl +%%WWWDIR%%/templates/timeline/blue-dark_style.css +%%WWWDIR%%/templates/timeline/blue_style.css +%%WWWDIR%%/templates/timeline/blueviolet_skin.css +%%WWWDIR%%/templates/timeline/brown_style.css +%%WWWDIR%%/templates/timeline/commentform.tpl +%%WWWDIR%%/templates/timeline/comments.tpl +%%WWWDIR%%/templates/timeline/config.inc.php +%%WWWDIR%%/templates/timeline/content.tpl +%%WWWDIR%%/templates/timeline/dark_skin.css +%%WWWDIR%%/templates/timeline/entries.tpl +%%WWWDIR%%/templates/timeline/entries_archives.tpl +%%WWWDIR%%/templates/timeline/entries_summary.tpl +%%WWWDIR%%/templates/timeline/footerbar.tpl +%%WWWDIR%%/templates/timeline/green-light_style.css +%%WWWDIR%%/templates/timeline/green_style.css +%%WWWDIR%%/templates/timeline/grey_style.css +%%WWWDIR%%/templates/timeline/img/default_avatar.jpg +%%WWWDIR%%/templates/timeline/img/image_unavailable.jpg +%%WWWDIR%%/templates/timeline/img/image_unavailable_alt.jpg +%%WWWDIR%%/templates/timeline/img/subtome-128x128.psd +%%WWWDIR%%/templates/timeline/img/subtome-aqua.png +%%WWWDIR%%/templates/timeline/img/subtome-blue-dark.png +%%WWWDIR%%/templates/timeline/img/subtome-blue.png +%%WWWDIR%%/templates/timeline/img/subtome-brown.png +%%WWWDIR%%/templates/timeline/img/subtome-colors.jpg +%%WWWDIR%%/templates/timeline/img/subtome-green-light.png +%%WWWDIR%%/templates/timeline/img/subtome-green.png +%%WWWDIR%%/templates/timeline/img/subtome-grey.png +%%WWWDIR%%/templates/timeline/img/subtome-images-included.jpg +%%WWWDIR%%/templates/timeline/img/subtome-orange.png +%%WWWDIR%%/templates/timeline/img/subtome-purple.png +%%WWWDIR%%/templates/timeline/img/subtome-red-dark.png +%%WWWDIR%%/templates/timeline/img/subtome-red.png +%%WWWDIR%%/templates/timeline/img/subtome-teal.png +%%WWWDIR%%/templates/timeline/img/subtome.png +%%WWWDIR%%/templates/timeline/img/xml.gif +%%WWWDIR%%/templates/timeline/index.tpl +%%WWWDIR%%/templates/timeline/info.txt +%%WWWDIR%%/templates/timeline/js/html5shiv.js +%%WWWDIR%%/templates/timeline/js/placeholder-IE-fixes.js +%%WWWDIR%%/templates/timeline/js/respond.js +%%WWWDIR%%/templates/timeline/js/timeline.js +%%WWWDIR%%/templates/timeline/lang_de.inc.php +%%WWWDIR%%/templates/timeline/lang_en.inc.php +%%WWWDIR%%/templates/timeline/orange_style.css +%%WWWDIR%%/templates/timeline/plugin_contactform.tpl +%%WWWDIR%%/templates/timeline/plugin_dynamicform.tpl +%%WWWDIR%%/templates/timeline/plugin_staticpage.tpl +%%WWWDIR%%/templates/timeline/plugin_staticpage_aboutpage.tpl +%%WWWDIR%%/templates/timeline/plugin_staticpage_related_category.tpl +%%WWWDIR%%/templates/timeline/plugin_staticpage_searchresults.tpl +%%WWWDIR%%/templates/timeline/preview.png +%%WWWDIR%%/templates/timeline/preview_fullsize.jpg +%%WWWDIR%%/templates/timeline/preview_iframe.tpl +%%WWWDIR%%/templates/timeline/purple_style.css +%%WWWDIR%%/templates/timeline/red-dark_style.css +%%WWWDIR%%/templates/timeline/red_style.css +%%WWWDIR%%/templates/timeline/sidebar.tpl +%%WWWDIR%%/templates/timeline/staticpage-entries-listing.tpl +%%WWWDIR%%/templates/timeline/style.css +%%WWWDIR%%/templates/timeline/teal_style.css +%%WWWDIR%%/templates/timeline/trackbacks.tpl %%WWWDIR%%/templates_c/.empty %%WWWDIR%%/uploads/.empty %%WWWDIR%%/wfwcomment.php From owner-svn-ports-all@freebsd.org Wed May 3 15:24:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EC20D5B63F; Wed, 3 May 2017 15:24:23 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA3F2FA; Wed, 3 May 2017 15:24:23 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43FOMT3021904; Wed, 3 May 2017 15:24:22 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43FOMSM021901; Wed, 3 May 2017 15:24:22 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201705031524.v43FOMSM021901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 3 May 2017 15:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440019 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 15:24:23 -0000 Author: lme Date: Wed May 3 15:24:21 2017 New Revision: 440019 URL: https://svnweb.freebsd.org/changeset/ports/440019 Log: security/lynis: Update to 2.5.0 Modified: head/security/lynis/Makefile head/security/lynis/distinfo head/security/lynis/pkg-plist Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Wed May 3 15:04:37 2017 (r440018) +++ head/security/lynis/Makefile Wed May 3 15:24:21 2017 (r440019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.4.8 +PORTVERSION= 2.5.0 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Wed May 3 15:04:37 2017 (r440018) +++ head/security/lynis/distinfo Wed May 3 15:24:21 2017 (r440019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493727862 -SHA256 (lynis-2.4.8.tar.gz) = 6be0dcb0e3c66c76266944b1c5b6f1d8ba617dc1ce89b8d278f4e1f990a6f70a -SIZE (lynis-2.4.8.tar.gz) = 263634 +TIMESTAMP = 1493824844 +SHA256 (lynis-2.5.0.tar.gz) = af05f5e2474da29d5ad0921a67e422a9c4d6eddef40e64d8b218a309477de416 +SIZE (lynis-2.5.0.tar.gz) = 261965 Modified: head/security/lynis/pkg-plist ============================================================================== --- head/security/lynis/pkg-plist Wed May 3 15:04:37 2017 (r440018) +++ head/security/lynis/pkg-plist Wed May 3 15:24:21 2017 (r440019) @@ -74,7 +74,6 @@ man/man8/lynis.8.gz %%DATADIR%%/include/tests_scheduling %%DATADIR%%/include/tests_shells %%DATADIR%%/include/tests_snmp -%%DATADIR%%/include/tests_solaris %%DATADIR%%/include/tests_squid %%DATADIR%%/include/tests_ssh %%DATADIR%%/include/tests_storage From owner-svn-ports-all@freebsd.org Wed May 3 15:32:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83232D5B7EA; Wed, 3 May 2017 15:32:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 39ECAB7A; Wed, 3 May 2017 15:32:14 +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 v43FWDR4026826; Wed, 3 May 2017 15:32:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43FWD9E026823; Wed, 3 May 2017 15:32:13 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705031532.v43FWD9E026823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 3 May 2017 15:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440020 - head/devel/qbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 15:32:14 -0000 Author: tcberner Date: Wed May 3 15:32:12 2017 New Revision: 440020 URL: https://svnweb.freebsd.org/changeset/ports/440020 Log: Update devel/qbs to 1.7.2. Reviewed by: rakuco, mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10521 Modified: head/devel/qbs/Makefile head/devel/qbs/distinfo head/devel/qbs/pkg-plist Modified: head/devel/qbs/Makefile ============================================================================== --- head/devel/qbs/Makefile Wed May 3 15:24:21 2017 (r440019) +++ head/devel/qbs/Makefile Wed May 3 15:32:12 2017 (r440020) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qbs -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 DISTVERSIONPREFIX= src- CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} @@ -46,4 +45,8 @@ pre-configure: ${MKDIR} ${CONFIGURE_WRKSRC} ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache +# The file in question is not used on FreeBSD. To silence stage-qa, remove it from stage-dir. +post-install: + ${RM} ${STAGEDIR}${DATADIR}/modules/bundle/update-specs.sh + .include Modified: head/devel/qbs/distinfo ============================================================================== --- head/devel/qbs/distinfo Wed May 3 15:24:21 2017 (r440019) +++ head/devel/qbs/distinfo Wed May 3 15:32:12 2017 (r440020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485378730 -SHA256 (KDE/Qt/qbs/qbs-src-1.7.1.tar.gz) = e4f5627ffcdba4d74a432f89215e7df1c1657f5416b61612467a7a9267cd4851 -SIZE (KDE/Qt/qbs/qbs-src-1.7.1.tar.gz) = 994738 +TIMESTAMP = 1493271729 +SHA256 (KDE/Qt/qbs/qbs-src-1.7.2.tar.gz) = ab82fb9f9fd72617b175b73ebadd3a3ac8a089af741edb777ead6dc9937394b0 +SIZE (KDE/Qt/qbs/qbs-src-1.7.2.tar.gz) = 995710 Modified: head/devel/qbs/pkg-plist ============================================================================== --- head/devel/qbs/pkg-plist Wed May 3 15:24:21 2017 (r440019) +++ head/devel/qbs/pkg-plist Wed May 3 15:32:12 2017 (r440020) @@ -249,7 +249,6 @@ lib/qbs/plugins/libqbs_qt_scanner.so %%DATADIR%%/modules/bundle/MacOSX-Package-Types.xcspec %%DATADIR%%/modules/bundle/MacOSX-Product-Types.xcspec %%DATADIR%%/modules/bundle/bundle.js -%%DATADIR%%/modules/bundle/update-specs.sh %%DATADIR%%/modules/cli/CLIModule.qbs %%DATADIR%%/modules/cli/cli.js %%DATADIR%%/modules/cli/mono.qbs From owner-svn-ports-all@freebsd.org Wed May 3 15:47:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60611D5BE09; Wed, 3 May 2017 15:47:22 +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 mx1.freebsd.org (Postfix) with ESMTPS id 16A7C630; Wed, 3 May 2017 15:47:22 +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 v43FlLbF031374; Wed, 3 May 2017 15:47:21 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43FlK1T031372; Wed, 3 May 2017 15:47:20 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705031547.v43FlK1T031372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Wed, 3 May 2017 15:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440021 - head/sysutils/docker-compose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 15:47:22 -0000 Author: lifanov Date: Wed May 3 15:47:20 2017 New Revision: 440021 URL: https://svnweb.freebsd.org/changeset/ports/440021 Log: update sysutils/docker-compose to 1.13.0 ### Breaking changes - `docker-compose up` now resets a service's scaling to its default value. You can use the newly introduced `--scale` option to specify a custom scale value ### New features #### Compose file version 2.2 - Introduced version 2.2 of the `docker-compose.yml` specification. This version requires to be used with Docker Engine 1.13.0 or above - Added support for `init` in service definitions. - Added support for `scale` in service definitions. The configuration's value can be overridden using the `--scale` flag in `docker-compose up`. Please note that the `scale` command is disabled for this file format #### Compose file version 2.x - Added support for `options` in the `ipam` section of network definitions Modified: head/sysutils/docker-compose/Makefile head/sysutils/docker-compose/distinfo Modified: head/sysutils/docker-compose/Makefile ============================================================================== --- head/sysutils/docker-compose/Makefile Wed May 3 15:32:12 2017 (r440020) +++ head/sysutils/docker-compose/Makefile Wed May 3 15:47:20 2017 (r440021) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= docker-compose -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP Modified: head/sysutils/docker-compose/distinfo ============================================================================== --- head/sysutils/docker-compose/distinfo Wed May 3 15:32:12 2017 (r440020) +++ head/sysutils/docker-compose/distinfo Wed May 3 15:47:20 2017 (r440021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491864844 -SHA256 (docker-compose-1.12.0.tar.gz) = 3da6f465eac5704393d8acd95b1923ce0bda3f0312883527c92dfab7de5b313e -SIZE (docker-compose-1.12.0.tar.gz) = 198453 +TIMESTAMP = 1493826266 +SHA256 (docker-compose-1.13.0.tar.gz) = 3c7b62cd0ab5f33d21db197d8a74739d320a6fe32e4ef8282c35d4dee5a7c77c +SIZE (docker-compose-1.13.0.tar.gz) = 201429 From owner-svn-ports-all@freebsd.org Wed May 3 16:08:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A356FD5C684; Wed, 3 May 2017 16:08:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 735BC86A; Wed, 3 May 2017 16:08:38 +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 v43G8b3R039433; Wed, 3 May 2017 16:08:37 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43G8bmn039432; Wed, 3 May 2017 16:08:37 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705031608.v43G8bmn039432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Wed, 3 May 2017 16:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440022 - head/net/libfixbuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 16:08:38 -0000 Author: ler Date: Wed May 3 16:08:37 2017 New Revision: 440022 URL: https://svnweb.freebsd.org/changeset/ports/440022 Log: Give net/libfixbuf to submitter PR: 219047 Submitted by: nacho319+freebsdZilla@gmail.com Approved by: adamw (mentor, implicit) Modified: head/net/libfixbuf/Makefile Modified: head/net/libfixbuf/Makefile ============================================================================== --- head/net/libfixbuf/Makefile Wed May 3 15:47:20 2017 (r440021) +++ head/net/libfixbuf/Makefile Wed May 3 16:08:37 2017 (r440022) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= http://tools.netsa.cert.org/releases/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nacho319+freebsdZilla@gmail.com COMMENT= Library for using the IP Flow Information Export protocol LICENSE= LGPL21 From owner-svn-ports-all@freebsd.org Wed May 3 16:51:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5899D5C656; Wed, 3 May 2017 16:51:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id 779611C48; Wed, 3 May 2017 16:51:07 +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 v43Gp6o7059080; Wed, 3 May 2017 16:51:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Gp6K5059078; Wed, 3 May 2017 16:51:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705031651.v43Gp6K5059078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 3 May 2017 16:51:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440023 - head/audio/mp3guessenc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 16:51:07 -0000 Author: ehaupt Date: Wed May 3 16:51:06 2017 New Revision: 440023 URL: https://svnweb.freebsd.org/changeset/ports/440023 Log: Update to 0.27.1 Modified: head/audio/mp3guessenc/Makefile head/audio/mp3guessenc/distinfo Modified: head/audio/mp3guessenc/Makefile ============================================================================== --- head/audio/mp3guessenc/Makefile Wed May 3 16:08:37 2017 (r440022) +++ head/audio/mp3guessenc/Makefile Wed May 3 16:51:06 2017 (r440023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp3guessenc -PORTVERSION= 0.27.0 +PORTVERSION= 0.27.1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9]*$//} Modified: head/audio/mp3guessenc/distinfo ============================================================================== --- head/audio/mp3guessenc/distinfo Wed May 3 16:08:37 2017 (r440022) +++ head/audio/mp3guessenc/distinfo Wed May 3 16:51:06 2017 (r440023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481904508 -SHA256 (mp3guessenc-0.27.0.tar.gz) = 1ad3845fdd19c6c95c9b4a68655f86849df2b190266b78bff071a5ff696bc4db -SIZE (mp3guessenc-0.27.0.tar.gz) = 110854 +TIMESTAMP = 1493830027 +SHA256 (mp3guessenc-0.27.1.tar.gz) = 978192498f6e034bbb8409723e7eca8bdfe18bad65c9b709c8cdf0a66ddad160 +SIZE (mp3guessenc-0.27.1.tar.gz) = 113957 From owner-svn-ports-all@freebsd.org Wed May 3 17:09:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1948D5CCA3; Wed, 3 May 2017 17:09:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1884A4D; Wed, 3 May 2017 17:09:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43H9e8p064792; Wed, 3 May 2017 17:09:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43H9cfb064771; Wed, 3 May 2017 17:09:38 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705031709.v43H9cfb064771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 3 May 2017 17:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440024 - in head: comms/gnokii converters/ical2html databases/evolution-data-server deskutils/cairo-dock-plugins deskutils/gnome-calendar deskutils/kdepimlibs4 deskutils/kdepimlibs4/fi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:09:42 -0000 Author: pawel Date: Wed May 3 17:09:38 2017 New Revision: 440024 URL: https://svnweb.freebsd.org/changeset/ports/440024 Log: - Update devel/libical to version 2.0 - Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout Deleted: head/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake Modified: head/comms/gnokii/Makefile head/converters/ical2html/Makefile head/databases/evolution-data-server/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/gnome-calendar/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/orage/Makefile head/deskutils/osmo/Makefile head/deskutils/simpleagenda/Makefile head/devel/libical-glib/Makefile head/devel/libical/Makefile head/devel/libical/distinfo head/devel/libical/pkg-plist head/finance/kmymoney-kde4/Makefile head/games/goldencheetah/Makefile head/mail/claws-mail-vcalendar/Makefile head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd30/Makefile head/mail/evolution-ews/Makefile head/mail/libmapi/Makefile head/misc/wmcalendar/Makefile Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/comms/gnokii/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ Modified: head/converters/ical2html/Makefile ============================================================================== --- head/converters/ical2html/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/converters/ical2html/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= ical2html PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ @@ -17,4 +17,10 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \ + ${WRKSRC}/ical2html.c \ + ${WRKSRC}/icalfilter.c \ + ${WRKSRC}/icalmerge.c + .include Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/databases/evolution-data-server/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/cairo-dock-plugins/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org Modified: head/deskutils/gnome-calendar/Makefile ============================================================================== --- head/deskutils/gnome-calendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/gnome-calendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= gnome-calendar PORTVERSION= 3.18.2.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/kdepimlibs4/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/orage/Makefile ============================================================================== --- head/deskutils/orage/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/orage/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/osmo/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/simpleagenda/Makefile ============================================================================== --- head/deskutils/simpleagenda/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/simpleagenda/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} Modified: head/devel/libical-glib/Makefile ============================================================================== --- head/devel/libical-glib/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical-glib/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -12,6 +12,8 @@ COMMENT= Introspection bindings for libi LIB_DEPENDS= libical.so:devel/libical +BROKEN= Does not build with libical >= 2.0 + USES= compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build libxml2 GNU_CONFIGURE= yes Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libical -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,6 +12,8 @@ COMMENT= Implementation of the IETF Cale LICENSE_COMB= dual LICENSE= MPL LGPL21 +LIB_DEPENDS= libicuuc.so:devel/icu + USE_GITHUB= yes USES= cmake pathfix perl5 Modified: head/devel/libical/distinfo ============================================================================== --- head/devel/libical/distinfo Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/distinfo Wed May 3 17:09:38 2017 (r440024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464772258 -SHA256 (libical-libical-v1.0.1_GH0.tar.gz) = 7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c -SIZE (libical-libical-v1.0.1_GH0.tar.gz) = 720618 +TIMESTAMP = 1490973722 +SHA256 (libical-libical-v2.0.0_GH0.tar.gz) = 20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a +SIZE (libical-libical-v2.0.0_GH0.tar.gz) = 699099 Modified: head/devel/libical/pkg-plist ============================================================================== --- head/devel/libical/pkg-plist Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/pkg-plist Wed May 3 17:09:38 2017 (r440024) @@ -1,4 +1,3 @@ -include/ical.h include/libical/ical.h include/libical/icalarray.h include/libical/icalattach.h @@ -23,13 +22,16 @@ include/libical/icalmemory.h include/libical/icalmessage.h include/libical/icalmime.h include/libical/icalparameter.h +include/libical/icalparameter_cxx.h include/libical/icalparser.h include/libical/icalperiod.h include/libical/icalproperty.h +include/libical/icalproperty_cxx.h include/libical/icalrecur.h include/libical/icalrestriction.h include/libical/icalset.h include/libical/icalspanlist.h +include/libical/icalspanlist_cxx.h include/libical/icalss.h include/libical/icalssyacc.h include/libical/icaltime.h @@ -37,12 +39,17 @@ include/libical/icaltimezone.h include/libical/icaltypes.h include/libical/icaltz-util.h include/libical/icalvalue.h +include/libical/icalvalue_cxx.h include/libical/icalvcal.h -include/libical/port.h +include/libical/icptrholder_cxx.h +include/libical/libical_ical_export.h +include/libical/libical_icalss_export.h +include/libical/libical_vcal_export.h include/libical/pvl.h include/libical/sspm.h include/libical/vcaltmp.h include/libical/vcc.h +include/libical/vcomponent_cxx.h include/libical/vobject.h lib/cmake/LibIcal/LibIcalConfig.cmake lib/cmake/LibIcal/LibIcalConfigVersion.cmake @@ -50,14 +57,22 @@ lib/cmake/LibIcal/LibIcalTargets-%%CMAKE lib/cmake/LibIcal/LibIcalTargets.cmake lib/libical.a lib/libical.so -lib/libical.so.1 -lib/libical.so.1.0.1 +lib/libical.so.2 +lib/libical.so.2.0.0 +lib/libical_cxx.a +lib/libical_cxx.so +lib/libical_cxx.so.2 +lib/libical_cxx.so.2.0.0 lib/libicalss.a lib/libicalss.so -lib/libicalss.so.1 -lib/libicalss.so.1.0.1 +lib/libicalss.so.2 +lib/libicalss.so.2.0.0 +lib/libicalss_cxx.a +lib/libicalss_cxx.so +lib/libicalss_cxx.so.2 +lib/libicalss_cxx.so.2.0.0 lib/libicalvcal.a lib/libicalvcal.so -lib/libicalvcal.so.1 -lib/libicalvcal.so.1.0.1 +lib/libicalvcal.so.2 +lib/libicalvcal.so.2.0.0 libdata/pkgconfig/libical.pc Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/finance/kmymoney-kde4/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/games/goldencheetah/Makefile ============================================================================== --- head/games/goldencheetah/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/games/goldencheetah/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -4,7 +4,7 @@ PORTNAME= GoldenCheetah PORTVERSION= 3.2 DISTVERSIONPREFIX= V -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= trebbu@googlemail.com Modified: head/mail/claws-mail-vcalendar/Makefile ============================================================================== --- head/mail/claws-mail-vcalendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/claws-mail-vcalendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= vCalendar plugin for Claws Mail -IGNORE= Needs libical >= 2.0 +LIB_DEPENDS= libical.so:devel/libical CLAWS_PLUGINS_BUILD= vcalendar Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/cyrus-imapd25/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.5.10 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/cyrus-imapd30/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/evolution-ews/Makefile ============================================================================== --- head/mail/evolution-ews/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/evolution-ews/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= evolution-ews PORTVERSION= 3.18.5 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/libmapi/Makefile ============================================================================== --- head/mail/libmapi/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/libmapi/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= libmapi PORTVERSION= 2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= https://github.com/openchange/openchange/archive/ DISTNAME= openchange-${PORTVERSION}-${CODENAME} Modified: head/misc/wmcalendar/Makefile ============================================================================== --- head/misc/wmcalendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/misc/wmcalendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc windowmaker MASTER_SITES= SF From owner-svn-ports-all@freebsd.org Wed May 3 17:21:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DCC1D5C037; Wed, 3 May 2017 17:21:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id D222A9B0; Wed, 3 May 2017 17:21:58 +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 v43HLvn7072703; Wed, 3 May 2017 17:21:57 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43HLvfL072700; Wed, 3 May 2017 17:21:57 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201705031721.v43HLvfL072700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 3 May 2017 17:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440025 - head/net/axa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:21:59 -0000 Author: truckman Date: Wed May 3 17:21:57 2017 New Revision: 440025 URL: https://svnweb.freebsd.org/changeset/ports/440025 Log: Upgrade net/axa to version 1.5.1 * Add apikey support * Add per-user config file Sponsored by: Farsight Security, Inc. Modified: head/net/axa/Makefile head/net/axa/distinfo head/net/axa/pkg-plist Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Wed May 3 17:09:38 2017 (r440024) +++ head/net/axa/Makefile Wed May 3 17:21:57 2017 (r440025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Wed May 3 17:09:38 2017 (r440024) +++ head/net/axa/distinfo Wed May 3 17:21:57 2017 (r440025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480710774 -SHA256 (axa-1.4.0.tar.gz) = e2dd76ec1259383039bbc36b4e4efc7f0e68c4c0651ec39da7bc0c78df6d746f -SIZE (axa-1.4.0.tar.gz) = 540240 +TIMESTAMP = 1493762895 +SHA256 (axa-1.5.1.tar.gz) = 63324acf6ca4276771edc674df9b14ea9ada44acb333cb77ec31bc8c819dd84b +SIZE (axa-1.5.1.tar.gz) = 530287 Modified: head/net/axa/pkg-plist ============================================================================== --- head/net/axa/pkg-plist Wed May 3 17:09:38 2017 (r440024) +++ head/net/axa/pkg-plist Wed May 3 17:21:57 2017 (r440025) @@ -10,6 +10,7 @@ include/axa/axa.h include/axa/axa_endian.h include/axa/bits.h include/axa/client.h +include/axa/client_config.h include/axa/dns_walk.h include/axa/fields.h include/axa/json.h From owner-svn-ports-all@freebsd.org Wed May 3 17:25:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 689C5D5C1B7; Wed, 3 May 2017 17:25:28 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2E5B85; Wed, 3 May 2017 17:25:28 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id v43HPJEH079573; Wed, 3 May 2017 10:25:23 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201705031725.v43HPJEH079573@gw.catspoiler.org> Date: Wed, 3 May 2017 10:25:19 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r440025 - head/net/axa To: ports-committers@freebsd.org cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <201705031721.v43HLvfL072700@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:25:28 -0000 On 3 May, To: ports-committers@freebsd.org wrote: > Author: truckman > Date: Wed May 3 17:21:57 2017 > New Revision: 440025 > URL: https://svnweb.freebsd.org/changeset/ports/440025 > > Log: > Upgrade net/axa to version 1.5.1 > > * Add apikey support > > * Add per-user config file > Sponsored by: Farsight Security, Inc. > > Modified: > head/net/axa/Makefile > head/net/axa/distinfo > head/net/axa/pkg-plist > > Modified: head/net/axa/Makefile > ============================================================================== > --- head/net/axa/Makefile Wed May 3 17:09:38 2017 (r440024) > +++ head/net/axa/Makefile Wed May 3 17:21:57 2017 (r440025) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= axa > -PORTVERSION= 1.4.0 > +PORTVERSION= 1.5.1 > PORTREVISION= 1 Sigh ... forgot to reset PORTREVISION. From owner-svn-ports-all@freebsd.org Wed May 3 17:39:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAFFFD5C5F8; Wed, 3 May 2017 17:39:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1381691; Wed, 3 May 2017 17:39:52 +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 v43Hdp8l077337; Wed, 3 May 2017 17:39:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43HdpjX077335; Wed, 3 May 2017 17:39:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705031739.v43HdpjX077335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 3 May 2017 17:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440026 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:39:52 -0000 Author: pi Date: Wed May 3 17:39:51 2017 New Revision: 440026 URL: https://svnweb.freebsd.org/changeset/ports/440026 Log: mail/postfix-current: update 3.2.0-RC1 -> 3.3-20170502 PR: 218696 Changes: https://de.postfix.org/ftpmirror/experimental/postfix-3.3-20170502.HISTORY Submitted by: pi Approved by: ohauer (maintainer timeout) Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Wed May 3 17:21:57 2017 (r440025) +++ head/mail/postfix-current/Makefile Wed May 3 17:39:51 2017 (r440026) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2.0-RC1 +DISTVERSION= 3.3-20170502 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.porcupine.org/mi http://www.artfiles.org/postfix.org/postfix-release/ \ http://mirror.lhsolutions.nl/postfix-release/ \ ftp://postfix.mirrors.pair.com/ -#MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|} -MASTER_SITES:= ${MASTER_SITES:S|$|official/|} +MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|} +#MASTER_SITES= ${MASTER_SITES:S|$|official/|} PKGNAMESUFFIX?= -current DIST_SUBDIR= ${PORTNAME} Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Wed May 3 17:21:57 2017 (r440025) +++ head/mail/postfix-current/distinfo Wed May 3 17:39:51 2017 (r440026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486916580 -SHA256 (postfix/postfix-3.2.0-RC1.tar.gz) = 224b62a5e33095b9bab07d7629b4975736162112666e66ed4a5edee26e73d180 -SIZE (postfix/postfix-3.2.0-RC1.tar.gz) = 4405042 +TIMESTAMP = 1493832594 +SHA256 (postfix/postfix-3.3-20170502.tar.gz) = bf78fe59b9849ccff71d02063469d4e9781fe39bea4ab7f3dda72e6c2931e1a6 +SIZE (postfix/postfix-3.3-20170502.tar.gz) = 4396873 From owner-svn-ports-all@freebsd.org Wed May 3 17:49:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEB3DD5C967; Wed, 3 May 2017 17:49:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 904D71DA0; Wed, 3 May 2017 17:49:46 +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 v43HnjZp081370; Wed, 3 May 2017 17:49:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Hnjec081368; Wed, 3 May 2017 17:49:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031749.v43Hnjec081368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 17:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440027 - head/security/R-cran-digest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:49:46 -0000 Author: tota Date: Wed May 3 17:49:45 2017 New Revision: 440027 URL: https://svnweb.freebsd.org/changeset/ports/440027 Log: - Update to 0.6.11 - Add "compiles" argument to USES=cran - Update LICENSE Modified: head/security/R-cran-digest/Makefile (contents, props changed) head/security/R-cran-digest/distinfo (contents, props changed) Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Wed May 3 17:39:51 2017 (r440026) +++ head/security/R-cran-digest/Makefile Wed May 3 17:49:45 2017 (r440027) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= digest -PORTVERSION= 0.6.10 +PORTVERSION= 0.6.11 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Create cryptographic hash digests of R objects -LICENSE= GPLv2 +LICENSE= GPLv2+ -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/security/R-cran-digest/distinfo ============================================================================== --- head/security/R-cran-digest/distinfo Wed May 3 17:39:51 2017 (r440026) +++ head/security/R-cran-digest/distinfo Wed May 3 17:49:45 2017 (r440027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470277403 -SHA256 (digest_0.6.10.tar.gz) = 0c51a02756009ecfb3b7e22789c9410ee8c73d016c6a7c477f05511bd029021d -SIZE (digest_0.6.10.tar.gz) = 118336 +TIMESTAMP = 1493801532 +SHA256 (digest_0.6.11.tar.gz) = edab2ca2a38bd7ee19482c9d2531cd169d5123cde4aa2a3dd65c0bcf3d1d5209 +SIZE (digest_0.6.11.tar.gz) = 119700 From owner-svn-ports-all@freebsd.org Wed May 3 18:07:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9ABD5CF26; Wed, 3 May 2017 18:07:47 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1DB50CB4; Wed, 3 May 2017 18:07:47 +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 v43I7k2m089664; Wed, 3 May 2017 18:07:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43I7kn3089662; Wed, 3 May 2017 18:07:46 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031807.v43I7kn3089662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 18:07:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440028 - head/math/R-cran-gmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 18:07:47 -0000 Author: tota Date: Wed May 3 18:07:45 2017 New Revision: 440028 URL: https://svnweb.freebsd.org/changeset/ports/440028 Log: - Update to 0.5-13.1 - Add "compiles" argument to USES=cran Modified: head/math/R-cran-gmp/Makefile (contents, props changed) head/math/R-cran-gmp/distinfo (contents, props changed) Modified: head/math/R-cran-gmp/Makefile ============================================================================== --- head/math/R-cran-gmp/Makefile Wed May 3 17:49:45 2017 (r440027) +++ head/math/R-cran-gmp/Makefile Wed May 3 18:07:45 2017 (r440028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -DISTVERSION= 0.5-12 +DISTVERSION= 0.5-13.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ LICENSE= GPLv2+ LIB_DEPENDS= libgmp.so:math/gmp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-gmp/distinfo ============================================================================== --- head/math/R-cran-gmp/distinfo Wed May 3 17:49:45 2017 (r440027) +++ head/math/R-cran-gmp/distinfo Wed May 3 18:07:45 2017 (r440028) @@ -1,2 +1,3 @@ -SHA256 (gmp_0.5-12.tar.gz) = aa4e6b0d0d64edfff166b7417e7c2782a1337905d667258d44ca881229dbd781 -SIZE (gmp_0.5-12.tar.gz) = 130077 +TIMESTAMP = 1493802710 +SHA256 (gmp_0.5-13.1.tar.gz) = 2f805374a26742cd43f6b2054130d8670eda1940070aabb9971e9e48226d0976 +SIZE (gmp_0.5-13.1.tar.gz) = 131321 From owner-svn-ports-all@freebsd.org Wed May 3 18:40:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA52D5CC4F; Wed, 3 May 2017 18:40:22 +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 mx1.freebsd.org (Postfix) with ESMTPS id B78A8A42; Wed, 3 May 2017 18:40:22 +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 v43IeLhr002041; Wed, 3 May 2017 18:40:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43IeLiL002039; Wed, 3 May 2017 18:40:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031840.v43IeLiL002039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 18:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440029 - head/devel/R-cran-tidyr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 18:40:23 -0000 Author: tota Date: Wed May 3 18:40:21 2017 New Revision: 440029 URL: https://svnweb.freebsd.org/changeset/ports/440029 Log: - Update to 0.6.1 Modified: head/devel/R-cran-tidyr/Makefile (contents, props changed) head/devel/R-cran-tidyr/distinfo (contents, props changed) Modified: head/devel/R-cran-tidyr/Makefile ============================================================================== --- head/devel/R-cran-tidyr/Makefile Wed May 3 18:07:45 2017 (r440028) +++ head/devel/R-cran-tidyr/Makefile Wed May 3 18:40:21 2017 (r440029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tidyr -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-tidyr/distinfo ============================================================================== --- head/devel/R-cran-tidyr/distinfo Wed May 3 18:07:45 2017 (r440028) +++ head/devel/R-cran-tidyr/distinfo Wed May 3 18:40:21 2017 (r440029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471143942 -SHA256 (tidyr_0.6.0.tar.gz) = 822dd692db3ff4f85b55f34e1e64cdf79e0c39d4d9823506a97e10fae05dfcae -SIZE (tidyr_0.6.0.tar.gz) = 345733 +TIMESTAMP = 1493819244 +SHA256 (tidyr_0.6.1.tar.gz) = 2708f92dbfc250d0b4f48b5fd755e991a462933c95681590e083ab75f11b1a86 +SIZE (tidyr_0.6.1.tar.gz) = 345937 From owner-svn-ports-all@freebsd.org Wed May 3 18:57:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C62CD573A0; Wed, 3 May 2017 18:57:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id F264D1876; Wed, 3 May 2017 18:57: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 v43IvveU010287; Wed, 3 May 2017 18:57:57 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43IvuHF010285; Wed, 3 May 2017 18:57:56 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031857.v43IvuHF010285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 18:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440030 - head/www/R-cran-shiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 18:57:58 -0000 Author: tota Date: Wed May 3 18:57:56 2017 New Revision: 440030 URL: https://svnweb.freebsd.org/changeset/ports/440030 Log: - Update to 1.0.3 Modified: head/www/R-cran-shiny/Makefile (contents, props changed) head/www/R-cran-shiny/distinfo (contents, props changed) Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Wed May 3 18:40:21 2017 (r440029) +++ head/www/R-cran-shiny/Makefile Wed May 3 18:57:56 2017 (r440030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.14.2 +PORTVERSION= 1.0.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Wed May 3 18:40:21 2017 (r440029) +++ head/www/R-cran-shiny/distinfo Wed May 3 18:57:56 2017 (r440030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480834769 -SHA256 (shiny_0.14.2.tar.gz) = 2395794738cf5de194da3f5c4eae239f353114b90573beaba6472e081261a8eb -SIZE (shiny_0.14.2.tar.gz) = 2198257 +TIMESTAMP = 1493819492 +SHA256 (shiny_1.0.3.tar.gz) = 3a2a5a4437dbcfba1b640ef858667a59ee593754a17b73169b10003183574486 +SIZE (shiny_1.0.3.tar.gz) = 2273603 From owner-svn-ports-all@freebsd.org Wed May 3 19:08:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E419D576DF; Wed, 3 May 2017 19:08:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6A9471F2C; Wed, 3 May 2017 19:08:36 +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 v43J8Zjc014535; Wed, 3 May 2017 19:08:35 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43J8ZC2014533; Wed, 3 May 2017 19:08:35 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031908.v43J8ZC2014533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 19:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440031 - head/devel/R-cran-rprojroot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 19:08:36 -0000 Author: tota Date: Wed May 3 19:08:35 2017 New Revision: 440031 URL: https://svnweb.freebsd.org/changeset/ports/440031 Log: - Update to 1.2 Modified: head/devel/R-cran-rprojroot/Makefile (contents, props changed) head/devel/R-cran-rprojroot/distinfo (contents, props changed) Modified: head/devel/R-cran-rprojroot/Makefile ============================================================================== --- head/devel/R-cran-rprojroot/Makefile Wed May 3 18:57:56 2017 (r440030) +++ head/devel/R-cran-rprojroot/Makefile Wed May 3 19:08:35 2017 (r440031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rprojroot -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/devel/R-cran-rprojroot/distinfo ============================================================================== --- head/devel/R-cran-rprojroot/distinfo Wed May 3 18:57:56 2017 (r440030) +++ head/devel/R-cran-rprojroot/distinfo Wed May 3 19:08:35 2017 (r440031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481956089 -SHA256 (rprojroot_1.1.tar.gz) = d0827bc1c9ec1484de311d4aa1ee2bc6b4bf728fcb119849f4503492d575dc13 -SIZE (rprojroot_1.1.tar.gz) = 21336 +TIMESTAMP = 1493819865 +SHA256 (rprojroot_1.2.tar.gz) = 28b4d235ce67314528a0c1cc7e98faed42437b42e07fca18a59a80fdc3eefeb9 +SIZE (rprojroot_1.2.tar.gz) = 42063 From owner-svn-ports-all@freebsd.org Wed May 3 19:16:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D2FED57A5D; Wed, 3 May 2017 19:16:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6F2F36B4; Wed, 3 May 2017 19:16:51 +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 v43JGoBP019378; Wed, 3 May 2017 19:16:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43JGoid019376; Wed, 3 May 2017 19:16:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031916.v43JGoid019376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 19:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440032 - head/math/R-cran-backports X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 19:16:51 -0000 Author: tota Date: Wed May 3 19:16:50 2017 New Revision: 440032 URL: https://svnweb.freebsd.org/changeset/ports/440032 Log: - Update to 1.0.5 Modified: head/math/R-cran-backports/Makefile (contents, props changed) head/math/R-cran-backports/distinfo (contents, props changed) Modified: head/math/R-cran-backports/Makefile ============================================================================== --- head/math/R-cran-backports/Makefile Wed May 3 19:08:35 2017 (r440031) +++ head/math/R-cran-backports/Makefile Wed May 3 19:16:50 2017 (r440032) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backports -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-backports/distinfo ============================================================================== --- head/math/R-cran-backports/distinfo Wed May 3 19:08:35 2017 (r440031) +++ head/math/R-cran-backports/distinfo Wed May 3 19:16:50 2017 (r440032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481956875 -SHA256 (backports_1.0.4.tar.gz) = c2c5df9be73fd1162f9cb7fb7e807c99b758cc992fd10a2a47f76e6b73815a3b -SIZE (backports_1.0.4.tar.gz) = 5818 +TIMESTAMP = 1493820120 +SHA256 (backports_1.0.5.tar.gz) = c0e6d87eab50f8f90f02088d31ae4b76bee4f8d27f8ad23766fdcdb5518cc1de +SIZE (backports_1.0.5.tar.gz) = 6869 From owner-svn-ports-all@freebsd.org Wed May 3 19:35:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B21BD583A4; Wed, 3 May 2017 19:35:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E44391662; Wed, 3 May 2017 19:35:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43JZPL9027639; Wed, 3 May 2017 19:35:25 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43JZPZm027638; Wed, 3 May 2017 19:35:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705031935.v43JZPZm027638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 3 May 2017 19:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440033 - head/multimedia/kodi/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 19:35:27 -0000 Author: pawel Date: Wed May 3 19:35:25 2017 New Revision: 440033 URL: https://svnweb.freebsd.org/changeset/ports/440033 Log: Fix build on systems with gcc installed by respecting CXX JsonSchemaBuilder configure picks up g++ as compiler: g++ -DPACKAGE_NAME=\"JsonSchemaBuilder\" -DPACKAGE_TARNAME=\"jsonschemabuilder\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"JsonSchemaBuilder\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"jsonschemabuilder\" -DVERSION=\"1.0\" -I. -g -O2 -MT JsonSchemaBuilder.o -MD -MP -MF .deps/JsonSchemaBuilder.Tpo -c -o JsonSchemaBuilder.o JsonSchemaBuilder.cpp Later compiled binary fails to execute: ../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder schema/version.txt schema/license.txt schema/methods.json schema/types.json schema/notifications.json /usr/local/lib/gcc49/libstdc++.so.6: version GLIBCXX_3.4.21 required by /hdd/ports/multimedia/kodi/work/xbmc-fc1619b/tools/depends/native/ JsonSchemaBuilder/bin/JsonSchemaBuilder not found PR: 218714 Submitted by: myself Approved by: maintainer timeout Added: head/multimedia/kodi/files/patch-tools_depends_native_JsonSchemaBuilder_Makefile (contents, props changed) Added: head/multimedia/kodi/files/patch-tools_depends_native_JsonSchemaBuilder_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-tools_depends_native_JsonSchemaBuilder_Makefile Wed May 3 19:35:25 2017 (r440033) @@ -0,0 +1,11 @@ +--- tools/depends/native/JsonSchemaBuilder/Makefile.orig 2017-04-13 17:25:58 UTC ++++ tools/depends/native/JsonSchemaBuilder/Makefile +@@ -25,7 +25,7 @@ $(PLATFORM): + -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) + cd $(PLATFORM); cp -a $(SOURCE)/* . + cd $(PLATFORM); ./autogen.sh +- cd $(PLATFORM); $(CONFIGURE) ++ cd $(PLATFORM); env CXX=${CXX} $(CONFIGURE) + + + $(APP): $(PLATFORM) From owner-svn-ports-all@freebsd.org Wed May 3 19:58:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E0F9D58D57; Wed, 3 May 2017 19:58:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3ADB58F0; Wed, 3 May 2017 19:58:53 +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 v43JwqxU036247; Wed, 3 May 2017 19:58:52 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43JwqZN036245; Wed, 3 May 2017 19:58:52 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705031958.v43JwqZN036245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 19:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440034 - head/security/R-cran-digest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 19:58:53 -0000 Author: tota Date: Wed May 3 19:58:51 2017 New Revision: 440034 URL: https://svnweb.freebsd.org/changeset/ports/440034 Log: - Update to 0.6.12 Modified: head/security/R-cran-digest/Makefile (contents, props changed) head/security/R-cran-digest/distinfo (contents, props changed) Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Wed May 3 19:35:25 2017 (r440033) +++ head/security/R-cran-digest/Makefile Wed May 3 19:58:51 2017 (r440034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= digest -PORTVERSION= 0.6.11 +PORTVERSION= 0.6.12 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/security/R-cran-digest/distinfo ============================================================================== --- head/security/R-cran-digest/distinfo Wed May 3 19:35:25 2017 (r440033) +++ head/security/R-cran-digest/distinfo Wed May 3 19:58:51 2017 (r440034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493801532 -SHA256 (digest_0.6.11.tar.gz) = edab2ca2a38bd7ee19482c9d2531cd169d5123cde4aa2a3dd65c0bcf3d1d5209 -SIZE (digest_0.6.11.tar.gz) = 119700 +TIMESTAMP = 1493840620 +SHA256 (digest_0.6.12.tar.gz) = a479463f120037ad8e88bb1387170842e635a1f07ce7e3575316efd6e14d9eab +SIZE (digest_0.6.12.tar.gz) = 120337 From owner-svn-ports-all@freebsd.org Wed May 3 20:06:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B06AFD5C090; Wed, 3 May 2017 20:06:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7C7C1D5D; Wed, 3 May 2017 20:06:07 +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 v43K66q4040159; Wed, 3 May 2017 20:06:06 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43K66TT040157; Wed, 3 May 2017 20:06:06 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032006.v43K66TT040157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 20:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440035 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:06:07 -0000 Author: tota Date: Wed May 3 20:06:06 2017 New Revision: 440035 URL: https://svnweb.freebsd.org/changeset/ports/440035 Log: - Update to 0.7.800.2.0 Modified: head/math/R-cran-RcppArmadillo/Makefile (contents, props changed) head/math/R-cran-RcppArmadillo/distinfo (contents, props changed) Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Wed May 3 19:58:51 2017 (r440034) +++ head/math/R-cran-RcppArmadillo/Makefile Wed May 3 20:06:06 2017 (r440035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.7.600.1.0 +PORTVERSION= 0.7.800.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Wed May 3 19:58:51 2017 (r440034) +++ head/math/R-cran-RcppArmadillo/distinfo Wed May 3 20:06:06 2017 (r440035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482484190 -SHA256 (RcppArmadillo_0.7.600.1.0.tar.gz) = 9b7bfb5153e52c052899d3867665918e558285976ca6c7260392a07063b43c4c -SIZE (RcppArmadillo_0.7.600.1.0.tar.gz) = 1070803 +TIMESTAMP = 1493841698 +SHA256 (RcppArmadillo_0.7.800.2.0.tar.gz) = 99ffdfb0d5498905b450c3badfc5cae0e584a7db16eb2e5cc8f1704b4081b408 +SIZE (RcppArmadillo_0.7.800.2.0.tar.gz) = 1078778 From owner-svn-ports-all@freebsd.org Wed May 3 20:24:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73844D5C5BD; Wed, 3 May 2017 20:24:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id 29E1D1991; Wed, 3 May 2017 20:24:33 +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 v43KOWDl048528; Wed, 3 May 2017 20:24:32 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43KOWva048526; Wed, 3 May 2017 20:24:32 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032024.v43KOWva048526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 20:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440036 - head/math/R-cran-forecast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:24:33 -0000 Author: tota Date: Wed May 3 20:24:31 2017 New Revision: 440036 URL: https://svnweb.freebsd.org/changeset/ports/440036 Log: - Update to 8.0 Modified: head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Wed May 3 20:06:06 2017 (r440035) +++ head/math/R-cran-forecast/Makefile Wed May 3 20:24:31 2017 (r440036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 7.3 +PORTVERSION= 8.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,13 +11,15 @@ COMMENT= Forecasting functions for time LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ - R-cran-timeDate>0:finance/R-cran-timeDate \ +CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-tseries>0:finance/R-cran-tseries \ R-cran-fracdiff>0:math/R-cran-fracdiff \ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ R-cran-colorspace>0:graphics/R-cran-colorspace \ R-cran-ggplot2>=2.0.0:graphics/R-cran-ggplot2 \ + R-cran-zoo>0:math/R-cran-zoo \ + R-cran-timeDate>0:finance/R-cran-timeDate \ R-cran-RcppArmadillo>=0.2.35:math/R-cran-RcppArmadillo BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Wed May 3 20:06:06 2017 (r440035) +++ head/math/R-cran-forecast/distinfo Wed May 3 20:24:31 2017 (r440036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476520154 -SHA256 (forecast_7.3.tar.gz) = e14afadf35c2681d7dfbbd7ca279c05c5bd5972fcd9ed9d41c6891c5fb9aec0b -SIZE (forecast_7.3.tar.gz) = 308850 +TIMESTAMP = 1493842025 +SHA256 (forecast_8.0.tar.gz) = 75456318b8a202bfb3780ccfa24ab0d7264e96c6788fd14e01622fbf8556ad42 +SIZE (forecast_8.0.tar.gz) = 709664 From owner-svn-ports-all@freebsd.org Wed May 3 20:30:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD9D2D5CA3E; Wed, 3 May 2017 20:30:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id AC692B8E; Wed, 3 May 2017 20:30:07 +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 v43KU6qE049508; Wed, 3 May 2017 20:30:06 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43KU61V049506; Wed, 3 May 2017 20:30:06 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032030.v43KU61V049506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 20:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440037 - head/converters/R-cran-jsonlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:30:08 -0000 Author: tota Date: Wed May 3 20:30:06 2017 New Revision: 440037 URL: https://svnweb.freebsd.org/changeset/ports/440037 Log: - Update to 1.4 Modified: head/converters/R-cran-jsonlite/Makefile (contents, props changed) head/converters/R-cran-jsonlite/distinfo (contents, props changed) Modified: head/converters/R-cran-jsonlite/Makefile ============================================================================== --- head/converters/R-cran-jsonlite/Makefile Wed May 3 20:24:31 2017 (r440036) +++ head/converters/R-cran-jsonlite/Makefile Wed May 3 20:30:06 2017 (r440037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonlite -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/converters/R-cran-jsonlite/distinfo ============================================================================== --- head/converters/R-cran-jsonlite/distinfo Wed May 3 20:24:31 2017 (r440036) +++ head/converters/R-cran-jsonlite/distinfo Wed May 3 20:30:06 2017 (r440037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483162134 -SHA256 (jsonlite_1.2.tar.gz) = cb6b4660468d2db84ed09c7b8fefd169fcfc13e1e6b4e7ce64dce2713f34264d -SIZE (jsonlite_1.2.tar.gz) = 1092297 +TIMESTAMP = 1493842890 +SHA256 (jsonlite_1.4.tar.gz) = 56ab5c29dd86903de3d859db440d9ddb7fb9bbfc5181a6a24d27475cae9c2f87 +SIZE (jsonlite_1.4.tar.gz) = 1063717 From owner-svn-ports-all@freebsd.org Wed May 3 20:34:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3463D5CEA3; Wed, 3 May 2017 20:34:51 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0510356; Wed, 3 May 2017 20:34:51 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43KYoh3053302; Wed, 3 May 2017 20:34:50 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43KYoNC053300; Wed, 3 May 2017 20:34:50 GMT (envelope-from db@FreeBSD.org) Message-Id: <201705032034.v43KYoNC053300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 3 May 2017 20:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440038 - head/comms/fldigi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:34:52 -0000 Author: db Date: Wed May 3 20:34:50 2017 New Revision: 440038 URL: https://svnweb.freebsd.org/changeset/ports/440038 Log: Update to 4.0.3 From ChangeLog =Version 4.0.3= 2017-04-30 David Freese c9b9bb9: OS X Wizard a8a6e09: cw decoder 7e552c4: CW wait Reported by: @portscout Modified: head/comms/fldigi/Makefile head/comms/fldigi/distinfo Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Wed May 3 20:30:06 2017 (r440037) +++ head/comms/fldigi/Makefile Wed May 3 20:34:50 2017 (r440038) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.3 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/fldigi/distinfo ============================================================================== --- head/comms/fldigi/distinfo Wed May 3 20:30:06 2017 (r440037) +++ head/comms/fldigi/distinfo Wed May 3 20:34:50 2017 (r440038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492185340 -SHA256 (fldigi-4.0.2.tar.gz) = 5abff148ac138ee4d04567400f20d0915e749e105d029cdf53164fb1da35ae96 -SIZE (fldigi-4.0.2.tar.gz) = 3346691 +TIMESTAMP = 1493661381 +SHA256 (fldigi-4.0.3.tar.gz) = 0512aaab72dbefbf068bab6c9f3ccfa2320e96ae46c01d0eb01da0a737bcb609 +SIZE (fldigi-4.0.3.tar.gz) = 3345780 From owner-svn-ports-all@freebsd.org Wed May 3 20:52:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89813D5C645; Wed, 3 May 2017 20:52:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 59A74A5E; Wed, 3 May 2017 20:52:05 +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 v43Kq4ps060586; Wed, 3 May 2017 20:52:04 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Kq4NZ060584; Wed, 3 May 2017 20:52:04 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705032052.v43Kq4NZ060584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 3 May 2017 20:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440039 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:52:05 -0000 Author: gerald Date: Wed May 3 20:52:04 2017 New Revision: 440039 URL: https://svnweb.freebsd.org/changeset/ports/440039 Log: Update to Wine 2.7. This includes the following changes: - TCP and UDP connection support in WebServices. - Various shader improvements for Direct3D 11. - Improved support for high DPI settings. - Partial reimplementation of the GLU library. - Support for recent versions of OSMesa. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed May 3 20:34:50 2017 (r440038) +++ head/emulators/wine-devel/Makefile Wed May 3 20:52:04 2017 (r440039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.6 +DISTVERSION= 2.7 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Wed May 3 20:34:50 2017 (r440038) +++ head/emulators/wine-devel/distinfo Wed May 3 20:52:04 2017 (r440039) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492713444 -SHA256 (wine-2.6.tar.xz) = e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0 -SIZE (wine-2.6.tar.xz) = 19023352 -SHA256 (v2.6.tar.gz) = ff86ddcceb7f6857bd415db3842ddf216a5cb301452e2a08053a9378cbf5580a -SIZE (v2.6.tar.gz) = 10034709 +TIMESTAMP = 1493821362 +SHA256 (wine-2.7.tar.xz) = e55a43088e313c45f7ab49272b7cb441c06f5659fb4220b2325dc060db0ee14c +SIZE (wine-2.7.tar.xz) = 19101108 +SHA256 (v2.7.tar.gz) = 3095f9c634f00b143c2407dce8c3f29c629ec95074cf14c8e8dc2e0cdba45b6d +SIZE (v2.7.tar.gz) = 10018082 From owner-svn-ports-all@freebsd.org Wed May 3 20:53:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6787ED5C6EF; Wed, 3 May 2017 20:53:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 396F4BFB; Wed, 3 May 2017 20:53:49 +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 v43Krm1U061514; Wed, 3 May 2017 20:53:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43KrmDe061512; Wed, 3 May 2017 20:53:48 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705032053.v43KrmDe061512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 3 May 2017 20:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440040 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:53:49 -0000 Author: gerald Date: Wed May 3 20:53:47 2017 New Revision: 440040 URL: https://svnweb.freebsd.org/changeset/ports/440040 Log: Update to the 20170502 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed May 3 20:52:04 2017 (r440039) +++ head/lang/gcc5-devel/Makefile Wed May 3 20:53:47 2017 (r440040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170425 +PORTVERSION= 5.4.1.s20170502 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed May 3 20:52:04 2017 (r440039) +++ head/lang/gcc5-devel/distinfo Wed May 3 20:53:47 2017 (r440040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493186064 -SHA256 (gcc-5-20170425.tar.bz2) = 193cb71f178feee597e5ca38aee014b4b0c8364fd51efd0d9c973cfdaf4e8331 -SIZE (gcc-5-20170425.tar.bz2) = 91945522 +TIMESTAMP = 1493821346 +SHA256 (gcc-5-20170502.tar.bz2) = ce8cfd3eb78fe7dcde1cef94f7430a0d8abf01b9f48890c03a2fd730212880b9 +SIZE (gcc-5-20170502.tar.bz2) = 91942743 From owner-svn-ports-all@freebsd.org Wed May 3 20:54:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A611D5C739; Wed, 3 May 2017 20:54:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 448CBD07; Wed, 3 May 2017 20:54:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43KsnTw061672; Wed, 3 May 2017 20:54:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43KsnB9061671; Wed, 3 May 2017 20:54:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705032054.v43KsnB9061671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 3 May 2017 20:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440041 - head/print/lyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:54:50 -0000 Author: rakuco Date: Wed May 3 20:54:49 2017 New Revision: 440041 URL: https://svnweb.freebsd.org/changeset/ports/440041 Log: Fix shebangs. Modified: head/print/lyx/Makefile Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Wed May 3 20:53:47 2017 (r440040) +++ head/print/lyx/Makefile Wed May 3 20:54:49 2017 (r440041) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ - python:2 tar:xz + python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ @@ -31,6 +31,9 @@ CONFIGURE_ARGS= --without-included-boost --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} +SHEBANG_FILES= lib/configure.py \ + lib/lyx2lyx/lyx2lyx \ + lib/scripts/listerrors CPPFLAGS+= ${EXECINFO_CPPFLAGS} LDFLAGS+= ${EXECINFO_LDFLAGS} From owner-svn-ports-all@freebsd.org Wed May 3 20:56:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69975D5C777; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 399DEE1F; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Ku3mt061903; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ku3uh061902; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705032056.v43Ku3uh061902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 3 May 2017 20:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440042 - branches/2017Q2/print/lyx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:56:04 -0000 Author: rakuco Date: Wed May 3 20:56:03 2017 New Revision: 440042 URL: https://svnweb.freebsd.org/changeset/ports/440042 Log: MFH: r440041 Fix shebangs. Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/print/lyx/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/print/lyx/Makefile ============================================================================== --- branches/2017Q2/print/lyx/Makefile Wed May 3 20:54:49 2017 (r440041) +++ branches/2017Q2/print/lyx/Makefile Wed May 3 20:56:03 2017 (r440042) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ - python:2 tar:xz + python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ @@ -31,6 +31,9 @@ CONFIGURE_ARGS= --without-included-boost --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} +SHEBANG_FILES= lib/configure.py \ + lib/lyx2lyx/lyx2lyx \ + lib/scripts/listerrors CPPFLAGS+= ${EXECINFO_CPPFLAGS} LDFLAGS+= ${EXECINFO_LDFLAGS} From owner-svn-ports-all@freebsd.org Wed May 3 21:04:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E771ED5CC19; Wed, 3 May 2017 21:04:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id B978B1B84; Wed, 3 May 2017 21:04:13 +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 v43L4C0m066574; Wed, 3 May 2017 21:04:12 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43L4C7P066572; Wed, 3 May 2017 21:04:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032104.v43L4C7P066572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 21:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440043 - head/databases/R-cran-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:04:14 -0000 Author: tota Date: Wed May 3 21:04:12 2017 New Revision: 440043 URL: https://svnweb.freebsd.org/changeset/ports/440043 Log: - Update to 0.6-1 Modified: head/databases/R-cran-DBI/Makefile (contents, props changed) head/databases/R-cran-DBI/distinfo (contents, props changed) Modified: head/databases/R-cran-DBI/Makefile ============================================================================== --- head/databases/R-cran-DBI/Makefile Wed May 3 20:56:03 2017 (r440042) +++ head/databases/R-cran-DBI/Makefile Wed May 3 21:04:12 2017 (r440043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBI -DISTVERSION= 0.5-1 +DISTVERSION= 0.6-1 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/databases/R-cran-DBI/distinfo ============================================================================== --- head/databases/R-cran-DBI/distinfo Wed May 3 20:56:03 2017 (r440042) +++ head/databases/R-cran-DBI/distinfo Wed May 3 21:04:12 2017 (r440043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473492079 -SHA256 (DBI_0.5-1.tar.gz) = b1dd1c73c8a757d6f2d6e5a61db1dc67825751a0f5ed0da0d1d6fc3a69aabcc5 -SIZE (DBI_0.5-1.tar.gz) = 258716 +TIMESTAMP = 1493845048 +SHA256 (DBI_0.6-1.tar.gz) = f94d878ce61f8dc073f95dfc83c3aeebf2c92db990679bfacf831a4b262ae1b9 +SIZE (DBI_0.6-1.tar.gz) = 611344 From owner-svn-ports-all@freebsd.org Wed May 3 21:05:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B160D5CDB5; Wed, 3 May 2017 21:05:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 38CB81FF4; Wed, 3 May 2017 21:05:38 +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 v43L5bc4066806; Wed, 3 May 2017 21:05:37 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43L5bhe066804; Wed, 3 May 2017 21:05:37 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032105.v43L5bhe066804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 21:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440044 - head/math/R-cran-SparseM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:05:38 -0000 Author: tota Date: Wed May 3 21:05:36 2017 New Revision: 440044 URL: https://svnweb.freebsd.org/changeset/ports/440044 Log: - Update to 1.77 Modified: head/math/R-cran-SparseM/Makefile (contents, props changed) head/math/R-cran-SparseM/distinfo (contents, props changed) Modified: head/math/R-cran-SparseM/Makefile ============================================================================== --- head/math/R-cran-SparseM/Makefile Wed May 3 21:04:12 2017 (r440043) +++ head/math/R-cran-SparseM/Makefile Wed May 3 21:05:36 2017 (r440044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SparseM -PORTVERSION= 1.74 +PORTVERSION= 1.77 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-SparseM/distinfo ============================================================================== --- head/math/R-cran-SparseM/distinfo Wed May 3 21:04:12 2017 (r440043) +++ head/math/R-cran-SparseM/distinfo Wed May 3 21:05:36 2017 (r440044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480840702 -SHA256 (SparseM_1.74.tar.gz) = 4712f0c80e9f3cb204497f146ba60b15e75976cdb7798996a7c51f841a85eeba -SIZE (SparseM_1.74.tar.gz) = 737540 +TIMESTAMP = 1493845292 +SHA256 (SparseM_1.77.tar.gz) = a9329fef14ae4fc646df1f4f6e57efb0211811599d015f7bc04c04285495d45c +SIZE (SparseM_1.77.tar.gz) = 756317 From owner-svn-ports-all@freebsd.org Wed May 3 21:27:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1846FD5B30F; Wed, 3 May 2017 21:27:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDD15125C; Wed, 3 May 2017 21:27:22 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43LRLtN074765; Wed, 3 May 2017 21:27:21 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LRLww074764; Wed, 3 May 2017 21:27:21 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201705032127.v43LRLww074764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Wed, 3 May 2017 21:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440045 - head/sysutils/cdrdao X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:27:23 -0000 Author: marius Date: Wed May 3 21:27:21 2017 New Revision: 440045 URL: https://svnweb.freebsd.org/changeset/ports/440045 Log: Refine r439912 and properly deal with the devel/glibmm API breakage introduced with r437481. Modified: head/sysutils/cdrdao/Makefile Modified: head/sysutils/cdrdao/Makefile ============================================================================== --- head/sysutils/cdrdao/Makefile Wed May 3 21:05:36 2017 (r440044) +++ head/sysutils/cdrdao/Makefile Wed May 3 21:27:21 2017 (r440045) @@ -97,7 +97,7 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \ ${WRKSRC}/xdao/Makefile.in - @${REINPLACE_CMD} -E -e 's|[&]?(pixmap_ == )0|\1nullptr|g' \ + @${REINPLACE_CMD} -E -e 's|[&]?(pixmap_) == 0|!\1|g' \ ${WRKSRC}/xdao/SampleDisplay.cc @${REINPLACE_CMD} -E -e \ 's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \ From owner-svn-ports-all@freebsd.org Wed May 3 21:34:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BC87D5B634; Wed, 3 May 2017 21:34:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE381178E; Wed, 3 May 2017 21:34:18 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43LYHNr078874; Wed, 3 May 2017 21:34:17 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LYH1S078871; Wed, 3 May 2017 21:34:17 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705032134.v43LYH1S078871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 3 May 2017 21:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440046 - head/x11/rsibreak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:34:19 -0000 Author: rakuco Date: Wed May 3 21:34:17 2017 New Revision: 440046 URL: https://svnweb.freebsd.org/changeset/ports/440046 Log: Update to 0.12.7. Changes from 0.12.6: * Translation improvements * Fix notification trigger when they should not. Bug #377419 * Fix popup menu text when resuming/suspending via dbus. Bug #378918 * Show/hide the relax popup when suspending/resuming. Bug #378995 Modified: head/x11/rsibreak/Makefile head/x11/rsibreak/distinfo head/x11/rsibreak/pkg-plist Modified: head/x11/rsibreak/Makefile ============================================================================== --- head/x11/rsibreak/Makefile Wed May 3 21:27:21 2017 (r440045) +++ head/x11/rsibreak/Makefile Wed May 3 21:34:17 2017 (r440046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rsibreak -PORTVERSION= 0.12.6 +PORTVERSION= 0.12.7 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/ Modified: head/x11/rsibreak/distinfo ============================================================================== --- head/x11/rsibreak/distinfo Wed May 3 21:27:21 2017 (r440045) +++ head/x11/rsibreak/distinfo Wed May 3 21:34:17 2017 (r440046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489247626 -SHA256 (rsibreak-0.12.6.tar.xz) = e9597d0d3eea7c71c750247016ee213f1f3e1847b94bab78bddd1cc4177dbfcf -SIZE (rsibreak-0.12.6.tar.xz) = 395300 +TIMESTAMP = 1493837784 +SHA256 (rsibreak-0.12.7.tar.xz) = c9f33f56214ff572c76049cc7b2acc8c58585444017762596190d89826103942 +SIZE (rsibreak-0.12.7.tar.xz) = 396000 Modified: head/x11/rsibreak/pkg-plist ============================================================================== --- head/x11/rsibreak/pkg-plist Wed May 3 21:27:21 2017 (r440045) +++ head/x11/rsibreak/pkg-plist Wed May 3 21:34:17 2017 (r440046) @@ -14,6 +14,8 @@ share/doc/HTML/it/rsibreak/index.cache.b share/doc/HTML/it/rsibreak/index.docbook share/doc/HTML/nl/rsibreak/index.cache.bz2 share/doc/HTML/nl/rsibreak/index.docbook +share/doc/HTML/pt/rsibreak/index.cache.bz2 +share/doc/HTML/pt/rsibreak/index.docbook share/doc/HTML/pt_BR/rsibreak/index.cache.bz2 share/doc/HTML/pt_BR/rsibreak/index.docbook share/doc/HTML/sv/rsibreak/index.cache.bz2 From owner-svn-ports-all@freebsd.org Wed May 3 21:36:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FCF0D5B6FE; Wed, 3 May 2017 21:36:44 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B05E1A44; Wed, 3 May 2017 21:36:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Lah4Z079196; Wed, 3 May 2017 21:36:43 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Lage4079187; Wed, 3 May 2017 21:36:42 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705032136.v43Lage4079187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 3 May 2017 21:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440047 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:36:44 -0000 Author: osa Date: Wed May 3 21:36:42 2017 New Revision: 440047 URL: https://svnweb.freebsd.org/changeset/ports/440047 Log: Upgrade from 5.1.2 to 5.1.3: o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx-devel/Makefile Wed May 3 21:36:42 2017 (r440047) @@ -905,7 +905,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.1.2 +PASSENGER_VERSION= 5.1.3 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger .if !empty(PORT_OPTIONS:MDSO) Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx-devel/distinfo Wed May 3 21:36:42 2017 (r440047) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493681058 +TIMESTAMP = 1493826932 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -17,8 +17,8 @@ SHA256 (08a395c66e42.tar.gz) = 53e440737 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.2.tar.gz) = 7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab -SIZE (passenger-5.1.2.tar.gz) = 5646103 +SHA256 (passenger-5.1.3.tar.gz) = e1d39cbc041693c8dc0247c98ecf5180eed2abaaa09295209b72d8b0c1935994 +SIZE (passenger-5.1.3.tar.gz) = 5403529 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-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed May 3 21:36:42 2017 (r440047) @@ -1,5 +1,5 @@ ---- ../passenger-5.1.2/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.1.2/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.1.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.1.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx/Makefile Wed May 3 21:36:42 2017 (r440047) @@ -905,7 +905,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.1.2 +PASSENGER_VERSION= 5.1.3 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger .if !empty(PORT_OPTIONS:MDSO) Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx/distinfo Wed May 3 21:36:42 2017 (r440047) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493681058 +TIMESTAMP = 1493826932 SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SIZE (nginx-1.12.0.tar.gz) = 980831 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -17,8 +17,8 @@ SHA256 (08a395c66e42.tar.gz) = 53e440737 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.2.tar.gz) = 7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab -SIZE (passenger-5.1.2.tar.gz) = 5646103 +SHA256 (passenger-5.1.3.tar.gz) = e1d39cbc041693c8dc0247c98ecf5180eed2abaaa09295209b72d8b0c1935994 +SIZE (passenger-5.1.3.tar.gz) = 5403529 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 Wed May 3 21:34:17 2017 (r440046) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed May 3 21:36:42 2017 (r440047) @@ -1,5 +1,5 @@ ---- ../passenger-5.1.2/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.1.2/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.1.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.1.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Wed May 3 21:34:17 2017 (r440046) +++ head/www/rubygem-passenger/Makefile Wed May 3 21:36:42 2017 (r440047) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.1.2 -PORTREVISION= 1 +PORTVERSION= 5.1.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Wed May 3 21:34:17 2017 (r440046) +++ head/www/rubygem-passenger/distinfo Wed May 3 21:36:42 2017 (r440047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486853024 -SHA256 (rubygem/passenger-5.1.2.gem) = 263213d7f55f71d0a1ccc32321e215c9be8e9acf1c8a699508d62b382e4c2bcd -SIZE (rubygem/passenger-5.1.2.gem) = 5654528 +TIMESTAMP = 1493826142 +SHA256 (rubygem/passenger-5.1.3.gem) = ea801cda54b01bab9cc18cb0fde5f5821f985f31369f2e57c1f1fe593316e7d3 +SIZE (rubygem/passenger-5.1.3.gem) = 5412864 From owner-svn-ports-all@freebsd.org Wed May 3 21:37:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E26D5B734; Wed, 3 May 2017 21:37:42 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7741B1B36; Wed, 3 May 2017 21:37:42 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43LbfG5079407; Wed, 3 May 2017 21:37:41 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LbepV079401; Wed, 3 May 2017 21:37:40 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705032137.v43LbepV079401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 3 May 2017 21:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440048 - in head/lang/luajit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:37:42 -0000 Author: osa Date: Wed May 3 21:37:40 2017 New Revision: 440048 URL: https://svnweb.freebsd.org/changeset/ports/440048 Log: Upgrade from 2.0.4 to 2.0.5. Sort pkg-plist. Modified: head/lang/luajit/Makefile head/lang/luajit/distinfo head/lang/luajit/files/patch-Makefile head/lang/luajit/files/patch-etc_luajit.pc head/lang/luajit/files/patch-src_Makefile head/lang/luajit/pkg-plist Modified: head/lang/luajit/Makefile ============================================================================== --- head/lang/luajit/Makefile Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/Makefile Wed May 3 21:37:40 2017 (r440048) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= luajit -DISTVERSION= 2.0.4 -PORTREVISION= 1 +DISTVERSION= 2.0.5 CATEGORIES= lang MASTER_SITES= http://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} Modified: head/lang/luajit/distinfo ============================================================================== --- head/lang/luajit/distinfo Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/distinfo Wed May 3 21:37:40 2017 (r440048) @@ -1,2 +1,3 @@ -SHA256 (LuaJIT-2.0.4.tar.gz) = 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d -SIZE (LuaJIT-2.0.4.tar.gz) = 847615 +TIMESTAMP = 1493823315 +SHA256 (LuaJIT-2.0.5.tar.gz) = 874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979 +SIZE (LuaJIT-2.0.5.tar.gz) = 849845 Modified: head/lang/luajit/files/patch-Makefile ============================================================================== --- head/lang/luajit/files/patch-Makefile Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/files/patch-Makefile Wed May 3 21:37:40 2017 (r440048) @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-03-12 16:10:00.000000000 +0400 -+++ Makefile 2014-08-16 18:57:38.000000000 +0400 +--- Makefile.orig 2017-05-01 14:11:00.000000000 -0400 ++++ Makefile 2017-05-03 11:14:26.850889000 -0400 @@ -24,7 +24,7 @@ # Change the installation path as needed. This automatically adjusts # the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path! @@ -17,7 +17,7 @@ INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit -@@ -40,14 +41,14 @@ +@@ -40,8 +41,7 @@ INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER) INSTALL_CMODD= $(INSTALL_LIB)/lua INSTALL_CMOD= $(INSTALL_CMODD)/$(ABIVER) @@ -27,20 +27,7 @@ INSTALL_TNAME= luajit-$(VERSION) INSTALL_TSYMNAME= luajit - INSTALL_ANAME= libluajit-$(ABIVER).a - INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER) --INSTALL_SOSHORT= libluajit-$(ABIVER).so -+INSTALL_SOSHORT= libluajit-$(ABIVER).so.$(MAJVER) -+INSTALL_SOSHORT2= libluajit-$(ABIVER).so - INSTALL_DYLIBNAME= libluajit-$(ABIVER).$(MAJVER).$(MINVER).$(RELVER).dylib - INSTALL_DYLIBSHORT1= libluajit-$(ABIVER).dylib - INSTALL_DYLIBSHORT2= libluajit-$(ABIVER).$(MAJVER).dylib -@@ -57,12 +58,13 @@ - INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME) - INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT) - INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT) -+INSTALL_SHORT3= $(INSTALL_LIB)/$(INSTALL_SOSHORT2) - INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME) +@@ -62,8 +62,8 @@ INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME) INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME) @@ -51,20 +38,18 @@ UNINSTALL_DIRS= $(INSTALL_JITLIB) $(INSTALL_LJLIBD) $(INSTALL_INC) \ $(INSTALL_LMOD) $(INSTALL_LMODD) $(INSTALL_CMOD) $(INSTALL_CMODD) -@@ -112,10 +114,9 @@ +@@ -118,10 +118,8 @@ $(RM) $(INSTALL_TSYM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) cd src && test -f $(FILE_SO) && \ $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \ - $(LDCONFIG) $(INSTALL_LIB) && \ $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ -- $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : + $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : - cd etc && $(INSTALL_F) $(FILE_MAN) $(INSTALL_MAN) -+ $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) && \ -+ $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT3) || : cd etc && $(SED_PC) $(FILE_PC) > $(FILE_PC).tmp && \ $(INSTALL_F) $(FILE_PC).tmp $(INSTALL_PC) && \ $(RM) $(FILE_PC).tmp -@@ -133,7 +134,6 @@ +@@ -139,7 +137,6 @@ for file in $(FILES_INC); do \ $(UNINSTALL) $(INSTALL_INC)/$$file; \ done Modified: head/lang/luajit/files/patch-etc_luajit.pc ============================================================================== --- head/lang/luajit/files/patch-etc_luajit.pc Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/files/patch-etc_luajit.pc Wed May 3 21:37:40 2017 (r440048) @@ -1,5 +1,5 @@ ---- etc/luajit.pc.orig 2015-05-02 20:12:57.483801000 +0300 -+++ etc/luajit.pc 2015-05-02 20:13:06.917300000 +0300 +--- etc/luajit.pc.orig 2017-05-03 11:00:21.130353000 -0400 ++++ etc/luajit.pc 2017-05-03 11:00:54.763566000 -0400 @@ -21,5 +21,5 @@ Version: ${version} Requires: Modified: head/lang/luajit/files/patch-src_Makefile ============================================================================== --- head/lang/luajit/files/patch-src_Makefile Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/files/patch-src_Makefile Wed May 3 21:37:40 2017 (r440048) @@ -1,15 +1,15 @@ ---- src/Makefile.orig 2012-10-16 22:30:00.000000000 +0400 -+++ src/Makefile 2012-10-18 22:06:48.000000000 +0400 -@@ -25,7 +25,7 @@ +--- src/Makefile.orig 2017-05-03 11:08:48.482664000 -0400 ++++ src/Makefile 2017-05-03 11:09:44.473112000 -0400 +@@ -24,7 +24,7 @@ + # removing the '#' in front of them. Make sure you force a full recompile # with "make clean", followed by "make" if you change any options. # - # LuaJIT builds as a native 32 or 64 bit binary by default. --CC= gcc -+#CC= gcc +-DEFAULT_CC = gcc ++DEFAULT_CC = cc # - # Use this if you want to force a 32 bit build on a 64 bit multilib OS. - #CC= gcc -m32 -@@ -34,7 +34,7 @@ + # LuaJIT builds as a native 32 or 64 bit binary by default. + CC= $(DEFAULT_CC) +@@ -36,7 +36,7 @@ # to slow down the C part by not omitting it. Debugging, tracebacks and # unwinding are not affected -- the assembler part has frame unwind # information and GCC emits it where needed (x64) or with -g (see CCDEBUG). @@ -18,13 +18,12 @@ # Use this if you want to generate a smaller binary (but it's slower): #CCOPT= -Os -fomit-frame-pointer # Note: it's no longer recommended to use -O3 with GCC 4.x. -@@ -48,7 +48,8 @@ +@@ -50,7 +50,7 @@ # x86/x64 only: For GCC 4.2 or higher and if you don't intend to distribute # the binaries to a different machine you could also use: -march=native # -CCOPT_x86= -march=i686 +#CCOPT_x86= -march=i686 -+CCOPT_x86= CCOPT_x64= CCOPT_arm= CCOPT_ppc= Modified: head/lang/luajit/pkg-plist ============================================================================== --- head/lang/luajit/pkg-plist Wed May 3 21:36:42 2017 (r440047) +++ head/lang/luajit/pkg-plist Wed May 3 21:37:40 2017 (r440048) @@ -1,11 +1,11 @@ bin/luajit bin/luajit-%%VERSION%% +include/luajit-2.0/lauxlib.h include/luajit-2.0/lua.h +include/luajit-2.0/lua.hpp include/luajit-2.0/luaconf.h include/luajit-2.0/luajit.h include/luajit-2.0/lualib.h -include/luajit-2.0/lauxlib.h -include/luajit-2.0/lua.hpp lib/libluajit-5.1.a lib/libluajit-5.1.so lib/libluajit-5.1.so.2 @@ -16,9 +16,9 @@ share/luajit-%%VERSION%%/jit/bcsave.lua share/luajit-%%VERSION%%/jit/dis_arm.lua share/luajit-%%VERSION%%/jit/dis_mips.lua share/luajit-%%VERSION%%/jit/dis_mipsel.lua +share/luajit-%%VERSION%%/jit/dis_ppc.lua share/luajit-%%VERSION%%/jit/dis_x64.lua share/luajit-%%VERSION%%/jit/dis_x86.lua -share/luajit-%%VERSION%%/jit/dis_ppc.lua share/luajit-%%VERSION%%/jit/dump.lua share/luajit-%%VERSION%%/jit/v.lua share/luajit-%%VERSION%%/jit/vmdef.lua From owner-svn-ports-all@freebsd.org Wed May 3 21:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24F87D5BF7E; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id CF2938F0; Wed, 3 May 2017 21:53: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 v43LrKLb087561; Wed, 3 May 2017 21:53:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrKJg087558; Wed, 3 May 2017 21:53:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrKJg087558@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, 3 May 2017 21:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440049 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:22 -0000 Author: sunpoet Date: Wed May 3 21:53:20 2017 New Revision: 440049 URL: https://svnweb.freebsd.org/changeset/ports/440049 Log: Update to 5.3.4 Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Wed May 3 21:37:40 2017 (r440048) +++ head/databases/rocksdb/Makefile Wed May 3 21:53:20 2017 (r440049) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 5.2.1 +PORTVERSION= 5.3.4 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 CATEGORIES= databases MAINTAINER?= sunpoet@FreeBSD.org Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Wed May 3 21:37:40 2017 (r440048) +++ head/databases/rocksdb/distinfo Wed May 3 21:53:20 2017 (r440049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491631638 -SHA256 (facebook-rocksdb-rocksdb-5.2.1_GH0.tar.gz) = 13b19d6527e2f2f12712b7356b9df09c5edfe7c8a7e984d935bcebe5342847ac -SIZE (facebook-rocksdb-rocksdb-5.2.1_GH0.tar.gz) = 3194021 +TIMESTAMP = 1493838116 +SHA256 (facebook-rocksdb-rocksdb-5.3.4_GH0.tar.gz) = c4de682317362b9e863d65b7cc59dd3fd5e689f54f9119e5084b69880da9db08 +SIZE (facebook-rocksdb-rocksdb-5.3.4_GH0.tar.gz) = 3210513 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Wed May 3 21:37:40 2017 (r440048) +++ head/databases/rocksdb/pkg-plist Wed May 3 21:53:20 2017 (r440049) @@ -12,6 +12,7 @@ bin/rocksdb_undump bin/sst_dump bin/table_reader_bench bin/write_stress +include/rocksdb/advanced_options.h include/rocksdb/c.h include/rocksdb/cache.h include/rocksdb/compaction_filter.h From owner-svn-ports-all@freebsd.org Wed May 3 21:53:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D876AD5BFA1; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id A79ED905; Wed, 3 May 2017 21:53: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 v43LrPPB087679; Wed, 3 May 2017 21:53:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrPlw087677; Wed, 3 May 2017 21:53:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrPlw087677@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, 3 May 2017 21:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440050 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:26 -0000 Author: sunpoet Date: Wed May 3 21:53:25 2017 New Revision: 440050 URL: https://svnweb.freebsd.org/changeset/ports/440050 Log: Update to 3.0233 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 May 3 21:53:20 2017 (r440049) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Wed May 3 21:53:25 2017 (r440050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0231 +PORTVERSION= 3.0233 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 May 3 21:53:20 2017 (r440049) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Wed May 3 21:53:25 2017 (r440050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490876936 -SHA256 (Cpanel-JSON-XS-3.0231.tar.gz) = 3670606c1ae4fce31c1c35c43f9344ac3639932e80ab2f3c5a31bdc452578c83 -SIZE (Cpanel-JSON-XS-3.0231.tar.gz) = 216155 +TIMESTAMP = 1493837833 +SHA256 (Cpanel-JSON-XS-3.0233.tar.gz) = 69427f7e1eeb7fce952ec1ef1d8f03431f03793e742028e8b44c71cc1524323a +SIZE (Cpanel-JSON-XS-3.0233.tar.gz) = 217554 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E585CD5BFD4; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id AF59B961; Wed, 3 May 2017 21:53: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 v43LrUsu087810; Wed, 3 May 2017 21:53:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrU1X087808; Wed, 3 May 2017 21:53:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrU1X087808@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, 3 May 2017 21:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440051 - in head/devel/rubygem-native-package-installer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:32 -0000 Author: sunpoet Date: Wed May 3 21:53:30 2017 New Revision: 440051 URL: https://svnweb.freebsd.org/changeset/ports/440051 Log: Update to 1.0.1 Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md Deleted: head/devel/rubygem-native-package-installer/files/ Modified: head/devel/rubygem-native-package-installer/Makefile head/devel/rubygem-native-package-installer/distinfo (contents, props changed) Modified: head/devel/rubygem-native-package-installer/Makefile ============================================================================== --- head/devel/rubygem-native-package-installer/Makefile Wed May 3 21:53:25 2017 (r440050) +++ head/devel/rubygem-native-package-installer/Makefile Wed May 3 21:53:30 2017 (r440051) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= native-package-installer -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-native-package-installer/distinfo ============================================================================== --- head/devel/rubygem-native-package-installer/distinfo Wed May 3 21:53:25 2017 (r440050) +++ head/devel/rubygem-native-package-installer/distinfo Wed May 3 21:53:30 2017 (r440051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493380153 -SHA256 (rubygem/native-package-installer-1.0.0.gem) = 5a180c767b3ac0a223c3cc54e3ec088be3827fe08bdf728f2067d795ad0529fe -SIZE (rubygem/native-package-installer-1.0.0.gem) = 22016 +TIMESTAMP = 1493837848 +SHA256 (rubygem/native-package-installer-1.0.1.gem) = 5243ec71053a2ddb88bf304ea31d2fb3e46bf360c2c57d583421b7e40fea05fe +SIZE (rubygem/native-package-installer-1.0.1.gem) = 22528 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C24F8D5BFFE; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 8E48F9CB; Wed, 3 May 2017 21:53: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 v43LrZoX087931; Wed, 3 May 2017 21:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrZbw087929; Wed, 3 May 2017 21:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrZbw087929@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, 3 May 2017 21:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440052 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:36 -0000 Author: sunpoet Date: Wed May 3 21:53:35 2017 New Revision: 440052 URL: https://svnweb.freebsd.org/changeset/ports/440052 Log: Update to 1.829 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Wed May 3 21:53:30 2017 (r440051) +++ head/devel/p5-MCE/Makefile Wed May 3 21:53:35 2017 (r440052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.828 +PORTVERSION= 1.829 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Wed May 3 21:53:30 2017 (r440051) +++ head/devel/p5-MCE/distinfo Wed May 3 21:53:35 2017 (r440052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493433050 -SHA256 (MCE-1.828.tar.gz) = 30f0a119d63680322806ed8246671f55fb6a54c5dcb64f85a97128481f27df6e -SIZE (MCE-1.828.tar.gz) = 181480 +TIMESTAMP = 1493837856 +SHA256 (MCE-1.829.tar.gz) = cdf2420108b2a3b0b4ed6ddd53f9c5c283c1eaab04a9445d7accd67c4abe3489 +SIZE (MCE-1.829.tar.gz) = 181474 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCC75D5502C; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 9BDA8A38; Wed, 3 May 2017 21:53: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 v43Lre33088057; Wed, 3 May 2017 21:53:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrevV088055; Wed, 3 May 2017 21:53:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrevV088055@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, 3 May 2017 21:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440053 - head/textproc/p5-SVG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:41 -0000 Author: sunpoet Date: Wed May 3 21:53:40 2017 New Revision: 440053 URL: https://svnweb.freebsd.org/changeset/ports/440053 Log: Update to 2.72 Changes: http://search.cpan.org/dist/SVG/Changes Modified: head/textproc/p5-SVG/Makefile head/textproc/p5-SVG/distinfo Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Wed May 3 21:53:35 2017 (r440052) +++ head/textproc/p5-SVG/Makefile Wed May 3 21:53:40 2017 (r440053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.71 +PORTVERSION= 2.72 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-SVG/distinfo ============================================================================== --- head/textproc/p5-SVG/distinfo Wed May 3 21:53:35 2017 (r440052) +++ head/textproc/p5-SVG/distinfo Wed May 3 21:53:40 2017 (r440053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493729495 -SHA256 (SVG-2.71.tar.gz) = d6559227a326428ee7616b0e2fad9c4af41770bf604b9c4213b563f8cd4a6a49 -SIZE (SVG-2.71.tar.gz) = 52301 +TIMESTAMP = 1493837864 +SHA256 (SVG-2.72.tar.gz) = 6779e4131c3ff17f31bb469618ceb841f13faa6bfd7af721ef60d875d9d3e157 +SIZE (SVG-2.72.tar.gz) = 52473 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 912A2D5505C; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 61462A96; Wed, 3 May 2017 21:53: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 v43LrjLh088178; Wed, 3 May 2017 21:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Lrjse088176; Wed, 3 May 2017 21:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43Lrjse088176@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, 3 May 2017 21:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440054 - head/databases/rubygem-pghero X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:46 -0000 Author: sunpoet Date: Wed May 3 21:53:45 2017 New Revision: 440054 URL: https://svnweb.freebsd.org/changeset/ports/440054 Log: Update to 1.7.0 Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Modified: head/databases/rubygem-pghero/Makefile head/databases/rubygem-pghero/distinfo Modified: head/databases/rubygem-pghero/Makefile ============================================================================== --- head/databases/rubygem-pghero/Makefile Wed May 3 21:53:40 2017 (r440053) +++ head/databases/rubygem-pghero/Makefile Wed May 3 21:53:45 2017 (r440054) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pghero -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-pghero/distinfo ============================================================================== --- head/databases/rubygem-pghero/distinfo Wed May 3 21:53:40 2017 (r440053) +++ head/databases/rubygem-pghero/distinfo Wed May 3 21:53:45 2017 (r440054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492694914 -SHA256 (rubygem/pghero-1.6.5.gem) = 1949e13bad031dda1179df4a3a80baa88c9b8970f1082f602a8b3bcfbaf80d86 -SIZE (rubygem/pghero-1.6.5.gem) = 245248 +TIMESTAMP = 1493837873 +SHA256 (rubygem/pghero-1.7.0.gem) = 5273b49a7d383da680ed6a3333b5afc61617ceec797f488d1386d9fc2ec0adf3 +SIZE (rubygem/pghero-1.7.0.gem) = 245760 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EDBFD5508A; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 6E009B06; Wed, 3 May 2017 21:53: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 v43LroUs088296; Wed, 3 May 2017 21:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LroOt088294; Wed, 3 May 2017 21:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LroOt088294@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, 3 May 2017 21:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440055 - head/devel/rubygem-slop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:51 -0000 Author: sunpoet Date: Wed May 3 21:53:50 2017 New Revision: 440055 URL: https://svnweb.freebsd.org/changeset/ports/440055 Log: Update to 4.4.3 Changes: https://github.com/leejarvis/slop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-slop/Makefile head/devel/rubygem-slop/distinfo Modified: head/devel/rubygem-slop/Makefile ============================================================================== --- head/devel/rubygem-slop/Makefile Wed May 3 21:53:45 2017 (r440054) +++ head/devel/rubygem-slop/Makefile Wed May 3 21:53:50 2017 (r440055) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slop -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.3 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-slop/distinfo ============================================================================== --- head/devel/rubygem-slop/distinfo Wed May 3 21:53:45 2017 (r440054) +++ head/devel/rubygem-slop/distinfo Wed May 3 21:53:50 2017 (r440055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551672 -SHA256 (rubygem/slop-4.4.2.gem) = 9e5e17c128d42b707e5ef026f205ca0f67ca4c3b8f2ee13ce5f133b1de197253 -SIZE (rubygem/slop-4.4.2.gem) = 18944 +TIMESTAMP = 1493837879 +SHA256 (rubygem/slop-4.4.3.gem) = 53f6adf091a060999425e50cf94acfde4d19a921f2522b3c7bfb8da8721fa27d +SIZE (rubygem/slop-4.4.3.gem) = 18944 From owner-svn-ports-all@freebsd.org Wed May 3 21:53:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 825BAD550BA; Wed, 3 May 2017 21:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 50399B7B; Wed, 3 May 2017 21:53: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 v43LrtmP088417; Wed, 3 May 2017 21:53:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LrtWr088415; Wed, 3 May 2017 21:53:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032153.v43LrtWr088415@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, 3 May 2017 21:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440056 - head/www/rubygem-dropzonejs-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:53:56 -0000 Author: sunpoet Date: Wed May 3 21:53:55 2017 New Revision: 440056 URL: https://svnweb.freebsd.org/changeset/ports/440056 Log: Update to 0.7.4 Changes: https://github.com/ncuesta/dropzonejs-rails/blob/master/README.md#changelog Modified: head/www/rubygem-dropzonejs-rails/Makefile head/www/rubygem-dropzonejs-rails/distinfo Modified: head/www/rubygem-dropzonejs-rails/Makefile ============================================================================== --- head/www/rubygem-dropzonejs-rails/Makefile Wed May 3 21:53:50 2017 (r440055) +++ head/www/rubygem-dropzonejs-rails/Makefile Wed May 3 21:53:55 2017 (r440056) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dropzonejs-rails -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-dropzonejs-rails/distinfo ============================================================================== --- head/www/rubygem-dropzonejs-rails/distinfo Wed May 3 21:53:50 2017 (r440055) +++ head/www/rubygem-dropzonejs-rails/distinfo Wed May 3 21:53:55 2017 (r440056) @@ -1,2 +1,3 @@ -SHA256 (rubygem/dropzonejs-rails-0.7.3.gem) = 2a13cd71101e24145d63731ac734f35caec3a923833f1c3da75451e26b3d495c -SIZE (rubygem/dropzonejs-rails-0.7.3.gem) = 23040 +TIMESTAMP = 1493837885 +SHA256 (rubygem/dropzonejs-rails-0.7.4.gem) = 29e7ca0c71d0577b3f3a822eac91639e3cac3eda94cb5ffccb7a9da5b748ccf5 +SIZE (rubygem/dropzonejs-rails-0.7.4.gem) = 23040 From owner-svn-ports-all@freebsd.org Wed May 3 21:54:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F4AED55100; Wed, 3 May 2017 21:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 1EED2BF0; Wed, 3 May 2017 21:54: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 v43Ls0Db088541; Wed, 3 May 2017 21:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ls0of088539; Wed, 3 May 2017 21:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032154.v43Ls0of088539@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, 3 May 2017 21:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440057 - head/www/rubygem-turbolinks-source X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:54:01 -0000 Author: sunpoet Date: Wed May 3 21:53:59 2017 New Revision: 440057 URL: https://svnweb.freebsd.org/changeset/ports/440057 Log: Update to 5.0.1 Changes: https://github.com/turbolinks/turbolinks-source-gem/commits/master Modified: head/www/rubygem-turbolinks-source/Makefile head/www/rubygem-turbolinks-source/distinfo (contents, props changed) Modified: head/www/rubygem-turbolinks-source/Makefile ============================================================================== --- head/www/rubygem-turbolinks-source/Makefile Wed May 3 21:53:55 2017 (r440056) +++ head/www/rubygem-turbolinks-source/Makefile Wed May 3 21:53:59 2017 (r440057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= turbolinks-source -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-turbolinks-source/distinfo ============================================================================== --- head/www/rubygem-turbolinks-source/distinfo Wed May 3 21:53:55 2017 (r440056) +++ head/www/rubygem-turbolinks-source/distinfo Wed May 3 21:53:59 2017 (r440057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475061116 -SHA256 (rubygem/turbolinks-source-5.0.0.gem) = eb9be1b29bbcaffad324693c02dbb8d274187b7f8148aae19c89a959d53d29e8 -SIZE (rubygem/turbolinks-source-5.0.0.gem) = 12800 +TIMESTAMP = 1493837890 +SHA256 (rubygem/turbolinks-source-5.0.1.gem) = 51c59f77e0e3eb95b71c31d375fc746ec97184625ab7f876b556a4fbee53cf1e +SIZE (rubygem/turbolinks-source-5.0.1.gem) = 12800 From owner-svn-ports-all@freebsd.org Wed May 3 21:54:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21710D55135; Wed, 3 May 2017 21:54:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6846C6B; Wed, 3 May 2017 21:54: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 v43Ls4IG088660; Wed, 3 May 2017 21:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ls4ur088658; Wed, 3 May 2017 21:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032154.v43Ls4ur088658@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, 3 May 2017 21:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440058 - head/net/py-urllib3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:54:06 -0000 Author: sunpoet Date: Wed May 3 21:54:04 2017 New Revision: 440058 URL: https://svnweb.freebsd.org/changeset/ports/440058 Log: Update to 1.21.1 Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Wed May 3 21:53:59 2017 (r440057) +++ head/net/py-urllib3/Makefile Wed May 3 21:54:04 2017 (r440058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.21 +PORTVERSION= 1.21.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Wed May 3 21:53:59 2017 (r440057) +++ head/net/py-urllib3/distinfo Wed May 3 21:54:04 2017 (r440058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493220249 -SHA256 (urllib3-1.21.tar.gz) = d0f08f1472754890c8b228106eb831a7a68c93565bd0818936c30bb839913647 -SIZE (urllib3-1.21.tar.gz) = 223387 +TIMESTAMP = 1493837901 +SHA256 (urllib3-1.21.1.tar.gz) = b14486978518ca0901a76ba973d7821047409d7f726f22156b24e83fd71382a5 +SIZE (urllib3-1.21.1.tar.gz) = 224266 From owner-svn-ports-all@freebsd.org Wed May 3 21:54:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D52DFD55171; Wed, 3 May 2017 21:54:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7119CDC; Wed, 3 May 2017 21:54: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 v43Ls94F088783; Wed, 3 May 2017 21:54:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ls9k6088781; Wed, 3 May 2017 21:54:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032154.v43Ls9k6088781@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, 3 May 2017 21:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440059 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:54:10 -0000 Author: sunpoet Date: Wed May 3 21:54:09 2017 New Revision: 440059 URL: https://svnweb.freebsd.org/changeset/ports/440059 Log: Update to 3.11.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 Wed May 3 21:54:04 2017 (r440058) +++ head/print/py-fonttools/Makefile Wed May 3 21:54:09 2017 (r440059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.10.0 +PORTVERSION= 3.11.0 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Wed May 3 21:54:04 2017 (r440058) +++ head/print/py-fonttools/distinfo Wed May 3 21:54:09 2017 (r440059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492287435 -SHA256 (behdad-fonttools-3.10.0_GH0.tar.gz) = 91fbab7277017587d9c6bfaf6770cbf1b38983d02308eb3f948b7915e43ef6bb -SIZE (behdad-fonttools-3.10.0_GH0.tar.gz) = 820057 +TIMESTAMP = 1493837912 +SHA256 (behdad-fonttools-3.11.0_GH0.tar.gz) = 6c196676d9ad6f801970cbe57808ae5d219e1dbd8a2a80c8d75e02f84248b982 +SIZE (behdad-fonttools-3.11.0_GH0.tar.gz) = 834514 From owner-svn-ports-all@freebsd.org Wed May 3 21:54:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F652D551AB; Wed, 3 May 2017 21:54:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48AE7D3C; Wed, 3 May 2017 21:54: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 v43LsEmP088890; Wed, 3 May 2017 21:54:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LsEvI088889; Wed, 3 May 2017 21:54:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032154.v43LsEvI088889@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, 3 May 2017 21:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440060 - head/print/py3-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:54:15 -0000 Author: sunpoet Date: Wed May 3 21:54:14 2017 New Revision: 440060 URL: https://svnweb.freebsd.org/changeset/ports/440060 Log: Add PORTSCOUT Modified: head/print/py3-fonttools/Makefile Modified: head/print/py3-fonttools/Makefile ============================================================================== --- head/print/py3-fonttools/Makefile Wed May 3 21:54:09 2017 (r440059) +++ head/print/py3-fonttools/Makefile Wed May 3 21:54:14 2017 (r440060) @@ -3,6 +3,8 @@ MASTERDIR= ${.CURDIR}/../py-fonttools +PORTSCOUT= ignore:1 + USES= python:3 .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Wed May 3 21:58:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60914D55292; Wed, 3 May 2017 21:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 334A515BA; Wed, 3 May 2017 21:58: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 v43LwHls089265; Wed, 3 May 2017 21:58:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LwGrg089262; Wed, 3 May 2017 21:58:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032158.v43LwGrg089262@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, 3 May 2017 21:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440061 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:58:18 -0000 Author: sunpoet Date: Wed May 3 21:58:16 2017 New Revision: 440061 URL: https://svnweb.freebsd.org/changeset/ports/440061 Log: Update to 4.2 - Sort PLIST Changes: https://www.mercurial-scm.org/wiki/WhatsNew Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Wed May 3 21:54:14 2017 (r440060) +++ head/devel/mercurial/Makefile Wed May 3 21:58:16 2017 (r440061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.1.3 +PORTVERSION= 4.2 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Wed May 3 21:54:14 2017 (r440060) +++ head/devel/mercurial/distinfo Wed May 3 21:58:16 2017 (r440061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492613459 -SHA256 (mercurial-4.1.3.tar.gz) = 103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 -SIZE (mercurial-4.1.3.tar.gz) = 5134965 +TIMESTAMP = 1493837924 +SHA256 (mercurial-4.2.tar.gz) = 23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d +SIZE (mercurial-4.2.tar.gz) = 5303367 Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Wed May 3 21:54:14 2017 (r440060) +++ head/devel/mercurial/pkg-plist Wed May 3 21:58:16 2017 (r440061) @@ -210,6 +210,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/shelve.py %%PYTHON_SITELIBDIR%%/hgext/shelve.pyc %%PYTHON_SITELIBDIR%%/hgext/shelve.pyo +%%PYTHON_SITELIBDIR%%/hgext/show.py +%%PYTHON_SITELIBDIR%%/hgext/show.pyc +%%PYTHON_SITELIBDIR%%/hgext/show.pyo %%PYTHON_SITELIBDIR%%/hgext/strip.py %%PYTHON_SITELIBDIR%%/hgext/strip.pyc %%PYTHON_SITELIBDIR%%/hgext/strip.pyo @@ -362,6 +365,8 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help.py %%PYTHON_SITELIBDIR%%/mercurial/help.pyc %%PYTHON_SITELIBDIR%%/mercurial/help.pyo +%%PYTHON_SITELIBDIR%%/mercurial/help/bundlespec.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/color.txt %%PYTHON_SITELIBDIR%%/mercurial/help/common.txt %%PYTHON_SITELIBDIR%%/mercurial/help/config.txt %%PYTHON_SITELIBDIR%%/mercurial/help/dates.txt @@ -372,16 +377,18 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help/glossary.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hg-ssh.8.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hg.1.txt -%%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.5.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgrc.5.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgweb.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/bundles.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/censor.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/requirements.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/wireprotocol.txt %%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/pager.txt %%PYTHON_SITELIBDIR%%/mercurial/help/patterns.txt %%PYTHON_SITELIBDIR%%/mercurial/help/phases.txt %%PYTHON_SITELIBDIR%%/mercurial/help/revisions.txt @@ -557,6 +564,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/pycompat.py %%PYTHON_SITELIBDIR%%/mercurial/pycompat.pyc %%PYTHON_SITELIBDIR%%/mercurial/pycompat.pyo +%%PYTHON_SITELIBDIR%%/mercurial/rcutil.py +%%PYTHON_SITELIBDIR%%/mercurial/rcutil.pyc +%%PYTHON_SITELIBDIR%%/mercurial/rcutil.pyo %%PYTHON_SITELIBDIR%%/mercurial/registrar.py %%PYTHON_SITELIBDIR%%/mercurial/registrar.pyc %%PYTHON_SITELIBDIR%%/mercurial/registrar.pyo @@ -572,6 +582,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/revset.py %%PYTHON_SITELIBDIR%%/mercurial/revset.pyc %%PYTHON_SITELIBDIR%%/mercurial/revset.pyo +%%PYTHON_SITELIBDIR%%/mercurial/revsetlang.py +%%PYTHON_SITELIBDIR%%/mercurial/revsetlang.pyc +%%PYTHON_SITELIBDIR%%/mercurial/revsetlang.pyo %%PYTHON_SITELIBDIR%%/mercurial/scmposix.py %%PYTHON_SITELIBDIR%%/mercurial/scmposix.pyc %%PYTHON_SITELIBDIR%%/mercurial/scmposix.pyo @@ -593,6 +606,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/simplemerge.py %%PYTHON_SITELIBDIR%%/mercurial/simplemerge.pyc %%PYTHON_SITELIBDIR%%/mercurial/simplemerge.pyo +%%PYTHON_SITELIBDIR%%/mercurial/smartset.py +%%PYTHON_SITELIBDIR%%/mercurial/smartset.pyc +%%PYTHON_SITELIBDIR%%/mercurial/smartset.pyo %%PYTHON_SITELIBDIR%%/mercurial/sshpeer.py %%PYTHON_SITELIBDIR%%/mercurial/sshpeer.pyc %%PYTHON_SITELIBDIR%%/mercurial/sshpeer.pyo @@ -677,6 +693,7 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.compact %%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.default %%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.phases +%%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.show %%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.status %%PYTHON_SITELIBDIR%%/mercurial/templates/map-cmdline.xml %%PYTHON_SITELIBDIR%%/mercurial/templates/monoblue/bookmarks.tmpl @@ -780,6 +797,7 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/templates/static/coal-folder.png %%PYTHON_SITELIBDIR%%/mercurial/templates/static/excanvas.js %%PYTHON_SITELIBDIR%%/mercurial/templates/static/feed-icon-14x14.png +%%PYTHON_SITELIBDIR%%/mercurial/templates/static/followlines.js %%PYTHON_SITELIBDIR%%/mercurial/templates/static/hgicon.png %%PYTHON_SITELIBDIR%%/mercurial/templates/static/hglogo.png %%PYTHON_SITELIBDIR%%/mercurial/templates/static/mercurial.js @@ -794,12 +812,18 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/treediscovery.py %%PYTHON_SITELIBDIR%%/mercurial/treediscovery.pyc %%PYTHON_SITELIBDIR%%/mercurial/treediscovery.pyo +%%PYTHON_SITELIBDIR%%/mercurial/txnutil.py +%%PYTHON_SITELIBDIR%%/mercurial/txnutil.pyc +%%PYTHON_SITELIBDIR%%/mercurial/txnutil.pyo %%PYTHON_SITELIBDIR%%/mercurial/ui.py %%PYTHON_SITELIBDIR%%/mercurial/ui.pyc %%PYTHON_SITELIBDIR%%/mercurial/ui.pyo %%PYTHON_SITELIBDIR%%/mercurial/unionrepo.py %%PYTHON_SITELIBDIR%%/mercurial/unionrepo.pyc %%PYTHON_SITELIBDIR%%/mercurial/unionrepo.pyo +%%PYTHON_SITELIBDIR%%/mercurial/upgrade.py +%%PYTHON_SITELIBDIR%%/mercurial/upgrade.pyc +%%PYTHON_SITELIBDIR%%/mercurial/upgrade.pyo %%PYTHON_SITELIBDIR%%/mercurial/url.py %%PYTHON_SITELIBDIR%%/mercurial/url.pyc %%PYTHON_SITELIBDIR%%/mercurial/url.pyo @@ -809,6 +833,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/verify.py %%PYTHON_SITELIBDIR%%/mercurial/verify.pyc %%PYTHON_SITELIBDIR%%/mercurial/verify.pyo +%%PYTHON_SITELIBDIR%%/mercurial/vfs.py +%%PYTHON_SITELIBDIR%%/mercurial/vfs.pyc +%%PYTHON_SITELIBDIR%%/mercurial/vfs.pyo %%PYTHON_SITELIBDIR%%/mercurial/win32.py %%PYTHON_SITELIBDIR%%/mercurial/win32.pyc %%PYTHON_SITELIBDIR%%/mercurial/win32.pyo From owner-svn-ports-all@freebsd.org Wed May 3 22:03:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36FAAD55496; Wed, 3 May 2017 22:03:11 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC41D19E1; Wed, 3 May 2017 22:03:10 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43M39fW093142; Wed, 3 May 2017 22:03:09 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43M39q1093138; Wed, 3 May 2017 22:03:09 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705032203.v43M39q1093138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 3 May 2017 22:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440062 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:03:11 -0000 Author: osa Date: Wed May 3 22:03:09 2017 New Revision: 440062 URL: https://svnweb.freebsd.org/changeset/ports/440062 Log: Upgrade third-party memc module from 0.17 to 0.18. Remove the needless patch (incorporated into upstream). Do not bump PORTREVISION. Deleted: head/www/nginx-devel/files/extra-patch-ngx_http_memc_util.c head/www/nginx/files/extra-patch-ngx_http_memc_util.c Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 3 21:58:16 2017 (r440061) +++ head/www/nginx-devel/Makefile Wed May 3 22:03:09 2017 (r440062) @@ -862,12 +862,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.17 +NGINX_MEMC_VERSION= 0.18 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_memc} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_memc} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_memc_util.c +.endif .endif .if ${PORT_OPTIONS:MMODSECURITY} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 3 21:58:16 2017 (r440061) +++ head/www/nginx-devel/distinfo Wed May 3 22:03:09 2017 (r440062) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493826932 +TIMESTAMP = 1493848307 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -93,8 +93,8 @@ SHA256 (arut-nginx-let-module-v0.0.4_GH0 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 SHA256 (openresty-lua-nginx-module-v0.10.8_GH0.tar.gz) = d67449c71051b3cc2d6dd60df0ae0d21fca08aa19c9b30c5b95ee21ff38ef8dd SIZE (openresty-lua-nginx-module-v0.10.8_GH0.tar.gz) = 606643 -SHA256 (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc -SIZE (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 36369 +SHA256 (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d +SIZE (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 37113 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed May 3 21:58:16 2017 (r440061) +++ head/www/nginx/Makefile Wed May 3 22:03:09 2017 (r440062) @@ -862,12 +862,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.17 +NGINX_MEMC_VERSION= 0.18 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_memc} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_memc} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_memc_util.c +.endif .endif .if ${PORT_OPTIONS:MMODSECURITY} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed May 3 21:58:16 2017 (r440061) +++ head/www/nginx/distinfo Wed May 3 22:03:09 2017 (r440062) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493826932 +TIMESTAMP = 1493848307 SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SIZE (nginx-1.12.0.tar.gz) = 980831 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -93,8 +93,8 @@ SHA256 (arut-nginx-let-module-v0.0.4_GH0 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 SHA256 (openresty-lua-nginx-module-v0.10.8_GH0.tar.gz) = d67449c71051b3cc2d6dd60df0ae0d21fca08aa19c9b30c5b95ee21ff38ef8dd SIZE (openresty-lua-nginx-module-v0.10.8_GH0.tar.gz) = 606643 -SHA256 (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc -SIZE (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 36369 +SHA256 (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d +SIZE (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 37113 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 From owner-svn-ports-all@freebsd.org Wed May 3 22:07:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D79E9D5552F; Wed, 3 May 2017 22:07:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id A93941B4A; Wed, 3 May 2017 22:07:32 +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 v43M7VAw093427; Wed, 3 May 2017 22:07:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43M7Veh093425; Wed, 3 May 2017 22:07:31 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201705032207.v43M7Veh093425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 3 May 2017 22:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440063 - in head/devel: valgrind valgrind-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:07:32 -0000 Author: bdrewery Date: Wed May 3 22:07:31 2017 New Revision: 440063 URL: https://svnweb.freebsd.org/changeset/ports/440063 Log: Allow valgrind to build with Clang again. This resolves runtime issues with deciphering clang-built binaries using a newer dwarf format. Reported by: adrian, dim Modified: head/devel/valgrind-devel/Makefile head/devel/valgrind/Makefile Modified: head/devel/valgrind-devel/Makefile ============================================================================== --- head/devel/valgrind-devel/Makefile Wed May 3 22:03:09 2017 (r440062) +++ head/devel/valgrind-devel/Makefile Wed May 3 22:07:31 2017 (r440063) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ @@ -61,8 +61,6 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PR CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} -USE_GCC= yes - .include .if ${ARCH} == "amd64" Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Wed May 3 22:03:09 2017 (r440062) +++ head/devel/valgrind/Makefile Wed May 3 22:07:31 2017 (r440063) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ @@ -59,8 +59,6 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PR CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} -USE_GCC= yes - .include .if ${ARCH} == "amd64" From owner-svn-ports-all@freebsd.org Wed May 3 22:16:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7366CD55789; Wed, 3 May 2017 22:16:27 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3155069; Wed, 3 May 2017 22:16:27 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43MGQSC097738; Wed, 3 May 2017 22:16:26 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43MGPhQ097734; Wed, 3 May 2017 22:16:25 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705032216.v43MGPhQ097734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 3 May 2017 22:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440064 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:16:27 -0000 Author: osa Date: Wed May 3 22:16:25 2017 New Revision: 440064 URL: https://svnweb.freebsd.org/changeset/ports/440064 Log: Upgrade third-party auth_digest module from cc61b4a to 519dc2a, it's possible to build it as dynamic module. Do not bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 3 22:07:31 2017 (r440063) +++ head/www/nginx-devel/Makefile Wed May 3 22:16:25 2017 (r440064) @@ -338,12 +338,16 @@ CONFIGURE_ARGS+=--with-http_addition_mod .endif .if ${PORT_OPTIONS:MHTTP_AUTH_DIGEST} -GIT_AUTH_DIGEST_VERSION= cc61b4a +GIT_AUTH_DIGEST_VERSION= 519dc2a GH_ACCOUNT+= atomx:auth_digest GH_PROJECT+= nginx-http-auth-digest:auth_digest GH_TAGNAME+= ${GIT_AUTH_DIGEST_VERSION}:auth_digest +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_auth_digest} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_digest} .endif +.endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} GIT_HTTP_AUTH_KRB5_VERSION= 0c6ff3f Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 3 22:07:31 2017 (r440063) +++ head/www/nginx-devel/distinfo Wed May 3 22:16:25 2017 (r440064) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493848307 +TIMESTAMP = 1493849424 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -23,8 +23,8 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) = SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 5534ca63cdfc2a7dc4e1cbf9c2d54d3ed3f0e6c86b4a95be48ec0a3f41cc1eb0 SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 -SHA256 (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = e68b34e03516a4ab43006eb4c481d6bc5e813e0d40876359c606a26c5c68ccf6 -SIZE (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = 16060 +SHA256 (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 6ef8c81267cbb2f912fa3add846fddaaab06d604155de322dad83912410adafc +SIZE (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 17778 SHA256 (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 3d3fed1e19a532cdd2a37726953f2b2d4e20891a44119ff6075a6b5891324d2d SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 18212 SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed May 3 22:07:31 2017 (r440063) +++ head/www/nginx/Makefile Wed May 3 22:16:25 2017 (r440064) @@ -338,12 +338,16 @@ CONFIGURE_ARGS+=--with-http_addition_mod .endif .if ${PORT_OPTIONS:MHTTP_AUTH_DIGEST} -GIT_AUTH_DIGEST_VERSION= cc61b4a +GIT_AUTH_DIGEST_VERSION= 519dc2a GH_ACCOUNT+= atomx:auth_digest GH_PROJECT+= nginx-http-auth-digest:auth_digest GH_TAGNAME+= ${GIT_AUTH_DIGEST_VERSION}:auth_digest +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_auth_digest} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_digest} .endif +.endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} GIT_HTTP_AUTH_KRB5_VERSION= 0c6ff3f Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed May 3 22:07:31 2017 (r440063) +++ head/www/nginx/distinfo Wed May 3 22:16:25 2017 (r440064) @@ -1,4 +1,4 @@ -TIMESTAMP = 1493848307 +TIMESTAMP = 1493849424 SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SIZE (nginx-1.12.0.tar.gz) = 980831 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -23,8 +23,8 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) = SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 5534ca63cdfc2a7dc4e1cbf9c2d54d3ed3f0e6c86b4a95be48ec0a3f41cc1eb0 SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 -SHA256 (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = e68b34e03516a4ab43006eb4c481d6bc5e813e0d40876359c606a26c5c68ccf6 -SIZE (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = 16060 +SHA256 (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 6ef8c81267cbb2f912fa3add846fddaaab06d604155de322dad83912410adafc +SIZE (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 17778 SHA256 (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 3d3fed1e19a532cdd2a37726953f2b2d4e20891a44119ff6075a6b5891324d2d SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 18212 SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2 From owner-svn-ports-all@freebsd.org Wed May 3 22:33:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 142D5D55B20; Wed, 3 May 2017 22:33:21 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C349AADC; Wed, 3 May 2017 22:33:20 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43MXJJY005858; Wed, 3 May 2017 22:33:19 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43MXJxr005854; Wed, 3 May 2017 22:33:19 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705032233.v43MXJxr005854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 3 May 2017 22:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440065 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:33:21 -0000 Author: osa Date: Wed May 3 22:33:19 2017 New Revision: 440065 URL: https://svnweb.freebsd.org/changeset/ports/440065 Log: Upgrade third-party http_auth_pam module from 1.2 to 1.5.1. Change upstream to github. It's possible to build the module as dynamic now. Do not bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 3 22:16:25 2017 (r440064) +++ head/www/nginx-devel/Makefile Wed May 3 22:33:19 2017 (r440065) @@ -377,10 +377,15 @@ USE_OPENLDAP= yes .endif .if ${PORT_OPTIONS:MHTTP_AUTH_PAM} -NGINX_AUTH_PAM_VERSION= 1.2 -MASTER_SITES+= http://web.iti.upv.es/~sto/nginx/:auth_pam -DISTFILES+= ngx_http_auth_pam_module-${NGINX_AUTH_PAM_VERSION}.tar.gz:auth_pam -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_auth_pam_module-${NGINX_AUTH_PAM_VERSION} +GIT_HTTP_AUTH_PAM_VERSION= 1.5.1 +GH_ACCOUNT+= sto:auth_pam +GH_PROJECT+= ngx_http_auth_pam_module:auth_pam +GH_TAGNAME+= v${GIT_HTTP_AUTH_PAM_VERSION}:auth_pam +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_auth_pam} +.else +CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_pam} +.endif .endif .if ${PORT_OPTIONS:MHTTP_AUTH_REQ} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 3 22:16:25 2017 (r440064) +++ head/www/nginx-devel/distinfo Wed May 3 22:33:19 2017 (r440065) @@ -1,8 +1,6 @@ -TIMESTAMP = 1493849424 +TIMESTAMP = 1493850623 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 -SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 -SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -29,6 +27,8 @@ SHA256 (stnoonan-spnego-http-auth-nginx- SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 18212 SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2 SIZE (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 17001 +SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7 +SIZE (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 6863 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (anomalizer-ngx_aws_auth-1e62670_GH0.tar.gz) = db7ceef4ae22cf5bfaf5abae64830dfeef203ca85f9f40f7d1f1d90f277478c0 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed May 3 22:16:25 2017 (r440064) +++ head/www/nginx/Makefile Wed May 3 22:33:19 2017 (r440065) @@ -377,10 +377,15 @@ USE_OPENLDAP= yes .endif .if ${PORT_OPTIONS:MHTTP_AUTH_PAM} -NGINX_AUTH_PAM_VERSION= 1.2 -MASTER_SITES+= http://web.iti.upv.es/~sto/nginx/:auth_pam -DISTFILES+= ngx_http_auth_pam_module-${NGINX_AUTH_PAM_VERSION}.tar.gz:auth_pam -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_auth_pam_module-${NGINX_AUTH_PAM_VERSION} +GIT_HTTP_AUTH_PAM_VERSION= 1.5.1 +GH_ACCOUNT+= sto:auth_pam +GH_PROJECT+= ngx_http_auth_pam_module:auth_pam +GH_TAGNAME+= v${GIT_HTTP_AUTH_PAM_VERSION}:auth_pam +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_auth_pam} +.else +CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_pam} +.endif .endif .if ${PORT_OPTIONS:MHTTP_AUTH_REQ} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed May 3 22:16:25 2017 (r440064) +++ head/www/nginx/distinfo Wed May 3 22:33:19 2017 (r440065) @@ -1,8 +1,6 @@ -TIMESTAMP = 1493849424 +TIMESTAMP = 1493850623 SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SIZE (nginx-1.12.0.tar.gz) = 980831 -SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 -SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -29,6 +27,8 @@ SHA256 (stnoonan-spnego-http-auth-nginx- SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 18212 SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2 SIZE (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 17001 +SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7 +SIZE (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 6863 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (anomalizer-ngx_aws_auth-1e62670_GH0.tar.gz) = db7ceef4ae22cf5bfaf5abae64830dfeef203ca85f9f40f7d1f1d90f277478c0 From owner-svn-ports-all@freebsd.org Wed May 3 22:37:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE5AAD55C4D; Wed, 3 May 2017 22:37:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id 907A8DF2; Wed, 3 May 2017 22:37:36 +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 v43MbZo5006177; Wed, 3 May 2017 22:37:35 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43MbZ1E006175; Wed, 3 May 2017 22:37:35 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705032237.v43MbZ1E006175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 3 May 2017 22:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440066 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:37:36 -0000 Author: tota Date: Wed May 3 22:37:35 2017 New Revision: 440066 URL: https://svnweb.freebsd.org/changeset/ports/440066 Log: - Update to 3.5.7 Modified: head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mikutter/distinfo (contents, props changed) Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Wed May 3 22:33:19 2017 (r440065) +++ head/net-im/mikutter/Makefile Wed May 3 22:37:35 2017 (r440066) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.5.6 +PORTVERSION= 3.5.7 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Wed May 3 22:33:19 2017 (r440065) +++ head/net-im/mikutter/distinfo Wed May 3 22:37:35 2017 (r440066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491122496 -SHA256 (mikutter.3.5.6.tar.gz) = 6152cdf9203ed8ff2a5d862c5d6fa76953b399caf21ad93c6bdc920b7c35ee8c -SIZE (mikutter.3.5.6.tar.gz) = 3743937 +TIMESTAMP = 1492063964 +SHA256 (mikutter.3.5.7.tar.gz) = 1c89ca2fda075f66c06e58933ac16d953a45a3b27fd50a9391c9202cd25505ee +SIZE (mikutter.3.5.7.tar.gz) = 3743921 From owner-svn-ports-all@freebsd.org Wed May 3 22:42:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5456D55E5B; Wed, 3 May 2017 22:42:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 873121D8; Wed, 3 May 2017 22:42:00 +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 v43MfxeE009938; Wed, 3 May 2017 22:41:59 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Mfxlr009936; Wed, 3 May 2017 22:41:59 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705032241.v43Mfxlr009936@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, 3 May 2017 22:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440067 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 22:42:00 -0000 Author: cpm Date: Wed May 3 22:41:59 2017 New Revision: 440067 URL: https://svnweb.freebsd.org/changeset/ports/440067 Log: Document new vulnerability in www/chromium < 58.0.3029.96 Obtained from: https://chromereleases.googleblog.com/2017/05/stable-channel-update-for-desktop.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 3 22:37:35 2017 (r440066) +++ head/security/vuxml/vuln.xml Wed May 3 22:41:59 2017 (r440067) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- race condition vulnerability + + + chromium + 58.0.3029.96 + + + + +

Google Chrome Releases reports:

+
+

1 security fix in this release:

+
+
    +
  • [679306] High CVE-2017-5068: Race condition in WebRTC. Credit to + Philipp Hancke
  • +
+ +
+ + CVE-2017-5068 + https://chromereleases.googleblog.com/2017/05/stable-channel-update-for-desktop.html + + + 2017-05-02 + 2017-05-03 + +
+ dovecot -- Dovecot DoS when passdb dict was used for authentication From owner-svn-ports-all@freebsd.org Wed May 3 23:05:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00A5DD56675; Wed, 3 May 2017 23:05:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id D014E1164; Wed, 3 May 2017 23:05:57 +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 v43N5uPE018608; Wed, 3 May 2017 23:05:56 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43N5unF018604; Wed, 3 May 2017 23:05:56 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201705032305.v43N5unF018604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 3 May 2017 23:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440068 - in head/security/duo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:05:58 -0000 Author: zi Date: Wed May 3 23:05:56 2017 New Revision: 440068 URL: https://svnweb.freebsd.org/changeset/ports/440068 Log: - Update to 1.9.20 Modified: head/security/duo/Makefile head/security/duo/distinfo head/security/duo/files/patch-pam__duo_Makefile.in head/security/duo/pkg-plist Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Wed May 3 22:41:59 2017 (r440067) +++ head/security/duo/Makefile Wed May 3 23:05:56 2017 (r440068) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.19 +PORTVERSION= 1.9.20 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -25,16 +25,15 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ - ${WRKSRC}/pam_duo/pam_duo.8 \ - ${WRKSRC}/login_duo/login_duo.8 + ${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ + ${WRKSRC}/pam_duo/pam_duo.8 \ + ${WRKSRC}/login_duo/login_duo.8 post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libduo.so.3 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/security/pam_duo.so ${INSTALL_DATA} ${WRKSRC}/login_duo/login_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample ${INSTALL_DATA} ${WRKSRC}/pam_duo/pam_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample .include Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Wed May 3 22:41:59 2017 (r440067) +++ head/security/duo/distinfo Wed May 3 23:05:56 2017 (r440068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471562725 -SHA256 (duo_unix-1.9.19.tar.gz) = 2d23f9700f091da1c9113b45919203b37fac6392a9e24a666c7b0269a7571b0a -SIZE (duo_unix-1.9.19.tar.gz) = 470432 +TIMESTAMP = 1493852286 +SHA256 (duo_unix-1.9.20.tar.gz) = 1297ddfa62fa6f8ae9589cbe9bd0bc337d0ad6d8b2fbf2f09268a2f856bbb97f +SIZE (duo_unix-1.9.20.tar.gz) = 470354 Modified: head/security/duo/files/patch-pam__duo_Makefile.in ============================================================================== --- head/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 22:41:59 2017 (r440067) +++ head/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 23:05:56 2017 (r440068) @@ -1,7 +1,7 @@ ---- pam_duo/Makefile.in.orig 2015-03-02 13:18:58 UTC +--- pam_duo/Makefile.in.orig 2017-05-03 23:03:21 UTC +++ pam_duo/Makefile.in -@@ -713,15 +713,6 @@ semodule-remove: - .PHONY: semodule semodule-remove +@@ -725,20 +725,6 @@ clean-local-semodule: + .PHONY: semodule semodule-enable semodule-install semodule-remove clean-local-semodule install-data-local: - $(MKDIR_P) $(DESTDIR)$(sysconfdir) @@ -13,6 +13,11 @@ - echo "Found existing ${DESTDIR}$(sysconfdir)/pam_duo.conf - updating permissions"; \ - fi - -chmod 600 $(DESTDIR)$(sysconfdir)/pam_duo.conf +- -@if test "x$(IS_AIX)" = "xyes"; then \ +- rm -f $(PAMDIR)/pam_duo.so; \ +- ar x $(top_builddir)/pam_duo/.libs/pam_duo.a $(PAMDIR)/pam_duo.so; \ +- echo "Extracting shared object ${PAMDIR}/pam_duo.so from $(top_builddir)/pam_duo/.libs/pam_duo.a"; \ +- fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + uninstall-local: + -@if test "x$(IS_AIX)" = "xyes"; then \ Modified: head/security/duo/pkg-plist ============================================================================== --- head/security/duo/pkg-plist Wed May 3 22:41:59 2017 (r440067) +++ head/security/duo/pkg-plist Wed May 3 23:05:56 2017 (r440068) @@ -3,10 +3,6 @@ include/duo/duo.h include/duo/util.h include/duo/shell.h -lib/libduo.so.3.0.0 -lib/libduo.so.3 -lib/libduo.so -lib/libduo.a libdata/pkgconfig/libduo.pc lib/security/pam_duo.so man/man3/duo.3.gz From owner-svn-ports-all@freebsd.org Wed May 3 23:06:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B526D566E3; Wed, 3 May 2017 23:06:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 75F4C129A; Wed, 3 May 2017 23:06:41 +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 v43N6eRc018831; Wed, 3 May 2017 23:06:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43N6eL5018827; Wed, 3 May 2017 23:06:40 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201705032306.v43N6eL5018827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 3 May 2017 23:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440069 - in branches/2017Q2/security/duo: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:06:41 -0000 Author: zi Date: Wed May 3 23:06:39 2017 New Revision: 440069 URL: https://svnweb.freebsd.org/changeset/ports/440069 Log: MFH: r440068 - Update to 1.9.20 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/security/duo/Makefile branches/2017Q2/security/duo/distinfo branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in branches/2017Q2/security/duo/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/duo/Makefile ============================================================================== --- branches/2017Q2/security/duo/Makefile Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/Makefile Wed May 3 23:06:39 2017 (r440069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.19 +PORTVERSION= 1.9.20 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -25,16 +25,15 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ - ${WRKSRC}/pam_duo/pam_duo.8 \ - ${WRKSRC}/login_duo/login_duo.8 + ${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ + ${WRKSRC}/pam_duo/pam_duo.8 \ + ${WRKSRC}/login_duo/login_duo.8 post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libduo.so.3 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/security/pam_duo.so ${INSTALL_DATA} ${WRKSRC}/login_duo/login_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample ${INSTALL_DATA} ${WRKSRC}/pam_duo/pam_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample .include Modified: branches/2017Q2/security/duo/distinfo ============================================================================== --- branches/2017Q2/security/duo/distinfo Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/distinfo Wed May 3 23:06:39 2017 (r440069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471562725 -SHA256 (duo_unix-1.9.19.tar.gz) = 2d23f9700f091da1c9113b45919203b37fac6392a9e24a666c7b0269a7571b0a -SIZE (duo_unix-1.9.19.tar.gz) = 470432 +TIMESTAMP = 1493852286 +SHA256 (duo_unix-1.9.20.tar.gz) = 1297ddfa62fa6f8ae9589cbe9bd0bc337d0ad6d8b2fbf2f09268a2f856bbb97f +SIZE (duo_unix-1.9.20.tar.gz) = 470354 Modified: branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in ============================================================================== --- branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 23:06:39 2017 (r440069) @@ -1,7 +1,7 @@ ---- pam_duo/Makefile.in.orig 2015-03-02 13:18:58 UTC +--- pam_duo/Makefile.in.orig 2017-05-03 23:03:21 UTC +++ pam_duo/Makefile.in -@@ -713,15 +713,6 @@ semodule-remove: - .PHONY: semodule semodule-remove +@@ -725,20 +725,6 @@ clean-local-semodule: + .PHONY: semodule semodule-enable semodule-install semodule-remove clean-local-semodule install-data-local: - $(MKDIR_P) $(DESTDIR)$(sysconfdir) @@ -13,6 +13,11 @@ - echo "Found existing ${DESTDIR}$(sysconfdir)/pam_duo.conf - updating permissions"; \ - fi - -chmod 600 $(DESTDIR)$(sysconfdir)/pam_duo.conf +- -@if test "x$(IS_AIX)" = "xyes"; then \ +- rm -f $(PAMDIR)/pam_duo.so; \ +- ar x $(top_builddir)/pam_duo/.libs/pam_duo.a $(PAMDIR)/pam_duo.so; \ +- echo "Extracting shared object ${PAMDIR}/pam_duo.so from $(top_builddir)/pam_duo/.libs/pam_duo.a"; \ +- fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + uninstall-local: + -@if test "x$(IS_AIX)" = "xyes"; then \ Modified: branches/2017Q2/security/duo/pkg-plist ============================================================================== --- branches/2017Q2/security/duo/pkg-plist Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/pkg-plist Wed May 3 23:06:39 2017 (r440069) @@ -3,10 +3,6 @@ include/duo/duo.h include/duo/util.h include/duo/shell.h -lib/libduo.so.3.0.0 -lib/libduo.so.3 -lib/libduo.so -lib/libduo.a libdata/pkgconfig/libduo.pc lib/security/pam_duo.so man/man3/duo.3.gz From owner-svn-ports-all@freebsd.org Wed May 3 23:29:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F06D56D5B; Wed, 3 May 2017 23:29:21 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A599D1EAF; Wed, 3 May 2017 23:29:21 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43NTKqo027462; Wed, 3 May 2017 23:29:20 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43NTHNI027430; Wed, 3 May 2017 23:29:17 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201705032329.v43NTHNI027430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 3 May 2017 23:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440070 - in head: archivers/libarchive archivers/pear-Horde_Compress comms/pear-Horde_ActiveSync deskutils/horde-groupware deskutils/horde-kronolith devel/pear-Horde_Alarm devel/pear-H... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:29:22 -0000 Author: mm Date: Wed May 3 23:29:17 2017 New Revision: 440070 URL: https://svnweb.freebsd.org/changeset/ports/440070 Log: Horde package update: comms/pear-Horde_ActiveSync 2.38.2 -> 2.38.4 devel/pear-Horde_Alarm 2.2.8 -> 2.2.9 devel/pear-Horde_Argv 2.0.12 -> 2.1.0 devel/pear-Horde_Cli 2.1.0 -> 2.2.0 archivers/pear-Horde_Compress 2.1.6 -> 2.2.0 security/pear-Horde_Crypt 2.7.6 -> 2.7.8 graphics/pear-Horde_Image 2.4.0 -> 2.4.1 www/horde-base 5.2.14 -> 5.2.15 mail/horde-imp 6.2.18 -> 6.2.19 mail/horde-ingo 3.2.14 -> 3.2.15 deskutils/horde-kronolith 4.2.20 -> 4.2.21 mail/horde-webmail 5.2.19 -> 5.2.20 deskutils/horde-groupware 5.2.19 -> 5.2.20 Modified: head/archivers/libarchive/Makefile head/archivers/pear-Horde_Compress/Makefile head/archivers/pear-Horde_Compress/distinfo head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/deskutils/horde-groupware/Makefile head/deskutils/horde-groupware/distinfo head/deskutils/horde-kronolith/Makefile head/deskutils/horde-kronolith/distinfo head/devel/pear-Horde_Alarm/Makefile head/devel/pear-Horde_Alarm/distinfo head/devel/pear-Horde_Argv/Makefile head/devel/pear-Horde_Argv/distinfo head/devel/pear-Horde_Cli/Makefile head/devel/pear-Horde_Cli/distinfo head/graphics/pear-Horde_Image/Makefile head/graphics/pear-Horde_Image/distinfo head/mail/horde-imp/Makefile head/mail/horde-imp/distinfo head/mail/horde-ingo/Makefile head/mail/horde-ingo/distinfo head/mail/horde-webmail/Makefile head/mail/horde-webmail/distinfo head/security/pear-Horde_Crypt/Makefile head/security/pear-Horde_Crypt/distinfo head/www/horde-base/Makefile head/www/horde-base/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/archivers/libarchive/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -2,6 +2,7 @@ PORTNAME= libarchive PORTVERSION= 3.3.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -13,11 +14,10 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libexpat.so:textproc/expat2 -OPTIONS_DEFINE= LZ4 LZO NETTLE -OPTIONS_DEFAULT=LZ4 LZO +OPTIONS_DEFINE= LZ4 NETTLE +OPTIONS_DEFAULT=LZ4 LZ4_DESC= Support lz4 compression via liblz4 -LZO_DESC= Support lzo compression via liblzo2 NETTLE_DESC= Use Nettle instead of OpenSSL USES= cpe iconv libtool pathfix @@ -85,8 +85,6 @@ CFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" -LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 -LZO_CONFIGURE_WITH= lzo2 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_WITH= lz4 Modified: head/archivers/pear-Horde_Compress/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/archivers/pear-Horde_Compress/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Compress -PORTVERSION= 2.1.6 +PORTVERSION= 2.2.0 CATEGORIES= archivers www pear PKGNAMEPREFIX= pear- Modified: head/archivers/pear-Horde_Compress/distinfo ============================================================================== --- head/archivers/pear-Horde_Compress/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/archivers/pear-Horde_Compress/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481937629 -SHA256 (Horde/Horde_Compress-2.1.6.tgz) = 3c66fe9f01507275efd1a1ad997825691bb16408910ef651cd1dedcb30905e03 -SIZE (Horde/Horde_Compress-2.1.6.tgz) = 2194074 +TIMESTAMP = 1493852984 +SHA256 (Horde/Horde_Compress-2.2.0.tgz) = 5710ce4adf2d60f65f1bb8f822d682ed2bb941da887821420b7d6bdd5dda6863 +SIZE (Horde/Horde_Compress-2.2.0.tgz) = 2198606 Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/comms/pear-Horde_ActiveSync/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.38.2 +PORTVERSION= 2.38.4 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/comms/pear-Horde_ActiveSync/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490954318 -SHA256 (Horde/Horde_ActiveSync-2.38.2.tgz) = b6ddafb6e42e62f09b8efa4ae15c574e8aab29168f3f3fa6d83af5ec1d945fd8 -SIZE (Horde/Horde_ActiveSync-2.38.2.tgz) = 386133 +TIMESTAMP = 1493852967 +SHA256 (Horde/Horde_ActiveSync-2.38.4.tgz) = 267788d9129c0b20acfd8b90f4f8baffc614eb16bc30786b7e147a8103700ab4 +SIZE (Horde/Horde_ActiveSync-2.38.4.tgz) = 386351 Modified: head/deskutils/horde-groupware/Makefile ============================================================================== --- head/deskutils/horde-groupware/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/deskutils/horde-groupware/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groupware -PORTVERSION= 5.2.19 +PORTVERSION= 5.2.20 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-groupware/distinfo ============================================================================== --- head/deskutils/horde-groupware/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/deskutils/horde-groupware/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491287778 -SHA256 (Horde/groupware-5.2.19.tgz) = 7c127ec8a9d31878c4dfdf5e881bcbb14e77937b8ab494f63582cef4192032f0 -SIZE (Horde/groupware-5.2.19.tgz) = 133383 +TIMESTAMP = 1493853049 +SHA256 (Horde/groupware-5.2.20.tgz) = 49d7809482e63fe92d43838f75ef35ad1ed076573f20fea9b2d07769fca57d73 +SIZE (Horde/groupware-5.2.20.tgz) = 133931 Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/deskutils/horde-kronolith/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kronolith -PORTVERSION= 4.2.20 +PORTVERSION= 4.2.21 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-kronolith/distinfo ============================================================================== --- head/deskutils/horde-kronolith/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/deskutils/horde-kronolith/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490055101 -SHA256 (Horde/kronolith-4.2.20.tgz) = 36ed93468cc44e3a58688616b222e2ac2b7dd4c526062a6dd2a7273fff0b6c2d -SIZE (Horde/kronolith-4.2.20.tgz) = 2616310 +TIMESTAMP = 1493853042 +SHA256 (Horde/kronolith-4.2.21.tgz) = 6f49a0f50a08a022564e0b867e5701997ed40f2af9aed95ea53989331d21928d +SIZE (Horde/kronolith-4.2.21.tgz) = 2616356 Modified: head/devel/pear-Horde_Alarm/Makefile ============================================================================== --- head/devel/pear-Horde_Alarm/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Alarm/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Alarm -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.9 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org Modified: head/devel/pear-Horde_Alarm/distinfo ============================================================================== --- head/devel/pear-Horde_Alarm/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Alarm/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473287784 -SHA256 (Horde/Horde_Alarm-2.2.8.tgz) = 7771195671c820266680afd303e309489a1a46c1b825ba365cd522355666e2bf -SIZE (Horde/Horde_Alarm-2.2.8.tgz) = 38598 +TIMESTAMP = 1493852970 +SHA256 (Horde/Horde_Alarm-2.2.9.tgz) = fe8a06fb16b87c10d588c73fab3da31bbd104f8fcfcd6dca830fd97d3c67d94c +SIZE (Horde/Horde_Alarm-2.2.9.tgz) = 38991 Modified: head/devel/pear-Horde_Argv/Makefile ============================================================================== --- head/devel/pear-Horde_Argv/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Argv/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Argv -PORTVERSION= 2.0.12 +PORTVERSION= 2.1.0 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org Modified: head/devel/pear-Horde_Argv/distinfo ============================================================================== --- head/devel/pear-Horde_Argv/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Argv/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Argv-2.0.12.tgz) = c357e32ea045fb6a48eb40ed58373962005693a63bacdb8bc13e980e0d148aae -SIZE (Horde/Horde_Argv-2.0.12.tgz) = 63723 +TIMESTAMP = 1493852973 +SHA256 (Horde/Horde_Argv-2.1.0.tgz) = f2a7c6ded596083e47ad75952d1611dad8033387f6d3a602ecb43dddf6a2892c +SIZE (Horde/Horde_Argv-2.1.0.tgz) = 64636 Modified: head/devel/pear-Horde_Cli/Makefile ============================================================================== --- head/devel/pear-Horde_Cli/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Cli/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Cli -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org Modified: head/devel/pear-Horde_Cli/distinfo ============================================================================== --- head/devel/pear-Horde_Cli/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/devel/pear-Horde_Cli/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490054807 -SHA256 (Horde/Horde_Cli-2.1.0.tgz) = 1687bf8f4d043d268a835e331a0968236ccb4122e5c11346abd43e4d63e0acbf -SIZE (Horde/Horde_Cli-2.1.0.tgz) = 27759 +TIMESTAMP = 1493852976 +SHA256 (Horde/Horde_Cli-2.2.0.tgz) = 11832d7eb51880e69729e2082e496f9b6054e1980cfd54784d5cc828fd34cef0 +SIZE (Horde/Horde_Cli-2.2.0.tgz) = 29360 Modified: head/graphics/pear-Horde_Image/Makefile ============================================================================== --- head/graphics/pear-Horde_Image/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/graphics/pear-Horde_Image/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Image -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= graphics www pear PKGNAMEPREFIX= pear- Modified: head/graphics/pear-Horde_Image/distinfo ============================================================================== --- head/graphics/pear-Horde_Image/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/graphics/pear-Horde_Image/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490054941 -SHA256 (Horde/Horde_Image-2.4.0.tgz) = 5ca81ae06d62949230755402db82a5e8194f578c2211a34efb3f09bd413f7a2b -SIZE (Horde/Horde_Image-2.4.0.tgz) = 771309 +TIMESTAMP = 1493852992 +SHA256 (Horde/Horde_Image-2.4.1.tgz) = 9f631f5810a66d94e8ecece52760bdc2e54406cbfb432bddf790471b6604a27a +SIZE (Horde/Horde_Image-2.4.1.tgz) = 771077 Modified: head/mail/horde-imp/Makefile ============================================================================== --- head/mail/horde-imp/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-imp/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= imp -PORTVERSION= 6.2.18 +PORTVERSION= 6.2.19 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- Modified: head/mail/horde-imp/distinfo ============================================================================== --- head/mail/horde-imp/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-imp/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490055062 -SHA256 (Horde/imp-6.2.18.tgz) = ebb5f9241627ee863d5de8460070c67bbd230a9a99c460e3b35655f1c5cd975b -SIZE (Horde/imp-6.2.18.tgz) = 5009632 +TIMESTAMP = 1493853023 +SHA256 (Horde/imp-6.2.19.tgz) = ed14b9d0a2a7c7533f1054bf1a0a036f5fcec97f9c11f810af74eb93cf6dd4ff +SIZE (Horde/imp-6.2.19.tgz) = 5009826 Modified: head/mail/horde-ingo/Makefile ============================================================================== --- head/mail/horde-ingo/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-ingo/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ingo -PORTVERSION= 3.2.14 +PORTVERSION= 3.2.15 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- Modified: head/mail/horde-ingo/distinfo ============================================================================== --- head/mail/horde-ingo/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-ingo/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490055078 -SHA256 (Horde/ingo-3.2.14.tgz) = 156ac264f6eb1226ce4edaee7a8e3cc3d778fe8ec29d52eaeae1d455fd9f2779 -SIZE (Horde/ingo-3.2.14.tgz) = 1507220 +TIMESTAMP = 1493853031 +SHA256 (Horde/ingo-3.2.15.tgz) = c9a6981174daa628bdf84ce8f767a495ec61bd6ff1073dd08ee73fc20991332f +SIZE (Horde/ingo-3.2.15.tgz) = 1507314 Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-webmail/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmail -PORTVERSION= 5.2.19 +PORTVERSION= 5.2.20 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- Modified: head/mail/horde-webmail/distinfo ============================================================================== --- head/mail/horde-webmail/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/mail/horde-webmail/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491287775 -SHA256 (Horde/webmail-5.2.19.tgz) = 24b316fdc6bbceae2d30ca2b5549da53922fe1dc5d695a03b313635674d37aa8 -SIZE (Horde/webmail-5.2.19.tgz) = 173492 +TIMESTAMP = 1493853046 +SHA256 (Horde/webmail-5.2.20.tgz) = 7d1cbee1f99dd3163c56497f79c9f492b33efa04f8df760f7b6bd62915fdf2cd +SIZE (Horde/webmail-5.2.20.tgz) = 174288 Modified: head/security/pear-Horde_Crypt/Makefile ============================================================================== --- head/security/pear-Horde_Crypt/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/security/pear-Horde_Crypt/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Crypt -PORTVERSION= 2.7.6 +PORTVERSION= 2.7.8 CATEGORIES= security www pear PKGNAMEPREFIX= pear- Modified: head/security/pear-Horde_Crypt/distinfo ============================================================================== --- head/security/pear-Horde_Crypt/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/security/pear-Horde_Crypt/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491287768 -SHA256 (Horde/Horde_Crypt-2.7.6.tgz) = 278316d18e10380ba291e2a942a19d85e0518caaf3ca84d9164623d57dbe19d4 -SIZE (Horde/Horde_Crypt-2.7.6.tgz) = 150946 +TIMESTAMP = 1493852987 +SHA256 (Horde/Horde_Crypt-2.7.8.tgz) = 0e618294ac042e075492b7006699dc51b139372fc320a047c58476bdd5fe7757 +SIZE (Horde/Horde_Crypt-2.7.8.tgz) = 151452 Modified: head/www/horde-base/Makefile ============================================================================== --- head/www/horde-base/Makefile Wed May 3 23:06:39 2017 (r440069) +++ head/www/horde-base/Makefile Wed May 3 23:29:17 2017 (r440070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= horde -PORTVERSION= 5.2.14 +PORTVERSION= 5.2.15 CATEGORIES= www pear PKGNAMEPREFIX= Modified: head/www/horde-base/distinfo ============================================================================== --- head/www/horde-base/distinfo Wed May 3 23:06:39 2017 (r440069) +++ head/www/horde-base/distinfo Wed May 3 23:29:17 2017 (r440070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490055017 -SHA256 (Horde/horde-5.2.14.tgz) = 9e88fa15d8d153f2a89d76dcf58794809b9731e1f0198dc9aab74faed0824e26 -SIZE (Horde/horde-5.2.14.tgz) = 2936866 +TIMESTAMP = 1493853003 +SHA256 (Horde/horde-5.2.15.tgz) = c4e9ad0dc39f478039d2a128dc8e6835ca0ae84e1f1109c63763d5033947dbce +SIZE (Horde/horde-5.2.15.tgz) = 2936966 From owner-svn-ports-all@freebsd.org Wed May 3 23:34:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40DC1D56F81; Wed, 3 May 2017 23:34:35 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11122783; Wed, 3 May 2017 23:34:34 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43NYYNG031726; Wed, 3 May 2017 23:34:34 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43NYYWp031725; Wed, 3 May 2017 23:34:34 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201705032334.v43NYYWp031725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 3 May 2017 23:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440071 - head/archivers/libarchive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:34:35 -0000 Author: mm Date: Wed May 3 23:34:33 2017 New Revision: 440071 URL: https://svnweb.freebsd.org/changeset/ports/440071 Log: Revert accidentially commited change in r440070 Modified: head/archivers/libarchive/Makefile Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Wed May 3 23:29:17 2017 (r440070) +++ head/archivers/libarchive/Makefile Wed May 3 23:34:33 2017 (r440071) @@ -2,7 +2,6 @@ PORTNAME= libarchive PORTVERSION= 3.3.1 -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -14,10 +13,11 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libexpat.so:textproc/expat2 -OPTIONS_DEFINE= LZ4 NETTLE -OPTIONS_DEFAULT=LZ4 +OPTIONS_DEFINE= LZ4 LZO NETTLE +OPTIONS_DEFAULT=LZ4 LZO LZ4_DESC= Support lz4 compression via liblz4 +LZO_DESC= Support lzo compression via liblzo2 NETTLE_DESC= Use Nettle instead of OpenSSL USES= cpe iconv libtool pathfix @@ -85,6 +85,8 @@ CFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" +LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 +LZO_CONFIGURE_WITH= lzo2 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_WITH= lz4 From owner-svn-ports-all@freebsd.org Wed May 3 23:53:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8A87D5C3E2; Wed, 3 May 2017 23:53:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id C5F32275; Wed, 3 May 2017 23:53:13 +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 v43NrCUA039765; Wed, 3 May 2017 23:53:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43NrB6D039752; Wed, 3 May 2017 23:53:11 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705032353.v43NrB6D039752@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, 3 May 2017 23:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440072 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:53:14 -0000 Author: cpm Date: Wed May 3 23:53:11 2017 New Revision: 440072 URL: https://svnweb.freebsd.org/changeset/ports/440072 Log: www/chromium: update to 58.0.3029.96 MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/92e345d0-304d-11e7-8359-e8e0b747a45a.html Added: head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc (contents, props changed) head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_filesystem_file__system__app.cc (contents, props changed) head/www/chromium/files/patch-v8_src_wasm_wasm-result.h (contents, props changed) Deleted: head/www/chromium/files/patch-services_ui_BUILD.gn head/www/chromium/files/patch-services_ui_ime_BUILD.gn Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn head/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc head/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc head/www/chromium/pkg-plist Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Wed May 3 23:34:33 2017 (r440071) +++ head/www/chromium/Makefile Wed May 3 23:53:11 2017 (r440072) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 58.0.3029.81 -PORTREVISION= 1 +PORTVERSION= 58.0.3029.96 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -246,7 +245,7 @@ test regression-test: build do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.for t in font_service ui +.for t in font_service test_ime_driver ui ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${t}.service \ ${STAGEDIR}${DATADIR} .endfor Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Wed May 3 23:34:33 2017 (r440071) +++ head/www/chromium/distinfo Wed May 3 23:53:11 2017 (r440072) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492682402 -SHA256 (chromium-58.0.3029.81.tar.xz) = 5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb -SIZE (chromium-58.0.3029.81.tar.xz) = 509252204 -SHA256 (chromium-58.0.3029.81-testdata.tar.xz) = 8fa8d18c5ccfa8cbb067c4d88a0b8ed0dfd52b5d784c2cf48b91d1cb3a2fb264 -SIZE (chromium-58.0.3029.81-testdata.tar.xz) = 124158512 +TIMESTAMP = 1493784258 +SHA256 (chromium-58.0.3029.96.tar.xz) = 5d38fd7ad3b58bd09da8ff05f12354e94c2ad1bb203527a632b72cc3ff4a5181 +SIZE (chromium-58.0.3029.96.tar.xz) = 518160320 +SHA256 (chromium-58.0.3029.96-testdata.tar.xz) = 2451cfe8f25f578dbce3b85a00589e4609958db969ad4421f89e780751bf067b +SIZE (chromium-58.0.3029.96-testdata.tar.xz) = 124156492 Added: head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc Wed May 3 23:53:11 2017 (r440072) @@ -0,0 +1,11 @@ +--- chrome/browser/after_startup_task_utils.cc.orig 2017-05-02 19:02:47 UTC ++++ chrome/browser/after_startup_task_utils.cc +@@ -93,7 +93,7 @@ void QueueTask(std::unique_ptr; + #endif +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_LINUX) || defined(OS_BSD)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost) { + return &NewWebUI; + } Added: head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn Wed May 3 23:53:11 2017 (r440072) @@ -0,0 +1,11 @@ +--- chrome/common/extensions/api/BUILD.gn.orig 2017-05-02 19:02:48 UTC ++++ chrome/common/extensions/api/BUILD.gn +@@ -116,7 +116,7 @@ if (is_chromeos) { + "wallpaper.json", + "wallpaper_private.json", + ] +-} else if (is_linux || is_win) { ++} else if (is_linux || is_bsd || is_win) { + schema_sources += [ "input_ime.json" ] + } + if (enable_service_discovery) { Added: head/www/chromium/files/patch-components_filesystem_file__system__app.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components_filesystem_file__system__app.cc Wed May 3 23:53:11 2017 (r440072) @@ -0,0 +1,20 @@ +--- components/filesystem/file_system_app.cc.orig 2017-05-02 19:02:50 UTC ++++ components/filesystem/file_system_app.cc +@@ -23,7 +23,7 @@ + #elif defined(OS_ANDROID) + #include "base/base_paths_android.h" + #include "base/path_service.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "base/environment.h" + #include "base/nix/xdg_util.h" + #elif defined(OS_MACOSX) +@@ -75,7 +75,7 @@ base::FilePath FileSystemApp::GetUserDat + CHECK(PathService::Get(base::DIR_APP_DATA, &path)); + #elif defined(OS_ANDROID) + CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &path)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + std::unique_ptr env(base::Environment::Create()); + path = base::nix::GetXDGDirectory(env.get(), + base::nix::kXdgConfigHomeEnvVar, Added: head/www/chromium/files/patch-v8_src_wasm_wasm-result.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-v8_src_wasm_wasm-result.h Wed May 3 23:53:11 2017 (r440072) @@ -0,0 +1,10 @@ +--- v8/src/wasm/wasm-result.h.orig 2017-05-02 19:04:10 UTC ++++ v8/src/wasm/wasm-result.h +@@ -5,6 +5,7 @@ + #ifndef V8_WASM_RESULT_H_ + #define V8_WASM_RESULT_H_ + ++#include + #include + + #include "src/base/compiler-specific.h" Modified: head/www/chromium/pkg-plist ============================================================================== --- head/www/chromium/pkg-plist Wed May 3 23:34:33 2017 (r440071) +++ head/www/chromium/pkg-plist Wed May 3 23:53:11 2017 (r440072) @@ -223,6 +223,7 @@ share/applications/chromium-browser.desk %%DATADIR%%/resources/inspector/unit_test_runner.js %%DATADIR%%/resources/inspector/utility_shared_worker.js %%DATADIR%%/snapshot_blob.bin +%%DATADIR%%/test_ime_driver.service %%DATADIR%%/ui.service %%DATADIR%%/views_mus_resources.pak %%DRIVER%%bin/chromedriver From owner-svn-ports-all@freebsd.org Thu May 4 00:43:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23458D5A115; Thu, 4 May 2017 00:43:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id EE7541D8D; Thu, 4 May 2017 00:43:39 +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 v440hdJA060657; Thu, 4 May 2017 00:43:39 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v440hcEn060651; Thu, 4 May 2017 00:43:38 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040043.v440hcEn060651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 00:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440073 - in head/net-im/corebird: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 00:43:40 -0000 Author: cpm Date: Thu May 4 00:43:38 2017 New Revision: 440073 URL: https://svnweb.freebsd.org/changeset/ports/440073 Log: - Update to 1.5 - Regenerate patches with make makepatch Changelog: https://github.com/baedert/corebird/releases/tag/1.5 Added: head/net-im/corebird/files/patch-src_Corebird.vala (contents, props changed) Modified: head/net-im/corebird/Makefile head/net-im/corebird/distinfo head/net-im/corebird/files/patch-Makefile.am head/net-im/corebird/files/patch-data_Makefile.am head/net-im/corebird/pkg-plist Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/Makefile Thu May 4 00:43:38 2017 (r440073) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTVERSION= 1.5 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org Modified: head/net-im/corebird/distinfo ============================================================================== --- head/net-im/corebird/distinfo Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/distinfo Thu May 4 00:43:38 2017 (r440073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485602884 -SHA256 (baedert-corebird-1.4.2_GH0.tar.gz) = 776ff02e6b58b9d2019b141047eccf25615e3ac50a2092c665e15dabf4ec8e1f -SIZE (baedert-corebird-1.4.2_GH0.tar.gz) = 462026 +TIMESTAMP = 1493852816 +SHA256 (baedert-corebird-1.5_GH0.tar.gz) = 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 +SIZE (baedert-corebird-1.5_GH0.tar.gz) = 492120 Modified: head/net-im/corebird/files/patch-Makefile.am ============================================================================== --- head/net-im/corebird/files/patch-Makefile.am Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/files/patch-Makefile.am Thu May 4 00:43:38 2017 (r440073) @@ -1,4 +1,4 @@ ---- Makefile.am.orig 2016-08-01 21:40:32 UTC +--- Makefile.am.orig 2017-05-02 13:34:40 UTC +++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} Modified: head/net-im/corebird/files/patch-data_Makefile.am ============================================================================== --- head/net-im/corebird/files/patch-data_Makefile.am Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/files/patch-data_Makefile.am Thu May 4 00:43:38 2017 (r440073) @@ -1,7 +1,7 @@ ---- data/Makefile.am.orig 2016-08-01 21:45:23 UTC +--- data/Makefile.am.orig 2017-05-02 13:34:40 UTC +++ data/Makefile.am @@ -2,7 +2,7 @@ iconprefix=$(datarootdir)/icons/hicolor/ - SUBDIRS = 256x256 128x128 96x96 64x64 48x48 32x32 24x24 16x16 + SUBDIRS = hicolor desktopdir = $(datarootdir)/applications -desktop_in_files = org.baedert.corebird.desktop.in Added: head/net-im/corebird/files/patch-src_Corebird.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/corebird/files/patch-src_Corebird.vala Thu May 4 00:43:38 2017 (r440073) @@ -0,0 +1,12 @@ +--- src/Corebird.vala.orig 2017-05-03 23:08:40 UTC ++++ src/Corebird.vala +@@ -194,7 +194,8 @@ public class Corebird : Gtk.Application + base.startup (); + this.set_resource_base_path ("/org/baedert/corebird"); + +- typeof (LazyMenuButton).ensure (); ++ new ComposeImageManager (); ++ new LazyMenuButton (); + + #if DEBUG + GLib.Environment.set_variable ("G_MESSAGES_DEBUG", "corebird", true); Modified: head/net-im/corebird/pkg-plist ============================================================================== --- head/net-im/corebird/pkg-plist Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/pkg-plist Thu May 4 00:43:38 2017 (r440073) @@ -24,6 +24,7 @@ share/icons/hicolor/96x96/apps/corebird. %%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/ga/LC_MESSAGES/corebird.mo %%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo From owner-svn-ports-all@freebsd.org Thu May 4 00:47:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F75D5A1A8; Thu, 4 May 2017 00:47:32 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49ECC1EE8; Thu, 4 May 2017 00:47:32 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v440lVZ5060932; Thu, 4 May 2017 00:47:31 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v440lVaM060931; Thu, 4 May 2017 00:47:31 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201705040047.v440lVaM060931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 4 May 2017 00:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440074 - in head/www/owncloud: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 00:47:32 -0000 Author: kevlo Date: Thu May 4 00:47:31 2017 New Revision: 440074 URL: https://svnweb.freebsd.org/changeset/ports/440074 Log: Remove files/patch-apps_user__external_lib_smb.php. Owncloud-10.* verifies Owncloud-10.x verifies each installed file using signature and reports file integrity error. PR: 219043 Submitted by: lampa@fit.vutbr.cz Deleted: head/www/owncloud/files/patch-apps_user__external_lib_smb.php Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu May 4 00:43:38 2017 (r440073) +++ head/www/owncloud/Makefile Thu May 4 00:47:31 2017 (r440074) @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ From owner-svn-ports-all@freebsd.org Thu May 4 01:40:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5911FD5CBB8; Thu, 4 May 2017 01:40:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2B10CADE; Thu, 4 May 2017 01:40:26 +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 v441eP5Y081178; Thu, 4 May 2017 01:40:25 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441ePKj081176; Thu, 4 May 2017 01:40:25 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705040140.v441ePKj081176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 01:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440075 - head/math/R-cran-RcppEigen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 01:40:26 -0000 Author: tota Date: Thu May 4 01:40:24 2017 New Revision: 440075 URL: https://svnweb.freebsd.org/changeset/ports/440075 Log: - Update to 0.3.3.3.0 Modified: head/math/R-cran-RcppEigen/Makefile (contents, props changed) head/math/R-cran-RcppEigen/distinfo (contents, props changed) Modified: head/math/R-cran-RcppEigen/Makefile ============================================================================== --- head/math/R-cran-RcppEigen/Makefile Thu May 4 00:47:31 2017 (r440074) +++ head/math/R-cran-RcppEigen/Makefile Thu May 4 01:40:24 2017 (r440075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppEigen -PORTVERSION= 0.3.2.9.0 +PORTVERSION= 0.3.3.3.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppEigen/distinfo ============================================================================== --- head/math/R-cran-RcppEigen/distinfo Thu May 4 00:47:31 2017 (r440074) +++ head/math/R-cran-RcppEigen/distinfo Thu May 4 01:40:24 2017 (r440075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471852048 -SHA256 (RcppEigen_0.3.2.9.0.tar.gz) = 25affba9065e3c12d67b1934d1ce97a928a4011a7738f7b90f0e9830409ec93b -SIZE (RcppEigen_0.3.2.9.0.tar.gz) = 1209128 +TIMESTAMP = 1493861639 +SHA256 (RcppEigen_0.3.3.3.0.tar.gz) = c88e863f144ce255b7c935214ad056d5ca4d97f39386b431849b5a8b1cd8e97f +SIZE (RcppEigen_0.3.3.3.0.tar.gz) = 1634023 From owner-svn-ports-all@freebsd.org Thu May 4 01:44:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 298D5D5CFA9; Thu, 4 May 2017 01:44:27 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFF26114B; Thu, 4 May 2017 01:44:26 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v441iQkH085287; Thu, 4 May 2017 01:44:26 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441iQLE085286; Thu, 4 May 2017 01:44:26 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201705040144.v441iQLE085286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 4 May 2017 01:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440076 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 01:44:27 -0000 Author: kevlo Date: Thu May 4 01:44:25 2017 New Revision: 440076 URL: https://svnweb.freebsd.org/changeset/ports/440076 Log: Remove unnessary REINPLACE_CMD. Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu May 4 01:40:24 2017 (r440075) +++ head/www/owncloud/Makefile Thu May 4 01:44:25 2017 (r440076) @@ -21,8 +21,6 @@ WANT_PHP_WEB= yes OWNCLOUD_USERNAME?= ${WWWOWN} OWNCLOUD_GROUPNAME?= ${WWWGRP} -IGNORE_FILES= ! -name *\.orig - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes @@ -46,14 +44,10 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3 SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient SSL_USE= PHP=openssl -post-patch: - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \ - ${WRKSRC}/apps/user_external/lib/smb.php - do-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} '${IGNORE_FILES}' + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/data .include From owner-svn-ports-all@freebsd.org Thu May 4 01:49:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8033D5A3CE; Thu, 4 May 2017 01:49:22 +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 mx1.freebsd.org (Postfix) with ESMTPS id 96E0B162F; Thu, 4 May 2017 01:49:22 +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 v441nLDu085630; Thu, 4 May 2017 01:49:21 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441nL3f085629; Thu, 4 May 2017 01:49:21 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705040149.v441nL3f085629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Thu, 4 May 2017 01:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440077 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 01:49:22 -0000 Author: ler Date: Thu May 4 01:49:21 2017 New Revision: 440077 URL: https://svnweb.freebsd.org/changeset/ports/440077 Log: Correct typo in DNSCRYPT option description PR: 219052 Submitted by: greenreaper@hotmail.com Reportee by: Approved by: adamw (mentor, implicit) Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu May 4 01:44:25 2017 (r440076) +++ head/dns/unbound/Makefile Thu May 4 01:49:21 2017 (r440077) @@ -42,7 +42,7 @@ ECDSA_DESC= Enable ECDSA (elliptic curve MUNIN_PLUGIN_DESC= Install Munin plugin FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) DNSTAP_DESC= Enable dnstap logging support -DNSCRYPT_DESC= Enable dnscryot support +DNSCRYPT_DESC= Enable dnscrypt support SUBNET_DESC= Enable client subnet support EVAPI_DESC= (Experimental) pluggable event based libunbound API support TFOCL_DESC= Enable TCP Fast Open for client mode From owner-svn-ports-all@freebsd.org Thu May 4 01:50:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF58D5A4A4; Thu, 4 May 2017 01:50:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id C116917E1; Thu, 4 May 2017 01:50:13 +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 v441oCvV085784; Thu, 4 May 2017 01:50:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441oCQW085783; Thu, 4 May 2017 01:50:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040150.v441oCQW085783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 01:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440078 - head/multimedia/libcec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 01:50:14 -0000 Author: cpm Date: Thu May 4 01:50:12 2017 New Revision: 440078 URL: https://svnweb.freebsd.org/changeset/ports/440078 Log: - Enable RPI option and exclude X11 support on armv6 [1] - Pass maintainership to submitter [2] PR: 212195 [1] Submitted by: Mikael Urankar Approved by: rene (portmgr) via email [2], Manuel Creach (maintainer timeout, 8 months) Modified: head/multimedia/libcec/Makefile Modified: head/multimedia/libcec/Makefile ============================================================================== --- head/multimedia/libcec/Makefile Thu May 4 01:49:21 2017 (r440077) +++ head/multimedia/libcec/Makefile Thu May 4 01:50:12 2017 (r440078) @@ -6,7 +6,7 @@ PORTVERSION= 4.0.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= multimedia -MAINTAINER= manuel.creach@icloud.com +MAINTAINER= mikael.urankar@gmail.com COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter LICENSE= GPLv2 @@ -29,7 +29,8 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= PYTHON X11 OPTIONS_DEFAULT= PYTHON X11 OPTIONS_DEFINE_armv6= RPI -OPTIONS_DEFAULT_armv6= +OPTIONS_DEFAULT_armv6= RPI +OPTIONS_EXCLUDE_armv6= X11 OPTIONS_SUB= yes PYTHON_DESC= build python wrapper From owner-svn-ports-all@freebsd.org Thu May 4 01:52:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29721D5A7FC; Thu, 4 May 2017 01:52:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED4201DB5; Thu, 4 May 2017 01:51:59 +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 v441pw6e089663; Thu, 4 May 2017 01:51:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441pwos089661; Thu, 4 May 2017 01:51:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705040151.v441pwos089661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 4 May 2017 01:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440079 - head/www/py-django-allauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 01:52:00 -0000 Author: wen Date: Thu May 4 01:51:58 2017 New Revision: 440079 URL: https://svnweb.freebsd.org/changeset/ports/440079 Log: - Update to 0.32.0 PR: 218927 Submitted by: vladimir.chukharev@gmail.com(maintainer) Modified: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo Modified: head/www/py-django-allauth/Makefile ============================================================================== --- head/www/py-django-allauth/Makefile Thu May 4 01:50:12 2017 (r440078) +++ head/www/py-django-allauth/Makefile Thu May 4 01:51:58 2017 (r440079) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-allauth -PORTVERSION= 0.31.0 +PORTVERSION= 0.32.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-allauth/distinfo ============================================================================== --- head/www/py-django-allauth/distinfo Thu May 4 01:50:12 2017 (r440078) +++ head/www/py-django-allauth/distinfo Thu May 4 01:51:58 2017 (r440079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491640687 -SHA256 (django-allauth-0.31.0.tar.gz) = edfff4599cd5431e4af380ddb9fc66e7b923157dcac67cceb5604b3c58003907 -SIZE (django-allauth-0.31.0.tar.gz) = 452271 +TIMESTAMP = 1493860454 +SHA256 (django-allauth-0.32.0.tar.gz) = e593338d87a57100a6fb64760e2ab8dd67fa6af8d016b4620166c832ecdec23a +SIZE (django-allauth-0.32.0.tar.gz) = 459167 From owner-svn-ports-all@freebsd.org Thu May 4 02:49:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C163D5D427; Thu, 4 May 2017 02:49:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2B41F1B; Thu, 4 May 2017 02:49:29 +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 v442nTAi010408; Thu, 4 May 2017 02:49:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v442nSOJ010406; Thu, 4 May 2017 02:49:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705040249.v442nSOJ010406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 4 May 2017 02:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440080 - head/misc/py-pyprind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 02:49:30 -0000 Author: wen Date: Thu May 4 02:49:28 2017 New Revision: 440080 URL: https://svnweb.freebsd.org/changeset/ports/440080 Log: - Update to 2.11.0 PR: 219041 Submitted by: neel@neelc.org(maintainer) Modified: head/misc/py-pyprind/Makefile head/misc/py-pyprind/distinfo Modified: head/misc/py-pyprind/Makefile ============================================================================== --- head/misc/py-pyprind/Makefile Thu May 4 01:51:58 2017 (r440079) +++ head/misc/py-pyprind/Makefile Thu May 4 02:49:28 2017 (r440080) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyprind -PORTVERSION= 2.10.0 +PORTVERSION= 2.11.0 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-pyprind/distinfo ============================================================================== --- head/misc/py-pyprind/distinfo Thu May 4 01:51:58 2017 (r440079) +++ head/misc/py-pyprind/distinfo Thu May 4 02:49:28 2017 (r440080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488561295 -SHA256 (PyPrind-2.10.0.tar.gz) = 3ca1bd20060b9a9cccb12565bd998444f0e06318d917c4a03b429eb4a7da5514 -SIZE (PyPrind-2.10.0.tar.gz) = 10833 +TIMESTAMP = 1493863467 +SHA256 (PyPrind-2.11.0.tar.gz) = b7d45740238c88413a3d572d57a50f05a1f62bdef9c4a4845c47a7f74e1be751 +SIZE (PyPrind-2.11.0.tar.gz) = 10857 From owner-svn-ports-all@freebsd.org Thu May 4 03:00:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1ECD5D94E; Thu, 4 May 2017 03:00:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9C2A3833; Thu, 4 May 2017 03:00:37 +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 v4430aIu014611; Thu, 4 May 2017 03:00:36 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4430asV014609; Thu, 4 May 2017 03:00:36 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705040300.v4430asV014609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 03:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440081 - head/math/R-cran-pbkrtest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 03:00:37 -0000 Author: tota Date: Thu May 4 03:00:36 2017 New Revision: 440081 URL: https://svnweb.freebsd.org/changeset/ports/440081 Log: - Update to 0.4-7 Modified: head/math/R-cran-pbkrtest/Makefile (contents, props changed) head/math/R-cran-pbkrtest/distinfo (contents, props changed) Modified: head/math/R-cran-pbkrtest/Makefile ============================================================================== --- head/math/R-cran-pbkrtest/Makefile Thu May 4 02:49:28 2017 (r440080) +++ head/math/R-cran-pbkrtest/Makefile Thu May 4 03:00:36 2017 (r440081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pbkrtest -DISTVERSION= 0.4-6 +DISTVERSION= 0.4-7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,7 +11,9 @@ COMMENT= Parametric bootstrap and Kenwar LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-lme4>=1.1.10:math/R-cran-lme4 +CRAN_DEPENDS= R-cran-lme4>=1.1.10:math/R-cran-lme4 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/math/R-cran-pbkrtest/distinfo ============================================================================== --- head/math/R-cran-pbkrtest/distinfo Thu May 4 02:49:28 2017 (r440080) +++ head/math/R-cran-pbkrtest/distinfo Thu May 4 03:00:36 2017 (r440081) @@ -1,2 +1,3 @@ -SHA256 (pbkrtest_0.4-6.tar.gz) = 9d28b8916fea3ffec8d5958bb8c531279b1e273f21fdbeb2fcad6d7e300a9c01 -SIZE (pbkrtest_0.4-6.tar.gz) = 165269 +TIMESTAMP = 1493862505 +SHA256 (pbkrtest_0.4-7.tar.gz) = 5cbb03ad2b2468720a5a610a0ebda48ac08119a34fca77810a85f554225c23ea +SIZE (pbkrtest_0.4-7.tar.gz) = 156406 From owner-svn-ports-all@freebsd.org Thu May 4 03:25:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA2AED5CCA7; Thu, 4 May 2017 03:25: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 mx1.freebsd.org (Postfix) with ESMTPS id BAB511F5D; Thu, 4 May 2017 03:25: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 v443PEJK027492; Thu, 4 May 2017 03:25:14 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v443PDDh027482; Thu, 4 May 2017 03:25:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040325.v443PDDh027482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 03:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440082 - in branches/2017Q2/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 03:25:16 -0000 Author: cpm Date: Thu May 4 03:25:13 2017 New Revision: 440082 URL: https://svnweb.freebsd.org/changeset/ports/440082 Log: MFH: r440072 www/chromium: update to 58.0.3029.96 Security: https://vuxml.freebsd.org/freebsd/92e345d0-304d-11e7-8359-e8e0b747a45a.html Approved by: ports-secteam (miwi) Added: branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn - copied unchanged from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc - copied unchanged from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h - copied unchanged from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h Deleted: branches/2017Q2/www/chromium/files/patch-services_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_ui_ime_BUILD.gn Modified: branches/2017Q2/www/chromium/Makefile branches/2017Q2/www/chromium/distinfo branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2017Q2/www/chromium/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/chromium/Makefile ============================================================================== --- branches/2017Q2/www/chromium/Makefile Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/Makefile Thu May 4 03:25:13 2017 (r440082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 58.0.3029.81 +PORTVERSION= 58.0.3029.96 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -244,7 +244,7 @@ test regression-test: build do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.for t in font_service ui +.for t in font_service test_ime_driver ui ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${t}.service \ ${STAGEDIR}${DATADIR} .endfor Modified: branches/2017Q2/www/chromium/distinfo ============================================================================== --- branches/2017Q2/www/chromium/distinfo Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/distinfo Thu May 4 03:25:13 2017 (r440082) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492682402 -SHA256 (chromium-58.0.3029.81.tar.xz) = 5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb -SIZE (chromium-58.0.3029.81.tar.xz) = 509252204 -SHA256 (chromium-58.0.3029.81-testdata.tar.xz) = 8fa8d18c5ccfa8cbb067c4d88a0b8ed0dfd52b5d784c2cf48b91d1cb3a2fb264 -SIZE (chromium-58.0.3029.81-testdata.tar.xz) = 124158512 +TIMESTAMP = 1493784258 +SHA256 (chromium-58.0.3029.96.tar.xz) = 5d38fd7ad3b58bd09da8ff05f12354e94c2ad1bb203527a632b72cc3ff4a5181 +SIZE (chromium-58.0.3029.96.tar.xz) = 518160320 +SHA256 (chromium-58.0.3029.96-testdata.tar.xz) = 2451cfe8f25f578dbce3b85a00589e4609958db969ad4421f89e780751bf067b +SIZE (chromium-58.0.3029.96-testdata.tar.xz) = 124156492 Copied: branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc (from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/after_startup_task_utils.cc.orig 2017-05-02 19:02:47 UTC ++++ chrome/browser/after_startup_task_utils.cc +@@ -93,7 +93,7 @@ void QueueTask(std::unique_ptr; + #endif +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_LINUX) || defined(OS_BSD)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost) { + return &NewWebUI; + } Copied: branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn (from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) @@ -0,0 +1,11 @@ +--- chrome/common/extensions/api/BUILD.gn.orig 2017-05-02 19:02:48 UTC ++++ chrome/common/extensions/api/BUILD.gn +@@ -116,7 +116,7 @@ if (is_chromeos) { + "wallpaper.json", + "wallpaper_private.json", + ] +-} else if (is_linux || is_win) { ++} else if (is_linux || is_bsd || is_win) { + schema_sources += [ "input_ime.json" ] + } + if (enable_service_discovery) { Copied: branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc (from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) @@ -0,0 +1,20 @@ +--- components/filesystem/file_system_app.cc.orig 2017-05-02 19:02:50 UTC ++++ components/filesystem/file_system_app.cc +@@ -23,7 +23,7 @@ + #elif defined(OS_ANDROID) + #include "base/base_paths_android.h" + #include "base/path_service.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "base/environment.h" + #include "base/nix/xdg_util.h" + #elif defined(OS_MACOSX) +@@ -75,7 +75,7 @@ base::FilePath FileSystemApp::GetUserDat + CHECK(PathService::Get(base::DIR_APP_DATA, &path)); + #elif defined(OS_ANDROID) + CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &path)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + std::unique_ptr env(base::Environment::Create()); + path = base::nix::GetXDGDirectory(env.get(), + base::nix::kXdgConfigHomeEnvVar, Copied: branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h (from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) @@ -0,0 +1,10 @@ +--- v8/src/wasm/wasm-result.h.orig 2017-05-02 19:04:10 UTC ++++ v8/src/wasm/wasm-result.h +@@ -5,6 +5,7 @@ + #ifndef V8_WASM_RESULT_H_ + #define V8_WASM_RESULT_H_ + ++#include + #include + + #include "src/base/compiler-specific.h" Modified: branches/2017Q2/www/chromium/pkg-plist ============================================================================== --- branches/2017Q2/www/chromium/pkg-plist Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/pkg-plist Thu May 4 03:25:13 2017 (r440082) @@ -223,6 +223,7 @@ share/applications/chromium-browser.desk %%DATADIR%%/resources/inspector/unit_test_runner.js %%DATADIR%%/resources/inspector/utility_shared_worker.js %%DATADIR%%/snapshot_blob.bin +%%DATADIR%%/test_ime_driver.service %%DATADIR%%/ui.service %%DATADIR%%/views_mus_resources.pak %%DRIVER%%bin/chromedriver From owner-svn-ports-all@freebsd.org Thu May 4 05:19:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 693D3D5DDB8; Thu, 4 May 2017 05:19:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3692C1EB9; Thu, 4 May 2017 05:19:58 +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 v445Jv44072308; Thu, 4 May 2017 05:19:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Jur7072305; Thu, 4 May 2017 05:19:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705040519.v445Jur7072305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 4 May 2017 05:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440083 - head/textproc/elixir-earmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:19:58 -0000 Author: olgeni Date: Thu May 4 05:19:56 2017 New Revision: 440083 URL: https://svnweb.freebsd.org/changeset/ports/440083 Log: Update textproc/elixir-earmark to version 1.2.1. Modified: head/textproc/elixir-earmark/Makefile head/textproc/elixir-earmark/distinfo head/textproc/elixir-earmark/pkg-plist Modified: head/textproc/elixir-earmark/Makefile ============================================================================== --- head/textproc/elixir-earmark/Makefile Thu May 4 03:25:13 2017 (r440082) +++ head/textproc/elixir-earmark/Makefile Thu May 4 05:19:56 2017 (r440083) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= earmark -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-earmark/distinfo ============================================================================== --- head/textproc/elixir-earmark/distinfo Thu May 4 03:25:13 2017 (r440082) +++ head/textproc/elixir-earmark/distinfo Thu May 4 05:19:56 2017 (r440083) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481797030 -SHA256 (pragdave-earmark-v1.1_GH0.tar.gz) = a0cb1f3f764724ce345f53dee0cd7ecde54ac598fecd34aa20bf0329c50fa7fe -SIZE (pragdave-earmark-v1.1_GH0.tar.gz) = 91270 +TIMESTAMP = 1493842637 +SHA256 (pragdave-earmark-v1.2.1_GH0.tar.gz) = 60d4e328f6c8651c66c158a8a89748923617f03801f1e50e790d659d9a15c2ee +SIZE (pragdave-earmark-v1.2.1_GH0.tar.gz) = 97523 Modified: head/textproc/elixir-earmark/pkg-plist ============================================================================== --- head/textproc/elixir-earmark/pkg-plist Thu May 4 03:25:13 2017 (r440082) +++ head/textproc/elixir-earmark/pkg-plist Thu May 4 05:19:56 2017 (r440083) @@ -16,7 +16,10 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.CLI.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Context.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Error.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Global.Messages.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.AttrParser.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.HtmlHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LeexHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LineHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LinkParser.beam @@ -25,7 +28,6 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.StringHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.YeccHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.beam -lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.EarmarkError.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Inline.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Blank.beam @@ -50,7 +52,6 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.Message.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Options.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Parser.beam -lib/elixir/lib/earmark/ebin/Elixir.Earmark.Plugin.Error.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Plugin.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Scanner.Backtix.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Scanner.Blockquote.beam @@ -76,8 +77,11 @@ lib/elixir/lib/earmark/lib/earmark.ex lib/elixir/lib/earmark/lib/earmark/block.ex lib/elixir/lib/earmark/lib/earmark/cli.ex lib/elixir/lib/earmark/lib/earmark/context.ex +lib/elixir/lib/earmark/lib/earmark/error.ex +lib/elixir/lib/earmark/lib/earmark/global/messages.ex lib/elixir/lib/earmark/lib/earmark/helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/attr_parser.ex +lib/elixir/lib/earmark/lib/earmark/helpers/html_helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/leex_helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/line_helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/link_parser.ex From owner-svn-ports-all@freebsd.org Thu May 4 05:20:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD857D5DE08; Thu, 4 May 2017 05:20:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8EB3B1FB4; Thu, 4 May 2017 05:20:32 +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 v445KVME073221; Thu, 4 May 2017 05:20:31 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445KVQN073192; Thu, 4 May 2017 05:20:31 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040520.v445KVQN073192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440084 - head/math/asymptote X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:20:32 -0000 Author: tcberner Date: Thu May 4 05:20:31 2017 New Revision: 440084 URL: https://svnweb.freebsd.org/changeset/ports/440084 Log: Fix shebangs Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/math/asymptote/Makefile Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Thu May 4 05:19:56 2017 (r440083) +++ head/math/asymptote/Makefile Thu May 4 05:20:31 2017 (r440084) @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -35,11 +35,14 @@ MAKE_JOBS_UNSAFE= yes ONLY_FOR_ARCHS= i386 amd64 -USES= gettext-runtime ghostscript gmake ncurses perl5 python tar:tgz +USES= gettext-runtime ghostscript gmake ncurses perl5 python \ + shebangfix tar:tgz USE_GL= glut USE_PERL5= build USE_TEX= dvipsk formats +SHEBANG_FILES= GUI/*.py + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # Options @@ -84,6 +87,8 @@ post-patch: @${REINPLACE_CMD} 's/-lgc/-lgc-threaded/' ${WRKSRC}/configure @${REINPLACE_CMD} 's,/usr/lib/libgs.so,${LOCALBASE}/lib/libgs.so,' \ ${WRKSRC}/settings.cc +# Fix the python interpreter in the generated file share/asymptote/GUI/xasyVersion.py: + @${REINPLACE_CMD} 's,/usr/bin/env python,${PYTHON_CMD},' ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/asy From owner-svn-ports-all@freebsd.org Thu May 4 05:21:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31239D5DF60; Thu, 4 May 2017 05:21:45 +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 mx1.freebsd.org (Postfix) with ESMTPS id F1AD2308; Thu, 4 May 2017 05:21:44 +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 v445LhcS075515; Thu, 4 May 2017 05:21:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Lhga075514; Thu, 4 May 2017 05:21:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040521.v445Lhga075514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440085 - head/math/kig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:21:45 -0000 Author: tcberner Date: Thu May 4 05:21:43 2017 New Revision: 440085 URL: https://svnweb.freebsd.org/changeset/ports/440085 Log: Fix shebangs * Make the implicit dependency on python explicit. Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/math/kig/Makefile Modified: head/math/kig/Makefile ============================================================================== --- head/math/kig/Makefile Thu May 4 05:20:31 2017 (r440084) +++ head/math/kig/Makefile Thu May 4 05:21:43 2017 (r440085) @@ -10,8 +10,11 @@ COMMENT= KDE 4 interactive geometry appl LIB_DEPENDS= libboost_python.so:devel/boost-python-libs -USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz +USES= cmake:outsource compiler:c++11-lib kde:4 python:run \ + shebangfix tar:xz USE_KDE= kdelibs automoc4 USE_QT4= gui xml moc_build qmake_build rcc_build uic_build +SHEBANG_FILES= pykig/pykig.py + .include From owner-svn-ports-all@freebsd.org Thu May 4 05:22:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEA0AD5DF87; Thu, 4 May 2017 05:22:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id BEB9863C; Thu, 4 May 2017 05:22:02 +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 v445M1PQ076513; Thu, 4 May 2017 05:22:01 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445M120076512; Thu, 4 May 2017 05:22:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040522.v445M120076512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440086 - head/comms/gnuradio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:22:03 -0000 Author: tcberner Date: Thu May 4 05:22:01 2017 New Revision: 440086 URL: https://svnweb.freebsd.org/changeset/ports/440086 Log: Fix shebangs Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/comms/gnuradio/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Thu May 4 05:21:43 2017 (r440085) +++ head/comms/gnuradio/Makefile Thu May 4 05:22:01 2017 (r440086) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -42,7 +42,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints USES= cmake:outsource compiler:c11 iconv perl5 pkgconfig pyqt:4 python:2.7 shebangfix -SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in +SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ + gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ + gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ From owner-svn-ports-all@freebsd.org Thu May 4 05:23:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402E5D5DFD6; Thu, 4 May 2017 05:23:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 10075849; Thu, 4 May 2017 05:23:47 +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 v445Nl50076663; Thu, 4 May 2017 05:23:47 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Nl7N076662; Thu, 4 May 2017 05:23:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040523.v445Nl7N076662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440087 - head/devel/libdbusmenu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:23:48 -0000 Author: tcberner Date: Thu May 4 05:23:46 2017 New Revision: 440087 URL: https://svnweb.freebsd.org/changeset/ports/440087 Log: Fix shebangs * python already get's pulled in by the dependencies, just add it to USES for the fix. Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/devel/libdbusmenu/Makefile Modified: head/devel/libdbusmenu/Makefile ============================================================================== --- head/devel/libdbusmenu/Makefile Thu May 4 05:22:01 2017 (r440086) +++ head/devel/libdbusmenu/Makefile Thu May 4 05:23:46 2017 (r440087) @@ -3,6 +3,7 @@ PORTNAME= libdbusmenu PORTVERSION= 16.04.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/243440794/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -21,13 +22,15 @@ BUILD_DEPENDS= vapigen:lang/vala \ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig python:run shebangfix USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ introspection:build gtk30 USE_XORG= x11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip +SHEBANG_FILES= tools/dbusmenu-bench + PLIST_SUB= VERSION="0.4" CONFIGURE_ARGS= --disable-static \ From owner-svn-ports-all@freebsd.org Thu May 4 05:24:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 549AFD5D038; Thu, 4 May 2017 05:24:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 23FAE936; Thu, 4 May 2017 05:24:37 +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 v445OaEk076787; Thu, 4 May 2017 05:24:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445OaOM076786; Thu, 4 May 2017 05:24:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040524.v445OaOM076786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440088 - head/graphics/hugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:24:37 -0000 Author: tcberner Date: Thu May 4 05:24:35 2017 New Revision: 440088 URL: https://svnweb.freebsd.org/changeset/ports/440088 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/graphics/hugin/Makefile Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Thu May 4 05:23:46 2017 (r440087) +++ head/graphics/hugin/Makefile Thu May 4 05:24:35 2017 (r440088) @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2016.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -27,12 +27,16 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enb gmake:devel/gmake USES= cmake compiler:c++11-lib desktop-file-utils \ - gettext jpeg pkgconfig shared-mime-info tar:bzip2 + gettext jpeg pkgconfig shared-mime-info shebangfix tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_WX= 3.0+ USE_GL= glew glut INSTALLS_ICONS= yes +SHEBANG_FILES= src/hugin_script_interface/hpi.py \ + src/hugin_script_interface/plugins/*.py \ + src/hugin_script_interface/plugins-dev/*.py + OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Thu May 4 05:25:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1991DD5D072; Thu, 4 May 2017 05:25:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id D9A56A3B; Thu, 4 May 2017 05:25:17 +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 v445PGqA076932; Thu, 4 May 2017 05:25:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445PG8g076931; Thu, 4 May 2017 05:25:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040525.v445PG8g076931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440089 - head/net-im/telepathy-gabble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:25:18 -0000 Author: tcberner Date: Thu May 4 05:25:16 2017 New Revision: 440089 URL: https://svnweb.freebsd.org/changeset/ports/440089 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/net-im/telepathy-gabble/Makefile Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Thu May 4 05:24:35 2017 (r440088) +++ head/net-im/telepathy-gabble/Makefile Thu May 4 05:25:16 2017 (r440089) @@ -3,7 +3,7 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -23,13 +23,16 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_ PORTSCOUT= limitw:1,even -USES= alias gmake libtool pathfix pkgconfig python:2,build sqlite ssl +USES= alias gmake libtool pathfix pkgconfig python:2,build shebangfix \ + sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ENV= LIBS="-pthread" INSTALL_TARGET= install-strip +SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console + PLIST_SUB= PVERSION=${PORTVERSION} .include From owner-svn-ports-all@freebsd.org Thu May 4 05:26:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 875A3D5D0CA; Thu, 4 May 2017 05:26:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id 57738B27; Thu, 4 May 2017 05:26:02 +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 v445Q1Zs077054; Thu, 4 May 2017 05:26:01 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Q1cZ077053; Thu, 4 May 2017 05:26:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040526.v445Q1cZ077053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440090 - head/science/afni X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:26:02 -0000 Author: tcberner Date: Thu May 4 05:26:01 2017 New Revision: 440090 URL: https://svnweb.freebsd.org/changeset/ports/440090 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/science/afni/Makefile Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Thu May 4 05:25:16 2017 (r440089) +++ head/science/afni/Makefile Thu May 4 05:26:01 2017 (r440090) @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2015.11.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science biology graphics MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ @@ -41,9 +41,10 @@ CONFLICTS= im-[0-9]* \ USES= gettext gmake iconv jpeg:run motif perl5 python shebangfix tar:xz SHEBANG_FILES= suma_change_spec \ 3dPAR2AFNI.pl \ - python_scripts/afni_restproc.py \ - python_scripts/lib_fat_Rfactor.py \ - pkundu/meica.libs/siemens_me2nii.py + python_scripts/*.py \ + pkundu/meica.py \ + pkundu/meica.libs/*.py \ + pkundu/meica.libs/mdp/test/run_tests.py USE_GNOME= glib20 .include From owner-svn-ports-all@freebsd.org Thu May 4 05:26:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A46B8D5D129; Thu, 4 May 2017 05:26:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 73CB9C47; Thu, 4 May 2017 05:26:25 +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 v445QOPU077171; Thu, 4 May 2017 05:26:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445QOwR077170; Thu, 4 May 2017 05:26:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040526.v445QOwR077170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440091 - head/www/uzbl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:26:25 -0000 Author: tcberner Date: Thu May 4 05:26:24 2017 New Revision: 440091 URL: https://svnweb.freebsd.org/changeset/ports/440091 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/www/uzbl/Makefile Modified: head/www/uzbl/Makefile ============================================================================== --- head/www/uzbl/Makefile Thu May 4 05:26:01 2017 (r440090) +++ head/www/uzbl/Makefile Thu May 4 05:26:24 2017 (r440091) @@ -3,6 +3,7 @@ PORTNAME= uzbl PORTVERSION= 0.9.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= www @@ -21,7 +22,7 @@ RUN_DEPENDS= socat:net/socat \ dmenu:x11/dmenu \ ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser -USES= gmake pkgconfig python:2 desktop-file-utils gettext-runtime +USES= gmake pkgconfig python:2 desktop-file-utils gettext-runtime shebangfix USE_XORG= x11 USE_GNOME= gtk20 pygtk2 cairo USE_LDCONFIG= yes @@ -30,6 +31,10 @@ INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= uzbl +SHEBANG_FILES= examples/data/scripts/auth.py \ + examples/data/scripts/scheme.py \ + examples/data/scripts/uzblcat + MAKE_ENV= PYTHON=${PYTHON_VERSION} \ MANDIR=${STAGEDIR}${MANPREFIX}/man From owner-svn-ports-all@freebsd.org Thu May 4 05:26:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F21E0D5D1BD; Thu, 4 May 2017 05:26:57 +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 mx1.freebsd.org (Postfix) with ESMTPS id BF7DEE8A; Thu, 4 May 2017 05:26:57 +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 v445QuZG077336; Thu, 4 May 2017 05:26:56 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Quq1077335; Thu, 4 May 2017 05:26:56 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040526.v445Quq1077335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440092 - head/x11/mate-applets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:26:58 -0000 Author: tcberner Date: Thu May 4 05:26:56 2017 New Revision: 440092 URL: https://svnweb.freebsd.org/changeset/ports/440092 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/x11/mate-applets/Makefile Modified: head/x11/mate-applets/Makefile ============================================================================== --- head/x11/mate-applets/Makefile Thu May 4 05:26:24 2017 (r440091) +++ head/x11/mate-applets/Makefile Thu May 4 05:26:56 2017 (r440092) @@ -3,7 +3,7 @@ PORTNAME= mate-applets PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -23,7 +23,8 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgto PORTSCOUT= limitw:1,even -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ + python shebangfix tar:xz USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon USE_XORG= x11 USE_GNOME= gdkpixbuf2 gtksourceview2 introspection:build \ @@ -44,6 +45,9 @@ GLIB_SCHEMAS= org.mate.panel.applet.char org.mate.panel.applet.timer.gschema.xml \ org.mate.stickynotes.gschema.xml +SHEBANG_FILES= invest-applet/invest/*.py \ + invest-applet/invest/mate-invest-chart + FIX_APPLETS= accessx-status battstat \ invest-applet/data stickynotes trashapplet From owner-svn-ports-all@freebsd.org Thu May 4 05:27:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393C7D5D224; Thu, 4 May 2017 05:27:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id E552BF8E; Thu, 4 May 2017 05:27:38 +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 v445RbUI077488; Thu, 4 May 2017 05:27:37 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Rb4U077486; Thu, 4 May 2017 05:27:37 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040527.v445Rb4U077486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440093 - in head/x11-wm: fvwm-crystal fvwm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:27:39 -0000 Author: tcberner Date: Thu May 4 05:27:37 2017 New Revision: 440093 URL: https://svnweb.freebsd.org/changeset/ports/440093 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/x11-wm/fvwm-crystal/Makefile head/x11-wm/fvwm2/Makefile Modified: head/x11-wm/fvwm-crystal/Makefile ============================================================================== --- head/x11-wm/fvwm-crystal/Makefile Thu May 4 05:26:56 2017 (r440092) +++ head/x11-wm/fvwm-crystal/Makefile Thu May 4 05:27:37 2017 (r440093) @@ -3,7 +3,7 @@ PORTNAME= fvwm-crystal PORTVERSION= 3.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-wm MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/ @@ -14,7 +14,8 @@ RUN_DEPENDS= fvwm>=2.5:x11-wm/fvwm2 \ bash:shells/bash USES= gettext gmake python shebangfix -SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value +SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value \ + fvwm/scripts/FvwmMPD/*.py MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons" PORTDOCS= * INSTALL_TARGET= install Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Thu May 4 05:26:56 2017 (r440092) +++ head/x11-wm/fvwm2/Makefile Thu May 4 05:27:37 2017 (r440093) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/2.6.7/ \ http://www.fvwm.org/generated/icon_download/ @@ -23,7 +23,8 @@ CONFLICTS?= fvwm-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk -USES= gmake perl5 pkgconfig gettext readline +CONFIGURE_ENV= PYTHON=${PYTHON_CMD} +USES= gmake perl5 pkgconfig python:run gettext readline USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo From owner-svn-ports-all@freebsd.org Thu May 4 06:46:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77B74D5D916; Thu, 4 May 2017 06:46:28 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3B1901B0B; Thu, 4 May 2017 06:46:28 +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 v446kRge009906; Thu, 4 May 2017 06:46:27 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v446kQU8009897; Thu, 4 May 2017 06:46:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705040646.v446kQU8009897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 4 May 2017 06:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440094 - in head/databases: mariadb101-client mariadb101-client/files mariadb101-server mariadb101-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 06:46:28 -0000 Author: brnrd Date: Thu May 4 06:46:26 2017 New Revision: 440094 URL: https://svnweb.freebsd.org/changeset/ports/440094 Log: databases/mariadb101-server: Update to 10.1.23 - Security and bugfix update to 10.1.23 - Add upstream patch for InnoDB crash - Update CMakeLists.txt patch - Remove MDEV-12261 patch (included upstream) - Fix plist issues PR: 219045 Submitted by: Dani MFH: 2017Q2 Security: d9e01c35-2531-11e7-b291-b499baebfeaf Added: head/databases/mariadb101-server/files/patch-MDEV-12281 (contents, props changed) Deleted: head/databases/mariadb101-client/files/patch-build-fail-MDEV-12261 Modified: head/databases/mariadb101-client/files/patch-CMakeLists.txt head/databases/mariadb101-client/pkg-plist head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo head/databases/mariadb101-server/files/patch-CMakeLists.txt head/databases/mariadb101-server/pkg-plist Modified: head/databases/mariadb101-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-CMakeLists.txt Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-client/files/patch-CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) @@ -1,22 +1,23 @@ ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-05-02 05:13:38 UTC +++ CMakeLists.txt -@@ -380,7 +380,6 @@ ADD_SUBDIRECTORY(libmysql) +@@ -385,7 +385,7 @@ ADD_SUBDIRECTORY(libmysql) ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) -ADD_SUBDIRECTORY(sql/share) ++#ADD_SUBDIRECTORY(sql/share) IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(tests) -@@ -460,6 +459,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -465,6 +465,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +470,7 @@ IF(UNIX) + +@@ -476,6 +477,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: head/databases/mariadb101-client/pkg-plist ============================================================================== --- head/databases/mariadb101-client/pkg-plist Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-client/pkg-plist Thu May 4 06:46:26 2017 (r440094) @@ -71,6 +71,8 @@ include/mysql/service_encryption_scheme. include/mysql/service_kill_statement.h include/mysql/service_logger.h include/mysql/service_md5.h +include/mysql/service_my_crypt.h +include/mysql/service_my_print_error.h include/mysql/service_my_snprintf.h include/mysql/service_progress_report.h include/mysql/service_sha1.h Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-server/Makefile Thu May 4 06:46:26 2017 (r440094) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.22 -PORTREVISION?= 2 +PORTVERSION= 10.1.23 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-server/distinfo Thu May 4 06:46:26 2017 (r440094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489523834 -SHA256 (mariadb-10.1.22.tar.gz) = bcb0572e7ad32cea9740a21e9255f733bdf60a5561ffbda317c22dd12b3966ce -SIZE (mariadb-10.1.22.tar.gz) = 61542321 +TIMESTAMP = 1493839895 +SHA256 (mariadb-10.1.23.tar.gz) = 54d8114e24bfa5e3ebdc7d69e071ad1471912847ea481b227d204f9d644300bf +SIZE (mariadb-10.1.23.tar.gz) = 61772244 Modified: head/databases/mariadb101-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-CMakeLists.txt Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-server/files/patch-CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) @@ -1,16 +1,14 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-05-02 05:13:38 UTC +++ CMakeLists.txt -@@ -460,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -465,6 +465,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +471,7 @@ IF(UNIX) + +@@ -476,6 +477,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Added: head/databases/mariadb101-server/files/patch-MDEV-12281 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-MDEV-12281 Thu May 4 06:46:26 2017 (r440094) @@ -0,0 +1,15 @@ +--- storage/innobase/dict/dict0stats.cc.orig 2017-05-02 07:13:44.000000000 +0200 ++++ storage/innobase/dict/dict0stats.cc 2017-05-03 17:26:34.159233678 +0200 +@@ -1168,10 +1168,10 @@ + leaf-level delete marks because delete marks on + non-leaf level do not make sense. */ + +- if (level == 0 && srv_stats_include_delete_marked? 0: ++ if (level == 0 && (srv_stats_include_delete_marked ? 0: + rec_get_deleted_flag( + rec, +- page_is_comp(btr_pcur_get_page(&pcur)))) { ++ page_is_comp(btr_pcur_get_page(&pcur))))) { + + if (rec_is_last_on_page + && !prev_rec_is_copied Modified: head/databases/mariadb101-server/pkg-plist ============================================================================== --- head/databases/mariadb101-server/pkg-plist Thu May 4 05:27:37 2017 (r440093) +++ head/databases/mariadb101-server/pkg-plist Thu May 4 06:46:26 2017 (r440094) @@ -4,6 +4,8 @@ bin/aria_ftdump bin/aria_pack bin/aria_read_log bin/innochecksum +bin/mariabackup +bin/mbstream bin/my_print_defaults bin/myisam_ftdump bin/myisamchk @@ -37,6 +39,7 @@ bin/resolveip %%TOKUDB%%bin/tokuft_logprint %%TOKUDB%%bin/tokuftdump bin/wsrep_sst_common +bin/wsrep_sst_mariabackup bin/wsrep_sst_mysqldump bin/wsrep_sst_rsync bin/wsrep_sst_xtrabackup @@ -150,7 +153,10 @@ man/man1/aria_dump_log.1.gz man/man1/aria_ftdump.1.gz man/man1/aria_pack.1.gz man/man1/aria_read_log.1.gz +man/man1/galera_new_cluster.1.gz +man/man1/galera_recovery.1.gz man/man1/innochecksum.1.gz +man/man1/mariadb-service-convert.1.gz man/man1/my_print_defaults.1.gz man/man1/myisam_ftdump.1.gz man/man1/myisamchk.1.gz @@ -168,6 +174,7 @@ man/man1/mysql_zap.1.gz man/man1/mysqlbug.1.gz man/man1/mysqld_multi.1.gz man/man1/mysqld_safe.1.gz +man/man1/mysqld_safe_helper.1.gz man/man1/mysqldumpslow.1.gz man/man1/mysqlhotcopy.1.gz man/man1/mysqltest.1.gz @@ -175,6 +182,13 @@ man/man1/perror.1.gz man/man1/replace.1.gz man/man1/resolve_stack_dump.1.gz man/man1/resolveip.1.gz +%%TOKUDB%%man/man1/tokuft_logdump.1.gz +%%TOKUDB%%man/man1/tokuftdump.1.gz +man/man1/wsrep_sst_common.1.gz +man/man1/wsrep_sst_mysqldump.1.gz +man/man1/wsrep_sst_rsync.1.gz +man/man1/wsrep_sst_xtrabackup-v2.1.gz +man/man1/wsrep_sst_xtrabackup.1.gz man/man8/mysqld.8.gz %%DATADIR%%/binary-configure %%DATADIR%%/charsets/Index.xml From owner-svn-ports-all@freebsd.org Thu May 4 09:33:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10737D5B0FE; Thu, 4 May 2017 09:33:24 +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 mx1.freebsd.org (Postfix) with ESMTPS id AA6631A85; Thu, 4 May 2017 09:33:23 +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 v449XMj8079602; Thu, 4 May 2017 09:33:22 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v449XIVe079562; Thu, 4 May 2017 09:33:18 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705040933.v449XIVe079562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 4 May 2017 09:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440095 - in head/databases: mariadb55-client mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 09:33:24 -0000 Author: brnrd Date: Thu May 4 09:33:18 2017 New Revision: 440095 URL: https://svnweb.freebsd.org/changeset/ports/440095 Log: databases/mariadb55-server: Update to 5.5.56 - Bugfix update to 5.5.56 - Re-roll patches - Convert patches to new naming convention - Add/move ldconfig config to -server - Move client option to -client port Added: head/databases/mariadb55-client/files/patch-cmake_jemalloc.cmake - copied, changed from r440094, head/databases/mariadb55-client/files/patch-cmake__jemalloc.cmake head/databases/mariadb55-client/files/patch-include_my__compare.h - copied, changed from r440094, head/databases/mariadb55-client/files/patch-include_my_compare.h head/databases/mariadb55-client/files/patch-scripts_mysql__config.sh - copied, changed from r440094, head/databases/mariadb55-client/files/patch-scripts_mysql_config.sh head/databases/mariadb55-server/files/extra-patch-include_my__compare.h - copied, changed from r440094, head/databases/mariadb55-server/files/extra-patch-include_my_compare.h head/databases/mariadb55-server/files/patch-cmake_jemalloc.cmake - copied, changed from r440094, head/databases/mariadb55-server/files/patch-cmake__jemalloc.cmake head/databases/mariadb55-server/files/patch-scripts_mysql__config.sh - copied, changed from r440094, head/databases/mariadb55-server/files/patch-scripts_mysql_config.sh head/databases/mariadb55-server/files/patch-scripts_mysqld__safe.sh - copied, changed from r440094, head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh head/databases/mariadb55-server/files/patch-sql_item__subselect.cc - copied, changed from r440094, head/databases/mariadb55-server/files/patch-sql_item_subselect.cc head/databases/mariadb55-server/files/patch-sql_sql__trigger.cc - copied, changed from r440094, head/databases/mariadb55-server/files/patch-sql_sql_trigger.cc head/databases/mariadb55-server/files/patch-sql_sql__view.cc - copied, changed from r440094, head/databases/mariadb55-server/files/patch-sql_sql_view.cc head/databases/mariadb55-server/files/patch-sql_sys__vars.cc - copied, changed from r440094, head/databases/mariadb55-server/files/patch-sql_sys_vars.cc Deleted: head/databases/mariadb55-client/files/patch-MDEV-12230 head/databases/mariadb55-client/files/patch-cmake__jemalloc.cmake head/databases/mariadb55-client/files/patch-include_my_compare.h head/databases/mariadb55-client/files/patch-scripts_mysql_config.sh head/databases/mariadb55-server/files/extra-patch-include_my_compare.h head/databases/mariadb55-server/files/patch-MDEV-12230 head/databases/mariadb55-server/files/patch-cmake__jemalloc.cmake head/databases/mariadb55-server/files/patch-scripts_mysql_config.sh head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh head/databases/mariadb55-server/files/patch-sql_item_subselect.cc head/databases/mariadb55-server/files/patch-sql_sql_trigger.cc head/databases/mariadb55-server/files/patch-sql_sql_view.cc head/databases/mariadb55-server/files/patch-sql_sys_vars.cc Modified: head/databases/mariadb55-client/Makefile head/databases/mariadb55-client/files/patch-CMakeLists.txt head/databases/mariadb55-client/files/patch-client_CMakeLists.txt head/databases/mariadb55-client/files/patch-extra_CMakeLists.txt head/databases/mariadb55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp head/databases/mariadb55-client/files/patch-include_CMakeLists.txt head/databases/mariadb55-client/files/patch-libservices_CMakeLists.txt head/databases/mariadb55-client/files/patch-man_CMakeLists.txt head/databases/mariadb55-client/files/patch-mysys_default.c head/databases/mariadb55-client/files/patch-regex_CMakeLists.txt head/databases/mariadb55-client/files/patch-scripts_CMakeLists.txt head/databases/mariadb55-client/files/patch-support-files_CMakeLists.txt head/databases/mariadb55-server/Makefile head/databases/mariadb55-server/distinfo head/databases/mariadb55-server/files/patch-CMakeLists.txt head/databases/mariadb55-server/files/patch-client_CMakeLists.txt head/databases/mariadb55-server/files/patch-extra_CMakeLists.txt head/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp head/databases/mariadb55-server/files/patch-include_CMakeLists.txt head/databases/mariadb55-server/files/patch-libmysql_CMakeLists.txt head/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt head/databases/mariadb55-server/files/patch-man_CMakeLists.txt head/databases/mariadb55-server/files/patch-mysys_default.c head/databases/mariadb55-server/files/patch-regex_CMakeLists.txt head/databases/mariadb55-server/files/patch-scripts_CMakeLists.txt head/databases/mariadb55-server/files/patch-sql_CMakeLists.txt Modified: head/databases/mariadb55-client/Makefile ============================================================================== --- head/databases/mariadb55-client/Makefile Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/Makefile Thu May 4 09:33:18 2017 (r440095) @@ -19,9 +19,11 @@ CONFLICTS_INSTALL= mariadb5[0-46-9]-clie percona*-client-* CMAKE_ARGS+= -DWITHOUT_SERVER=1 -USE_LDCONFIG= ${PREFIX}/lib/mysql CLIENT_ONLY= yes +USES+= ncurses readline + + post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private Modified: head/databases/mariadb55-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2017-04-11 22:03:13.000000000 +0200 -+++ CMakeLists.txt 2017-04-18 10:11:38.582817000 +0200 +--- CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ CMakeLists.txt @@ -393,28 +393,8 @@ ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) Modified: head/databases/mariadb55-client/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-client_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-client_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ client/CMakeLists.txt 2013-01-05 01:49:16.000000000 +0200 -@@ -34,11 +34,12 @@ +--- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ client/CMakeLists.txt +@@ -34,11 +34,12 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -14,8 +14,8 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -49,15 +50,19 @@ - MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) +@@ -50,15 +51,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim + SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) +IF(FALSE) @@ -34,7 +34,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -75,10 +80,12 @@ +@@ -76,10 +81,12 @@ IF(WIN32) ENDIF(WIN32) # async_example is just a code example, do not install it. Copied and modified: head/databases/mariadb55-client/files/patch-cmake_jemalloc.cmake (from r440094, head/databases/mariadb55-client/files/patch-cmake__jemalloc.cmake) ============================================================================== --- head/databases/mariadb55-client/files/patch-cmake__jemalloc.cmake Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-client/files/patch-cmake_jemalloc.cmake Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- cmake/jemalloc.cmake.orig 2014-10-08 15:19:51.000000000 +0200 -+++ cmake/jemalloc.cmake 2014-11-16 20:27:50.032638191 +0100 -@@ -22,11 +22,11 @@ +--- cmake/jemalloc.cmake.orig 2017-04-30 11:09:29 UTC ++++ cmake/jemalloc.cmake +@@ -22,11 +22,11 @@ MACRO (CHECK_JEMALLOC) SET(libname jemalloc) ENDIF() Modified: head/databases/mariadb55-client/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-extra_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-extra_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- extra/CMakeLists.txt.orig 2012-12-17 03:38:29.000000000 +0200 -+++ extra/CMakeLists.txt 2012-12-17 03:40:12.000000000 +0200 -@@ -54,6 +54,7 @@ +--- extra/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ extra/CMakeLists.txt +@@ -54,6 +54,7 @@ ADD_CUSTOM_TARGET(GenError DEPENDS ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp) @@ -8,7 +8,7 @@ MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) TARGET_LINK_LIBRARIES(my_print_defaults mysys) -@@ -74,11 +75,14 @@ +@@ -74,11 +75,14 @@ ENDIF() MYSQL_ADD_EXECUTABLE(replace replace.c COMPONENT Server) TARGET_LINK_LIBRARIES(replace mysys) Modified: head/databases/mariadb55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp ============================================================================== --- head/databases/mariadb55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- extra/yassl/taocrypt/src/integer.cpp.orig 2014-04-15 14:02:39.000000000 +0300 -+++ extra/yassl/taocrypt/src/integer.cpp 2014-05-16 17:00:15.000000000 +0300 -@@ -75,7 +75,7 @@ +--- extra/yassl/taocrypt/src/integer.cpp.orig 2017-04-30 11:09:29 UTC ++++ extra/yassl/taocrypt/src/integer.cpp +@@ -74,7 +74,7 @@ template CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate( size_type n, const void *) { Modified: head/databases/mariadb55-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-include_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-include_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- include/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ include/CMakeLists.txt 2012-12-23 00:48:29.000000000 +0200 -@@ -58,13 +58,18 @@ +--- include/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ include/CMakeLists.txt +@@ -59,16 +59,21 @@ INSTALL(FILES ${HEADERS} DESTINATION ${I FOREACH(f ${HEADERS_GEN_CONFIGURE}) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) ENDFOREACH(f) @@ -20,3 +20,6 @@ PATTERN mysql EXCLUDE REGEX "\\./(${EXCL_RE}$)" EXCLUDE) +ENDIF() + + INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/. DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development + FILES_MATCHING PATTERN "*.h" Copied and modified: head/databases/mariadb55-client/files/patch-include_my__compare.h (from r440094, head/databases/mariadb55-client/files/patch-include_my_compare.h) ============================================================================== --- head/databases/mariadb55-client/files/patch-include_my_compare.h Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-client/files/patch-include_my__compare.h Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- include/my_compare.h.orig 2012-12-17 03:52:37.000000000 +0200 -+++ include/my_compare.h 2012-12-17 03:53:40.000000000 +0200 -@@ -40,7 +40,7 @@ +--- include/my_compare.h.orig 2017-04-30 11:09:29 UTC ++++ include/my_compare.h +@@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. */ Modified: head/databases/mariadb55-client/files/patch-libservices_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-libservices_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-libservices_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- libservices/CMakeLists.txt.orig 2014-10-08 15:19:52.000000000 +0200 -+++ libservices/CMakeLists.txt 2014-10-17 21:47:48.000000000 +0200 -@@ -26,4 +26,6 @@ +--- libservices/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ libservices/CMakeLists.txt +@@ -26,4 +26,6 @@ SET(MYSQLSERVICES_SOURCES logger_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) Modified: head/databases/mariadb55-client/files/patch-man_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-man_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-man_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- man/CMakeLists.txt.orig 2012-12-22 21:30:12.000000000 +0200 -+++ man/CMakeLists.txt 2012-12-22 21:30:54.000000000 +0200 -@@ -30,9 +30,13 @@ +--- man/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ man/CMakeLists.txt +@@ -32,9 +32,13 @@ SET(MAN1_DEVEL mysql_config.1) SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1 mysqltest_embedded.1 mysql_client_test_embedded.1) Modified: head/databases/mariadb55-client/files/patch-mysys_default.c ============================================================================== --- head/databases/mariadb55-client/files/patch-mysys_default.c Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-mysys_default.c Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- mysys/default.c.orig 2013-10-01 21:15:03.544135869 +0200 -+++ mysys/default.c 2013-10-01 21:15:38.871375504 +0200 -@@ -89,7 +89,7 @@ +--- mysys/default.c.orig 2017-04-30 11:09:31 UTC ++++ mysys/default.c +@@ -89,7 +89,7 @@ static my_bool defaults_already_read= FA /* Which directories are searched for options (and in which order) */ @@ -9,7 +9,7 @@ #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ static const char **default_directories = NULL; -@@ -785,7 +785,7 @@ +@@ -786,7 +786,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; if (!my_stat(name,&stat_info,MYF(0))) @@ -18,7 +18,7 @@ /* Ignore world-writable regular files. This is mainly done to protect us to not read a file created by -@@ -803,6 +803,14 @@ +@@ -804,6 +804,14 @@ static int search_default_file_with_ext( if (!(fp= mysql_file_fopen(key_file_cnf, name, O_RDONLY, MYF(0)))) return 1; /* Ignore wrong files */ @@ -33,7 +33,7 @@ while (mysql_file_fgets(buff, sizeof(buff) - 1, fp)) { line++; -@@ -1067,7 +1067,8 @@ +@@ -1068,7 +1076,8 @@ void my_print_default_files(const char * if (name[0] == FN_HOMELIB) /* Add . to filenames in home */ *end++= '.'; strxmov(end, conf_file, *ext, " ", NullS); @@ -43,7 +43,7 @@ } } } -@@ -1226,10 +1226,8 @@ +@@ -1227,10 +1236,8 @@ static const char **init_default_directo errors += add_directory(alloc, "/etc/", dirs); errors += add_directory(alloc, "/etc/mysql/", dirs); Modified: head/databases/mariadb55-client/files/patch-regex_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-regex_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-regex_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- regex/CMakeLists.txt.orig 2012-12-23 00:42:41.000000000 +0200 -+++ regex/CMakeLists.txt 2012-12-23 00:42:54.000000000 +0200 -@@ -18,4 +18,6 @@ +--- regex/CMakeLists.txt.orig 2017-04-30 11:09:31 UTC ++++ regex/CMakeLists.txt +@@ -18,4 +18,6 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/ SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c) ADD_CONVENIENCE_LIBRARY(regex ${REGEX_SOURCES}) Modified: head/databases/mariadb55-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-scripts_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-scripts_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- scripts/CMakeLists.txt.orig 2014-04-15 14:02:28.000000000 +0300 -+++ scripts/CMakeLists.txt 2014-05-16 19:02:48.000000000 +0300 -@@ -72,6 +72,7 @@ +--- scripts/CMakeLists.txt.orig 2017-04-30 11:09:31 UTC ++++ scripts/CMakeLists.txt +@@ -72,6 +72,7 @@ IF(UNIX) ) ENDIF() @@ -8,7 +8,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -81,6 +82,7 @@ +@@ -81,6 +82,7 @@ INSTALL(FILES ${FIX_PRIVILEGES_SQL} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server ) @@ -16,7 +16,7 @@ # TCMalloc hacks IF(MALLOC_LIB) -@@ -140,6 +142,7 @@ +@@ -133,6 +135,7 @@ ENDIF() SET(HOSTNAME "hostname") SET(MYSQLD_USER "mysql") @@ -24,7 +24,7 @@ # Required for mysqlbug until autotools are deprecated, once done remove these # and expand default cmake variables SET(CC ${CMAKE_C_COMPILER}) -@@ -180,6 +183,7 @@ +@@ -173,6 +176,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI DESTINATION ${INSTALL_BINDIR} COMPONENT Server ) @@ -32,7 +32,7 @@ ENDIF(UNIX) -@@ -204,6 +208,7 @@ +@@ -197,6 +201,7 @@ ELSE() SET(localstatedir ${MYSQL_DATADIR}) ENDIF() @@ -40,7 +40,7 @@ IF(UNIX) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -219,6 +224,7 @@ +@@ -212,6 +217,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -48,7 +48,7 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") SET(sysconfdir ${prefix}) -@@ -276,6 +282,8 @@ +@@ -270,6 +276,8 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) STRING(REGEX REPLACE "^lib" "" lib "${lib}") SET(${var} "${${var}}-l${lib} " ) ENDIF() @@ -57,7 +57,7 @@ ELSE() SET(${var} "${${var}}-l${lib} " ) ENDIF() -@@ -334,18 +342,8 @@ +@@ -328,18 +336,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config Copied and modified: head/databases/mariadb55-client/files/patch-scripts_mysql__config.sh (from r440094, head/databases/mariadb55-client/files/patch-scripts_mysql_config.sh) ============================================================================== --- head/databases/mariadb55-client/files/patch-scripts_mysql_config.sh Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-client/files/patch-scripts_mysql__config.sh Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- scripts/mysql_config.sh.orig 2014-10-17 21:44:16.000000000 +0200 -+++ scripts/mysql_config.sh 2014-10-17 21:54:16.000000000 +0200 -@@ -109,8 +109,11 @@ +--- scripts/mysql_config.sh.orig 2017-04-30 11:09:31 UTC ++++ scripts/mysql_config.sh +@@ -109,8 +109,11 @@ fi # We intentionally add a space to the beginning and end of lib strings, simplifies replace later libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ " Modified: head/databases/mariadb55-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-client/files/patch-support-files_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-client/files/patch-support-files_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- support-files/CMakeLists.txt.orig 2014-10-08 15:19:53.000000000 +0200 -+++ support-files/CMakeLists.txt 2014-10-17 22:34:28.000000000 +0200 -@@ -41,15 +41,18 @@ +--- support-files/CMakeLists.txt.orig 2017-04-30 11:09:34 UTC ++++ support-files/CMakeLists.txt +@@ -41,15 +41,18 @@ ELSE() SET(inst_location ${INSTALL_SUPPORTFILESDIR}) ENDIF() @@ -19,9 +19,9 @@ FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -69,8 +72,10 @@ +@@ -69,8 +72,10 @@ IF(UNIX) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - INSTALL(DIRECTORY RHEL4-SElinux/ DESTINATION ${inst_location}/SELinux/RHEL4 COMPONENT SupportFiles) + ADD_SUBDIRECTORY(SELinux) ENDIF() + ENDIF() @@ -30,7 +30,7 @@ CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) -@@ -94,6 +99,7 @@ +@@ -94,6 +99,7 @@ IF(UNIX) DESTINATION ${inst_location} COMPONENT SupportFiles PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/Makefile Thu May 4 09:33:18 2017 (r440095) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.55 +PORTVERSION= 5.5.56 PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -25,6 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client USES= cmake execinfo shebangfix ssl +USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ @@ -58,9 +59,18 @@ BROKEN_sparc64= Does not compile: Unsup .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +OPTIONS_DEFINE+= FASTMTX +OPTIONS_SUB= yes +NO_OPTIONS_SORT= yes + +FASTMTX_DESC= Replace mutexes with spinlocks + +FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 + .if !defined(CLIENT_ONLY) # MySQL-Server part USES+= mysql:55m +USE_LDCONFIG|= ${PREFIX}/lib/mysql/plugin CONFLICTS_INSTALL= mariadb5[0-46-9]-server-* \ mariadb1*-server-* \ @@ -76,20 +86,6 @@ CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=/usr -DWITH_EMBEDDED_SERVER="ON" \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 -.else -# MySQL-Client part -USES+= ncurses readline -.endif - -OPTIONS_DEFINE+= FASTMTX -OPTIONS_SUB= yes -NO_OPTIONS_SORT=yes - -FASTMTX_DESC= Replace mutexes with spinlocks - -FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 - -.if !defined(CLIENT_ONLY) # MySQL-Server options OPTIONS_DEFINE+= MAXKEY OQGRAPH OPTIONS_DEFAULT+= MAXKEY @@ -102,7 +98,7 @@ OQGRAPH_USE= GCC=yes OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs OQGRAPH_BROKEN= OQGraph does not build -MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my_compare.h +MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my__compare.h .endif .include Modified: head/databases/mariadb55-server/distinfo ============================================================================== --- head/databases/mariadb55-server/distinfo Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/distinfo Thu May 4 09:33:18 2017 (r440095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492502977 -SHA256 (mariadb-5.5.55.tar.gz) = cb94e315d0fc90c62db5a6c7829c9966f674285d99b3ba3ffa575fb4a26edc86 -SIZE (mariadb-5.5.55.tar.gz) = 45757922 +TIMESTAMP = 1493881178 +SHA256 (mariadb-5.5.56.tar.gz) = 950c3422cb262b16ce133caadbc342219f50f9b45dcc71b8db78fc376a971726 +SIZE (mariadb-5.5.56.tar.gz) = 45777456 Copied and modified: head/databases/mariadb55-server/files/extra-patch-include_my__compare.h (from r440094, head/databases/mariadb55-server/files/extra-patch-include_my_compare.h) ============================================================================== --- head/databases/mariadb55-server/files/extra-patch-include_my_compare.h Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/extra-patch-include_my__compare.h Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- include/my_compare.h.orig 2012-11-28 17:49:43.000000000 +0200 -+++ include/my_compare.h 2012-12-23 02:45:51.000000000 +0200 -@@ -40,7 +40,7 @@ +--- include/my_compare.h.orig 2017-04-30 11:09:29 UTC ++++ include/my_compare.h +@@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. */ Modified: head/databases/mariadb55-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2017-04-11 20:03:13 UTC +--- CMakeLists.txt.orig 2017-04-30 11:09:29 UTC +++ CMakeLists.txt @@ -397,22 +397,22 @@ ADD_SUBDIRECTORY(sql/share) ADD_SUBDIRECTORY(support-files) Modified: head/databases/mariadb55-server/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-client_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-client_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ client/CMakeLists.txt 2012-12-23 02:37:04.000000000 +0200 -@@ -26,6 +26,7 @@ +--- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ client/CMakeLists.txt +@@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES( ) ADD_DEFINITIONS(${SSL_DEFINES}) @@ -8,7 +8,7 @@ MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ${CMAKE_SOURCE_DIR}/sql/sql_string.cc) TARGET_LINK_LIBRARIES(mysql mysqlclient) -@@ -33,6 +34,7 @@ +@@ -33,6 +34,7 @@ IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY}) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -16,7 +16,7 @@ MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -40,6 +42,7 @@ +@@ -40,6 +42,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) @@ -24,9 +24,9 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -48,17 +51,21 @@ - +@@ -49,17 +52,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) + SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) +ENDIF() @@ -46,7 +46,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -68,17 +75,20 @@ +@@ -69,17 +76,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) Copied and modified: head/databases/mariadb55-server/files/patch-cmake_jemalloc.cmake (from r440094, head/databases/mariadb55-server/files/patch-cmake__jemalloc.cmake) ============================================================================== --- head/databases/mariadb55-server/files/patch-cmake__jemalloc.cmake Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-cmake_jemalloc.cmake Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- cmake/jemalloc.cmake.orig 2014-10-08 15:19:51.000000000 +0200 -+++ cmake/jemalloc.cmake 2014-11-16 20:27:50.032638191 +0100 -@@ -22,11 +22,11 @@ +--- cmake/jemalloc.cmake.orig 2017-04-30 11:09:29 UTC ++++ cmake/jemalloc.cmake +@@ -22,11 +22,11 @@ MACRO (CHECK_JEMALLOC) SET(libname jemalloc) ENDIF() Modified: head/databases/mariadb55-server/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-extra_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-extra_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,11 +1,14 @@ ---- extra/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ extra/CMakeLists.txt 2012-12-23 02:41:57.000000000 +0200 -@@ -80,6 +80,8 @@ +--- extra/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ extra/CMakeLists.txt +@@ -80,9 +80,11 @@ IF(UNIX) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) +IF(FALSE) MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client) TARGET_LINK_LIBRARIES(mysql_waitpid mysys) - ENDIF() + +ENDIF() + MYSQL_ADD_EXECUTABLE(mysqld_safe_helper mysqld_safe_helper.c COMPONENT Server) + TARGET_LINK_LIBRARIES(mysqld_safe_helper mysys) + ENDIF() Modified: head/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp ============================================================================== --- head/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- extra/yassl/taocrypt/src/integer.cpp.orig 2014-04-15 14:02:39.000000000 +0300 -+++ extra/yassl/taocrypt/src/integer.cpp 2014-05-16 17:00:15.000000000 +0300 -@@ -75,7 +75,7 @@ +--- extra/yassl/taocrypt/src/integer.cpp.orig 2017-04-30 11:09:29 UTC ++++ extra/yassl/taocrypt/src/integer.cpp +@@ -74,7 +74,7 @@ template CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate( size_type n, const void *) { Modified: head/databases/mariadb55-server/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-include_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-include_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,7 +1,7 @@ ---- include/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ include/CMakeLists.txt 2012-12-23 05:49:42.000000000 +0200 -@@ -54,17 +54,21 @@ - handler_state.h +--- include/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ include/CMakeLists.txt +@@ -55,20 +55,24 @@ SET(HEADERS + handler_ername.h ) +IF(FALSE) @@ -22,3 +22,6 @@ PATTERN mysql EXCLUDE REGEX "\\./(${EXCL_RE}$)" EXCLUDE) +ENDIF() + + INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/. DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development + FILES_MATCHING PATTERN "*.h" Modified: head/databases/mariadb55-server/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-libmysql_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-libmysql_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- libmysql/CMakeLists.txt.orig 2014-04-15 14:02:39.000000000 +0300 -+++ libmysql/CMakeLists.txt 2014-05-16 19:33:07.000000000 +0300 -@@ -377,7 +377,7 @@ +--- libmysql/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ libmysql/CMakeLists.txt +@@ -425,7 +425,7 @@ SET(LIBS clientlib dbug strings vio mysy # Merge several convenience libraries into one big mysqlclient # and link them together into shared library. @@ -8,8 +8,8 @@ +MERGE_LIBRARIES(mysqlclient STATIC ${LIBS} COMPONENT Development NOINSTALL) # Visual Studio users need debug static library for debug projects - INSTALL_DEBUG_SYMBOLS(clientlib) -@@ -386,6 +386,7 @@ + IF(MSVC) +@@ -433,6 +433,7 @@ IF(MSVC) INSTALL_DEBUG_TARGET(clientlib DESTINATION ${INSTALL_LIBDIR}/debug) ENDIF() @@ -17,7 +17,7 @@ IF(UNIX) MACRO(GET_VERSIONED_LIBNAME LIBNAME EXTENSION VERSION OUTNAME) SET(DOT_VERSION ".${VERSION}") -@@ -400,11 +401,13 @@ +@@ -447,11 +448,13 @@ IF(UNIX) ENDMACRO() INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient ${INSTALL_LIBDIR} Development) ENDIF() @@ -32,7 +32,7 @@ IF(UNIX) # libtool compatability IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) -@@ -448,3 +451,4 @@ +@@ -495,3 +498,4 @@ IF(NOT DISABLE_SHARED) ENDFOREACH() ENDIF() ENDIF() Modified: head/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,7 +1,7 @@ ---- libservices/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ libservices/CMakeLists.txt 2012-12-23 17:32:35.000000000 +0200 -@@ -24,4 +24,6 @@ - debug_sync_service.c) +--- libservices/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ libservices/CMakeLists.txt +@@ -26,4 +26,6 @@ SET(MYSQLSERVICES_SOURCES + logger_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) +IF(FALSE) Modified: head/databases/mariadb55-server/files/patch-man_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-man_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-man_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- man/CMakeLists.txt.orig 2014-06-13 13:58:21.397251542 +0300 -+++ man/CMakeLists.txt 2014-06-13 14:00:24.132245109 +0300 -@@ -33,7 +33,8 @@ +--- man/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC ++++ man/CMakeLists.txt +@@ -34,7 +34,8 @@ SET(MAN1_TEST mysql-stress-test.pl.1 mys INSTALL(FILES ${MAN1_SERVER} DESTINATION ${INSTALL_MANDIR}/man1 COMPONENT ManPagesServer) INSTALL(FILES ${MAN8_SERVER} DESTINATION ${INSTALL_MANDIR}/man8 COMPONENT ManPagesServer) Modified: head/databases/mariadb55-server/files/patch-mysys_default.c ============================================================================== --- head/databases/mariadb55-server/files/patch-mysys_default.c Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-mysys_default.c Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- mysys/default.c.orig 2013-10-01 21:15:03.544135869 +0200 -+++ mysys/default.c 2013-10-01 21:15:38.871375504 +0200 -@@ -89,7 +89,7 @@ +--- mysys/default.c.orig 2017-04-30 11:09:31 UTC ++++ mysys/default.c +@@ -89,7 +89,7 @@ static my_bool defaults_already_read= FA /* Which directories are searched for options (and in which order) */ @@ -9,7 +9,7 @@ #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ static const char **default_directories = NULL; -@@ -785,7 +785,7 @@ +@@ -786,7 +786,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; if (!my_stat(name,&stat_info,MYF(0))) @@ -18,7 +18,7 @@ /* Ignore world-writable regular files. This is mainly done to protect us to not read a file created by -@@ -803,6 +803,14 @@ +@@ -804,6 +804,14 @@ static int search_default_file_with_ext( if (!(fp= mysql_file_fopen(key_file_cnf, name, O_RDONLY, MYF(0)))) return 1; /* Ignore wrong files */ @@ -33,7 +33,7 @@ while (mysql_file_fgets(buff, sizeof(buff) - 1, fp)) { line++; -@@ -1067,7 +1067,8 @@ +@@ -1068,7 +1076,8 @@ void my_print_default_files(const char * if (name[0] == FN_HOMELIB) /* Add . to filenames in home */ *end++= '.'; strxmov(end, conf_file, *ext, " ", NullS); @@ -43,7 +43,7 @@ } } } -@@ -1226,10 +1226,8 @@ +@@ -1227,10 +1236,8 @@ static const char **init_default_directo errors += add_directory(alloc, "/etc/", dirs); errors += add_directory(alloc, "/etc/mysql/", dirs); Modified: head/databases/mariadb55-server/files/patch-regex_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-regex_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-regex_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- regex/CMakeLists.txt.orig 2012-12-23 06:02:57.000000000 +0200 -+++ regex/CMakeLists.txt 2012-12-23 06:03:01.000000000 +0200 -@@ -18,4 +18,6 @@ +--- regex/CMakeLists.txt.orig 2017-04-30 11:09:31 UTC ++++ regex/CMakeLists.txt +@@ -18,4 +18,6 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/ SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c) ADD_CONVENIENCE_LIBRARY(regex ${REGEX_SOURCES}) Modified: head/databases/mariadb55-server/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-scripts_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-scripts_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- scripts/CMakeLists.txt.orig 2014-04-15 14:02:28.000000000 +0300 -+++ scripts/CMakeLists.txt 2014-05-16 19:36:34.000000000 +0300 -@@ -276,6 +276,8 @@ +--- scripts/CMakeLists.txt.orig 2017-04-30 11:09:31 UTC ++++ scripts/CMakeLists.txt +@@ -270,6 +270,8 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) STRING(REGEX REPLACE "^lib" "" lib "${lib}") SET(${var} "${${var}}-l${lib} " ) ENDIF() @@ -9,7 +9,7 @@ ELSE() SET(${var} "${${var}}-l${lib} " ) ENDIF() -@@ -332,16 +334,11 @@ +@@ -326,16 +328,11 @@ ELSE() ${CMAKE_CURRENT_BINARY_DIR}/mysql_config.pl ESCAPE_QUOTES @ONLY) # On Unix, most of the files end up in the bin directory SET(BIN_SCRIPTS Copied and modified: head/databases/mariadb55-server/files/patch-scripts_mysql__config.sh (from r440094, head/databases/mariadb55-server/files/patch-scripts_mysql_config.sh) ============================================================================== --- head/databases/mariadb55-server/files/patch-scripts_mysql_config.sh Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-scripts_mysql__config.sh Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- scripts/mysql_config.sh.orig 2014-04-15 14:02:39.000000000 +0300 -+++ scripts/mysql_config.sh 2014-05-16 19:08:41.000000000 +0300 -@@ -108,8 +108,11 @@ +--- scripts/mysql_config.sh.orig 2017-04-30 11:09:31 UTC ++++ scripts/mysql_config.sh +@@ -109,8 +109,11 @@ fi # We intentionally add a space to the beginning and end of lib strings, simplifies replace later libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ " Copied and modified: head/databases/mariadb55-server/files/patch-scripts_mysqld__safe.sh (from r440094, head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh) ============================================================================== --- head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-scripts_mysqld__safe.sh Thu May 4 09:33:18 2017 (r440095) @@ -1,4 +1,4 @@ ---- scripts/mysqld_safe.sh.orig 2017-01-09 14:36:43 UTC +--- scripts/mysqld_safe.sh.orig 2017-04-30 11:09:31 UTC +++ scripts/mysqld_safe.sh @@ -468,10 +468,10 @@ fi Modified: head/databases/mariadb55-server/files/patch-sql_CMakeLists.txt ============================================================================== --- head/databases/mariadb55-server/files/patch-sql_CMakeLists.txt Thu May 4 06:46:26 2017 (r440094) +++ head/databases/mariadb55-server/files/patch-sql_CMakeLists.txt Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- sql/CMakeLists.txt.orig 2013-05-22 01:09:51.000000000 +0300 -+++ sql/CMakeLists.txt 2013-06-08 14:13:06.000000000 +0300 -@@ -268,6 +268,7 @@ +--- sql/CMakeLists.txt.orig 2017-04-30 11:09:31 UTC ++++ sql/CMakeLists.txt +@@ -276,6 +276,7 @@ ADD_CUSTOM_TARGET(distclean VERBATIM ) @@ -8,7 +8,7 @@ IF(INSTALL_LAYOUT STREQUAL "STANDALONE") # Copy db.opt into data/test/ -@@ -311,6 +312,7 @@ +@@ -319,6 +320,7 @@ ELSE() INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles) ENDIF(WIN32 AND MYSQLD_EXECUTABLE) ENDIF(INSTALL_LAYOUT STREQUAL "STANDALONE") @@ -16,7 +16,7 @@ IF(WIN32) SET(my_bootstrap_sql ${CMAKE_CURRENT_BINARY_DIR}/my_bootstrap.sql) -@@ -353,8 +355,10 @@ +@@ -361,8 +363,10 @@ IF(WIN32) TARGET_LINK_LIBRARIES(mysql_upgrade_service mysys winservice) ENDIF(WIN32) Copied and modified: head/databases/mariadb55-server/files/patch-sql_item__subselect.cc (from r440094, head/databases/mariadb55-server/files/patch-sql_item_subselect.cc) ============================================================================== --- head/databases/mariadb55-server/files/patch-sql_item_subselect.cc Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-sql_item__subselect.cc Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- sql/item_subselect.cc.orig 2013-05-21 22:09:51.000000000 +0000 -+++ sql/item_subselect.cc 2013-09-26 13:13:01.105197491 +0000 -@@ -1317,7 +1317,7 @@ +--- sql/item_subselect.cc.orig 2017-04-30 11:09:31 UTC ++++ sql/item_subselect.cc +@@ -1329,7 +1329,7 @@ Item_exists_subselect::Item_exists_subse Item_subselect() { DBUG_ENTER("Item_exists_subselect::Item_exists_subselect"); Copied and modified: head/databases/mariadb55-server/files/patch-sql_sql__trigger.cc (from r440094, head/databases/mariadb55-server/files/patch-sql_sql_trigger.cc) ============================================================================== --- head/databases/mariadb55-server/files/patch-sql_sql_trigger.cc Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-sql_sql__trigger.cc Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- sql/sql_trigger.cc.orig 2013-05-21 22:09:51.000000000 +0000 -+++ sql/sql_trigger.cc 2013-09-26 13:15:55.450195525 +0000 -@@ -192,32 +192,32 @@ +--- sql/sql_trigger.cc.orig 2017-04-30 11:09:31 UTC ++++ sql/sql_trigger.cc +@@ -192,32 +192,32 @@ static File_option triggers_file_paramet { { { C_STRING_WITH_LEN("triggers") }, @@ -39,7 +39,7 @@ FILE_OPTIONS_STRLIST }, { { 0, 0 }, 0, FILE_OPTIONS_STRING } -@@ -226,7 +226,7 @@ +@@ -226,7 +226,7 @@ static File_option triggers_file_paramet File_option sql_modes_parameters= { { C_STRING_WITH_LEN("sql_modes") }, Copied and modified: head/databases/mariadb55-server/files/patch-sql_sql__view.cc (from r440094, head/databases/mariadb55-server/files/patch-sql_sql_view.cc) ============================================================================== --- head/databases/mariadb55-server/files/patch-sql_sql_view.cc Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-sql_sql__view.cc Thu May 4 09:33:18 2017 (r440095) @@ -1,6 +1,6 @@ ---- sql/sql_view.cc.orig 2013-05-21 22:09:51.000000000 +0000 -+++ sql/sql_view.cc 2013-09-26 13:16:16.065195172 +0000 -@@ -742,46 +742,46 @@ +--- sql/sql_view.cc.orig 2017-04-30 11:09:31 UTC ++++ sql/sql_view.cc +@@ -760,46 +760,46 @@ static const int required_view_parameter */ static File_option view_parameters[]= {{{ C_STRING_WITH_LEN("query")}, @@ -59,5 +59,5 @@ - my_offsetof(TABLE_LIST, view_body_utf8), + static_cast(my_offsetof(TABLE_LIST, view_body_utf8)), FILE_OPTIONS_ESTRING}, - {{NullS, 0}, 0, - FILE_OPTIONS_STRING} + {{ C_STRING_WITH_LEN("mariadb-version")}, + my_offsetof(TABLE_LIST, mariadb_version), Copied and modified: head/databases/mariadb55-server/files/patch-sql_sys__vars.cc (from r440094, head/databases/mariadb55-server/files/patch-sql_sys_vars.cc) ============================================================================== --- head/databases/mariadb55-server/files/patch-sql_sys_vars.cc Thu May 4 06:46:26 2017 (r440094, copy source) +++ head/databases/mariadb55-server/files/patch-sql_sys__vars.cc Thu May 4 09:33:18 2017 (r440095) @@ -1,15 +1,15 @@ ---- sql/sys_vars.cc.orig 2012-06-15 17:03:32.000000000 +0200 -+++ sql/sys_vars.cc 2012-06-15 17:16:23.000000000 +0200 -@@ -900,7 +900,7 @@ +--- sql/sys_vars.cc.orig 2017-04-30 11:09:31 UTC ++++ sql/sys_vars.cc +@@ -826,7 +826,7 @@ static Sys_var_ulong Sys_interactive_tim "connection before closing it", SESSION_VAR(net_interactive_timeout), CMD_LINE(REQUIRED_ARG), - VALID_RANGE(1, LONG_TIMEOUT), DEFAULT(NET_WAIT_TIMEOUT), BLOCK_SIZE(1)); + VALID_RANGE(1, INT_MAX32/1000), DEFAULT(NET_WAIT_TIMEOUT), BLOCK_SIZE(1)); - static Sys_var_ulong Sys_join_buffer_size( + static Sys_var_ulonglong Sys_join_buffer_size( "join_buffer_size", -@@ -1401,7 +1401,7 @@ +@@ -1356,7 +1356,7 @@ static Sys_var_ulong Sys_net_read_timeou "Number of seconds to wait for more data from a connection before " "aborting the read", SESSION_VAR(net_read_timeout), CMD_LINE(REQUIRED_ARG), @@ -18,7 +18,7 @@ NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_read_timeout)); -@@ -1416,7 +1416,7 @@ +@@ -1371,7 +1371,7 @@ static Sys_var_ulong Sys_net_write_timeo "Number of seconds to wait for a block to be written to a connection " "before aborting the write", SESSION_VAR(net_write_timeout), CMD_LINE(REQUIRED_ARG), @@ -27,7 +27,7 @@ NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_write_timeout)); -@@ -2257,7 +2257,7 @@ +@@ -2480,7 +2480,7 @@ static Sys_var_ulong Sys_net_wait_timeou "The number of seconds the server waits for activity on a " "connection before closing it", SESSION_VAR(net_wait_timeout), CMD_LINE(REQUIRED_ARG), From owner-svn-ports-all@freebsd.org Thu May 4 10:20:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FDA1D5C2A0; Thu, 4 May 2017 10:20:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id E0B7A1854; Thu, 4 May 2017 10:20:31 +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 v44AKUHJ096412; Thu, 4 May 2017 10:20:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44AKUSQ096407; Thu, 4 May 2017 10:20:30 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705041020.v44AKUSQ096407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 10:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440096 - in head/x11-toolkits: kirigami kirigami2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 10:20:32 -0000 Author: tcberner Date: Thu May 4 10:20:30 2017 New Revision: 440096 URL: https://svnweb.freebsd.org/changeset/ports/440096 Log: Update x11-toolkits/kirigami2 to 2.1.0 * while here, make portlint happy, and drop out-dated comment * same for x11-toolkits/kirigami Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10594 Modified: head/x11-toolkits/kirigami/Makefile head/x11-toolkits/kirigami2/Makefile head/x11-toolkits/kirigami2/distinfo head/x11-toolkits/kirigami2/pkg-plist Modified: head/x11-toolkits/kirigami/Makefile ============================================================================== --- head/x11-toolkits/kirigami/Makefile Thu May 4 09:33:18 2017 (r440095) +++ head/x11-toolkits/kirigami/Makefile Thu May 4 10:20:30 2017 (r440096) @@ -4,10 +4,9 @@ PORTNAME= kirigami PORTVERSION= 1.1.0 PORTREVISION= 1 +CATEGORIES= x11-toolkits kde # kde-framework MASTER_SITES= KDE/stable/${PORTNAME} -# kirigami will likely become a framework. So already put the distfile there. DIST_SUBDIR= KDE/kirigami -CATEGORIES= x11-toolkits kde # kde-framework MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick based components set Modified: head/x11-toolkits/kirigami2/Makefile ============================================================================== --- head/x11-toolkits/kirigami2/Makefile Thu May 4 09:33:18 2017 (r440095) +++ head/x11-toolkits/kirigami2/Makefile Thu May 4 10:20:30 2017 (r440096) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= kirigami2 -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 +CATEGORIES= x11-toolkits kde # kde-framework MASTER_SITES= KDE/stable/${PORTNAME:C/2//} -# kirigami will likely become a framework. So already put the distfile there. DIST_SUBDIR= KDE/kirigami -CATEGORIES= x11-toolkits kde # kde-framework MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick based components set Modified: head/x11-toolkits/kirigami2/distinfo ============================================================================== --- head/x11-toolkits/kirigami2/distinfo Thu May 4 09:33:18 2017 (r440095) +++ head/x11-toolkits/kirigami2/distinfo Thu May 4 10:20:30 2017 (r440096) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489235144 -SHA256 (KDE/kirigami/kirigami2-2.0.0.tar.xz) = 499bfcc5080dd65877a67700ff71f84a7b43f0f87b7c72e9f68c7bb92e11a293 -SIZE (KDE/kirigami/kirigami2-2.0.0.tar.xz) = 266580 +TIMESTAMP = 1493500771 +SHA256 (KDE/kirigami/kirigami2-2.1.0.tar.xz) = e744ff974ef100d23feda68f3fdb465aa56bf8da6992ab7e3f3fed2f4180e934 +SIZE (KDE/kirigami/kirigami2-2.1.0.tar.xz) = 274808 Modified: head/x11-toolkits/kirigami2/pkg-plist ============================================================================== --- head/x11-toolkits/kirigami2/pkg-plist Thu May 4 09:33:18 2017 (r440095) +++ head/x11-toolkits/kirigami2/pkg-plist Thu May 4 10:20:30 2017 (r440096) @@ -3,16 +3,20 @@ lib/cmake/KF5Kirigami2/KF5Kirigami2Confi lib/cmake/KF5Kirigami2/KF5Kirigami2Macros.cmake %%QT_MKSPECDIR%%/modules/qt_Kirigami2.pri %%QT_QMLDIR%%/org/kde/kirigami.2/AbstractApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/AbstractApplicationItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/AbstractApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/AbstractItemViewHeader.qml %%QT_QMLDIR%%/org/kde/kirigami.2/AbstractListItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/Action.qml %%QT_QMLDIR%%/org/kde/kirigami.2/ApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/ApplicationItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/ApplicationWindow.qml %%QT_QMLDIR%%/org/kde/kirigami.2/BasicListItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/ContextDrawer.qml %%QT_QMLDIR%%/org/kde/kirigami.2/GlobalDrawer.qml %%QT_QMLDIR%%/org/kde/kirigami.2/Heading.qml %%QT_QMLDIR%%/org/kde/kirigami.2/Icon.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/ItemViewHeader.qml %%QT_QMLDIR%%/org/kde/kirigami.2/Label.qml %%QT_QMLDIR%%/org/kde/kirigami.2/OverlayDrawer.qml %%QT_QMLDIR%%/org/kde/kirigami.2/OverlaySheet.qml @@ -25,6 +29,7 @@ lib/cmake/KF5Kirigami2/KF5Kirigami2Macro %%QT_QMLDIR%%/org/kde/kirigami.2/ToolBarApplicationHeader.qml %%QT_QMLDIR%%/org/kde/kirigami.2/Units.qml %%QT_QMLDIR%%/org/kde/kirigami.2/libkirigamiplugin.so +%%QT_QMLDIR%%/org/kde/kirigami.2/plugins.qmltypes %%QT_QMLDIR%%/org/kde/kirigami.2/private/ActionButton.qml %%QT_QMLDIR%%/org/kde/kirigami.2/private/CornerShadow.qml %%QT_QMLDIR%%/org/kde/kirigami.2/private/DefaultListItemBackground.qml @@ -34,13 +39,6 @@ lib/cmake/KF5Kirigami2/KF5Kirigami2Macro %%QT_QMLDIR%%/org/kde/kirigami.2/private/RefreshableScrollView.qml %%QT_QMLDIR%%/org/kde/kirigami.2/private/SwipeItemEventFilter.qml %%QT_QMLDIR%%/org/kde/kirigami.2/qmldir -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/AbstractApplicationHeader.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/AbstractListItem.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/ApplicationWindow.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/OverlayDrawer.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/SwipeListItem.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/Theme.qml -%%QT_QMLDIR%%/org/kde/kirigami.2/styles/Desktop/Units.qml %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Material/AbstractListItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Material/Label.qml %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Material/SwipeListItem.qml @@ -48,6 +46,14 @@ lib/cmake/KF5Kirigami2/KF5Kirigami2Macro %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Plasma/Icon.qml %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Plasma/Theme.qml %%QT_QMLDIR%%/org/kde/kirigami.2/styles/Plasma/Units.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/AbstractApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/AbstractListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/ApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/OverlayDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/SwipeListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/Theme.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/styles/org.kde.desktop/Units.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/AbstractListItem.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/ApplicationHeader.qml @@ -59,25 +65,31 @@ lib/cmake/KF5Kirigami2/KF5Kirigami2Macro %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/MenuIcon.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/PassiveNotification.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/ScrollView.qml -share/locale/ast/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/ca/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/ca@valencia/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/cs/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/de/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/en_GB/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/es/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/fr/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/gl/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/ja/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/nl/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/nn/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/pl/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/pt/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/pt_BR/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/ru/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/sk/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/sl/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/sv/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/uk/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/zh_CN/LC_MESSAGES/libkirigami2plugin_qt.qm -share/locale/zh_TW/LC_MESSAGES/libkirigami2plugin_qt.qm +share/locale/ar/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ast/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ca/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ca@valencia/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/cs/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/de/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/el/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/en_GB/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/es/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/et/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/fr/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/gl/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/hu/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/it/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ja/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ko/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/nl/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/nn/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/pl/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/pt/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/pt_BR/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/ru/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/sk/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/sl/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/sv/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/uk/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/zh_CN/LC_MESSAGES/desktop_extragear-libs_kirigami.qm +share/locale/zh_TW/LC_MESSAGES/desktop_extragear-libs_kirigami.qm From owner-svn-ports-all@freebsd.org Thu May 4 10:22:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9C87D5C3B7; Thu, 4 May 2017 10:22:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 79CDE1BF7; Thu, 4 May 2017 10:22:05 +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 v44AM4Kc099437; Thu, 4 May 2017 10:22:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44AM4T7099433; Thu, 4 May 2017 10:22:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705041022.v44AM4T7099433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 10:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440097 - in head/misc: py-qt5-demo py-qt5-doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 10:22:05 -0000 Author: tcberner Date: Thu May 4 10:22:04 2017 New Revision: 440097 URL: https://svnweb.freebsd.org/changeset/ports/440097 Log: Bind misc/py-qt5-doc and misc/py-qt5-demo to ${PYQT5_VERSION} * Bind the verson portscout uses for its lookup to ${PYQT5_VERSION}. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10593 Modified: head/misc/py-qt5-demo/Makefile head/misc/py-qt5-doc/Makefile Modified: head/misc/py-qt5-demo/Makefile ============================================================================== --- head/misc/py-qt5-demo/Makefile Thu May 4 10:20:30 2017 (r440096) +++ head/misc/py-qt5-demo/Makefile Thu May 4 10:22:04 2017 (r440097) @@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 too DISTINFO_FILE= ${PYQT_DISTINFO_FILE} NO_BUILD= yes +PORTSCOUT= limit:^${PYQT5_VERSION} + USES= python pyqt:5 USE_PYQT= core_run dbus_run designer_run \ designerplugin_run doc_run gui_run multimedia_run \ Modified: head/misc/py-qt5-doc/Makefile ============================================================================== --- head/misc/py-qt5-doc/Makefile Thu May 4 10:20:30 2017 (r440096) +++ head/misc/py-qt5-doc/Makefile Thu May 4 10:22:04 2017 (r440097) @@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 too DISTINFO_FILE= ${PYQT_DISTINFO_FILE} NO_BUILD= yes +PORTSCOUT= limit:^${PYQT5_VERSION} + USES= python pyqt:5 USE_PYQT= # From owner-svn-ports-all@freebsd.org Thu May 4 10:58:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0EA5D5D37A; Thu, 4 May 2017 10:58:12 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93216F22; Thu, 4 May 2017 10:58:12 +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 v44AwBNq012787; Thu, 4 May 2017 10:58:11 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44AwBYc012785; Thu, 4 May 2017 10:58:11 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705041058.v44AwBYc012785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 4 May 2017 10:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440098 - head/net/spoofer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 10:58:12 -0000 Author: wen Date: Thu May 4 10:58:11 2017 New Revision: 440098 URL: https://svnweb.freebsd.org/changeset/ports/440098 Log: - Update to 1.2.0 PR: 219053 Submitted by: mjl@luckie.org.nz(maintainer) Modified: head/net/spoofer/Makefile head/net/spoofer/distinfo Modified: head/net/spoofer/Makefile ============================================================================== --- head/net/spoofer/Makefile Thu May 4 10:22:04 2017 (r440097) +++ head/net/spoofer/Makefile Thu May 4 10:58:11 2017 (r440098) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spoofer -PORTVERSION= 1.0.5 -PORTREVISION= 4 +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ @@ -13,6 +12,7 @@ COMMENT= Spoofer Project testing softwar LICENSE= GPLv3 BUILD_DEPENDS= protoc:devel/protobuf +RUN_DEPENDS= scamper:net/scamper LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf PORTDOCS= README Modified: head/net/spoofer/distinfo ============================================================================== --- head/net/spoofer/distinfo Thu May 4 10:22:04 2017 (r440097) +++ head/net/spoofer/distinfo Thu May 4 10:58:11 2017 (r440098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470213762 -SHA256 (spoofer-1.0.5.tar.gz) = d7919f50a73a3b9ae7e2f14d4ca570e6da36b59e36df5d445c186cc31bce7925 -SIZE (spoofer-1.0.5.tar.gz) = 462563 +TIMESTAMP = 1493878873 +SHA256 (spoofer-1.2.0.tar.gz) = 08a48bb0b591dc8ae81027f5be4fd2fc7d2ac202b5bfcdf339bf8ace9792aeb7 +SIZE (spoofer-1.2.0.tar.gz) = 519819 From owner-svn-ports-all@freebsd.org Thu May 4 11:09:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 175A4D5D761; Thu, 4 May 2017 11:09:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id DD8B71561; Thu, 4 May 2017 11:09:51 +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 v44B9o7K016860; Thu, 4 May 2017 11:09:50 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44B9omK016858; Thu, 4 May 2017 11:09:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705041109.v44B9omK016858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 4 May 2017 11:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440099 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 11:09:52 -0000 Author: tz Date: Thu May 4 11:09:50 2017 New Revision: 440099 URL: https://svnweb.freebsd.org/changeset/ports/440099 Log: www/gitlab: Fix wrong permissions for /home/git/repositories Now the dir is owned by user "git" instead of "root" which allows GitLab to store data. Before this change every user need to correct the rights by himself. Modified: head/www/gitlab/Makefile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/Makefile Thu May 4 11:09:50 2017 (r440099) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/pkg-plist Thu May 4 11:09:50 2017 (r440099) @@ -6138,7 +6138,7 @@ @group wheel @dir /home @dir(git,git,) /home/git -@dir(,git,2770) /home/git/repositories +@dir(git,git,2770) /home/git/repositories @sample %%WWWDIR%%/config/gitlab.yml.sample @sample %%WWWDIR%%/config/unicorn.rb.sample @sample %%WWWDIR%%/config/resque.yml.sample From owner-svn-ports-all@freebsd.org Thu May 4 12:08:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72D94D5C2A8; Thu, 4 May 2017 12:08:14 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD6C1C18; Thu, 4 May 2017 12:08:14 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44C8DZD041239; Thu, 4 May 2017 12:08:13 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44C8D2A041237; Thu, 4 May 2017 12:08:13 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705041208.v44C8D2A041237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 4 May 2017 12:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440100 - in head: audio/pulseaudio devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 12:08:14 -0000 Author: tijl Date: Thu May 4 12:08:12 2017 New Revision: 440100 URL: https://svnweb.freebsd.org/changeset/ports/440100 Log: r431187 moved machine-id to the upstream default location. Remove patching of the path in audio/pulseaudio and devel/glib20. PR: 218983, 218984 Modified: head/audio/pulseaudio/Makefile head/devel/glib20/Makefile Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Thu May 4 11:09:50 2017 (r440099) +++ head/audio/pulseaudio/Makefile Thu May 4 12:08:12 2017 (r440100) @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -102,7 +102,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ ${WRKSRC}/src/daemon/default.pa.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/configure post-install: Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Thu May 4 11:09:50 2017 (r440099) +++ head/devel/glib20/Makefile Thu May 4 12:08:12 2017 (r440100) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.50.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -93,9 +93,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \ ${WRKSRC}/glib/gutils.c - @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ - ${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \ - ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \ s|-Werror|| ; \ s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure From owner-svn-ports-all@freebsd.org Thu May 4 12:33:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29906D5CE21; Thu, 4 May 2017 12:33:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id EDCA0106F; Thu, 4 May 2017 12:33:04 +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 v44CX3lw053428; Thu, 4 May 2017 12:33:03 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44CX307053426; Thu, 4 May 2017 12:33:03 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201705041233.v44CX307053426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 4 May 2017 12:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440101 - in head/irc/bitlbee-facebook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 12:33:05 -0000 Author: gahr Date: Thu May 4 12:33:03 2017 New Revision: 440101 URL: https://svnweb.freebsd.org/changeset/ports/440101 Log: irc/bitlbee-facebook: update to 1.1.1, drop patch released upstream Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.1 Deleted: head/irc/bitlbee-facebook/files/ Modified: head/irc/bitlbee-facebook/Makefile head/irc/bitlbee-facebook/distinfo Modified: head/irc/bitlbee-facebook/Makefile ============================================================================== --- head/irc/bitlbee-facebook/Makefile Thu May 4 12:08:12 2017 (r440100) +++ head/irc/bitlbee-facebook/Makefile Thu May 4 12:33:03 2017 (r440101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitlbee-facebook -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX=v PORTEPOCH= 1 CATEGORIES= irc Modified: head/irc/bitlbee-facebook/distinfo ============================================================================== --- head/irc/bitlbee-facebook/distinfo Thu May 4 12:08:12 2017 (r440100) +++ head/irc/bitlbee-facebook/distinfo Thu May 4 12:33:03 2017 (r440101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490859018 -SHA256 (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = ac6d72b0f5b10971ff811fed5cdb9e4fdded43174fe8c16b1bfe7bbfa6c11088 -SIZE (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = 66317 +TIMESTAMP = 1493900905 +SHA256 (bitlbee-bitlbee-facebook-v1.1.1_GH0.tar.gz) = 100cd5977fdb2495cb7d0325d12cc3825ccba0c7a2adce9146c9228f15c4e699 +SIZE (bitlbee-bitlbee-facebook-v1.1.1_GH0.tar.gz) = 66460 From owner-svn-ports-all@freebsd.org Thu May 4 12:52:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30FB7D5E369; Thu, 4 May 2017 12:52:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 02B6A1C45; Thu, 4 May 2017 12:52:36 +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 v44CqaaP061477; Thu, 4 May 2017 12:52:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44CqZN3061475; Thu, 4 May 2017 12:52:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705041252.v44CqZN3061475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 4 May 2017 12:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440102 - head/databases/rubygem-pghero-rails5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 12:52:37 -0000 Author: jrm Date: Thu May 4 12:52:35 2017 New Revision: 440102 URL: https://svnweb.freebsd.org/changeset/ports/440102 Log: databases/rubygem-pghero-rails5: Update to version 1.7.0 Upstream changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit) Modified: head/databases/rubygem-pghero-rails5/Makefile head/databases/rubygem-pghero-rails5/distinfo Modified: head/databases/rubygem-pghero-rails5/Makefile ============================================================================== --- head/databases/rubygem-pghero-rails5/Makefile Thu May 4 12:33:03 2017 (r440101) +++ head/databases/rubygem-pghero-rails5/Makefile Thu May 4 12:52:35 2017 (r440102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pghero -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 Modified: head/databases/rubygem-pghero-rails5/distinfo ============================================================================== --- head/databases/rubygem-pghero-rails5/distinfo Thu May 4 12:33:03 2017 (r440101) +++ head/databases/rubygem-pghero-rails5/distinfo Thu May 4 12:52:35 2017 (r440102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492694914 -SHA256 (rubygem/pghero-1.6.5.gem) = 1949e13bad031dda1179df4a3a80baa88c9b8970f1082f602a8b3bcfbaf80d86 -SIZE (rubygem/pghero-1.6.5.gem) = 245248 +TIMESTAMP = 1493902171 +SHA256 (rubygem/pghero-1.7.0.gem) = 5273b49a7d383da680ed6a3333b5afc61617ceec797f488d1386d9fc2ec0adf3 +SIZE (rubygem/pghero-1.7.0.gem) = 245760 From owner-svn-ports-all@freebsd.org Thu May 4 12:58:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B43C2D5E63E; Thu, 4 May 2017 12:58:28 +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 mx1.freebsd.org (Postfix) with ESMTPS id 837891F23; Thu, 4 May 2017 12:58:28 +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 v44CwRAA061834; Thu, 4 May 2017 12:58:27 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44CwRfg061832; Thu, 4 May 2017 12:58:27 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705041258.v44CwRfg061832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 4 May 2017 12:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440103 - head/devel/rubygem-font-awesome-rails-rails5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 12:58:28 -0000 Author: jrm Date: Thu May 4 12:58:27 2017 New Revision: 440103 URL: https://svnweb.freebsd.org/changeset/ports/440103 Log: devel/rubygem-font-awesome-rails-rails5: Update to version 4.7.0.2 Upstream changes: https://github.com/bokmann/font-awesome-rails/releases Approved by: swills (mentor, implicit) Modified: head/devel/rubygem-font-awesome-rails-rails5/Makefile head/devel/rubygem-font-awesome-rails-rails5/distinfo Modified: head/devel/rubygem-font-awesome-rails-rails5/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails5/Makefile Thu May 4 12:52:35 2017 (r440102) +++ head/devel/rubygem-font-awesome-rails-rails5/Makefile Thu May 4 12:58:27 2017 (r440103) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome-rails -PORTVERSION= 4.7.0.1 +PORTVERSION= 4.7.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 Modified: head/devel/rubygem-font-awesome-rails-rails5/distinfo ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails5/distinfo Thu May 4 12:52:35 2017 (r440102) +++ head/devel/rubygem-font-awesome-rails-rails5/distinfo Thu May 4 12:58:27 2017 (r440103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483220370 -SHA256 (rubygem/font-awesome-rails-4.7.0.1.gem) = 9cdaaa34cef55b2f856efab04c40900fe4586842949f4c8fcc947a7ce43e8061 -SIZE (rubygem/font-awesome-rails-4.7.0.1.gem) = 637952 +TIMESTAMP = 1493902387 +SHA256 (rubygem/font-awesome-rails-4.7.0.2.gem) = d292b42b6f10557eecb22a533c863141c4de2083ba7fe0849a7ae249695bcfb9 +SIZE (rubygem/font-awesome-rails-4.7.0.2.gem) = 637952 From owner-svn-ports-all@freebsd.org Thu May 4 13:06:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE61CD5E8F4; Thu, 4 May 2017 13:06:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id B039E7F9; Thu, 4 May 2017 13:06:58 +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 v44D6vDL066009; Thu, 4 May 2017 13:06:57 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44D6vIT066007; Thu, 4 May 2017 13:06:57 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705041306.v44D6vIT066007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 4 May 2017 13:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440104 - head/devel/rubygem-sidekiq-unique-jobs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:06:59 -0000 Author: jrm Date: Thu May 4 13:06:57 2017 New Revision: 440104 URL: https://svnweb.freebsd.org/changeset/ports/440104 Log: devel/rubygem-sidekiq-unique-jobs: Update to version 5.0.8 Upstream changes: https://github.com/mhenrixon/sidekiq-unique-jobs/releases Approved by: swills (mentor, implicit) Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile head/devel/rubygem-sidekiq-unique-jobs/distinfo Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/Makefile Thu May 4 12:58:27 2017 (r440103) +++ head/devel/rubygem-sidekiq-unique-jobs/Makefile Thu May 4 13:06:57 2017 (r440104) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sidekiq-unique-jobs -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-unique-jobs/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/distinfo Thu May 4 12:58:27 2017 (r440103) +++ head/devel/rubygem-sidekiq-unique-jobs/distinfo Thu May 4 13:06:57 2017 (r440104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493412676 -SHA256 (rubygem/sidekiq-unique-jobs-5.0.7.gem) = 83b2bba0a6120c09fc8485a61962e2869a3b067aec1597e9599dc2523f68d9df -SIZE (rubygem/sidekiq-unique-jobs-5.0.7.gem) = 27648 +TIMESTAMP = 1493902772 +SHA256 (rubygem/sidekiq-unique-jobs-5.0.8.gem) = 82853ae9a44ce6f995273b7d4178ea696ee81e571bc86d95dafddd4ed5dca8c0 +SIZE (rubygem/sidekiq-unique-jobs-5.0.8.gem) = 27648 From owner-svn-ports-all@freebsd.org Thu May 4 13:19:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFF89D5EB71; Thu, 4 May 2017 13:19:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id B306CE32; Thu, 4 May 2017 13:19:05 +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 v44DJ4cS070318; Thu, 4 May 2017 13:19:04 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44DJ4vC070316; Thu, 4 May 2017 13:19:04 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201705041319.v44DJ4vC070316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 4 May 2017 13:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440105 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:19:06 -0000 Author: gahr Date: Thu May 4 13:19:04 2017 New Revision: 440105 URL: https://svnweb.freebsd.org/changeset/ports/440105 Log: lang/seed7: update to 05_20170501 With this update, lang/seed7 depends on a number of database client libraries (MySQL, SQLite, unixODBC and PostgreSQL). The reason for this is that the configuration stage doesn't allow to specify which database drivers to use, but rather automatically links against what's installed. This would cause non-tracked dependencies in the case the user building the port happens to have any of the drivers installed at build time. 20170501: - The example program diff7.sd7 has been added. This program compares two files line by line. - The example program hd.sd7 has been added. This program writes a hexdump of a given file. - The functions sha384 and sha512 have been added to msgdigest.s7i. - The compiler has been improved to optimize expressions like bin64(aBigExpression mod aPowerOfTwo). - The library vectorfont.s7i has been improved to allow scaling of vector fonts. - The dialog element passwordField has been added to cgidialog.s7i. The passwordField dialog element allows entering a password without readable echo. - The function readPassword has been added to editline.s7i. - In array.s7i the for-until loops for arrays have been improved to work correct, when the until-condition uses the for variable. - In cli_cmds.s7i the functions getCommandParameter, getUnixCommandParameter and getDosCommandParameter has been improved to recognize when a closing quote is missing. - In cli_cmds.s7i in the function processCommand the handling of external commands with redirection of stdin has been improved. - The functions xyArray and scale have been added to graph.s7i. - In seed7_05.s7i the exception DATABASE_ERROR has been introduced. - The programs sql7.sd7 and chkdb.sd7 have been improved to use the new exception DATABASE_ERROR. - A parse operator for dbCategory has been added to sql_base.s7i. - The pictures return_pic and right_arrow_pic have been added to pic32.s7i and pic16.s7i. - The function checkBinBinaryWithBigMod has been added to chkbin.sd7. This function checks the optimizations done with expressions like bin64(aBigExpression mod aPowerOfTwo). - In tls.s7i the type securityParameters has been renamed to tlsParameters. The functions showMsg and showMsgType have been renamed to showTlsMsg respectively showTlsMsgType. - In tls.s7i the generation of CLIENT_HELLO, SERVER_HELLO, CERTIFICATE, SERVER_HELLO_DONE, CLIENT_KEY_EXCHANGE, CHANGE_CIPHER_SPEC, FINISHED, ALERT and APPLICATION_DATA messages has been improved. - In int_act.s7i the types addSubElementType and addSubElementListType have been renamed to addSubIntElementType respectively addSubIntListType. - In the compiler (in big_act.s7i, function process_const_big_mod) the handling of the bigInteger mod operator, when the divisor is a power of two, has been improved. Now a temporary result is freed. - In the compiler (in big_act.s7i, function process_const_big_mult) the handling of the bigInteger multiplication with a negated power of two has been improved. Now a temporary result is freed. - The functions generateAddSubParamList and evaluateConstants have been added to comp/big_act.s7i. - The function optimize_bin_binary_of_big_mod has been added to the Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Thu May 4 13:06:57 2017 (r440104) +++ head/lang/seed7/Makefile Thu May 4 13:19:04 2017 (r440105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20170129 +DISTVERSION= 05_20170501 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,10 +16,13 @@ COMMENT= High-level, extensible programm LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +LIB_DEPENDS= libodbc.so:databases/unixODBC + OPTIONS_DEFINE= DOCS EXAMPLES -USES= ncurses tar:tgz +USES= mysql:client ncurses pgsql sqlite tar:tgz USE_XORG= x11 +WANT_PGSQL= client ONLY_FOR_ARCHS= i386 amd64 sparc64 Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Thu May 4 13:06:57 2017 (r440104) +++ head/lang/seed7/distinfo Thu May 4 13:19:04 2017 (r440105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485777042 -SHA256 (seed7_05_20170129.tgz) = 38517f699302b7bb83f669d1ed38f3050d6eb1a80c51f92d4005528af073b982 -SIZE (seed7_05_20170129.tgz) = 2706706 +TIMESTAMP = 1493901277 +SHA256 (seed7_05_20170501.tgz) = 5e732b5ba76946933114cfd7a450bec0488472c8540943954ea96eb812ddabeb +SIZE (seed7_05_20170501.tgz) = 2745078 From owner-svn-ports-all@freebsd.org Thu May 4 13:19:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C50B1D5EC05; Thu, 4 May 2017 13:19:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id 91F40F6B; Thu, 4 May 2017 13:19:52 +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 v44DJpp4070462; Thu, 4 May 2017 13:19:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44DJpd2070460; Thu, 4 May 2017 13:19:51 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705041319.v44DJpd2070460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 4 May 2017 13:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440106 - head/devel/pear-PHP_CodeSniffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:19:52 -0000 Author: tz Date: Thu May 4 13:19:51 2017 New Revision: 440106 URL: https://svnweb.freebsd.org/changeset/ports/440106 Log: devel/pear-PHP_CodeSniffer: Update from 2.8.1 to 3.0.0 Changelog: https://pear.php.net/package/PHP_CodeSniffer/download/All Modified: head/devel/pear-PHP_CodeSniffer/Makefile head/devel/pear-PHP_CodeSniffer/distinfo Modified: head/devel/pear-PHP_CodeSniffer/Makefile ============================================================================== --- head/devel/pear-PHP_CodeSniffer/Makefile Thu May 4 13:19:04 2017 (r440105) +++ head/devel/pear-PHP_CodeSniffer/Makefile Thu May 4 13:19:51 2017 (r440106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PHP_CodeSniffer -PORTVERSION= 2.8.1 +PORTVERSION= 3.0.0 CATEGORIES= devel www pear MAINTAINER= tz@FreeBSD.org Modified: head/devel/pear-PHP_CodeSniffer/distinfo ============================================================================== --- head/devel/pear-PHP_CodeSniffer/distinfo Thu May 4 13:19:04 2017 (r440105) +++ head/devel/pear-PHP_CodeSniffer/distinfo Thu May 4 13:19:51 2017 (r440106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489447987 -SHA256 (PEAR/PHP_CodeSniffer-2.8.1.tgz) = 1028c4fdd0b364886f870acf87fdc4042f77cbc38af6c51eca60c6c3f7e11a9b -SIZE (PEAR/PHP_CodeSniffer-2.8.1.tgz) = 522712 +TIMESTAMP = 1493903404 +SHA256 (PEAR/PHP_CodeSniffer-3.0.0.tgz) = f9a14d3a853fccca2ffcabd26f974d675638f5ed10934bcb5f041936b5acf785 +SIZE (PEAR/PHP_CodeSniffer-3.0.0.tgz) = 522666 From owner-svn-ports-all@freebsd.org Thu May 4 13:30:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1753BD5EE66; Thu, 4 May 2017 13:30:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id DAC0A1641; Thu, 4 May 2017 13:30:24 +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 v44DUNfl074556; Thu, 4 May 2017 13:30:23 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44DUN4W074554; Thu, 4 May 2017 13:30:23 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201705041330.v44DUN4W074554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 4 May 2017 13:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440107 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:30:25 -0000 Author: gahr Date: Thu May 4 13:30:23 2017 New Revision: 440107 URL: https://svnweb.freebsd.org/changeset/ports/440107 Log: lang/seed7: include orphaned pkg-plist items, bump PORTREVISION Modified: head/lang/seed7/Makefile head/lang/seed7/pkg-plist Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Thu May 4 13:19:51 2017 (r440106) +++ head/lang/seed7/Makefile Thu May 4 13:30:23 2017 (r440107) @@ -3,6 +3,7 @@ PORTNAME= seed7 DISTVERSION= 05_20170501 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/pkg-plist ============================================================================== --- head/lang/seed7/pkg-plist Thu May 4 13:19:51 2017 (r440106) +++ head/lang/seed7/pkg-plist Thu May 4 13:30:23 2017 (r440107) @@ -121,6 +121,7 @@ lib/seed7/lib/hmac.s7i lib/seed7/lib/html.s7i lib/seed7/lib/html_ent.s7i lib/seed7/lib/httpserv.s7i +lib/seed7/lib/http_response.s7i lib/seed7/lib/idxarray.s7i lib/seed7/lib/image.s7i lib/seed7/lib/inflate.s7i @@ -200,6 +201,7 @@ lib/seed7/lib/vecfont10.s7i lib/seed7/lib/vecfont18.s7i lib/seed7/lib/vector3d.s7i lib/seed7/lib/vectorfont.s7i +lib/seed7/lib/wildcard.s7i lib/seed7/lib/window.s7i lib/seed7/lib/wrinum.s7i lib/seed7/lib/x509cert.s7i From owner-svn-ports-all@freebsd.org Thu May 4 13:32:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 748C1D5EFAA; Thu, 4 May 2017 13: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 mx1.freebsd.org (Postfix) with ESMTPS id 37A8519D9; Thu, 4 May 2017 13: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 v44DW88t078509; Thu, 4 May 2017 13:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44DW8Jw078508; Thu, 4 May 2017 13:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705041332.v44DW8Jw078508@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, 4 May 2017 13:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440108 - branches/2017Q2/lang/ruby24 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:32:09 -0000 Author: sunpoet Date: Thu May 4 13:32:08 2017 New Revision: 440108 URL: https://svnweb.freebsd.org/changeset/ports/440108 Log: MFH: r439891 Fix PLIST when CAPIDOCS option is enabled PR: 218504 Reported by: Kalten Approved by: ports-secteam Modified: branches/2017Q2/lang/ruby24/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/lang/ruby24/pkg-plist ============================================================================== --- branches/2017Q2/lang/ruby24/pkg-plist Thu May 4 13:30:23 2017 (r440107) +++ branches/2017Q2/lang/ruby24/pkg-plist Thu May 4 13:32:08 2017 (r440108) @@ -912,7 +912,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md %%DOCS%%%%RUBY_DOCDIR%%/README.md %%CAPIDOCS%%%%DOCS%%%%RUBY_DOCDIR%%/capi/.timestamp -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/.timestamp %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bdwn.png @@ -938,6 +937,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.png @@ -1863,8 +1864,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d4f/structtest__structure__4.html @@ -2194,8 +2193,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd9/reader_8c.html @@ -2337,9 +2334,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d60/nkf_2nkf-utf8_2config_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d69/structstruct__108byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.md5 @@ -3016,9 +3010,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d32/tcpserver_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.png @@ -3734,8 +3725,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/da4/regenc_8h__incl.map From owner-svn-ports-all@freebsd.org Thu May 4 14:06:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D8CD5CCA0; Thu, 4 May 2017 14:06:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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 7CB371027; Thu, 4 May 2017 14:06:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2015EBDC91; Thu, 4 May 2017 16:06:24 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id E599FBDC89; Thu, 4 May 2017 16:06:23 +0200 (CEST) Subject: Re: svn commit: r440074 - in head/www/owncloud: . files To: Kevin Lo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705040047.v440lVaM060931@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <412a4d2d-2d22-aa2a-000b-3ce4ae55d4b2@FreeBSD.org> Date: Thu, 4 May 2017 16:06:21 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <201705040047.v440lVaM060931@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lWn5SI0HaQKlNQPpqPONPcU3q9efAFDG2" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 14:06:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lWn5SI0HaQKlNQPpqPONPcU3q9efAFDG2 Content-Type: multipart/mixed; boundary="fkBR4EvQAj88fUBv8sJi95kfxSgGqKD8b"; protected-headers="v1" From: Mathieu Arnold To: Kevin Lo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <412a4d2d-2d22-aa2a-000b-3ce4ae55d4b2@FreeBSD.org> Subject: Re: svn commit: r440074 - in head/www/owncloud: . files References: <201705040047.v440lVaM060931@repo.freebsd.org> In-Reply-To: <201705040047.v440lVaM060931@repo.freebsd.org> --fkBR4EvQAj88fUBv8sJi95kfxSgGqKD8b Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 04/05/2017 =C3=A0 02:47, Kevin Lo a =C3=A9crit : > Author: kevlo > Date: Thu May 4 00:47:31 2017 > New Revision: 440074 > URL: https://svnweb.freebsd.org/changeset/ports/440074 > > Log: > Remove files/patch-apps_user__external_lib_smb.php. There is a good chance this breaks using the smb bits of OwnCloud. > Owncloud-10.* verifies > Owncloud-10.x verifies each installed file using signature and report= s file > integrity error. This is not exactly true. It does not check signatures, it checks sha512 hashes, all one would need is also patch the signature.json file with the correct hash. --=20 Mathieu Arnold --fkBR4EvQAj88fUBv8sJi95kfxSgGqKD8b-- --lWn5SI0HaQKlNQPpqPONPcU3q9efAFDG2 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 iQJ8BAEBCgBmBQJZCzVfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85InJUP/i/24VpE8YbvQ6pDJLty11lU bcd1gmQ9sHiHdmQfup7QjQpJ7tQTlPxduvyxJc9ZBzbvSpUU3MyoDsWaIp4P+s5g K5e26HgslLHFq1S6DKHDcUx2GSiJsTmhnIEThT0mONmVyDp66Vm0nZx+kPzOnsn0 bfTGDe38t/NyP1W+oo7PQcTr81p6C5m3cHMrDXlGv9ebqhx6ar7Umn5DJClWGRO4 ohc6V9Bt9q6oVchN5ivfxlDoMlQIc+/KW5CC9x6NKXJeI26HYi8iIoU3/1basKfz 1T0JqER1sx+ifaxK7KpIQdF8JGDYcxABn4I3fgkVVCm2dK8NAfhq8HFLHD+6xrHM InFep7rEE6v6W6iKrjJtnnUwBoLQgsZPkJ9L8lDOz6vdcYi4EBPelrICPiSB8Ktr odIVC9vIa22G0aZb1KDGPScfTWTbws6guRrYbCpL3YXFsqmy7ASIPpbIjAjx6xgc bix2hUJBrHc9MIhm5BA0TETDLjKae/LyVtL0HFKJGi2Pe65XBMAPB+T/OjQF+W1S BL+MvlekeXWwb5ljZvyytTuCbG5x58d/9fs7vsNFABRHIfVXJwAKSKvOD4HZWRS+ LAuwL0hwIMjFohBrGrXtFSgDgmBV2Rq9EBFFtt/OSj/kLK2g00NbU50sgXONQrof nlh9AKj3I7N2c1QW0+Ik =HAlr -----END PGP SIGNATURE----- --lWn5SI0HaQKlNQPpqPONPcU3q9efAFDG2-- From owner-svn-ports-all@freebsd.org Thu May 4 14:16:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B34D5D13D; Thu, 4 May 2017 14:16:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id 10356174F; Thu, 4 May 2017 14:16:31 +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 v44EGVK9094992; Thu, 4 May 2017 14:16:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44EGU3N094990; Thu, 4 May 2017 14:16:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705041416.v44EGU3N094990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 4 May 2017 14:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440109 - in head/net-mgmt/nagios-plugins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 14:16:32 -0000 Author: mat Date: Thu May 4 14:16:30 2017 New Revision: 440109 URL: https://svnweb.freebsd.org/changeset/ports/440109 Log: Fix check_swap. PR: 219068 Submitted by: Markus Wennrich Sponsored by: Absolight Modified: head/net-mgmt/nagios-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-plugins/files/patch-configure (contents, props changed) Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Thu May 4 13:32:08 2017 (r440108) +++ head/net-mgmt/nagios-plugins/Makefile Thu May 4 14:16:30 2017 (r440109) @@ -3,6 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ Modified: head/net-mgmt/nagios-plugins/files/patch-configure ============================================================================== --- head/net-mgmt/nagios-plugins/files/patch-configure Thu May 4 13:32:08 2017 (r440108) +++ head/net-mgmt/nagios-plugins/files/patch-configure Thu May 4 14:16:30 2017 (r440109) @@ -1,6 +1,6 @@ ---- configure.orig 2017-04-19 16:03:27 UTC -+++ configure -@@ -22004,7 +22004,7 @@ then +--- configure.orig 2017-04-19 18:03:27.000000000 +0200 ++++ configure +@@ -22004,7 +22004,7 @@ $as_echo "$ac_cv_ps_command" >&6; } elif ps -axwwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \ @@ -9,3 +9,12 @@ then ac_cv_ps_varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" ac_cv_ps_command="$PATH_TO_PS -axwwo 'stat uid pid ppid vsz rss pcpu comm args'" +@@ -23798,7 +23798,7 @@ + + if $PATH_TO_SWAPINFO -k 2>/dev/null | egrep -i "^Device +1K-blocks +Used +Avail" >/dev/null + then +- ac_cv_swap_format="%*s %f %*d %f" ++ ac_cv_swap_format="%*s %lf %*d %lf" + ac_cv_swap_conv=1024 + { $as_echo "$as_me:$LINENO: result: using FreeBSD format swapinfo" >&5 + $as_echo "using FreeBSD format swapinfo" >&6; } From owner-svn-ports-all@freebsd.org Thu May 4 14:58:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 057B1D5E0DC; Thu, 4 May 2017 14:58:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id D6DB919F6; Thu, 4 May 2017 14:58:55 +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 v44Ewsud011793; Thu, 4 May 2017 14:58:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Ewsa8011785; Thu, 4 May 2017 14:58:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705041458.v44Ewsa8011785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 4 May 2017 14:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440110 - in head: Mk/Uses Tools/scripts comms/qtel databases/rocksdb-lite editors/plume-creator-devel games/chessx sysutils/burp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 14:58:56 -0000 Author: mat Date: Thu May 4 14:58:54 2017 New Revision: 440110 URL: https://svnweb.freebsd.org/changeset/ports/440110 Log: Fix some FreeBSD.org case of bad case. Sponsored by: Absolight Modified: head/Mk/Uses/cpe.mk head/Tools/scripts/portsvar.sh head/comms/qtel/Makefile (contents, props changed) head/databases/rocksdb-lite/Makefile (contents, props changed) head/editors/plume-creator-devel/Makefile (contents, props changed) head/games/chessx/Makefile (contents, props changed) head/sysutils/burp/Makefile (contents, props changed) Modified: head/Mk/Uses/cpe.mk ============================================================================== --- head/Mk/Uses/cpe.mk Thu May 4 14:16:30 2017 (r440109) +++ head/Mk/Uses/cpe.mk Thu May 4 14:58:54 2017 (r440110) @@ -16,7 +16,7 @@ # otherwise ${ARCH}. # CPE_OTHER Defaults to ${PORTREVISION} if non-zero. # -# MAINTAINER: ports-secteam@freebsd.org +# MAINTAINER: ports-secteam@FreeBSD.org .if !defined(_INCLUDE_USES_CPE_MK) _INCLUDE_USES_CPE_MK= yes Modified: head/Tools/scripts/portsvar.sh ============================================================================== --- head/Tools/scripts/portsvar.sh Thu May 4 14:16:30 2017 (r440109) +++ head/Tools/scripts/portsvar.sh Thu May 4 14:58:54 2017 (r440110) @@ -29,7 +29,7 @@ # # $FreeBSD$ # -# MAINTAINER= daichi@freebsd.org +# MAINTAINER= daichi@FreeBSD.org usage_msg="usage: portsvar.sh [-a] [-e] [-w target] [-h] [var=val ...] var1 [var2 ...] Modified: head/comms/qtel/Makefile ============================================================================== --- head/comms/qtel/Makefile Thu May 4 14:16:30 2017 (r440109) +++ head/comms/qtel/Makefile Thu May 4 14:58:54 2017 (r440110) @@ -4,7 +4,7 @@ PORTNAME= qtel PORTREVISION= 1 -MAINTAINER= hamradio@freebsd.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Qtel Echolink client LICENSE= GPLv2 Modified: head/databases/rocksdb-lite/Makefile ============================================================================== --- head/databases/rocksdb-lite/Makefile Thu May 4 14:16:30 2017 (r440109) +++ head/databases/rocksdb-lite/Makefile Thu May 4 14:58:54 2017 (r440110) @@ -1,7 +1,7 @@ # Created by: David Thiel # $FreeBSD$ -MAINTAINER= lx@freebsd.org +MAINTAINER= lx@FreeBSD.org COMMENT= Persistent key-value store for fast storage environments (lite version) LITE= yes Modified: head/editors/plume-creator-devel/Makefile ============================================================================== --- head/editors/plume-creator-devel/Makefile Thu May 4 14:16:30 2017 (r440109) +++ head/editors/plume-creator-devel/Makefile Thu May 4 14:58:54 2017 (r440110) @@ -5,7 +5,7 @@ PORTVERSION= ${DATE} CATEGORIES= editors MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/plume-creator/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source tool for novelists LICENSE= GPLv3+ Modified: head/games/chessx/Makefile ============================================================================== --- head/games/chessx/Makefile Thu May 4 14:16:30 2017 (r440109) +++ head/games/chessx/Makefile Thu May 4 14:58:54 2017 (r440110) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 chess database application LICENSE= GPLv2+ Modified: head/sysutils/burp/Makefile ============================================================================== --- head/sysutils/burp/Makefile Thu May 4 14:16:30 2017 (r440109) +++ head/sysutils/burp/Makefile Thu May 4 14:58:54 2017 (r440110) @@ -6,7 +6,7 @@ PORTVERSION= 1.4.40 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Network backup and restore program LICENSE= AGPLv3 From owner-svn-ports-all@freebsd.org Thu May 4 15:22:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D7D3D5E913; Thu, 4 May 2017 15:22:55 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00F25EA5; Thu, 4 May 2017 15:22:54 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44FMstX023991; Thu, 4 May 2017 15:22:54 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44FMrRA023984; Thu, 4 May 2017 15:22:53 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705041522.v44FMrRA023984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Thu, 4 May 2017 15:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440111 - in head/sysutils: . vchanger vchanger/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 15:22:55 -0000 Author: mmokhi Date: Thu May 4 15:22:53 2017 New Revision: 440111 URL: https://svnweb.freebsd.org/changeset/ports/440111 Log: sysutils/vchanger: Add the port to the tree Vchanger is a disk-based virtual autochanger that may be used with the Bacula Open Source network backup system to emulate a magazine-based tape autoloader PR: 219046 Reported by: ml@netfence.it Reviewed by: mat (mentor) mmokhi Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10598 Added: head/sysutils/vchanger/ head/sysutils/vchanger/Makefile (contents, props changed) head/sysutils/vchanger/distinfo (contents, props changed) head/sysutils/vchanger/files/ head/sysutils/vchanger/files/patch-src_uuidlookup.c (contents, props changed) head/sysutils/vchanger/pkg-descr (contents, props changed) head/sysutils/vchanger/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 4 14:58:54 2017 (r440110) +++ head/sysutils/Makefile Thu May 4 15:22:53 2017 (r440111) @@ -1208,6 +1208,7 @@ SUBDIR += utcount SUBDIR += vagrant SUBDIR += vbetool + SUBDIR += vchanger SUBDIR += vcp SUBDIR += videogen SUBDIR += vii Added: head/sysutils/vchanger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vchanger/Makefile Thu May 4 15:22:53 2017 (r440111) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= vchanger +PORTVERSION= 1.0.0 +CATEGORIES= sysutils +MASTER_SITES= SF + +MAINTAINER= freebsd@netfence.it +COMMENT= Disk-based virtual autochanger for Bacula + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +WRKSRC= ${WRKDIR}/${PORTNAME} +USES= shebangfix +SHEBANG_FILES= scripts/vchanger-genudevrules \ + scripts/vchanger-umount-uuid.sh \ + scripts/vchanger-mount-uuid.sh +GNU_CONFIGURE= yes +OPTIONS_DEFINE= DOCS + +.include Added: head/sysutils/vchanger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vchanger/distinfo Thu May 4 15:22:53 2017 (r440111) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483717814 +SHA256 (vchanger-1.0.0.tar.gz) = 080a13e0ade75f7c3c7528c6958372e923c0289c2e0f3df0439443b4dbf27919 +SIZE (vchanger-1.0.0.tar.gz) = 218824 Added: head/sysutils/vchanger/files/patch-src_uuidlookup.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vchanger/files/patch-src_uuidlookup.c Thu May 4 15:22:53 2017 (r440111) @@ -0,0 +1,11 @@ +--- src/uuidlookup.c.orig 2017-01-06 15:55:06 UTC ++++ src/uuidlookup.c +@@ -215,7 +215,7 @@ static int GetDevMountpoint(char *mountp + for (n = 0; n < mcount; n++) + { + if (strcasecmp(devname, fs[n].f_mntfromname) == 0) { +- strncpy(mountp, fs[n].f_mnttoname, mountp_sz); ++ strncpy(mountp, fs[n].f_mntonname, mountp_sz); + rc = 0; + } + } Added: head/sysutils/vchanger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vchanger/pkg-descr Thu May 4 15:22:53 2017 (r440111) @@ -0,0 +1,6 @@ +Vchanger as a disk-based virtual autochanger may be used with the Bacula +Open Source network backup system to emulate a magazine-based tape autoloader +using disk partitions on fixed or removable disk drives as virtual magazines +and files on those partitions as virtual tape volumes. + +WWW: https://vchanger.sourceforge.io Added: head/sysutils/vchanger/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vchanger/pkg-plist Thu May 4 15:22:53 2017 (r440111) @@ -0,0 +1,18 @@ +bin/vchanger +bin/vchanger-genudevrules +libexec/vchanger/vchanger-launch-mount.sh +libexec/vchanger/vchanger-launch-umount.sh +libexec/vchanger/vchanger-mount-uuid.sh +libexec/vchanger/vchanger-umount-uuid.sh +man/man5/vchanger.conf.5.gz +man/man8/vchanger.8.gz +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/COPYING +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/INSTALL +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/NEWS +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/README +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/ReleaseNotes +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/example-vchanger-udev.rules +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/vchanger-example.conf +%%PORTDOCS%%%%DOCSDIR%%-1.0.0/vchangerHowto.html From owner-svn-ports-all@freebsd.org Thu May 4 18:07:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C6F5D5E66C; Thu, 4 May 2017 18:07:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id D33AB3D4; Thu, 4 May 2017 18:07:55 +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 v44I7sBP090935; Thu, 4 May 2017 18:07:54 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44I7jiK090843; Thu, 4 May 2017 18:07:45 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705041807.v44I7jiK090843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 4 May 2017 18:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440112 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 18:07:56 -0000 Author: jkim Date: Thu May 4 18:07:45 2017 New Revision: 440112 URL: https://svnweb.freebsd.org/changeset/ports/440112 Log: Update to 5.2.7. Added: head/editors/libreoffice/files/patch-dbaccess_Module__dbaccess.mk (contents, props changed) head/editors/libreoffice/files/patch-filter_Module__filter.mk (contents, props changed) Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-vec/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/editors/libreoffice/files/patch-sw_Module__sw.mk head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/arabic/libreoffice/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631889 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ar.tar.gz) = bef6763d8f9ed1681c5f8c8ec8050c982f295acaebfe6313231ef10816b316a2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ar.tar.gz) = 2246781 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ar.tar.gz) = 126f148a837a7805f4925847ef8bc4e2a102a485577d1d313da5106f157c49de -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ar.tar.gz) = 6538113 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ar.tar.gz) = aaf3f8cdeae0832da18317303847a96c63ccca1098041283465086af3b1505c4 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ar.tar.gz) = 2246491 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ar.tar.gz) = 872b480756410891354635eabf27a8875f68e4dc24daed72e8654b4c9f26d1ae +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ar.tar.gz) = 6538114 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/chinese/libreoffice-zh_CN/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633800 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 2dfc655842b38cb6736219e0148725a48ab65aa7c2f71e48dea72128cf4c6f85 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 558685 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = f882f5fb25bae4d38d971e6ef68267a8469c60917c90483fb84f101d45ef31b4 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10780333 +TIMESTAMP = 1493921053 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_zh-CN.tar.gz) = 0a6eb8fe866412e211cc071f29a5fbcc19cf8468fe86ee51e095ff8e7c7dcca9 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_zh-CN.tar.gz) = 558751 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_zh-CN.tar.gz) = 6d74de0aa1655008f427c60c100c8502d9d32dbaeeb4665f035bc4ebaae9b056 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10780476 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/chinese/libreoffice-zh_TW/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633802 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 072a0841cfd2860182dc86bcb16118cefb100d3e97d7242e2b3215c132fb380b -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 555428 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 41a9ed95d36d49b13d04fb9f25966f36f6ff04c667b48b279565f663f88e50af -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10812837 +TIMESTAMP = 1493921053 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_zh-TW.tar.gz) = 5674fa6fc10086ba1623b3271489b186f6c93b3a90770d98d6b4c3f80620778c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_zh-TW.tar.gz) = 555308 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_zh-TW.tar.gz) = 7bd6e40bd7549ae76fc77318e005a4ffc2c6402892a09432aef147094d642567 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10812450 Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-af/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490631734 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_af.tar.gz) = 0eb5f91c34599be801945a28a4b5fb1b0df83302f4dfb6e43294a5f6d039b522 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_af.tar.gz) = 1099516 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_af.tar.gz) = b3fb985707b4579ee9884f84c5689128af3ef2d41f5781b0282c7e3eb6043274 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_af.tar.gz) = 1099343 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-am/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631887 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_am.tar.gz) = ce79462f35f95a957a35d11e02dd94bfa1e960dcc3ec094f5a2a33acceec8c7e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_am.tar.gz) = 506756 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_am.tar.gz) = 3f6f120cab6648b8af5a2e0a6ac7b928cf7285e6fdf6d2fa1e69d4b25fcb12f6 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_am.tar.gz) = 7943469 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_am.tar.gz) = 7b8445d800ea2c416a517c90ba543e21a68c4d2709db293d0f1c60f639f170a1 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_am.tar.gz) = 506921 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_am.tar.gz) = 196370f4268f8ef02d19c1e8650d5387ae5233c70f4afe396b9bcd68cae3fb37 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_am.tar.gz) = 7943345 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-as/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490631890 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_as.tar.gz) = df31de105372a8a066150b3478fdaf4d80816a3a54fac58a80ccd1e7d9ca8570 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_as.tar.gz) = 529813 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_as.tar.gz) = 481daac583ac93c91ef08cf36e06ef0ee573eb0b3f776da021a5a596120b8817 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_as.tar.gz) = 529800 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ast/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631894 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ast.tar.gz) = 6cc8553350b8d048425f13de607e60d381bfaa0fde726fa7abad8306347ef767 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ast.tar.gz) = 488419 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ast.tar.gz) = b918f07f12e979a4e8550f075a96112935ab9cf70ea0241b53a2665430787e49 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ast.tar.gz) = 7888488 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ast.tar.gz) = 795078a38c94f99d9d17ebac45aa9ac1d3748f56abb0d15f53a0c9f9fdcd1a41 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ast.tar.gz) = 488185 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ast.tar.gz) = 03aa4dec81440a112121a1c2b17f3792e3e1c609045b72e76ee67ae7d253a9d0 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ast.tar.gz) = 7888642 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-be/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490631896 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_be.tar.gz) = de529837eb218abc570bb923bcd36b4b5fcddf6487fe2c9647d1084afd6694cd -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_be.tar.gz) = 865346 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_be.tar.gz) = 8d07a6ce02a7e09f53cdaf42c81fab7265a49806bd94af9dc588246ac6b46bb9 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_be.tar.gz) = 866860 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-bg/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631900 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bg.tar.gz) = a14f20958d0bbb1b6677cd5d3c39a1458f490cce8495b230e4ea1149177cec93 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bg.tar.gz) = 1946588 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bg.tar.gz) = a1f82ffb51c165df20b25b70b67c3cd0415b107a9ea9fc52fc9ec465625381bf -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bg.tar.gz) = 8392282 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bg.tar.gz) = e2dbf5ffeb95bef92fac8678c92022012c264fb5bc666b87632aa96ac930e350 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bg.tar.gz) = 1946407 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bg.tar.gz) = 487c25c19d2600316bc5083ffa2eaf3d6f6103900273a0367a6c447417ee727f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bg.tar.gz) = 8392121 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-bn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631903 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn.tar.gz) = 86b0c6fc9568f9bfe3506923c32f2787abf554effbd054bfc9a78bb7d61e5059 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn.tar.gz) = 883745 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn.tar.gz) = 3bd2223413d3dd952e92c937f1c3dcbd137462782fa69221a2d5c7f7536190f0 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn.tar.gz) = 9208223 +TIMESTAMP = 1493921041 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bn.tar.gz) = c63785d6aa6bd0bd9bd92543593253928eab8b3e4062473449fe4af77c48712a +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bn.tar.gz) = 883487 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bn.tar.gz) = f399d97810670d99554103cce3c5ee0b4caaffb21dab42972c19ba60ac1048fb +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bn.tar.gz) = 9207911 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-bn_IN/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631908 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 1a21dff7a2b3e363397d3f5fa08a75d36bea3f7fb953abb1e6f1635b33ec0de8 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 536603 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = e937dac761f272a565360a9851a2ad4e61ed74048a5fdfbe2cc32c518c6e3bb9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9208082 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bn-IN.tar.gz) = c64957d5fa66050175b4eb89bb70f16d0b5911d57fca501ed929cea9f8e10c38 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bn-IN.tar.gz) = 536400 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bn-IN.tar.gz) = 82c71501ae2a96e4e31ceed316a8ee3c06fd922c9e4550f8f36066549881b3d7 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9208201 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-bo/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490631985 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bo.tar.gz) = 19b6aa42692d13e4fa89fe1150a1c3342e6aafe9a66b246b4b9ec86bd430cbce -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bo.tar.gz) = 518057 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bo.tar.gz) = a4f4b4e4b6ee49525576475fc5460ac0a4d745c019a38044aedea14f315de5ff -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bo.tar.gz) = 8953993 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bo.tar.gz) = d5dc07368b0dea4728d44866c8b37533d245a7b5b69f18a99015e20ff74270d3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bo.tar.gz) = 517984 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bo.tar.gz) = 59da7e6d6d8c0e9fa90fa34eb089d1037face74d126a5bac3b00345aadb639d1 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bo.tar.gz) = 8953779 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-br/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490631987 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_br.tar.gz) = cfbaec442d03d6301112c5883120852e459299602b6bc44d916429d6d9f73966 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_br.tar.gz) = 1703450 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_br.tar.gz) = 36efe9e273b5e8c8cc20b854c8c44db5fe4c531a174e10942a32f9ed24160661 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_br.tar.gz) = 1702969 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-brx/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490631987 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_brx.tar.gz) = 4ab771817eb874137d88f23d8f8be6c39ebfb1022b6aae695cb1e8feca3b26f7 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_brx.tar.gz) = 499457 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_brx.tar.gz) = 8ace581803ea7163956355c047cc35d1d33863b15292a221521a39f2dd2d16a0 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_brx.tar.gz) = 499145 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-bs/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632065 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bs.tar.gz) = bc43f989cc0ce10202dafb894a68c22651cc8d9563eb7ef17ef6681d2cff3688 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bs.tar.gz) = 601700 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bs.tar.gz) = 4f2befefcad67df5f5e9ee21ec1187e74ef05513ad8f91edd32ccac90b122048 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bs.tar.gz) = 7185723 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bs.tar.gz) = 71db62a9caa94b8e57997088bc62c70a81b83f814027c6c3edfa14dd50857747 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_bs.tar.gz) = 601328 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bs.tar.gz) = e5cb49b83b6eb8e4b7f530cea1917b6f22d8840bda91c2bf57d810470095da1f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_bs.tar.gz) = 7186168 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ca/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632069 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca.tar.gz) = 92b55573e8706df6bb789c47605c95a102cd72761e6e292045bef09fa65a0088 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca.tar.gz) = 1758040 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca.tar.gz) = 5b3999c5583394cdbafe521a044aefa4bcf9c69bb51c346de8385a6527aabf1a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca.tar.gz) = 8039844 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ca.tar.gz) = b67feadaf37d100f2f53b9d8834f3f3390214e4e0727849b34614757ffc50e2a +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ca.tar.gz) = 1758146 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ca.tar.gz) = bb401dd3f126ddfe511a7b96ae3b440896b18024528f6a508bec21b9668c3580 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ca.tar.gz) = 8040091 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ca_valencia/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632071 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 8488eca7565f01f66859490afb886c026313d9b5b813403b4afdc56fd8082fa8 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1755025 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 9aaf43588489d9b8da6d18a9ee71bc78910b0e17d3810eccfc2c7b9a9c2d5a6d -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8029876 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 5e0a6b45209d66891e8abda779a05aa54db59e15bda51ef65cbd58858caf3bb2 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1755121 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ca-valencia.tar.gz) = a0f5621b6d82f87362e5e63287637de0d3f4b7f00e91a99b61697ac94807f89e +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8029703 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-cs/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632152 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cs.tar.gz) = c980c37b2e5ac3b0c7ed0350e44e02d88c174db5fedc52a8059f2e9933dff649 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cs.tar.gz) = 2954985 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_cs.tar.gz) = 0a0955f328f36151ca7e97cbe9fb5dd99b7aefaf7b885839af644e9bff1eba94 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_cs.tar.gz) = 7646941 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_cs.tar.gz) = be0d1fff85a10bf1bd2bb61ce5ba9511a19a9bf7d76f44b9fe98e76b30bd0d70 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_cs.tar.gz) = 2954943 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_cs.tar.gz) = 105e3fe27a4a9525c17d101cf53036e10bc4b72a50c1aad1fed84b26f8ecf423 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_cs.tar.gz) = 7647227 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-cy/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632228 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cy.tar.gz) = 55ed07cc0d021a714718b9bfa160903ebd6a662856af0ee36214489c30a75ec0 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cy.tar.gz) = 468039 +TIMESTAMP = 1493921042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_cy.tar.gz) = ee68bcbd2dec7801653feece8c2ca2517ed6e5df72f6a23fc3c6003c1558a473 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_cy.tar.gz) = 467881 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-da/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632306 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_da.tar.gz) = c4741e92a0dc1282330f290abd6b7bda471aa0d8a7802a3d456ecd0bdb0615ae -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_da.tar.gz) = 2370902 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_da.tar.gz) = a29d7a03848883dc2983aaf1b2608e6b2961be6d19131121ff22c083cf0325e3 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_da.tar.gz) = 7651298 +TIMESTAMP = 1493921043 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_da.tar.gz) = 65b45424cfc4e96a6353ce3f84114188056473af53ffe4c2babf7f9d2ffcf578 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_da.tar.gz) = 2370554 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_da.tar.gz) = 322a44b49cf2846dd16011a9565920039b2179e0e541b427d819954da0e874cf +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_da.tar.gz) = 7651028 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-dgo/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632314 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dgo.tar.gz) = 442ad24ab9293c8439ac080bf2b4b0f70085defdbcd33a8a4e8cb5d179651527 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dgo.tar.gz) = 529454 +TIMESTAMP = 1493921043 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_dgo.tar.gz) = ababf6f6ac38c79949cd36fbb5a7501e691f40c50b7f282452a3dbcaeff3e3f0 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_dgo.tar.gz) = 529215 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-dz/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632317 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dz.tar.gz) = ef24260d7a8d3614f62ef24e61429d2b16f5fce51f523ced5dce827ed2571288 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dz.tar.gz) = 524453 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_dz.tar.gz) = 827e279d3192388ac638231f19a4b9907e49dc72d427be7aac974ae253dc5317 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_dz.tar.gz) = 10404138 +TIMESTAMP = 1493921043 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_dz.tar.gz) = 7c33dfb2e5f991f379ffee9ab067e84b2c9c3c4efd524b8f2e4a97b3e1fa4b9c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_dz.tar.gz) = 524418 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_dz.tar.gz) = c4d2f8dfaedb8ceb0b9aa2a7b5fe5e4a1f50c4168857b48aebf82cada2fdfe70 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_dz.tar.gz) = 10404492 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-el/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632320 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_el.tar.gz) = b81ceca8593c1b61c0d961810ebbf40e85ab8f67afbf5164bb4ae119eab3509d -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_el.tar.gz) = 2565915 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_el.tar.gz) = ac53fad5b67a03062981e038fa336575d0e8165e4a08db4021cf89a01d6fa400 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_el.tar.gz) = 9040381 +TIMESTAMP = 1493921043 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_el.tar.gz) = 978ab11e73c0bfb1138d57c8ef5005aa9dd4fe1ac9f49f4439478af765a48f32 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_el.tar.gz) = 2565431 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_el.tar.gz) = 94f716e9fc366b3ab63c06bae79be13638f94ac6dc8dcc9cd3430b5db79071de +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_el.tar.gz) = 9040956 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-en_GB/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632325 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 4da7a951dc28c55bc5f73ffcf586cb4ceddfe37b099939fb33593893f3073bc9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 7059241 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 9bd68da1e3113049418289b6a3d248938c4df979d34a00aa0637e27d0d68c40a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 6496129 +TIMESTAMP = 1493921043 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_en-GB.tar.gz) = 8a0aca45ad5e682b5ca7b1d5c7f054adf6ce6c4a8f891daf7d12fe048736a287 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_en-GB.tar.gz) = 7058908 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_en-GB.tar.gz) = 9cfb04f84dfc1b2341b23fb16cbc1bebed35573bdf102a58c83ff03f1a27f46c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_en-GB.tar.gz) = 6496388 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-en_ZA/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632328 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 16f7c5b1df5bfc02b4ec2798e6c21278c8ee0020b17092b8624d1b5d3344239c -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 6976689 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 0270dca8a8eb79a43120aa2775eb7c053ca5c3f74de6e34e54bea3fce46a5945 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6482485 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_en-ZA.tar.gz) = afd6bfc4d5717f4e2c528250bcb6d07a183e046a2fc31d3f927ed0c3964576e4 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_en-ZA.tar.gz) = 6976870 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_en-ZA.tar.gz) = 9df2c769b2a14512dd8b01d3e157edb0abf34d8bad8fa0b00c77c04d69e5740c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6482592 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-eo/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632331 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eo.tar.gz) = 6817c9e15ba1e2d0bb45faebba55ab401c8e00d15558557e888b07fcecd43c0e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eo.tar.gz) = 466057 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eo.tar.gz) = c25566ed8cdd13f630d11521e85751d13b878d0d68b7e09bf4b748a0e4d5fccb -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eo.tar.gz) = 7057879 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_eo.tar.gz) = d6112bbfa565eebb9fd01e72c77d1f8bfd9f55753629991629b5144998c66301 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_eo.tar.gz) = 466229 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_eo.tar.gz) = b1328eaca9e3e65f8830a6b1de46703c11bd80c91954f0369872ab27a7db6cc3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_eo.tar.gz) = 7057917 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-es/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632408 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_es.tar.gz) = ece626f75280c3fed303a3f25589c2dfb2700fb71e83479c1027dc24105eefee -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_es.tar.gz) = 1968133 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_es.tar.gz) = 962fbe184dcc3f343d9d9808ddd5ef8c2e458a075ed35a939ef0c95389b6252d -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_es.tar.gz) = 8054101 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_es.tar.gz) = 9a5c3daabbc689636c65844ca1599f65a4f09c1b0b762aa70095a6588dfadb08 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_es.tar.gz) = 1967898 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_es.tar.gz) = cda5263f06a9ba9b245a860edb00c92c39ca80d9ee4cf2c62879510ee33bf3b5 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_es.tar.gz) = 8053141 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-et/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632413 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_et.tar.gz) = cb2c3cb76b8f25c53cf99c427fffab058285a8f47d3b8c4aebca66b17bfbae2b -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_et.tar.gz) = 1375126 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_et.tar.gz) = 359a9dbd32b3f3e75d35d776e0b102fde4dbb1d09badff242ebca97447b363f1 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_et.tar.gz) = 7580043 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_et.tar.gz) = 2f1ec6e7132cf90bdb792d0d5476572261f624cb5b96fdec33af3c39d9048473 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_et.tar.gz) = 1375861 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_et.tar.gz) = 46bbf1e4975a58cd9d706536d45df41bd86cb7ee2d5e7ac97065b3264be6f095 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_et.tar.gz) = 7580178 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-eu/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632416 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eu.tar.gz) = b10b35fbc70d8f460406c56ebe80ce28e4d7e2caf01f57cb166d4340bb785305 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eu.tar.gz) = 471638 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eu.tar.gz) = c2beac479eff4a1f4632fbcf268b3beb1813df76d5d50d9bd863fb8fcd7e4fda -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eu.tar.gz) = 7620673 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_eu.tar.gz) = d592c1607060bfb9ebc182b4a3edc350a201702b130d829a5c2864957736d1e3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_eu.tar.gz) = 471975 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_eu.tar.gz) = 08bc1b28b1d199caca09fcfe91e6694ebf9cce915eeb56f449558454103493dc +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_eu.tar.gz) = 7620275 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-fa/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632416 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fa.tar.gz) = 7d5630c2f38f36c6d5061cb389c198e7acbce3b22842cb02e916b3aede8edb06 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fa.tar.gz) = 495839 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_fa.tar.gz) = 37b53b2b818980bb44a6ba1f421b2f8b36eab6af959f2c70fbb515a3b30c8837 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_fa.tar.gz) = 495794 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-fi/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632421 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fi.tar.gz) = c58f9557a44b5498d235d5329f8c4327f7874ad633467c444d6d7aaab3a7cdde -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fi.tar.gz) = 480651 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_fi.tar.gz) = d3bcb467c4ea4515ce105c773c93f973a8f0321eabdb4fa7589ec69f33cbba00 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_fi.tar.gz) = 7837457 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_fi.tar.gz) = 11ed355fd03db0058c5d435006a4baf5857048d4dc8b0bf825f23c37e20cfa94 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_fi.tar.gz) = 480895 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_fi.tar.gz) = f9945735f020709eb23bbd4e663a8bedda8de25955da34eba12c6716fcade92e +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_fi.tar.gz) = 7837211 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ga/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632501 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ga.tar.gz) = c1ce041b68e76c439337b565029c8eb0d0aa10895bb3c38f446e409f8405d423 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ga.tar.gz) = 490611 +TIMESTAMP = 1493921044 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ga.tar.gz) = 372b61da9aabf18f2e1a6db16e0df03cddba6bde8800ebf57c6de06c3548923d +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ga.tar.gz) = 490485 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-gd/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632502 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gd.tar.gz) = 8469a0bd9c3ae01c191c130892e8feae048558827b57d0f4a15bd39c555ec5a6 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gd.tar.gz) = 1395856 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gd.tar.gz) = b26b463417784be932531dd4ea5c49ad7ba7eaf7e36635f89e149bb089a4333e +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gd.tar.gz) = 1395726 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-gl/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632580 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gl.tar.gz) = 9541ff26d8592347320e82f98b846cf183408611e6a79e2b91b02b0aa40f908e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gl.tar.gz) = 1039333 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gl.tar.gz) = 3c978649358f5123658aa61d5fe62d124c9d5b0eac6768784f9c04df6f24282e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gl.tar.gz) = 7772727 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gl.tar.gz) = e4c4a5f9d86b099a13125cc0ca5efaa4f70d8571e52c79b174ab5684f342921e +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gl.tar.gz) = 1039272 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_gl.tar.gz) = 6889e1c5d0fcc1a50a23a15f1dd249aa23c117231f93fd01f8f521fd36c41fa8 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_gl.tar.gz) = 7772769 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-gu/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632658 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gu.tar.gz) = 8783534a4c5aa5fc4202bef45da550ec4225d5d8301bc0b291044685a85fe396 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gu.tar.gz) = 1174022 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gu.tar.gz) = 15aaa1e5106ebe3a1bb81d2e3842ca8ce2af9bd276a23cb374de94bfb035a79c -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gu.tar.gz) = 6703828 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gu.tar.gz) = 441363fe46c52db6e7af253dbf5c577a7adad538b5611659ef237686e6869433 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gu.tar.gz) = 1174080 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_gu.tar.gz) = 387bdacc590d92b81ee7182330b203770839d4be397f7274cfe4e96353d6183e +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_gu.tar.gz) = 6704075 Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-gug/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632659 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gug.tar.gz) = 07ac49ff1135d8b1a06f020c334bfccc807c6869e797caf1f49736055b8fb681 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gug.tar.gz) = 488026 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gug.tar.gz) = 5bd827f5422b692779531bf94a6e7b8e957be52d5ca3343c8c5175fa63198c05 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_gug.tar.gz) = 487765 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-hi/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632666 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hi.tar.gz) = 9b2ff84153fcad5231537ea0f21a957a94ea413c24b8f07ee28fd73c991743e2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hi.tar.gz) = 593889 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hi.tar.gz) = b3025b4ef199fa91deb3fbc74b3d7df12a5df52fa2d2c2a1e7a3d3b2993e26b5 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hi.tar.gz) = 7385946 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_hi.tar.gz) = a6f76a769c9d22601b779bcd639743dde8dee7197ff2da438d640a8689b17460 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_hi.tar.gz) = 593797 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_hi.tar.gz) = 2958fd5baa987d0f0924fc5810f475984c04fc9b566c581d46171e2eeefcc0ba +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_hi.tar.gz) = 7385882 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-hr/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632670 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hr.tar.gz) = 89a0a4a92cba5e94446354d5d139f17cbd1c7717db172ba75921778f55845c0a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hr.tar.gz) = 1090812 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hr.tar.gz) = f5466b55a8fad30bbb5b9a92812d6a130368da2e04e243c1d92b4bb29f1a515a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hr.tar.gz) = 6874789 +TIMESTAMP = 1493921045 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_hr.tar.gz) = ecda32358b27ea7024d3c566d4a821ffe1021326de197597a5eabebb1bfdd850 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_hr.tar.gz) = 1090815 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_hr.tar.gz) = a9ce0d5a11fa6756f012ac2ad0e0609bdc00a3c380962b70f84388d1b020002a +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_hr.tar.gz) = 6874618 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-id/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632752 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_id.tar.gz) = bfa9a9a378103a94aa2e7b000386266530834927de3e001ecd11d47fa955e034 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_id.tar.gz) = 464925 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_id.tar.gz) = 2d988701adeb6f5181b86dea3bab4ff341b22e8c08f911df68064b8b4afb32ea -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_id.tar.gz) = 6913413 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_id.tar.gz) = 2a84dcf3ef0e268a924715e1e391eb06750ac18d4427de2f106e2147298d4aa5 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_id.tar.gz) = 464936 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_id.tar.gz) = 824f5440c442347b3267224486ed9db9fbbb364fa221d5695f47dd91890e9f23 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_id.tar.gz) = 6913600 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-is/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632756 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_is.tar.gz) = 73b6db3830fc1d6be571fb96b908ba79aecf927ddce03bb738776b6a7f0dd555 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_is.tar.gz) = 1275590 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_is.tar.gz) = 0e3812f333df2db04baa937a2870ce5adb5c5967982f18f880f3791240a1502e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_is.tar.gz) = 6972478 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_is.tar.gz) = 1c57c0b42944b6831a23bfc200760a33f24260d511fb00a2d13cc081a1ed9c15 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_is.tar.gz) = 1275527 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_is.tar.gz) = 1ec5e1c101b9128c5370db060dd1c2f265ab7c4a390430e5ea293e5d2a64c0c2 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_is.tar.gz) = 6973352 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-it/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632760 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_it.tar.gz) = 760f8efa0c1facd26ad102bf677d3d382b3222b48c978cefdd5d88954bd7c55a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_it.tar.gz) = 1812063 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_it.tar.gz) = 6a865eb61810de72dbbbc45f79cd62b731adbc9fa005688e1258f37b2f1bf70f -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_it.tar.gz) = 8002369 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_it.tar.gz) = 61bfee3c1bae56e8548fc6939cd6d3fc130753db19c5ce67592edda4c60c6cd0 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_it.tar.gz) = 1812160 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_it.tar.gz) = 93c874896972deef8fc412eaf52e028eec5fd865a4684bf2f6d4ab89380797c2 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_it.tar.gz) = 8002129 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ka/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632767 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ka.tar.gz) = 547b8e22299e8496922268fbbddedff4a3fc5a656a162225db115e746c2ce7ef -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ka.tar.gz) = 506716 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ka.tar.gz) = d1a7542c8366c9fe58bcc132714243e92b9dac740cdfbbddfadb222e9a873bc9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ka.tar.gz) = 7174015 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ka.tar.gz) = 3a580a20406b464788b4cc3ab878d38df630694674decc6150f8ece6678e04ec +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ka.tar.gz) = 506679 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ka.tar.gz) = f232c84b14945731dc29ec81a6fc4b6aff26776df16bb7377f2dfc10f11f48d5 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ka.tar.gz) = 7174018 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-kk/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632843 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kk.tar.gz) = 7e18b36ca81d0d2dbfa2d8df1a532df9236ca9e7d775ec2a2a491d788b9542f3 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kk.tar.gz) = 519817 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kk.tar.gz) = 899e5c484701f3e6989d8b32ba1089bd3fb00d0a44190ce711fcd0ada6514ca8 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kk.tar.gz) = 519772 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-km/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490632847 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_km.tar.gz) = 0be79762c2488f39acc08554cca32bc20c862399b68d71d9437fa781d9e84230 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_km.tar.gz) = 626743 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_km.tar.gz) = 6713d8d430aebe8d5076b3132d48b2708004b30b66c7e7821722d360fcc6af4a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_km.tar.gz) = 10429193 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_km.tar.gz) = 135b8933ecc78e27b53a082b77938250c23c5089c0f9ad5a06dbd21f453d9872 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_km.tar.gz) = 626489 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_km.tar.gz) = 8a4e62b11cbcf67c7e27a0dc18b5d6c5dc567f764ef169ca66d04b2446ff817d +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_km.tar.gz) = 10429092 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-kmr_Latn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632848 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 50c9af1214346db414b281176eb14748a0c66834e74f74d0b973c010f6f802d0 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 481400 +TIMESTAMP = 1493921046 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = dcaf8c3b59aea01f2fe832aca36c58674827ce623149ecee9405fb1d7c334bad +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 481690 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-kn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632849 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kn.tar.gz) = 883412f6c5dea14c382095cc06348bc7ee2ccd2cee7a20de00478f8b74168708 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kn.tar.gz) = 542979 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kn.tar.gz) = e074d83be9f9e1cf78fac63bf8d38bbf27657c7a5368850d21ad6177a5edc9d4 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kn.tar.gz) = 542851 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-kok/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632929 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kok.tar.gz) = bc5e0dba2be0db99a5a64fdfa2e29d9f540eef9458ca6f333a2763e6e3117d9a -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kok.tar.gz) = 521787 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kok.tar.gz) = 87a0766b085216341a5e3763799128bae96998dfe0f44431b3fef8551b3c50c8 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_kok.tar.gz) = 521754 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ks/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490632930 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ks.tar.gz) = 0cf24df3ced7bd60637cc5fc3abbd4985393a9f81e2cf1d81c24844d84ba151b -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ks.tar.gz) = 501755 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ks.tar.gz) = 8b610b21555628bf28d4fe6046c1aef25c35dc092ca1a829340ade22e8d92cea +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ks.tar.gz) = 501797 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-lb/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633006 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lb.tar.gz) = c3b9c1f000679b05065bbb87341ddd106ebcce8037f9698cb11aaf4a93df6073 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lb.tar.gz) = 447560 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lb.tar.gz) = 267df56d004e6ec160c91a1434b9a537011491b649166ea6831eb0bd3419920d +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lb.tar.gz) = 447209 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-lo/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633009 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lo.tar.gz) = c1c15c4f6d9a3c8382c9c01cf37f74ccfaef296df12a386b7b40a31f24a431d0 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lo.tar.gz) = 544317 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lo.tar.gz) = 92b4e89b5c31309f661d070964ee2ed66eeed09409c464ac838c4402cbc79991 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lo.tar.gz) = 6470066 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lo.tar.gz) = 3b4fa7f642ee60de97214d4b3c6e6d01b0cf15c69902b87c94bdeb828c542e6d +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lo.tar.gz) = 544367 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lo.tar.gz) = ad35c34c1389e05cf553c97b19e3797a95f1e5c5d5659623559064e53a7ddee0 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lo.tar.gz) = 6470088 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-lt/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633012 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lt.tar.gz) = 02382541ce0b7cd8331e3ca473e442b086bcb0dbb49ca44057270e871fb5c832 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lt.tar.gz) = 819792 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lt.tar.gz) = a393945a0a4d416dce83e4db1cf0433f86a07d45a591d033ba3be57d9a4ffd83 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lt.tar.gz) = 6490222 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lt.tar.gz) = a0adaefc60a91e55657ab60fbe2f74b7ff54cd29c1d265e94a443e3cb9806e30 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lt.tar.gz) = 819439 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lt.tar.gz) = 959886ffea7611ede307289d3f3060ad1b7e9cdb017719e198a88e021536243b +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lt.tar.gz) = 6489874 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-lv/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633016 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lv.tar.gz) = 0daa47553f7d56c53118b7b69b4d6a2bb40ed0201221d9a35fd53262a800994e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lv.tar.gz) = 1235439 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lv.tar.gz) = 6e6940814b49783e3f693188dcba9e038dd9ceeb5a21391667072b73514c883b -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lv.tar.gz) = 6980989 +TIMESTAMP = 1493921047 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lv.tar.gz) = e1431bc8babe81d6b2e02f721f3444890225c5d6c91789941c6e9953ed18bec3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_lv.tar.gz) = 1235471 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lv.tar.gz) = e58c6e350dbb2c9c7a5c87ca952480b62ba5b18269477ff4e7f8caf20e6e7422 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_lv.tar.gz) = 6980699 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-mai/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633017 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mai.tar.gz) = 2c79d8e4dc8ac0f01847e226f2cf9d22df2dffb11f5336be8a749190635fe228 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mai.tar.gz) = 502809 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mai.tar.gz) = e53c9cbd0a00d5f5aa3596909af38fb28a4cf80c0b6493508f16b71af4685944 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mai.tar.gz) = 502520 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-mk/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633019 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mk.tar.gz) = 41bb4c1fb52749d443f2df9b11d608ab497d27c5f6d50490584e98e044ddfb69 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mk.tar.gz) = 503932 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_mk.tar.gz) = 1ca412817a112f18be4a91a412456cf548c65f662c9707d034e5fd38b07403c5 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_mk.tar.gz) = 7402205 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mk.tar.gz) = 704cced2f7ee021db49a7913fe57c4fbc9e2eec2eb9639d07578a65ac8c8bf94 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mk.tar.gz) = 504055 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_mk.tar.gz) = 99c9e27f80175ba96e8bf5b1557af55ec9921ebcc08e38af3a45df6607979926 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_mk.tar.gz) = 7402235 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ml/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633020 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ml.tar.gz) = 88e40fcaf418cf477d6479ad1a23695ae5dd9a78251a10022b01c21708c166b5 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ml.tar.gz) = 542929 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ml.tar.gz) = 361264957292886f75f8edd9b80d5e4d9f5d5aa9f1a3a31195685ebea035a787 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ml.tar.gz) = 542842 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-mn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633096 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mn.tar.gz) = 2bb6f84459526f4abf89e9e68748360bc193d04c458a7973722fce16c0cf4a77 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mn.tar.gz) = 591944 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mn.tar.gz) = 6a7c924ea26e55b42c13eda444d7adc711665bd8d5cb71d8f422edfa870500fd +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mn.tar.gz) = 591959 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-mni/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633098 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mni.tar.gz) = f310b02f50fa18eaf2368ba29cbe4ceaa2534309e9b433ac5f775d8f35431b01 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mni.tar.gz) = 515872 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mni.tar.gz) = 2abc73f9665e17527536065ee9e1093b58a98221b5b69ad8fbf01696209ea530 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mni.tar.gz) = 515557 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-mr/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633098 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mr.tar.gz) = 1bdff21652031bd7ed4761bac9034b13c01ba053fc2aa7c7eb78d28534c11265 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mr.tar.gz) = 537856 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mr.tar.gz) = c33d1628f52bab0d045df51a64891b7a2e180d5a11c38eda888b3a50c2289e0a +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_mr.tar.gz) = 537977 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-my/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633099 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_my.tar.gz) = edef6060d393acfdb35657ebee797526dbd5d9cde042c0b04c45093a74ebf3ed -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_my.tar.gz) = 533633 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_my.tar.gz) = 362d40399eadd7cf5fa4ef3df0efd459fb348139768608854bbc850766af072c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_my.tar.gz) = 533303 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-nb/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633102 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nb.tar.gz) = d2b26618e98d3d41fd211766dbdacb442f0f2f86b00abc2c503c48741c55b5fe -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nb.tar.gz) = 3466625 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nb.tar.gz) = b7012064a5f8b78a7a27988393a07cb0fc6925cb953787c72795354a3d8d1502 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nb.tar.gz) = 7723803 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nb.tar.gz) = 766009fd6ac08e4e103f95f73824e7713536a3a46a51a78e7a099fec0fe200a9 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nb.tar.gz) = 3466762 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nb.tar.gz) = ff6c8cfe3f626df5f15f6daed9b751da6740a4f87843283db58488d05db64b91 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nb.tar.gz) = 7724133 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ne/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633106 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ne.tar.gz) = 63fca7c65ca6efef5dedb453a60748f6b923e5a22c014018644748fb24e37ff9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ne.tar.gz) = 904483 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ne.tar.gz) = 99adb3afc57dd4b7fce07c8aa54f1df616a42eecf88d4074a0dfd5c2ed4532e2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ne.tar.gz) = 9860934 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ne.tar.gz) = 60e1ae24ac5436296592d705238c6a101aae9a5099400516f0a0f7e0673b06de +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ne.tar.gz) = 904279 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ne.tar.gz) = e9799d5145fe79a33f6a807cf54891e8052daf01de92929c1cb3afdd26776cb3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ne.tar.gz) = 9860821 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-nl/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633110 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nl.tar.gz) = 337068313861e61f2f888dcd432b174ae0422f9b608d6f283695d48e5ad558e7 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nl.tar.gz) = 1269020 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nl.tar.gz) = 848bdff434dfc0a0fa75ac050c2af770219b4e5e3f24a0d0d96351749d489fdd -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nl.tar.gz) = 7810699 +TIMESTAMP = 1493921048 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nl.tar.gz) = 14920c9dcd3bcb71a88ad80392d2e587c0980f169f666ee54ad51f269baa040f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nl.tar.gz) = 1268749 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nl.tar.gz) = 46e76a2f910d0ade8377a61640b1b8152cf668ddd9210dc75c27771aad6931e7 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nl.tar.gz) = 7810485 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-nn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633113 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nn.tar.gz) = 36408d1fb132b071105caec530d0196ce853af477871f4ba20160034f0752f3e -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nn.tar.gz) = 3466034 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nn.tar.gz) = e3c08b1c08f5823bb8726afcab404193c1dc373a9c1e398415dcd6b00ad6e5b9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nn.tar.gz) = 7686306 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nn.tar.gz) = cebad1ad1d013351fe7bf6477dfd47d5fe0243e47617112b6d5bc5fc0a27a765 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nn.tar.gz) = 3465831 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nn.tar.gz) = 18a2b9cf821b4bc2a81d43453b2f89d3cacbe9455ef81c541a601d66c459f740 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_nn.tar.gz) = 7686620 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-nr/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633114 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nr.tar.gz) = 163264cb09f8fac6468389c86578ad73698b55509235d3961c616f06fc670123 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nr.tar.gz) = 480859 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nr.tar.gz) = f2c866f0ad77dc5639d221c2c26ad498c1b7cd234db87fa03e95ad7709da74d7 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nr.tar.gz) = 480686 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-nso/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633115 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nso.tar.gz) = 4abf6a4f463ba90eaeb970bfafd6ace58e217e7159367c72d12c73da54cc0bd4 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nso.tar.gz) = 478314 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nso.tar.gz) = b4b755503c89599772f86171574e2ce46d465bed3f2abf44bbbadcad99b45fe5 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_nso.tar.gz) = 478206 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-oc/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633116 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_oc.tar.gz) = 52c1c090a254aebba5206f04d112aaad7e5a4f0a54a81acd732b3961f0feacc2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_oc.tar.gz) = 681132 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_oc.tar.gz) = b3639a300fb397e754a951951479a06289b67adc49ea4f3cd26792079967084f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_oc.tar.gz) = 681141 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-om/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633120 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_om.tar.gz) = a98616a09f4ea89ab8a6d389bb80475cc55dbd1c662f6693cff34ea4c4873b09 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_om.tar.gz) = 472613 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_om.tar.gz) = a68d3816276c09793d24da0562192e687bf299c2f7829668a8dc5d9fce61d50f -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_om.tar.gz) = 8060800 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_om.tar.gz) = 3ac0f90b6a8c5869bd96bf02029a15bc4ad1923600e16a2c9ac157aaf1c9b1ac +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_om.tar.gz) = 472678 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_om.tar.gz) = 13d91d2a7225345c35ea6074ecbd5b04add7084be446e52970127fc150a0f209 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_om.tar.gz) = 8060849 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-or/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633121 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_or.tar.gz) = afed4a9bcdf3c80d1474632bc98764a766c180a185e67700d6c524237a654523 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_or.tar.gz) = 539301 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_or.tar.gz) = 8e830e1309113d2764794266beff36f5d467ed57b1e94cdfd68a4d73087400b6 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_or.tar.gz) = 539312 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-pa_IN/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633121 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = cf05ceea8dd96e1da219fd284f3258e29c45a9021380cf1dfa80a13c2271688d -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = 509470 +TIMESTAMP = 1493921049 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_pa-IN.tar.gz) = d91d5c7aeddbb4fdfe103b3ccf1d9d32292b08397780cd6694b39b80b4276d03 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_pa-IN.tar.gz) = 509015 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ro/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633137 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ro.tar.gz) = d07650500ddac474ba487a78ef82d30b91e2005668fe8eedd11f41622d8d7741 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ro.tar.gz) = 2352331 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ro.tar.gz) = b762837c24af4302c0479b013f9975f8acbb2146337d817a12b146e50b4fa1b2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ro.tar.gz) = 6471720 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ro.tar.gz) = c3747adebc3874e85c7948ec1a4993ab4faef74e01d719d246aa15136de48ac9 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ro.tar.gz) = 2352406 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ro.tar.gz) = 0164f8a08545c3a603d03d3fe2a2d7323827f0db61a310477698e085884bcf84 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ro.tar.gz) = 6471870 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-rw/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633142 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_rw.tar.gz) = a99e1cd36e638a465f2f9cd971c49ee16f4e25e15908155859f93b87f43ac383 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_rw.tar.gz) = 475075 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_rw.tar.gz) = dfcc333418618279ac5d4535cf848330e78c761fa83508e949f36d5046a8d2c8 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_rw.tar.gz) = 474673 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sa_IN/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633143 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = b1a982d56b8ba96224525d0779455f781c522fdd8667f42ad734311ce8f91918 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = 524262 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sa-IN.tar.gz) = b6618d3dec0f2abc3b968b7a1665a65c0c6169f1e02d973d595e154eec8b93dd +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sa-IN.tar.gz) = 524397 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sat/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633143 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sat.tar.gz) = 674d173a07b69b6af6e3065852630b505c077037c82faf79e96375897ec051a9 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sat.tar.gz) = 559880 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sat.tar.gz) = 32158de2de479cddfe42196176512c6ab820d05fe72b630e26c02fe1afb45aac +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sat.tar.gz) = 559785 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sd/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633144 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sd.tar.gz) = ebe0b8787887d8d41bbcdb63bc4e547d0c7627de75a14b35fb74f1e1f1a7f2b0 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sd.tar.gz) = 516108 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sd.tar.gz) = c06ba1f72ea5ceec68e49a7f687d12aee0ee0383d4eb48b294cb7f76e3695488 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sd.tar.gz) = 516298 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-si/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633222 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_si.tar.gz) = 1d2cd322ecbb8a920d59a8ed113b56ca2a33d02f39f07b7f231608827a6cb6be -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_si.tar.gz) = 804694 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_si.tar.gz) = a0cae83322038a824f74414400d40c8f13ef1e05ad0cb799178a672029866d54 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_si.tar.gz) = 7253859 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_si.tar.gz) = 2d34e3f08004a20af23af3cbbd074580fe300731bb03d8a59e1f3fda5abbd348 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_si.tar.gz) = 804639 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_si.tar.gz) = 216c605546849a22942d2f67e0c7c0896ade29afbde85cf3ade3ef381f983a52 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_si.tar.gz) = 7254181 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sid/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633225 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sid.tar.gz) = 306f7a700f7ab9c920bea83be27d33d9016ed8cfa39499155ce51dd1d1a5b47f -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sid.tar.gz) = 478601 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sid.tar.gz) = 76be92b5cd59f3a10001b81f8a8770d53b66cf12d2c56eb24cf7df360aa65720 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sid.tar.gz) = 7781467 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sid.tar.gz) = 12230b62c33c921e61c0a7e7279f1c40f478981398ec564edd72ab4536d7d1fa +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sid.tar.gz) = 478563 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sid.tar.gz) = a03e0cdc61748ff91f29648210e1a9d4714cde098a7154061eca04a7dd1ee836 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sid.tar.gz) = 7781592 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sk/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633228 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sk.tar.gz) = f16f9fdde25732a13d013951abbbc97327900662a9a078d8daf077a5487bb5e1 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sk.tar.gz) = 1770969 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sk.tar.gz) = 51817ecfc60b0cc606d935c39401951b4ec7c8aa78e235a504dd10bb593282fd -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sk.tar.gz) = 7562410 +TIMESTAMP = 1493921050 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sk.tar.gz) = abc38b4a958a0edef7826d6fcd900e3339a8873b759bdbf1311d13a475cacb80 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sk.tar.gz) = 1770928 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sk.tar.gz) = d2c12f9ffda2940cc73be84569af3ee015d6f16b5d75e2ff43d14340ad462f96 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sk.tar.gz) = 7562274 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sl/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633306 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sl.tar.gz) = b360b3fef69d31ed9a8f0e9f8b2ae254f2626c0571fcd1f8d3862ec2a69dafbf -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sl.tar.gz) = 2150525 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sl.tar.gz) = f7fec3ef56c76e079583939fcf012670d4b911c39f08594f7e70a86144538951 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sl.tar.gz) = 7818235 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sl.tar.gz) = 76c80d6e727e5aa0ad9e0a10cbcf2b44ddf103a7bcebd799829559c7c85d56c3 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sl.tar.gz) = 2150454 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sl.tar.gz) = da0c21547ae84602cc8e0c0f7356a7765cd70138ab68c802a535639fbe3d0652 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sl.tar.gz) = 7818410 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sq/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633309 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sq.tar.gz) = 69a02e85def6205d96a691c49bfb481ae3035632c2ce26d53362e7b1f1360e89 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sq.tar.gz) = 492807 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sq.tar.gz) = 7a8a65704c1956e4e0b748081241203aa0e54335d6d1c87f4a17867d9431c126 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sq.tar.gz) = 6909033 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sq.tar.gz) = 6ceeda5e90cd06a92aa85f5a47402374a4e5a9f75e92c1f709a353d51c89bf15 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sq.tar.gz) = 492766 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sq.tar.gz) = 71b2ca1a8fe4a419c5d703a7b1dc91ae16d07c6dbf4508a76a7d64c7ceb76c0c +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sq.tar.gz) = 6909313 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sr/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633310 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr.tar.gz) = 507c2afef1215cabc381fd50fae128c8935755bd8ca59b9a292befddfa081baa -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr.tar.gz) = 1691987 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sr.tar.gz) = 5f459ed4ff071d064edbe35e5472fc0b42c11308e5887d7872f3bcfebe28533f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sr.tar.gz) = 1692015 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sr_Latn/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633311 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 4a91bec0eeb1e2ef4aa456484f7d24534fe7cf69277b99cffba74c4888271701 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1664046 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sr-Latn.tar.gz) = a7d815bff31594e14868077b2f2be084d4cd8e248b19f2c396bd470b8c9f2af6 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1664239 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ss/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633386 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ss.tar.gz) = 03a1f831544c4950ed435f51e791290cfdb44e0bcac0aa981a0ff2fb9e4612f3 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ss.tar.gz) = 479330 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ss.tar.gz) = e5304e15434fa248ef9b71c967b2cb8fe3d75f678a7fffaecadecc50cba190da +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ss.tar.gz) = 479112 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-st/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633387 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_st.tar.gz) = 07d9915df4b2dc9dff700f8345423195477ff4cb5536655036a6069979a90ec2 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_st.tar.gz) = 477936 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_st.tar.gz) = 5240a3d6f704c9afe6cb31acc0e0bf22bc5229b49bed1a561aded7257befd5c6 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_st.tar.gz) = 478017 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sv/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633391 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sv.tar.gz) = d23a9885cc486eaad4d048991255d137a54b9d785e39c45808d9caee462d59d1 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sv.tar.gz) = 2350684 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sv.tar.gz) = c29b1feb73421c261329034932fb4c99b84abf8d8b298135e988415cc4b2274f -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sv.tar.gz) = 7777879 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sv.tar.gz) = 1e8ca4444f3d023d856d66b4d7f61663c461ee4b34389c2694fd9cd3ba1903cb +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sv.tar.gz) = 2350538 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sv.tar.gz) = 5ab50b1b1370eaaa6a2e56bb6565f63b2d7b9882ec8da7340253206678dbbb6f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_sv.tar.gz) = 7777852 Modified: head/editors/libreoffice-sw_TZ/distinfo ============================================================================== --- head/editors/libreoffice-sw_TZ/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-sw_TZ/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633392 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 4db1bbb9c9c36de3104565ec3502653ff14cd3f53af03a812c6a18670e1329a8 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 465847 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 207da9df989115f0fbf3bf03ca65af3248a6470269b4c4f68b607ef40e77475d +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 465754 Modified: head/editors/libreoffice-ta/distinfo ============================================================================== --- head/editors/libreoffice-ta/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-ta/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633471 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ta.tar.gz) = 33e92b8cff19b81467b50a63267d9663fc8c163a8aed3f82acad3f36273e7b8f -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ta.tar.gz) = 533161 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ta.tar.gz) = 15f59537a94e701b1769b51087f0b6f16ca25579355eb3e51d414f687b4cd188 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ta.tar.gz) = 7718835 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ta.tar.gz) = 15dbfb54268a9070f80f836a9dd579261a03111a08cb88b2427523e5d9cb5d1f +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_ta.tar.gz) = 533090 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ta.tar.gz) = d2e121da7a2f8c4d97d8f8d7e6ffca8a0308134f794be207de628c34b3f30241 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_ta.tar.gz) = 7718659 Modified: head/editors/libreoffice-te/distinfo ============================================================================== --- head/editors/libreoffice-te/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-te/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633471 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_te.tar.gz) = af8ba208528fa2acfb642489dc39c3d2813c293199e48066a8c7c40ffb443246 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_te.tar.gz) = 1087839 +TIMESTAMP = 1493921051 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_te.tar.gz) = e85c31efeea8e4cc23385b873416856ad795722a661cf124e471fe836c67077b +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_te.tar.gz) = 1087853 Modified: head/editors/libreoffice-tg/distinfo ============================================================================== --- head/editors/libreoffice-tg/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-tg/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490633550 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_tg.tar.gz) = 0dcc692948b26fcf6c10be6f6877b9c7e063e352f25eb32f1dbe779e71bede91 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_tg.tar.gz) = 494965 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_tg.tar.gz) = 455a67ef363ea2863afe66904f05667c88e68d7ed20605cb58c9a08b000d5f66 -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_tg.tar.gz) = 7244722 +TIMESTAMP = 1493921052 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_tg.tar.gz) = b5662d24a75367ca1eb7acfa539fdf01a917a986dae75bf48ee625cb1fce7257 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_tg.tar.gz) = 494801 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_tg.tar.gz) = eb48e225027ea91bbb4eb6c9c452604f0149b6de790e858b205670a988dc4777 +SIZE (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_helppack_tg.tar.gz) = 7244865 Modified: head/editors/libreoffice-th/distinfo ============================================================================== --- head/editors/libreoffice-th/distinfo Thu May 4 15:22:53 2017 (r440111) +++ head/editors/libreoffice-th/distinfo Thu May 4 18:07:45 2017 (r440112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490633551 -SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_th.tar.gz) = e5722ee95292b441429f05efed659d4299577b61fca944b1fa91e256285625fc -SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_th.tar.gz) = 673851 +TIMESTAMP = 1493921052 +SHA256 (libreoffice/i18n/LibreOffice_5.2.7_Linux_x86_deb_langpack_th.tar.gz) = 9f024c7879d004d3bd1cc46177947e82b1877b1c50dc9687f1822869c5029a91 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu May 4 18:56:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DEFCD5B1D9; Thu, 4 May 2017 18:56:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7DB2E6; Thu, 4 May 2017 18:56:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44IuKna011401; Thu, 4 May 2017 18:56:20 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44IuKE2011400; Thu, 4 May 2017 18:56:20 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201705041856.v44IuKE2011400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Thu, 4 May 2017 18:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440113 - head/sysutils/cdrdao X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 18:56:21 -0000 Author: marius Date: Thu May 4 18:56:20 2017 New Revision: 440113 URL: https://svnweb.freebsd.org/changeset/ports/440113 Log: Fix build with TOC2MP3 set after the switch to USE_CXXSTD=c++11 in r439255. PR: 219064 Modified: head/sysutils/cdrdao/Makefile Modified: head/sysutils/cdrdao/Makefile ============================================================================== --- head/sysutils/cdrdao/Makefile Thu May 4 18:07:45 2017 (r440112) +++ head/sysutils/cdrdao/Makefile Thu May 4 18:56:20 2017 (r440113) @@ -85,6 +85,8 @@ post-patch: 55readcd 55scgcheck 55scgskeleton 55rscsi 85man @${RM} ${WRKSRC}/scsilib/TARGETS/${i} .endfor + @${REINPLACE_CMD} -e 's|"$$ac_declaration"|"$$ac_declarationXXX"|g' \ + ${WRKSRC}/configure .for i in include/schily.h libscg/scsitransp.c libschily/fexec.c \ libschily/stdio/fgetline.c @${REINPLACE_CMD} -E -e 's|fexecve|js_fexecve|g; \ From owner-svn-ports-all@freebsd.org Thu May 4 19:08:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5430BD5B783; Thu, 4 May 2017 19:08:38 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26519FBF; Thu, 4 May 2017 19:08:38 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44J8biE015823; Thu, 4 May 2017 19:08:37 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44J8bYn015821; Thu, 4 May 2017 19:08:37 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201705041908.v44J8bYn015821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 4 May 2017 19:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440114 - head/lang/pypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 19:08:38 -0000 Author: dbn Date: Thu May 4 19:08:36 2017 New Revision: 440114 URL: https://svnweb.freebsd.org/changeset/ports/440114 Log: bsd.pypy.cffi.mk: unbreak building of cffi ports To fix conflicting of pypy and pypy3 the PYPY_DIR value was set using ${PORTNAME}, however the same codepath is used for cffi ports who's ${PORTNAME} is not pypy or pypy3. Fix this by using an intermediate PYTHON_IMPL variable that is conditionally set to ${PORTNAME} and explicitly set to 'pypy' for cffi ports. Reported by: pkg-fallout Modified: head/lang/pypy/bsd.pypy.cffi.mk head/lang/pypy/bsd.pypy.mk Modified: head/lang/pypy/bsd.pypy.cffi.mk ============================================================================== --- head/lang/pypy/bsd.pypy.cffi.mk Thu May 4 18:56:20 2017 (r440113) +++ head/lang/pypy/bsd.pypy.cffi.mk Thu May 4 19:08:36 2017 (r440114) @@ -10,9 +10,10 @@ PLIST_FILES= %%PYPY_DIR%%/lib_pypy/${CFF CFFI_MODULE?= _${PORTNAME} +PYTHON_IMPL= pypy PYTHON_PORTVERSION?= 5.7.1 PYTHON_PKGNAMEPREFIX= pypy- -PYTHON_CMD= ${LOCALBASE}/bin/pypy +PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_IMPL} .include "${.CURDIR}/../../lang/pypy/bsd.pypy.mk" Modified: head/lang/pypy/bsd.pypy.mk ============================================================================== --- head/lang/pypy/bsd.pypy.mk Thu May 4 18:56:20 2017 (r440113) +++ head/lang/pypy/bsd.pypy.mk Thu May 4 19:08:36 2017 (r440114) @@ -7,6 +7,7 @@ LICENSE_COMB= multi USES+= compiler:c11 -PYPY_DIR= ${PORTNAME}-${PORTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} +PYTHON_IMPL?= ${PORTNAME} +PYPY_DIR= ${PYTHON_IMPL}-${PORTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} PYPY_CFFI_VER?= pypy-41 PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} From owner-svn-ports-all@freebsd.org Thu May 4 20:30:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F184BD5E34A; Thu, 4 May 2017 20:30:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id C0F8313BA; Thu, 4 May 2017 20:30:49 +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 v44KUmmI048496; Thu, 4 May 2017 20:30:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44KUmR0048495; Thu, 4 May 2017 20:30:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201705042030.v44KUmR0048495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 4 May 2017 20:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440115 - head/science/tfel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 20:30:50 -0000 Author: thierry Date: Thu May 4 20:30:48 2017 New Revision: 440115 URL: https://svnweb.freebsd.org/changeset/ports/440115 Log: Cleanup. PR: 216315 Submitted by: pfg Modified: head/science/tfel/Makefile Modified: head/science/tfel/Makefile ============================================================================== --- head/science/tfel/Makefile Thu May 4 19:08:36 2017 (r440114) +++ head/science/tfel/Makefile Thu May 4 20:30:48 2017 (r440115) @@ -3,6 +3,7 @@ PORTNAME= tfel PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -mfront @@ -14,18 +15,23 @@ LICENSE= GPLv3 OPTIONS_DEFINE= GNUPLOT PYTHON OPTIONS_DEFAULT= GNUPLOT + GNUPLOT_BUILD_DEPENDS= gnuplot:math/gnuplot GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot +PYTHON_CONFIGURE_ENABLE= python +PYTHON_USES= python + ONLY_FOR_ARCHS= amd64 i386 USES= autoreconf libtool tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-aster +CONFIGURE_ARGS+= --enable-aster USE_LDCONFIG= yes -PYTHON_CONFIGURE_ENABLE= python -PYTHON_USES= python +.ifdef PACKAGE_BUILDING +CONFIGURE_ARGS+= --enable-portable-build +.endif INSTALL_TARGET= install-strip TEST_TARGET= check From owner-svn-ports-all@freebsd.org Thu May 4 21:27:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB358D5E159; Thu, 4 May 2017 21:27:44 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC10922; Thu, 4 May 2017 21:27:44 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44LRhl7072741; Thu, 4 May 2017 21:27:43 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44LRhK0072739; Thu, 4 May 2017 21:27:43 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705042127.v44LRhK0072739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 4 May 2017 21:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440116 - in head/security/putty: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 21:27:44 -0000 Author: mandree Date: Thu May 4 21:27:43 2017 New Revision: 440116 URL: https://svnweb.freebsd.org/changeset/ports/440116 Log: Update to new upstream release 0.69. Upstream change "You can now explicitly configure SSH terminal mode settings not to be sent to the server, if your server objects to them." Enable pageant, was missing from the 0.68 upgrade. Switch to GTK3, no longer compiles with GTK2. The security fixes contained in 0.69 are only good on Windows, so not flagging this as a security update. Modified: head/security/putty/Makefile head/security/putty/distinfo head/security/putty/files/patch-Makefile.gtk Modified: head/security/putty/Makefile ============================================================================== --- head/security/putty/Makefile Thu May 4 20:30:48 2017 (r440115) +++ head/security/putty/Makefile Thu May 4 21:27:43 2017 (r440116) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -23,8 +23,8 @@ CPE_VENDOR= simon_tatham PLIST_FILES= bin/plink bin/pscp bin/psftp bin/puttygen PLIST_FILES+= man/man1/plink.1.gz man/man1/pscp.1.gz man/man1/psftp.1.gz man/man1/puttygen.1.gz -OPTIONS_DEFINE= GSSAPI GTK2 -OPTIONS_DEFAULT=GSSAPI GTK2 +OPTIONS_DEFINE= GSSAPI GTK3 +OPTIONS_DEFAULT=GSSAPI GTK3 CONFLICTS_INSTALL?= pssh-[0-9]* putty-nogtk-[0-9]* @@ -33,13 +33,13 @@ CONFLICTS_INSTALL?= pssh-[0-9]* putty-no CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 LDFLAGS+= -Wl,--as-needed -.if ${PORT_OPTIONS:MGTK2} && !defined(WITHOUT_X11) -USE_GNOME= cairo gdkpixbuf2 gtk20 +.if ${PORT_OPTIONS:MGTK3} && !defined(WITHOUT_X11) +USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 -PLIST_FILES+= bin/pterm bin/putty bin/puttytel -PLIST_FILES+= man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz -MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-2.0 x11 --cflags" +PLIST_FILES+= bin/pageant bin/pterm bin/putty bin/puttytel +PLIST_FILES+= man/man1/pageant.1.gz man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz +MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-3.0 x11 --cflags" .else MAKE_ARGS+= GTK_CONFIG=: .endif Modified: head/security/putty/distinfo ============================================================================== --- head/security/putty/distinfo Thu May 4 20:30:48 2017 (r440115) +++ head/security/putty/distinfo Thu May 4 21:27:43 2017 (r440116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489606314 -SHA256 (putty-0.68.tar.gz) = 7ba256f46e5a353cafe811ce7914d0e22a52bdfc0e6e2d183ad28b5af44cd09c -SIZE (putty-0.68.tar.gz) = 2114499 +TIMESTAMP = 1493852442 +SHA256 (putty-0.69.tar.gz) = b7dad241ff01b0cbb9dc4c1471ec7cacf8f08d98a581aeb2f336da3c0eb96ad1 +SIZE (putty-0.69.tar.gz) = 2122306 Modified: head/security/putty/files/patch-Makefile.gtk ============================================================================== --- head/security/putty/files/patch-Makefile.gtk Thu May 4 20:30:48 2017 (r440115) +++ head/security/putty/files/patch-Makefile.gtk Thu May 4 21:27:43 2017 (r440116) @@ -1,6 +1,6 @@ ---- Makefile.gtk.orig 2017-03-16 02:47:16.000000000 +0000 -+++ Makefile.gtk 2017-03-16 02:47:16.000000000 +0000 -@@ -111,7 +111,7 @@ +--- Makefile.gtk.orig 2017-04-24 13:52:46 UTC ++++ Makefile.gtk +@@ -111,7 +111,7 @@ GTK_CONFIG = sh -c 'pkg-config gtk+-3.0 unexport CFLAGS # work around a weird issue with krb5-config @@ -9,7 +9,7 @@ $(shell $(GTK_CONFIG) --cflags) -D _FILE_OFFSET_BITS=64 XLDFLAGS = $(LDFLAGS) $(shell $(GTK_CONFIG) --libs) ULDFLAGS = $(LDFLAGS) -@@ -138,8 +138,12 @@ +@@ -138,8 +138,12 @@ man1dir=$(mandir)/man1 .SUFFIXES: @@ -22,21 +22,27 @@ cgtest: cgtest.o conf.o import.o misc.o notiming.o sshaes.o sshbcrypt.o \ sshblowf.o sshbn.o sshdes.o sshdss.o sshdssg.o sshecc.o \ -@@ -1050,6 +1054,8 @@ +@@ -1047,10 +1051,12 @@ xpmputty.o: ../unix/xpmputty.c + + install: + mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) +- $(INSTALL_PROGRAM) -m 755 pageant $(DESTDIR)$(bindir)/pageant $(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink $(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp $(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp + $(INSTALL_PROGRAM) -m 755 puttygen $(DESTDIR)$(bindir)/puttygen +ifdef PUTTY_WITH_GTK ++ $(INSTALL_PROGRAM) -m 755 pageant $(DESTDIR)$(bindir)/pageant $(INSTALL_PROGRAM) -m 755 pterm $(DESTDIR)$(bindir)/pterm if test -n "$(UTMP_GROUP)"; then \ chgrp $(UTMP_GROUP) $(DESTDIR)$(bindir)/pterm && \ -@@ -1059,15 +1065,17 @@ +@@ -1060,16 +1066,18 @@ install: chmod 4755 $(DESTDIR)$(bindir)/pterm; \ fi $(INSTALL_PROGRAM) -m 755 putty $(DESTDIR)$(bindir)/putty - $(INSTALL_PROGRAM) -m 755 puttygen $(DESTDIR)$(bindir)/puttygen $(INSTALL_PROGRAM) -m 755 puttytel $(DESTDIR)$(bindir)/puttytel + $(INSTALL_DATA) -m 644 ../doc/pageant.1 $(DESTDIR)$(man1dir)/pageant.1 +endif $(INSTALL_DATA) -m 644 ../doc/plink.1 $(DESTDIR)$(man1dir)/plink.1 $(INSTALL_DATA) -m 644 ../doc/pscp.1 $(DESTDIR)$(man1dir)/pscp.1 From owner-svn-ports-all@freebsd.org Thu May 4 21:44:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B380CD5E709; Thu, 4 May 2017 21:44: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 mx1.freebsd.org (Postfix) with ESMTPS id 74BA19B3; Thu, 4 May 2017 21:44: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 v44Liv78081271; Thu, 4 May 2017 21:44:57 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44LivS4081269; Thu, 4 May 2017 21:44:57 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705042144.v44LivS4081269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 4 May 2017 21:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440117 - in head/devel/icu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 21:44:58 -0000 Author: jkim Date: Thu May 4 21:44:57 2017 New Revision: 440117 URL: https://svnweb.freebsd.org/changeset/ports/440117 Log: Apply upstream patches to fix CVE-2017-7867 and CVE-2017-7868. http://bugs.icu-project.org/trac/changeset/39671 PR: 218951 MFH: 2017Q2 Added: head/devel/icu/files/patch-r39671 (contents, props changed) Modified: head/devel/icu/Makefile Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Thu May 4 21:27:43 2017 (r440116) +++ head/devel/icu/Makefile Thu May 4 21:44:57 2017 (r440117) @@ -3,7 +3,7 @@ PORTNAME= icu DISTVERSION= 58_2 -PORTREVISION?= 1 # keep for icu-lx +PORTREVISION?= 2 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ Added: head/devel/icu/files/patch-r39671 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icu/files/patch-r39671 Thu May 4 21:44:57 2017 (r440117) @@ -0,0 +1,176 @@ +Index: test/intltest/utxttest.h +=================================================================== +--- test/intltest/utxttest.h (revision 39670) ++++ test/intltest/utxttest.h (revision 39671) +@@ -38,6 +38,7 @@ class UTextTest : public IntlTest { + void Ticket10562(); + void Ticket10983(); + void Ticket12130(); ++ void Ticket12888(); + + private: + struct m { // Map between native indices & code points. +Index: test/intltest/utxttest.cpp +=================================================================== +--- test/intltest/utxttest.cpp (revision 39670) ++++ test/intltest/utxttest.cpp (revision 39671) +@@ -67,6 +67,8 @@ UTextTest::runIndexedTest(int32_t index, UBool exe + if (exec) Ticket10983(); break; + case 7: name = "Ticket12130"; + if (exec) Ticket12130(); break; ++ case 8: name = "Ticket12888"; ++ if (exec) Ticket12888(); break; + default: name = ""; break; + } + } +@@ -1583,3 +1585,63 @@ void UTextTest::Ticket12130() { + } + utext_close(&ut); + } ++ ++// Ticket 12888: bad handling of illegal utf-8 containing many instances of the archaic, now illegal, ++// six byte utf-8 forms. Original implementation had an assumption that ++// there would be at most three utf-8 bytes per UTF-16 code unit. ++// The five and six byte sequences map to a single replacement character. ++ ++void UTextTest::Ticket12888() { ++ const char *badString = ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80"; ++ ++ UErrorCode status = U_ZERO_ERROR; ++ LocalUTextPointer ut(utext_openUTF8(NULL, badString, -1, &status)); ++ TEST_SUCCESS(status); ++ for (;;) { ++ UChar32 c = utext_next32(ut.getAlias()); ++ if (c == U_SENTINEL) { ++ break; ++ } ++ } ++ int32_t endIdx = utext_getNativeIndex(ut.getAlias()); ++ if (endIdx != (int32_t)strlen(badString)) { ++ errln("%s:%d expected=%d, actual=%d", __FILE__, __LINE__, strlen(badString), endIdx); ++ return; ++ } ++ ++ for (int32_t prevIndex = endIdx; prevIndex>0;) { ++ UChar32 c = utext_previous32(ut.getAlias()); ++ int32_t currentIndex = utext_getNativeIndex(ut.getAlias()); ++ if (c != 0xfffd) { ++ errln("%s:%d (expected, actual, index) = (%d, %d, %d)\n", ++ __FILE__, __LINE__, 0xfffd, c, currentIndex); ++ break; ++ } ++ if (currentIndex != prevIndex - 6) { ++ errln("%s:%d: wrong index. Expected, actual = %d, %d", ++ __FILE__, __LINE__, prevIndex - 6, currentIndex); ++ break; ++ } ++ prevIndex = currentIndex; ++ } ++} +Index: common/utext.cpp +=================================================================== +--- common/utext.cpp (revision 39670) ++++ common/utext.cpp (revision 39671) +@@ -847,9 +847,15 @@ U_CDECL_END + //------------------------------------------------------------------------------ + + // Chunk size. +-// Must be less than 85, because of byte mapping from UChar indexes to native indexes. +-// Worst case is three native bytes to one UChar. (Supplemenaries are 4 native bytes +-// to two UChars.) ++// Must be less than 42 (256/6), because of byte mapping from UChar indexes to native indexes. ++// Worst case there are six UTF-8 bytes per UChar. ++// obsolete 6 byte form fd + 5 trails maps to fffd ++// obsolete 5 byte form fc + 4 trails maps to fffd ++// non-shortest 4 byte forms maps to fffd ++// normal supplementaries map to a pair of utf-16, two utf8 bytes per utf-16 unit ++// mapToUChars array size must allow for the worst case, 6. ++// This could be brought down to 4, by treating fd and fc as pure illegal, ++// rather than obsolete lead bytes. But that is not compatible with the utf-8 access macros. + // + enum { UTF8_TEXT_CHUNK_SIZE=32 }; + +@@ -889,7 +895,7 @@ struct UTF8Buf { + // Requires two extra slots, + // one for a supplementary starting in the last normal position, + // and one for an entry for the buffer limit position. +- uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to ++ uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*6+6]; // Map native offset from bufNativeStart to + // correspoding offset in filled part of buf. + int32_t align; + }; +@@ -1032,6 +1038,7 @@ utf8TextAccess(UText *ut, int64_t index, UBool for + // Requested index is in this buffer. + u8b = (UTF8Buf *)ut->p; // the current buffer + mapIndex = ix - u8b->toUCharsMapStart; ++ U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); + ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; + return TRUE; + +@@ -1298,6 +1305,10 @@ fillReverse: + // Can only do this if the incoming index is somewhere in the interior of the string. + // If index is at the end, there is no character there to look at. + if (ix != ut->b) { ++ // Note: this function will only move the index back if it is on a trail byte ++ // and there is a preceding lead byte and the sequence from the lead ++ // through this trail could be part of a valid UTF-8 sequence ++ // Otherwise the index remains unchanged. + U8_SET_CP_START(s8, 0, ix); + } + +@@ -1311,7 +1322,10 @@ fillReverse: + UChar *buf = u8b->buf; + uint8_t *mapToNative = u8b->mapToNative; + uint8_t *mapToUChars = u8b->mapToUChars; +- int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); ++ int32_t toUCharsMapStart = ix - sizeof(UTF8Buf::mapToUChars) + 1; ++ // Note that toUCharsMapStart can be negative. Happens when the remaining ++ // text from current position to the beginning is less than the buffer size. ++ // + 1 because mapToUChars must have a slot at the end for the bufNativeLimit entry. + int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region + // at end of buffer to leave room + // for a surrogate pair at the +@@ -1338,6 +1352,7 @@ fillReverse: + if (c<0x80) { + // Special case ASCII range for speed. + buf[destIx] = (UChar)c; ++ U_ASSERT(toUCharsMapStart <= srcIx); + mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; + mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); + } else { +@@ -1367,6 +1382,7 @@ fillReverse: + do { + mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx; + } while (sIx >= srcIx); ++ U_ASSERT(toUCharsMapStart <= (srcIx+1)); + + // Set native indexing limit to be the current position. + // We are processing a non-ascii, non-native-indexing char now; +@@ -1541,6 +1557,7 @@ utf8TextMapIndexToUTF16(const UText *ut, int64_t i + U_ASSERT(index>=ut->chunkNativeStart+ut->nativeIndexingLimit); + U_ASSERT(index<=ut->chunkNativeLimit); + int32_t mapIndex = index - u8b->toUCharsMapStart; ++ U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); + int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; + U_ASSERT(offset>=0 && offset<=ut->chunkLength); + return offset; From owner-svn-ports-all@freebsd.org Thu May 4 21:49:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67227D5E86B; Thu, 4 May 2017 21:49:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3952ACEE; Thu, 4 May 2017 21:49:08 +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 v44Ln7gQ081550; Thu, 4 May 2017 21:49:07 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Ln77F081548; Thu, 4 May 2017 21:49:07 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705042149.v44Ln77F081548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 4 May 2017 21:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440118 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 21:49:08 -0000 Author: jkim Date: Thu May 4 21:49:06 2017 New Revision: 440118 URL: https://svnweb.freebsd.org/changeset/ports/440118 Log: CVE-2017-7867 and CVE-2017-7868 were fixed in r440117. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu May 4 21:44:57 2017 (r440117) +++ head/security/vuxml/vuln.xml Thu May 4 21:49:06 2017 (r440118) @@ -354,7 +354,7 @@ Notes: icu - 59.0,1 + 58.2_2,1 linux-c6-icu @@ -390,7 +390,7 @@ Notes: 2017-01-21 2017-04-20 - 2017-04-20 + 2017-05-04 From owner-svn-ports-all@freebsd.org Thu May 4 22:30:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3DF5D5E1A9; Thu, 4 May 2017 22:30:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8894C16D; Thu, 4 May 2017 22:30:15 +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 v44MUEdI097812; Thu, 4 May 2017 22:30:14 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44MUE9Q097810; Thu, 4 May 2017 22:30:14 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705042230.v44MUE9Q097810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 22:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440119 - head/textproc/R-cran-rmarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 22:30:15 -0000 Author: tota Date: Thu May 4 22:30:14 2017 New Revision: 440119 URL: https://svnweb.freebsd.org/changeset/ports/440119 Log: - Update to 1.5 Modified: head/textproc/R-cran-rmarkdown/Makefile (contents, props changed) head/textproc/R-cran-rmarkdown/distinfo (contents, props changed) Modified: head/textproc/R-cran-rmarkdown/Makefile ============================================================================== --- head/textproc/R-cran-rmarkdown/Makefile Thu May 4 21:49:06 2017 (r440118) +++ head/textproc/R-cran-rmarkdown/Makefile Thu May 4 22:30:14 2017 (r440119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rmarkdown -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/textproc/R-cran-rmarkdown/distinfo ============================================================================== --- head/textproc/R-cran-rmarkdown/distinfo Thu May 4 21:49:06 2017 (r440118) +++ head/textproc/R-cran-rmarkdown/distinfo Thu May 4 22:30:14 2017 (r440119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482506475 -SHA256 (rmarkdown_1.3.tar.gz) = 4eb28ad40161b8239803f90f68d1f5199a4252122ad293cc34bd7bf887f37def -SIZE (rmarkdown_1.3.tar.gz) = 2073859 +TIMESTAMP = 1493867354 +SHA256 (rmarkdown_1.5.tar.gz) = 239970febac7adcc51d08976cc89426b0b4798bf90216253e4fcd1badd24fb73 +SIZE (rmarkdown_1.5.tar.gz) = 2077189 From owner-svn-ports-all@freebsd.org Thu May 4 22:50:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7D80D5E76D; Thu, 4 May 2017 22:50:31 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B282F68; Thu, 4 May 2017 22:50:31 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44MoUIA006287; Thu, 4 May 2017 22:50:30 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44MoUFv006285; Thu, 4 May 2017 22:50:30 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705042250.v44MoUFv006285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 4 May 2017 22:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440120 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 22:50:31 -0000 Author: mandree Date: Thu May 4 22:50:30 2017 New Revision: 440120 URL: https://svnweb.freebsd.org/changeset/ports/440120 Log: Update to new upstream test release -test5. Diff from upstream CHANGELOG: + Allow use of MAC addresses with --tftp-unique-root. Thanks + to Floris Bos for the patch. + + Add --dhcp-reply-delay option. Thanks to Floris Bos + for the patch. + + Add mtu setting facility to --ra-param. Thanks to David + Flamand for the patch. + + Capture STDOUT and STDERR output from dhcp-script and log + it as part of the dnsmasq log stream. Makes life easier + for diagnosing unexpected problems in scripts. + Thanks to Petr Mensik for the patch. + + Generate fatal errors when failing to parse the output + of the dhcp-script in "init" mode. Avoids strange errors + when the script accidentally emits error messages. + Thanks to Petr Mensik for the patch. + + Make --rev-server for an RFC1918 subnet work even in the + presence of the --bogus-priv flag. Thanks to + Vladislav Grishenko for the patch. + + Extend --ra-param mtu: field to allow an interface name. + This allows the MTU of a WAN interface to be advertised on + the internal interfaces of a router. Thanks to + Vladislav Grishenko for the patch. + + Do ICMP-ping check for address-in-use for DHCPv4 when + the client specifies an address in DHCPDISCOVER, and when + an address in configured locally. Thanks to Alin Năstac + for spotting the problem. This change was reverted: - Implement RFC 6842. Thanks to Reddeiah Raju Konduru for - pointing out that this was missing. Reported by: portscout Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu May 4 22:30:14 2017 (r440119) +++ head/dns/dnsmasq-devel/Makefile Thu May 4 22:50:30 2017 (r440120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.77test4 +DISTVERSION= 2.77test5 PORTEPOCH= 1 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Thu May 4 22:30:14 2017 (r440119) +++ head/dns/dnsmasq-devel/distinfo Thu May 4 22:50:30 2017 (r440120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490136000 -SHA256 (dnsmasq-2.77test4.tar.xz) = d71f52b54b876f8b30418cd9c8d5926a2f294aa8347ee41992da3762d14b3c51 -SIZE (dnsmasq-2.77test4.tar.xz) = 500252 +TIMESTAMP = 1493933562 +SHA256 (dnsmasq-2.77test5.tar.xz) = 5d57d575944769f4c6142ac3d6e81c3e60f20f6817d52f18df8056b6e0a9112d +SIZE (dnsmasq-2.77test5.tar.xz) = 502964 From owner-svn-ports-all@freebsd.org Thu May 4 23:06:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD989D5EE3A; Thu, 4 May 2017 23:06:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 83BAF1FA3; Thu, 4 May 2017 23:06:46 +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 v44N6jAH014387; Thu, 4 May 2017 23:06:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44N6jES014383; Thu, 4 May 2017 23:06:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705042306.v44N6jES014383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 23:06:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440121 - head/textproc/R-cran-XML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:06:46 -0000 Author: tota Date: Thu May 4 23:06:45 2017 New Revision: 440121 URL: https://svnweb.freebsd.org/changeset/ports/440121 Log: - Update to 3.98-1.7 - Update WWW: line in pkg-descr Modified: head/textproc/R-cran-XML/Makefile (contents, props changed) head/textproc/R-cran-XML/distinfo (contents, props changed) head/textproc/R-cran-XML/pkg-descr (contents, props changed) Modified: head/textproc/R-cran-XML/Makefile ============================================================================== --- head/textproc/R-cran-XML/Makefile Thu May 4 22:50:30 2017 (r440120) +++ head/textproc/R-cran-XML/Makefile Thu May 4 23:06:45 2017 (r440121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML -DISTVERSION= 3.98-1.5 +DISTVERSION= 3.98-1.7 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-XML/distinfo ============================================================================== --- head/textproc/R-cran-XML/distinfo Thu May 4 22:50:30 2017 (r440120) +++ head/textproc/R-cran-XML/distinfo Thu May 4 23:06:45 2017 (r440121) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480841628 -SHA256 (XML_3.98-1.5.tar.gz) = deaff082e4d37931d2dabea3a60c3d6916d565821043b22b3f9522ebf3918d35 -SIZE (XML_3.98-1.5.tar.gz) = 1599213 +TIMESTAMP = 1493869207 +SHA256 (XML_3.98-1.7.tar.gz) = 526df7abf3d698854835018b4f3eaa5c4d594517ace0b7b54eb1601d88702703 +SIZE (XML_3.98-1.7.tar.gz) = 1599253 Modified: head/textproc/R-cran-XML/pkg-descr ============================================================================== --- head/textproc/R-cran-XML/pkg-descr Thu May 4 22:50:30 2017 (r440120) +++ head/textproc/R-cran-XML/pkg-descr Thu May 4 23:06:45 2017 (r440121) @@ -2,4 +2,4 @@ This package provides many approaches fo (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. It also offers access to an XPath "interpreter". -WWW: http://cran.r-project.org/web/packages/XML/ +WWW: https://cran.r-project.org/web/packages/XML/ From owner-svn-ports-all@freebsd.org Thu May 4 23:46:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23F40D5E9BC; Thu, 4 May 2017 23:46:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id E78B71B92; Thu, 4 May 2017 23:46:17 +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 v44NkGlU030889; Thu, 4 May 2017 23:46:16 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkGHf030886; Thu, 4 May 2017 23:46:16 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705042346.v44NkGHf030886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 23:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440122 - head/devel/R-cran-tibble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:18 -0000 Author: tota Date: Thu May 4 23:46:16 2017 New Revision: 440122 URL: https://svnweb.freebsd.org/changeset/ports/440122 Log: - Update to 1.3.0 Modified: head/devel/R-cran-tibble/Makefile (contents, props changed) head/devel/R-cran-tibble/distinfo (contents, props changed) Modified: head/devel/R-cran-tibble/Makefile ============================================================================== --- head/devel/R-cran-tibble/Makefile Thu May 4 23:06:45 2017 (r440121) +++ head/devel/R-cran-tibble/Makefile Thu May 4 23:46:16 2017 (r440122) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tibble -PORTVERSION= 1.2 +PORTVERSION= 1.3.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,9 +11,8 @@ COMMENT= Simple Data Frames LICENSE= MIT -CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ - R-cran-lazyeval>0.1.10:math/R-cran-lazyeval \ - R-cran-Rcpp>0:devel/R-cran-Rcpp +CRAN_DEPENDS= R-cran-lazyeval>=0.1.10:math/R-cran-lazyeval \ + R-cran-Rcpp>=0.12.3:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/devel/R-cran-tibble/distinfo ============================================================================== --- head/devel/R-cran-tibble/distinfo Thu May 4 23:06:45 2017 (r440121) +++ head/devel/R-cran-tibble/distinfo Thu May 4 23:46:16 2017 (r440122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472363895 -SHA256 (tibble_1.2.tar.gz) = ed8a8bd0591223f742be80fd1cd8c4a9618d0f04011ec95c272b61ea45193104 -SIZE (tibble_1.2.tar.gz) = 54517 +TIMESTAMP = 1493869649 +SHA256 (tibble_1.3.0.tar.gz) = 738987288a3ad9070ca9ca2f36ed47287041c21f4d1e4e4733bae2b1598845e0 +SIZE (tibble_1.3.0.tar.gz) = 58170 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 650B1D5E9EF; Thu, 4 May 2017 23:46:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9691BDB; Thu, 4 May 2017 23:46: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 v44NkN18031019; Thu, 4 May 2017 23:46:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkNjG031017; Thu, 4 May 2017 23:46:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkNjG031017@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, 4 May 2017 23:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440123 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:24 -0000 Author: sunpoet Date: Thu May 4 23:46:22 2017 New Revision: 440123 URL: https://svnweb.freebsd.org/changeset/ports/440123 Log: Update to 0.7.95 (0.4.35) Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Thu May 4 23:46:16 2017 (r440122) +++ head/multimedia/libzen/Makefile Thu May 4 23:46:22 2017 (r440123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.94 +PORTVERSION= 0.7.95 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Thu May 4 23:46:16 2017 (r440122) +++ head/multimedia/libzen/distinfo Thu May 4 23:46:22 2017 (r440123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490965931 -SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c -SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 +TIMESTAMP = 1493921333 +SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca +SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3282BD5EA25; Thu, 4 May 2017 23:46:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF99C1C30; Thu, 4 May 2017 23:46: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 v44NkR9G031144; Thu, 4 May 2017 23:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkRVe031142; Thu, 4 May 2017 23:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkRVe031142@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, 4 May 2017 23:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440124 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:29 -0000 Author: sunpoet Date: Thu May 4 23:46:27 2017 New Revision: 440124 URL: https://svnweb.freebsd.org/changeset/ports/440124 Log: Update to 0.7.95 Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Thu May 4 23:46:22 2017 (r440123) +++ head/multimedia/libmediainfo/Makefile Thu May 4 23:46:27 2017 (r440124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.94 +PORTVERSION= 0.7.95 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Thu May 4 23:46:22 2017 (r440123) +++ head/multimedia/libmediainfo/distinfo Thu May 4 23:46:27 2017 (r440124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490965936 -SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c -SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 +TIMESTAMP = 1493921339 +SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca +SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23ED5D5EA5E; Thu, 4 May 2017 23:46: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 mx1.freebsd.org (Postfix) with ESMTPS id E74F61CA2; Thu, 4 May 2017 23:46: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 v44NkWsc031267; Thu, 4 May 2017 23:46:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkW0Q031265; Thu, 4 May 2017 23:46:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkW0Q031265@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, 4 May 2017 23:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440125 - head/multimedia/mediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:34 -0000 Author: sunpoet Date: Thu May 4 23:46:32 2017 New Revision: 440125 URL: https://svnweb.freebsd.org/changeset/ports/440125 Log: Update to 0.7.95 Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Modified: head/multimedia/mediainfo/Makefile head/multimedia/mediainfo/distinfo Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Thu May 4 23:46:27 2017 (r440124) +++ head/multimedia/mediainfo/Makefile Thu May 4 23:46:32 2017 (r440125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.94 +PORTVERSION= 0.7.95 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/mediainfo/distinfo ============================================================================== --- head/multimedia/mediainfo/distinfo Thu May 4 23:46:27 2017 (r440124) +++ head/multimedia/mediainfo/distinfo Thu May 4 23:46:32 2017 (r440125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490965940 -SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c -SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 +TIMESTAMP = 1493921344 +SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca +SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CC6CD5EA96; Thu, 4 May 2017 23:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 0E2741D15; Thu, 4 May 2017 23:46: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 v44Nkc19031392; Thu, 4 May 2017 23:46:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkbXa031390; Thu, 4 May 2017 23:46:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkbXa031390@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, 4 May 2017 23:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440126 - head/devel/py-lazy-object-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:39 -0000 Author: sunpoet Date: Thu May 4 23:46:37 2017 New Revision: 440126 URL: https://svnweb.freebsd.org/changeset/ports/440126 Log: Update to 1.3.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst Modified: head/devel/py-lazy-object-proxy/Makefile head/devel/py-lazy-object-proxy/distinfo Modified: head/devel/py-lazy-object-proxy/Makefile ============================================================================== --- head/devel/py-lazy-object-proxy/Makefile Thu May 4 23:46:32 2017 (r440125) +++ head/devel/py-lazy-object-proxy/Makefile Thu May 4 23:46:37 2017 (r440126) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lazy-object-proxy -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-lazy-object-proxy/distinfo ============================================================================== --- head/devel/py-lazy-object-proxy/distinfo Thu May 4 23:46:32 2017 (r440125) +++ head/devel/py-lazy-object-proxy/distinfo Thu May 4 23:46:37 2017 (r440126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466400482 -SHA256 (lazy-object-proxy-1.2.2.tar.gz) = ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268 -SIZE (lazy-object-proxy-1.2.2.tar.gz) = 31608 +TIMESTAMP = 1493921327 +SHA256 (lazy-object-proxy-1.3.0.tar.gz) = bf4778a8d0efef27d8080718ac6efb437c520d697d61e6935787e56fc0bab2c8 +SIZE (lazy-object-proxy-1.3.0.tar.gz) = 32180 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74A5ED5EAC3; Thu, 4 May 2017 23:46:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7AE1D81; Thu, 4 May 2017 23:46: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 v44Nkh9m031523; Thu, 4 May 2017 23:46:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkhhJ031519; Thu, 4 May 2017 23:46:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkhhJ031519@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, 4 May 2017 23:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440127 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:44 -0000 Author: sunpoet Date: Thu May 4 23:46:42 2017 New Revision: 440127 URL: https://svnweb.freebsd.org/changeset/ports/440127 Log: Update to 2.2005 Changes: http://search.cpan.org/dist/Moose/Changes Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Thu May 4 23:46:37 2017 (r440126) +++ head/devel/p5-Moose/Makefile Thu May 4 23:46:42 2017 (r440127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.2004 +PORTVERSION= 2.2005 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Thu May 4 23:46:37 2017 (r440126) +++ head/devel/p5-Moose/distinfo Thu May 4 23:46:42 2017 (r440127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486454948 -SHA256 (Moose-2.2004.tar.gz) = e4c881bf8d8fd5821aea8a8c7c57ed850c2373d4800949798a55c06ca9e8d2b0 -SIZE (Moose-2.2004.tar.gz) = 813809 +TIMESTAMP = 1493903362 +SHA256 (Moose-2.2005.tar.gz) = 24454a4b3c0c33754920d4a0593f73fc90209360a0100be64999484a67c1d4bf +SIZE (Moose-2.2005.tar.gz) = 816989 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28F89D5EAF0; Thu, 4 May 2017 23:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF11C1DEF; Thu, 4 May 2017 23:46: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 v44NkmMu031646; Thu, 4 May 2017 23:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Nklo0031643; Thu, 4 May 2017 23:46:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44Nklo0031643@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, 4 May 2017 23:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440128 - head/textproc/p5-SVG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:49 -0000 Author: sunpoet Date: Thu May 4 23:46:47 2017 New Revision: 440128 URL: https://svnweb.freebsd.org/changeset/ports/440128 Log: Update to 2.73 Changes: http://search.cpan.org/dist/SVG/Changes Modified: head/textproc/p5-SVG/Makefile head/textproc/p5-SVG/distinfo Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Thu May 4 23:46:42 2017 (r440127) +++ head/textproc/p5-SVG/Makefile Thu May 4 23:46:47 2017 (r440128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.72 +PORTVERSION= 2.73 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-SVG/distinfo ============================================================================== --- head/textproc/p5-SVG/distinfo Thu May 4 23:46:42 2017 (r440127) +++ head/textproc/p5-SVG/distinfo Thu May 4 23:46:47 2017 (r440128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493837864 -SHA256 (SVG-2.72.tar.gz) = 6779e4131c3ff17f31bb469618ceb841f13faa6bfd7af721ef60d875d9d3e157 -SIZE (SVG-2.72.tar.gz) = 52473 +TIMESTAMP = 1493903370 +SHA256 (SVG-2.73.tar.gz) = 8a43bb248b9880ccc7ae96131ca3fc489c5ea17186be082fc224caa9efa2c110 +SIZE (SVG-2.73.tar.gz) = 52616 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6901DD5EB21; Thu, 4 May 2017 23:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 35DBF1E64; Thu, 4 May 2017 23:46: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 v44NkrWO031772; Thu, 4 May 2017 23:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkruK031770; Thu, 4 May 2017 23:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkruK031770@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, 4 May 2017 23:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440129 - head/devel/rubygem-dynflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:54 -0000 Author: sunpoet Date: Thu May 4 23:46:52 2017 New Revision: 440129 URL: https://svnweb.freebsd.org/changeset/ports/440129 Log: Update to 0.8.24 Changes: https://github.com/Dynflow/dynflow/commits/master Modified: head/devel/rubygem-dynflow/Makefile head/devel/rubygem-dynflow/distinfo Modified: head/devel/rubygem-dynflow/Makefile ============================================================================== --- head/devel/rubygem-dynflow/Makefile Thu May 4 23:46:47 2017 (r440128) +++ head/devel/rubygem-dynflow/Makefile Thu May 4 23:46:52 2017 (r440129) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dynflow -PORTVERSION= 0.8.23 +PORTVERSION= 0.8.24 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-dynflow/distinfo ============================================================================== --- head/devel/rubygem-dynflow/distinfo Thu May 4 23:46:47 2017 (r440128) +++ head/devel/rubygem-dynflow/distinfo Thu May 4 23:46:52 2017 (r440129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490728013 -SHA256 (rubygem/dynflow-0.8.23.gem) = 268ce3c621317a8caf9fbabc32bf9e085dfac1ac1694e68e32c71aa6b5b5bd08 -SIZE (rubygem/dynflow-0.8.23.gem) = 948736 +TIMESTAMP = 1493903384 +SHA256 (rubygem/dynflow-0.8.24.gem) = 44fa7080f8a5106152d44025a7f1494b4714a6171dba8ecc9ea13927afd5d8e8 +SIZE (rubygem/dynflow-0.8.24.gem) = 949760 From owner-svn-ports-all@freebsd.org Thu May 4 23:46:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4190DD5EB57; Thu, 4 May 2017 23:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 10C811ED7; Thu, 4 May 2017 23:46: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 v44NkwYn031898; Thu, 4 May 2017 23:46:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NkvhA031896; Thu, 4 May 2017 23:46:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042346.v44NkvhA031896@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, 4 May 2017 23:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440130 - head/devel/rubygem-holidays X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:46:59 -0000 Author: sunpoet Date: Thu May 4 23:46:57 2017 New Revision: 440130 URL: https://svnweb.freebsd.org/changeset/ports/440130 Log: Update to 5.6.0 Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md Modified: head/devel/rubygem-holidays/Makefile head/devel/rubygem-holidays/distinfo Modified: head/devel/rubygem-holidays/Makefile ============================================================================== --- head/devel/rubygem-holidays/Makefile Thu May 4 23:46:52 2017 (r440129) +++ head/devel/rubygem-holidays/Makefile Thu May 4 23:46:57 2017 (r440130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= holidays -PORTVERSION= 5.5.1 +PORTVERSION= 5.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-holidays/distinfo ============================================================================== --- head/devel/rubygem-holidays/distinfo Thu May 4 23:46:52 2017 (r440129) +++ head/devel/rubygem-holidays/distinfo Thu May 4 23:46:57 2017 (r440130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493631792 -SHA256 (rubygem/holidays-5.5.1.gem) = ccad13130014426835d30c123cea7c84776a4a75246240304e46d42f28343c0c -SIZE (rubygem/holidays-5.5.1.gem) = 111616 +TIMESTAMP = 1493903390 +SHA256 (rubygem/holidays-5.6.0.gem) = 4b505859734fa6b7e46eb39ff042171a6900985fe7094f426f6b74d667ff72ea +SIZE (rubygem/holidays-5.6.0.gem) = 111616 From owner-svn-ports-all@freebsd.org Thu May 4 23:47:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C866D5EB93; Thu, 4 May 2017 23:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 3949A1F47; Thu, 4 May 2017 23:47: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 v44Nl3T4032028; Thu, 4 May 2017 23:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Nl36c032025; Thu, 4 May 2017 23:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042347.v44Nl36c032025@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, 4 May 2017 23:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440131 - head/devel/rubygem-ice_cube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:47:04 -0000 Author: sunpoet Date: Thu May 4 23:47:02 2017 New Revision: 440131 URL: https://svnweb.freebsd.org/changeset/ports/440131 Log: Update to 0.16.1 Changes: https://github.com/seejohnrun/ice_cube/blob/master/CHANGELOG.md Modified: head/devel/rubygem-ice_cube/Makefile head/devel/rubygem-ice_cube/distinfo Modified: head/devel/rubygem-ice_cube/Makefile ============================================================================== --- head/devel/rubygem-ice_cube/Makefile Thu May 4 23:46:57 2017 (r440130) +++ head/devel/rubygem-ice_cube/Makefile Thu May 4 23:47:02 2017 (r440131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ice_cube -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ice_cube/distinfo ============================================================================== --- head/devel/rubygem-ice_cube/distinfo Thu May 4 23:46:57 2017 (r440130) +++ head/devel/rubygem-ice_cube/distinfo Thu May 4 23:47:02 2017 (r440131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492085236 -SHA256 (rubygem/ice_cube-0.16.0.gem) = a34b20656d812df129faaec4e299899e3c533bce3bc1b538f7e184b65b12e657 -SIZE (rubygem/ice_cube-0.16.0.gem) = 29696 +TIMESTAMP = 1493903395 +SHA256 (rubygem/ice_cube-0.16.1.gem) = c4d48fec49ef2aeacc51c4f1f0e6f735cc7f86c7ab5093cff37b785f981d3951 +SIZE (rubygem/ice_cube-0.16.1.gem) = 30720 From owner-svn-ports-all@freebsd.org Thu May 4 23:47:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1827D5EBCC; Thu, 4 May 2017 23:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 6B3E91FC5; Thu, 4 May 2017 23:47: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 v44Nl83e032156; Thu, 4 May 2017 23:47:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Nl8CQ032154; Thu, 4 May 2017 23:47:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042347.v44Nl8CQ032154@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, 4 May 2017 23:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440132 - head/devel/rubygem-power_assert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:47:09 -0000 Author: sunpoet Date: Thu May 4 23:47:08 2017 New Revision: 440132 URL: https://svnweb.freebsd.org/changeset/ports/440132 Log: Update to 1.0.2 Changes: https://github.com/k-tsj/power_assert/commits/master Modified: head/devel/rubygem-power_assert/Makefile head/devel/rubygem-power_assert/distinfo Modified: head/devel/rubygem-power_assert/Makefile ============================================================================== --- head/devel/rubygem-power_assert/Makefile Thu May 4 23:47:02 2017 (r440131) +++ head/devel/rubygem-power_assert/Makefile Thu May 4 23:47:08 2017 (r440132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= power_assert -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-power_assert/distinfo ============================================================================== --- head/devel/rubygem-power_assert/distinfo Thu May 4 23:47:02 2017 (r440131) +++ head/devel/rubygem-power_assert/distinfo Thu May 4 23:47:08 2017 (r440132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485700407 -SHA256 (rubygem/power_assert-1.0.1.gem) = a51f4adaaf3d73dd87c12ab3f2d95b86f94ec1090af7970b63ba5281a0eda8ed -SIZE (rubygem/power_assert-1.0.1.gem) = 14336 +TIMESTAMP = 1493921349 +SHA256 (rubygem/power_assert-1.0.2.gem) = 7982eebfef963eebe680b6789b4cc9366d5ac6fe06b906a950856c9b0a610a99 +SIZE (rubygem/power_assert-1.0.2.gem) = 14336 From owner-svn-ports-all@freebsd.org Thu May 4 23:47:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5416DD5EC0A; Thu, 4 May 2017 23:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 2388B7E; Thu, 4 May 2017 23:47: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 v44NlDE7032278; Thu, 4 May 2017 23:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NlDAa032276; Thu, 4 May 2017 23:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042347.v44NlDAa032276@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, 4 May 2017 23:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440133 - head/textproc/rubygem-gherkin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:47:14 -0000 Author: sunpoet Date: Thu May 4 23:47:12 2017 New Revision: 440133 URL: https://svnweb.freebsd.org/changeset/ports/440133 Log: Update to 4.1.2 Changes: https://github.com/cucumber/cucumber/blob/master/gherkin/CHANGELOG.md Modified: head/textproc/rubygem-gherkin/Makefile head/textproc/rubygem-gherkin/distinfo Modified: head/textproc/rubygem-gherkin/Makefile ============================================================================== --- head/textproc/rubygem-gherkin/Makefile Thu May 4 23:47:08 2017 (r440132) +++ head/textproc/rubygem-gherkin/Makefile Thu May 4 23:47:12 2017 (r440133) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gherkin -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-gherkin/distinfo ============================================================================== --- head/textproc/rubygem-gherkin/distinfo Thu May 4 23:47:08 2017 (r440132) +++ head/textproc/rubygem-gherkin/distinfo Thu May 4 23:47:12 2017 (r440133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489853052 -SHA256 (rubygem/gherkin-4.1.1.gem) = bd2783f118c304120f7a2532060be4e4f10196fce798c8583069c45da85e51e8 -SIZE (rubygem/gherkin-4.1.1.gem) = 350208 +TIMESTAMP = 1493903402 +SHA256 (rubygem/gherkin-4.1.2.gem) = e76d67206cab6f5c2b5c67099edb08813efcacba9a0a5deab45fb492d24d2588 +SIZE (rubygem/gherkin-4.1.2.gem) = 350208 From owner-svn-ports-all@freebsd.org Thu May 4 23:47:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43759D5EC49; Thu, 4 May 2017 23:47: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 mx1.freebsd.org (Postfix) with ESMTPS id 0E7D8ED; Thu, 4 May 2017 23:47: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 v44NlHAI032406; Thu, 4 May 2017 23:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NlHZV032403; Thu, 4 May 2017 23:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042347.v44NlHZV032403@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, 4 May 2017 23:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440134 - head/www/rubygem-haml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:47:19 -0000 Author: sunpoet Date: Thu May 4 23:47:17 2017 New Revision: 440134 URL: https://svnweb.freebsd.org/changeset/ports/440134 Log: Update to 5.0.1 Changes: https://github.com/haml/haml/blob/master/CHANGELOG.md Modified: head/www/rubygem-haml/Makefile head/www/rubygem-haml/distinfo Modified: head/www/rubygem-haml/Makefile ============================================================================== --- head/www/rubygem-haml/Makefile Thu May 4 23:47:12 2017 (r440133) +++ head/www/rubygem-haml/Makefile Thu May 4 23:47:17 2017 (r440134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haml -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -19,7 +19,6 @@ NO_ARCH= yes USE_RUBY= yes USES= gem -PLIST_FILES= bin/haml \ - ${GEM_LIB_DIR}/test/templates/standard_ugly.haml +PLIST_FILES= bin/haml .include Modified: head/www/rubygem-haml/distinfo ============================================================================== --- head/www/rubygem-haml/distinfo Thu May 4 23:47:12 2017 (r440133) +++ head/www/rubygem-haml/distinfo Thu May 4 23:47:17 2017 (r440134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493265484 -SHA256 (rubygem/haml-5.0.0.gem) = 2363a46f0684e1756e9732060a4edcb9eeb843279ebe176f31aff818b6a06440 -SIZE (rubygem/haml-5.0.0.gem) = 124416 +TIMESTAMP = 1493921356 +SHA256 (rubygem/haml-5.0.1.gem) = 62d5d4c6e9a03309347113268c5c5924aac279ffd1f543c44c4aef80b5b2b50c +SIZE (rubygem/haml-5.0.1.gem) = 113152 From owner-svn-ports-all@freebsd.org Thu May 4 23:47:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10329D5EC75; Thu, 4 May 2017 23:47:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D46FB15A; Thu, 4 May 2017 23:47: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 v44NlMja032535; Thu, 4 May 2017 23:47:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NlMYp032532; Thu, 4 May 2017 23:47:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042347.v44NlMYp032532@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, 4 May 2017 23:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440135 - head/www/rubygem-turbolinks-source X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:47:24 -0000 Author: sunpoet Date: Thu May 4 23:47:22 2017 New Revision: 440135 URL: https://svnweb.freebsd.org/changeset/ports/440135 Log: Update to 5.0.2 Changes: https://github.com/turbolinks/turbolinks-source-gem/commits/master Modified: head/www/rubygem-turbolinks-source/Makefile head/www/rubygem-turbolinks-source/distinfo Modified: head/www/rubygem-turbolinks-source/Makefile ============================================================================== --- head/www/rubygem-turbolinks-source/Makefile Thu May 4 23:47:17 2017 (r440134) +++ head/www/rubygem-turbolinks-source/Makefile Thu May 4 23:47:22 2017 (r440135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= turbolinks-source -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-turbolinks-source/distinfo ============================================================================== --- head/www/rubygem-turbolinks-source/distinfo Thu May 4 23:47:17 2017 (r440134) +++ head/www/rubygem-turbolinks-source/distinfo Thu May 4 23:47:22 2017 (r440135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493837890 -SHA256 (rubygem/turbolinks-source-5.0.1.gem) = 51c59f77e0e3eb95b71c31d375fc746ec97184625ab7f876b556a4fbee53cf1e -SIZE (rubygem/turbolinks-source-5.0.1.gem) = 12800 +TIMESTAMP = 1493921361 +SHA256 (rubygem/turbolinks-source-5.0.2.gem) = dc360c71cedd706587701c47ca4486d90c5fa1648e0635901496cabb957dd350 +SIZE (rubygem/turbolinks-source-5.0.2.gem) = 12800 From owner-svn-ports-all@freebsd.org Thu May 4 23:48:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FF16D5ECDC; Thu, 4 May 2017 23:48: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 mx1.freebsd.org (Postfix) with ESMTPS id 3C4516E2; Thu, 4 May 2017 23:48: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 v44Nm7NC033317; Thu, 4 May 2017 23:48:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Nm4cM033288; Thu, 4 May 2017 23:48:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042348.v44Nm4cM033288@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, 4 May 2017 23:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440136 - in head: databases/rubygem-activemodel5 databases/rubygem-activemodel50 databases/rubygem-activerecord5 databases/rubygem-activerecord50 databases/rubygem-arel7 devel/rubygem-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:48:08 -0000 Author: sunpoet Date: Thu May 4 23:48:03 2017 New Revision: 440136 URL: https://svnweb.freebsd.org/changeset/ports/440136 Log: Take maintainership Modified: head/databases/rubygem-activemodel5/Makefile head/databases/rubygem-activemodel50/Makefile head/databases/rubygem-activerecord5/Makefile head/databases/rubygem-activerecord50/Makefile head/databases/rubygem-arel7/Makefile head/devel/rubygem-actionview5/Makefile head/devel/rubygem-actionview50/Makefile head/devel/rubygem-activejob5/Makefile head/devel/rubygem-activejob50/Makefile head/devel/rubygem-activesupport5/Makefile head/devel/rubygem-activesupport50/Makefile head/devel/rubygem-json_pure1/Makefile head/devel/rubygem-newrelic_rpm3/Makefile head/devel/rubygem-slack-notifier1/Makefile head/mail/rubygem-actionmailer5/Makefile head/mail/rubygem-actionmailer50/Makefile head/net/rubygem-omniauth-github11/Makefile head/net/rubygem-u2f0/Makefile head/security/rubygem-net-ssh-gateway1/Makefile head/security/rubygem-omniauth13/Makefile head/sysutils/rubygem-puppet_forge1/Makefile head/www/rubygem-actionpack5/Makefile head/www/rubygem-actionpack50/Makefile head/www/rubygem-haml4/Makefile head/www/rubygem-puma2/Makefile head/www/rubygem-railties5/Makefile head/www/rubygem-railties50/Makefile head/www/rubygem-redis-rack1/Makefile head/www/rubygem-select2-rails3/Makefile head/x11-toolkits/rubygem-vte3/Makefile Modified: head/databases/rubygem-activemodel5/Makefile ============================================================================== --- head/databases/rubygem-activemodel5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/databases/rubygem-activemodel5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit for building modeling frameworks LICENSE= MIT Modified: head/databases/rubygem-activemodel50/Makefile ============================================================================== --- head/databases/rubygem-activemodel50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/databases/rubygem-activemodel50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit for building modeling frameworks LICENSE= MIT Modified: head/databases/rubygem-activerecord5/Makefile ============================================================================== --- head/databases/rubygem-activerecord5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/databases/rubygem-activerecord5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework LICENSE= MIT Modified: head/databases/rubygem-activerecord50/Makefile ============================================================================== --- head/databases/rubygem-activerecord50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/databases/rubygem-activerecord50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework LICENSE= MIT Modified: head/databases/rubygem-arel7/Makefile ============================================================================== --- head/databases/rubygem-arel7/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/databases/rubygem-arel7/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 7 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Relational Algebra for Ruby LICENSE= MIT Modified: head/devel/rubygem-actionview5/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-actionview5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT Modified: head/devel/rubygem-actionview50/Makefile ============================================================================== --- head/devel/rubygem-actionview50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-actionview50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT Modified: head/devel/rubygem-activejob5/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-activejob5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends LICENSE= MIT Modified: head/devel/rubygem-activejob50/Makefile ============================================================================== --- head/devel/rubygem-activejob50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-activejob50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends LICENSE= MIT Modified: head/devel/rubygem-activesupport5/Makefile ============================================================================== --- head/devel/rubygem-activesupport5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-activesupport5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT Modified: head/devel/rubygem-activesupport50/Makefile ============================================================================== --- head/devel/rubygem-activesupport50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-activesupport50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT Modified: head/devel/rubygem-json_pure1/Makefile ============================================================================== --- head/devel/rubygem-json_pure1/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-json_pure1/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby LICENSE= BSD2CLAUSE RUBY Modified: head/devel/rubygem-newrelic_rpm3/Makefile ============================================================================== --- head/devel/rubygem-newrelic_rpm3/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-newrelic_rpm3/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Performance management system for Rails applications LICENSE= MIT NEWRELIC RUBY Modified: head/devel/rubygem-slack-notifier1/Makefile ============================================================================== --- head/devel/rubygem-slack-notifier1/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/devel/rubygem-slack-notifier1/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby wrapper for posting to slack webhooks LICENSE= MIT Modified: head/mail/rubygem-actionmailer5/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/mail/rubygem-actionmailer5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT Modified: head/mail/rubygem-actionmailer50/Makefile ============================================================================== --- head/mail/rubygem-actionmailer50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/mail/rubygem-actionmailer50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT Modified: head/net/rubygem-omniauth-github11/Makefile ============================================================================== --- head/net/rubygem-omniauth-github11/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/net/rubygem-omniauth-github11/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 11 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official OmniAuth strategy for GitHub LICENSE= MIT Modified: head/net/rubygem-u2f0/Makefile ============================================================================== --- head/net/rubygem-u2f0/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/net/rubygem-u2f0/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 0 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for handling registration and authentication of U2F devices LICENSE= MIT Modified: head/security/rubygem-net-ssh-gateway1/Makefile ============================================================================== --- head/security/rubygem-net-ssh-gateway1/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/security/rubygem-net-ssh-gateway1/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Establish Net::SSH connections through firewalls LICENSE= MIT Modified: head/security/rubygem-omniauth13/Makefile ============================================================================== --- head/security/rubygem-omniauth13/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/security/rubygem-omniauth13/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= 13 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generalized Rack framework for multiple-provider authentication LICENSE= MIT Modified: head/sysutils/rubygem-puppet_forge1/Makefile ============================================================================== --- head/sysutils/rubygem-puppet_forge1/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/sysutils/rubygem-puppet_forge1/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ CATEGORIES= sysutils rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby client for the Puppet Forge API LICENSE= APACHE20 Modified: head/www/rubygem-actionpack5/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-actionpack5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework LICENSE= MIT Modified: head/www/rubygem-actionpack50/Makefile ============================================================================== --- head/www/rubygem-actionpack50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-actionpack50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework LICENSE= MIT Modified: head/www/rubygem-haml4/Makefile ============================================================================== --- head/www/rubygem-haml4/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-haml4/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Markup language to describe HTML LICENSE= MIT Modified: head/www/rubygem-puma2/Makefile ============================================================================== --- head/www/rubygem-puma2/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-puma2/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE Modified: head/www/rubygem-railties5/Makefile ============================================================================== --- head/www/rubygem-railties5/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-railties5/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals bootup, plugins, generators, and rake tasks LICENSE= MIT Modified: head/www/rubygem-railties50/Makefile ============================================================================== --- head/www/rubygem-railties50/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-railties50/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals bootup, plugins, generators, and rake tasks LICENSE= MIT Modified: head/www/rubygem-redis-rack1/Makefile ============================================================================== --- head/www/rubygem-redis-rack1/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-redis-rack1/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -7,7 +7,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redis Store for Rack LICENSE= MIT Modified: head/www/rubygem-select2-rails3/Makefile ============================================================================== --- head/www/rubygem-select2-rails3/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/www/rubygem-select2-rails3/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implement select2 jQuery library into Rails LICENSE= MIT Modified: head/x11-toolkits/rubygem-vte3/Makefile ============================================================================== --- head/x11-toolkits/rubygem-vte3/Makefile Thu May 4 23:47:22 2017 (r440135) +++ head/x11-toolkits/rubygem-vte3/Makefile Thu May 4 23:48:03 2017 (r440136) @@ -6,7 +6,7 @@ PORTVERSION= 3.1.3 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding for VTE LICENSE= LGPL21+ From owner-svn-ports-all@freebsd.org Thu May 4 23:48:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D12DD5ED12; Thu, 4 May 2017 23:48: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 mx1.freebsd.org (Postfix) with ESMTPS id 433B8AAF; Thu, 4 May 2017 23:48: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 v44NmsEK033504; Thu, 4 May 2017 23:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NmrPJ033500; Thu, 4 May 2017 23:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042348.v44NmrPJ033500@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, 4 May 2017 23:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440137 - in head/devel: . pecl-yaconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:48:55 -0000 Author: sunpoet Date: Thu May 4 23:48:53 2017 New Revision: 440137 URL: https://svnweb.freebsd.org/changeset/ports/440137 Log: Add pecl-yaconf 1.0.5 - While I'm here: - Add LICENSE_FILE - Use USES=php:pecl Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started WWW: https://pecl.php.net/package/yaconf PR: 219060 Submitted by: John Chen Added: head/devel/pecl-yaconf/ head/devel/pecl-yaconf/Makefile (contents, props changed) head/devel/pecl-yaconf/distinfo (contents, props changed) head/devel/pecl-yaconf/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 4 23:48:03 2017 (r440136) +++ head/devel/Makefile Thu May 4 23:48:53 2017 (r440137) @@ -3901,6 +3901,7 @@ SUBDIR += pecl-weakref SUBDIR += pecl-xhprof SUBDIR += pecl-yac + SUBDIR += pecl-yaconf SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance Added: head/devel/pecl-yaconf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/Makefile Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,17 @@ +# Created by: John Chen +# $FreeBSD$ + +PORTNAME= yaconf +PORTVERSION= 1.0.5 +CATEGORIES= devel + +MAINTAINER= johnpupu@gmail.com +COMMENT= PHP Persistent Configurations Container + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +IGNORE_WITH_PHP=56 +USES= php:pecl + +.include Added: head/devel/pecl-yaconf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/distinfo Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493906667 +SHA256 (PECL/yaconf-1.0.5.tgz) = 29f2028be90a57fc5674a87d1b471ae97cc844a759b51baba055b13a1c76219a +SIZE (PECL/yaconf-1.0.5.tgz) = 10891 Added: head/devel/pecl-yaconf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/pkg-descr Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,4 @@ +Yaconf is a configurations container, +it parses ini files, and store the result in PHP when PHP is started + +WWW: https://pecl.php.net/package/yaconf From owner-svn-ports-all@freebsd.org Thu May 4 23:54:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E0C0D5EE97; Thu, 4 May 2017 23:54:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6E35B97; Thu, 4 May 2017 23:54:49 +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 v44NsmjX037743; Thu, 4 May 2017 23:54:48 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44Nsm41037741; Thu, 4 May 2017 23:54:48 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705042354.v44Nsm41037741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 4 May 2017 23:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440138 - head/math/R-cran-mcmc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:54:49 -0000 Author: tota Date: Thu May 4 23:54:48 2017 New Revision: 440138 URL: https://svnweb.freebsd.org/changeset/ports/440138 Log: - Update to 0.9-5 Modified: head/math/R-cran-mcmc/Makefile (contents, props changed) head/math/R-cran-mcmc/distinfo (contents, props changed) Modified: head/math/R-cran-mcmc/Makefile ============================================================================== --- head/math/R-cran-mcmc/Makefile Thu May 4 23:48:53 2017 (r440137) +++ head/math/R-cran-mcmc/Makefile Thu May 4 23:54:48 2017 (r440138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcmc -DISTVERSION= 0.9-4 +DISTVERSION= 0.9-5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-mcmc/distinfo ============================================================================== --- head/math/R-cran-mcmc/distinfo Thu May 4 23:48:53 2017 (r440137) +++ head/math/R-cran-mcmc/distinfo Thu May 4 23:54:48 2017 (r440138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468312445 -SHA256 (mcmc_0.9-4.tar.gz) = ca4e234d5c5240c5fb0da9dc7dade49f10c743c9681a05feb711b9468c0448f3 -SIZE (mcmc_0.9-4.tar.gz) = 1921404 +TIMESTAMP = 1493875002 +SHA256 (mcmc_0.9-5.tar.gz) = c676ae0006a52fb527e9dbd3af0684943c3af157d34aaf5b89705d042f5479c4 +SIZE (mcmc_0.9-5.tar.gz) = 1558915 From owner-svn-ports-all@freebsd.org Fri May 5 03:17:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 699E9D5E9DA; Fri, 5 May 2017 03:17:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38ED75E7; Fri, 5 May 2017 03:17:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453HWxL019658; Fri, 5 May 2017 03:17:32 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453HWnk019655; Fri, 5 May 2017 03:17:32 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050317.v453HWnk019655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440139 - head/multimedia/zoneminder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:17:33 -0000 Author: miwi Date: Fri May 5 03:17:31 2017 New Revision: 440139 URL: https://svnweb.freebsd.org/changeset/ports/440139 Log: - Update to 1.30.3 PR: 218292 Submitted by: maintainer Modified: head/multimedia/zoneminder/Makefile head/multimedia/zoneminder/distinfo head/multimedia/zoneminder/pkg-plist Modified: head/multimedia/zoneminder/Makefile ============================================================================== --- head/multimedia/zoneminder/Makefile Thu May 4 23:54:48 2017 (r440138) +++ head/multimedia/zoneminder/Makefile Fri May 5 03:17:31 2017 (r440139) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= zoneminder -PORTVERSION= 1.30.0 -DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTVERSION= 1.30.3 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru Modified: head/multimedia/zoneminder/distinfo ============================================================================== --- head/multimedia/zoneminder/distinfo Thu May 4 23:54:48 2017 (r440138) +++ head/multimedia/zoneminder/distinfo Fri May 5 03:17:31 2017 (r440139) @@ -1,5 +1,5 @@ -TIMESTAMP = 1483465871 -SHA256 (zoneminder-ZoneMinder-v1.30.0_GH0.tar.gz) = e7c964c339305f42a044ca8e34fa4e6a33c452fdaf33642458735daf8b864325 -SIZE (zoneminder-ZoneMinder-v1.30.0_GH0.tar.gz) = 9757409 +TIMESTAMP = 1493925376 +SHA256 (zoneminder-ZoneMinder-1.30.3_GH0.tar.gz) = e8f4a822032b74c38016a48417a70d8630d798369c55d4cd3f7b114a8d9e8c8a +SIZE (zoneminder-ZoneMinder-1.30.3_GH0.tar.gz) = 9936582 SHA256 (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 7dfa29dd6dd95f05bca61bb05033f813828b7ab66f9d8793d306df0dd72471ce SIZE (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 72961 Modified: head/multimedia/zoneminder/pkg-plist ============================================================================== --- head/multimedia/zoneminder/pkg-plist Thu May 4 23:54:48 2017 (r440138) +++ head/multimedia/zoneminder/pkg-plist Fri May 5 03:17:31 2017 (r440139) @@ -2974,6 +2974,7 @@ bin/zmx10.pl %%SITE_PERL%%/ZoneMinder/Base.pm %%SITE_PERL%%/ZoneMinder/Config.pm %%SITE_PERL%%/ZoneMinder/ConfigData.pm +%%SITE_PERL%%/ZoneMinder/ConfigData.pm.in.bak %%SITE_PERL%%/ZoneMinder/Control.pm %%SITE_PERL%%/ZoneMinder/Control/3S.pm %%SITE_PERL%%/ZoneMinder/Control/AxisV2.pm @@ -2983,7 +2984,9 @@ bin/zmx10.pl %%SITE_PERL%%/ZoneMinder/Control/FI8918W.pm %%SITE_PERL%%/ZoneMinder/Control/FI9821W_Y2k.pm %%SITE_PERL%%/ZoneMinder/Control/FI9831W.pm +%%SITE_PERL%%/ZoneMinder/Control/HikVision.pm %%SITE_PERL%%/ZoneMinder/Control/IPCC7210W.pm +%%SITE_PERL%%/ZoneMinder/Control/Keekoon.pm %%SITE_PERL%%/ZoneMinder/Control/LoftekSentinel.pm %%SITE_PERL%%/ZoneMinder/Control/M8640.pm %%SITE_PERL%%/ZoneMinder/Control/Ncs370.pm @@ -6091,6 +6094,9 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%DATADIR%%/db/zm_update-1.29.0.sql %%DATADIR%%/db/zm_update-1.29.1.sql %%DATADIR%%/db/zm_update-1.30.0.sql +%%DATADIR%%/db/zm_update-1.30.1.sql +%%DATADIR%%/db/zm_update-1.30.2.sql +%%DATADIR%%/db/zm_update-1.30.3.sql %%WWWDIR%%/ajax/alarm.php %%WWWDIR%%/ajax/control.php %%WWWDIR%%/ajax/event.php @@ -6121,8 +6127,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Config/email.php.default %%WWWDIR%%/api/app/Config/routes.php %%WWWDIR%%/api/app/Console/Command/AppShell.php -%%WWWDIR%%/api/app/Console/Command/Task/empty -%%WWWDIR%%/api/app/Console/Templates/empty %%WWWDIR%%/api/app/Console/cake %%WWWDIR%%/api/app/Console/cake.bat %%WWWDIR%%/api/app/Console/cake.php @@ -6131,7 +6135,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Controller/Component/FilterComponent.php %%WWWDIR%%/api/app/Controller/Component/ImageComponent.php %%WWWDIR%%/api/app/Controller/Component/ScalerComponent.php -%%WWWDIR%%/api/app/Controller/Component/empty %%WWWDIR%%/api/app/Controller/ConfigsController.php %%WWWDIR%%/api/app/Controller/ControlsController.php %%WWWDIR%%/api/app/Controller/EventsController.php @@ -6144,13 +6147,9 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Controller/StatesController.php %%WWWDIR%%/api/app/Controller/ZonePresetsController.php %%WWWDIR%%/api/app/Controller/ZonesController.php -%%WWWDIR%%/api/app/Lib/empty -%%WWWDIR%%/api/app/Locale/eng/LC_MESSAGES/empty %%WWWDIR%%/api/app/Model/AppModel.php -%%WWWDIR%%/api/app/Model/Behavior/empty %%WWWDIR%%/api/app/Model/Config.php %%WWWDIR%%/api/app/Model/Control.php -%%WWWDIR%%/api/app/Model/Datasource/empty %%WWWDIR%%/api/app/Model/Event.php %%WWWDIR%%/api/app/Model/Frame.php %%WWWDIR%%/api/app/Model/Host.php @@ -6223,18 +6222,11 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Plugin/Crud/View/CrudXmlView.php %%WWWDIR%%/api/app/Plugin/Crud/View/Elements/crud_panel.ctp %%WWWDIR%%/api/app/Plugin/Crud/composer.json -%%WWWDIR%%/api/app/Plugin/empty -%%WWWDIR%%/api/app/Test/Case/Controller/Component/empty -%%WWWDIR%%/api/app/Test/Case/Model/Behavior/empty -%%WWWDIR%%/api/app/Test/Case/View/Helper/empty -%%WWWDIR%%/api/app/Test/Fixture/empty -%%WWWDIR%%/api/app/Vendor/empty %%WWWDIR%%/api/app/View/Configs/json/edit.ctp %%WWWDIR%%/api/app/View/Configs/json/index.ctp %%WWWDIR%%/api/app/View/Configs/json/view.ctp %%WWWDIR%%/api/app/View/Configs/xml/index.ctp %%WWWDIR%%/api/app/View/Configs/xml/view.ctp -%%WWWDIR%%/api/app/View/Elements/empty %%WWWDIR%%/api/app/View/Emails/html/default.ctp %%WWWDIR%%/api/app/View/Emails/text/default.ctp %%WWWDIR%%/api/app/View/Errors/error400.ctp @@ -6265,7 +6257,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/Monitors/xml/index.ctp %%WWWDIR%%/api/app/View/Monitors/xml/view.ctp %%WWWDIR%%/api/app/View/Pages/home.ctp -%%WWWDIR%%/api/app/View/Scaffolds/empty %%WWWDIR%%/api/app/View/Servers/json/edit.ctp %%WWWDIR%%/api/app/View/Servers/json/index.ctp %%WWWDIR%%/api/app/View/Servers/json/view.ctp @@ -6277,7 +6268,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/View/Configs/json/view.ctp %%WWWDIR%%/api/app/View/View/Configs/xml/index.ctp %%WWWDIR%%/api/app/View/View/Configs/xml/view.ctp -%%WWWDIR%%/api/app/View/View/Elements/empty %%WWWDIR%%/api/app/View/View/Emails/html/default.ctp %%WWWDIR%%/api/app/View/View/Emails/text/default.ctp %%WWWDIR%%/api/app/View/View/Errors/error400.ctp @@ -6304,7 +6294,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/View/Monitors/xml/index.ctp %%WWWDIR%%/api/app/View/View/Monitors/xml/view.ctp %%WWWDIR%%/api/app/View/View/Pages/home.ctp -%%WWWDIR%%/api/app/View/View/Scaffolds/empty %%WWWDIR%%/api/app/View/Zones/json/index.ctp %%WWWDIR%%/api/app/View/Zones/json/view.ctp %%WWWDIR%%/api/app/View/Zones/xml/index.ctp @@ -6396,7 +6385,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/webroot/.htaccess %%WWWDIR%%/api/app/webroot/css/cake.generic.css %%WWWDIR%%/api/app/webroot/favicon.ico -%%WWWDIR%%/api/app/webroot/files/empty %%WWWDIR%%/api/app/webroot/img/cake.icon.png %%WWWDIR%%/api/app/webroot/img/cake.power.gif %%WWWDIR%%/api/app/webroot/img/test-error-icon.png @@ -6404,7 +6392,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/webroot/img/test-pass-icon.png %%WWWDIR%%/api/app/webroot/img/test-skip-icon.png %%WWWDIR%%/api/app/webroot/index.php -%%WWWDIR%%/api/app/webroot/js/empty %%WWWDIR%%/api/app/webroot/test.php %%WWWDIR%%/api/build.properties %%WWWDIR%%/api/build.xml @@ -6504,28 +6491,14 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/email.php.default %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/routes.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/Task/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.bat %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/AppController.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/PagesController.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Lib/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/AppModel.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Behavior/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Datasource/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Plugin/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/AllTestsTest.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/View/Helper/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Fixture/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Vendor/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Elements/Flash/default.ctp -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Elements/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Errors/error400.ctp @@ -6541,12 +6514,10 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Pages/home.ctp -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/index.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/.htaccess %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/favicon.ico -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/files/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-error-icon.png @@ -6554,7 +6525,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-pass-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-skip-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/index.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/js/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/test.php %%WWWDIR%%/api/lib/Cake/Console/cake %%WWWDIR%%/api/lib/Cake/Console/cake.bat @@ -7013,11 +6983,9 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test2.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/SampleShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/AppController.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/PagesController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestConfigsController.php @@ -7131,7 +7099,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/TestPluginShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php @@ -7189,9 +7156,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/View/Layouts/Emails/text/default.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Utility/TestAppEngine.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Vendor/Test/MyTest.php @@ -7275,7 +7240,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/xml/index.ctp -%%WWWDIR%%/api/lib/Cake/Test/test_app/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp @@ -7296,7 +7260,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text -%%WWWDIR%%/api/lib/Cake/Test/test_app/tmp/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css @@ -7395,9 +7358,15 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/bootstrap.php %%WWWDIR%%/cgi-bin/nph-zms %%WWWDIR%%/cgi-bin/zms +%%WWWDIR%%/css/bootstrap.min.css %%WWWDIR%%/css/overlay.css %%WWWDIR%%/css/reset.css %%WWWDIR%%/css/spinner.css +%%WWWDIR%%/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2 %%WWWDIR%%/graphics/favicon.ico %%WWWDIR%%/graphics/spinner.gif %%WWWDIR%%/graphics/transparent.gif @@ -7409,6 +7378,11 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/includes/actions.php %%WWWDIR%%/includes/config.php %%WWWDIR%%/includes/control_functions.php +%%WWWDIR%%/includes/csrf/LICENSE.txt +%%WWWDIR%%/includes/csrf/NEWS.txt +%%WWWDIR%%/includes/csrf/README.txt +%%WWWDIR%%/includes/csrf/csrf-magic.js +%%WWWDIR%%/includes/csrf/csrf-magic.php %%WWWDIR%%/includes/database.php %%WWWDIR%%/includes/functions.php %%WWWDIR%%/includes/lang.php @@ -7454,6 +7428,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/css/classic/views/frames.css %%WWWDIR%%/skins/classic/css/classic/views/groups.css %%WWWDIR%%/skins/classic/css/classic/views/log.css +%%WWWDIR%%/skins/classic/css/classic/views/login.css %%WWWDIR%%/skins/classic/css/classic/views/monitor.css %%WWWDIR%%/skins/classic/css/classic/views/montage.css %%WWWDIR%%/skins/classic/css/classic/views/montage_2wide.css @@ -7554,7 +7529,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/includes/control_functions.php %%WWWDIR%%/skins/classic/includes/export_functions.php %%WWWDIR%%/skins/classic/includes/functions.php -%%WWWDIR%%/skins/classic/includes/init.php %%WWWDIR%%/skins/classic/includes/timeline_functions.php %%WWWDIR%%/skins/classic/js/classic.js %%WWWDIR%%/skins/classic/js/dark.js @@ -7591,6 +7565,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/views/js/console.js %%WWWDIR%%/skins/classic/views/js/console.js.php %%WWWDIR%%/skins/classic/views/js/control.js +%%WWWDIR%%/skins/classic/views/js/controlcap.js %%WWWDIR%%/skins/classic/views/js/controlpreset.js %%WWWDIR%%/skins/classic/views/js/controlpreset.js.php %%WWWDIR%%/skins/classic/views/js/cycle.js @@ -7610,6 +7585,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/views/js/groups.js %%WWWDIR%%/skins/classic/views/js/log.js %%WWWDIR%%/skins/classic/views/js/login.js +%%WWWDIR%%/skins/classic/views/js/login.js.php %%WWWDIR%%/skins/classic/views/js/monitor.js %%WWWDIR%%/skins/classic/views/js/monitor.js.php %%WWWDIR%%/skins/classic/views/js/monitorpreset.js @@ -7619,7 +7595,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/views/js/onvifprobe.js %%WWWDIR%%/skins/classic/views/js/options.js.php %%WWWDIR%%/skins/classic/views/js/plugin.js -%%WWWDIR%%/skins/classic/views/js/plugin.js.php %%WWWDIR%%/skins/classic/views/js/postlogin.js.php %%WWWDIR%%/skins/classic/views/js/server.js %%WWWDIR%%/skins/classic/views/js/state.js @@ -7646,7 +7621,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/skins/classic/views/montage.php %%WWWDIR%%/skins/classic/views/montagereview.php %%WWWDIR%%/skins/classic/views/none.php -%%WWWDIR%%/skins/classic/views/nph-zms %%WWWDIR%%/skins/classic/views/onvifprobe.php %%WWWDIR%%/skins/classic/views/optionhelp.php %%WWWDIR%%/skins/classic/views/options.php @@ -7668,7 +7642,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/tools/mootools/mootools-core.js %%WWWDIR%%/tools/mootools/mootools-more-1.5.1.js %%WWWDIR%%/tools/mootools/mootools-more.js -%%WWWDIR%%/views/file.php %%WWWDIR%%/views/image.php @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/api/app/tmp @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/events From owner-svn-ports-all@freebsd.org Fri May 5 03:18:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D68D5EA62; Fri, 5 May 2017 03:18:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19EEC790; Fri, 5 May 2017 03:18:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453IgiH019840; Fri, 5 May 2017 03:18:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453IgvS019837; Fri, 5 May 2017 03:18:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050318.v453IgvS019837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440140 - head/multimedia/zoneminder-h264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:18:43 -0000 Author: miwi Date: Fri May 5 03:18:41 2017 New Revision: 440140 URL: https://svnweb.freebsd.org/changeset/ports/440140 Log: - Update to 1.30.20170222 PR: 217896 Submitted by: maintainer Modified: head/multimedia/zoneminder-h264/Makefile head/multimedia/zoneminder-h264/distinfo head/multimedia/zoneminder-h264/pkg-plist Modified: head/multimedia/zoneminder-h264/Makefile ============================================================================== --- head/multimedia/zoneminder-h264/Makefile Fri May 5 03:17:31 2017 (r440139) +++ head/multimedia/zoneminder-h264/Makefile Fri May 5 03:18:41 2017 (r440140) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zoneminder-h264 -PORTVERSION= 1.30.20161104 -PORTREVISION= 3 +PORTVERSION= 1.30.20170222 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru @@ -38,7 +37,7 @@ RUN_DEPENDS= ${ZM_DEPENDS} \ zip:archivers/zip USE_GITHUB= yes -GH_TUPLE= zoneminder:ZoneMinder:a2f782d \ +GH_TUPLE= zoneminder:ZoneMinder:e723b6d \ FriendsOfCake:crud:c3976f1:crud USES= cmake jpeg mysql perl5 php shebangfix ssl Modified: head/multimedia/zoneminder-h264/distinfo ============================================================================== --- head/multimedia/zoneminder-h264/distinfo Fri May 5 03:17:31 2017 (r440139) +++ head/multimedia/zoneminder-h264/distinfo Fri May 5 03:18:41 2017 (r440140) @@ -1,5 +1,5 @@ -TIMESTAMP = 1483465799 -SHA256 (zoneminder-ZoneMinder-1.30.20161104-a2f782d_GH0.tar.gz) = 8d5cca78c934833c2f62efa451dc3127af2add7d2947b56a0ff37501dc1b8a32 -SIZE (zoneminder-ZoneMinder-1.30.20161104-a2f782d_GH0.tar.gz) = 9794587 +TIMESTAMP = 1489863904 +SHA256 (zoneminder-ZoneMinder-1.30.20170222-e723b6d_GH0.tar.gz) = 2fe27699ac8bf7607cf41c80b6b91cb122b2835e3c73a040abc322bc3f84451b +SIZE (zoneminder-ZoneMinder-1.30.20170222-e723b6d_GH0.tar.gz) = 9949531 SHA256 (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 7dfa29dd6dd95f05bca61bb05033f813828b7ab66f9d8793d306df0dd72471ce SIZE (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 72961 Modified: head/multimedia/zoneminder-h264/pkg-plist ============================================================================== --- head/multimedia/zoneminder-h264/pkg-plist Fri May 5 03:17:31 2017 (r440139) +++ head/multimedia/zoneminder-h264/pkg-plist Fri May 5 03:18:41 2017 (r440140) @@ -2984,6 +2984,7 @@ bin/zmx10.pl %%SITE_PERL%%/ZoneMinder/Control/FI8918W.pm %%SITE_PERL%%/ZoneMinder/Control/FI9821W_Y2k.pm %%SITE_PERL%%/ZoneMinder/Control/FI9831W.pm +%%SITE_PERL%%/ZoneMinder/Control/HikVision.pm %%SITE_PERL%%/ZoneMinder/Control/IPCC7210W.pm %%SITE_PERL%%/ZoneMinder/Control/Keekoon.pm %%SITE_PERL%%/ZoneMinder/Control/LoftekSentinel.pm @@ -6094,6 +6095,8 @@ share/zoneminder/db/zm_update-1.29.0.sql share/zoneminder/db/zm_update-1.29.1.sql share/zoneminder/db/zm_update-1.29.2.sql share/zoneminder/db/zm_update-1.30.0.sql +share/zoneminder/db/zm_update-1.30.1.sql +share/zoneminder/db/zm_update-1.30.2.sql %%WWWDIR%%/ajax/alarm.php %%WWWDIR%%/ajax/control.php %%WWWDIR%%/ajax/event.php @@ -6124,8 +6127,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/Config/email.php.default %%WWWDIR%%/api/app/Config/routes.php %%WWWDIR%%/api/app/Console/Command/AppShell.php -%%WWWDIR%%/api/app/Console/Command/Task/empty -%%WWWDIR%%/api/app/Console/Templates/empty %%WWWDIR%%/api/app/Console/cake %%WWWDIR%%/api/app/Console/cake.bat %%WWWDIR%%/api/app/Console/cake.php @@ -6134,7 +6135,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/Controller/Component/FilterComponent.php %%WWWDIR%%/api/app/Controller/Component/ImageComponent.php %%WWWDIR%%/api/app/Controller/Component/ScalerComponent.php -%%WWWDIR%%/api/app/Controller/Component/empty %%WWWDIR%%/api/app/Controller/ConfigsController.php %%WWWDIR%%/api/app/Controller/ControlsController.php %%WWWDIR%%/api/app/Controller/EventsController.php @@ -6147,13 +6147,9 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/Controller/StatesController.php %%WWWDIR%%/api/app/Controller/ZonePresetsController.php %%WWWDIR%%/api/app/Controller/ZonesController.php -%%WWWDIR%%/api/app/Lib/empty -%%WWWDIR%%/api/app/Locale/eng/LC_MESSAGES/empty %%WWWDIR%%/api/app/Model/AppModel.php -%%WWWDIR%%/api/app/Model/Behavior/empty %%WWWDIR%%/api/app/Model/Config.php %%WWWDIR%%/api/app/Model/Control.php -%%WWWDIR%%/api/app/Model/Datasource/empty %%WWWDIR%%/api/app/Model/Event.php %%WWWDIR%%/api/app/Model/Frame.php %%WWWDIR%%/api/app/Model/Host.php @@ -6226,18 +6222,11 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/Plugin/Crud/View/CrudXmlView.php %%WWWDIR%%/api/app/Plugin/Crud/View/Elements/crud_panel.ctp %%WWWDIR%%/api/app/Plugin/Crud/composer.json -%%WWWDIR%%/api/app/Plugin/empty -%%WWWDIR%%/api/app/Test/Case/Controller/Component/empty -%%WWWDIR%%/api/app/Test/Case/Model/Behavior/empty -%%WWWDIR%%/api/app/Test/Case/View/Helper/empty -%%WWWDIR%%/api/app/Test/Fixture/empty -%%WWWDIR%%/api/app/Vendor/empty %%WWWDIR%%/api/app/View/Configs/json/edit.ctp %%WWWDIR%%/api/app/View/Configs/json/index.ctp %%WWWDIR%%/api/app/View/Configs/json/view.ctp %%WWWDIR%%/api/app/View/Configs/xml/index.ctp %%WWWDIR%%/api/app/View/Configs/xml/view.ctp -%%WWWDIR%%/api/app/View/Elements/empty %%WWWDIR%%/api/app/View/Emails/html/default.ctp %%WWWDIR%%/api/app/View/Emails/text/default.ctp %%WWWDIR%%/api/app/View/Errors/error400.ctp @@ -6268,7 +6257,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/View/Monitors/xml/index.ctp %%WWWDIR%%/api/app/View/Monitors/xml/view.ctp %%WWWDIR%%/api/app/View/Pages/home.ctp -%%WWWDIR%%/api/app/View/Scaffolds/empty %%WWWDIR%%/api/app/View/Servers/json/edit.ctp %%WWWDIR%%/api/app/View/Servers/json/index.ctp %%WWWDIR%%/api/app/View/Servers/json/view.ctp @@ -6280,7 +6268,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/View/View/Configs/json/view.ctp %%WWWDIR%%/api/app/View/View/Configs/xml/index.ctp %%WWWDIR%%/api/app/View/View/Configs/xml/view.ctp -%%WWWDIR%%/api/app/View/View/Elements/empty %%WWWDIR%%/api/app/View/View/Emails/html/default.ctp %%WWWDIR%%/api/app/View/View/Emails/text/default.ctp %%WWWDIR%%/api/app/View/View/Errors/error400.ctp @@ -6307,7 +6294,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/View/View/Monitors/xml/index.ctp %%WWWDIR%%/api/app/View/View/Monitors/xml/view.ctp %%WWWDIR%%/api/app/View/View/Pages/home.ctp -%%WWWDIR%%/api/app/View/View/Scaffolds/empty %%WWWDIR%%/api/app/View/Zones/json/index.ctp %%WWWDIR%%/api/app/View/Zones/json/view.ctp %%WWWDIR%%/api/app/View/Zones/xml/index.ctp @@ -6399,7 +6385,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/webroot/.htaccess %%WWWDIR%%/api/app/webroot/css/cake.generic.css %%WWWDIR%%/api/app/webroot/favicon.ico -%%WWWDIR%%/api/app/webroot/files/empty %%WWWDIR%%/api/app/webroot/img/cake.icon.png %%WWWDIR%%/api/app/webroot/img/cake.power.gif %%WWWDIR%%/api/app/webroot/img/test-error-icon.png @@ -6407,7 +6392,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/app/webroot/img/test-pass-icon.png %%WWWDIR%%/api/app/webroot/img/test-skip-icon.png %%WWWDIR%%/api/app/webroot/index.php -%%WWWDIR%%/api/app/webroot/js/empty %%WWWDIR%%/api/app/webroot/test.php %%WWWDIR%%/api/build.properties %%WWWDIR%%/api/build.xml @@ -6507,28 +6491,14 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/email.php.default %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/routes.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/Task/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.bat %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/AppController.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/PagesController.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Lib/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/AppModel.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Behavior/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Datasource/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Plugin/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/AllTestsTest.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/View/Helper/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Fixture/empty -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Vendor/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Elements/Flash/default.ctp -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Elements/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Errors/error400.ctp @@ -6544,12 +6514,10 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Pages/home.ctp -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/index.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/.htaccess %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/favicon.ico -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/files/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-error-icon.png @@ -6557,7 +6525,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-pass-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-skip-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/index.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/js/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/test.php %%WWWDIR%%/api/lib/Cake/Console/cake %%WWWDIR%%/api/lib/Cake/Console/cake.bat @@ -7016,11 +6983,9 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test2.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/SampleShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/AppController.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/PagesController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestConfigsController.php @@ -7134,7 +7099,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/TestPluginShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php @@ -7192,9 +7156,7 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php -%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/View/Layouts/Emails/text/default.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Utility/TestAppEngine.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Vendor/Test/MyTest.php @@ -7278,7 +7240,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/xml/index.ctp -%%WWWDIR%%/api/lib/Cake/Test/test_app/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp @@ -7299,7 +7260,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text -%%WWWDIR%%/api/lib/Cake/Test/test_app/tmp/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css @@ -7398,9 +7358,15 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/api/lib/Cake/bootstrap.php %%WWWDIR%%/cgi-bin/nph-zms %%WWWDIR%%/cgi-bin/zms +%%WWWDIR%%/css/bootstrap.min.css %%WWWDIR%%/css/overlay.css %%WWWDIR%%/css/reset.css %%WWWDIR%%/css/spinner.css +%%WWWDIR%%/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2 %%WWWDIR%%/graphics/favicon.ico %%WWWDIR%%/graphics/spinner.gif %%WWWDIR%%/graphics/transparent.gif @@ -7458,6 +7424,7 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/css/classic/views/frames.css %%WWWDIR%%/skins/classic/css/classic/views/groups.css %%WWWDIR%%/skins/classic/css/classic/views/log.css +%%WWWDIR%%/skins/classic/css/classic/views/login.css %%WWWDIR%%/skins/classic/css/classic/views/monitor.css %%WWWDIR%%/skins/classic/css/classic/views/montage.css %%WWWDIR%%/skins/classic/css/classic/views/montage_2wide.css @@ -7558,7 +7525,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/includes/control_functions.php %%WWWDIR%%/skins/classic/includes/export_functions.php %%WWWDIR%%/skins/classic/includes/functions.php -%%WWWDIR%%/skins/classic/includes/init.php %%WWWDIR%%/skins/classic/includes/timeline_functions.php %%WWWDIR%%/skins/classic/js/classic.js %%WWWDIR%%/skins/classic/js/dark.js @@ -7596,6 +7562,7 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/views/js/console.js %%WWWDIR%%/skins/classic/views/js/console.js.php %%WWWDIR%%/skins/classic/views/js/control.js +%%WWWDIR%%/skins/classic/views/js/controlcap.js %%WWWDIR%%/skins/classic/views/js/controlpreset.js %%WWWDIR%%/skins/classic/views/js/controlpreset.js.php %%WWWDIR%%/skins/classic/views/js/cycle.js @@ -7615,6 +7582,7 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/views/js/groups.js %%WWWDIR%%/skins/classic/views/js/log.js %%WWWDIR%%/skins/classic/views/js/login.js +%%WWWDIR%%/skins/classic/views/js/login.js.php %%WWWDIR%%/skins/classic/views/js/monitor.js %%WWWDIR%%/skins/classic/views/js/monitor.js.php %%WWWDIR%%/skins/classic/views/js/monitorpreset.js @@ -7624,7 +7592,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/views/js/onvifprobe.js %%WWWDIR%%/skins/classic/views/js/options.js.php %%WWWDIR%%/skins/classic/views/js/plugin.js -%%WWWDIR%%/skins/classic/views/js/plugin.js.php %%WWWDIR%%/skins/classic/views/js/postlogin.js.php %%WWWDIR%%/skins/classic/views/js/server.js %%WWWDIR%%/skins/classic/views/js/state.js @@ -7651,7 +7618,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/skins/classic/views/montage.php %%WWWDIR%%/skins/classic/views/montagereview.php %%WWWDIR%%/skins/classic/views/none.php -%%WWWDIR%%/skins/classic/views/nph-zms %%WWWDIR%%/skins/classic/views/onvifprobe.php %%WWWDIR%%/skins/classic/views/optionhelp.php %%WWWDIR%%/skins/classic/views/options.php @@ -7673,7 +7639,6 @@ share/zoneminder/db/zm_update-1.30.0.sql %%WWWDIR%%/tools/mootools/mootools-core.js %%WWWDIR%%/tools/mootools/mootools-more-1.5.1.js %%WWWDIR%%/tools/mootools/mootools-more.js -%%WWWDIR%%/views/file.php %%WWWDIR%%/views/image.php %%WWWDIR%%/views/view_video.php @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/api/app/tmp From owner-svn-ports-all@freebsd.org Fri May 5 03:20:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F072D5EAE2; Fri, 5 May 2017 03:20:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 210C78BF; Fri, 5 May 2017 03:20:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453KGuW020058; Fri, 5 May 2017 03:20:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453KGS2020056; Fri, 5 May 2017 03:20:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050320.v453KGS2020056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440141 - head/net-mgmt/super_mediator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:20:17 -0000 Author: miwi Date: Fri May 5 03:20:15 2017 New Revision: 440141 URL: https://svnweb.freebsd.org/changeset/ports/440141 Log: - Update to 1.5.2 PR: 218133 Submitted by: umeno@rr.iij4u.or.jp Approved by: maintainer Modified: head/net-mgmt/super_mediator/Makefile head/net-mgmt/super_mediator/distinfo Modified: head/net-mgmt/super_mediator/Makefile ============================================================================== --- head/net-mgmt/super_mediator/Makefile Fri May 5 03:18:41 2017 (r440140) +++ head/net-mgmt/super_mediator/Makefile Fri May 5 03:20:15 2017 (r440141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= super_mediator -PORTVERSION= 1.3.0 +PORTVERSION= 1.5.2 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libfixbuf.so:net/libfixbuf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix perl5 pkgconfig +USES= libtool pathfix perl5 pkgconfig ssl USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/net-mgmt/super_mediator/distinfo ============================================================================== --- head/net-mgmt/super_mediator/distinfo Fri May 5 03:18:41 2017 (r440140) +++ head/net-mgmt/super_mediator/distinfo Fri May 5 03:20:15 2017 (r440141) @@ -1,2 +1,3 @@ -SHA256 (super_mediator-1.3.0.tar.gz) = b7d16cdde0ebb371ea1f72575f3829b595354cf8b4b521e5ff612d78e44e718d -SIZE (super_mediator-1.3.0.tar.gz) = 672950 +TIMESTAMP = 1490492757 +SHA256 (super_mediator-1.5.2.tar.gz) = 1a76a1e6a8a4e4fe4fd84f6110566b32ffcd8b987ea50d64d47190c1a31e3d26 +SIZE (super_mediator-1.5.2.tar.gz) = 708358 From owner-svn-ports-all@freebsd.org Fri May 5 03:21:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E5C9D5EB25; Fri, 5 May 2017 03:21:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D22F79F4; Fri, 5 May 2017 03:21:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453L2A8020215; Fri, 5 May 2017 03:21:02 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453L2rD020213; Fri, 5 May 2017 03:21:02 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050321.v453L2rD020213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440142 - head/multimedia/qmmp-plugin-pack-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:21:04 -0000 Author: miwi Date: Fri May 5 03:21:02 2017 New Revision: 440142 URL: https://svnweb.freebsd.org/changeset/ports/440142 Log: - Update to 1.1.3 PR: 218022 Submitted by: maintainer Modified: head/multimedia/qmmp-plugin-pack-qt5/Makefile head/multimedia/qmmp-plugin-pack-qt5/distinfo Modified: head/multimedia/qmmp-plugin-pack-qt5/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack-qt5/Makefile Fri May 5 03:20:15 2017 (r440141) +++ head/multimedia/qmmp-plugin-pack-qt5/Makefile Fri May 5 03:21:02 2017 (r440142) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ SF/qmmp-dev/${PORTNAME}/ Modified: head/multimedia/qmmp-plugin-pack-qt5/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack-qt5/distinfo Fri May 5 03:20:15 2017 (r440141) +++ head/multimedia/qmmp-plugin-pack-qt5/distinfo Fri May 5 03:21:02 2017 (r440142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467676500 -SHA256 (qmmp-plugin-pack-1.1.1.tar.bz2) = 59b0a3990920de013a363aae2eaed20bf2f934e6bf29e42cd689c78f7abc2ddc -SIZE (qmmp-plugin-pack-1.1.1.tar.bz2) = 83067 +TIMESTAMP = 1475654564 +SHA256 (qmmp-plugin-pack-1.1.3.tar.bz2) = e049920ec6cb7adf296b603c4268f615203e6c1cd0c9de2440b5b141e2e88377 +SIZE (qmmp-plugin-pack-1.1.3.tar.bz2) = 83314 From owner-svn-ports-all@freebsd.org Fri May 5 03:22:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA829D5ECDF; Fri, 5 May 2017 03:22:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CD0FD72; Fri, 5 May 2017 03:22:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453M543024199; Fri, 5 May 2017 03:22:05 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453M5uC024197; Fri, 5 May 2017 03:22:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050322.v453M5uC024197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440143 - head/mail/davmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:22:06 -0000 Author: miwi Date: Fri May 5 03:22:05 2017 New Revision: 440143 URL: https://svnweb.freebsd.org/changeset/ports/440143 Log: - Update to 4.8.0 PR: 218138 Submitted by: jjuanino@gmail.com Approved by: maintainer timeout Modified: head/mail/davmail/Makefile head/mail/davmail/distinfo Modified: head/mail/davmail/Makefile ============================================================================== --- head/mail/davmail/Makefile Fri May 5 03:21:02 2017 (r440142) +++ head/mail/davmail/Makefile Fri May 5 03:22:05 2017 (r440143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= davmail -PORTVERSION= 4.7.3 +PORTVERSION= 4.8.0 CATEGORIES= mail java MASTER_SITES= SF/davmail/davmail/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-${REVISION} @@ -19,7 +19,7 @@ USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ ALL_TARGET= release -REVISION= 2438 # 4.7.3 +REVISION= 2479 # 4.8.0 # port build number, same as on DISTNAME MAKE_ARGS= -Drevision=${REVISION} MAKE_ENV+= "ANT_OPTS=-Dfile.encoding=UTF-8" Modified: head/mail/davmail/distinfo ============================================================================== --- head/mail/davmail/distinfo Fri May 5 03:21:02 2017 (r440142) +++ head/mail/davmail/distinfo Fri May 5 03:22:05 2017 (r440143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480186300 -SHA256 (davmail-src-4.7.3-2438.tgz) = 3940a7f6aa44cb3c419c2a4ede71e465b29b7076c9ed1bb0abe251a60378c208 -SIZE (davmail-src-4.7.3-2438.tgz) = 22728139 +TIMESTAMP = 1490529161 +SHA256 (davmail-src-4.8.0-2479.tgz) = c04ddd8cd858e89825d05591667250bf1fd7b33f8c21f86c16f72822d76143e6 +SIZE (davmail-src-4.8.0-2479.tgz) = 22740061 From owner-svn-ports-all@freebsd.org Fri May 5 03:23:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFE0BD5ED1D; Fri, 5 May 2017 03:23:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D75EB4; Fri, 5 May 2017 03:23:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453N0WN024366; Fri, 5 May 2017 03:23:00 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453N0QX024364; Fri, 5 May 2017 03:23:00 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050323.v453N0QX024364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440144 - head/databases/pecl-couchbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:23:01 -0000 Author: miwi Date: Fri May 5 03:23:00 2017 New Revision: 440144 URL: https://svnweb.freebsd.org/changeset/ports/440144 Log: - Update to 2.3.2 PR: 219062 Submitted by: maintainer Modified: head/databases/pecl-couchbase/Makefile head/databases/pecl-couchbase/distinfo Modified: head/databases/pecl-couchbase/Makefile ============================================================================== --- head/databases/pecl-couchbase/Makefile Fri May 5 03:22:05 2017 (r440143) +++ head/databases/pecl-couchbase/Makefile Fri May 5 03:23:00 2017 (r440144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= couchbase -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= databases MAINTAINER= johnpupu@gmail.com Modified: head/databases/pecl-couchbase/distinfo ============================================================================== --- head/databases/pecl-couchbase/distinfo Fri May 5 03:22:05 2017 (r440143) +++ head/databases/pecl-couchbase/distinfo Fri May 5 03:23:00 2017 (r440144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492790515 -SHA256 (PECL/couchbase-2.3.1.tgz) = d9c70bcf6f65626dfe7e51a0527fea35cde28145f74a0ddbf41a64d395f7a493 -SIZE (PECL/couchbase-2.3.1.tgz) = 139623 +TIMESTAMP = 1493881325 +SHA256 (PECL/couchbase-2.3.2.tgz) = e1c7fafb3d05904deb26613176eeaeb0bd8ed8a8d0f3f139c5ab40c6efa49897 +SIZE (PECL/couchbase-2.3.2.tgz) = 142614 From owner-svn-ports-all@freebsd.org Fri May 5 03:23:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C544D5ED70; Fri, 5 May 2017 03:23:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13112FAF; Fri, 5 May 2017 03:23:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v453Njrl024536; Fri, 5 May 2017 03:23:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v453Nie4024533; Fri, 5 May 2017 03:23:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705050323.v453Nie4024533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 03:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440145 - head/databases/libcouchbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 03:23:46 -0000 Author: miwi Date: Fri May 5 03:23:44 2017 New Revision: 440145 URL: https://svnweb.freebsd.org/changeset/ports/440145 Log: - Update to 2.7.4 PR: 219061 Submitted by: maintainer Modified: head/databases/libcouchbase/Makefile head/databases/libcouchbase/distinfo head/databases/libcouchbase/pkg-plist Modified: head/databases/libcouchbase/Makefile ============================================================================== --- head/databases/libcouchbase/Makefile Fri May 5 03:23:00 2017 (r440144) +++ head/databases/libcouchbase/Makefile Fri May 5 03:23:44 2017 (r440145) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libcouchbase -DISTVERSION= 2.7.3 +DISTVERSION= 2.7.4 CATEGORIES= databases MASTER_SITES= http://packages.couchbase.com/clients/c/ Modified: head/databases/libcouchbase/distinfo ============================================================================== --- head/databases/libcouchbase/distinfo Fri May 5 03:23:00 2017 (r440144) +++ head/databases/libcouchbase/distinfo Fri May 5 03:23:44 2017 (r440145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492790614 -SHA256 (libcouchbase-2.7.3.tar.gz) = 6cac181256d1bad5afc5ac54396772b01c4c686a243ea3b3958fc844cefcfc7d -SIZE (libcouchbase-2.7.3.tar.gz) = 1113637 +TIMESTAMP = 1493881392 +SHA256 (libcouchbase-2.7.4.tar.gz) = 2b2cfb7acffd05f077c51e67ef67b4cf64228875acb08de2e0b07562a8f0b0cc +SIZE (libcouchbase-2.7.4.tar.gz) = 1125098 Modified: head/databases/libcouchbase/pkg-plist ============================================================================== --- head/databases/libcouchbase/pkg-plist Fri May 5 03:23:00 2017 (r440144) +++ head/databases/libcouchbase/pkg-plist Fri May 5 03:23:44 2017 (r440145) @@ -60,7 +60,7 @@ include/libcouchbase/views.h include/libcouchbase/visibility.h lib/libcouchbase.so lib/libcouchbase.so.2 -lib/libcouchbase.so.2.0.43 +lib/libcouchbase.so.2.0.44 lib/libcouchbase_libev.so lib/libcouchbase_libevent.so lib/libcouchbase_libuv.so From owner-svn-ports-all@freebsd.org Fri May 5 10:08:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFDE5D5EBE7; Fri, 5 May 2017 10:08:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7F204653; Fri, 5 May 2017 10:08:35 +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 v45A8YFC085657; Fri, 5 May 2017 10:08:34 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45A8YAk085655; Fri, 5 May 2017 10:08:34 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705051008.v45A8YAk085655@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, 5 May 2017 10:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440146 - head/net/ocserv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 10:08:35 -0000 Author: cpm Date: Fri May 5 10:08:34 2017 New Revision: 440146 URL: https://svnweb.freebsd.org/changeset/ports/440146 Log: - Fix ownership and permissions in /var/run/ocserv - Bump PORTREVISION PR: 219054 Reported by: Joy Modified: head/net/ocserv/Makefile head/net/ocserv/pkg-plist Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Fri May 5 03:23:44 2017 (r440145) +++ head/net/ocserv/Makefile Fri May 5 10:08:34 2017 (r440146) @@ -3,6 +3,7 @@ PORTNAME= ocserv PORTVERSION= 0.11.7 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ @@ -41,6 +42,8 @@ GROUPS= _ocserv USE_RC_SUBR= ocserv +PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" + OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI PORTDOCS= AUTHORS ChangeLog NEWS README TODO @@ -54,8 +57,8 @@ post-patch: @${RM} ${WRKSRC}/doc/*.8 post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv/ - @${MKDIR} ${STAGEDIR}/var/run/ocserv/ + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv + @${MKDIR} ${STAGEDIR}/var/run/ocserv ${INSTALL_DATA} ${FILESDIR}/ocserv.conf ${STAGEDIR}${PREFIX}/etc/ocserv/conf.sample post-install-DOCS-on: Modified: head/net/ocserv/pkg-plist ============================================================================== --- head/net/ocserv/pkg-plist Fri May 5 03:23:44 2017 (r440145) +++ head/net/ocserv/pkg-plist Fri May 5 10:08:34 2017 (r440146) @@ -6,4 +6,4 @@ man/man8/ocpasswd.8.gz man/man8/ocserv.8.gz @sample etc/ocserv/conf.sample sbin/ocserv -@dir /var/run/ocserv +@dir(%%USERS%%,%%GROUPS%%,750) /var/run/ocserv From owner-svn-ports-all@freebsd.org Fri May 5 11:26:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5EED5E2BB; Fri, 5 May 2017 11:26:22 +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 mx1.freebsd.org (Postfix) with ESMTPS id 91523880; Fri, 5 May 2017 11:26:22 +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 v45BQLYo017820; Fri, 5 May 2017 11:26:21 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45BQL4Y017819; Fri, 5 May 2017 11:26:21 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705051126.v45BQL4Y017819@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, 5 May 2017 11:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440147 - head/net/ocserv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 11:26:22 -0000 Author: cpm Date: Fri May 5 11:26:21 2017 New Revision: 440147 URL: https://svnweb.freebsd.org/changeset/ports/440147 Log: net/ocserv: update to 0.11.8 - Update to 0.11.8 - Add my LOCAL to MASTER_SITES Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-May/004293.html Modified: head/net/ocserv/Makefile head/net/ocserv/distinfo Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Fri May 5 10:08:34 2017 (r440146) +++ head/net/ocserv/Makefile Fri May 5 11:26:21 2017 (r440147) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.7 -PORTREVISION= 1 +PORTVERSION= 0.11.8 CATEGORIES= net security -MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ +MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ + LOCAL/cpm MAINTAINER= cpm@FreeBSD.org COMMENT= Server implementing the AnyConnect SSL VPN protocol Modified: head/net/ocserv/distinfo ============================================================================== --- head/net/ocserv/distinfo Fri May 5 10:08:34 2017 (r440146) +++ head/net/ocserv/distinfo Fri May 5 11:26:21 2017 (r440147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486984430 -SHA256 (ocserv-0.11.7.tar.xz) = 93055ec3b889da680a79c4a51f0efc1b84255e8e2b9c642c5ed1a6f07425b259 -SIZE (ocserv-0.11.7.tar.xz) = 767276 +TIMESTAMP = 1493983020 +SHA256 (ocserv-0.11.8.tar.xz) = 735b9b88a004d5bc8a91d4093d07ea0e2c9fac370a35d84beccc394ed24420c7 +SIZE (ocserv-0.11.8.tar.xz) = 774108 From owner-svn-ports-all@freebsd.org Fri May 5 11:47:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D37FD5E759; Fri, 5 May 2017 11:47:48 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C426121F; Fri, 5 May 2017 11:47:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45BlkfL026020; Fri, 5 May 2017 11:47:46 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45BlkfN026019; Fri, 5 May 2017 11:47:46 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705051147.v45BlkfN026019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 5 May 2017 11:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440148 - head/net/ceph-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 11:47:48 -0000 Author: mmokhi Date: Fri May 5 11:47:46 2017 New Revision: 440148 URL: https://svnweb.freebsd.org/changeset/ports/440148 Log: net/ceph-devel: Add a patch to fix a linker-error happens on 110amd64 Reported by: Willem Jan Withagen (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10608 Added: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt (contents, props changed) Added: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt Fri May 5 11:47:46 2017 (r440148) @@ -0,0 +1,15 @@ +--- src/test/rgw/CMakeLists.txt ++++ src/test/rgw/CMakeLists.txt +@@ -99,9 +99,8 @@ target_link_libraries(unittest_rgw_crypto + cls_user_client + librados + global +- curl +- uuid +- expat ++ ${CURL_LIBRARIES} ++ ${EXPAT_LIBRARIES} + ${CMAKE_DL_LIBS} + ${UNITTEST_LIBS} + ${CRYPTO_LIBS} + From owner-svn-ports-all@freebsd.org Fri May 5 11:49:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5503ED5E7FE; Fri, 5 May 2017 11:49:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id 321F23CD; Fri, 5 May 2017 11:49:35 +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 v45BnY3K026209; Fri, 5 May 2017 11:49:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45BnYBg026206; Fri, 5 May 2017 11:49:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705051149.v45BnYBg026206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 5 May 2017 11:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440149 - in head/www/minio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 11:49:35 -0000 Author: swills Date: Fri May 5 11:49:33 2017 New Revision: 440149 URL: https://svnweb.freebsd.org/changeset/ports/440149 Log: www/minio: update to 2017.05.05.01.14.51 While here, log stdout and stderr to avoid confusion [1] PR: 218957 [1] Reported by: rb@rdbg.co.uk [1] Modified: head/www/minio/Makefile head/www/minio/distinfo head/www/minio/files/minio.in Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Fri May 5 11:47:46 2017 (r440148) +++ head/www/minio/Makefile Fri May 5 11:49:33 2017 (r440149) @@ -14,9 +14,9 @@ BUILD_DEPENDS= go>=1.7:lang/go USES= compiler USE_GITHUB= yes -GH_TAGNAME= RELEASE.2017-04-29T00-40-27Z +GH_TAGNAME= RELEASE.2017-05-05T01-14-51Z GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -COMMIT_ID= eb50175ad911d496bf583a599de89547f0c9be89 +COMMIT_ID= 40985cc4e3eec06b7ea82dc34c8d907fd2e7aa12 PLIST_FILES= bin/minio Modified: head/www/minio/distinfo ============================================================================== --- head/www/minio/distinfo Fri May 5 11:47:46 2017 (r440148) +++ head/www/minio/distinfo Fri May 5 11:49:33 2017 (r440149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493556754 -SHA256 (minio-minio-2017.04.29.00.40.27-RELEASE.2017-04-29T00-40-27Z_GH0.tar.gz) = c7e4bd6b9345650aae0fb690b7298421f8c1a8e0667950749afef22a649fc67e -SIZE (minio-minio-2017.04.29.00.40.27-RELEASE.2017-04-29T00-40-27Z_GH0.tar.gz) = 3869278 +TIMESTAMP = 1493952231 +SHA256 (minio-minio-2017.05.05.01.14.51-RELEASE.2017-05-05T01-14-51Z_GH0.tar.gz) = 6f36a82f075ffbaf2a69b0e3f42820d9576a871160aa4484d6323945a6bc84a1 +SIZE (minio-minio-2017.05.05.01.14.51-RELEASE.2017-05-05T01-14-51Z_GH0.tar.gz) = 4576742 Modified: head/www/minio/files/minio.in ============================================================================== --- head/www/minio/files/minio.in Fri May 5 11:47:46 2017 (r440148) +++ head/www/minio/files/minio.in Fri May 5 11:49:33 2017 (r440149) @@ -18,6 +18,8 @@ # Set it to user to run minio under # minio_group (str): Set to "minio" by default. # Set it to group to run minio under +# minio_logfile (str): Set to "/var/log/minio.log" by default. +# Set it to file where stdout/stderr are logged. # . /etc/rc.subr @@ -33,11 +35,12 @@ load_rc_config ${name} : ${minio_address=":9000"} : ${minio_user:="%%USER%%"} : ${minio_group:="%%GROUP%%"} +: ${minio_logfile:="/var/log/minio.log"} pidfile="/var/run/${name}.pid" procname="%%PREFIX%%/bin/minio" command="/usr/sbin/daemon" -command_args="-f -c -p ${pidfile} /usr/bin/env ${minio_env} ${procname} -C \"${minio_config}\" server --address=\"${minio_address}\" --quiet ${minio_disks}" +command_args="-c -p ${pidfile} /usr/bin/env ${minio_env} ${procname} -C \"${minio_config}\" server --address=\"${minio_address}\" --quiet ${minio_disks} < /dev/null > ${minio_logfile} 2>&1" start_precmd="minio_startprecmd" @@ -51,6 +54,10 @@ minio_startprecmd() install -d -o "${minio_user}" -g "${minio_group}" "${minio_config}" fi + if [ ! -e "${minio_logfile}" ]; then + install -o "${minio_user}" -g "${minio_group}" "/dev/null" "${minio_logfile}" + fi + for disk in "${minio_disks}"; do if [ ! -d "${disk}" ]; then install -d -o "${minio_user}" -g "${minio_group}" "${disk}" From owner-svn-ports-all@freebsd.org Fri May 5 11:57:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03323D5EB42; Fri, 5 May 2017 11:57:58 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE4C7DDE; Fri, 5 May 2017 11:57:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45BvuUi030263; Fri, 5 May 2017 11:57:56 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45BvuZ7030260; Fri, 5 May 2017 11:57:56 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201705051157.v45BvuZ7030260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 5 May 2017 11:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440150 - head/java/intellij-pycharm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 11:57:58 -0000 Author: bsam Date: Fri May 5 11:57:56 2017 New Revision: 440150 URL: https://svnweb.freebsd.org/changeset/ports/440150 Log: java/intellij-pycharm: Update to version 2017.1.2. PR: 219083 Submitted by: Christian Sturm Modified: head/java/intellij-pycharm/Makefile head/java/intellij-pycharm/distinfo head/java/intellij-pycharm/pkg-plist Modified: head/java/intellij-pycharm/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Fri May 5 11:49:33 2017 (r440149) +++ head/java/intellij-pycharm/Makefile Fri May 5 11:57:56 2017 (r440150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm -PORTVERSION= 2017.1.1 +PORTVERSION= 2017.1.2 CATEGORIES= java devel python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/java/intellij-pycharm/distinfo ============================================================================== --- head/java/intellij-pycharm/distinfo Fri May 5 11:49:33 2017 (r440149) +++ head/java/intellij-pycharm/distinfo Fri May 5 11:57:56 2017 (r440150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492087190 -SHA256 (pycharm-community-2017.1.1.tar.gz) = 1300e15b760a05d0b41f7d85674c01368e37ac2b6215889badf8ab0adcf4a34b -SIZE (pycharm-community-2017.1.1.tar.gz) = 195516714 +TIMESTAMP = 1493383788 +SHA256 (pycharm-community-2017.1.2.tar.gz) = e99d9bdba50ff7b27bed79fd156d53b82447a208174156343bcc6e23a928830d +SIZE (pycharm-community-2017.1.2.tar.gz) = 195247149 Modified: head/java/intellij-pycharm/pkg-plist ============================================================================== --- head/java/intellij-pycharm/pkg-plist Fri May 5 11:49:33 2017 (r440149) +++ head/java/intellij-pycharm/pkg-plist Fri May 5 11:57:56 2017 (r440150) @@ -2088,3 +2088,5 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/terminal/jediterm-bash.in %%DATADIR%%/plugins/terminal/lib/resources_en.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar +%%DATADIR%%/plugins/yaml/lib/resources_en.jar +%%DATADIR%%/plugins/yaml/lib/yaml.jar From owner-svn-ports-all@freebsd.org Fri May 5 12:30:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2C65D5D616; Fri, 5 May 2017 12:30: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 mx1.freebsd.org (Postfix) with ESMTPS id B48891EA8; Fri, 5 May 2017 12:30: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 v45CUtIQ042413; Fri, 5 May 2017 12:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45CUtF6042412; Fri, 5 May 2017 12:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051230.v45CUtF6042412@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, 5 May 2017 12:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440151 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 12:30:57 -0000 Author: sunpoet Date: Fri May 5 12:30:55 2017 New Revision: 440151 URL: https://svnweb.freebsd.org/changeset/ports/440151 Log: Update comment: remove ruby 2.1 Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri May 5 11:57:56 2017 (r440150) +++ head/Mk/bsd.default-versions.mk Fri May 5 12:30:55 2017 (r440151) @@ -81,7 +81,7 @@ PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.3, 3.4, 3.5, 3.6 PYTHON3_DEFAULT?= 3.6 -# Possible values: 2.1, 2.2, 2.3, 2.4 +# Possible values: 2.2, 2.3, 2.4 RUBY_DEFAULT?= 2.3 # Possible values: 4.2, 4.3, 4.4, 4.5, 4.6 SAMBA_DEFAULT?= 4.4 From owner-svn-ports-all@freebsd.org Fri May 5 13:47:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE79D54BA8; Fri, 5 May 2017 13:47:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56C52FB6; Fri, 5 May 2017 13:47:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DlO4R074884; Fri, 5 May 2017 13:47:24 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DlN3S074879; Fri, 5 May 2017 13:47:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051347.v45DlN3S074879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:47:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440152 - in head/x11-fonts/fontmatrix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:47:25 -0000 Author: miwi Date: Fri May 5 13:47:23 2017 New Revision: 440152 URL: https://svnweb.freebsd.org/changeset/ports/440152 Log: - Update to 0.6.0 PR: 217289 Submitted by: maintainer Added: head/x11-fonts/fontmatrix/files/patch-src__CMakeLists.txt (contents, props changed) Deleted: head/x11-fonts/fontmatrix/files/patch-cmake__modules__FREETYPEConfig.cmake Modified: head/x11-fonts/fontmatrix/Makefile head/x11-fonts/fontmatrix/distinfo head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h head/x11-fonts/fontmatrix/pkg-plist Modified: head/x11-fonts/fontmatrix/Makefile ============================================================================== --- head/x11-fonts/fontmatrix/Makefile Fri May 5 12:30:55 2017 (r440151) +++ head/x11-fonts/fontmatrix/Makefile Fri May 5 13:47:23 2017 (r440152) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= fontmatrix -DISTVERSION= 0.4.2 -DISTVERSIONSUFFIX= -Source -PORTREVISION= 4 +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 CATEGORIES= x11-fonts -MASTER_SITES= http://www.fontmatrix.net/archives/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical font manager @@ -17,9 +15,14 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hi LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= cmake -USE_QT4= corelib xml gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build +USE_GITHUB= yes +GH_ACCOUNT= fontmatrix + +USES= cmake execinfo +USE_QT4= corelib xml gui svg network moc_build uic_build rcc_build qmake_build \ + linguisttools_build opengl sql webkit INSTALLS_ICONS= yes +MANDIRS= ${PREFIX}/share/man/man1 OPTIONS_DEFINE= FONTFORGE FONTFORGE_DESC= Install FontForge editor Modified: head/x11-fonts/fontmatrix/distinfo ============================================================================== --- head/x11-fonts/fontmatrix/distinfo Fri May 5 12:30:55 2017 (r440151) +++ head/x11-fonts/fontmatrix/distinfo Fri May 5 13:47:23 2017 (r440152) @@ -1,2 +1,3 @@ -SHA256 (fontmatrix-0.4.2-Source.tar.gz) = 3b5ad1e27b33d81fea610d4748a9a42107006a36bff277529eb3377670600075 -SIZE (fontmatrix-0.4.2-Source.tar.gz) = 656806 +TIMESTAMP = 1487605409 +SHA256 (fontmatrix-fontmatrix-v0.6.0_GH0.tar.gz) = fa3ca2b189115c24c628f15334e0b506298d7a16e294bcc21bde79cba9c44a84 +SIZE (fontmatrix-fontmatrix-v0.6.0_GH0.tar.gz) = 2448848 Added: head/x11-fonts/fontmatrix/files/patch-src__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fontmatrix/files/patch-src__CMakeLists.txt Fri May 5 13:47:23 2017 (r440152) @@ -0,0 +1,10 @@ +--- src/CMakeLists.txt.orig 2009-07-03 15:17:39 UTC ++++ src/CMakeLists.txt +@@ -265,6 +265,7 @@ IF(UNIX AND NOT APPLE) + ) + + target_link_libraries(fontmatrix harfbuzz hyphenate ++ execinfo + ${PYTHONQT_LIB} + ${QT_LIBRARIES} + ${FREETYPE_LIBRARIES} Modified: head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h ============================================================================== --- head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h Fri May 5 12:30:55 2017 (r440151) +++ head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h Fri May 5 13:47:23 2017 (r440152) @@ -1,4 +1,4 @@ ---- src/prefspaneldialog.h.orig 2008-04-07 20:45:09 UTC +--- src/prefspaneldialog.h.orig 2009-07-03 15:17:39 UTC +++ src/prefspaneldialog.h @@ -12,7 +12,7 @@ #ifndef PREFSPANELDIALOG_H @@ -8,4 +8,4 @@ +#include #include - + class QStandardItemModel; Modified: head/x11-fonts/fontmatrix/pkg-plist ============================================================================== --- head/x11-fonts/fontmatrix/pkg-plist Fri May 5 12:30:55 2017 (r440151) +++ head/x11-fonts/fontmatrix/pkg-plist Fri May 5 13:47:23 2017 (r440152) @@ -1,3 +1,138 @@ bin/fontmatrix share/applications/fontmatrix.desktop share/icons/hicolor/48x48/apps/fontmatrix.png +share/man/man1/fontmatrix.1.gz +%%DATADIR%%/help/en/additional.html +%%DATADIR%%/help/en/additional_db_check.html +%%DATADIR%%/help/en/additional_editing_panose.html +%%DATADIR%%/help/en/additional_export_for_packaging.html +%%DATADIR%%/help/en/additional_extracting_fonts.html +%%DATADIR%%/help/en/additional_ttf_tables.html +%%DATADIR%%/help/en/basics.html +%%DATADIR%%/help/en/comparisons.html +%%DATADIR%%/help/en/comparisons_fonts.html +%%DATADIR%%/help/en/comparisons_glyphs.html +%%DATADIR%%/help/en/contributing.html +%%DATADIR%%/help/en/contributing_programming.html +%%DATADIR%%/help/en/contributing_testing.html +%%DATADIR%%/help/en/contributing_translating.html +%%DATADIR%%/help/en/creating_font_books.html +%%DATADIR%%/help/en/export_fonts.html +%%DATADIR%%/help/en/external_tools.html +%%DATADIR%%/help/en/font_book_templates.html +%%DATADIR%%/help/en/font_books.html +%%DATADIR%%/help/en/images/browse-fonts-folders-tab.png +%%DATADIR%%/help/en/images/browse-fonts-names-tab.png +%%DATADIR%%/help/en/images/browse-fonts-previews-tab.png +%%DATADIR%%/help/en/images/close_to_system_tray_warning.png +%%DATADIR%%/help/en/images/extracted-font-compact-encoding.png +%%DATADIR%%/help/en/images/extracted-font-copyright-info.png +%%DATADIR%%/help/en/images/extracted-font-editing.png +%%DATADIR%%/help/en/images/font_book_export_dialog.png +%%DATADIR%%/help/en/images/font_book_in_evince.png +%%DATADIR%%/help/en/images/glyphs_comparison_metrics.png +%%DATADIR%%/help/en/images/glyphs_comparison_offset_to_line_up.png +%%DATADIR%%/help/en/images/glyphs_comparison_offset_to_line_up_2.png +%%DATADIR%%/help/en/images/glyphs_comparison_points_and_controls.png +%%DATADIR%%/help/en/images/glyphs_comparison_two_glyphs_of_same_font.png +%%DATADIR%%/help/en/images/glyphs_comparison_typical_view.png +%%DATADIR%%/help/en/images/glyphs_comparison_typical_view_th.png +%%DATADIR%%/help/en/images/imported_fonts_list.png +%%DATADIR%%/help/en/images/importing_set_tags_1.png +%%DATADIR%%/help/en/images/importing_set_tags_2.png +%%DATADIR%%/help/en/images/list_of_tags.png +%%DATADIR%%/help/en/images/splash-screen.png +%%DATADIR%%/help/en/index.html +%%DATADIR%%/help/en/interface.html +%%DATADIR%%/help/en/management.html +%%DATADIR%%/help/en/management_activation.html +%%DATADIR%%/help/en/management_importing.html +%%DATADIR%%/help/en/management_tags.html +%%DATADIR%%/help/en/menu.xml +%%DATADIR%%/help/en/news.html +%%DATADIR%%/help/en/output.html +%%DATADIR%%/help/en/printing_fonts.html +%%DATADIR%%/help/en/resources.html +%%DATADIR%%/help/en/scripting.html +%%DATADIR%%/help/en/search.html +%%DATADIR%%/help/en/search_in_generic_metadata.html +%%DATADIR%%/help/en/search_in_panose.html +%%DATADIR%%/help/en/search_using_bitmap_samples.html +%%DATADIR%%/help/en/setting_up.html +%%DATADIR%%/help/en/setting_up_layout_engine_options.html +%%DATADIR%%/help/en/setting_up_preferences.html +%%DATADIR%%/help/en/setting_up_preferences_display.html +%%DATADIR%%/help/en/setting_up_preferences_files_and_folders.html +%%DATADIR%%/help/en/setting_up_preferences_general.html +%%DATADIR%%/help/en/setting_up_preferences_samples_collection.html +%%DATADIR%%/help/en/setting_up_preferences_service.html +%%DATADIR%%/help/en/setting_up_preferences_shortcuts.html +%%DATADIR%%/help/en/setting_up_preferences_system_tray.html +%%DATADIR%%/help/en/style.css +%%DATADIR%%/help/en/viewing.html +%%DATADIR%%/help/en/viewing_glyphs_chart.html +%%DATADIR%%/help/en/viewing_overview.html +%%DATADIR%%/help/en/viewing_sample_text.html +%%DATADIR%%/help/en/what_fonts_are.html +%%DATADIR%%/help/en/why_fontmatrix.html +%%DATADIR%%/help/en/why_management.html +%%DATADIR%%/qm/fontmatrix-cs.qm +%%DATADIR%%/qm/fontmatrix-da.qm +%%DATADIR%%/qm/fontmatrix-de.qm +%%DATADIR%%/qm/fontmatrix-en.qm +%%DATADIR%%/qm/fontmatrix-fi.qm +%%DATADIR%%/qm/fontmatrix-fr.qm +%%DATADIR%%/qm/fontmatrix-hi.qm +%%DATADIR%%/qm/fontmatrix-nb.qm +%%DATADIR%%/qm/fontmatrix-nl.qm +%%DATADIR%%/qm/fontmatrix-no.qm +%%DATADIR%%/qm/fontmatrix-ru.qm +%%DATADIR%%/qm/fontmatrix-sr.qm +%%DATADIR%%/qm/fontmatrix-sv.qm +%%DATADIR%%/qm/fontmatrix-uk.qm +%%DATADIR%%/qm/fontmatrix-zh_CN.qm +%%DATADIR%%/qm/fontmatrix-zh_TW.qm +%%DATADIR%%/resources/Samples/bn/sample +%%DATADIR%%/resources/Samples/de/sample +%%DATADIR%%/resources/Samples/fr/Mamere +%%DATADIR%%/resources/Samples/gu/sample +%%DATADIR%%/resources/Samples/he/sample +%%DATADIR%%/resources/Samples/hi/sample +%%DATADIR%%/resources/Samples/kn/sample +%%DATADIR%%/resources/Samples/ml/sample +%%DATADIR%%/resources/Samples/mr/sample +%%DATADIR%%/resources/Samples/or/sample +%%DATADIR%%/resources/Samples/pa/sample +%%DATADIR%%/resources/Samples/ru/Гоголь +%%DATADIR%%/resources/Samples/ta/sample +%%DATADIR%%/resources/Samples/te/sample +%%DATADIR%%/resources/Samples/udm/sample +%%DATADIR%%/resources/Scripts/fontforge_subset.py +%%DATADIR%%/resources/Scripts/fonttools_showxml.py +%%DATADIR%%/resources/Scripts/import_tags.py +%%DATADIR%%/resources/Scripts/xetex_fontbook.py +%%DATADIR%%/resources/css-info-property.png +%%DATADIR%%/resources/css-info-propertyname.png +%%DATADIR%%/resources/css-shadow.png +%%DATADIR%%/resources/css-tech-info.png +%%DATADIR%%/resources/fontmatrix.js +%%DATADIR%%/resources/info.css +%%DATADIR%%/resources/template_default.png +%%DATADIR%%/resources/template_default.xml +%%DATADIR%%/resources/template_oneline.png +%%DATADIR%%/resources/template_oneline.xml +%%DATADIR%%/resources/welcome_da.html +%%DATADIR%%/resources/welcome_de.html +%%DATADIR%%/resources/welcome_en.html +%%DATADIR%%/resources/welcome_fi.html +%%DATADIR%%/resources/welcome_fr.html +%%DATADIR%%/resources/welcome_hi.html +%%DATADIR%%/resources/welcome_nb.html +%%DATADIR%%/resources/welcome_nl.html +%%DATADIR%%/resources/welcome_no.html +%%DATADIR%%/resources/welcome_ru.html +%%DATADIR%%/resources/welcome_sr.html +%%DATADIR%%/resources/welcome_sv.html +%%DATADIR%%/resources/welcome_uk.html +%%DATADIR%%/resources/welcome_zh_CN.html +%%DATADIR%%/resources/welcome_zh_TW.html From owner-svn-ports-all@freebsd.org Fri May 5 13:48:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96FC2D54BEE; Fri, 5 May 2017 13:48:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6912D10EF; Fri, 5 May 2017 13:48:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DmcPD075057; Fri, 5 May 2017 13:48:38 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DmcE1075056; Fri, 5 May 2017 13:48:38 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051348.v45DmcE1075056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440153 - head/games/manaplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:48:39 -0000 Author: miwi Date: Fri May 5 13:48:38 2017 New Revision: 440153 URL: https://svnweb.freebsd.org/changeset/ports/440153 Log: - Update to 1.7.4.1 PR: 218420 Submitted by: maintainer Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Fri May 5 13:47:23 2017 (r440152) +++ head/games/manaplus/Makefile Fri May 5 13:48:38 2017 (r440153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.3.18 +PORTVERSION= 1.7.4.1 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Fri May 5 13:47:23 2017 (r440152) +++ head/games/manaplus/distinfo Fri May 5 13:48:38 2017 (r440153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489855191 -SHA256 (manaplus-1.7.3.18.tar.xz) = 053908c2f42b9db637536adbcb84b31c3cf203af4d954cda26d78afa798cb5a6 -SIZE (manaplus-1.7.3.18.tar.xz) = 14793708 +TIMESTAMP = 1493955103 +SHA256 (manaplus-1.7.4.1.tar.xz) = 9422f6c1d7a79a69a8c89c70f3608f7d3afc5d77faae04fd1457f5f7c96bace1 +SIZE (manaplus-1.7.4.1.tar.xz) = 14800880 From owner-svn-ports-all@freebsd.org Fri May 5 13:51:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C24A7D54C84; Fri, 5 May 2017 13:51:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7A9152B; Fri, 5 May 2017 13:51:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DpR8l075409; Fri, 5 May 2017 13:51:27 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DpRWQ075405; Fri, 5 May 2017 13:51:27 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051351.v45DpRWQ075405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440154 - in head/www/wt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:51:28 -0000 Author: miwi Date: Fri May 5 13:51:27 2017 New Revision: 440154 URL: https://svnweb.freebsd.org/changeset/ports/440154 Log: - Update to 3.3.7 PR: 218299 Submitted by: maintainer Deleted: head/www/wt/files/patch-src_Wt_Render_CssParser.C Modified: head/www/wt/Makefile head/www/wt/distinfo head/www/wt/pkg-plist Modified: head/www/wt/Makefile ============================================================================== --- head/www/wt/Makefile Fri May 5 13:48:38 2017 (r440153) +++ head/www/wt/Makefile Fri May 5 13:51:27 2017 (r440154) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wt -PORTVERSION= 3.3.6 -PORTREVISION= 6 +PORTVERSION= 3.3.7 CATEGORIES= www MAINTAINER= info@babaei.net Modified: head/www/wt/distinfo ============================================================================== --- head/www/wt/distinfo Fri May 5 13:48:38 2017 (r440153) +++ head/www/wt/distinfo Fri May 5 13:51:27 2017 (r440154) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471474081 -SHA256 (kdeforche-wt-3.3.6_GH0.tar.gz) = 8f82576076deb1d72cfb8ff42cf7ffb3553a45da32123b2a3cf36e66040678ab -SIZE (kdeforche-wt-3.3.6_GH0.tar.gz) = 7952106 +TIMESTAMP = 1491079306 +SHA256 (kdeforche-wt-3.3.7_GH0.tar.gz) = 054af8d62a7c158df62adc174a6a57610868470a07e7192ee7ce60a18552851d +SIZE (kdeforche-wt-3.3.7_GH0.tar.gz) = 8544988 Modified: head/www/wt/pkg-plist ============================================================================== --- head/www/wt/pkg-plist Fri May 5 13:48:38 2017 (r440153) +++ head/www/wt/pkg-plist Fri May 5 13:51:27 2017 (r440154) @@ -51,8 +51,18 @@ include/Wt/Chart/WSelection include/Wt/Chart/WStandardChartProxyModel include/Wt/Chart/WStandardColorMap include/Wt/Chart/WStandardPalette +%%FIREBIRD%%include/Wt/Dbo/backend/Firebird +%%MYSQL%%include/Wt/Dbo/backend/MySQL +%%POSTGRES%%include/Wt/Dbo/backend/Postgres +%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3 +%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h +%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h +%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h +%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h %%DBO%%include/Wt/Dbo/Call %%DBO%%include/Wt/Dbo/Call_impl.h +%%DBO%%include/Wt/Dbo/collection +%%DBO%%include/Wt/Dbo/collection_impl.h %%DBO%%include/Wt/Dbo/DbAction %%DBO%%include/Wt/Dbo/DbAction_impl.h %%DBO%%include/Wt/Dbo/Dbo @@ -63,11 +73,14 @@ include/Wt/Chart/WStandardPalette %%DBO%%include/Wt/Dbo/FixedSqlConnectionPool %%DBO%%include/Wt/Dbo/Impl %%DBO%%include/Wt/Dbo/Json +%%DBO%%include/Wt/Dbo/ptr +%%DBO%%include/Wt/Dbo/ptr_impl.h +%%DBO%%include/Wt/Dbo/ptr_tuple %%DBO%%include/Wt/Dbo/Query +%%DBO%%include/Wt/Dbo/Query_impl.h %%DBO%%include/Wt/Dbo/QueryColumn %%DBO%%include/Wt/Dbo/QueryModel %%DBO%%include/Wt/Dbo/QueryModel_impl.h -%%DBO%%include/Wt/Dbo/Query_impl.h %%DBO%%include/Wt/Dbo/Session %%DBO%%include/Wt/Dbo/Session_impl.h %%DBO%%include/Wt/Dbo/SqlConnection @@ -80,28 +93,14 @@ include/Wt/Chart/WStandardPalette %%DBO%%include/Wt/Dbo/Transaction %%DBO%%include/Wt/Dbo/Types %%DBO%%include/Wt/Dbo/WDboDllDefs.h -%%DBO%%include/Wt/Dbo/WtSqlTraits -%%FIREBIRD%%include/Wt/Dbo/backend/Firebird -%%MYSQL%%include/Wt/Dbo/backend/MySQL -%%POSTGRES%%include/Wt/Dbo/backend/Postgres -%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3 -%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h -%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h -%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h -%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h -%%DBO%%include/Wt/Dbo/collection -%%DBO%%include/Wt/Dbo/collection_impl.h -%%DBO%%include/Wt/Dbo/ptr -%%DBO%%include/Wt/Dbo/ptr_impl.h -%%DBO%%include/Wt/Dbo/ptr_tuple %%DBO%%include/Wt/Dbo/weak_ptr %%DBO%%include/Wt/Dbo/weak_ptr_impl.h +%%DBO%%include/Wt/Dbo/WtSqlTraits include/Wt/DomElement.h include/Wt/EscapeOStream.h %%EXT%%include/Wt/Ext/AbstractButton %%EXT%%include/Wt/Ext/AbstractToggleButton %%EXT%%include/Wt/Ext/Button -%%EXT%%include/Wt/Ext/CMakeLists.txt %%EXT%%include/Wt/Ext/Calendar %%EXT%%include/Wt/Ext/CheckBox %%EXT%%include/Wt/Ext/ComboBox @@ -123,8 +122,8 @@ include/Wt/EscapeOStream.h %%EXT%%include/Wt/Ext/RadioButton %%EXT%%include/Wt/Ext/Splitter %%EXT%%include/Wt/Ext/SplitterHandle -%%EXT%%include/Wt/Ext/TabWidget %%EXT%%include/Wt/Ext/TableView +%%EXT%%include/Wt/Ext/TabWidget %%EXT%%include/Wt/Ext/TextEdit %%EXT%%include/Wt/Ext/ToolBar %%EXT%%include/Wt/Ext/ToolTipConfig @@ -210,6 +209,7 @@ include/Wt/WDoubleValidator include/Wt/WEnvironment include/Wt/WEvent include/Wt/WException +include/Wt/WFileDropWidget include/Wt/WFileResource include/Wt/WFileUpload include/Wt/WFitLayout @@ -219,9 +219,9 @@ include/Wt/WFont include/Wt/WFontMetrics include/Wt/WFormModel include/Wt/WFormWidget -include/Wt/WGLWidget include/Wt/WGenericMatrix include/Wt/WGlobal +include/Wt/WGLWidget include/Wt/WGoogleMap include/Wt/WGradient include/Wt/WGridLayout @@ -229,14 +229,14 @@ include/Wt/WGroupBox include/Wt/WHBoxLayout include/Wt/WHTML5Audio include/Wt/WHTML5Video -include/Wt/WIOService include/Wt/WIcon include/Wt/WIconPair include/Wt/WIdentityProxyModel include/Wt/WImage include/Wt/WInPlaceEdit -include/Wt/WIntValidator include/Wt/WInteractWidget +include/Wt/WIntValidator +include/Wt/WIOService include/Wt/WItemDelegate include/Wt/WItemSelectionModel include/Wt/WJavaScript @@ -324,12 +324,12 @@ include/Wt/WStringUtil include/Wt/WSubMenuItem include/Wt/WSuggestionPopup include/Wt/WSvgImage -include/Wt/WTabWidget include/Wt/WTable include/Wt/WTableCell include/Wt/WTableColumn include/Wt/WTableRow include/Wt/WTableView +include/Wt/WTabWidget include/Wt/WTemplate include/Wt/WTemplateFormView include/Wt/WText @@ -339,9 +339,9 @@ include/Wt/WTheme include/Wt/WTime include/Wt/WTimeEdit include/Wt/WTimePicker -include/Wt/WTimeValidator include/Wt/WTimer include/Wt/WTimerWidget +include/Wt/WTimeValidator include/Wt/WToolBar include/Wt/WTransform include/Wt/WTree @@ -349,9 +349,9 @@ include/Wt/WTreeNode include/Wt/WTreeTable include/Wt/WTreeTableNode include/Wt/WTreeView -include/Wt/WVBoxLayout include/Wt/WValidationStatus include/Wt/WValidator +include/Wt/WVBoxLayout include/Wt/WVector3 include/Wt/WVector4 include/Wt/WVectorImage @@ -362,19 +362,45 @@ include/Wt/WVmlImage include/Wt/WWebWidget include/Wt/WWidget include/Wt/WWidgetItem -%%EXAMPLES%%lib/Wt/examples/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/Doxyfile -%%EXAMPLES%%lib/Wt/examples/README.md -%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.C -%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.h -%%EXAMPLES%%lib/Wt/examples/blog/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/blog/README.md +lib/libwt.so +lib/libwt.so.3.3.7 +lib/libwt.so.41 +%%DBO%%lib/libwtdbo.so +%%DBO%%lib/libwtdbo.so.3.3.7 +%%DBO%%lib/libwtdbo.so.41 +%%FIREBIRD%%lib/libwtdbofirebird.so +%%FIREBIRD%%lib/libwtdbofirebird.so.3.3.7 +%%FIREBIRD%%lib/libwtdbofirebird.so.41 +%%MYSQL%%lib/libwtdbomysql.so +%%MYSQL%%lib/libwtdbomysql.so.3.3.7 +%%MYSQL%%lib/libwtdbomysql.so.41 +%%POSTGRES%%lib/libwtdbopostgres.so +%%POSTGRES%%lib/libwtdbopostgres.so.3.3.7 +%%POSTGRES%%lib/libwtdbopostgres.so.41 +%%SQLITE3%%lib/libwtdbosqlite3.so +%%SQLITE3%%lib/libwtdbosqlite3.so.3.3.7 +%%SQLITE3%%lib/libwtdbosqlite3.so.41 +%%EXT%%lib/libwtext.so +%%EXT%%lib/libwtext.so.3.3.7 +%%EXT%%lib/libwtext.so.41 +%%FCGI%%lib/libwtfcgi.so +%%FCGI%%lib/libwtfcgi.so.3.3.7 +%%FCGI%%lib/libwtfcgi.so.41 +%%WTHTTP%%lib/libwthttp.so +%%WTHTTP%%lib/libwthttp.so.3.3.7 +%%WTHTTP%%lib/libwthttp.so.41 +%%LIBWTTEST%%lib/libwttest.so +%%LIBWTTEST%%lib/libwttest.so.11 +%%LIBWTTEST%%lib/libwttest.so.3.3.7 %%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.C %%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.h %%EXAMPLES%%lib/Wt/examples/blog/blog %%EXAMPLES%%lib/Wt/examples/blog/blog.C %%EXAMPLES%%lib/Wt/examples/blog/blog.wt %%EXAMPLES%%lib/Wt/examples/blog/blog.xml +%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.C +%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.h +%%EXAMPLES%%lib/Wt/examples/blog/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/blog/css/asciidoc.css %%EXAMPLES%%lib/Wt/examples/blog/css/blog.css %%EXAMPLES%%lib/Wt/examples/blog/css/blogexample.css @@ -395,9 +421,10 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/blog/model/Tag.h %%EXAMPLES%%lib/Wt/examples/blog/model/Token.C %%EXAMPLES%%lib/Wt/examples/blog/model/Token.h +%%EXAMPLES%%lib/Wt/examples/blog/model/update-sqlite3-3.1.12.sql %%EXAMPLES%%lib/Wt/examples/blog/model/User.C %%EXAMPLES%%lib/Wt/examples/blog/model/User.h -%%EXAMPLES%%lib/Wt/examples/blog/model/update-sqlite3-3.1.12.sql +%%EXAMPLES%%lib/Wt/examples/blog/README.md %%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.C %%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.h %%EXAMPLES%%lib/Wt/examples/blog/view/BlogView.C @@ -408,61 +435,62 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/blog/view/EditUsers.h %%EXAMPLES%%lib/Wt/examples/blog/view/PostView.C %%EXAMPLES%%lib/Wt/examples/blog/view/PostView.h -%%EXAMPLES%%lib/Wt/examples/chart3D/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.C %%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.h +%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D +%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.C +%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.wt +%%EXAMPLES%%lib/Wt/examples/chart3D/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/chart3D/ColorMapTest.h +%%EXAMPLES%%lib/Wt/examples/chart3D/configTemplates.xml +%%EXAMPLES%%lib/Wt/examples/chart3D/cross.png %%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.C %%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.h %%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.C %%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.h +%%EXAMPLES%%lib/Wt/examples/chart3D/diamond.png +%%EXAMPLES%%lib/Wt/examples/chart3D/hor_plane.csv +%%EXAMPLES%%lib/Wt/examples/chart3D/isotope_decay.csv %%EXAMPLES%%lib/Wt/examples/chart3D/Models.C %%EXAMPLES%%lib/Wt/examples/chart3D/Models.h %%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.C %%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.h %%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.C %%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.h -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.C -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.wt -%%EXAMPLES%%lib/Wt/examples/chart3D/configTemplates.xml -%%EXAMPLES%%lib/Wt/examples/chart3D/cross.png -%%EXAMPLES%%lib/Wt/examples/chart3D/diamond.png -%%EXAMPLES%%lib/Wt/examples/chart3D/hor_plane.csv -%%EXAMPLES%%lib/Wt/examples/chart3D/isotope_decay.csv -%%EXAMPLES%%lib/Wt/examples/charts/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/charts/category.csv %%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.C %%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.h +%%EXAMPLES%%lib/Wt/examples/charts/charts +%%EXAMPLES%%lib/Wt/examples/charts/charts.css +%%EXAMPLES%%lib/Wt/examples/charts/charts.wt +%%EXAMPLES%%lib/Wt/examples/charts/charts.xml %%EXAMPLES%%lib/Wt/examples/charts/ChartsApplication.C %%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.C %%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.h +%%EXAMPLES%%lib/Wt/examples/charts/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.C %%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.h %%EXAMPLES%%lib/Wt/examples/charts/PanelList.C %%EXAMPLES%%lib/Wt/examples/charts/PanelList.h %%EXAMPLES%%lib/Wt/examples/charts/README.md -%%EXAMPLES%%lib/Wt/examples/charts/category.csv -%%EXAMPLES%%lib/Wt/examples/charts/charts -%%EXAMPLES%%lib/Wt/examples/charts/charts.css -%%EXAMPLES%%lib/Wt/examples/charts/charts.wt -%%EXAMPLES%%lib/Wt/examples/charts/charts.xml %%EXAMPLES%%lib/Wt/examples/charts/timeseries.csv +%%EXAMPLES%%lib/Wt/examples/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/codeview/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.C -%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.h +%%EXAMPLES%%lib/Wt/examples/codeview/coder.css %%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.C %%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.h %%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.C %%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.h -%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.C -%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.h -%%EXAMPLES%%lib/Wt/examples/codeview/README.md -%%EXAMPLES%%lib/Wt/examples/codeview/coder.css +%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.C +%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.h %%EXAMPLES%%lib/Wt/examples/codeview/codingview %%EXAMPLES%%lib/Wt/examples/codeview/codingview.wt +%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.C +%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.h %%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.css %%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.js %%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.min.js +%%EXAMPLES%%lib/Wt/examples/codeview/README.md %%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.C %%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.h %%EXAMPLES%%lib/Wt/examples/composer/Attachment.h @@ -471,49 +499,47 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/composer/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.C %%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.h +%%EXAMPLES%%lib/Wt/examples/composer/composer %%EXAMPLES%%lib/Wt/examples/composer/Composer.C +%%EXAMPLES%%lib/Wt/examples/composer/composer.css %%EXAMPLES%%lib/Wt/examples/composer/Composer.h +%%EXAMPLES%%lib/Wt/examples/composer/composer.wt +%%EXAMPLES%%lib/Wt/examples/composer/composer.xml %%EXAMPLES%%lib/Wt/examples/composer/Contact.h %%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.C %%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.h +%%EXAMPLES%%lib/Wt/examples/composer/icons/paperclip.png %%EXAMPLES%%lib/Wt/examples/composer/Label.C %%EXAMPLES%%lib/Wt/examples/composer/Label.h %%EXAMPLES%%lib/Wt/examples/composer/Option.C %%EXAMPLES%%lib/Wt/examples/composer/Option.h %%EXAMPLES%%lib/Wt/examples/composer/OptionList.C %%EXAMPLES%%lib/Wt/examples/composer/OptionList.h -%%EXAMPLES%%lib/Wt/examples/composer/composer -%%EXAMPLES%%lib/Wt/examples/composer/composer.css -%%EXAMPLES%%lib/Wt/examples/composer/composer.wt -%%EXAMPLES%%lib/Wt/examples/composer/composer.xml -%%EXAMPLES%%lib/Wt/examples/composer/icons/paperclip.png %%EXAMPLES%%lib/Wt/examples/dialog/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/dialog/dialog +%%EXAMPLES%%lib/Wt/examples/dialog/dialog.wt %%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.C %%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.h %%EXAMPLES%%lib/Wt/examples/dialog/README.md -%%EXAMPLES%%lib/Wt/examples/dialog/dialog -%%EXAMPLES%%lib/Wt/examples/dialog/dialog.wt -%%EXAMPLES%%lib/Wt/examples/dragdrop/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/Doxyfile %%EXAMPLES%%lib/Wt/examples/dragdrop/Character.C %%EXAMPLES%%lib/Wt/examples/dragdrop/Character.h +%%EXAMPLES%%lib/Wt/examples/dragdrop/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/dragdrop/DragApplication.C -%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.C -%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.h -%%EXAMPLES%%lib/Wt/examples/dragdrop/README.md %%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop %%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.css %%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.wt +%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.C +%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.h %%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill-small.png %%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill.jpg %%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill-small.png %%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill.jpg -%%EXAMPLES%%lib/Wt/examples/feature/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/README.md -%%EXAMPLES%%lib/Wt/examples/feature/auth1/Auth1.C -%%EXAMPLES%%lib/Wt/examples/feature/auth1/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/auth1/README.md +%%EXAMPLES%%lib/Wt/examples/dragdrop/README.md %%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1 +%%EXAMPLES%%lib/Wt/examples/feature/auth1/Auth1.C %%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1.wt +%%EXAMPLES%%lib/Wt/examples/feature/auth1/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-facebook.png %%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-google.png %%EXAMPLES%%lib/Wt/examples/feature/auth1/css/style.css @@ -521,16 +547,14 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/feature/auth1/model/Session.h %%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.C %%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.h +%%EXAMPLES%%lib/Wt/examples/feature/auth1/README.md %%EXAMPLES%%lib/Wt/examples/feature/auth1/wt_config.xml +%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2 %%EXAMPLES%%lib/Wt/examples/feature/auth2/Auth2.C +%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2.wt %%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.C %%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.h %%EXAMPLES%%lib/Wt/examples/feature/auth2/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/auth2/README.md -%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2 -%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2.wt %%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-facebook.png %%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-google.png %%EXAMPLES%%lib/Wt/examples/feature/auth2/css/style.css @@ -540,26 +564,29 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/feature/auth2/model/User.h %%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.C %%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.h +%%EXAMPLES%%lib/Wt/examples/feature/auth2/README.md +%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.C +%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.h %%EXAMPLES%%lib/Wt/examples/feature/auth2/strings.xml %%EXAMPLES%%lib/Wt/examples/feature/auth2/templates.xml %%EXAMPLES%%lib/Wt/examples/feature/auth2/wt_config.xml +%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast %%EXAMPLES%%lib/Wt/examples/feature/broadcast/BroadCast.C +%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast.wt %%EXAMPLES%%lib/Wt/examples/feature/broadcast/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/broadcast/README.md -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast.wt -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/README.md -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/SslClientAuth.C %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth.wt +%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/css/style.css %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.C %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.h %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.C %%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.h +%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/README.md +%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/SslClientAuth.C +%%EXAMPLES%%lib/Wt/examples/feature/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/dbo/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/dbo/README.md %%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial1 %%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial2 %%DBO_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial3 @@ -569,6 +596,7 @@ include/Wt/WWidgetItem %%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial7 %%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial8 %%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial9 +%%EXAMPLES%%lib/Wt/examples/feature/dbo/README.md %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial1.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial2.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial3.C @@ -578,6 +606,7 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial7.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial8.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/main.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.h %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/MembershipId.h @@ -585,69 +614,73 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Organisation.h %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.C %%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.h -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/dbo-tutorial9 -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/main.C %%EXAMPLES%%lib/Wt/examples/feature/locale/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/locale/README.md %%EXAMPLES%%lib/Wt/examples/feature/locale/date_time_zonespec.csv %%EXAMPLES%%lib/Wt/examples/feature/locale/locale %%EXAMPLES%%lib/Wt/examples/feature/locale/locale.C %%EXAMPLES%%lib/Wt/examples/feature/locale/locale.wt +%%EXAMPLES%%lib/Wt/examples/feature/locale/README.md %%EXAMPLES%%lib/Wt/examples/feature/locale/templates.xml %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/README.md %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.C %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.wt +%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/README.md %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/sintel_trailer.jpg %%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/text.xml %%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/README.md %%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl %%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.C %%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.wt +%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/README.md %%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/README.md %%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple %%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple.wt +%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/README.md %%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/servers.C %%EXAMPLES%%lib/Wt/examples/feature/oauth/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/oauth/OAuth.C -%%EXAMPLES%%lib/Wt/examples/feature/oauth/README.md %%EXAMPLES%%lib/Wt/examples/feature/oauth/css/oauth-google.png %%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth +%%EXAMPLES%%lib/Wt/examples/feature/oauth/OAuth.C %%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth.wt +%%EXAMPLES%%lib/Wt/examples/feature/oauth/README.md %%EXAMPLES%%lib/Wt/examples/feature/oauth/wt_config.xml %%EXAMPLES%%lib/Wt/examples/feature/paypal/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/paypal/PayPalExample.C -%%EXAMPLES%%lib/Wt/examples/feature/paypal/README.md %%EXAMPLES%%lib/Wt/examples/feature/paypal/css/style.css %%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal %%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal.wt +%%EXAMPLES%%lib/Wt/examples/feature/paypal/PayPalExample.C +%%EXAMPLES%%lib/Wt/examples/feature/paypal/README.md %%EXAMPLES%%lib/Wt/examples/feature/paypal/text.xml %%EXAMPLES%%lib/Wt/examples/feature/paypal/wt_config.xml +%%EXAMPLES%%lib/Wt/examples/feature/README.md +%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/README.md +%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility +%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.C +%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.wt %%EXAMPLES%%lib/Wt/examples/feature/serverpush/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/serverpush/README.md -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/ServerPush.C %%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush +%%EXAMPLES%%lib/Wt/examples/feature/serverpush/ServerPush.C %%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush.wt %%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/README.md -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/SocketNotifier.C %%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier +%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/SocketNotifier.C %%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier.wt %%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/README.md -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/SuggestionPopup.C %%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup +%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/SuggestionPopup.C %%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup.wt %%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/text.xml %%EXAMPLES%%lib/Wt/examples/feature/template-fun/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/template-fun/Example.C %%EXAMPLES%%lib/Wt/examples/feature/template-fun/README.md +%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction %%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.C %%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.h -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction %%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction.wt %%EXAMPLES%%lib/Wt/examples/feature/video/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/feature/video/README.md @@ -657,75 +690,72 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/feature/video/video.C %%EXAMPLES%%lib/Wt/examples/feature/video/video.wt %%EXAMPLES%%lib/Wt/examples/feature/widgetset/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/README.md %%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.C %%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.html %%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset %%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset.wt +%%EXAMPLES%%lib/Wt/examples/feature/widgetset/README.md +%%EXAMPLES%%lib/Wt/examples/filedrop/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop +%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.C +%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.wt +%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.C +%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.h +%%EXAMPLES%%lib/Wt/examples/filedrop/style.css +%%EXAMPLES%%lib/Wt/examples/filedrop/uploaded/README %%EXAMPLES%%lib/Wt/examples/filetreetable/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/filetreetable/filetree.css %%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeExample.C +%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable %%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.C %%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.h +%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable.wt %%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.C %%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.h -%%EXAMPLES%%lib/Wt/examples/filetreetable/README.md -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetree.css -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable.wt %%EXAMPLES%%lib/Wt/examples/filetreetable/icons/document.png %%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-closed.png %%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-open.png +%%EXAMPLES%%lib/Wt/examples/filetreetable/README.md %%EXAMPLES%%lib/Wt/examples/form/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/form/form-example.xml +%%EXAMPLES%%lib/Wt/examples/form/form-example_nl.xml %%EXAMPLES%%lib/Wt/examples/form/Form.C %%EXAMPLES%%lib/Wt/examples/form/Form.h +%%EXAMPLES%%lib/Wt/examples/form/formexample %%EXAMPLES%%lib/Wt/examples/form/FormExample.C %%EXAMPLES%%lib/Wt/examples/form/FormExample.h -%%EXAMPLES%%lib/Wt/examples/form/README.md -%%EXAMPLES%%lib/Wt/examples/form/form-example.xml -%%EXAMPLES%%lib/Wt/examples/form/form-example_nl.xml -%%EXAMPLES%%lib/Wt/examples/form/formexample %%EXAMPLES%%lib/Wt/examples/form/formexample.wt %%EXAMPLES%%lib/Wt/examples/form/icons/invalid.png +%%EXAMPLES%%lib/Wt/examples/form/README.md %%EXAMPLES%%lib/Wt/examples/gitmodel/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/gitmodel/Git.C %%EXAMPLES%%lib/Wt/examples/gitmodel/Git.h %%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.C %%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.h -%%EXAMPLES%%lib/Wt/examples/gitmodel/GitView.C -%%EXAMPLES%%lib/Wt/examples/gitmodel/README.md %%EXAMPLES%%lib/Wt/examples/gitmodel/gitview +%%EXAMPLES%%lib/Wt/examples/gitmodel/GitView.C %%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.css %%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.wt %%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-blob.png %%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-tree.png +%%EXAMPLES%%lib/Wt/examples/gitmodel/README.md %%EXAMPLES%%lib/Wt/examples/hangman/.htaccess %%EXAMPLES%%lib/Wt/examples/hangman/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/hangman/css/hangman.css +%%EXAMPLES%%lib/Wt/examples/hangman/css/oauth-google.png +%%EXAMPLES%%lib/Wt/examples/hangman/dict-nl.txt +%%EXAMPLES%%lib/Wt/examples/hangman/dict.txt %%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.C %%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.h +%%EXAMPLES%%lib/Wt/examples/hangman/hangman +%%EXAMPLES%%lib/Wt/examples/hangman/hangman.C +%%EXAMPLES%%lib/Wt/examples/hangman/hangman.wt %%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.C %%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.h %%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.C %%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.h %%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.C %%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/README.md -%%EXAMPLES%%lib/Wt/examples/hangman/Session.C -%%EXAMPLES%%lib/Wt/examples/hangman/Session.h -%%EXAMPLES%%lib/Wt/examples/hangman/User.C -%%EXAMPLES%%lib/Wt/examples/hangman/User.h -%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/css/hangman.css -%%EXAMPLES%%lib/Wt/examples/hangman/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/hangman/dict-nl.txt -%%EXAMPLES%%lib/Wt/examples/hangman/dict.txt -%%EXAMPLES%%lib/Wt/examples/hangman/hangman -%%EXAMPLES%%lib/Wt/examples/hangman/hangman.C -%%EXAMPLES%%lib/Wt/examples/hangman/hangman.wt %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman0.jpg %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman1.jpg %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman2.jpg @@ -737,61 +767,74 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman8.jpg %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman9.jpg %%EXAMPLES%%lib/Wt/examples/hangman/icons/hangmanhurray.jpg +%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.C +%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.h +%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.C +%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.h +%%EXAMPLES%%lib/Wt/examples/hangman/README.md +%%EXAMPLES%%lib/Wt/examples/hangman/Session.C +%%EXAMPLES%%lib/Wt/examples/hangman/Session.h %%EXAMPLES%%lib/Wt/examples/hangman/strings.xml %%EXAMPLES%%lib/Wt/examples/hangman/strings_ru.xml %%EXAMPLES%%lib/Wt/examples/hangman/templates.xml %%EXAMPLES%%lib/Wt/examples/hangman/templates_ru.xml +%%EXAMPLES%%lib/Wt/examples/hangman/User.C +%%EXAMPLES%%lib/Wt/examples/hangman/User.h +%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.C +%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.h %%EXAMPLES%%lib/Wt/examples/hangman/wt_config.xml %%EXAMPLES%%lib/Wt/examples/hello/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/hello/README.md %%EXAMPLES%%lib/Wt/examples/hello/hello %%EXAMPLES%%lib/Wt/examples/hello/hello.C %%EXAMPLES%%lib/Wt/examples/hello/hello.wt +%%EXAMPLES%%lib/Wt/examples/hello/README.md %%EXAMPLES%%lib/Wt/examples/javascript/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/javascript/javascript +%%EXAMPLES%%lib/Wt/examples/javascript/javascript.wt %%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.C %%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.h %%EXAMPLES%%lib/Wt/examples/javascript/Popup.C %%EXAMPLES%%lib/Wt/examples/javascript/Popup.h %%EXAMPLES%%lib/Wt/examples/javascript/README.md -%%EXAMPLES%%lib/Wt/examples/javascript/javascript -%%EXAMPLES%%lib/Wt/examples/javascript/javascript.wt %%EXAMPLES%%lib/Wt/examples/mandelbrot/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot +%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot.wt %%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.C %%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.h %%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.C %%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.h %%EXAMPLES%%lib/Wt/examples/mandelbrot/README.md -%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot -%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot.wt %%EXAMPLES%%lib/Wt/examples/mission/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.C %%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.h -%%EXAMPLES%%lib/Wt/examples/mission/README.md %%EXAMPLES%%lib/Wt/examples/mission/impossible %%EXAMPLES%%lib/Wt/examples/mission/impossible.C %%EXAMPLES%%lib/Wt/examples/mission/impossible.wt +%%EXAMPLES%%lib/Wt/examples/mission/README.md %%EXAMPLES%%lib/Wt/examples/onethread/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/onethread/README.md -%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.C -%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.h %%EXAMPLES%%lib/Wt/examples/onethread/hello.C %%EXAMPLES%%lib/Wt/examples/onethread/hello1thread %%EXAMPLES%%lib/Wt/examples/onethread/hello1thread.wt +%%EXAMPLES%%lib/Wt/examples/onethread/README.md +%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.C +%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.h %%EXAMPLES%%lib/Wt/examples/painting/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/painting/PaintApplication.C +%%EXAMPLES%%lib/Wt/examples/painting/paintexample %%EXAMPLES%%lib/Wt/examples/painting/PaintExample.C %%EXAMPLES%%lib/Wt/examples/painting/PaintExample.h +%%EXAMPLES%%lib/Wt/examples/painting/paintexample.wt +%%EXAMPLES%%lib/Wt/examples/painting/painting.css %%EXAMPLES%%lib/Wt/examples/painting/README.md %%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.C %%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.h -%%EXAMPLES%%lib/Wt/examples/painting/paintexample -%%EXAMPLES%%lib/Wt/examples/painting/paintexample.wt -%%EXAMPLES%%lib/Wt/examples/painting/painting.css %%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.C %%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.h -%%EXAMPLES%%lib/Wt/examples/planner/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/planner/calendar.xml %%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.C %%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.h +%%EXAMPLES%%lib/Wt/examples/planner/captcha.xml +%%EXAMPLES%%lib/Wt/examples/planner/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/planner/Entry.h %%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.C %%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.h @@ -799,6 +842,11 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/planner/Login.h %%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.C %%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.h +%%EXAMPLES%%lib/Wt/examples/planner/planner +%%EXAMPLES%%lib/Wt/examples/planner/planner.C +%%EXAMPLES%%lib/Wt/examples/planner/planner.css +%%EXAMPLES%%lib/Wt/examples/planner/planner.wt +%%EXAMPLES%%lib/Wt/examples/planner/planner.xml %%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.C %%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.h %%EXAMPLES%%lib/Wt/examples/planner/PlannerCalendar.C @@ -812,21 +860,9 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/planner/TimeSuggestions.h %%EXAMPLES%%lib/Wt/examples/planner/UserAccount.C %%EXAMPLES%%lib/Wt/examples/planner/UserAccount.h -%%EXAMPLES%%lib/Wt/examples/planner/calendar.xml -%%EXAMPLES%%lib/Wt/examples/planner/captcha.xml -%%EXAMPLES%%lib/Wt/examples/planner/planner -%%EXAMPLES%%lib/Wt/examples/planner/planner.C -%%EXAMPLES%%lib/Wt/examples/planner/planner.css -%%EXAMPLES%%lib/Wt/examples/planner/planner.wt -%%EXAMPLES%%lib/Wt/examples/planner/planner.xml %%EXAMPLES%%lib/Wt/examples/qrlogin/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuth.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/README.md -%%EXAMPLES%%lib/Wt/examples/qrlogin/README.txt -%%EXAMPLES%%lib/Wt/examples/qrlogin/css/QRcode.png %%EXAMPLES%%lib/Wt/examples/qrlogin/css/oauth-google.png +%%EXAMPLES%%lib/Wt/examples/qrlogin/css/QRcode.png %%EXAMPLES%%lib/Wt/examples/qrlogin/css/style.css %%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.C %%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.h @@ -836,30 +872,36 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/qrlogin/model/Session.h %%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.C %%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.h +%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuth.C +%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.C +%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.h %%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin %%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin.wt +%%EXAMPLES%%lib/Wt/examples/qrlogin/README.md +%%EXAMPLES%%lib/Wt/examples/qrlogin/README.txt %%EXAMPLES%%lib/Wt/examples/qrlogin/templates.xml %%EXAMPLES%%lib/Wt/examples/qrlogin/wt_config.xml +%%EXAMPLES%%lib/Wt/examples/README.md %%EXAMPLES%%lib/Wt/examples/run-example.bat.cmake %%EXAMPLES%%lib/Wt/examples/run-example.cmake -%%EXAMPLES%%lib/Wt/examples/simplechat/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.C -%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.h -%%EXAMPLES%%lib/Wt/examples/simplechat/README.md -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.C -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.h -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.C -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.h %%EXAMPLES%%lib/Wt/examples/simplechat/chatapp.css %%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget.css %%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget_ie6.css +%%EXAMPLES%%lib/Wt/examples/simplechat/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/simplechat/icons/maximize.png %%EXAMPLES%%lib/Wt/examples/simplechat/icons/minimize.png -%%EXAMPLES%%lib/Wt/examples/simplechat/simpleChat.C +%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.C +%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.h +%%EXAMPLES%%lib/Wt/examples/simplechat/README.md %%EXAMPLES%%lib/Wt/examples/simplechat/simplechat +%%EXAMPLES%%lib/Wt/examples/simplechat/simpleChat.C %%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.wt %%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.xml %%EXAMPLES%%lib/Wt/examples/simplechat/simplechat_ru.xml +%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.C +%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.h +%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.C +%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.h %%EXAMPLES%%lib/Wt/examples/simplechat/sounds/message_received.mp3 %%EXAMPLES%%lib/Wt/examples/style/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/style/CornerImage.C @@ -867,20 +909,17 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/style/README.md %%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.C %%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.h +%%EXAMPLES%%lib/Wt/examples/style/styleexample %%EXAMPLES%%lib/Wt/examples/style/StyleExample.C %%EXAMPLES%%lib/Wt/examples/style/StyleExample.h -%%EXAMPLES%%lib/Wt/examples/style/styleexample %%EXAMPLES%%lib/Wt/examples/style/styleexample.wt %%EXAMPLES%%lib/Wt/examples/treelist/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist %%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.C %%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.h +%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist.wt %%EXAMPLES%%lib/Wt/examples/treelist/IconPair.C %%EXAMPLES%%lib/Wt/examples/treelist/IconPair.h -%%EXAMPLES%%lib/Wt/examples/treelist/README.md -%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.C -%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.h -%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist -%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist.wt %%EXAMPLES%%lib/Wt/examples/treelist/icons/document.png %%EXAMPLES%%lib/Wt/examples/treelist/icons/line-last.gif %%EXAMPLES%%lib/Wt/examples/treelist/icons/line-middle.gif @@ -891,25 +930,24 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-plus-line-middle.gif %%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-closed.png %%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-open.png +%%EXAMPLES%%lib/Wt/examples/treelist/README.md +%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.C +%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.h +%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/about.xml %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CMakeLists.txt %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.C %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.h +%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/data/files.csv %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.C %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.h -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/README.md -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/TreeViewDragDrop.C -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/about.xml -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/data/files.csv %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/file.gif %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/folder.gif +%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/README.md %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/styles.css %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop +%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/TreeViewDragDrop.C %%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop.wt %%EXAMPLES%%lib/Wt/examples/treeview/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/treeview/README.md -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewApplication.C -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.C -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.h %%EXAMPLES%%lib/Wt/examples/treeview/drinks.xml %%EXAMPLES%%lib/Wt/examples/treeview/icons/cloudy01.png %%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_be.png @@ -921,14 +959,18 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/treeview/icons/storm.png %%EXAMPLES%%lib/Wt/examples/treeview/icons/sun01.png %%EXAMPLES%%lib/Wt/examples/treeview/icons/w_cloud.png +%%EXAMPLES%%lib/Wt/examples/treeview/README.md +%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewApplication.C %%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample +%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.C +%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.h %%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample.wt %%EXAMPLES%%lib/Wt/examples/webgl/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/webgl/nowebgl.png %%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.C %%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.h %%EXAMPLES%%lib/Wt/examples/webgl/README %%EXAMPLES%%lib/Wt/examples/webgl/README.md -%%EXAMPLES%%lib/Wt/examples/webgl/nowebgl.png %%EXAMPLES%%lib/Wt/examples/webgl/readObj.C %%EXAMPLES%%lib/Wt/examples/webgl/readObj.h %%EXAMPLES%%lib/Wt/examples/webgl/teapot.C @@ -937,34 +979,6 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/webgl/webgl %%EXAMPLES%%lib/Wt/examples/webgl/webgl.C %%EXAMPLES%%lib/Wt/examples/webgl/webgl.wt -%%EXAMPLES%%lib/Wt/examples/widgetgallery/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/widgetgallery/DeferredWidget.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/README.md -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Sample.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.h %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/category.csv %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/fish_consumption.csv %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/pie.csv @@ -974,8 +988,8 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/text.xml %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/timeseries.csv %%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Papa.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Pennant_One.png +%%EXAMPLES%%lib/Wt/examples/widgetgallery/CMakeLists.txt +%%EXAMPLES%%lib/Wt/examples/widgetgallery/DeferredWidget.h %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill-small.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill.jpg %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/cloudy01.png @@ -987,7 +1001,9 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-blob.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-tree.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/house.png +%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Papa.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/pencil.cur +%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Pennant_One.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/rain.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill-small.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill.jpg @@ -998,7 +1014,6 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/wt_powered.jpg %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-closed.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-open.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/WPainter.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/categoricalChartScreenshot.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/emweb_small.jpg %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/list-models.png @@ -1009,13 +1024,19 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/sintel_trailer.jpg %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/table-models.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/tree-models.png +%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/WPainter.png %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/sounds/beep.mp3 -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/CSSexample.css %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/combostyle.css +%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/CSSexample.css %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/dragdrop.css %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/everywidget.css +%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/filedrop.css %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/layout.css %%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/pygments.css +%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.C +%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.h +%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.C +%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.h %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Anchor.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AnchorImage.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Audio.cpp @@ -1023,9 +1044,9 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidget.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidgetDifferentDataSeries.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/BorderLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CSS.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarExtended.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarSimple.cpp +%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/category.csv %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryChart.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryCharts3D.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CheckBoxInline.cpp @@ -1035,11 +1056,13 @@ include/Wt/WWidgetItem %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBoxModel.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboDelegateTable.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Container.cpp +%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CSS.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.h %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DateEdit.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DatePicker.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Dialog.cpp +%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileDrop.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileUpload.cpp %%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Flash.cpp *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri May 5 13:52:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F91CD54E23; Fri, 5 May 2017 13:52:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FEA716F1; Fri, 5 May 2017 13:52:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DqMSH079268; Fri, 5 May 2017 13:52:22 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DqMR6079266; Fri, 5 May 2017 13:52:22 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051352.v45DqMR6079266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440155 - head/devel/oniguruma6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:52:23 -0000 Author: miwi Date: Fri May 5 13:52:21 2017 New Revision: 440155 URL: https://svnweb.freebsd.org/changeset/ports/440155 Log: - Update to 6.1.3 PR: 217933 Submitted by: Yuri Victorovich Approved by: maintainer timeout Modified: head/devel/oniguruma6/Makefile head/devel/oniguruma6/distinfo Modified: head/devel/oniguruma6/Makefile ============================================================================== --- head/devel/oniguruma6/Makefile Fri May 5 13:51:27 2017 (r440154) +++ head/devel/oniguruma6/Makefile Fri May 5 13:52:21 2017 (r440155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oniguruma -PORTVERSION= 6.1.2 +PORTVERSION= 6.1.3 DISTVERSIONPREFIX= v CATEGORIES= devel textproc PKGNAMESUFFIX= 6 Modified: head/devel/oniguruma6/distinfo ============================================================================== --- head/devel/oniguruma6/distinfo Fri May 5 13:51:27 2017 (r440154) +++ head/devel/oniguruma6/distinfo Fri May 5 13:52:21 2017 (r440155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480711156 -SHA256 (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 0c0c63ed17d20b6063fe07d34f5df5704b1134c2de22b3ce3c08889ba6b11e17 -SIZE (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 566824 +TIMESTAMP = 1489970831 +SHA256 (kkos-oniguruma-v6.1.3_GH0.tar.gz) = 27fec91c6ba8333c1cd508a4b26ed29c232415724c68a9268207b6c7a5e8c20b +SIZE (kkos-oniguruma-v6.1.3_GH0.tar.gz) = 567006 From owner-svn-ports-all@freebsd.org Fri May 5 13:55:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B192D54E60; Fri, 5 May 2017 13:55:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31DB8188D; Fri, 5 May 2017 13:55:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45Dt7X8079593; Fri, 5 May 2017 13:55:07 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Dt7Ut079591; Fri, 5 May 2017 13:55:07 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051355.v45Dt7Ut079591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440156 - head/x11-wm/obkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:55:08 -0000 Author: miwi Date: Fri May 5 13:55:06 2017 New Revision: 440156 URL: https://svnweb.freebsd.org/changeset/ports/440156 Log: - Project moved to GITHUP - Remove Expiration date PR: 218496 Submitted by: cmangin@arobas.net Modified: head/x11-wm/obkey/Makefile head/x11-wm/obkey/distinfo Modified: head/x11-wm/obkey/Makefile ============================================================================== --- head/x11-wm/obkey/Makefile Fri May 5 13:52:21 2017 (r440155) +++ head/x11-wm/obkey/Makefile Fri May 5 13:55:06 2017 (r440156) @@ -3,22 +3,23 @@ PORTNAME= obkey PORTVERSION= 1.0 +PORTREVISION= 1 +DISTVERSIONPREFIX= v CATEGORIES= x11-wm python -MASTER_SITES= GOOGLE_CODE + +USE_GITHUB= yes +GH_ACCOUNT= nsf MAINTAINER= ports@FreeBSD.org COMMENT= Openbox hotkey editor, written in Python and PyGTK LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - RUN_DEPENDS= py27-gtk2>=2.14:x11-toolkits/py-gtk2 -USES= gettext python +USES= desktop-file-utils gettext python USE_PYTHON= distutils +NO_ARCH= yes PORTDOCS= NEWS Modified: head/x11-wm/obkey/distinfo ============================================================================== --- head/x11-wm/obkey/distinfo Fri May 5 13:52:21 2017 (r440155) +++ head/x11-wm/obkey/distinfo Fri May 5 13:55:06 2017 (r440156) @@ -1,2 +1,3 @@ -SHA256 (obkey-1.0.tar.gz) = 15c72b083cb37550cc21924d22d17a98da6ff86e6b91306b49ae3403e161dfbd -SIZE (obkey-1.0.tar.gz) = 18146 +TIMESTAMP = 1493992434 +SHA256 (nsf-obkey-v1.0_GH0.tar.gz) = fcb05026773a5a62399fcfbcd6ed12c06231f1fac2a8668218ee91fbfa68881e +SIZE (nsf-obkey-v1.0_GH0.tar.gz) = 18132 From owner-svn-ports-all@freebsd.org Fri May 5 13:56:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB302D54F09; Fri, 5 May 2017 13:56:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82E2219FF; Fri, 5 May 2017 13:56:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DuEGs079781; Fri, 5 May 2017 13:56:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DuESm079778; Fri, 5 May 2017 13:56:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051356.v45DuESm079778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440157 - head/www/piwik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:56:15 -0000 Author: miwi Date: Fri May 5 13:56:14 2017 New Revision: 440157 URL: https://svnweb.freebsd.org/changeset/ports/440157 Log: - Update to 3.0.3 PR: 218439 Submitted by: maintainer Modified: head/www/piwik/Makefile head/www/piwik/distinfo head/www/piwik/pkg-plist Modified: head/www/piwik/Makefile ============================================================================== --- head/www/piwik/Makefile Fri May 5 13:55:06 2017 (r440156) +++ head/www/piwik/Makefile Fri May 5 13:56:14 2017 (r440157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwik -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ Modified: head/www/piwik/distinfo ============================================================================== --- head/www/piwik/distinfo Fri May 5 13:55:06 2017 (r440156) +++ head/www/piwik/distinfo Fri May 5 13:56:14 2017 (r440157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487322887 -SHA256 (piwik-3.0.1.tar.gz) = 19836e24a4ea623ed54d31190aab01f312285ab7d010188cc19a73ee51737902 -SIZE (piwik-3.0.1.tar.gz) = 14191631 +TIMESTAMP = 1491517632 +SHA256 (piwik-3.0.3.tar.gz) = f7121bf738defec2eaae6a259bac793bf3be9d920b04e9a58536a6ee05cbe8e9 +SIZE (piwik-3.0.3.tar.gz) = 14972652 Modified: head/www/piwik/pkg-plist ============================================================================== --- head/www/piwik/pkg-plist Fri May 5 13:55:06 2017 (r440156) +++ head/www/piwik/pkg-plist Fri May 5 13:56:14 2017 (r440157) @@ -143,6 +143,7 @@ %%WWWDIR%%/core/DataTable/Filter/PrependSegment.php %%WWWDIR%%/core/DataTable/Filter/PrependValueToMetadata.php %%WWWDIR%%/core/DataTable/Filter/RangeCheck.php +%%WWWDIR%%/core/DataTable/Filter/RemoveSubtables.php %%WWWDIR%%/core/DataTable/Filter/ReplaceColumnNames.php %%WWWDIR%%/core/DataTable/Filter/ReplaceSummaryRowLabel.php %%WWWDIR%%/core/DataTable/Filter/SafeDecodeLabel.php @@ -1309,7 +1310,6 @@ %%WWWDIR%%/libs/jqplot/plugins/jqplot.pieRenderer.js %%WWWDIR%%/libs/jquery/LICENSE-sizzle.txt %%WWWDIR%%/libs/jquery/MIT-LICENSE-history.txt -%%WWWDIR%%/libs/jquery/MIT-LICENSE-smartbanner.txt %%WWWDIR%%/libs/jquery/gpl-2.0.txt %%WWWDIR%%/libs/jquery/gpl-3.0.txt %%WWWDIR%%/libs/jquery/images/down_arrow.png @@ -1317,11 +1317,9 @@ %%WWWDIR%%/libs/jquery/images/slide.png %%WWWDIR%%/libs/jquery/images/up_arrow.png %%WWWDIR%%/libs/jquery/jquery.browser.js -%%WWWDIR%%/libs/jquery/jquery.smartbanner.js %%WWWDIR%%/libs/jquery/jquery.truncate.js %%WWWDIR%%/libs/jquery/mwheelIntent.js %%WWWDIR%%/libs/jquery/stylesheets/jquery.jscrollpane.css -%%WWWDIR%%/libs/jquery/stylesheets/jquery.smartbanner.css %%WWWDIR%%/libs/jquery/stylesheets/scroll.less %%WWWDIR%%/libs/jquery/themes/base/images/ui-anim_basic_16x16.gif %%WWWDIR%%/libs/jquery/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png @@ -1338,13 +1336,6 @@ %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_888888_256x240.png %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/libs/jquery/themes/base/jquery-ui.min.css -%%WWWDIR%%/libs/pChart/GPLv3.txt -%%WWWDIR%%/libs/pChart/change.log -%%WWWDIR%%/libs/pChart/class/pData.class.php -%%WWWDIR%%/libs/pChart/class/pDraw.class.php -%%WWWDIR%%/libs/pChart/class/pImage.class.php -%%WWWDIR%%/libs/pChart/class/pPie.class.php -%%WWWDIR%%/libs/pChart/readme.txt %%WWWDIR%%/libs/sparkline/CHANGES %%WWWDIR%%/libs/sparkline/DESIGN %%WWWDIR%%/libs/sparkline/LICENSE-BSD.txt @@ -1940,15 +1931,14 @@ %%WWWDIR%%/plugins/CoreHome/images/applogo_32.png %%WWWDIR%%/plugins/CoreHome/images/applogo_72.png %%WWWDIR%%/plugins/CoreHome/images/applogo_732.png -%%WWWDIR%%/plugins/CoreHome/images/bg_header.jpg -%%WWWDIR%%/plugins/CoreHome/images/bullet1.gif -%%WWWDIR%%/plugins/CoreHome/images/bullet2.gif +%%WWWDIR%%/plugins/CoreHome/images/bg_header.png +%%WWWDIR%%/plugins/CoreHome/images/bullet1.png +%%WWWDIR%%/plugins/CoreHome/images/bullet2.png %%WWWDIR%%/plugins/CoreHome/images/favicon.ico %%WWWDIR%%/plugins/CoreHome/images/favicon.png -%%WWWDIR%%/plugins/CoreHome/images/googleplay.png %%WWWDIR%%/plugins/CoreHome/images/more.png -%%WWWDIR%%/plugins/CoreHome/images/more_date.gif -%%WWWDIR%%/plugins/CoreHome/images/more_period.gif +%%WWWDIR%%/plugins/CoreHome/images/more_date.png +%%WWWDIR%%/plugins/CoreHome/images/more_period.png %%WWWDIR%%/plugins/CoreHome/images/navigation_collapse.png %%WWWDIR%%/plugins/CoreHome/images/navigation_expand.png %%WWWDIR%%/plugins/CoreHome/images/promo_splash.png @@ -2114,7 +2104,7 @@ %%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/save-button/save-button.directive.html %%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/save-button/save-button.directive.js %%WWWDIR%%/plugins/CorePluginsAdmin/images/flattr.png -%%WWWDIR%%/plugins/CorePluginsAdmin/images/paypal_donate.jpg +%%WWWDIR%%/plugins/CorePluginsAdmin/images/paypal_donate.png %%WWWDIR%%/plugins/CorePluginsAdmin/images/plugins.png %%WWWDIR%%/plugins/CorePluginsAdmin/images/themes.png %%WWWDIR%%/plugins/CorePluginsAdmin/lang/am.json @@ -2316,6 +2306,7 @@ %%WWWDIR%%/plugins/CustomPiwikJs/lang/it.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/ja.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/nb.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/nl.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/ru.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/sq.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/sr.json @@ -2555,16 +2546,6 @@ %%WWWDIR%%/plugins/DevicePlugins/Reports/GetPlugin.php %%WWWDIR%%/plugins/DevicePlugins/Visitor.php %%WWWDIR%%/plugins/DevicePlugins/functions.php -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/cookie.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/director.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/flash.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/gears.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/java.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/pdf.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/quicktime.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/realplayer.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/silverlight.png -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/windowsmedia.png %%WWWDIR%%/plugins/DevicePlugins/lang/am.json %%WWWDIR%%/plugins/DevicePlugins/lang/ar.json %%WWWDIR%%/plugins/DevicePlugins/lang/be.json @@ -2639,354 +2620,160 @@ %%WWWDIR%%/plugins/DevicesDetection/Updates/1.14.php %%WWWDIR%%/plugins/DevicesDetection/Visitor.php %%WWWDIR%%/plugins/DevicesDetection/functions.php -%%WWWDIR%%/plugins/DevicesDetection/images/brand/3Q.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Acer.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Alcatel.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Apple.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Archos.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Asus.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Audiovox.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Avvio.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/BBK.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/BangOlufsen.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Barnes_Noble.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Becker.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Beetel.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/BenQ.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cat.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Celkon.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cherry_Mobile.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/CnM.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Compal.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Compaq.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/ConCorde.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Coolpad.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/CreNova.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cricket.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Crius_Mea.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Crosscall.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/DMM.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Danew.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Dell.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Denver.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/DoCoMo.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Easypix.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Ericsson.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Evertek.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Fly.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Fujitsu.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gemini.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gigabyte.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gigaset.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gionee.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Google.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gradiente.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Grundig.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/HP.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/HTC.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Haier.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Huawei.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Humax.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Hyundai.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/INQ.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Ikea.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Intek.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Inverto.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Jolla.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/KDDI.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Karbonn.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Kindle.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Kyocera.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/LG.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/LGUPlus.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Lanix.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Le_Pan.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Lenovo.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Loewe.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/MSI.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Manta_Multimedia.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/MediaTek.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Medion.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Metz.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/MicroMax.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Microsoft.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Mio.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Mitsubishi.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Motorola.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/MyPhone.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/NEC.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/NGM.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nexian.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nikon.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nintendo.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nokia.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/O2.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/OPPO.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Onda.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/OnePlus.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Orange.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/PEAQ.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Panasonic.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Pantech.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Philips.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Polaroid.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/PolyPad.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Quechua.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/RIM.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/SFR.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sagem.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Samsung.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sanyo.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sega.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Selevision.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sencor.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sharp.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Siemens.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Smart.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Smartfren.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Softbank.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony_Ericsson.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Spice.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/T-Mobile.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/TCL.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/TechniSat.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/TechnoTrend.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tecno_Mobile.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Telefunken.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Telit.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Thomson.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/TiPhone.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tolino.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Toshiba.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tunisie_Telecom.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Unknown.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Vertu.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Vestel.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Videocon.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Videoweb.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/ViewSonic.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Voxtel.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Wiko.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Wolder.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Woxter.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Xiaomi.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Yarvik.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Yuandao.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/ZTE.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Zonda.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Zopo.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/bq.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/eTouch.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/i-mobile.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/iBerry.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/teXet.ico -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/36.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/3B.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AG.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AN.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AT.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AV.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AW.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BD.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BJ.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BK.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BX.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CC.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CD.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CH.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CK.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CN.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/EL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/EP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ES.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FD.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FN.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FW.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/GA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/GE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/HJ.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IC.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ID.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IV.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IW.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/JI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/JS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KY.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KZ.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LG.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LX.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MC.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ME.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MU.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MX.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NV.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ON.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OT.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OV.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OW.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PR.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PU.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PW.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PX.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/QQ.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/RK.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/RM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SA.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SB.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SF.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SH.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SK.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SL.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SM.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SP.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ST.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SX.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TS.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TZ.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/UC.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/UNK.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/VI.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/WE.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/WO.png -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/YA.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/AIX.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/AMG.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/AND.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/ARL.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/ATV.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/BEO.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/BLB.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/BSD.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/BTR.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/CES.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/COS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/CYN.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/DEB.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/DFB.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/FED.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/FOS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/GNT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/GTV.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/HAI.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/HPX.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/IOS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/IRI.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/KBT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/KNO.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/LBT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/LIN.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/MAC.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/MAE.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/MDR.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/MIN.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/MOR.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/NBS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/NDS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/OBS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/OS2.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/POS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/PS3.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/PSP.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/QNX.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/RHT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/ROS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SAB.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SAF.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SBA.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SLW.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SMG.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SOS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SSE.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SYL.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/SYM.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/T64.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/TDX.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/TIZ.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/UBT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/UNK.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/VLN.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WCE.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WII.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WIN.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WMO.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WOS.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/WPH.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/XBT.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/XBX.png -%%WWWDIR%%/plugins/DevicesDetection/images/os/YNS.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/3Q.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Acer.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Alcatel.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Apple.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Archos.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Asus.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Audiovox.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Avvio.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/BBK.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/BangOlufsen.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Barnes_Noble.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Becker.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Beetel.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/BenQ.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cat.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Celkon.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cherry_Mobile.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/CnM.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Compal.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Compaq.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/ConCorde.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Coolpad.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/CreNova.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Cricket.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Crius_Mea.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Crosscall.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/DMM.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Danew.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Dell.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Denver.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/DoCoMo.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Easypix.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Ericsson.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Evertek.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Fly.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Fujitsu.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gemini.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gigabyte.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gigaset.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gionee.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Google.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Gradiente.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Grundig.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/HP.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/HTC.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Haier.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Huawei.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Humax.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Hyundai.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/INQ.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Ikea.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Intek.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Inverto.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Jolla.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/KDDI.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Karbonn.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Kindle.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Kyocera.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/LG.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/LGUPlus.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Lanix.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Le_Pan.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Lenovo.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Loewe.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/MSI.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Manta_Multimedia.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/MediaTek.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Medion.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Metz.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/MicroMax.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Microsoft.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Mio.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Mitsubishi.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Motorola.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/MyPhone.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/NEC.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/NGM.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nexian.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nikon.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nintendo.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Nokia.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/O2.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/OPPO.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Onda.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/OnePlus.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Orange.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/PEAQ.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Panasonic.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Pantech.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Philips.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Polaroid.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/PolyPad.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Quechua.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/RIM.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/SFR.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sagem.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Samsung.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sanyo.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sega.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Selevision.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sencor.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sharp.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Siemens.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Smart.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Smartfren.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Softbank.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony_Ericsson.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Spice.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/T-Mobile.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/TCL.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/TechniSat.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/TechnoTrend.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tecno_Mobile.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Telefunken.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Telit.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Thomson.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/TiPhone.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tolino.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Toshiba.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Tunisie_Telecom.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Unknown.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Vertu.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Vestel.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Videocon.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Videoweb.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/ViewSonic.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Voxtel.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Wiko.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Wolder.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Woxter.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Xiaomi.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Yarvik.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Yuandao.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/ZTE.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Zonda.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Zopo.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/bq.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/eTouch.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/i-mobile.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/iBerry.png +%%WWWDIR%%/plugins/DevicesDetection/images/brand/teXet.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/camera.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/carbrowser.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/computer.png -%%WWWDIR%%/plugins/DevicesDetection/images/screens/console.gif -%%WWWDIR%%/plugins/DevicesDetection/images/screens/dual.gif -%%WWWDIR%%/plugins/DevicesDetection/images/screens/mobile.gif -%%WWWDIR%%/plugins/DevicesDetection/images/screens/normal.gif +%%WWWDIR%%/plugins/DevicesDetection/images/screens/console.png +%%WWWDIR%%/plugins/DevicesDetection/images/screens/dual.png +%%WWWDIR%%/plugins/DevicesDetection/images/screens/mobile.png +%%WWWDIR%%/plugins/DevicesDetection/images/screens/normal.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/smartphone.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/tablet.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/tv.png -%%WWWDIR%%/plugins/DevicesDetection/images/screens/unknown.gif -%%WWWDIR%%/plugins/DevicesDetection/images/screens/wide.gif +%%WWWDIR%%/plugins/DevicesDetection/images/screens/unknown.png +%%WWWDIR%%/plugins/DevicesDetection/images/screens/wide.png %%WWWDIR%%/plugins/DevicesDetection/lang/am.json %%WWWDIR%%/plugins/DevicesDetection/lang/ar.json %%WWWDIR%%/plugins/DevicesDetection/lang/be.json @@ -3084,6 +2871,7 @@ %%WWWDIR%%/plugins/Diagnostics/lang/el.json %%WWWDIR%%/plugins/Diagnostics/lang/en.json %%WWWDIR%%/plugins/Diagnostics/lang/es.json +%%WWWDIR%%/plugins/Diagnostics/lang/et.json %%WWWDIR%%/plugins/Diagnostics/lang/fi.json %%WWWDIR%%/plugins/Diagnostics/lang/fr.json %%WWWDIR%%/plugins/Diagnostics/lang/it.json @@ -3138,6 +2926,7 @@ %%WWWDIR%%/plugins/Ecommerce/lang/el.json %%WWWDIR%%/plugins/Ecommerce/lang/en.json %%WWWDIR%%/plugins/Ecommerce/lang/es.json +%%WWWDIR%%/plugins/Ecommerce/lang/et.json %%WWWDIR%%/plugins/Ecommerce/lang/fi.json %%WWWDIR%%/plugins/Ecommerce/lang/fr.json %%WWWDIR%%/plugins/Ecommerce/lang/hi.json @@ -3587,6 +3376,7 @@ %%WWWDIR%%/plugins/Installation/lang/ar.json %%WWWDIR%%/plugins/Installation/lang/be.json %%WWWDIR%%/plugins/Installation/lang/bg.json +%%WWWDIR%%/plugins/Installation/lang/bn.json %%WWWDIR%%/plugins/Installation/lang/bs.json %%WWWDIR%%/plugins/Installation/lang/ca.json %%WWWDIR%%/plugins/Installation/lang/cs.json @@ -3752,6 +3542,7 @@ %%WWWDIR%%/plugins/LanguagesManager/lang/ar.json %%WWWDIR%%/plugins/LanguagesManager/lang/be.json %%WWWDIR%%/plugins/LanguagesManager/lang/bg.json +%%WWWDIR%%/plugins/LanguagesManager/lang/bn.json %%WWWDIR%%/plugins/LanguagesManager/lang/ca.json %%WWWDIR%%/plugins/LanguagesManager/lang/cs.json %%WWWDIR%%/plugins/LanguagesManager/lang/da.json @@ -3826,12 +3617,11 @@ %%WWWDIR%%/plugins/Live/images/file8.png %%WWWDIR%%/plugins/Live/images/file9.png %%WWWDIR%%/plugins/Live/images/paperclip.png -%%WWWDIR%%/plugins/Live/images/pause.gif -%%WWWDIR%%/plugins/Live/images/play.gif -%%WWWDIR%%/plugins/Live/images/returningVisitor.gif -%%WWWDIR%%/plugins/Live/images/unknown_avatar.jpg +%%WWWDIR%%/plugins/Live/images/pause.png +%%WWWDIR%%/plugins/Live/images/play.png +%%WWWDIR%%/plugins/Live/images/returningVisitor.png +%%WWWDIR%%/plugins/Live/images/unknown_avatar.png %%WWWDIR%%/plugins/Live/images/visitorProfileLaunch.png -%%WWWDIR%%/plugins/Live/images/visitor_profile_background.jpg %%WWWDIR%%/plugins/Live/images/visitor_profile_close.png %%WWWDIR%%/plugins/Live/images/visitor_profile_gradient.png %%WWWDIR%%/plugins/Live/images/visitorlog-hover.png @@ -3915,6 +3705,7 @@ %%WWWDIR%%/plugins/Login/lang/ar.json %%WWWDIR%%/plugins/Login/lang/be.json %%WWWDIR%%/plugins/Login/lang/bg.json +%%WWWDIR%%/plugins/Login/lang/bn.json %%WWWDIR%%/plugins/Login/lang/ca.json %%WWWDIR%%/plugins/Login/lang/cs.json %%WWWDIR%%/plugins/Login/lang/da.json @@ -4070,6 +3861,7 @@ %%WWWDIR%%/plugins/MobileAppMeasurable/lang/el.json %%WWWDIR%%/plugins/MobileAppMeasurable/lang/en.json %%WWWDIR%%/plugins/MobileAppMeasurable/lang/es.json +%%WWWDIR%%/plugins/MobileAppMeasurable/lang/et.json %%WWWDIR%%/plugins/MobileAppMeasurable/lang/fi.json %%WWWDIR%%/plugins/MobileAppMeasurable/lang/fr.json %%WWWDIR%%/plugins/MobileAppMeasurable/lang/hi.json @@ -4101,12 +3893,15 @@ %%WWWDIR%%/plugins/MobileMessaging/ReportRenderer/ReportRendererException.php %%WWWDIR%%/plugins/MobileMessaging/ReportRenderer/Sms.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider.php +%%WWWDIR%%/plugins/MobileMessaging/SMSProvider/ASPSMS.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider/Clockwork.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider/Development.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider/StubbedProvider.php -%%WWWDIR%%/plugins/MobileMessaging/angularjs/delegate-mobile-messaging-settings/delegate-mobile-messaging-settings.controller.js -%%WWWDIR%%/plugins/MobileMessaging/angularjs/manage-mobile-phone-numbers/manage-mobile-phone-numbers.controller.js -%%WWWDIR%%/plugins/MobileMessaging/angularjs/manage-sms-provider/manage-sms-provider.controller.js +%%WWWDIR%%/plugins/MobileMessaging/angularjs/delegate-mobile-messaging-settings.controller.js +%%WWWDIR%%/plugins/MobileMessaging/angularjs/manage-mobile-phone-numbers.controller.js +%%WWWDIR%%/plugins/MobileMessaging/angularjs/manage-sms-provider.controller.js +%%WWWDIR%%/plugins/MobileMessaging/angularjs/sms-provider-credentials.directive.js +%%WWWDIR%%/plugins/MobileMessaging/images/ASPSMS.png %%WWWDIR%%/plugins/MobileMessaging/images/Clockwork.png %%WWWDIR%%/plugins/MobileMessaging/images/phone.png %%WWWDIR%%/plugins/MobileMessaging/lang/bg.json @@ -4147,6 +3942,7 @@ %%WWWDIR%%/plugins/MobileMessaging/lang/zh-tw.json %%WWWDIR%%/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less %%WWWDIR%%/plugins/MobileMessaging/templates/SMSReport.twig +%%WWWDIR%%/plugins/MobileMessaging/templates/credentials.twig %%WWWDIR%%/plugins/MobileMessaging/templates/index.twig %%WWWDIR%%/plugins/MobileMessaging/templates/macros.twig %%WWWDIR%%/plugins/MobileMessaging/templates/reportParametersScheduledReports.twig @@ -4172,6 +3968,845 @@ %%WWWDIR%%/plugins/Morpheus/fonts/piwik.ttf %%WWWDIR%%/plugins/Morpheus/fonts/piwik.woff %%WWWDIR%%/plugins/Morpheus/fonts/selection.json +%%WWWDIR%%/plugins/Morpheus/icons/README.md +%%WWWDIR%%/plugins/Morpheus/icons/dist/SEO/alexa.com.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/SEO/bing.com.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/SEO/dmoz.com.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/SEO/google.com.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/SEO/whois.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/36.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/3B.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AG.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AN.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AT.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AV.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/AW.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BD.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BJ.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BK.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/BX.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CC.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CD.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CH.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CK.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CN.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/CR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/DE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/DF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/DI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/EL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/EP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ES.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FD.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FN.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FW.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/GA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/GE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/HJ.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IC.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ID.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IV.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/IW.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/JI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/JS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KY.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/KZ.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/LB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/LG.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/LI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/LS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/LX.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MC.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ME.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MU.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/MX.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/NV.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ON.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OT.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OV.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OW.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PR.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PU.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PW.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/PX.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/QQ.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/RK.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/RM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SB.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SF.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SH.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SK.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SP.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ST.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/SX.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/TS.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/TZ.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/UC.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/UNK.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/VI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/WE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/WO.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/YA.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/a1.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/a2.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ac.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ad.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ae.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/af.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ag.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ai.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/al.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/am.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/an.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ao.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ap.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/aq.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ar.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/as.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/at.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/au.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/aw.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ax.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/az.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ba.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bb.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bd.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/be.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bf.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bh.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bi.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bj.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bl.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bn.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bo.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bq.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/br.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bs.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bt.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bu.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bv.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bw.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/by.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/bz.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ca.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cat.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cc.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cd.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cf.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ch.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ci.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ck.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cl.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cn.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/co.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cp.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cs.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cu.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cv.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cw.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cx.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cy.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/cz.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/de.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/dg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/dj.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/dk.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/dm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/do.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/dz.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ea.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ec.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ee.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/eg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/eh.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/er.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/es.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/et.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/eu.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fi.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fj.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fk.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fo.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/fx.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ga.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gb.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gd.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ge.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gf.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gh.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gi.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gl.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gn.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gp.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gq.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gs.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gt.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gu.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gw.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/gy.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/hk.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/hm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/hn.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/hr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ht.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/hu.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ic.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/id.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ie.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/il.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/im.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/in.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/io.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/iq.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ir.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/is.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/it.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/je.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/jm.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/jo.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/jp.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ke.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kg.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kh.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ki.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/km.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kn.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kp.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kw.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ky.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/kz.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/la.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/lb.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/lc.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/li.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/lk.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/lr.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/ls.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/flags/lt.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri May 5 13:57:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2AEED54FCF; Fri, 5 May 2017 13:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55A1B1B76; Fri, 5 May 2017 13:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DvbmD079979; Fri, 5 May 2017 13:57:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DvbKY079976; Fri, 5 May 2017 13:57:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051357.v45DvbKY079976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440158 - head/net/gnu-dico X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:57:38 -0000 Author: miwi Date: Fri May 5 13:57:36 2017 New Revision: 440158 URL: https://svnweb.freebsd.org/changeset/ports/440158 Log: - Update to 2.4 PR: 218200 Submitted by: maintainer Modified: head/net/gnu-dico/Makefile head/net/gnu-dico/distinfo head/net/gnu-dico/pkg-plist Modified: head/net/gnu-dico/Makefile ============================================================================== --- head/net/gnu-dico/Makefile Fri May 5 13:56:14 2017 (r440157) +++ head/net/gnu-dico/Makefile Fri May 5 13:57:36 2017 (r440158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dico -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= net textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu- @@ -57,7 +57,6 @@ post-patch: -e 's/mu_check_lib_save_LIBS/LIBS/' \ -e 's/python-config/$${PYTHON_CONFIG}/' \ ${WRKSRC}/configure - @${REINPLACE_CMD} 's/conf.5in dico/conf.5 dico/' ${WRKSRC}/doc/Makefile.in post-install: ${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample Modified: head/net/gnu-dico/distinfo ============================================================================== --- head/net/gnu-dico/distinfo Fri May 5 13:56:14 2017 (r440157) +++ head/net/gnu-dico/distinfo Fri May 5 13:57:36 2017 (r440158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473624817 -SHA256 (dico-2.3.tar.xz) = f38afa5771a70f2d3d72c409d664c20456de874f93d8b391141ba45ee3077e8d -SIZE (dico-2.3.tar.xz) = 1607960 +TIMESTAMP = 1490736071 +SHA256 (dico-2.4.tar.xz) = 4f94f73d1f596552894df2decb72df5b71ed2a23edc985c68247b6e5a0daa78e +SIZE (dico-2.4.tar.xz) = 1694884 Modified: head/net/gnu-dico/pkg-plist ============================================================================== --- head/net/gnu-dico/pkg-plist Fri May 5 13:56:14 2017 (r440157) +++ head/net/gnu-dico/pkg-plist Fri May 5 13:57:36 2017 (r440158) @@ -60,4 +60,6 @@ sbin/dicod %%NLS%%share/locale/fi/LC_MESSAGES/dico.mo %%NLS%%share/locale/fr/LC_MESSAGES/dico.mo %%NLS%%share/locale/pl/LC_MESSAGES/dico.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/dico.mo +%%NLS%%share/locale/sr/LC_MESSAGES/dico.mo %%NLS%%share/locale/uk/LC_MESSAGES/dico.mo From owner-svn-ports-all@freebsd.org Fri May 5 13:58:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39F98D5E010; Fri, 5 May 2017 13:58:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2661CA3; Fri, 5 May 2017 13:58:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45DwZSY080154; Fri, 5 May 2017 13:58:35 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45DwYRZ080152; Fri, 5 May 2017 13:58:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051358.v45DwYRZ080152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 13:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440159 - head/devel/arduino-sevseg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:58:36 -0000 Author: miwi Date: Fri May 5 13:58:34 2017 New Revision: 440159 URL: https://svnweb.freebsd.org/changeset/ports/440159 Log: - Update to 3.3.0 PR: 217902 Submitted by: maintainer Modified: head/devel/arduino-sevseg/Makefile head/devel/arduino-sevseg/distinfo Modified: head/devel/arduino-sevseg/Makefile ============================================================================== --- head/devel/arduino-sevseg/Makefile Fri May 5 13:57:36 2017 (r440158) +++ head/devel/arduino-sevseg/Makefile Fri May 5 13:58:34 2017 (r440159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arduino-sevseg -PORTVERSION= 3.1 +PORTVERSION= 3.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/arduino-sevseg/distinfo ============================================================================== --- head/devel/arduino-sevseg/distinfo Fri May 5 13:57:36 2017 (r440158) +++ head/devel/arduino-sevseg/distinfo Fri May 5 13:58:34 2017 (r440159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474167691 -SHA256 (DeanIsMe-SevSeg-v3.1_GH0.tar.gz) = 818b35ce6634774851dad395ba9c2d4a383fc2562d8f9bd6a5ddaa4601602146 -SIZE (DeanIsMe-SevSeg-v3.1_GH0.tar.gz) = 10865 +TIMESTAMP = 1489874791 +SHA256 (DeanIsMe-SevSeg-v3.3.0_GH0.tar.gz) = d920679e2469c226b2c113fca3be3e86a3ed00ff350d903b46b2d36f9589435b +SIZE (DeanIsMe-SevSeg-v3.3.0_GH0.tar.gz) = 13249 From owner-svn-ports-all@freebsd.org Fri May 5 14:28:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACC4ED5EA2F; Fri, 5 May 2017 14:28:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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 70897114F; Fri, 5 May 2017 14:28:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6A2E9BDC89; Fri, 5 May 2017 16:28:32 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 21E4CBDC85; Fri, 5 May 2017 16:28:32 +0200 (CEST) Subject: Re: svn commit: r440152 - in head/x11-fonts/fontmatrix: . files To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705051347.v45DlN3S074879@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <9a98837a-d5f6-6505-2f56-f61b9f072933@FreeBSD.org> Date: Fri, 5 May 2017 16:28:30 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <201705051347.v45DlN3S074879@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="x5bRhgtN30mVO8EBBGv5L5bbDax15WKPn" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 14:28:35 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --x5bRhgtN30mVO8EBBGv5L5bbDax15WKPn Content-Type: multipart/mixed; boundary="JvnkDa0fdocEw0DWKtueehggolinHP0JV"; protected-headers="v1" From: Mathieu Arnold To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <9a98837a-d5f6-6505-2f56-f61b9f072933@FreeBSD.org> Subject: Re: svn commit: r440152 - in head/x11-fonts/fontmatrix: . files References: <201705051347.v45DlN3S074879@repo.freebsd.org> In-Reply-To: <201705051347.v45DlN3S074879@repo.freebsd.org> --JvnkDa0fdocEw0DWKtueehggolinHP0JV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 05/05/2017 =C3=A0 15:47, Martin Wilke a =C3=A9crit : > +MANDIRS=3D ${PREFIX}/share/man/man1 That is a bad idea, the file may be installed there, and the framework wi= ll compress it, but it is not present in MANPATH, so it will not be acces= sible through man(1). --=20 Mathieu Arnold --JvnkDa0fdocEw0DWKtueehggolinHP0JV-- --x5bRhgtN30mVO8EBBGv5L5bbDax15WKPn 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 iQJ8BAEBCgBmBQJZDIwPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IS4IQAKmXoYJctv8jaoH6j9hzLh/0 8hA8drHJrzlQGhwKGz65qo9Qt/dJ09gaiaBxr5p1SAhjkT0g3Xxv7awfk9owMBXl EwjV0KYh1+4SbHZ7uvVkHDbjOH6cde7bDNmOsYE0zKdYUWTsviyiAcnZ3kLF07Aj 5OTsTWM+pASxfT3yfL545GaZiQFXbfsfFbsmUGIFfAkf6Ym4B+LqEu3A32vusqNn HmHy98+lfIBBcki0xHa6Mvnjudi5Suh922I02+i+9YeBOAaEyJSkQn0WrhcIM1Pe wc3Z9Np775FojWJduEcs5My4huyH4myJB2ZPhjc1BxueobtWewzqdjK7nwX+sn+j QAqZNKFHty+4k4Sy46r+5/91jXKgzq4VOmfkHS6/WBHBu6Cv8sE3FUiZ8ZOnSiMP NgngPOqzUfXnMBq365P5R+ie9uzUZrP2Uk7rCQt8tuixSPb3V+mVF3QWKci8oC+2 y0CUDhzI7k/DPl1ZFykRaNkDx001CStnNMra0Jt0h8GUybo5tuxLlLFh0Kp3Jqng wQz9eJ08YCw9gjMsFXHslyLI6WA++wIUxMvx4CQS1CWsDXy4h1Z32wysOkpBwjxz ERCJPfR4E3rVlJNp7ga7XItQptO4x7g2kKY8/Cit1h1zst7XoPmdqdnusXEDbQzR 1mYgljsWfpwxcfwLQ77T =sZxb -----END PGP SIGNATURE----- --x5bRhgtN30mVO8EBBGv5L5bbDax15WKPn-- From owner-svn-ports-all@freebsd.org Fri May 5 14:42:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F392D5F1C0; Fri, 5 May 2017 14:42:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F063CE1; Fri, 5 May 2017 14:42:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45Eg2L8099984; Fri, 5 May 2017 14:42:02 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Eg2KK099983; Fri, 5 May 2017 14:42:02 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705051442.v45Eg2KK099983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 5 May 2017 14:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440160 - head/science/py-scipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 14:42:04 -0000 Author: miwi Date: Fri May 5 14:42:02 2017 New Revision: 440160 URL: https://svnweb.freebsd.org/changeset/ports/440160 Log: - Fix build with gcc5 PR: 218780 Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Fri May 5 13:58:34 2017 (r440159) +++ head/science/py-scipy/Makefile Fri May 5 14:42:02 2017 (r440160) @@ -3,7 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ CHEESESHOP:source \ @@ -35,6 +35,8 @@ 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 # 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 From owner-svn-ports-all@freebsd.org Fri May 5 14:46:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 789A9D5F48A; Fri, 5 May 2017 14:46:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4553694A; Fri, 5 May 2017 14:46:40 +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 v45EkdQN000394; Fri, 5 May 2017 14:46:39 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45EkdEv000392; Fri, 5 May 2017 14:46:39 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705051446.v45EkdEv000392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 5 May 2017 14:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440161 - head/net/p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 14:46:40 -0000 Author: ehaupt Date: Fri May 5 14:46:38 2017 New Revision: 440161 URL: https://svnweb.freebsd.org/changeset/ports/440161 Log: Update to 0.74 Modified: head/net/p5-IO-Socket-Socks/Makefile head/net/p5-IO-Socket-Socks/distinfo Modified: head/net/p5-IO-Socket-Socks/Makefile ============================================================================== --- head/net/p5-IO-Socket-Socks/Makefile Fri May 5 14:42:02 2017 (r440160) +++ head/net/p5-IO-Socket-Socks/Makefile Fri May 5 14:46:38 2017 (r440161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-Socks -PORTVERSION= 0.73 +PORTVERSION= 0.74 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-IO-Socket-Socks/distinfo ============================================================================== --- head/net/p5-IO-Socket-Socks/distinfo Fri May 5 14:42:02 2017 (r440160) +++ head/net/p5-IO-Socket-Socks/distinfo Fri May 5 14:46:38 2017 (r440161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479617261 -SHA256 (IO-Socket-Socks-0.73.tar.gz) = 6e2678a3544de366e29164a0c2daa9bfb7dd85cddbf510b7f2f408eaa320681f -SIZE (IO-Socket-Socks-0.73.tar.gz) = 28116 +TIMESTAMP = 1493995220 +SHA256 (IO-Socket-Socks-0.74.tar.gz) = 37f071a2cf4ba8f090a2297c6482b7a2c509eb52dcd6ce5d8035d4ee2c6824b1 +SIZE (IO-Socket-Socks-0.74.tar.gz) = 27933 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B809D5F691; Fri, 5 May 2017 15:34:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 142E8314; Fri, 5 May 2017 15:34: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 v45FYJ8R020958; Fri, 5 May 2017 15:34:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYIEK020954; Fri, 5 May 2017 15:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYIEK020954@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, 5 May 2017 15:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440162 - head/archivers/zstd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:20 -0000 Author: sunpoet Date: Fri May 5 15:34:18 2017 New Revision: 440162 URL: https://svnweb.freebsd.org/changeset/ports/440162 Log: Update to 1.2.0 - Remove pzstd Changes: https://github.com/facebook/zstd/releases Modified: head/archivers/zstd/Makefile head/archivers/zstd/distinfo head/archivers/zstd/pkg-plist Modified: head/archivers/zstd/Makefile ============================================================================== --- head/archivers/zstd/Makefile Fri May 5 14:46:38 2017 (r440161) +++ head/archivers/zstd/Makefile Fri May 5 15:34:18 2017 (r440162) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= zstd -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org @@ -25,10 +24,4 @@ USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|INSTALL_|BSD_&|' ${WRKSRC}/lib/Makefile ${WRKSRC}/programs/Makefile -post-build: - ${MAKE_CMD} -C ${WRKSRC}/contrib/pzstd/ - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/pzstd/pzstd ${STAGEDIR}${PREFIX}/bin/ - .include Modified: head/archivers/zstd/distinfo ============================================================================== --- head/archivers/zstd/distinfo Fri May 5 14:46:38 2017 (r440161) +++ head/archivers/zstd/distinfo Fri May 5 15:34:18 2017 (r440162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489890610 -SHA256 (facebook-zstd-v1.1.4_GH0.tar.gz) = 6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb -SIZE (facebook-zstd-v1.1.4_GH0.tar.gz) = 923381 +TIMESTAMP = 1493987264 +SHA256 (facebook-zstd-v1.2.0_GH0.tar.gz) = 4a7e4593a3638276ca7f2a09dc4f38e674d8317bbea51626393ca73fc047cbfb +SIZE (facebook-zstd-v1.2.0_GH0.tar.gz) = 1300584 Modified: head/archivers/zstd/pkg-plist ============================================================================== --- head/archivers/zstd/pkg-plist Fri May 5 14:46:38 2017 (r440161) +++ head/archivers/zstd/pkg-plist Fri May 5 15:34:18 2017 (r440162) @@ -1,9 +1,9 @@ -bin/pzstd bin/unzstd bin/zstd bin/zstdcat bin/zstdgrep bin/zstdless +bin/zstdmt include/zbuff.h include/zdict.h include/zstd.h From owner-svn-ports-all@freebsd.org Fri May 5 15:34:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6A71D5F6B0; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id 5E127329; Fri, 5 May 2017 15:34: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 v45FYOlC021092; Fri, 5 May 2017 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYO0t021089; Fri, 5 May 2017 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYO0t021089@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, 5 May 2017 15:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440163 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:25 -0000 Author: sunpoet Date: Fri May 5 15:34:23 2017 New Revision: 440163 URL: https://svnweb.freebsd.org/changeset/ports/440163 Log: Update to 4.6.0 Changes: https://github.com/tinymce/tinymce/blob/master/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Fri May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/Makefile Fri May 5 15:34:23 2017 (r440163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.5.7 +PORTVERSION= 4.6.0 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Fri May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/distinfo Fri May 5 15:34:23 2017 (r440163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493220199 -SHA256 (tinymce_4.5.7.zip) = 39b5dff845ca2f40945ffe22f21bb0983191a4dc537a36b77e28c9bee80571fa -SIZE (tinymce_4.5.7.zip) = 387105 +TIMESTAMP = 1493987269 +SHA256 (tinymce_4.6.0.zip) = 49cbe223c64873ae02589d2fc23a4e2a2b50a3c377b840abce3db27927f33c2f +SIZE (tinymce_4.6.0.zip) = 442472 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Fri May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/pkg-plist Fri May 5 15:34:23 2017 (r440163) @@ -35,11 +35,10 @@ %%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-wink.gif %%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-yell.gif %%WWWDIR%%/js/tinymce/plugins/emoticons/plugin.min.js -%%WWWDIR%%/js/tinymce/plugins/example/dialog.html -%%WWWDIR%%/js/tinymce/plugins/example/plugin.min.js -%%WWWDIR%%/js/tinymce/plugins/example_dependency/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/fullpage/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/fullscreen/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/help/img/logo.png +%%WWWDIR%%/js/tinymce/plugins/help/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/hr/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/image/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/imagetools/plugin.min.js @@ -82,7 +81,6 @@ %%WWWDIR%%/js/tinymce/skins/lightgray/img/loader.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif -%%WWWDIR%%/js/tinymce/skins/lightgray/skin.ie7.min.css %%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css %%WWWDIR%%/js/tinymce/themes/inlite/theme.min.js %%WWWDIR%%/js/tinymce/themes/modern/theme.min.js From owner-svn-ports-all@freebsd.org Fri May 5 15:34:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F52ED5F6CF; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id 5E25C39D; Fri, 5 May 2017 15:34: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 v45FYUqt021213; Fri, 5 May 2017 15:34:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYU01021211; Fri, 5 May 2017 15:34:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYU01021211@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, 5 May 2017 15:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440164 - head/misc/p5-Geo-Coder-OpenCage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:31 -0000 Author: sunpoet Date: Fri May 5 15:34:30 2017 New Revision: 440164 URL: https://svnweb.freebsd.org/changeset/ports/440164 Log: Update to 0.10 Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile head/misc/p5-Geo-Coder-OpenCage/distinfo Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/Makefile Fri May 5 15:34:23 2017 (r440163) +++ head/misc/p5-Geo-Coder-OpenCage/Makefile Fri May 5 15:34:30 2017 (r440164) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Geo-Coder-OpenCage/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/distinfo Fri May 5 15:34:23 2017 (r440163) +++ head/misc/p5-Geo-Coder-OpenCage/distinfo Fri May 5 15:34:30 2017 (r440164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481632039 -SHA256 (Geo-Coder-OpenCage-0.09.tar.gz) = 110c595beb7f2569390822789375ee8d86532e1b6ce6256c7ee11b66b7fc6c54 -SIZE (Geo-Coder-OpenCage-0.09.tar.gz) = 12531 +TIMESTAMP = 1493992942 +SHA256 (Geo-Coder-OpenCage-0.10.tar.gz) = 5d81e10d2941e873a91529293d621465ea90894cee935c394309e1a7c30eb9a5 +SIZE (Geo-Coder-OpenCage-0.10.tar.gz) = 12772 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B903FD5F6FA; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id 8915A618; Fri, 5 May 2017 15:34: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 v45FYZGm021334; Fri, 5 May 2017 15:34:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYZoE021332; Fri, 5 May 2017 15:34:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYZoE021332@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, 5 May 2017 15:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440165 - head/devel/rubygem-rspec-support X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:36 -0000 Author: sunpoet Date: Fri May 5 15:34:35 2017 New Revision: 440165 URL: https://svnweb.freebsd.org/changeset/ports/440165 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec-support/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-support/Makefile head/devel/rubygem-rspec-support/distinfo Modified: head/devel/rubygem-rspec-support/Makefile ============================================================================== --- head/devel/rubygem-rspec-support/Makefile Fri May 5 15:34:30 2017 (r440164) +++ head/devel/rubygem-rspec-support/Makefile Fri May 5 15:34:35 2017 (r440165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-support -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-support/distinfo ============================================================================== --- head/devel/rubygem-rspec-support/distinfo Fri May 5 15:34:30 2017 (r440164) +++ head/devel/rubygem-rspec-support/distinfo Fri May 5 15:34:35 2017 (r440165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480774538 -SHA256 (rubygem/rspec-support-3.5.0.gem) = 2017eccd6868fa7c6d5373045dcad8d9b8ecb4fb533c55c7295e1cd2c61c6e83 -SIZE (rubygem/rspec-support-3.5.0.gem) = 33280 +TIMESTAMP = 1493987378 +SHA256 (rubygem/rspec-support-3.6.0.gem) = eb7acb83e0e7dbe6a41e67df1f0ea97b0fb9d62f41116711e288567d31561714 +SIZE (rubygem/rspec-support-3.6.0.gem) = 35328 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A21D5F738; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id CA5C26A7; Fri, 5 May 2017 15:34: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 v45FYe6D021452; Fri, 5 May 2017 15:34:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYelm021450; Fri, 5 May 2017 15:34:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYelm021450@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, 5 May 2017 15:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440166 - head/devel/rubygem-rspec-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:42 -0000 Author: sunpoet Date: Fri May 5 15:34:40 2017 New Revision: 440166 URL: https://svnweb.freebsd.org/changeset/ports/440166 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-core/Makefile head/devel/rubygem-rspec-core/distinfo Modified: head/devel/rubygem-rspec-core/Makefile ============================================================================== --- head/devel/rubygem-rspec-core/Makefile Fri May 5 15:34:35 2017 (r440165) +++ head/devel/rubygem-rspec-core/Makefile Fri May 5 15:34:40 2017 (r440166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-core -PORTVERSION= 3.5.4 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-core/distinfo ============================================================================== --- head/devel/rubygem-rspec-core/distinfo Fri May 5 15:34:35 2017 (r440165) +++ head/devel/rubygem-rspec-core/distinfo Fri May 5 15:34:40 2017 (r440166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480774522 -SHA256 (rubygem/rspec-core-3.5.4.gem) = d110ed5a57c54423b9db88896d4d495a067b2fdfc17d66ba43292f2c0cd04cd9 -SIZE (rubygem/rspec-core-3.5.4.gem) = 152576 +TIMESTAMP = 1493988796 +SHA256 (rubygem/rspec-core-3.6.0.gem) = 2dbf3356fa41622081f2cc1ef07a04a69f668d5a4ca94b99e2e93cc13d47d7a2 +SIZE (rubygem/rspec-core-3.6.0.gem) = 154624 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25737D5F761; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id E69AB788; Fri, 5 May 2017 15:34: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 v45FYkAO021573; Fri, 5 May 2017 15:34:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYklG021571; Fri, 5 May 2017 15:34:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYklG021571@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, 5 May 2017 15:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440167 - head/devel/rubygem-rspec-expectations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:48 -0000 Author: sunpoet Date: Fri May 5 15:34:46 2017 New Revision: 440167 URL: https://svnweb.freebsd.org/changeset/ports/440167 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-expectations/Makefile head/devel/rubygem-rspec-expectations/distinfo Modified: head/devel/rubygem-rspec-expectations/Makefile ============================================================================== --- head/devel/rubygem-rspec-expectations/Makefile Fri May 5 15:34:40 2017 (r440166) +++ head/devel/rubygem-rspec-expectations/Makefile Fri May 5 15:34:46 2017 (r440167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-expectations/distinfo ============================================================================== --- head/devel/rubygem-rspec-expectations/distinfo Fri May 5 15:34:40 2017 (r440166) +++ head/devel/rubygem-rspec-expectations/distinfo Fri May 5 15:34:46 2017 (r440167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480774527 -SHA256 (rubygem/rspec-expectations-3.5.0.gem) = fa25e00430539ad857a47be948b0536b7148f7e61076d191e3f5a11e5676782d -SIZE (rubygem/rspec-expectations-3.5.0.gem) = 77312 +TIMESTAMP = 1493987391 +SHA256 (rubygem/rspec-expectations-3.6.0.gem) = 0a7093f6a40b5e4302452773307f7ae23c40245f3660407a9fe3e29adc771109 +SIZE (rubygem/rspec-expectations-3.6.0.gem) = 80384 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42E15D5F78C; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id 14B4D815; Fri, 5 May 2017 15:34: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 v45FYrXg021694; Fri, 5 May 2017 15:34:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYrcb021692; Fri, 5 May 2017 15:34:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYrcb021692@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, 5 May 2017 15:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440168 - head/devel/rubygem-rspec-mocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:54 -0000 Author: sunpoet Date: Fri May 5 15:34:52 2017 New Revision: 440168 URL: https://svnweb.freebsd.org/changeset/ports/440168 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-mocks/Makefile head/devel/rubygem-rspec-mocks/distinfo Modified: head/devel/rubygem-rspec-mocks/Makefile ============================================================================== --- head/devel/rubygem-rspec-mocks/Makefile Fri May 5 15:34:46 2017 (r440167) +++ head/devel/rubygem-rspec-mocks/Makefile Fri May 5 15:34:52 2017 (r440168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-mocks -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-mocks/distinfo ============================================================================== --- head/devel/rubygem-rspec-mocks/distinfo Fri May 5 15:34:46 2017 (r440167) +++ head/devel/rubygem-rspec-mocks/distinfo Fri May 5 15:34:52 2017 (r440168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480774533 -SHA256 (rubygem/rspec-mocks-3.5.0.gem) = 44ccda8a3240bf70d77f408d759fd980749edf6be51fd2a4cc9c27b8a39e835a -SIZE (rubygem/rspec-mocks-3.5.0.gem) = 76800 +TIMESTAMP = 1493987399 +SHA256 (rubygem/rspec-mocks-3.6.0.gem) = e8feb83bafdb7c5aedcb0c7a539d98539b090a1a91279e62784a13e1fb94665b +SIZE (rubygem/rspec-mocks-3.6.0.gem) = 77824 From owner-svn-ports-all@freebsd.org Fri May 5 15:34:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D924DD5F7C0; Fri, 5 May 2017 15:34: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 mx1.freebsd.org (Postfix) with ESMTPS id A60E4891; Fri, 5 May 2017 15:34: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 v45FYwdL021817; Fri, 5 May 2017 15:34:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYwXw021815; Fri, 5 May 2017 15:34:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYwXw021815@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, 5 May 2017 15:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440169 - head/devel/rubygem-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:00 -0000 Author: sunpoet Date: Fri May 5 15:34:58 2017 New Revision: 440169 URL: https://svnweb.freebsd.org/changeset/ports/440169 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec/commits/master Modified: head/devel/rubygem-rspec/Makefile head/devel/rubygem-rspec/distinfo Modified: head/devel/rubygem-rspec/Makefile ============================================================================== --- head/devel/rubygem-rspec/Makefile Fri May 5 15:34:52 2017 (r440168) +++ head/devel/rubygem-rspec/Makefile Fri May 5 15:34:58 2017 (r440169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec/distinfo ============================================================================== --- head/devel/rubygem-rspec/distinfo Fri May 5 15:34:52 2017 (r440168) +++ head/devel/rubygem-rspec/distinfo Fri May 5 15:34:58 2017 (r440169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480774516 -SHA256 (rubygem/rspec-3.5.0.gem) = dab06dc328931b0711943f074989ff45cfc3341e4c7cb6cd022ea50463ade399 -SIZE (rubygem/rspec-3.5.0.gem) = 10752 +TIMESTAMP = 1493987406 +SHA256 (rubygem/rspec-3.6.0.gem) = ebc3d479cf2f144b3deef5d72dbb1cc6a15750899d26a8da164a2cc53c04a5d9 +SIZE (rubygem/rspec-3.6.0.gem) = 10240 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C23D5F7E5; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 90B01900; Fri, 5 May 2017 15:35: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 v45FZ3iT021948; Fri, 5 May 2017 15:35:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZ3eP021946; Fri, 5 May 2017 15:35:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZ3eP021946@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, 5 May 2017 15:35:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440170 - head/devel/rubygem-rspec-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:05 -0000 Author: sunpoet Date: Fri May 5 15:35:03 2017 New Revision: 440170 URL: https://svnweb.freebsd.org/changeset/ports/440170 Log: Update to 3.6.0 Changes: https://github.com/rspec/rspec-rails/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-rails/Makefile head/devel/rubygem-rspec-rails/distinfo Modified: head/devel/rubygem-rspec-rails/Makefile ============================================================================== --- head/devel/rubygem-rspec-rails/Makefile Fri May 5 15:34:58 2017 (r440169) +++ head/devel/rubygem-rspec-rails/Makefile Fri May 5 15:35:03 2017 (r440170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-rails -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \ rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 \ rubygem-railties4>=3.0:www/rubygem-railties4 \ - rubygem-rspec-core>=${PORTVERSION:R}.0:devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=${PORTVERSION:R}.0:devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=${PORTVERSION:R}.0:devel/rubygem-rspec-mocks \ - rubygem-rspec-support>=${PORTVERSION:R}.0:devel/rubygem-rspec-support + rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=${PORTVERSION:R}:devel/rubygem-rspec-mocks \ + rubygem-rspec-support>=${PORTVERSION:R}:devel/rubygem-rspec-support NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rspec-rails/distinfo ============================================================================== --- head/devel/rubygem-rspec-rails/distinfo Fri May 5 15:34:58 2017 (r440169) +++ head/devel/rubygem-rspec-rails/distinfo Fri May 5 15:35:03 2017 (r440170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480754862 -SHA256 (rubygem/rspec-rails-3.5.2.gem) = 554ebe1122e3070297b2b761a34a13727d37c06814037f04adcdc71bf591ca71 -SIZE (rubygem/rspec-rails-3.5.2.gem) = 56832 +TIMESTAMP = 1493987279 +SHA256 (rubygem/rspec-rails-3.6.0.gem) = d2ef9fa0cdd52a6ba13e46bf97724a01166dbdd21388e568f5994c90ecaa7433 +SIZE (rubygem/rspec-rails-3.6.0.gem) = 57856 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59EBDD5F815; Fri, 5 May 2017 15: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 mx1.freebsd.org (Postfix) with ESMTPS id 10801972; Fri, 5 May 2017 15:35: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 v45FZ9IT022086; Fri, 5 May 2017 15:35:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZ8wc022083; Fri, 5 May 2017 15:35:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZ8wc022083@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, 5 May 2017 15:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440171 - head/security/rubygem-net-ssh-gateway1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:10 -0000 Author: sunpoet Date: Fri May 5 15:35:08 2017 New Revision: 440171 URL: https://svnweb.freebsd.org/changeset/ports/440171 Log: Update to 1.3.0 - Fix WWW Changes: https://github.com/net-ssh/net-ssh-gateway/blob/master/CHANGES.txt Modified: head/security/rubygem-net-ssh-gateway1/Makefile head/security/rubygem-net-ssh-gateway1/distinfo head/security/rubygem-net-ssh-gateway1/pkg-descr Modified: head/security/rubygem-net-ssh-gateway1/Makefile ============================================================================== --- head/security/rubygem-net-ssh-gateway1/Makefile Fri May 5 15:35:03 2017 (r440170) +++ head/security/rubygem-net-ssh-gateway1/Makefile Fri May 5 15:35:08 2017 (r440171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= net-ssh-gateway -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 Modified: head/security/rubygem-net-ssh-gateway1/distinfo ============================================================================== --- head/security/rubygem-net-ssh-gateway1/distinfo Fri May 5 15:35:03 2017 (r440170) +++ head/security/rubygem-net-ssh-gateway1/distinfo Fri May 5 15:35:08 2017 (r440171) @@ -1,2 +1,3 @@ -SHA256 (rubygem/net-ssh-gateway-1.2.0.gem) = 3e5ab1f9d20e44c838ee890d1ae5c756b4b9cec492bc717340d90869399113db -SIZE (rubygem/net-ssh-gateway-1.2.0.gem) = 23552 +TIMESTAMP = 1493987284 +SHA256 (rubygem/net-ssh-gateway-1.3.0.gem) = 4abba835de9b13c7c41f84446b4c0d9f92cdd9529edbbc9364fbdee1f64a9a13 +SIZE (rubygem/net-ssh-gateway-1.3.0.gem) = 14848 Modified: head/security/rubygem-net-ssh-gateway1/pkg-descr ============================================================================== --- head/security/rubygem-net-ssh-gateway1/pkg-descr Fri May 5 15:35:03 2017 (r440170) +++ head/security/rubygem-net-ssh-gateway1/pkg-descr Fri May 5 15:35:08 2017 (r440171) @@ -7,4 +7,4 @@ restricted access. * Easily manage forwarded ports * Establish Net::SSH connections through firewalls -WWW: https://github.com/net-ssh/net-scp +WWW: https://github.com/net-ssh/net-ssh-gateway From owner-svn-ports-all@freebsd.org Fri May 5 15:35:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3B0D5F84C; Fri, 5 May 2017 15:35:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 187529DC; Fri, 5 May 2017 15: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 v45FZErl022204; Fri, 5 May 2017 15:35:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZEQ1022203; Fri, 5 May 2017 15:35:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZEQ1022203@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, 5 May 2017 15:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440172 - in head/sysutils/rubygem-bosh_cli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:15 -0000 Author: sunpoet Date: Fri May 5 15:35:13 2017 New Revision: 440172 URL: https://svnweb.freebsd.org/changeset/ports/440172 Log: Fix gemspec for rubygem-net-ssh-gateway1 1.3.0 update - Bump PORTREVISION for package change Modified: head/sysutils/rubygem-bosh_cli/Makefile head/sysutils/rubygem-bosh_cli/files/patch-gemspec Modified: head/sysutils/rubygem-bosh_cli/Makefile ============================================================================== --- head/sysutils/rubygem-bosh_cli/Makefile Fri May 5 15:35:08 2017 (r440171) +++ head/sysutils/rubygem-bosh_cli/Makefile Fri May 5 15:35:13 2017 (r440172) @@ -2,7 +2,7 @@ PORTNAME= bosh_cli PORTVERSION= 1.3262.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bosh_cli/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri May 5 15:35:08 2017 (r440171) +++ head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri May 5 15:35:13 2017 (r440172) @@ -1,4 +1,4 @@ ---- bosh_cli.gemspec.orig 2017-02-17 12:08:55 UTC +--- bosh_cli.gemspec.orig 2017-05-05 12:58:11 UTC +++ bosh_cli.gemspec @@ -25,19 +25,19 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then @@ -17,9 +17,10 @@ + s.add_runtime_dependency(%q.freeze, [">= 1.4.3"]) s.add_runtime_dependency(%q.freeze, ["~> 1.3262.24.0"]) - s.add_runtime_dependency(%q.freeze, ["= 2.9.2"]) -+ s.add_runtime_dependency(%q.freeze, [">= 2.9.2"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.2.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.2.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.9.2"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.2"]) + s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.5.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.4"]) From owner-svn-ports-all@freebsd.org Fri May 5 15:35:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C9C0D5F884; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id D4F43AA2; Fri, 5 May 2017 15:35: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 v45FZN3c022328; Fri, 5 May 2017 15:35:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZNLP022325; Fri, 5 May 2017 15:35:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZNLP022325@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, 5 May 2017 15:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440173 - in head/www/rubygem-heroku: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:25 -0000 Author: sunpoet Date: Fri May 5 15:35:23 2017 New Revision: 440173 URL: https://svnweb.freebsd.org/changeset/ports/440173 Log: Fix gemspec for rubygem-net-ssh-gateway1 1.3.0 update - Bump PORTREVISION for package change Modified: head/www/rubygem-heroku/Makefile head/www/rubygem-heroku/files/patch-gemspec Modified: head/www/rubygem-heroku/Makefile ============================================================================== --- head/www/rubygem-heroku/Makefile Fri May 5 15:35:13 2017 (r440172) +++ head/www/rubygem-heroku/Makefile Fri May 5 15:35:23 2017 (r440173) @@ -2,6 +2,7 @@ PORTNAME= heroku PORTVERSION= 3.99.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-heroku/files/patch-gemspec ============================================================================== --- head/www/rubygem-heroku/files/patch-gemspec Fri May 5 15:35:13 2017 (r440172) +++ head/www/rubygem-heroku/files/patch-gemspec Fri May 5 15:35:23 2017 (r440173) @@ -1,4 +1,4 @@ ---- heroku.gemspec.orig 2016-12-31 23:04:38 UTC +--- heroku.gemspec.orig 2017-05-05 13:02:56 UTC +++ heroku.gemspec @@ -26,12 +26,12 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then @@ -8,12 +8,13 @@ - s.add_runtime_dependency(%q.freeze, ["= 1.6.8"]) - s.add_runtime_dependency(%q.freeze, ["= 1.1.7"]) - s.add_runtime_dependency(%q.freeze, ["= 1.11.2"]) +- s.add_runtime_dependency(%q.freeze, ["= 1.2.0"]) +- s.add_runtime_dependency(%q.freeze, ["= 2.9.2"]) + s.add_runtime_dependency(%q.freeze, [">= 0.10.3"]) + s.add_runtime_dependency(%q.freeze, [">= 1.6.8"]) + s.add_runtime_dependency(%q.freeze, [">= 1.1.7"]) + s.add_runtime_dependency(%q.freeze, [">= 1.11.2"]) - s.add_runtime_dependency(%q.freeze, ["= 1.2.0"]) -- s.add_runtime_dependency(%q.freeze, ["= 2.9.2"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.2.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.9.2"]) else s.add_dependency(%q.freeze, ["= 0.4.2"]) From owner-svn-ports-all@freebsd.org Fri May 5 15:35:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 592FCD5F8A9; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 2AF51B15; Fri, 5 May 2017 15:35: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 v45FZTxA022447; Fri, 5 May 2017 15:35:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZTrs022445; Fri, 5 May 2017 15:35:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZTrs022445@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, 5 May 2017 15:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440174 - head/devel/p5-Test-Deep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:30 -0000 Author: sunpoet Date: Fri May 5 15:35:28 2017 New Revision: 440174 URL: https://svnweb.freebsd.org/changeset/ports/440174 Log: Update to 1.127 Changes: http://search.cpan.org/dist/Test-Deep/Changes Modified: head/devel/p5-Test-Deep/Makefile head/devel/p5-Test-Deep/distinfo Modified: head/devel/p5-Test-Deep/Makefile ============================================================================== --- head/devel/p5-Test-Deep/Makefile Fri May 5 15:35:23 2017 (r440173) +++ head/devel/p5-Test-Deep/Makefile Fri May 5 15:35:28 2017 (r440174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Deep -PORTVERSION= 1.126 +PORTVERSION= 1.127 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Deep/distinfo ============================================================================== --- head/devel/p5-Test-Deep/distinfo Fri May 5 15:35:23 2017 (r440173) +++ head/devel/p5-Test-Deep/distinfo Fri May 5 15:35:28 2017 (r440174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483463201 -SHA256 (Test-Deep-1.126.tar.gz) = 159b42451e4018d9da97994f4ac46d5166abf9b6f343db30071c8fd1cfe0c7c2 -SIZE (Test-Deep-1.126.tar.gz) = 41285 +TIMESTAMP = 1493987291 +SHA256 (Test-Deep-1.127.tar.gz) = b78cfc59c41ba91f47281e2c1d2bfc4b3b1b42bfb76b4378bc88cc37b7af7268 +SIZE (Test-Deep-1.127.tar.gz) = 41606 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A83BD5F8D3; Fri, 5 May 2017 15:35:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB4AB91; Fri, 5 May 2017 15:35: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 v45FZYQd022568; Fri, 5 May 2017 15:35:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZYWj022567; Fri, 5 May 2017 15:35:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZYWj022567@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, 5 May 2017 15:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440175 - head/textproc/p5-SVG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:35 -0000 Author: sunpoet Date: Fri May 5 15:35:34 2017 New Revision: 440175 URL: https://svnweb.freebsd.org/changeset/ports/440175 Log: Update to 2.74 Changes: http://search.cpan.org/dist/SVG/Changes Modified: head/textproc/p5-SVG/Makefile head/textproc/p5-SVG/distinfo Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Fri May 5 15:35:28 2017 (r440174) +++ head/textproc/p5-SVG/Makefile Fri May 5 15:35:34 2017 (r440175) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.73 +PORTVERSION= 2.74 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-SVG/distinfo ============================================================================== --- head/textproc/p5-SVG/distinfo Fri May 5 15:35:28 2017 (r440174) +++ head/textproc/p5-SVG/distinfo Fri May 5 15:35:34 2017 (r440175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493903370 -SHA256 (SVG-2.73.tar.gz) = 8a43bb248b9880ccc7ae96131ca3fc489c5ea17186be082fc224caa9efa2c110 -SIZE (SVG-2.73.tar.gz) = 52616 +TIMESTAMP = 1493987300 +SHA256 (SVG-2.74.tar.gz) = 9afee2db1967f8832d68bffba54468d561b3c5092b60c82354415152aed4371d +SIZE (SVG-2.74.tar.gz) = 52840 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B869BD5F906; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 887FCC23; Fri, 5 May 2017 15:35: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 v45FZeVG022689; Fri, 5 May 2017 15:35:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZehc022687; Fri, 5 May 2017 15:35:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZehc022687@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, 5 May 2017 15:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440176 - head/textproc/py-humanfriendly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:41 -0000 Author: sunpoet Date: Fri May 5 15:35:40 2017 New Revision: 440176 URL: https://svnweb.freebsd.org/changeset/ports/440176 Log: Update to 3.0 - Add LICENSE_FILE Changes: https://github.com/xolox/python-humanfriendly/commits/master Modified: head/textproc/py-humanfriendly/Makefile head/textproc/py-humanfriendly/distinfo Modified: head/textproc/py-humanfriendly/Makefile ============================================================================== --- head/textproc/py-humanfriendly/Makefile Fri May 5 15:35:34 2017 (r440175) +++ head/textproc/py-humanfriendly/Makefile Fri May 5 15:35:40 2017 (r440176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= humanfriendly -PORTVERSION= 2.4 +PORTVERSION= 3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Human friendly output for text interfaces using Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USES= python @@ -17,7 +18,7 @@ USE_PYTHON= autoplist distutils .include -.if ${PYTHON_MAJOR_VER} == "2" +.if ${PYTHON_REL} < 3300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic .endif Modified: head/textproc/py-humanfriendly/distinfo ============================================================================== --- head/textproc/py-humanfriendly/distinfo Fri May 5 15:35:34 2017 (r440175) +++ head/textproc/py-humanfriendly/distinfo Fri May 5 15:35:40 2017 (r440176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493094917 -SHA256 (humanfriendly-2.4.tar.gz) = bccba2151adfe4b058667cc995c780e21b36502af24ef4037fc37609f2ed6c2d -SIZE (humanfriendly-2.4.tar.gz) = 51037 +TIMESTAMP = 1493987313 +SHA256 (humanfriendly-3.0.tar.gz) = f14f9637be109d69e3dade4643a9a654919192d5341dc6fc5f5f8ebf1d385e43 +SIZE (humanfriendly-3.0.tar.gz) = 50225 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BF1CD5F936; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id DCB85CB4; Fri, 5 May 2017 15: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 v45FZk8B022808; Fri, 5 May 2017 15:35:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZkZp022805; Fri, 5 May 2017 15:35:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZkZp022805@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, 5 May 2017 15:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440177 - head/databases/rubygem-activerecord-import X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:48 -0000 Author: sunpoet Date: Fri May 5 15:35:46 2017 New Revision: 440177 URL: https://svnweb.freebsd.org/changeset/ports/440177 Log: Update to 0.18.2 Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Modified: head/databases/rubygem-activerecord-import/Makefile head/databases/rubygem-activerecord-import/distinfo Modified: head/databases/rubygem-activerecord-import/Makefile ============================================================================== --- head/databases/rubygem-activerecord-import/Makefile Fri May 5 15:35:40 2017 (r440176) +++ head/databases/rubygem-activerecord-import/Makefile Fri May 5 15:35:46 2017 (r440177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activerecord-import -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-import/distinfo ============================================================================== --- head/databases/rubygem-activerecord-import/distinfo Fri May 5 15:35:40 2017 (r440176) +++ head/databases/rubygem-activerecord-import/distinfo Fri May 5 15:35:46 2017 (r440177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492606905 -SHA256 (rubygem/activerecord-import-0.18.1.gem) = 47938aef6aa98029e071fc9f6f5adac44583f1e882bd21944c5d332e8d7961c4 -SIZE (rubygem/activerecord-import-0.18.1.gem) = 48128 +TIMESTAMP = 1493987321 +SHA256 (rubygem/activerecord-import-0.18.2.gem) = 75fa23ad3d254fe3f42956cacfa8ab15a80bfa63e4fe8b6b6db277103dbb2580 +SIZE (rubygem/activerecord-import-0.18.2.gem) = 48640 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F3B8D5F961; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id F0FB7D26; Fri, 5 May 2017 15:35: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 v45FZpWt022930; Fri, 5 May 2017 15:35:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZpkh022928; Fri, 5 May 2017 15:35:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZpkh022928@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, 5 May 2017 15:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440178 - head/databases/rubygem-mysql2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:53 -0000 Author: sunpoet Date: Fri May 5 15:35:51 2017 New Revision: 440178 URL: https://svnweb.freebsd.org/changeset/ports/440178 Log: Update to 0.4.6 - Add LICENSE_FILE - Add USES=ssl Changes: https://github.com/brianmario/mysql2/releases Modified: head/databases/rubygem-mysql2/Makefile head/databases/rubygem-mysql2/distinfo Modified: head/databases/rubygem-mysql2/Makefile ============================================================================== --- head/databases/rubygem-mysql2/Makefile Fri May 5 15:35:46 2017 (r440177) +++ head/databases/rubygem-mysql2/Makefile Fri May 5 15:35:51 2017 (r440178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql2 -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -10,9 +10,10 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_MYSQL= yes USE_RUBY= yes -USES= gem +USES= gem ssl .include Modified: head/databases/rubygem-mysql2/distinfo ============================================================================== --- head/databases/rubygem-mysql2/distinfo Fri May 5 15:35:46 2017 (r440177) +++ head/databases/rubygem-mysql2/distinfo Fri May 5 15:35:51 2017 (r440178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482935914 -SHA256 (rubygem/mysql2-0.4.5.gem) = 9469673d09122537569a8a696136f69b8dd825fe8296df9af25c9b346e3709ce -SIZE (rubygem/mysql2-0.4.5.gem) = 76288 +TIMESTAMP = 1493987328 +SHA256 (rubygem/mysql2-0.4.6.gem) = 6fd9c4646b409388c6007fed258363d0d4d4e836d25e4cb11c5a6feaf6b4f1a2 +SIZE (rubygem/mysql2-0.4.6.gem) = 76288 From owner-svn-ports-all@freebsd.org Fri May 5 15:35:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 831A6D5F98C; Fri, 5 May 2017 15:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 50C3BDA4; Fri, 5 May 2017 15:35: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 v45FZvjV023053; Fri, 5 May 2017 15:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FZvVC023051; Fri, 5 May 2017 15:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051535.v45FZvVC023051@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, 5 May 2017 15:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440179 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:35:58 -0000 Author: sunpoet Date: Fri May 5 15:35:57 2017 New Revision: 440179 URL: https://svnweb.freebsd.org/changeset/ports/440179 Log: Update to 2.9.15 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Fri May 5 15:35:51 2017 (r440178) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri May 5 15:35:57 2017 (r440179) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.9.14 +PORTVERSION= 2.9.15 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri May 5 15:35:51 2017 (r440178) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri May 5 15:35:57 2017 (r440179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551649 -SHA256 (rubygem/aws-sdk-core-2.9.14.gem) = dc4fcced755646c8533da695bc15eebd6b275da20706d64bb886b8011ab4c4fe -SIZE (rubygem/aws-sdk-core-2.9.14.gem) = 999936 +TIMESTAMP = 1493987340 +SHA256 (rubygem/aws-sdk-core-2.9.15.gem) = 4007aa103f3f353e2ba1d231cf549a83b71ec63c2847950bbf8a6e268861c4dc +SIZE (rubygem/aws-sdk-core-2.9.15.gem) = 1000448 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA47CD5F9C4; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id AA4CDE1C; Fri, 5 May 2017 15:36: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 v45Fa2Do023176; Fri, 5 May 2017 15:36:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Fa2De023174; Fri, 5 May 2017 15:36:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45Fa2De023174@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, 5 May 2017 15:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440180 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:04 -0000 Author: sunpoet Date: Fri May 5 15:36:02 2017 New Revision: 440180 URL: https://svnweb.freebsd.org/changeset/ports/440180 Log: Update to 2.9.15 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Fri May 5 15:35:57 2017 (r440179) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri May 5 15:36:02 2017 (r440180) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.9.14 +PORTVERSION= 2.9.15 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri May 5 15:35:57 2017 (r440179) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri May 5 15:36:02 2017 (r440180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551656 -SHA256 (rubygem/aws-sdk-resources-2.9.14.gem) = 3ede0e5dcc5d90917c4140873463a8802c5fb23b1a70631001e022ab85d54f24 -SIZE (rubygem/aws-sdk-resources-2.9.14.gem) = 48640 +TIMESTAMP = 1493987346 +SHA256 (rubygem/aws-sdk-resources-2.9.15.gem) = 8e5bca07964dd8a6056ee40aa31853c585604672a12e51e151d51d0a36dc2723 +SIZE (rubygem/aws-sdk-resources-2.9.15.gem) = 48640 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6276D5F9EE; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 7631AE98; Fri, 5 May 2017 15:36: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 v45Fa8Rs023296; Fri, 5 May 2017 15:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Fa8Ka023294; Fri, 5 May 2017 15:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45Fa8Ka023294@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, 5 May 2017 15:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440181 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:09 -0000 Author: sunpoet Date: Fri May 5 15:36:08 2017 New Revision: 440181 URL: https://svnweb.freebsd.org/changeset/ports/440181 Log: Update to 2.9.15 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Fri May 5 15:36:02 2017 (r440180) +++ head/devel/rubygem-aws-sdk/Makefile Fri May 5 15:36:08 2017 (r440181) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.9.14 +PORTVERSION= 2.9.15 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri May 5 15:36:02 2017 (r440180) +++ head/devel/rubygem-aws-sdk/distinfo Fri May 5 15:36:08 2017 (r440181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551661 -SHA256 (rubygem/aws-sdk-2.9.14.gem) = ebf7ed75e1702f319f2d05a9fc1e6dd30eacf39e797f4f1986b9af68c982ae31 -SIZE (rubygem/aws-sdk-2.9.14.gem) = 4608 +TIMESTAMP = 1493987352 +SHA256 (rubygem/aws-sdk-2.9.15.gem) = ecbcc92846c7a50db4280f0f407671beca7b7f5e23b8b02e881168f7e6689e77 +SIZE (rubygem/aws-sdk-2.9.15.gem) = 4608 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C816DD5FA1C; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 9829AF0A; Fri, 5 May 2017 15:36: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 v45FaDqV023419; Fri, 5 May 2017 15:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaD1K023417; Fri, 5 May 2017 15:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaD1K023417@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, 5 May 2017 15:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440182 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:14 -0000 Author: sunpoet Date: Fri May 5 15:36:13 2017 New Revision: 440182 URL: https://svnweb.freebsd.org/changeset/ports/440182 Log: Update to 0.11.2 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Fri May 5 15:36:08 2017 (r440181) +++ head/devel/rubygem-google-api-client/Makefile Fri May 5 15:36:13 2017 (r440182) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Fri May 5 15:36:08 2017 (r440181) +++ head/devel/rubygem-google-api-client/distinfo Fri May 5 15:36:13 2017 (r440182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491396946 -SHA256 (rubygem/google-api-client-0.11.1.gem) = 034f6f71d93d727511232798ad7d12744224c44524bf0493bc2025584b27fa0a -SIZE (rubygem/google-api-client-0.11.1.gem) = 2760704 +TIMESTAMP = 1493987372 +SHA256 (rubygem/google-api-client-0.11.2.gem) = 9d216e2687b524bd546dd4138fc275cd83ae48c07890bc07188f17b00919798d +SIZE (rubygem/google-api-client-0.11.2.gem) = 3180544 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37185D5FA49; Fri, 5 May 2017 15:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06154F80; Fri, 5 May 2017 15:36: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 v45FaJVL023517; Fri, 5 May 2017 15:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaJCk023516; Fri, 5 May 2017 15:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaJCk023516@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, 5 May 2017 15:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440183 - head/security/rubygem-net-ssh-gateway X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:20 -0000 Author: sunpoet Date: Fri May 5 15:36:18 2017 New Revision: 440183 URL: https://svnweb.freebsd.org/changeset/ports/440183 Log: Fix WWW Modified: head/security/rubygem-net-ssh-gateway/pkg-descr Modified: head/security/rubygem-net-ssh-gateway/pkg-descr ============================================================================== --- head/security/rubygem-net-ssh-gateway/pkg-descr Fri May 5 15:36:13 2017 (r440182) +++ head/security/rubygem-net-ssh-gateway/pkg-descr Fri May 5 15:36:18 2017 (r440183) @@ -7,4 +7,4 @@ restricted access. * Easily manage forwarded ports * Establish Net::SSH connections through firewalls -WWW: https://github.com/net-ssh/net-scp +WWW: https://github.com/net-ssh/net-ssh-gateway From owner-svn-ports-all@freebsd.org Fri May 5 15:36:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EFC9D5FA75; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 4BD96FF4; Fri, 5 May 2017 15:36: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 v45FaOsH023607; Fri, 5 May 2017 15:36:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaOog023606; Fri, 5 May 2017 15:36:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaOog023606@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, 5 May 2017 15:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440184 - head/security/rubygem-net-ssh-multi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:25 -0000 Author: sunpoet Date: Fri May 5 15:36:24 2017 New Revision: 440184 URL: https://svnweb.freebsd.org/changeset/ports/440184 Log: Fix WWW Approved by: portmgr (blanket) Modified: head/security/rubygem-net-ssh-multi/pkg-descr Modified: head/security/rubygem-net-ssh-multi/pkg-descr ============================================================================== --- head/security/rubygem-net-ssh-multi/pkg-descr Fri May 5 15:36:18 2017 (r440183) +++ head/security/rubygem-net-ssh-multi/pkg-descr Fri May 5 15:36:24 2017 (r440184) @@ -1,4 +1,4 @@ SSH connection multiplexing: execute commands simultaneously on multiple hosts via SSH. -WWW: https://github.com/net-ssh/net-ssh +WWW: https://github.com/net-ssh/net-ssh-multi From owner-svn-ports-all@freebsd.org Fri May 5 15:36:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4472D5FAA7; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 995001079; Fri, 5 May 2017 15:36: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 v45FaT8B023728; Fri, 5 May 2017 15:36:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaTLQ023726; Fri, 5 May 2017 15:36:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaTLQ023726@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, 5 May 2017 15:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440185 - head/sysutils/rubygem-vagrant-vbguest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:31 -0000 Author: sunpoet Date: Fri May 5 15:36:29 2017 New Revision: 440185 URL: https://svnweb.freebsd.org/changeset/ports/440185 Log: Update to 0.14.0 - Add LICENSE - Sort RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/dotless-de/vagrant-vbguest/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile head/sysutils/rubygem-vagrant-vbguest/distinfo Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/Makefile Fri May 5 15:36:24 2017 (r440184) +++ head/sysutils/rubygem-vagrant-vbguest/Makefile Fri May 5 15:36:29 2017 (r440185) @@ -1,17 +1,21 @@ # $FreeBSD$ PORTNAME= vagrant-vbguest -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM -RUN_DEPENDS= rubygem-micromachine>=2.0.0:devel/rubygem-micromachine \ - rubygem-i18n>=0:devel/rubygem-i18n \ - rubygem-log4r>=0:sysutils/rubygem-log4r +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \ + rubygem-log4r>=0:sysutils/rubygem-log4r \ + rubygem-micromachine>=2.0.0:devel/rubygem-micromachine + +NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/sysutils/rubygem-vagrant-vbguest/distinfo ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/distinfo Fri May 5 15:36:24 2017 (r440184) +++ head/sysutils/rubygem-vagrant-vbguest/distinfo Fri May 5 15:36:29 2017 (r440185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478019003 -SHA256 (rubygem/vagrant-vbguest-0.13.0.gem) = e117d32be63403c443c112d92686f56926c8b8ebd1a69f7ff2dc8f6201fab36c -SIZE (rubygem/vagrant-vbguest-0.13.0.gem) = 34304 +TIMESTAMP = 1493987413 +SHA256 (rubygem/vagrant-vbguest-0.14.0.gem) = aa2551783def2813fb92d15338cd3a6a28b335b5fdc9e09d047b7f335104a015 +SIZE (rubygem/vagrant-vbguest-0.14.0.gem) = 35328 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16BF9D5FAD5; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id D585510F3; Fri, 5 May 2017 15:36: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 v45FaYLw023848; Fri, 5 May 2017 15:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaYRS023846; Fri, 5 May 2017 15:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaYRS023846@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, 5 May 2017 15:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440186 - head/textproc/rubygem-gherkin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:36 -0000 Author: sunpoet Date: Fri May 5 15:36:34 2017 New Revision: 440186 URL: https://svnweb.freebsd.org/changeset/ports/440186 Log: Update to 4.1.3 Changes: https://github.com/cucumber/cucumber/blob/master/gherkin/CHANGELOG.md Modified: head/textproc/rubygem-gherkin/Makefile head/textproc/rubygem-gherkin/distinfo Modified: head/textproc/rubygem-gherkin/Makefile ============================================================================== --- head/textproc/rubygem-gherkin/Makefile Fri May 5 15:36:29 2017 (r440185) +++ head/textproc/rubygem-gherkin/Makefile Fri May 5 15:36:34 2017 (r440186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gherkin -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.3 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-gherkin/distinfo ============================================================================== --- head/textproc/rubygem-gherkin/distinfo Fri May 5 15:36:29 2017 (r440185) +++ head/textproc/rubygem-gherkin/distinfo Fri May 5 15:36:34 2017 (r440186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493903402 -SHA256 (rubygem/gherkin-4.1.2.gem) = e76d67206cab6f5c2b5c67099edb08813efcacba9a0a5deab45fb492d24d2588 -SIZE (rubygem/gherkin-4.1.2.gem) = 350208 +TIMESTAMP = 1493987420 +SHA256 (rubygem/gherkin-4.1.3.gem) = e9bc29c0352dc3a2054b1bf9c6f76fdafba69062bbf784974ccd63e12aca28b4 +SIZE (rubygem/gherkin-4.1.3.gem) = 350208 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2D07D5FB0D; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 901FE117F; Fri, 5 May 2017 15:36: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 v45Faeup023967; Fri, 5 May 2017 15:36:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaeNp023965; Fri, 5 May 2017 15:36:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaeNp023965@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, 5 May 2017 15:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440187 - head/textproc/rubygem-gitlab-markup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:41 -0000 Author: sunpoet Date: Fri May 5 15:36:40 2017 New Revision: 440187 URL: https://svnweb.freebsd.org/changeset/ports/440187 Log: Update to 1.6.0 Changes: https://gitlab.com/gitlab-org/gitlab-markup/blob/master/HISTORY.md Modified: head/textproc/rubygem-gitlab-markup/Makefile head/textproc/rubygem-gitlab-markup/distinfo Modified: head/textproc/rubygem-gitlab-markup/Makefile ============================================================================== --- head/textproc/rubygem-gitlab-markup/Makefile Fri May 5 15:36:34 2017 (r440186) +++ head/textproc/rubygem-gitlab-markup/Makefile Fri May 5 15:36:40 2017 (r440187) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-markup -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,12 +12,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= script/bootstrap \ - script/cibuild PLIST_FILES= bin/github-markup +SHEBANG_FILES= lib/github/commands/rest2html \ + script/bootstrap \ + script/cibuild +python_CMD= ${LOCALBASE}/bin/python2 + .include Modified: head/textproc/rubygem-gitlab-markup/distinfo ============================================================================== --- head/textproc/rubygem-gitlab-markup/distinfo Fri May 5 15:36:34 2017 (r440186) +++ head/textproc/rubygem-gitlab-markup/distinfo Fri May 5 15:36:40 2017 (r440187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484060147 -SHA256 (rubygem/gitlab-markup-1.5.1.gem) = c25e77c15b5493e5c98dd41ce1c2d166c67d01318001b7cfb625aab5f73f55a9 -SIZE (rubygem/gitlab-markup-1.5.1.gem) = 26624 +TIMESTAMP = 1493729580 +SHA256 (rubygem/gitlab-markup-1.6.0.gem) = d0548a4449aced4449fa666b6ba245209e5509b25589bf2226b80074ec1e8081 +SIZE (rubygem/gitlab-markup-1.6.0.gem) = 26624 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5401D5FB43; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id 9561A1236; Fri, 5 May 2017 15:36: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 v45FajWV024088; Fri, 5 May 2017 15:36:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FajB6024086; Fri, 5 May 2017 15:36:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FajB6024086@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, 5 May 2017 15:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440188 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:46 -0000 Author: sunpoet Date: Fri May 5 15:36:45 2017 New Revision: 440188 URL: https://svnweb.freebsd.org/changeset/ports/440188 Log: Fix gemspec for rubygem-gitlab-markup 1.6.0 update - Bump PORTREVISION for package change Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Fri May 5 15:36:40 2017 (r440187) +++ head/www/gitlab/Makefile Fri May 5 15:36:45 2017 (r440188) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Fri May 5 15:36:40 2017 (r440187) +++ head/www/gitlab/files/patch-Gemfile Fri May 5 15:36:45 2017 (r440188) @@ -86,9 +86,10 @@ # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' -gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' -+gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' - gem 'gitlab-markup', '~> 1.5.1' +-gem 'gitlab-markup', '~> 1.5.1' -gem 'redcarpet', '~> 3.3.3' ++gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' ++gem 'gitlab-markup', '>= 1.5.1' +gem 'redcarpet', '>= 3.3.3' gem 'RedCloth', '~> 4.3.2' gem 'rdoc', '~> 4.2' From owner-svn-ports-all@freebsd.org Fri May 5 15:36:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0BCDD5FB76; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id AEDAB12AB; Fri, 5 May 2017 15:36: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 v45Faobm024192; Fri, 5 May 2017 15:36:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FaoCE024191; Fri, 5 May 2017 15:36:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FaoCE024191@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, 5 May 2017 15:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440189 - head/devel/p5-MooseX-POE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:52 -0000 Author: sunpoet Date: Fri May 5 15:36:50 2017 New Revision: 440189 URL: https://svnweb.freebsd.org/changeset/ports/440189 Log: Remove deprecated p5-MooseX-Daemonize from TEST_DEPENDS Modified: head/devel/p5-MooseX-POE/Makefile Modified: head/devel/p5-MooseX-POE/Makefile ============================================================================== --- head/devel/p5-MooseX-POE/Makefile Fri May 5 15:36:45 2017 (r440188) +++ head/devel/p5-MooseX-POE/Makefile Fri May 5 15:36:50 2017 (r440189) @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=2.0002:devel/p5-Moose \ p5-POE>=1.310:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-MooseX-Daemonize>=0:devel/p5-MooseX-Daemonize \ - p5-MooseX-Declare>=0:devel/p5-MooseX-Declare \ +TEST_DEPENDS= p5-MooseX-Declare>=0:devel/p5-MooseX-Declare \ p5-Test-Fatal>=0.003:devel/p5-Test-Fatal USES= perl5 From owner-svn-ports-all@freebsd.org Fri May 5 15:36:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E236AD5FBAF; Fri, 5 May 2017 15:36: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 mx1.freebsd.org (Postfix) with ESMTPS id B38511323; Fri, 5 May 2017 15:36: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 v45FataW024299; Fri, 5 May 2017 15:36:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FatFA024298; Fri, 5 May 2017 15:36:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051536.v45FatFA024298@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, 5 May 2017 15:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440190 - in head/devel: . guiloader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:36:57 -0000 Author: sunpoet Date: Fri May 5 15:36:55 2017 New Revision: 440190 URL: https://svnweb.freebsd.org/changeset/ports/440190 Log: Remove devel/guiloader Deleted: head/devel/guiloader/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 5 15:36:50 2017 (r440189) +++ head/devel/Makefile Fri May 5 15:36:55 2017 (r440190) @@ -831,7 +831,6 @@ SUBDIR += guichan SUBDIR += guikachu SUBDIR += guile-lib - SUBDIR += guiloader SUBDIR += gumbo SUBDIR += gvfs SUBDIR += gvp From owner-svn-ports-all@freebsd.org Fri May 5 15:37:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 845B3D5FBE8; Fri, 5 May 2017 15:37:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54A7913A1; Fri, 5 May 2017 15:37: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 v45Fb1Ru024402; Fri, 5 May 2017 15:37:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Fb1Cp024401; Fri, 5 May 2017 15:37:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051537.v45Fb1Cp024401@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, 5 May 2017 15:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440191 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:37:02 -0000 Author: sunpoet Date: Fri May 5 15:37:01 2017 New Revision: 440191 URL: https://svnweb.freebsd.org/changeset/ports/440191 Log: Document the removal of devel/guiloader Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 5 15:36:55 2017 (r440190) +++ head/MOVED Fri May 5 15:37:01 2017 (r440191) @@ -9374,3 +9374,4 @@ net-mgmt/flow-tools-ng||2017-04-30|Has e devel/llvm36||2017-05-02|Obsolete and unmaintained upstream lang/clang36||2017-05-02|Obsolete and unmaintained upstream lang/ruby21||2017-05-02|Has expired: Upstream support ended +devel/guiloader||2017-05-05|Unfetchable for more than six months (google code has gone away) From owner-svn-ports-all@freebsd.org Fri May 5 16:05:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C2CAD5F32C; Fri, 5 May 2017 16:05: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 mx1.freebsd.org (Postfix) with ESMTPS id 48AA77A1; Fri, 5 May 2017 16:05: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 v45G5kfD036314; Fri, 5 May 2017 16:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45G5kEq036312; Fri, 5 May 2017 16:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051605.v45G5kEq036312@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, 5 May 2017 16:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440192 - head/devel/rubygem-protected_attributes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:05:47 -0000 Author: sunpoet Date: Fri May 5 16:05:45 2017 New Revision: 440192 URL: https://svnweb.freebsd.org/changeset/ports/440192 Log: Update to 1.1.4 Changes: https://github.com/rails/protected_attributes/blob/master/CHANGELOG.md Modified: head/devel/rubygem-protected_attributes/Makefile head/devel/rubygem-protected_attributes/distinfo Modified: head/devel/rubygem-protected_attributes/Makefile ============================================================================== --- head/devel/rubygem-protected_attributes/Makefile Fri May 5 15:37:01 2017 (r440191) +++ head/devel/rubygem-protected_attributes/Makefile Fri May 5 16:05:45 2017 (r440192) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protected_attributes -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-protected_attributes/distinfo ============================================================================== --- head/devel/rubygem-protected_attributes/distinfo Fri May 5 15:37:01 2017 (r440191) +++ head/devel/rubygem-protected_attributes/distinfo Fri May 5 16:05:45 2017 (r440192) @@ -1,2 +1,3 @@ -SHA256 (rubygem/protected_attributes-1.1.3.gem) = e3bf636ae271a55005271a6bfa1b5aca884d7448d56a638f8ea28241a5bef7bd -SIZE (rubygem/protected_attributes-1.1.3.gem) = 15360 +TIMESTAMP = 1493998926 +SHA256 (rubygem/protected_attributes-1.1.4.gem) = 597908250577a07e62a8c025cfc8ab0603858c531b089babc8724bceeace9ba2 +SIZE (rubygem/protected_attributes-1.1.4.gem) = 15360 From owner-svn-ports-all@freebsd.org Fri May 5 16:05:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D6FBD5F35A; Fri, 5 May 2017 16:05: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 mx1.freebsd.org (Postfix) with ESMTPS id 1F4207C1; Fri, 5 May 2017 16:05: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 v45G5ple036437; Fri, 5 May 2017 16:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45G5pwI036435; Fri, 5 May 2017 16:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051605.v45G5pwI036435@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, 5 May 2017 16:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440193 - head/www/rubygem-turbolinks-source X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:05:52 -0000 Author: sunpoet Date: Fri May 5 16:05:50 2017 New Revision: 440193 URL: https://svnweb.freebsd.org/changeset/ports/440193 Log: Update to 5.0.3 Changes: https://github.com/turbolinks/turbolinks-source-gem/commits/master Modified: head/www/rubygem-turbolinks-source/Makefile head/www/rubygem-turbolinks-source/distinfo Modified: head/www/rubygem-turbolinks-source/Makefile ============================================================================== --- head/www/rubygem-turbolinks-source/Makefile Fri May 5 16:05:45 2017 (r440192) +++ head/www/rubygem-turbolinks-source/Makefile Fri May 5 16:05:50 2017 (r440193) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= turbolinks-source -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-turbolinks-source/distinfo ============================================================================== --- head/www/rubygem-turbolinks-source/distinfo Fri May 5 16:05:45 2017 (r440192) +++ head/www/rubygem-turbolinks-source/distinfo Fri May 5 16:05:50 2017 (r440193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493921361 -SHA256 (rubygem/turbolinks-source-5.0.2.gem) = dc360c71cedd706587701c47ca4486d90c5fa1648e0635901496cabb957dd350 -SIZE (rubygem/turbolinks-source-5.0.2.gem) = 12800 +TIMESTAMP = 1493998933 +SHA256 (rubygem/turbolinks-source-5.0.3.gem) = ee670414dba864e70ed64b3cd9b57a82e4bbe69379ef4e89539bac05b738e697 +SIZE (rubygem/turbolinks-source-5.0.3.gem) = 12800 From owner-svn-ports-all@freebsd.org Fri May 5 16:05:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC74D5F388; Fri, 5 May 2017 16:05: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 mx1.freebsd.org (Postfix) with ESMTPS id C523381E; Fri, 5 May 2017 16:05: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 v45G5t7D036544; Fri, 5 May 2017 16:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45G5tSI036543; Fri, 5 May 2017 16:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051605.v45G5tSI036543@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, 5 May 2017 16:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440194 - head/graphics/py-graphy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:05:57 -0000 Author: sunpoet Date: Fri May 5 16:05:55 2017 New Revision: 440194 URL: https://svnweb.freebsd.org/changeset/ports/440194 Log: Update MASTER_SITES and unbreak this port - Remove DEPRECATED and EXPIRATION_DATE - Add NO_ARCH Modified: head/graphics/py-graphy/Makefile Modified: head/graphics/py-graphy/Makefile ============================================================================== --- head/graphics/py-graphy/Makefile Fri May 5 16:05:50 2017 (r440193) +++ head/graphics/py-graphy/Makefile Fri May 5 16:05:55 2017 (r440194) @@ -4,7 +4,7 @@ PORTNAME= graphy PORTVERSION= 1.0 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/graphy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,15 +14,12 @@ COMMENT= Simple chart library for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - USES= python:run tar:bzip2 PORTDOCS= README PORTEXAMPLES= * +NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= DOCS EXAMPLES From owner-svn-ports-all@freebsd.org Fri May 5 16:06:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 241D6D5F3BD; Fri, 5 May 2017 16:06:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA406892; Fri, 5 May 2017 16:06: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 v45G60bT036683; Fri, 5 May 2017 16:06:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45G60PS036680; Fri, 5 May 2017 16:06:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051606.v45G60PS036680@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, 5 May 2017 16:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440195 - head/www/piwigo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:06:02 -0000 Author: sunpoet Date: Fri May 5 16:06:00 2017 New Revision: 440195 URL: https://svnweb.freebsd.org/changeset/ports/440195 Log: Update to 2.8.6 Changes: https://github.com/Piwigo/Piwigo/releases PR: 218791 Submitted 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 Fri May 5 16:05:55 2017 (r440194) +++ head/www/piwigo/Makefile Fri May 5 16:06:00 2017 (r440195) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwigo -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.6 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ @@ -19,8 +19,7 @@ USE_PHP= calendar ctype dom exif filter mbstring mcrypt mysqli openssl pcre pdf pdo posix \ session simplexml sockets spl tokenizer xml xmlreader \ xmlwriter zlib -USES= cpe zip -WANT_PHP_WEB= yes +USES= cpe php:web zip WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-deinstall pkg-message Modified: head/www/piwigo/distinfo ============================================================================== --- head/www/piwigo/distinfo Fri May 5 16:05:55 2017 (r440194) +++ head/www/piwigo/distinfo Fri May 5 16:06:00 2017 (r440195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473541475 -SHA256 (piwigo-2.8.2.zip) = 9716b4890a519ec3b1159d35623af8981af9b6870589e2c3aeacc18311362e3c -SIZE (piwigo-2.8.2.zip) = 7570310 +TIMESTAMP = 1485787980 +SHA256 (piwigo-2.8.6.zip) = 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 +SIZE (piwigo-2.8.6.zip) = 7608839 Modified: head/www/piwigo/pkg-plist ============================================================================== --- head/www/piwigo/pkg-plist Fri May 5 16:05:55 2017 (r440194) +++ head/www/piwigo/pkg-plist Fri May 5 16:06:00 2017 (r440195) @@ -1070,8 +1070,10 @@ %%WWWDIR%%/language/et_EE/install.lang.php %%WWWDIR%%/language/et_EE/iso.txt %%WWWDIR%%/language/et_EE/upgrade.lang.php +%%WWWDIR%%/language/eu_ES/admin.lang.php %%WWWDIR%%/language/eu_ES/common.lang.php %%WWWDIR%%/language/eu_ES/eu_ES.jpg +%%WWWDIR%%/language/eu_ES/install.lang.php %%WWWDIR%%/language/eu_ES/iso.txt %%WWWDIR%%/language/fa_IR/about.html %%WWWDIR%%/language/fa_IR/admin.lang.php @@ -2123,6 +2125,8 @@ %%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/plugin.lang.php +%%WWWDIR%%/plugins/LocalFilesEditor/language/eu_ES/description.txt +%%WWWDIR%%/plugins/LocalFilesEditor/language/eu_ES/plugin.lang.php %%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/plugin.lang.php @@ -2397,6 +2401,7 @@ %%WWWDIR%%/plugins/TakeATour/language/sr_RS/index.php %%WWWDIR%%/plugins/TakeATour/language/sr_RS/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/sr_RS/tour_2_7_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/sr_RS/tour_2_8_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/sv_SE/description.txt %%WWWDIR%%/plugins/TakeATour/language/sv_SE/index.php %%WWWDIR%%/plugins/TakeATour/language/sv_SE/plugin.lang.php @@ -2409,6 +2414,7 @@ %%WWWDIR%%/plugins/TakeATour/language/tr_TR/index.php %%WWWDIR%%/plugins/TakeATour/language/tr_TR/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_2_7_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_2_8_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_privacy.lang.php %%WWWDIR%%/plugins/TakeATour/language/uk_UA/description.txt @@ -2473,6 +2479,7 @@ %%WWWDIR%%/plugins/language_switch/language/es_ES/index.php %%WWWDIR%%/plugins/language_switch/language/et_EE/description.txt %%WWWDIR%%/plugins/language_switch/language/et_EE/index.php +%%WWWDIR%%/plugins/language_switch/language/eu_ES/description.txt %%WWWDIR%%/plugins/language_switch/language/fa_IR/description.txt %%WWWDIR%%/plugins/language_switch/language/fa_IR/index.php %%WWWDIR%%/plugins/language_switch/language/fi_FI/description.txt @@ -3146,6 +3153,7 @@ %%WWWDIR%%/themes/elegant/language/eo_EO/theme.lang.php %%WWWDIR%%/themes/elegant/language/es_ES/theme.lang.php %%WWWDIR%%/themes/elegant/language/et_EE/theme.lang.php +%%WWWDIR%%/themes/elegant/language/eu_ES/theme.lang.php %%WWWDIR%%/themes/elegant/language/fa_IR/theme.lang.php %%WWWDIR%%/themes/elegant/language/fi_FI/theme.lang.php %%WWWDIR%%/themes/elegant/language/fr_CA/index.php @@ -3246,6 +3254,7 @@ %%WWWDIR%%/themes/smartpocket/language/es_MX/theme.lang.php %%WWWDIR%%/themes/smartpocket/language/et_EE/index.php %%WWWDIR%%/themes/smartpocket/language/et_EE/theme.lang.php +%%WWWDIR%%/themes/smartpocket/language/eu_ES/theme.lang.php %%WWWDIR%%/themes/smartpocket/language/fa_IR/index.php %%WWWDIR%%/themes/smartpocket/language/fa_IR/theme.lang.php %%WWWDIR%%/themes/smartpocket/language/fi_FI/index.php From owner-svn-ports-all@freebsd.org Fri May 5 16:11:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B048D5F598; Fri, 5 May 2017 16:11:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id 47E92D41; Fri, 5 May 2017 16:11:30 +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 v45GBTLw039847; Fri, 5 May 2017 16:11:29 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45GBTvF039845; Fri, 5 May 2017 16:11:29 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705051611.v45GBTvF039845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 5 May 2017 16:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440196 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:11:30 -0000 Author: brnrd Date: Fri May 5 16:11:28 2017 New Revision: 440196 URL: https://svnweb.freebsd.org/changeset/ports/440196 Log: www/mod_http2-devel: Update to 1.10.5 - Bugfix update to 1.10.5 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Fri May 5 16:06:00 2017 (r440195) +++ head/www/mod_http2-devel/Makefile Fri May 5 16:11:28 2017 (r440196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.5 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Fri May 5 16:06:00 2017 (r440195) +++ head/www/mod_http2-devel/distinfo Fri May 5 16:11:28 2017 (r440196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493751208 -SHA256 (icing-mod_h2-v1.10.4_GH0.tar.gz) = 5e482cce5f4aa073b8446d9fc4ff68c35575793afddd7eee4b5ce0164cff6385 -SIZE (icing-mod_h2-v1.10.4_GH0.tar.gz) = 201074 +TIMESTAMP = 1493998359 +SHA256 (icing-mod_h2-v1.10.5_GH0.tar.gz) = 809ceec877ba6aa204efb0bc616589b805525dfa48ccf9ab898e2af4d42ed278 +SIZE (icing-mod_h2-v1.10.5_GH0.tar.gz) = 201377 From owner-svn-ports-all@freebsd.org Fri May 5 16:35:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9408DD5FC7E; Fri, 5 May 2017 16:35:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C56F1335; Fri, 5 May 2017 16:35:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45GZCgj048777; Fri, 5 May 2017 16:35:12 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45GZCan048776; Fri, 5 May 2017 16:35:12 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201705051635.v45GZCan048776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 5 May 2017 16:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440197 - head/shells/rc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 16:35:13 -0000 Author: ak Date: Fri May 5 16:35:12 2017 New Revision: 440197 URL: https://svnweb.freebsd.org/changeset/ports/440197 Log: - Fix READLINE option PR: 218816 Submitted by: John Hein Approved by: maintainer timeout (2 weeks) Modified: head/shells/rc/Makefile Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Fri May 5 16:11:28 2017 (r440196) +++ head/shells/rc/Makefile Fri May 5 16:35:12 2017 (r440197) @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-history OPTIONS_DEFINE= READLINE READLINE_USES= readline -READLINE_CONFIGURE_WITH=--with-readline +READLINE_CONFIGURE_WITH=readline READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static" .include From owner-svn-ports-all@freebsd.org Fri May 5 18:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDBBAD5FA52; Fri, 5 May 2017 18:03:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFAF2135C; Fri, 5 May 2017 18:03:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45I3Gum085629; Fri, 5 May 2017 18:03:16 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45I3GsR085627; Fri, 5 May 2017 18:03:16 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705051803.v45I3GsR085627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 5 May 2017 18:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440198 - head/www/geckodriver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 18:03:18 -0000 Author: matthew Date: Fri May 5 18:03:16 2017 New Revision: 440198 URL: https://svnweb.freebsd.org/changeset/ports/440198 Log: Update to 0.16.1 PR: 218955 Submitted by: daniel@blodan.se (maintainer) Modified: head/www/geckodriver/Makefile head/www/geckodriver/distinfo (contents, props changed) Modified: head/www/geckodriver/Makefile ============================================================================== --- head/www/geckodriver/Makefile Fri May 5 16:35:12 2017 (r440197) +++ head/www/geckodriver/Makefile Fri May 5 18:03:16 2017 (r440198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geckodriver -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://freebsd-ports.mytaste.org/www/geckodriver/:crates Modified: head/www/geckodriver/distinfo ============================================================================== --- head/www/geckodriver/distinfo Fri May 5 16:35:12 2017 (r440197) +++ head/www/geckodriver/distinfo Fri May 5 18:03:16 2017 (r440198) @@ -1,5 +1,5 @@ -TIMESTAMP = 1491322091 -SHA256 (registry-0.15.0.tar.gz) = 75668ee40db333e48623787a58d23e46558178a8b5854031712cbfe18423778a -SIZE (registry-0.15.0.tar.gz) = 7653088 -SHA256 (mozilla-geckodriver-v0.15.0_GH0.tar.gz) = 45dc5ad9eee22bb0b37f0b7684ef96b09d14665110b76f2165286fb55741be4f -SIZE (mozilla-geckodriver-v0.15.0_GH0.tar.gz) = 41932 +TIMESTAMP = 1492454718 +SHA256 (registry-0.16.1.tar.gz) = 42cf0b428cee42d7d2ed9416a488a3f595c50dfd7c60489219268bb8884a1bd7 +SIZE (registry-0.16.1.tar.gz) = 7894630 +SHA256 (mozilla-geckodriver-v0.16.1_GH0.tar.gz) = 7345696ada459312d28c9f2892f0cb3023cde352cf77482cc6c8912a2f02ac06 +SIZE (mozilla-geckodriver-v0.16.1_GH0.tar.gz) = 48394 From owner-svn-ports-all@freebsd.org Fri May 5 18:06:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 731F5D5FABA; Fri, 5 May 2017 18:06:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4E84D151D; Fri, 5 May 2017 18:06:41 +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 v45I6eDZ085889; Fri, 5 May 2017 18:06:40 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45I6evE085885; Fri, 5 May 2017 18:06:40 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705051806.v45I6evE085885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 5 May 2017 18:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440199 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 18:06:41 -0000 Author: madpilot Date: Fri May 5 18:06:39 2017 New Revision: 440199 URL: https://svnweb.freebsd.org/changeset/ports/440199 Log: Update deskutils/calibre to 2.84.0 Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri May 5 18:03:16 2017 (r440198) +++ head/deskutils/calibre/Makefile Fri May 5 18:06:39 2017 (r440199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.83.0 +PORTVERSION= 2.84.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Fri May 5 18:03:16 2017 (r440198) +++ head/deskutils/calibre/distinfo Fri May 5 18:06:39 2017 (r440199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492289630 -SHA256 (calibre-2.83.0.tar.xz) = 96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab -SIZE (calibre-2.83.0.tar.xz) = 38875672 +TIMESTAMP = 1493966591 +SHA256 (calibre-2.84.0.tar.xz) = 75a6c2f142ccee594d6e208c4c7f57e137e2c4f06c81d36d5bc42f0dcdaa76cf +SIZE (calibre-2.84.0.tar.xz) = 37770832 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Fri May 5 18:03:16 2017 (r440198) +++ head/deskutils/calibre/pkg-plist Fri May 5 18:06:39 2017 (r440199) @@ -216,6 +216,7 @@ lib/calibre/calibre/ebooks/conversion/pl lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py lib/calibre/calibre/ebooks/conversion/plumber.py lib/calibre/calibre/ebooks/conversion/preprocess.py +lib/calibre/calibre/ebooks/conversion/search_replace.py lib/calibre/calibre/ebooks/conversion/utils.py lib/calibre/calibre/ebooks/covers.py lib/calibre/calibre/ebooks/css_transform_rules.py @@ -685,7 +686,6 @@ lib/calibre/calibre/gui2/catalog/__init_ lib/calibre/calibre/gui2/catalog/catalog_bibtex.py lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py -lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py @@ -702,7 +702,6 @@ lib/calibre/calibre/gui2/convert/debug_u lib/calibre/calibre/gui2/convert/docx_input.py lib/calibre/calibre/gui2/convert/docx_input_ui.py lib/calibre/calibre/gui2/convert/docx_output.py -lib/calibre/calibre/gui2/convert/docx_output_ui.py lib/calibre/calibre/gui2/convert/epub_output.py lib/calibre/calibre/gui2/convert/epub_output_ui.py lib/calibre/calibre/gui2/convert/fb2_input.py @@ -780,7 +779,6 @@ lib/calibre/calibre/gui2/device_drivers/ lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py -lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py lib/calibre/calibre/gui2/dialogs/authors_edit.py lib/calibre/calibre/gui2/dialogs/book_info.py lib/calibre/calibre/gui2/dialogs/catalog.py @@ -789,7 +787,6 @@ lib/calibre/calibre/gui2/dialogs/check_l lib/calibre/calibre/gui2/dialogs/choose_format.py lib/calibre/calibre/gui2/dialogs/choose_format_device.py lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py -lib/calibre/calibre/gui2/dialogs/choose_format_ui.py lib/calibre/calibre/gui2/dialogs/choose_library.py lib/calibre/calibre/gui2/dialogs/choose_library_ui.py lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py @@ -800,7 +797,6 @@ lib/calibre/calibre/gui2/dialogs/comment lib/calibre/calibre/gui2/dialogs/confirm_delete.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py -lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py lib/calibre/calibre/gui2/dialogs/confirm_merge.py lib/calibre/calibre/gui2/dialogs/conversion_error.py lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py @@ -815,12 +811,10 @@ lib/calibre/calibre/gui2/dialogs/duplica lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py lib/calibre/calibre/gui2/dialogs/exim.py -lib/calibre/calibre/gui2/dialogs/job_view_ui.py lib/calibre/calibre/gui2/dialogs/jobs_ui.py lib/calibre/calibre/gui2/dialogs/match_books.py lib/calibre/calibre/gui2/dialogs/match_books_ui.py lib/calibre/calibre/gui2/dialogs/message_box.py -lib/calibre/calibre/gui2/dialogs/message_box_ui.py lib/calibre/calibre/gui2/dialogs/metadata_bulk.py lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py lib/calibre/calibre/gui2/dialogs/opml.py @@ -828,14 +822,12 @@ lib/calibre/calibre/gui2/dialogs/passwor lib/calibre/calibre/gui2/dialogs/password_ui.py lib/calibre/calibre/gui2/dialogs/plugin_updater.py lib/calibre/calibre/gui2/dialogs/progress.py -lib/calibre/calibre/gui2/dialogs/progress_ui.py lib/calibre/calibre/gui2/dialogs/quickview.py lib/calibre/calibre/gui2/dialogs/quickview_ui.py lib/calibre/calibre/gui2/dialogs/restore_library.py lib/calibre/calibre/gui2/dialogs/saved_search_editor.py lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py lib/calibre/calibre/gui2/dialogs/scheduler.py -lib/calibre/calibre/gui2/dialogs/scheduler_ui.py lib/calibre/calibre/gui2/dialogs/search.py lib/calibre/calibre/gui2/dialogs/search_item_ui.py lib/calibre/calibre/gui2/dialogs/search_ui.py @@ -851,9 +843,7 @@ lib/calibre/calibre/gui2/dialogs/tag_lis lib/calibre/calibre/gui2/dialogs/template_dialog.py lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py lib/calibre/calibre/gui2/dialogs/template_line_editor.py -lib/calibre/calibre/gui2/dialogs/test_email_ui.py lib/calibre/calibre/gui2/dialogs/trim_image.py -lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py lib/calibre/calibre/gui2/dnd.py lib/calibre/calibre/gui2/ebook_download.py lib/calibre/calibre/gui2/email.py @@ -900,7 +890,6 @@ lib/calibre/calibre/gui2/preferences/col lib/calibre/calibre/gui2/preferences/columns.py lib/calibre/calibre/gui2/preferences/columns_ui.py lib/calibre/calibre/gui2/preferences/conversion.py -lib/calibre/calibre/gui2/preferences/conversion_ui.py lib/calibre/calibre/gui2/preferences/create_custom_column.py lib/calibre/calibre/gui2/preferences/device_debug.py lib/calibre/calibre/gui2/preferences/device_user_defined.py @@ -936,14 +925,12 @@ lib/calibre/calibre/gui2/preferences/tex lib/calibre/calibre/gui2/preferences/toolbar.py lib/calibre/calibre/gui2/preferences/toolbar_ui.py lib/calibre/calibre/gui2/preferences/tweaks.py -lib/calibre/calibre/gui2/preferences/tweaks_ui.py lib/calibre/calibre/gui2/proceed.py lib/calibre/calibre/gui2/progress_indicator/__init__.py lib/calibre/calibre/gui2/save.py lib/calibre/calibre/gui2/search_box.py lib/calibre/calibre/gui2/search_restriction_mixin.py lib/calibre/calibre/gui2/shortcuts.py -lib/calibre/calibre/gui2/shortcuts_ui.py lib/calibre/calibre/gui2/splash_screen.py lib/calibre/calibre/gui2/store/__init__.py lib/calibre/calibre/gui2/store/basic_config.py From owner-svn-ports-all@freebsd.org Fri May 5 18:39:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F174D5F51D; Fri, 5 May 2017 18:39:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0576EDBF; Fri, 5 May 2017 18:39:25 +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 v45IdPIZ098164; Fri, 5 May 2017 18:39:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45IdOMC098162; Fri, 5 May 2017 18:39:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705051839.v45IdOMC098162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 5 May 2017 18:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440200 - head/devel/creduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 18:39:26 -0000 Author: swills Date: Fri May 5 18:39:24 2017 New Revision: 440200 URL: https://svnweb.freebsd.org/changeset/ports/440200 Log: devel/creduce: Update to 2.6.0 While here, update to use llvm39. PR: 219073 Submitted by: dim Modified: head/devel/creduce/Makefile head/devel/creduce/distinfo Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Fri May 5 18:06:39 2017 (r440199) +++ head/devel/creduce/Makefile Fri May 5 18:39:24 2017 (r440200) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config38:devel/llvm38 -RUN_DEPENDS= llvm-config38:devel/llvm38 \ +BUILD_DEPENDS= llvm-config39:devel/llvm39 +RUN_DEPENDS= llvm-config39:devel/llvm39 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -21,10 +21,10 @@ RUN_DEPENDS= llvm-config38:devel/llvm38 GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} -CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \ - CC=${LOCALBASE}/bin/clang38 \ - CXX=${LOCALBASE}/bin/clang++38 \ - CPP=${LOCALBASE}/bin/clang-cpp38 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config39 \ + CC=${LOCALBASE}/bin/clang39 \ + CXX=${LOCALBASE}/bin/clang++39 \ + CPP=${LOCALBASE}/bin/clang-cpp39 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Fri May 5 18:06:39 2017 (r440199) +++ head/devel/creduce/distinfo Fri May 5 18:39:24 2017 (r440200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463921303 -SHA256 (creduce-2.5.0.tar.gz) = 2dcd784e1d27df60f4ea1d92c4c556c02da4152db353d544dce8b7813fa443e4 -SIZE (creduce-2.5.0.tar.gz) = 742516 +TIMESTAMP = 1493926310 +SHA256 (creduce-2.6.0.tar.gz) = cdacc1046ca3ae2b0777b8f235428e7976b0fb97c2f69979c8accd8d2cc0c55d +SIZE (creduce-2.6.0.tar.gz) = 763886 From owner-svn-ports-all@freebsd.org Fri May 5 18:46:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98AC6D5F6ED; Fri, 5 May 2017 18:46:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5DE9112CD; Fri, 5 May 2017 18:46:02 +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 v45Ik1UH002508; Fri, 5 May 2017 18:46:01 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Ik1gi002507; Fri, 5 May 2017 18:46:01 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705051846.v45Ik1gi002507@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, 5 May 2017 18:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440201 - head/multimedia/libcec/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 18:46:02 -0000 Author: cpm Date: Fri May 5 18:46:01 2017 New Revision: 440201 URL: https://svnweb.freebsd.org/changeset/ports/440201 Log: - Add patch to fix libcec build when udev is present PR: 218525 Submitted by: cpm Reported by: holindho@saunalahti.fi Approved by: Mikael Urankar (maintainer) Added: head/multimedia/libcec/files/patch-src_libcec_adapter_Pulse-Eight_USBCECAdapterDetection.cpp (contents, props changed) Added: head/multimedia/libcec/files/patch-src_libcec_adapter_Pulse-Eight_USBCECAdapterDetection.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libcec/files/patch-src_libcec_adapter_Pulse-Eight_USBCECAdapterDetection.cpp Fri May 5 18:46:01 2017 (r440201) @@ -0,0 +1,12 @@ +--- src/libcec/adapter/Pulse-Eight/USBCECAdapterDetection.cpp.orig 2017-01-28 22:51:30 UTC ++++ src/libcec/adapter/Pulse-Eight/USBCECAdapterDetection.cpp +@@ -56,6 +56,9 @@ static GUID USB_RAW_GUID = { 0xA5DCBF10, + static GUID USB_CDC_GUID = { 0x4D36E978, 0xE325, 0x11CE, { 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18 } }; + + #elif defined(HAVE_LIBUDEV) ++#if defined(__FreeBSD__) ++#include ++#endif + #include + #include + extern "C" { From owner-svn-ports-all@freebsd.org Fri May 5 19:08:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E3D3D5FBDF; Fri, 5 May 2017 19:08:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5A8941AC; Fri, 5 May 2017 19:08:00 +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 v45J7xFT010756; Fri, 5 May 2017 19:07:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45J7xrL010754; Fri, 5 May 2017 19:07:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705051907.v45J7xrL010754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 5 May 2017 19:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440202 - head/comms/smstools3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 19:08:00 -0000 Author: madpilot Date: Fri May 5 19:07:59 2017 New Revision: 440202 URL: https://svnweb.freebsd.org/changeset/ports/440202 Log: Update comms/smstools3 to 3.1.21 Modified: head/comms/smstools3/Makefile head/comms/smstools3/distinfo Modified: head/comms/smstools3/Makefile ============================================================================== --- head/comms/smstools3/Makefile Fri May 5 18:46:01 2017 (r440201) +++ head/comms/smstools3/Makefile Fri May 5 19:07:59 2017 (r440202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smstools -PORTVERSION= 3.1.20 +PORTVERSION= 3.1.21 CATEGORIES= comms MASTER_SITES= http://smstools3.kekekasvi.com/packages/ DISTNAME= smstools3-${PORTVERSION} Modified: head/comms/smstools3/distinfo ============================================================================== --- head/comms/smstools3/distinfo Fri May 5 18:46:01 2017 (r440201) +++ head/comms/smstools3/distinfo Fri May 5 19:07:59 2017 (r440202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492030947 -SHA256 (smstools3-3.1.20.tar.gz) = 91b22a418f92fa1f7cb1d0be6c9b57e53b08c76e5dde6be11d091dcadf753dd5 -SIZE (smstools3-3.1.20.tar.gz) = 352762 +TIMESTAMP = 1493966333 +SHA256 (smstools3-3.1.21.tar.gz) = a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084 +SIZE (smstools3-3.1.21.tar.gz) = 356548 From owner-svn-ports-all@freebsd.org Fri May 5 20:36:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA0DED5F850; Fri, 5 May 2017 20:36:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id A9A5062; Fri, 5 May 2017 20:36:37 +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 v45KaaNB047334; Fri, 5 May 2017 20:36:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Kaac5047332; Fri, 5 May 2017 20:36:36 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705052036.v45Kaac5047332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 5 May 2017 20:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440203 - head/www/rubygem-ostatus2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 20:36:38 -0000 Author: jrm Date: Fri May 5 20:36:36 2017 New Revision: 440203 URL: https://svnweb.freebsd.org/changeset/ports/440203 Log: www/rubygem-ostatus2: Update to version 2.0.0 Approved by: swills (mentor, implicit) Modified: head/www/rubygem-ostatus2/Makefile head/www/rubygem-ostatus2/distinfo Modified: head/www/rubygem-ostatus2/Makefile ============================================================================== --- head/www/rubygem-ostatus2/Makefile Fri May 5 19:07:59 2017 (r440202) +++ head/www/rubygem-ostatus2/Makefile Fri May 5 20:36:36 2017 (r440203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ostatus2 -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-ostatus2/distinfo ============================================================================== --- head/www/rubygem-ostatus2/distinfo Fri May 5 19:07:59 2017 (r440202) +++ head/www/rubygem-ostatus2/distinfo Fri May 5 20:36:36 2017 (r440203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492432973 -SHA256 (rubygem/ostatus2-1.1.0.gem) = ec24cd0802cb9df64e3648dcc196e9ccf290df7fc5cafd8bcb2147803f4979ee -SIZE (rubygem/ostatus2-1.1.0.gem) = 7680 +TIMESTAMP = 1494011105 +SHA256 (rubygem/ostatus2-2.0.0.gem) = 59080bd7a8dc89f5b7453e716fb8604070899c76ca3632ab7b22f7783cdf0e53 +SIZE (rubygem/ostatus2-2.0.0.gem) = 7680 From owner-svn-ports-all@freebsd.org Fri May 5 20:44:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1B1DD5FB37; Fri, 5 May 2017 20:44:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id 70FFA997; Fri, 5 May 2017 20:44:59 +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 v45Kiwre051675; Fri, 5 May 2017 20:44:58 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45KivCt051663; Fri, 5 May 2017 20:44:57 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705052044.v45KivCt051663@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, 5 May 2017 20:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440204 - in head/www/iridium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 20:44:59 -0000 Author: cpm Date: Fri May 5 20:44:57 2017 New Revision: 440204 URL: https://svnweb.freebsd.org/changeset/ports/440204 Log: - Use HTTPS-URL in MASTER_SITES - Fix build warning: multiple rules generate base/callback_helpers.o - Remove CPE information as it is not documented for iridium browser - Remove Chromium API key since services are not used anyway - Apply patches from r440072 - Bump PORTREVISION Reported by: Fabian Keil via email Added: head/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc head/www/iridium/files/patch-chrome_browser_download_download__status__updater.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc head/www/iridium/files/patch-chrome_common_extensions_api_BUILD.gn - copied unchanged from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn head/www/iridium/files/patch-components_filesystem_file__system__app.cc - copied unchanged from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc head/www/iridium/files/patch-v8_src_wasm_wasm-result.h - copied unchanged from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h Deleted: head/www/iridium/files/patch-services_ui_BUILD.gn head/www/iridium/files/patch-services_ui_ime_BUILD.gn Modified: head/www/iridium/Makefile head/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn head/www/iridium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc head/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc head/www/iridium/files/patch-tools_gn_bootstrap_bootstrap.py head/www/iridium/pkg-plist Modified: head/www/iridium/Makefile ============================================================================== --- head/www/iridium/Makefile Fri May 5 20:36:36 2017 (r440203) +++ head/www/iridium/Makefile Fri May 5 20:44:57 2017 (r440204) @@ -3,9 +3,9 @@ PORTNAME= iridium PORTVERSION= 58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://downloads.iridiumbrowser.de/source/ +MASTER_SITES= https://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} @@ -64,8 +64,6 @@ ONLY_FOR_ARCHS= i386 amd64 USES= compiler bison cpe desktop-file-utils execinfo jpeg \ ninja perl5 pkgconfig python:2,build shebangfix tar:xz -CPE_VENDOR= google -CPE_PRODUCT= chrome USE_PERL5= build USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \ xproto xrandr xrender xscrnsaver xtst @@ -99,14 +97,6 @@ GN_ARGS+= is_clang=true \ # use_system_icu use_system_harfbuzz use_system_minigbm GN_BOOTSTRAP_FLAGS= --no-clean --no-rebuild -# FreeBSD Chromium Api Key -# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . -# Note: these are for FreeBSD use ONLY. For your own distribution, -# please get your own set of keys. -GN_ARGS+= google_api_key="AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8" \ - google_default_client_id="996322985003.apps.googleusercontent.com" \ - google_default_client_secret="IR1za9-1VK0zZ0f_O8MVFicn" - SUB_FILES= iridium-browser.desktop iridium SUB_LIST+= COMMENT="${COMMENT}" @@ -228,7 +218,7 @@ do-configure: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} -.for t in font_service ui +.for t in font_service test_ime_driver ui ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${t}.service \ ${STAGEDIR}${DATADIR} .endfor Copied: head/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc (from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc Fri May 5 20:44:57 2017 (r440204, copy of r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/after_startup_task_utils.cc.orig 2017-05-02 19:02:47 UTC ++++ chrome/browser/after_startup_task_utils.cc +@@ -93,7 +93,7 @@ void QueueTask(std::unique_ptr; + #endif +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_LINUX) || defined(OS_BSD)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost) { + return &NewWebUI; + } Copied: head/www/iridium/files/patch-chrome_common_extensions_api_BUILD.gn (from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-chrome_common_extensions_api_BUILD.gn Fri May 5 20:44:57 2017 (r440204, copy of r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) @@ -0,0 +1,11 @@ +--- chrome/common/extensions/api/BUILD.gn.orig 2017-05-02 19:02:48 UTC ++++ chrome/common/extensions/api/BUILD.gn +@@ -116,7 +116,7 @@ if (is_chromeos) { + "wallpaper.json", + "wallpaper_private.json", + ] +-} else if (is_linux || is_win) { ++} else if (is_linux || is_bsd || is_win) { + schema_sources += [ "input_ime.json" ] + } + if (enable_service_discovery) { Copied: head/www/iridium/files/patch-components_filesystem_file__system__app.cc (from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-components_filesystem_file__system__app.cc Fri May 5 20:44:57 2017 (r440204, copy of r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) @@ -0,0 +1,20 @@ +--- components/filesystem/file_system_app.cc.orig 2017-05-02 19:02:50 UTC ++++ components/filesystem/file_system_app.cc +@@ -23,7 +23,7 @@ + #elif defined(OS_ANDROID) + #include "base/base_paths_android.h" + #include "base/path_service.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "base/environment.h" + #include "base/nix/xdg_util.h" + #elif defined(OS_MACOSX) +@@ -75,7 +75,7 @@ base::FilePath FileSystemApp::GetUserDat + CHECK(PathService::Get(base::DIR_APP_DATA, &path)); + #elif defined(OS_ANDROID) + CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &path)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + std::unique_ptr env(base::Environment::Create()); + path = base::nix::GetXDGDirectory(env.get(), + base::nix::kXdgConfigHomeEnvVar, Modified: head/www/iridium/files/patch-tools_gn_bootstrap_bootstrap.py ============================================================================== --- head/www/iridium/files/patch-tools_gn_bootstrap_bootstrap.py Fri May 5 20:36:36 2017 (r440203) +++ head/www/iridium/files/patch-tools_gn_bootstrap_bootstrap.py Fri May 5 20:44:57 2017 (r440204) @@ -1,4 +1,4 @@ ---- tools/gn/bootstrap/bootstrap.py.orig 2017-04-19 19:06:54 UTC +--- tools/gn/bootstrap/bootstrap.py.orig 2017-04-24 14:40:24 UTC +++ tools/gn/bootstrap/bootstrap.py @@ -23,6 +23,7 @@ import os import shutil @@ -19,7 +19,7 @@ def check_call(cmd, **kwargs): logging.debug('Running: %s', ' '.join(cmd)) -@@ -624,6 +626,41 @@ def write_gn_ninja(path, root_gen_dir, o +@@ -625,6 +627,40 @@ def write_gn_ninja(path, root_gen_dir, o 'base/third_party/libevent/epoll.c', ]) @@ -36,7 +36,6 @@ + static_libraries['base']['sources'].extend([ + 'base/allocator/allocator_shim.cc', + 'base/allocator/allocator_shim_default_dispatch_to_glibc.cc', -+ 'base/callback_helpers.cc', + 'base/memory/shared_memory_posix.cc', + 'base/nix/xdg_util.cc', + 'base/process/memory_stubs.cc', Copied: head/www/iridium/files/patch-v8_src_wasm_wasm-result.h (from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-v8_src_wasm_wasm-result.h Fri May 5 20:44:57 2017 (r440204, copy of r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) @@ -0,0 +1,10 @@ +--- v8/src/wasm/wasm-result.h.orig 2017-05-02 19:04:10 UTC ++++ v8/src/wasm/wasm-result.h +@@ -5,6 +5,7 @@ + #ifndef V8_WASM_RESULT_H_ + #define V8_WASM_RESULT_H_ + ++#include + #include + + #include "src/base/compiler-specific.h" Modified: head/www/iridium/pkg-plist ============================================================================== --- head/www/iridium/pkg-plist Fri May 5 20:36:36 2017 (r440203) +++ head/www/iridium/pkg-plist Fri May 5 20:44:57 2017 (r440204) @@ -222,6 +222,7 @@ share/applications/iridium-browser.deskt %%DATADIR%%/resources/inspector/unit_test_runner.js %%DATADIR%%/resources/inspector/utility_shared_worker.js %%DATADIR%%/snapshot_blob.bin +%%DATADIR%%/test_ime_driver.service %%DATADIR%%/ui.service %%DATADIR%%/views_mus_resources.pak share/icons/hicolor/128x128/apps/iridium.png From owner-svn-ports-all@freebsd.org Fri May 5 21:56:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCD35D5FBB2; Fri, 5 May 2017 21:56:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 92834129C; Fri, 5 May 2017 21:56:25 +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 v45LuOWQ080160; Fri, 5 May 2017 21:56:24 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45LuOmO080158; Fri, 5 May 2017 21:56:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705052156.v45LuOmO080158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 5 May 2017 21:56:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440205 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 21:56:25 -0000 Author: gerald Date: Fri May 5 21:56:24 2017 New Revision: 440205 URL: https://svnweb.freebsd.org/changeset/ports/440205 Log: Update to the 20170503 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri May 5 20:44:57 2017 (r440204) +++ head/lang/gcc6-devel/Makefile Fri May 5 21:56:24 2017 (r440205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.1.s20170426 +PORTVERSION= 6.3.1.s20170503 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Fri May 5 20:44:57 2017 (r440204) +++ head/lang/gcc6-devel/distinfo Fri May 5 21:56:24 2017 (r440205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493318562 -SHA256 (gcc-6-20170426.tar.bz2) = 5ccfd5ef43b931a7dfb9f536ee6ec22742d0d194d075e68819652ccb637b4bb8 -SIZE (gcc-6-20170426.tar.bz2) = 95750426 +TIMESTAMP = 1493851404 +SHA256 (gcc-6-20170503.tar.bz2) = 233d87a8d017999703c0c71c1ec69cf0835cd69ba5b25416a744938daa4c836a +SIZE (gcc-6-20170503.tar.bz2) = 95753928 From owner-svn-ports-all@freebsd.org Fri May 5 22:15:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85C22D5F1AC; Fri, 5 May 2017 22:15:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3B62F121; Fri, 5 May 2017 22:15:37 +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 v45MFaYJ088100; Fri, 5 May 2017 22:15:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45MFaBJ088099; Fri, 5 May 2017 22:15:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705052215.v45MFaBJ088099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 5 May 2017 22:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440206 - head/lang/gcc49/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 22:15:37 -0000 Author: gerald Date: Fri May 5 22:15:36 2017 New Revision: 440206 URL: https://svnweb.freebsd.org/changeset/ports/440206 Log: Remove files/patch-unwind-ia64.h; this has become obsolete since ONLY_FOR_ARCHS has not been including ia64 for a while. Deleted: head/lang/gcc49/files/patch-unwind-ia64.h From owner-svn-ports-all@freebsd.org Fri May 5 23:17:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFF95D5FF72; Fri, 5 May 2017 23:17:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8657C62F; Fri, 5 May 2017 23:17:53 +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 v45NHqPZ012669; Fri, 5 May 2017 23:17:52 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45NHqM4012667; Fri, 5 May 2017 23:17:52 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705052317.v45NHqM4012667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 5 May 2017 23:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440207 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 23:17:53 -0000 Author: ler Date: Fri May 5 23:17:52 2017 New Revision: 440207 URL: https://svnweb.freebsd.org/changeset/ports/440207 Log: devel/cdecl: upgrade to 3.1.2 Fixed declarations with storage-class Declarations like: declare x as static pointer to function returning int declare x as type pointer to function returning int are fixed. Approved by: adamw (mentor, implicit) Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Fri May 5 22:15:36 2017 (r440206) +++ head/devel/cdecl/Makefile Fri May 5 23:17:52 2017 (r440207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Fri May 5 22:15:36 2017 (r440206) +++ head/devel/cdecl/distinfo Fri May 5 23:17:52 2017 (r440207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493812533 -SHA256 (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = becc8abee5f6f888b6692d049865a53b741757920e10dec9f83b19fd6275106b -SIZE (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = 235660 +TIMESTAMP = 1494026042 +SHA256 (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = eaf02a32c7c079bb3430196f59d1cd5835dbd5ad70672f1618fe7eb7269761a9 +SIZE (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = 235977 From owner-svn-ports-all@freebsd.org Fri May 5 23:35:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEA47D5F36C; Fri, 5 May 2017 23:35: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 mx1.freebsd.org (Postfix) with ESMTPS id B1CA2F1E; Fri, 5 May 2017 23:35: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 v45NZ0Yc021054; Fri, 5 May 2017 23:35:00 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45NZ0co021050; Fri, 5 May 2017 23:35:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705052335.v45NZ0co021050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 5 May 2017 23:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440208 - head/audio/libsndfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 23:35:02 -0000 Author: jkim Date: Fri May 5 23:35:00 2017 New Revision: 440208 URL: https://svnweb.freebsd.org/changeset/ports/440208 Log: Update to 1.0.28. Approved by: bapt MFH: 2017Q2 Modified: head/audio/libsndfile/Makefile head/audio/libsndfile/distinfo head/audio/libsndfile/pkg-plist Modified: head/audio/libsndfile/Makefile ============================================================================== --- head/audio/libsndfile/Makefile Fri May 5 23:17:52 2017 (r440207) +++ head/audio/libsndfile/Makefile Fri May 5 23:35:00 2017 (r440208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsndfile -PORTVERSION= 1.0.27 +PORTVERSION= 1.0.28 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ Modified: head/audio/libsndfile/distinfo ============================================================================== --- head/audio/libsndfile/distinfo Fri May 5 23:17:52 2017 (r440207) +++ head/audio/libsndfile/distinfo Fri May 5 23:35:00 2017 (r440208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478375015 -SHA256 (libsndfile-1.0.27.tar.gz) = a391952f27f4a92ceb2b4c06493ac107896ed6c76be9a613a4731f076d30fac0 -SIZE (libsndfile-1.0.27.tar.gz) = 1192337 +TIMESTAMP = 1494006962 +SHA256 (libsndfile-1.0.28.tar.gz) = 1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9 +SIZE (libsndfile-1.0.28.tar.gz) = 1202833 Modified: head/audio/libsndfile/pkg-plist ============================================================================== --- head/audio/libsndfile/pkg-plist Fri May 5 23:17:52 2017 (r440207) +++ head/audio/libsndfile/pkg-plist Fri May 5 23:35:00 2017 (r440208) @@ -7,14 +7,13 @@ bin/sndfile-interleave bin/sndfile-metadata-get bin/sndfile-metadata-set bin/sndfile-play -bin/sndfile-regtest bin/sndfile-salvage include/sndfile.h include/sndfile.hh lib/libsndfile.a lib/libsndfile.so lib/libsndfile.so.1 -lib/libsndfile.so.1.0.27 +lib/libsndfile.so.1.0.28 libdata/pkgconfig/sndfile.pc man/man1/sndfile-cmp.1.gz man/man1/sndfile-concat.1.gz @@ -26,11 +25,14 @@ man/man1/sndfile-metadata-get.1.gz man/man1/sndfile-metadata-set.1.gz man/man1/sndfile-play.1.gz man/man1/sndfile-salvage.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/command.html -%%PORTDOCS%%%%DOCSDIR%%/dither.html %%PORTDOCS%%%%DOCSDIR%%/embedded_files.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/libsndfile.css @@ -41,8 +43,3 @@ man/man1/sndfile-salvage.1.gz %%PORTDOCS%%%%DOCSDIR%%/sndfile_info.html %%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/win32.html -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README - From owner-svn-ports-all@freebsd.org Sat May 6 02:00:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 710B4D60D3F; Sat, 6 May 2017 02:00:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3955034F; Sat, 6 May 2017 02:00:50 +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 v4620nom077598; Sat, 6 May 2017 02:00:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4620n89077596; Sat, 6 May 2017 02:00:49 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201705060200.v4620n89077596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 6 May 2017 02:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440209 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 02:00:50 -0000 Author: vanilla Date: Sat May 6 02:00:48 2017 New Revision: 440209 URL: https://svnweb.freebsd.org/changeset/ports/440209 Log: Update to 1.9.10. Deleted: head/devel/pecl-swoole/files/patch-src_network_ReactorThread.c Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Fri May 5 23:35:00 2017 (r440208) +++ head/devel/pecl-swoole/Makefile Sat May 6 02:00:48 2017 (r440209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Fri May 5 23:35:00 2017 (r440208) +++ head/devel/pecl-swoole/distinfo Sat May 6 02:00:48 2017 (r440209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492612480 -SHA256 (PECL/swoole-1.9.9.tgz) = a9a45e5492382b055a53c80dd439602b4a150cd32d74c0181147db38cf2fdabc -SIZE (PECL/swoole-1.9.9.tgz) = 575967 +TIMESTAMP = 1494033790 +SHA256 (PECL/swoole-1.9.10.tgz) = be6547889147da1b04a72207df42af18685eabd8115eb2e9dea05eeda6fbb8d6 +SIZE (PECL/swoole-1.9.10.tgz) = 576960 From owner-svn-ports-all@freebsd.org Sat May 6 02:29:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3279AD5F313; Sat, 6 May 2017 02:29:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id D7B64C9E; Sat, 6 May 2017 02:29:04 +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 v462T3TN089655; Sat, 6 May 2017 02:29:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v462T3ad089650; Sat, 6 May 2017 02:29:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060229.v462T3ad089650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 02:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440210 - in head/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 02:29:05 -0000 Author: jbeich Date: Sat May 6 02:29:03 2017 New Revision: 440210 URL: https://svnweb.freebsd.org/changeset/ports/440210 Log: www/firefox-esr: update to 52.1.1 Changes: https://www.mozilla.org/firefox/52.1.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog/FIREFOX_52_1_1esr_RELEASE MFH: 2017Q2 (maybe security, see commits for restricted bugs) Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr-i18n/distinfo (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Sat May 6 02:00:48 2017 (r440209) +++ head/www/firefox-esr-i18n/Makefile Sat May 6 02:29:03 2017 (r440210) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.1.0 +PORTVERSION= 52.1.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: head/www/firefox-esr-i18n/distinfo ============================================================================== --- head/www/firefox-esr-i18n/distinfo Sat May 6 02:00:48 2017 (r440209) +++ head/www/firefox-esr-i18n/distinfo Sat May 6 02:29:03 2017 (r440210) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491886176 -SHA256 (xpi/firefox-52.1.0/ach.xpi) = aaa528f7f394e4801aab21d0d6f0313fc8a4b786873dab9c004c2dd741095c7f -SIZE (xpi/firefox-52.1.0/ach.xpi) = 427640 -SHA256 (xpi/firefox-52.1.0/af.xpi) = 2bda3bfc9b83a76df12234fb68db9bad1f836593b760bcc5dd8c831dff06c994 -SIZE (xpi/firefox-52.1.0/af.xpi) = 436823 -SHA256 (xpi/firefox-52.1.0/an.xpi) = 11984920e096e97b7defa905d749cebf4c4d5a8648bc9263cbd008f8bb9c9af5 -SIZE (xpi/firefox-52.1.0/an.xpi) = 445142 -SHA256 (xpi/firefox-52.1.0/ar.xpi) = 6fedf28099b26244349b8cfd85c8c0d3c44b26e6fc888498413cfad923a8497b -SIZE (xpi/firefox-52.1.0/ar.xpi) = 473382 -SHA256 (xpi/firefox-52.1.0/as.xpi) = 9c64fa1854a0b8bceab3237b7f9516e1bd73cb24089fd4b422b3705958f847fc -SIZE (xpi/firefox-52.1.0/as.xpi) = 486888 -SHA256 (xpi/firefox-52.1.0/ast.xpi) = 2feae76cbfc4a12f8c2ec4788bf16d0ccc1257b90f4d182e7c3d64ece636c0d5 -SIZE (xpi/firefox-52.1.0/ast.xpi) = 440033 -SHA256 (xpi/firefox-52.1.0/az.xpi) = 7dcc5b97f3ecf887f7372f39d050eab1163efa02463f2d689b50e458c75bf8d9 -SIZE (xpi/firefox-52.1.0/az.xpi) = 454923 -SHA256 (xpi/firefox-52.1.0/bg.xpi) = abbf23207d9704b2fdfb2fa3448d07640c4d185ec2a9d427ba37d6aa57886a37 -SIZE (xpi/firefox-52.1.0/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.1.0/bn-BD.xpi) = d697f0eca8217f9e69738e513e82f02cd301ffb42ca1133c8ad464930404c554 -SIZE (xpi/firefox-52.1.0/bn-BD.xpi) = 511994 -SHA256 (xpi/firefox-52.1.0/bn-IN.xpi) = 2669ff2c9c89fa4c10d0f95f08a677420c1a7eaf6e5980c1071e2086fe493990 -SIZE (xpi/firefox-52.1.0/bn-IN.xpi) = 509375 -SHA256 (xpi/firefox-52.1.0/br.xpi) = 97608859ead1b10dc1d2f05ac4bea632ccbe1aea3375a28b2dd36abfd2f6fdee -SIZE (xpi/firefox-52.1.0/br.xpi) = 435482 -SHA256 (xpi/firefox-52.1.0/bs.xpi) = 3ad5709d451a32ef0ac51468588e41e3153bec352221b858c56f82d6cbef55ce -SIZE (xpi/firefox-52.1.0/bs.xpi) = 441782 -SHA256 (xpi/firefox-52.1.0/ca.xpi) = 69af86fe9453373c3b41dc9cd370917f563eeeeba750eb6d99bef31e6050de70 -SIZE (xpi/firefox-52.1.0/ca.xpi) = 443303 -SHA256 (xpi/firefox-52.1.0/cs.xpi) = 0fd5d4786b639fc44fbb8b4d7bcdda883da58204f78fbc55b684139fd72a778a -SIZE (xpi/firefox-52.1.0/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.1.0/cy.xpi) = 78e2c91debf309d1c69f86e1ec8df38a006c23853cee5de87c298167daa47213 -SIZE (xpi/firefox-52.1.0/cy.xpi) = 436583 -SHA256 (xpi/firefox-52.1.0/da.xpi) = 8c73cc13da9fddf78deba643976fb43d493af3e66cc7d0260ecce0674c517189 -SIZE (xpi/firefox-52.1.0/da.xpi) = 424394 -SHA256 (xpi/firefox-52.1.0/de.xpi) = 9a030a63136583c071cdf57c2d857ba1faa2e43c1fb146f0dde48cfb0563e3bb -SIZE (xpi/firefox-52.1.0/de.xpi) = 442478 -SHA256 (xpi/firefox-52.1.0/dsb.xpi) = 7f5078ed137a74d6e441edfc09e2dae084443f292620b4ae37ea29b99ba004e8 -SIZE (xpi/firefox-52.1.0/dsb.xpi) = 459424 -SHA256 (xpi/firefox-52.1.0/el.xpi) = dcb41271678ba967bb8f2df01906dae87e4d14386ef1880675212988d9e01722 -SIZE (xpi/firefox-52.1.0/el.xpi) = 516592 -SHA256 (xpi/firefox-52.1.0/en-GB.xpi) = 24df2612d92ea2ec9b69ac21f377b0061463c1025f5259221c18132b2ed9b627 -SIZE (xpi/firefox-52.1.0/en-GB.xpi) = 419323 -SHA256 (xpi/firefox-52.1.0/en-US.xpi) = 87dd5705c916afc40890fb595bde1b2d5dcc148bf97bfd22cfbd937e004f83e4 -SIZE (xpi/firefox-52.1.0/en-US.xpi) = 428630 -SHA256 (xpi/firefox-52.1.0/en-ZA.xpi) = 00c764b77d38eb66f1975dae4e7eb11c64bd908e08831c98aca1d8b128f75324 -SIZE (xpi/firefox-52.1.0/en-ZA.xpi) = 412211 -SHA256 (xpi/firefox-52.1.0/eo.xpi) = fb85aa82a8937bd36f722a31e47458e62dd74425172222c303408b3a7310aad4 -SIZE (xpi/firefox-52.1.0/eo.xpi) = 437473 -SHA256 (xpi/firefox-52.1.0/es-AR.xpi) = bbf6951dee0edd98af3a6817e80bbfcf263f1530abdf1c1305c607fccff9c4d7 -SIZE (xpi/firefox-52.1.0/es-AR.xpi) = 445925 -SHA256 (xpi/firefox-52.1.0/es-CL.xpi) = b6e62a993c5927c99feeba35e932ba896a14c49c4a8fd1e7f8c606236f263df7 -SIZE (xpi/firefox-52.1.0/es-CL.xpi) = 445675 -SHA256 (xpi/firefox-52.1.0/es-ES.xpi) = fbdf9804d4320a286ddbd75108537819f13979a45d1a16f31956f79bf01836f8 -SIZE (xpi/firefox-52.1.0/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-52.1.0/es-MX.xpi) = d118efbaaa7dd43b1e952691df8438f7243e8783444f66167ae33750919b73ce -SIZE (xpi/firefox-52.1.0/es-MX.xpi) = 448384 -SHA256 (xpi/firefox-52.1.0/et.xpi) = 991c77b981d6d1e4b4bfb6e236fd33bd814aca3212967c2e279d98915ffe3838 -SIZE (xpi/firefox-52.1.0/et.xpi) = 425112 -SHA256 (xpi/firefox-52.1.0/eu.xpi) = ac5d0468e00e9975b1ab7e79f73d662c185a2ab6f3976f67d8bac9b45663cc70 -SIZE (xpi/firefox-52.1.0/eu.xpi) = 438478 -SHA256 (xpi/firefox-52.1.0/fa.xpi) = 907622303642e0d5a09aa6fe4aa5eb5bdca70701ffd57255c1fc1083b89dde82 -SIZE (xpi/firefox-52.1.0/fa.xpi) = 491343 -SHA256 (xpi/firefox-52.1.0/ff.xpi) = 91be72df5b6a67b36c76a609cbfb4431fac3d1208e4423301bf4b14268200056 -SIZE (xpi/firefox-52.1.0/ff.xpi) = 440928 -SHA256 (xpi/firefox-52.1.0/fi.xpi) = 26bf0fcb296bfaa95b4a773d5b24bf5591f67562b5526d4112e772247723210f -SIZE (xpi/firefox-52.1.0/fi.xpi) = 430061 -SHA256 (xpi/firefox-52.1.0/fr.xpi) = 871f861ed6dd9256efcbe0c37937a91323bc61344eac45ff96d35eda37cbc7f3 -SIZE (xpi/firefox-52.1.0/fr.xpi) = 450210 -SHA256 (xpi/firefox-52.1.0/fy-NL.xpi) = 121e2d3d60f05b9715bc78c1abbc4da96d8433b800721ff54399afff6dbc49ca -SIZE (xpi/firefox-52.1.0/fy-NL.xpi) = 444973 -SHA256 (xpi/firefox-52.1.0/ga-IE.xpi) = 302f5693f5be52c96e5261b6552d76f7010aa5db007d8956967d4aac5f94b095 -SIZE (xpi/firefox-52.1.0/ga-IE.xpi) = 458164 -SHA256 (xpi/firefox-52.1.0/gd.xpi) = 756e9e47cf0f5fbc16ee6e697182c1738e8aef303a4b240b82ac61cfccdbabbf -SIZE (xpi/firefox-52.1.0/gd.xpi) = 447267 -SHA256 (xpi/firefox-52.1.0/gl.xpi) = c88a2ee3dfadc5a0ce92bedc81a0aee5f28b60ab6fc025a3252249809d26f630 -SIZE (xpi/firefox-52.1.0/gl.xpi) = 447295 -SHA256 (xpi/firefox-52.1.0/gn.xpi) = 66e621462c612b7857489511f888ea14645805d0eee9b679d04238999ab7f9b2 -SIZE (xpi/firefox-52.1.0/gn.xpi) = 456213 -SHA256 (xpi/firefox-52.1.0/gu-IN.xpi) = 52908d8932a07738f6113a618628086e1a236da6aa34206f0fcac774632634c0 -SIZE (xpi/firefox-52.1.0/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-52.1.0/he.xpi) = da75ac77f78d71d26ec4cf2dbce7c137d5fe4e78caea88577c550a95f20b9caf -SIZE (xpi/firefox-52.1.0/he.xpi) = 455282 -SHA256 (xpi/firefox-52.1.0/hi-IN.xpi) = 09db771f3b794ce51598cbece81a362a9401fcde8071898db8423ddc031b6f0e -SIZE (xpi/firefox-52.1.0/hi-IN.xpi) = 506518 -SHA256 (xpi/firefox-52.1.0/hr.xpi) = 699db658924dbbb6c0b1f8d160e3c20a0357a6197a7fd6576ca1f3b5bd5ff438 -SIZE (xpi/firefox-52.1.0/hr.xpi) = 447502 -SHA256 (xpi/firefox-52.1.0/hsb.xpi) = e514e07c823bfccc003c7caa93e0d0af49bbcaa7f3f5ec2fd0e35add73ea040d -SIZE (xpi/firefox-52.1.0/hsb.xpi) = 457258 -SHA256 (xpi/firefox-52.1.0/hu.xpi) = 62a65d6dabdc2370987735da7426ce5acc4325b3cbab31b1615d39f4a872d891 -SIZE (xpi/firefox-52.1.0/hu.xpi) = 451495 -SHA256 (xpi/firefox-52.1.0/hy-AM.xpi) = 4987323930c67b85fee1f5a4d775a2ae0748eb6183656f2ff25375e06794f6b9 -SIZE (xpi/firefox-52.1.0/hy-AM.xpi) = 495773 -SHA256 (xpi/firefox-52.1.0/id.xpi) = c1094fa40ca88e22526a1da963e6d3fedf03388701faf9b933869abf69b9a90c -SIZE (xpi/firefox-52.1.0/id.xpi) = 426023 -SHA256 (xpi/firefox-52.1.0/is.xpi) = 00c393fc58daf5fb57f3a289001e19cb28eda9716e07decd52d3d216a62a3584 -SIZE (xpi/firefox-52.1.0/is.xpi) = 442693 -SHA256 (xpi/firefox-52.1.0/it.xpi) = 6bdc6d51dee1fd6a513caf6cc81ae5012d9d5c8639c25957a4019cbf8ab3c408 -SIZE (xpi/firefox-52.1.0/it.xpi) = 339220 -SHA256 (xpi/firefox-52.1.0/ja.xpi) = 0d62b4f0485397a167c4432ee3acb7c6e80557d10cfd3a4734ad02b1b1f93061 -SIZE (xpi/firefox-52.1.0/ja.xpi) = 488342 -SHA256 (xpi/firefox-52.1.0/kk.xpi) = 58c3f660493537076edb1e31b9f89b0492eb359794517bf5b2da511facb53cc3 -SIZE (xpi/firefox-52.1.0/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.1.0/km.xpi) = a9e06fb46b571de4e3e4de68b0e98f71818cbf3ed07e4e278ebf44d1cbf89eae -SIZE (xpi/firefox-52.1.0/km.xpi) = 520343 -SHA256 (xpi/firefox-52.1.0/kn.xpi) = 52790b78f00d530afd06187196cf78004ae6506e8b0d4cc5c9e08b0b3b641dad -SIZE (xpi/firefox-52.1.0/kn.xpi) = 519455 -SHA256 (xpi/firefox-52.1.0/ko.xpi) = 15eeaa8a8dfe177aa65605abd8d06818142865a81f9a19bb39e46844da505931 -SIZE (xpi/firefox-52.1.0/ko.xpi) = 463629 -SHA256 (xpi/firefox-52.1.0/lij.xpi) = bb8647019b8a13ddfe48bda7a9bc5e6641d4c956f9aabfc0baf559fb9ba5d3a9 -SIZE (xpi/firefox-52.1.0/lij.xpi) = 421070 -SHA256 (xpi/firefox-52.1.0/lt.xpi) = 579a850cf726c4e2cc0608218e25e45bd3bfc3f29c44f70e9c299810c3836412 -SIZE (xpi/firefox-52.1.0/lt.xpi) = 452235 -SHA256 (xpi/firefox-52.1.0/lv.xpi) = 9e0d770ee4bc4eda603b27cc69dcbacf922fc58149039b53f715db232ed3891d -SIZE (xpi/firefox-52.1.0/lv.xpi) = 448450 -SHA256 (xpi/firefox-52.1.0/mai.xpi) = 25358f6508930d3960c5ae029bbc5414b93ccc9f21a3bc53268857970698d4ed -SIZE (xpi/firefox-52.1.0/mai.xpi) = 499841 -SHA256 (xpi/firefox-52.1.0/mk.xpi) = 66518b2bf8f43caf02f8f46cdac906f92430b9e30b89f14ae48df8bd8132c4bd -SIZE (xpi/firefox-52.1.0/mk.xpi) = 496199 -SHA256 (xpi/firefox-52.1.0/ml.xpi) = d8c391910e955edf462a279524ca283a0111e57273e9a53467404a244cedda89 -SIZE (xpi/firefox-52.1.0/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.1.0/mr.xpi) = 9152aa3cf23f576d5288b575d67c81b85a8a2059c10a955a08f0e6944c95d15e -SIZE (xpi/firefox-52.1.0/mr.xpi) = 502430 -SHA256 (xpi/firefox-52.1.0/ms.xpi) = f653115354ba1fc458b4fe4d9b357a9b3f958ca7a68d1d93909c922837181ccc -SIZE (xpi/firefox-52.1.0/ms.xpi) = 435990 -SHA256 (xpi/firefox-52.1.0/nb-NO.xpi) = f22e0d4f168946940e76648bf1f7490b18679caf7a4968387adcec3a6356e460 -SIZE (xpi/firefox-52.1.0/nb-NO.xpi) = 434411 -SHA256 (xpi/firefox-52.1.0/nl.xpi) = ea2d7b61f5d63d56b6cf825fea1c13f45049826446a4173f749b80849ed05643 -SIZE (xpi/firefox-52.1.0/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.1.0/nn-NO.xpi) = f2ff89745686fd069c2ace20af3e186c98e6a14516c04a84036fa868e704a778 -SIZE (xpi/firefox-52.1.0/nn-NO.xpi) = 428644 -SHA256 (xpi/firefox-52.1.0/or.xpi) = 216f9e769a3617d1d64b82cbd6ca93cf6cbca87340c3102d27757a861288f434 -SIZE (xpi/firefox-52.1.0/or.xpi) = 496917 -SHA256 (xpi/firefox-52.1.0/pa-IN.xpi) = de2ab48f12e1ee79dd943a17b69c5f54e611de6f5262a3dc26dd44759f3110ac -SIZE (xpi/firefox-52.1.0/pa-IN.xpi) = 476587 -SHA256 (xpi/firefox-52.1.0/pl.xpi) = dcbd1720686c17ed38f565c74e359e1eb3b10593eaf03d69e4c6cc828cba36c1 -SIZE (xpi/firefox-52.1.0/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.1.0/pt-BR.xpi) = 8f7c422d25eb13568802027a47fb544ac6df5274878859747b1d971722e16fbc -SIZE (xpi/firefox-52.1.0/pt-BR.xpi) = 438169 -SHA256 (xpi/firefox-52.1.0/pt-PT.xpi) = c33221725e433dcf43576490054d2eab6508d1d7466a2219a50045fa2829bac5 -SIZE (xpi/firefox-52.1.0/pt-PT.xpi) = 436726 -SHA256 (xpi/firefox-52.1.0/rm.xpi) = 32ffa2f6ec44a00673175e9b2fa9604311261b827752dec21a7b2852149ac714 -SIZE (xpi/firefox-52.1.0/rm.xpi) = 434608 -SHA256 (xpi/firefox-52.1.0/ro.xpi) = 1716cb258768432d6e93725318baaf3dfbfef8e794ef45c175ae36a1ecd3b820 -SIZE (xpi/firefox-52.1.0/ro.xpi) = 449937 -SHA256 (xpi/firefox-52.1.0/ru.xpi) = 7f83816417cf538c922d8956e502afe63785971c9daed0f7612aa6cc7c2c2e45 -SIZE (xpi/firefox-52.1.0/ru.xpi) = 395363 -SHA256 (xpi/firefox-52.1.0/si.xpi) = cf6f951b34148fba88ca4dff0bdbfae5d8e7db4be0e381caab2c3667d6a39c61 -SIZE (xpi/firefox-52.1.0/si.xpi) = 491958 -SHA256 (xpi/firefox-52.1.0/sk.xpi) = 21acf4974b6b130e7be2ddda6d68423c6204f360a5ccbb892ff0ce65b272a7ab -SIZE (xpi/firefox-52.1.0/sk.xpi) = 455819 -SHA256 (xpi/firefox-52.1.0/sl.xpi) = 3298e941c2ab1411e973d13a941edde04563675a9650c244782f89c9bc4138d6 -SIZE (xpi/firefox-52.1.0/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.1.0/son.xpi) = ecc893020de0603f2ee7accf53014740c3dfc0b05eacf11fae96cc36acf4ce73 -SIZE (xpi/firefox-52.1.0/son.xpi) = 435127 -SHA256 (xpi/firefox-52.1.0/sq.xpi) = e7bd223209d997b13addd48a316f93da5687cfd941d027ff1cbbf1ccbc0861eb -SIZE (xpi/firefox-52.1.0/sq.xpi) = 448155 -SHA256 (xpi/firefox-52.1.0/sr.xpi) = 9b28684db2933399a0fd35ad66b938e9c72a445e73e6150928f91359ad399376 -SIZE (xpi/firefox-52.1.0/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.1.0/sv-SE.xpi) = bf7280cd8f995868d7204d12de7f7444daabada8b8a748094d7c460072d551e1 -SIZE (xpi/firefox-52.1.0/sv-SE.xpi) = 441180 -SHA256 (xpi/firefox-52.1.0/ta.xpi) = 8a232709dcbc90fcf55c4245f86f2862c781fe1786076f91dcfc823aaf85e582 -SIZE (xpi/firefox-52.1.0/ta.xpi) = 494797 -SHA256 (xpi/firefox-52.1.0/te.xpi) = 5a4d385bac1db32e082b12c1176fe74990c182a3d80309599a0eefb5ec0ba43b -SIZE (xpi/firefox-52.1.0/te.xpi) = 515240 -SHA256 (xpi/firefox-52.1.0/th.xpi) = 1497f40d9cfc182d864845ed07abd407334b4412a204620f3665b139ea31a190 -SIZE (xpi/firefox-52.1.0/th.xpi) = 489378 -SHA256 (xpi/firefox-52.1.0/tr.xpi) = 98c3189161b5388c807210c3df1fee39a1266752461c497064632d8e4bdaf17d -SIZE (xpi/firefox-52.1.0/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.1.0/uk.xpi) = 7c3d3e674b14df5d34ebaa9acbd8246a5613dbd402c7eb6f9932faffe1feac72 -SIZE (xpi/firefox-52.1.0/uk.xpi) = 495094 -SHA256 (xpi/firefox-52.1.0/uz.xpi) = dd662267de891c3c67f3ba83b679e2cd181f028a7d606f981411a0fd5568476d -SIZE (xpi/firefox-52.1.0/uz.xpi) = 447916 -SHA256 (xpi/firefox-52.1.0/vi.xpi) = b90a4c3845b328436eb908741d8308855cdc25b418553683fc271c31a570cf42 -SIZE (xpi/firefox-52.1.0/vi.xpi) = 450804 -SHA256 (xpi/firefox-52.1.0/xh.xpi) = f24de110815f6d50f70b71b4f59f5c2268d8a00593972ce9f9c9dda269d3f79c -SIZE (xpi/firefox-52.1.0/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.1.0/zh-CN.xpi) = ed4afe83bed6c76b8051a3b4972d2d0469e11e59ea41e38232a94decd8f8e399 -SIZE (xpi/firefox-52.1.0/zh-CN.xpi) = 461694 -SHA256 (xpi/firefox-52.1.0/zh-TW.xpi) = f2aa1acca0afb7de7ae5cb939267cbc71c9fcf5bbd2239f89e8901cbe83fd999 -SIZE (xpi/firefox-52.1.0/zh-TW.xpi) = 472533 +TIMESTAMP = 1492149930 +SHA256 (xpi/firefox-52.1.1/ach.xpi) = 348be72fd695283aae6cecea8436b89e17db304ad860438a4d72edf2b377c60a +SIZE (xpi/firefox-52.1.1/ach.xpi) = 427640 +SHA256 (xpi/firefox-52.1.1/af.xpi) = 96a2b0ab5f2d0ad80e63726fe02914ed4f345c6a504183b471f6c1293619f31c +SIZE (xpi/firefox-52.1.1/af.xpi) = 436823 +SHA256 (xpi/firefox-52.1.1/an.xpi) = 20f6874bb15b8de911ef3268ae1d4a40accefe02fa7438df5555341aabbf7ebe +SIZE (xpi/firefox-52.1.1/an.xpi) = 445142 +SHA256 (xpi/firefox-52.1.1/ar.xpi) = 7e98ee43e2855b844541269bbccde59f8ce741428c3cf9919aed044e6e43ef98 +SIZE (xpi/firefox-52.1.1/ar.xpi) = 473381 +SHA256 (xpi/firefox-52.1.1/as.xpi) = 07e833dc06af2b99c9dc42aef0f600e0b70fcf4b571a7c2b464f8b80e87a8a80 +SIZE (xpi/firefox-52.1.1/as.xpi) = 486888 +SHA256 (xpi/firefox-52.1.1/ast.xpi) = f9db743f56c5db089f8257800e2066e2742403c647b4d9d2d54e7fa9fcc5d222 +SIZE (xpi/firefox-52.1.1/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.1.1/az.xpi) = f50ec5b4758f395827e226b53803ca7731b1aec61f34af6ce7389cc5355e659f +SIZE (xpi/firefox-52.1.1/az.xpi) = 454923 +SHA256 (xpi/firefox-52.1.1/bg.xpi) = c114f72ad28141074b737fbe75d71b9d79861a2776ce3f48bb71c235c49937e5 +SIZE (xpi/firefox-52.1.1/bg.xpi) = 487890 +SHA256 (xpi/firefox-52.1.1/bn-BD.xpi) = bc65e2a42bdb9757ad3206818db24acf336d24c091640c0554b6446a3b8dc728 +SIZE (xpi/firefox-52.1.1/bn-BD.xpi) = 511994 +SHA256 (xpi/firefox-52.1.1/bn-IN.xpi) = 7bfc8f83ee772a9bf2428ef7970565256890b0dfbb9bd592434d170fcdcf7ad6 +SIZE (xpi/firefox-52.1.1/bn-IN.xpi) = 509375 +SHA256 (xpi/firefox-52.1.1/br.xpi) = e06dfc797aa158b57c9cc32a53d2ab3c09ea4d8e789beab248a71df839b49b2b +SIZE (xpi/firefox-52.1.1/br.xpi) = 435482 +SHA256 (xpi/firefox-52.1.1/bs.xpi) = 672936d6ef64f5a103b4bb7ae776efecb37921ceace60ebde1458f4dfbad6ff8 +SIZE (xpi/firefox-52.1.1/bs.xpi) = 441781 +SHA256 (xpi/firefox-52.1.1/ca.xpi) = f44c8ce9153834941b8fdef795c32064a9c2f0f5a83fd96c6d9226b9704e7b83 +SIZE (xpi/firefox-52.1.1/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.1.1/cs.xpi) = 7def5ac7707e3817feac70c8c8c53cbfea1be238a7039037f37964080508659a +SIZE (xpi/firefox-52.1.1/cs.xpi) = 444074 +SHA256 (xpi/firefox-52.1.1/cy.xpi) = a8b57b21436973136a7e5847921038a13c5a0112089847d10ef8cff85df7d0cd +SIZE (xpi/firefox-52.1.1/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.1.1/da.xpi) = 2350fa895c5828f68b80995a00e1a64eba1df3c7df3ea1c5d06c2d67fddced95 +SIZE (xpi/firefox-52.1.1/da.xpi) = 424394 +SHA256 (xpi/firefox-52.1.1/de.xpi) = 0b6306694efcb77d2cda54e36e177a0cbddccfb6c9d887951773822f5ef76f57 +SIZE (xpi/firefox-52.1.1/de.xpi) = 442479 +SHA256 (xpi/firefox-52.1.1/dsb.xpi) = 2accedac37011599efa9d3f5858aa83da07e3187b46b8337c0343bb0750b7c29 +SIZE (xpi/firefox-52.1.1/dsb.xpi) = 459424 +SHA256 (xpi/firefox-52.1.1/el.xpi) = 8003a3b0a77824ad17f1812198b7aa81df83556b4fd849fe06bcff1037d4e584 +SIZE (xpi/firefox-52.1.1/el.xpi) = 516592 +SHA256 (xpi/firefox-52.1.1/en-GB.xpi) = bcc2bbaf20e82dc90dd8e383fa0bd83151aac03af9bf04d7197574bdb5926b1e +SIZE (xpi/firefox-52.1.1/en-GB.xpi) = 419323 +SHA256 (xpi/firefox-52.1.1/en-US.xpi) = 27bfe4c112150dac4938638864ae825312ce8f7f10f59fc6d94e039a7fbe18e5 +SIZE (xpi/firefox-52.1.1/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.1.1/en-ZA.xpi) = 97ab887eacff74f20a99fbdcd1d85cb63cd67da171047a577b81721b22a54933 +SIZE (xpi/firefox-52.1.1/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.1.1/eo.xpi) = 3e51153e47aec1ab287324b1f9ced7946ca33e692817bda5023a58bc9a47aa7b +SIZE (xpi/firefox-52.1.1/eo.xpi) = 437473 +SHA256 (xpi/firefox-52.1.1/es-AR.xpi) = 06633ed370313513e07062640116c3ec80f20cebd9b4e4cad8d0634e3a08e736 +SIZE (xpi/firefox-52.1.1/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.1.1/es-CL.xpi) = aaa8ff8ebca1fd53471787c37f8b496064566ca10dc10aa041078a1b1f914aed +SIZE (xpi/firefox-52.1.1/es-CL.xpi) = 445676 +SHA256 (xpi/firefox-52.1.1/es-ES.xpi) = bab34a04b085651f9b54290042e031e14a9282a0db010bda378eba165f86ea34 +SIZE (xpi/firefox-52.1.1/es-ES.xpi) = 344876 +SHA256 (xpi/firefox-52.1.1/es-MX.xpi) = b045c76b2fa8a243c138cbec2f5c1afc29f6a9e04b6aa8097aaee508da576e8f +SIZE (xpi/firefox-52.1.1/es-MX.xpi) = 448384 +SHA256 (xpi/firefox-52.1.1/et.xpi) = 05d93facd968bb70bb42a68e35e1b41442486001b2270c43007ef6f581e3e40c +SIZE (xpi/firefox-52.1.1/et.xpi) = 425112 +SHA256 (xpi/firefox-52.1.1/eu.xpi) = 0763a9799a7b139b1743113335baf770e2bb7f70e619949f7236405cb8978669 +SIZE (xpi/firefox-52.1.1/eu.xpi) = 438479 +SHA256 (xpi/firefox-52.1.1/fa.xpi) = 1ea3f1a16f43c31c21b3410d170f3f18c32b5ed9680c1fee8ce35eb3200c63be +SIZE (xpi/firefox-52.1.1/fa.xpi) = 491344 +SHA256 (xpi/firefox-52.1.1/ff.xpi) = 5c42f96688e63dd669fb1e52ab6389f108d8b400c4a8510235fb47258f870021 +SIZE (xpi/firefox-52.1.1/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.1.1/fi.xpi) = 757b206ddebd10ba9a863e6b333bfe84f9dcf7d9f6f5d488f9380d748f862ad7 +SIZE (xpi/firefox-52.1.1/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.1.1/fr.xpi) = 508ecf854bf972fcac49ccfa20a3d025d534722c18374f3e61c69b71a703b797 +SIZE (xpi/firefox-52.1.1/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.1.1/fy-NL.xpi) = 84152de47c69489b8310459aa8b6d3ca322f61e2173c4277a6a62cf1c222545e +SIZE (xpi/firefox-52.1.1/fy-NL.xpi) = 444973 +SHA256 (xpi/firefox-52.1.1/ga-IE.xpi) = d87960a0278912ae9144188b88a9aca057d2c6407600e5f04be75366f24c8e8d +SIZE (xpi/firefox-52.1.1/ga-IE.xpi) = 458165 +SHA256 (xpi/firefox-52.1.1/gd.xpi) = a7cbdacc2547c34ef3e84a8d288bd618b18f5bf449e5dfeae3dfce3f89a8dd06 +SIZE (xpi/firefox-52.1.1/gd.xpi) = 447267 +SHA256 (xpi/firefox-52.1.1/gl.xpi) = cd92ed37956a5a8cd247c37994df99962712ce0e717ae5545fb97efc37aa4343 +SIZE (xpi/firefox-52.1.1/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.1.1/gn.xpi) = fca925af2b7c90ea085df89af6f8ba1aa81b4e0b6e320dc56ad52ac21c37346d +SIZE (xpi/firefox-52.1.1/gn.xpi) = 456214 +SHA256 (xpi/firefox-52.1.1/gu-IN.xpi) = 4b512872733b4d2abd20fcc95150ed029db0b12cc671706cbb8af41d4155a82a +SIZE (xpi/firefox-52.1.1/gu-IN.xpi) = 489366 +SHA256 (xpi/firefox-52.1.1/he.xpi) = 0851d46205b29f276000d434c05343bc583eab6066644d80f68e49358ed8b27a +SIZE (xpi/firefox-52.1.1/he.xpi) = 455282 +SHA256 (xpi/firefox-52.1.1/hi-IN.xpi) = 45869b5d30ed4ee96d07afd7fa69175aca4b6c028d0ce24a3d767619a896fb06 +SIZE (xpi/firefox-52.1.1/hi-IN.xpi) = 506519 +SHA256 (xpi/firefox-52.1.1/hr.xpi) = cb0620ed3a81dfea4f4fb5b7009e2c0038e7139955ac0637d91df7db098d2e4f +SIZE (xpi/firefox-52.1.1/hr.xpi) = 447503 +SHA256 (xpi/firefox-52.1.1/hsb.xpi) = f236f93d6c7bf97b71fa46a7b08c6b232b3bd8536c6ea41e598d46cdda7716d0 +SIZE (xpi/firefox-52.1.1/hsb.xpi) = 457258 +SHA256 (xpi/firefox-52.1.1/hu.xpi) = 25be8b84fb6185f37a4acdfe228e5f1233840549c2af3d2c2472f3ec38c77ba2 +SIZE (xpi/firefox-52.1.1/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.1.1/hy-AM.xpi) = e66dfbe44d5303539f171dc21c0d13dcfe0406d8abf1a712e1d966fe53a974d5 +SIZE (xpi/firefox-52.1.1/hy-AM.xpi) = 495772 +SHA256 (xpi/firefox-52.1.1/id.xpi) = b770a5571ec3ba353d9ff5be3ab97029bd0694ba06fe90319024182ba8ed08ef +SIZE (xpi/firefox-52.1.1/id.xpi) = 426022 +SHA256 (xpi/firefox-52.1.1/is.xpi) = 2b329c07d58d5e936e1c4250d189943bb229099df8606fbceb8b399f6240d35b +SIZE (xpi/firefox-52.1.1/is.xpi) = 442695 +SHA256 (xpi/firefox-52.1.1/it.xpi) = 888ffdc790131f5529e51c62c9e42c8d05aa6adb9ec185bd6ec926cbeab7d67a +SIZE (xpi/firefox-52.1.1/it.xpi) = 339221 +SHA256 (xpi/firefox-52.1.1/ja.xpi) = ce3e9583336a4c2b5eff89fea21a846754bdf0029ca8d8f188093deb84efb5d8 +SIZE (xpi/firefox-52.1.1/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.1.1/kk.xpi) = 4af56a08dbaddce759b1eb3c35a1c0e3de108634e799cfed34886700a7420b67 +SIZE (xpi/firefox-52.1.1/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.1.1/km.xpi) = d2d9e63e6ed4f5df2741d1de6346cdd1a1e1b76d5bf2479bfa15551714b8fe57 +SIZE (xpi/firefox-52.1.1/km.xpi) = 520343 +SHA256 (xpi/firefox-52.1.1/kn.xpi) = c96f3d56e94823d69f521d87cf2af7794e053abcaed346fa73f8a9718d64687c +SIZE (xpi/firefox-52.1.1/kn.xpi) = 519455 +SHA256 (xpi/firefox-52.1.1/ko.xpi) = 950c2222e569eb8c17a12e00648227d71b3a2f8242ddd9b0e1da3aaff95b894c +SIZE (xpi/firefox-52.1.1/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.1.1/lij.xpi) = 30ed579180497a0e118e78e113590696ecfef25cef83077601773ba7bfbfe089 +SIZE (xpi/firefox-52.1.1/lij.xpi) = 421072 +SHA256 (xpi/firefox-52.1.1/lt.xpi) = 2aaa5a19156f4ecdc77777960ca31d2eeb2284518651253aeec691b529865ede +SIZE (xpi/firefox-52.1.1/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.1.1/lv.xpi) = 2a435edbac3defd0c5f2cf066e6751731afff43828755e13d68cbec8f1d0943c +SIZE (xpi/firefox-52.1.1/lv.xpi) = 448450 +SHA256 (xpi/firefox-52.1.1/mai.xpi) = ca7b9a44babbe157cf6511a49a563d489799df7c55373f847c2ed76dc7911e16 +SIZE (xpi/firefox-52.1.1/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.1.1/mk.xpi) = 77d416167f91df5a77e7e593ab78ba7514e7ec736b3ecbebe95d72cf7e80b396 +SIZE (xpi/firefox-52.1.1/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.1.1/ml.xpi) = 467288075ec4c1ac178bff2d45c34cb9fb7ef74a48ecabd5c70b740a04fd8b66 +SIZE (xpi/firefox-52.1.1/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.1.1/mr.xpi) = 92778f79f3a22fb997dca812d1b57b450464200baf42955dff213c2ff473b497 +SIZE (xpi/firefox-52.1.1/mr.xpi) = 502430 +SHA256 (xpi/firefox-52.1.1/ms.xpi) = c468b8ccdc09e684b54ac043f971ecb64c9fdfeb35b3a658c4cd2364b1a341ac +SIZE (xpi/firefox-52.1.1/ms.xpi) = 435990 +SHA256 (xpi/firefox-52.1.1/nb-NO.xpi) = 8defe4f8f85c4144cbd2c14e5dcae354d4e79c38f63fdd92b0c5214eaf9ff3de +SIZE (xpi/firefox-52.1.1/nb-NO.xpi) = 434412 +SHA256 (xpi/firefox-52.1.1/nl.xpi) = fafcf59bb9ecdf590d18ed527d9a1086bf638b5c0a1e2af5d81f9cd9314852b7 +SIZE (xpi/firefox-52.1.1/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.1.1/nn-NO.xpi) = 948fda4f6a74a627d7ea24e06d994a15d7b4b1df749f9537534e8c8cfb93ae0f +SIZE (xpi/firefox-52.1.1/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.1.1/or.xpi) = 6728dcc7f41463902ab648fe49f20b7951cd4b96b2a35da877a6ebd9e6ef8ea3 +SIZE (xpi/firefox-52.1.1/or.xpi) = 496917 +SHA256 (xpi/firefox-52.1.1/pa-IN.xpi) = 27c163698ca66ba5a8440254125545b04603239b14cc3b230943d5e6ca795578 +SIZE (xpi/firefox-52.1.1/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.1.1/pl.xpi) = 71a6405e17c3dcf00d667cd9393210d9d0a54a36d47ed6604af6285e3b26a3df +SIZE (xpi/firefox-52.1.1/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.1.1/pt-BR.xpi) = 612841c179060c6c98ff2b8769240f7ff9674420b4b299e508ffc44b1cddb2b3 +SIZE (xpi/firefox-52.1.1/pt-BR.xpi) = 438169 +SHA256 (xpi/firefox-52.1.1/pt-PT.xpi) = 0a8954486c49097981780ceae6311d200f091390f9425a519debf6217380040f +SIZE (xpi/firefox-52.1.1/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.1.1/rm.xpi) = 32795e1fb094944677cc09deb521620c79f6130b2381f9b77be2fbe7320419ae +SIZE (xpi/firefox-52.1.1/rm.xpi) = 434609 +SHA256 (xpi/firefox-52.1.1/ro.xpi) = 83092d5f0b75f712bc67e43a03b2f707657e9eed339da44930a7f5d6f7fc44c9 +SIZE (xpi/firefox-52.1.1/ro.xpi) = 449938 +SHA256 (xpi/firefox-52.1.1/ru.xpi) = 24ebb55a0a1ae763c86dea4b44dbf949d7a877d62c2e8b3b9bc026dff724ca93 +SIZE (xpi/firefox-52.1.1/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.1.1/si.xpi) = f4252505c4b216f18e813c677aad486bbb858387bbeb6a96b057d4c005f6c210 +SIZE (xpi/firefox-52.1.1/si.xpi) = 491958 +SHA256 (xpi/firefox-52.1.1/sk.xpi) = 6063a882778a06aaa3ef8fe3bd35a6dbcfb5f10489a4ef911df881acc436ab58 +SIZE (xpi/firefox-52.1.1/sk.xpi) = 455819 +SHA256 (xpi/firefox-52.1.1/sl.xpi) = 9ae0a28f4203a0d6e743a0b7431ca88d470ef93f4a3cc9c84b7701fe5b8755eb +SIZE (xpi/firefox-52.1.1/sl.xpi) = 433481 +SHA256 (xpi/firefox-52.1.1/son.xpi) = 97fa718bed3002072eefda1e2a50f91dafdd27ec5a3c1dd9a2e003fd0dda33ea +SIZE (xpi/firefox-52.1.1/son.xpi) = 435127 +SHA256 (xpi/firefox-52.1.1/sq.xpi) = 5382e351c068b45565f91c5ba3d286d08e1a8fbf8ccb8d9adac131963b86e4e8 +SIZE (xpi/firefox-52.1.1/sq.xpi) = 448156 +SHA256 (xpi/firefox-52.1.1/sr.xpi) = 13fe4eb180ddc023069f0cbe9425b0ae23e90c1579f13b0f6605a18ee06d23d7 +SIZE (xpi/firefox-52.1.1/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.1.1/sv-SE.xpi) = 9bd4de96b017264753a5fb0eb55f4d52752ff2877054ea45af21cb6601021bbd +SIZE (xpi/firefox-52.1.1/sv-SE.xpi) = 441181 +SHA256 (xpi/firefox-52.1.1/ta.xpi) = bd8167055afcf95ca5b1741bfdf8394223fd2903d838e648956c5269b7f06bc8 +SIZE (xpi/firefox-52.1.1/ta.xpi) = 494799 +SHA256 (xpi/firefox-52.1.1/te.xpi) = 32f93fc08576f3c50870c47303617179796ced397516656ffdbe4288c8e6b735 +SIZE (xpi/firefox-52.1.1/te.xpi) = 515241 +SHA256 (xpi/firefox-52.1.1/th.xpi) = 5ba278c8ae1b9ed2f2c747b6a4ba8f051aab39fc8910ccb059c38126d67f934b +SIZE (xpi/firefox-52.1.1/th.xpi) = 489379 +SHA256 (xpi/firefox-52.1.1/tr.xpi) = a958fa8d5db2c9987f3eeeca7338c4b81d0cf9b8374f2e6345d9844edaf4fcd4 +SIZE (xpi/firefox-52.1.1/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.1.1/uk.xpi) = 61b88f0e44becb2fe21c5ba4ec0b6f4c50ed080595aee08863cc29d626221b91 +SIZE (xpi/firefox-52.1.1/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.1.1/uz.xpi) = 13ce854378b71a37af8d73e8d1aed6bd915388b9865c1527d75961c403b46a52 +SIZE (xpi/firefox-52.1.1/uz.xpi) = 447916 +SHA256 (xpi/firefox-52.1.1/vi.xpi) = 67b0c2e0e4e7970b1b0fab2297afb676add4a0df229dee5018286c7969602644 +SIZE (xpi/firefox-52.1.1/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.1.1/xh.xpi) = e8a5385df4ac8a483c3ce72fa4602c5e88f7d4cfa4c04c2e0cdfb373a6debe28 +SIZE (xpi/firefox-52.1.1/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.1.1/zh-CN.xpi) = 393106527b8172d7dd4b083f4ec9e21656eaea47a20e217f879e3559b16b9566 +SIZE (xpi/firefox-52.1.1/zh-CN.xpi) = 461694 +SHA256 (xpi/firefox-52.1.1/zh-TW.xpi) = c7496128bb31f7f2738455678eb0b36123964f93faf27caa1861f645f937634c +SIZE (xpi/firefox-52.1.1/zh-TW.xpi) = 472534 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat May 6 02:00:48 2017 (r440209) +++ head/www/firefox-esr/Makefile Sat May 6 02:29:03 2017 (r440210) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.1.0 +DISTVERSION= 52.1.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Sat May 6 02:00:48 2017 (r440209) +++ head/www/firefox-esr/distinfo Sat May 6 02:29:03 2017 (r440210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492454000 -SHA256 (firefox-52.1.0esr.source.tar.xz) = da2ba9630b8b56c6f5d36d9f3da2d984ef7986dc8b4d804f6947fcea6c24637d -SIZE (firefox-52.1.0esr.source.tar.xz) = 212348684 +TIMESTAMP = 1493972240 +SHA256 (firefox-52.1.1esr.source.tar.xz) = a7298f6a04a1330e39e560337c4560ec9b71567a0f758982dfa18d5a2a798a7c +SIZE (firefox-52.1.1esr.source.tar.xz) = 211643688 From owner-svn-ports-all@freebsd.org Sat May 6 02:30:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A972DD5F473; Sat, 6 May 2017 02:30:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id 75193E5F; Sat, 6 May 2017 02:30:31 +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 v462UUUk089891; Sat, 6 May 2017 02:30:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v462UUNH089887; Sat, 6 May 2017 02:30:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060230.v462UUNH089887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 02:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440211 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 02:30:31 -0000 Author: jbeich Date: Sat May 6 02:30:30 2017 New Revision: 440211 URL: https://svnweb.freebsd.org/changeset/ports/440211 Log: www/firefox: update to 53.0.2 Changes: https://www.mozilla.org/firefox/53.0.2/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/FIREFOX_53_0_2_RELEASE MFH: 2017Q2 (maybe security, see commits for restricted bugs) Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Sat May 6 02:29:03 2017 (r440210) +++ head/www/firefox-i18n/Makefile Sat May 6 02:30:30 2017 (r440211) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 53.0 -PORTREVISION= 1 +PORTVERSION= 53.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Sat May 6 02:29:03 2017 (r440210) +++ head/www/firefox-i18n/distinfo Sat May 6 02:30:30 2017 (r440211) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491914864 -SHA256 (xpi/firefox-i18n-53.0/ach.xpi) = 6b50af6b457608c625b5a99c0f467e9e13827e84387223682c251847ef12ec03 -SIZE (xpi/firefox-i18n-53.0/ach.xpi) = 432350 -SHA256 (xpi/firefox-i18n-53.0/af.xpi) = 2e030e8d993a72fc2b922bd71749564706d5bbc4f5edd1d5cb0a2e2d341dd397 -SIZE (xpi/firefox-i18n-53.0/af.xpi) = 441829 -SHA256 (xpi/firefox-i18n-53.0/an.xpi) = 3b049eabcf49f57742f574c792b0f15a2f0fe7af8d7700074555741eba4b40bd -SIZE (xpi/firefox-i18n-53.0/an.xpi) = 450799 -SHA256 (xpi/firefox-i18n-53.0/ar.xpi) = 0df14612d4a6fe4e6da247b8529b45ab856d3a6d6bf284dac9654af2b4c91909 -SIZE (xpi/firefox-i18n-53.0/ar.xpi) = 479118 -SHA256 (xpi/firefox-i18n-53.0/as.xpi) = 67a780398046cfb66c7b10d8aa3e42a7b8eef5d8eedb2f7d890ab1a748049708 -SIZE (xpi/firefox-i18n-53.0/as.xpi) = 491255 -SHA256 (xpi/firefox-i18n-53.0/ast.xpi) = 0b0cab248642b295d3ec4fdb5206c4b4ab3ec1d8aa9cec573f230bd6fa75a816 -SIZE (xpi/firefox-i18n-53.0/ast.xpi) = 445436 -SHA256 (xpi/firefox-i18n-53.0/az.xpi) = 59ead0e267f43af93c7caa1148947224dc4206d42a37f80156ff47adae994261 -SIZE (xpi/firefox-i18n-53.0/az.xpi) = 459503 -SHA256 (xpi/firefox-i18n-53.0/bg.xpi) = 5ca6477997bd96165af804a2a8bcd6c01c8bfb5c9f98354e1602f49a922cf65b -SIZE (xpi/firefox-i18n-53.0/bg.xpi) = 492607 -SHA256 (xpi/firefox-i18n-53.0/bn-BD.xpi) = 9f52c102c056489b2187f9d781a645f2c1d205b812a3ca6afdad56130c211c7f -SIZE (xpi/firefox-i18n-53.0/bn-BD.xpi) = 516501 -SHA256 (xpi/firefox-i18n-53.0/bn-IN.xpi) = f913e5d79388285ae6a7e7f59b81855135336c50c37e3dd90cbd101057017600 -SIZE (xpi/firefox-i18n-53.0/bn-IN.xpi) = 513552 -SHA256 (xpi/firefox-i18n-53.0/br.xpi) = 0bb79e4c792cd3bba0804064f91963389daba26a486cbf3fe84045ee6701ec07 -SIZE (xpi/firefox-i18n-53.0/br.xpi) = 440067 -SHA256 (xpi/firefox-i18n-53.0/bs.xpi) = e4c803a77b70c0077c3f0fb467a601b5ff143a37ac8303dd97005b7aa3007864 -SIZE (xpi/firefox-i18n-53.0/bs.xpi) = 446633 -SHA256 (xpi/firefox-i18n-53.0/ca.xpi) = 18483d647252cb2d6c9be0a2ec460de22cdecaa492b02d4a1ef3e5f9ded2aa59 -SIZE (xpi/firefox-i18n-53.0/ca.xpi) = 448941 -SHA256 (xpi/firefox-i18n-53.0/cs.xpi) = 5335967e578088e691d59a6f0540380075dab79e611c53fd67e2938da432f25a -SIZE (xpi/firefox-i18n-53.0/cs.xpi) = 449411 -SHA256 (xpi/firefox-i18n-53.0/cy.xpi) = 0822da739fc2ce0bf267dcafc8af2841432e62793e4c66ca79d0d937c4e5780e -SIZE (xpi/firefox-i18n-53.0/cy.xpi) = 441503 -SHA256 (xpi/firefox-i18n-53.0/da.xpi) = 823dfd42463c4b31a6a5b1cfdcb79bfda8e80ade999cd9d481d09e48b97190c6 -SIZE (xpi/firefox-i18n-53.0/da.xpi) = 428973 -SHA256 (xpi/firefox-i18n-53.0/de.xpi) = 81a6ac063827b7c3eb99a26b491e26c5e6898edf51e2d836d60e14a69a2d150d -SIZE (xpi/firefox-i18n-53.0/de.xpi) = 447784 -SHA256 (xpi/firefox-i18n-53.0/dsb.xpi) = 72e03e9bcefc173af4df02bfc99f22df99e7b3829cbc1d07de1b3d98e8092b35 -SIZE (xpi/firefox-i18n-53.0/dsb.xpi) = 464374 -SHA256 (xpi/firefox-i18n-53.0/el.xpi) = e8815fb6cae7632d70ae00cd28293a96f9d875f4f2e4e6c1491751037f293437 -SIZE (xpi/firefox-i18n-53.0/el.xpi) = 523412 -SHA256 (xpi/firefox-i18n-53.0/en-GB.xpi) = 258bec58ec28b75eb3db7c9b9cc68af21497eb49603994ace4aaa105840c84fd -SIZE (xpi/firefox-i18n-53.0/en-GB.xpi) = 424829 -SHA256 (xpi/firefox-i18n-53.0/en-US.xpi) = e8d3d164d433d755f7619c8413d1f53041f2f23d5819c8043362408b26245398 -SIZE (xpi/firefox-i18n-53.0/en-US.xpi) = 430736 -SHA256 (xpi/firefox-i18n-53.0/en-ZA.xpi) = 0fe0b4fc2bb38f15bfff36e44bbb2c62715daaa6b242f3914581512684fddeb7 -SIZE (xpi/firefox-i18n-53.0/en-ZA.xpi) = 417992 -SHA256 (xpi/firefox-i18n-53.0/eo.xpi) = 541501fc0829fcf8147ee269224928b52e6cf4e8f1b362a4177d63f906db902e -SIZE (xpi/firefox-i18n-53.0/eo.xpi) = 442322 -SHA256 (xpi/firefox-i18n-53.0/es-AR.xpi) = 61ff3ce7467b5222e110107c4119e9f752645ad0b31c6b614487bb5c533a0311 -SIZE (xpi/firefox-i18n-53.0/es-AR.xpi) = 450766 -SHA256 (xpi/firefox-i18n-53.0/es-CL.xpi) = a806fc6176247cda5a54ef853c9637775f9a1c2e29a87dd1b55742a71f852b33 -SIZE (xpi/firefox-i18n-53.0/es-CL.xpi) = 450475 -SHA256 (xpi/firefox-i18n-53.0/es-ES.xpi) = 8604ba37430f71b800a67361ce53b2325d7d71cefd0167170db35c4f2e02ce59 -SIZE (xpi/firefox-i18n-53.0/es-ES.xpi) = 347587 -SHA256 (xpi/firefox-i18n-53.0/es-MX.xpi) = 2173f50a3dea92c658a7e60ae76fbab81335e2bd843a835bd31db2e6162d75f1 -SIZE (xpi/firefox-i18n-53.0/es-MX.xpi) = 453324 -SHA256 (xpi/firefox-i18n-53.0/et.xpi) = 1ded0ac4ec18c88b8c9425a9f00f02112514c0474c442d445fd210dae019bc77 -SIZE (xpi/firefox-i18n-53.0/et.xpi) = 428863 -SHA256 (xpi/firefox-i18n-53.0/eu.xpi) = 624fc7dfe57168f616153f03f34348786f82efe5dcb0a510d4e42c93560bede7 -SIZE (xpi/firefox-i18n-53.0/eu.xpi) = 443202 -SHA256 (xpi/firefox-i18n-53.0/fa.xpi) = a745c9cdf381f18097755226fd7fff59840c6498fd8601d8850f7b22d36ddddb -SIZE (xpi/firefox-i18n-53.0/fa.xpi) = 496781 -SHA256 (xpi/firefox-i18n-53.0/ff.xpi) = f68a9e23a8e2a02ff493ebd0bd9698b17ff5a5a3850bc8f21bf6fe2d6c6f22cf -SIZE (xpi/firefox-i18n-53.0/ff.xpi) = 446668 -SHA256 (xpi/firefox-i18n-53.0/fi.xpi) = b99cc77e76dcbf9a25fa68c622648aa9e2db64b610c83012d8695f13e55d23a9 -SIZE (xpi/firefox-i18n-53.0/fi.xpi) = 434620 -SHA256 (xpi/firefox-i18n-53.0/fr.xpi) = 85436c3886b9b89e601ddf39329af76275a0010fb6acc723574a239154cd3f07 -SIZE (xpi/firefox-i18n-53.0/fr.xpi) = 457534 -SHA256 (xpi/firefox-i18n-53.0/fy-NL.xpi) = 1896b79fd6ac6bfa4beca5f56d88292375231836d1d031a4146b126f464403ea -SIZE (xpi/firefox-i18n-53.0/fy-NL.xpi) = 449819 -SHA256 (xpi/firefox-i18n-53.0/ga-IE.xpi) = c276e493fd8a6a77bb9f6a0542763ded93ceff0f74dfdc7329f2c86105d30e6c -SIZE (xpi/firefox-i18n-53.0/ga-IE.xpi) = 463129 -SHA256 (xpi/firefox-i18n-53.0/gd.xpi) = 4da4ab8fc415524ea83e99f63edc5546c0027e8b3dca1615905e69521c358a38 -SIZE (xpi/firefox-i18n-53.0/gd.xpi) = 452061 -SHA256 (xpi/firefox-i18n-53.0/gl.xpi) = 3a6bbcc4ac4e7b6a16031a64a8b8518fa18c7932d90bbbedfa79beecc32ece96 -SIZE (xpi/firefox-i18n-53.0/gl.xpi) = 449150 -SHA256 (xpi/firefox-i18n-53.0/gn.xpi) = b750ecda7bef4e14213d8e04281e080748cf48ec6e26e81457de9451aabd1454 -SIZE (xpi/firefox-i18n-53.0/gn.xpi) = 461571 -SHA256 (xpi/firefox-i18n-53.0/gu-IN.xpi) = 922ab30d6f1cb0747d1cd18ec526014e6f1761d5667f5d16eed834ac214149f4 -SIZE (xpi/firefox-i18n-53.0/gu-IN.xpi) = 493667 -SHA256 (xpi/firefox-i18n-53.0/he.xpi) = 11d021e790ab97612caa09afd29586fff8d680f8c4267920180f4a2b888e34a2 -SIZE (xpi/firefox-i18n-53.0/he.xpi) = 460047 -SHA256 (xpi/firefox-i18n-53.0/hi-IN.xpi) = af30c610f0e1300a2deeb47438e303b1714fd554f7859693d0a55109915d66d9 -SIZE (xpi/firefox-i18n-53.0/hi-IN.xpi) = 511787 -SHA256 (xpi/firefox-i18n-53.0/hr.xpi) = f4f7ffc50536c254a274e593eefb63fa5d26601968efc4f53d71179c6c95180c -SIZE (xpi/firefox-i18n-53.0/hr.xpi) = 453109 -SHA256 (xpi/firefox-i18n-53.0/hsb.xpi) = ba0e3f0d2d40c45d2b481dfd2680a2fc312e6eb981058c85e696690f90f52d4d -SIZE (xpi/firefox-i18n-53.0/hsb.xpi) = 462170 -SHA256 (xpi/firefox-i18n-53.0/hu.xpi) = 486d533bddbc6dd76a435fbe4efcb092218ec13ccc62aaaf2577b118d008bff8 -SIZE (xpi/firefox-i18n-53.0/hu.xpi) = 456925 -SHA256 (xpi/firefox-i18n-53.0/hy-AM.xpi) = d0b02e04e824c1110f3bc1c16854e0d65632fbc1683ff149def5cb3878e35dca -SIZE (xpi/firefox-i18n-53.0/hy-AM.xpi) = 500717 -SHA256 (xpi/firefox-i18n-53.0/id.xpi) = e4533c814f961d10f807c9e575989e1116bba1369731fc8f46c00fd5cc9d966a -SIZE (xpi/firefox-i18n-53.0/id.xpi) = 430280 -SHA256 (xpi/firefox-i18n-53.0/is.xpi) = da4be8811abad593f3f8bf06f922ccdc0873a59ed6f63fbfc5d541272e211b89 -SIZE (xpi/firefox-i18n-53.0/is.xpi) = 447329 -SHA256 (xpi/firefox-i18n-53.0/it.xpi) = 7dbbe76bfea715179c118ed0d3547596454d45e9ee0b001d876893db807b68b8 -SIZE (xpi/firefox-i18n-53.0/it.xpi) = 341968 -SHA256 (xpi/firefox-i18n-53.0/ja.xpi) = d0ce0ca453f180cdf7edabf18e3268f3117c70018fd2d06f870b60eee8d5c2cf -SIZE (xpi/firefox-i18n-53.0/ja.xpi) = 493027 -SHA256 (xpi/firefox-i18n-53.0/kk.xpi) = 29bbb10188bac81daf7d73c82da3d4c653fd4b8ae384527b18bbda3fed07eca3 -SIZE (xpi/firefox-i18n-53.0/kk.xpi) = 499340 -SHA256 (xpi/firefox-i18n-53.0/km.xpi) = 36101d95663960644b096602ee3db596b0f1e59ead95e9a5bf64be3accad8bdb -SIZE (xpi/firefox-i18n-53.0/km.xpi) = 524728 -SHA256 (xpi/firefox-i18n-53.0/kn.xpi) = 59c340fdedbf240a5e46e07144a11ce01cb0bd83d4cd7fa0c611e2f2bcbd465e -SIZE (xpi/firefox-i18n-53.0/kn.xpi) = 524035 -SHA256 (xpi/firefox-i18n-53.0/ko.xpi) = 9e67ce2142de5d82e959dff3e812efff88ec34f1b691d07fa0312a50173de95d -SIZE (xpi/firefox-i18n-53.0/ko.xpi) = 468651 -SHA256 (xpi/firefox-i18n-53.0/lij.xpi) = c739536b93b9f8a6b97f958531d19907752d77619d84232e03bf9b14bb543995 -SIZE (xpi/firefox-i18n-53.0/lij.xpi) = 435428 -SHA256 (xpi/firefox-i18n-53.0/lt.xpi) = 8a42c0b05b37d3554ae70478a84a16b8e78ee3aa6eb26a1b6fd4cbaba0e9c1bb -SIZE (xpi/firefox-i18n-53.0/lt.xpi) = 457033 -SHA256 (xpi/firefox-i18n-53.0/lv.xpi) = e2067c4beced017ce7559bf0bb610d5cc3e2fc0e2d654223e93224fe09f26c49 -SIZE (xpi/firefox-i18n-53.0/lv.xpi) = 453376 -SHA256 (xpi/firefox-i18n-53.0/mai.xpi) = de5a34ad598a77c50be8f51529ec384f163ab388d6c14919a1928bf00dc4a8ea -SIZE (xpi/firefox-i18n-53.0/mai.xpi) = 504301 -SHA256 (xpi/firefox-i18n-53.0/mk.xpi) = bd05f2c417b776651c5aa58f610d532a7b1402c9ab30fdde3126e3bd7b38ccc9 -SIZE (xpi/firefox-i18n-53.0/mk.xpi) = 499954 -SHA256 (xpi/firefox-i18n-53.0/ml.xpi) = 89e1127cfd43e994b39505b901e5dc696acbe744cd55f30ebfbd832530ae4d59 -SIZE (xpi/firefox-i18n-53.0/ml.xpi) = 520665 -SHA256 (xpi/firefox-i18n-53.0/mr.xpi) = 94d69be50f1c958102715dcc93ed12f2e9e8b8dd9431c9f675949b9208a0ae45 -SIZE (xpi/firefox-i18n-53.0/mr.xpi) = 507881 -SHA256 (xpi/firefox-i18n-53.0/ms.xpi) = d0a9ebeb04a68cbf250cfc02aca420e1398d09709dcc2ec2030b90ccaaeee314 -SIZE (xpi/firefox-i18n-53.0/ms.xpi) = 440726 -SHA256 (xpi/firefox-i18n-53.0/nb-NO.xpi) = d87de6098aa2e6a6589a4892009e321702cdf3ab78f1d098b8c8cc4002b8b250 -SIZE (xpi/firefox-i18n-53.0/nb-NO.xpi) = 439031 -SHA256 (xpi/firefox-i18n-53.0/nl.xpi) = d81a6ffa69b3735e9d2d7009a5272917566960842ef6bfd3d1ddfa79ef486954 -SIZE (xpi/firefox-i18n-53.0/nl.xpi) = 436859 -SHA256 (xpi/firefox-i18n-53.0/nn-NO.xpi) = 4e514e8d606b0af61e383830fb4cd01026c54670886c4292222280be15628afe -SIZE (xpi/firefox-i18n-53.0/nn-NO.xpi) = 433328 -SHA256 (xpi/firefox-i18n-53.0/or.xpi) = 1dd68ac544f06277082413f6673ec34e4e2472991b6ee3c0ee2e6eb2136da45f -SIZE (xpi/firefox-i18n-53.0/or.xpi) = 501207 -SHA256 (xpi/firefox-i18n-53.0/pa-IN.xpi) = 02fd50b2c13337bbda22d54d9284418ddbb015107194a0ceef1983686de8f76c -SIZE (xpi/firefox-i18n-53.0/pa-IN.xpi) = 480863 -SHA256 (xpi/firefox-i18n-53.0/pl.xpi) = a883b9cee7408f109fc1c4f7067081b83d483c341c972d1ba458635e64e68402 -SIZE (xpi/firefox-i18n-53.0/pl.xpi) = 354948 -SHA256 (xpi/firefox-i18n-53.0/pt-BR.xpi) = 0fa8dc3ed0ebd891e877782b04b9b256b9074612095feed6002b21d6beb27f21 -SIZE (xpi/firefox-i18n-53.0/pt-BR.xpi) = 442706 -SHA256 (xpi/firefox-i18n-53.0/pt-PT.xpi) = e330926df408aa8641f75736a9badef3e7e4e6e2aba7b2ea94b614aafdb563ae -SIZE (xpi/firefox-i18n-53.0/pt-PT.xpi) = 441597 -SHA256 (xpi/firefox-i18n-53.0/rm.xpi) = 02b3d8b7c7a955ebc031515048fa973901551e503b469404c9424188f7d7ffb1 -SIZE (xpi/firefox-i18n-53.0/rm.xpi) = 439746 -SHA256 (xpi/firefox-i18n-53.0/ro.xpi) = e4369e1952a7960a95b2c081c8103006b1d0cf6bf03caa42a457b5ef3300ab50 -SIZE (xpi/firefox-i18n-53.0/ro.xpi) = 454821 -SHA256 (xpi/firefox-i18n-53.0/ru.xpi) = a2d465ba99ba544cefd517c3c2725453501e04d993fe0c6554c04d5e1a2e52c6 -SIZE (xpi/firefox-i18n-53.0/ru.xpi) = 506893 -SHA256 (xpi/firefox-i18n-53.0/si.xpi) = 3f59729bae26437926a1db83d3cb711f5e5a7dc0b77bcb8ded6741cbaa400e35 -SIZE (xpi/firefox-i18n-53.0/si.xpi) = 496182 -SHA256 (xpi/firefox-i18n-53.0/sk.xpi) = 9b59cc6c64d376c99f599ba39094ac2c9d0cbd7460e8a22b27d6a0840337e3a4 -SIZE (xpi/firefox-i18n-53.0/sk.xpi) = 460857 -SHA256 (xpi/firefox-i18n-53.0/sl.xpi) = 04454bfb17d444bb5bee5075e67c63bbaa021293bfdb73ef6c34b41ddd16ddc6 -SIZE (xpi/firefox-i18n-53.0/sl.xpi) = 438368 -SHA256 (xpi/firefox-i18n-53.0/son.xpi) = e3eb6d18f50936eb502aa115f93b23769e7490b34fea9d7a95263a2700a52d99 -SIZE (xpi/firefox-i18n-53.0/son.xpi) = 439833 -SHA256 (xpi/firefox-i18n-53.0/sq.xpi) = 8e2472bdb82639b71fd57fa8f9beec91fb5d3542b086f24ff53155d12c66abe7 -SIZE (xpi/firefox-i18n-53.0/sq.xpi) = 453422 -SHA256 (xpi/firefox-i18n-53.0/sr.xpi) = c89f53af42e87fdb87cc5f3651fe4bd33c98ed2306102ed91961e2901793771e -SIZE (xpi/firefox-i18n-53.0/sr.xpi) = 467995 -SHA256 (xpi/firefox-i18n-53.0/sv-SE.xpi) = 8ea1cbf75b2a2dd31fbaabda7af29a911a70d0565c82058f38d677e43bf07e73 -SIZE (xpi/firefox-i18n-53.0/sv-SE.xpi) = 445794 -SHA256 (xpi/firefox-i18n-53.0/ta.xpi) = 6f9c38e64e388bc9d20e29ca63d3ff9b67b3d6a896bc0d647a50ec90295f3413 -SIZE (xpi/firefox-i18n-53.0/ta.xpi) = 500477 -SHA256 (xpi/firefox-i18n-53.0/te.xpi) = b7b8b3b74d150c3d676a2f527f77c3c80c2f4ecdf255e280ed2db3a748e6abe3 -SIZE (xpi/firefox-i18n-53.0/te.xpi) = 520473 -SHA256 (xpi/firefox-i18n-53.0/th.xpi) = baf97ade535c20e08c5a804a2a08441b07e6237b35970e9471490a8c74fb32d0 -SIZE (xpi/firefox-i18n-53.0/th.xpi) = 494085 -SHA256 (xpi/firefox-i18n-53.0/tr.xpi) = e25bdd9f0e2fccffd28cfeb4df596a41f762c20933593dfe3ff5b044af703e81 -SIZE (xpi/firefox-i18n-53.0/tr.xpi) = 445852 -SHA256 (xpi/firefox-i18n-53.0/uk.xpi) = b0259c08112f7a846d9fef89f1fc44130e7ce1760efaf4a0ec6e657c08351fac -SIZE (xpi/firefox-i18n-53.0/uk.xpi) = 497430 -SHA256 (xpi/firefox-i18n-53.0/uz.xpi) = 4b99ed2093fa73aa086bae96f4b04b34a8ea5f73aeb25ec21a1c316d97085224 -SIZE (xpi/firefox-i18n-53.0/uz.xpi) = 453390 -SHA256 (xpi/firefox-i18n-53.0/vi.xpi) = 0cdb6fd7573de2f4315d6c1d6011b6d74abb33f1e562a42b5807f4be3218a71e -SIZE (xpi/firefox-i18n-53.0/vi.xpi) = 455840 -SHA256 (xpi/firefox-i18n-53.0/xh.xpi) = 8999ad2228f4a96829e65a0c17f77bd2f9c21cba50f40238c381054dc358660d -SIZE (xpi/firefox-i18n-53.0/xh.xpi) = 446170 -SHA256 (xpi/firefox-i18n-53.0/zh-CN.xpi) = 3a0efa39397231033295ba594f4fff36ec3e829727a3c4e1fd7cafa6cf6a67da -SIZE (xpi/firefox-i18n-53.0/zh-CN.xpi) = 463955 -SHA256 (xpi/firefox-i18n-53.0/zh-TW.xpi) = 9e1f57da99b79fbce6d70f6d04e7295663c5e84fa151e9026c3519ab8d3bbd61 -SIZE (xpi/firefox-i18n-53.0/zh-TW.xpi) = 474980 +TIMESTAMP = 1493948953 +SHA256 (xpi/firefox-i18n-53.0.2/ach.xpi) = 57c8f888c5109c1c45784572794a2b74b10bb9f34a5dda285bb58b766903ac1f +SIZE (xpi/firefox-i18n-53.0.2/ach.xpi) = 432352 +SHA256 (xpi/firefox-i18n-53.0.2/af.xpi) = 4d95208aaef969a4c85ce243a22561a3375cf14cf322328bd6a72784c3efc75d +SIZE (xpi/firefox-i18n-53.0.2/af.xpi) = 441830 +SHA256 (xpi/firefox-i18n-53.0.2/an.xpi) = a6d38b2bb58273b211c34e158340f74dc67d67e18caf4089d34159942a0dfda4 +SIZE (xpi/firefox-i18n-53.0.2/an.xpi) = 450801 +SHA256 (xpi/firefox-i18n-53.0.2/ar.xpi) = ba974c802b3c4d2042f654f1b8024731fea2e05e48ddcffea006d7392a7116c9 +SIZE (xpi/firefox-i18n-53.0.2/ar.xpi) = 479118 +SHA256 (xpi/firefox-i18n-53.0.2/as.xpi) = d4991f2678fb785b7ce3edf87329c21058930edc83ba7f10771cebc413cf4c82 +SIZE (xpi/firefox-i18n-53.0.2/as.xpi) = 491256 +SHA256 (xpi/firefox-i18n-53.0.2/ast.xpi) = c7c8b11b7b809ae17d2a0945a08bef4dcc8ebb7fa7483e4a79787af5b7279c29 +SIZE (xpi/firefox-i18n-53.0.2/ast.xpi) = 445436 +SHA256 (xpi/firefox-i18n-53.0.2/az.xpi) = 5d36b5f1412c826fa19e5e9c71c2e22fcf98853d7e90e2979b3e4d7b802ac52d +SIZE (xpi/firefox-i18n-53.0.2/az.xpi) = 459504 +SHA256 (xpi/firefox-i18n-53.0.2/bg.xpi) = 06172c0b39d6a525fc25a54e17f271bce07b2d3bccef835f3e384a8ab0a7cb84 +SIZE (xpi/firefox-i18n-53.0.2/bg.xpi) = 492609 +SHA256 (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = ee03dd568ea3c0bcf62d3e7952591b357e319e2354777532abdcb1f41ea0f084 +SIZE (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = 516502 +SHA256 (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 2e782b80abf77135b3a1e77f7360dea0110fbb8be86566f289f7d6fe46751186 +SIZE (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 513553 +SHA256 (xpi/firefox-i18n-53.0.2/br.xpi) = b002a5d6c595bed5c85ceea861e1757af2863bf396f89a28e3cf7ad64e45bdbf +SIZE (xpi/firefox-i18n-53.0.2/br.xpi) = 440068 +SHA256 (xpi/firefox-i18n-53.0.2/bs.xpi) = d4ccbeb450813a9ca1eb7c94a2984b11662e78f4654900eaa038a9ad928f257a +SIZE (xpi/firefox-i18n-53.0.2/bs.xpi) = 446634 +SHA256 (xpi/firefox-i18n-53.0.2/ca.xpi) = 7bf4aa4d3678814991d4b7b04e9bc6121dd8dd42777a5ac11adbc0c4f6b91c60 +SIZE (xpi/firefox-i18n-53.0.2/ca.xpi) = 448943 +SHA256 (xpi/firefox-i18n-53.0.2/cs.xpi) = 46466c4c12b3111029249ce16856680c9e55635a0c4de685bada0061e23c70e7 +SIZE (xpi/firefox-i18n-53.0.2/cs.xpi) = 449412 +SHA256 (xpi/firefox-i18n-53.0.2/cy.xpi) = 9a5095ee5a004ab7c43c019020bb1cfdd95ce6e654ddd244e8a124bb93a77bcf +SIZE (xpi/firefox-i18n-53.0.2/cy.xpi) = 441505 +SHA256 (xpi/firefox-i18n-53.0.2/da.xpi) = 267b77dd8aace8dfd14f88a6a694a21ea9f9b8234fe9557a579bc9cbd2ce8843 +SIZE (xpi/firefox-i18n-53.0.2/da.xpi) = 428974 +SHA256 (xpi/firefox-i18n-53.0.2/de.xpi) = 93dce7fab3d847f26ea550de351f26d31ff1df94add3f21defc41a4af69064b5 +SIZE (xpi/firefox-i18n-53.0.2/de.xpi) = 447785 +SHA256 (xpi/firefox-i18n-53.0.2/dsb.xpi) = 2ce9e06d758109e3ceba6a0d2ff2fb574e5c19ceeacd81fac9ace7534b6cfee3 +SIZE (xpi/firefox-i18n-53.0.2/dsb.xpi) = 464375 +SHA256 (xpi/firefox-i18n-53.0.2/el.xpi) = 0b6b006908114bda2b977eb664802c1bd552b989c148a8e166d5555c057989d2 +SIZE (xpi/firefox-i18n-53.0.2/el.xpi) = 523413 +SHA256 (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 1fb3092304c2727c2c5f52203a8e6f8bf66095aa9f143c95eb4832a30901ef7e +SIZE (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 424830 +SHA256 (xpi/firefox-i18n-53.0.2/en-US.xpi) = 2612776ad4b67c0f38cdbdfa2acc47af9dfd9785a59a80115e05379eeaaecd89 +SIZE (xpi/firefox-i18n-53.0.2/en-US.xpi) = 430737 +SHA256 (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 2ba80d3b42adbbc0f9c5bd632bd52ed46bea5d111f2ce623570aabc8ba2e82b0 +SIZE (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 417992 +SHA256 (xpi/firefox-i18n-53.0.2/eo.xpi) = 8513ca05f2779ea8e04acbf46ccfce5ea0a1c08c3584086571b58ffebe4b6154 +SIZE (xpi/firefox-i18n-53.0.2/eo.xpi) = 442323 +SHA256 (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 3f2f136754229a06d210086fdd827a9c8da9b84ef104b8856a61c0cccd02fbe1 +SIZE (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 450768 +SHA256 (xpi/firefox-i18n-53.0.2/es-CL.xpi) = c1e51e508ab65e9b95fc2506a23f2034bf32df5b9741e2968d01c70df02f1caa +SIZE (xpi/firefox-i18n-53.0.2/es-CL.xpi) = 450477 +SHA256 (xpi/firefox-i18n-53.0.2/es-ES.xpi) = b770da50dd5183ab9f488899554c2b6ea0bd4021d108f19dcb9f992495f26754 +SIZE (xpi/firefox-i18n-53.0.2/es-ES.xpi) = 347589 +SHA256 (xpi/firefox-i18n-53.0.2/es-MX.xpi) = e568bf71290e9cee1fdca52dcca979af4b5abc7452bd1ca256cade23cbe2186a +SIZE (xpi/firefox-i18n-53.0.2/es-MX.xpi) = 453326 +SHA256 (xpi/firefox-i18n-53.0.2/et.xpi) = 674dda4378cf4ac3c58bff4397d919a3db79173828d380b37a5a2f43f5a2ddfd +SIZE (xpi/firefox-i18n-53.0.2/et.xpi) = 428865 +SHA256 (xpi/firefox-i18n-53.0.2/eu.xpi) = 3ab5f7e84264f64577e32a0c9e72cf8cce16563ba5d8d5f5c9486ac032351e53 +SIZE (xpi/firefox-i18n-53.0.2/eu.xpi) = 443204 +SHA256 (xpi/firefox-i18n-53.0.2/fa.xpi) = 094136aeb226e17f1e27e3a07f51a724353626f9168e2067c981a6a368dc257e +SIZE (xpi/firefox-i18n-53.0.2/fa.xpi) = 496783 +SHA256 (xpi/firefox-i18n-53.0.2/ff.xpi) = 9a0b178833dfb5c4b3ef9530626fabe128abd9fb7a64f75c8c8076c1dbc94628 +SIZE (xpi/firefox-i18n-53.0.2/ff.xpi) = 446670 +SHA256 (xpi/firefox-i18n-53.0.2/fi.xpi) = bff8d55342c37091fd89f10fb56c4f951d024375bac98770428ad216d275cd07 +SIZE (xpi/firefox-i18n-53.0.2/fi.xpi) = 434622 +SHA256 (xpi/firefox-i18n-53.0.2/fr.xpi) = a7c1c5b13fc1d72356645c4103cce8b89eb3322a44a5a1d74dfd8f03e9848af2 +SIZE (xpi/firefox-i18n-53.0.2/fr.xpi) = 457535 +SHA256 (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 9bc1eaa66f61dcb59b29ba71914ede3511756c41a3fba1ad75a225b763c76274 +SIZE (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 449823 +SHA256 (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 0a6d92ddc38f354cacce92191cf122cb7bfb8edbf05808245da16ae4bfa01582 +SIZE (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 463130 +SHA256 (xpi/firefox-i18n-53.0.2/gd.xpi) = be2268534a473bdf875d40502f5a6be18c00134e9fe23580173bebb666d21580 +SIZE (xpi/firefox-i18n-53.0.2/gd.xpi) = 452062 +SHA256 (xpi/firefox-i18n-53.0.2/gl.xpi) = 71fc2f512276903f0355c49249d82e985e47336b9e2963b2c19b5543142cab92 +SIZE (xpi/firefox-i18n-53.0.2/gl.xpi) = 449152 +SHA256 (xpi/firefox-i18n-53.0.2/gn.xpi) = 8733575b95476c5b508b2b548b84c7f9e79e90d67b439d9815fb312672dd6ed0 +SIZE (xpi/firefox-i18n-53.0.2/gn.xpi) = 461573 +SHA256 (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 539bcd0893c4f264b99b519ed1f1c958579a419e1d23c276924dc71bfdf1e34f +SIZE (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 493672 +SHA256 (xpi/firefox-i18n-53.0.2/he.xpi) = fff73d3aaa21a7c76ac6ca196a2b8102b626db4d53853a15919604647a54811c +SIZE (xpi/firefox-i18n-53.0.2/he.xpi) = 460050 +SHA256 (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 7179ee33a18d6b6994e71adaf41acefb60c823e0a7d8d985f83f5295a9c0ba81 +SIZE (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 511788 +SHA256 (xpi/firefox-i18n-53.0.2/hr.xpi) = ff01c58746b194c806c3a9925647d633e29eb6e0425837d142e5da1240fe1334 +SIZE (xpi/firefox-i18n-53.0.2/hr.xpi) = 453110 +SHA256 (xpi/firefox-i18n-53.0.2/hsb.xpi) = 306460fe5618f498e232e891cc3c6e7988b119406de98fe924f346ec82a463f0 +SIZE (xpi/firefox-i18n-53.0.2/hsb.xpi) = 462175 +SHA256 (xpi/firefox-i18n-53.0.2/hu.xpi) = 5776c3178fb0392b202bbc693018540a62ca2c7b25f2aa16d6adaa502c327d65 +SIZE (xpi/firefox-i18n-53.0.2/hu.xpi) = 456925 +SHA256 (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 1ba34edfce543fd27a94e34df8739fb37d783c5e66352cfd0c22e6ef18154af2 +SIZE (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 500718 +SHA256 (xpi/firefox-i18n-53.0.2/id.xpi) = 2463d83abe03f48260ea6c8f195ff4d2800a2411f191c7abc5a0e97a2254c278 +SIZE (xpi/firefox-i18n-53.0.2/id.xpi) = 430281 +SHA256 (xpi/firefox-i18n-53.0.2/is.xpi) = e8132940f19bf8b2853a7eb2036b59b249ff21928a6d43ba0226d0bc1852c76a +SIZE (xpi/firefox-i18n-53.0.2/is.xpi) = 447334 +SHA256 (xpi/firefox-i18n-53.0.2/it.xpi) = f06adfd40f8cb738dd8e71ba3678bed85eb5eda92f4715a15749100717d2a7bb +SIZE (xpi/firefox-i18n-53.0.2/it.xpi) = 341969 +SHA256 (xpi/firefox-i18n-53.0.2/ja.xpi) = 3e75bafcc69a5a45366e9fe28a161865531112f4e5104b5e02f40ef0e5210123 +SIZE (xpi/firefox-i18n-53.0.2/ja.xpi) = 493029 +SHA256 (xpi/firefox-i18n-53.0.2/kk.xpi) = 63b1fd9875d4a54445026aaef9355ea0e1f5079a4b1f66ce2d13ae341054c0a5 +SIZE (xpi/firefox-i18n-53.0.2/kk.xpi) = 499341 +SHA256 (xpi/firefox-i18n-53.0.2/km.xpi) = 9a17f6f47ab582ebde8784279feb38f7f3b5b9156ea9e0535cafeb5344869fe5 +SIZE (xpi/firefox-i18n-53.0.2/km.xpi) = 524729 +SHA256 (xpi/firefox-i18n-53.0.2/kn.xpi) = ba5cbc5530c53132bcdac29a1f4b0bac383984618e1a38e68ec496725abe2fdf +SIZE (xpi/firefox-i18n-53.0.2/kn.xpi) = 524037 +SHA256 (xpi/firefox-i18n-53.0.2/ko.xpi) = 2f34266559cd4fb7b9f0330c440ed41d690c715e00cf3c6e5dacba5225261e78 +SIZE (xpi/firefox-i18n-53.0.2/ko.xpi) = 468653 +SHA256 (xpi/firefox-i18n-53.0.2/lij.xpi) = 57319636af883e959011da403fa6ef6a6de722fcd45997fc5cf85e8f174b4159 +SIZE (xpi/firefox-i18n-53.0.2/lij.xpi) = 435430 +SHA256 (xpi/firefox-i18n-53.0.2/lt.xpi) = cc191030ef2cfc5ea4f485721fcbcf3c058ba3be5b48eb7a36c1892c7492c7a6 +SIZE (xpi/firefox-i18n-53.0.2/lt.xpi) = 457034 +SHA256 (xpi/firefox-i18n-53.0.2/lv.xpi) = 99bb8fb32784a0ae4e61be10e16c2b605ab24778170653b9b259c1f84e6e4147 +SIZE (xpi/firefox-i18n-53.0.2/lv.xpi) = 453378 +SHA256 (xpi/firefox-i18n-53.0.2/mai.xpi) = 487a37504caf77b332647a349ed48e8469880e1458d4d13bf18cb7814de1678d +SIZE (xpi/firefox-i18n-53.0.2/mai.xpi) = 504302 +SHA256 (xpi/firefox-i18n-53.0.2/mk.xpi) = 967adfc3e5dd7671f359acce4266c9221fe621eb5c967afff76eaf0d2fe2aa46 +SIZE (xpi/firefox-i18n-53.0.2/mk.xpi) = 499956 +SHA256 (xpi/firefox-i18n-53.0.2/ml.xpi) = 20923f6d8410b1348943831241c3b861824cd3f2a7ecb39cc7dde7757ea1eb4c +SIZE (xpi/firefox-i18n-53.0.2/ml.xpi) = 520667 +SHA256 (xpi/firefox-i18n-53.0.2/mr.xpi) = 518a448cf4933ffbda3e530acd82859980f1a2c35fd4cc49bb0467e9391d8a69 +SIZE (xpi/firefox-i18n-53.0.2/mr.xpi) = 507882 +SHA256 (xpi/firefox-i18n-53.0.2/ms.xpi) = 62d1b4f77f7a2c3178c483be67f6dbdab91550862bdeea25978bb057c09b9c68 +SIZE (xpi/firefox-i18n-53.0.2/ms.xpi) = 440728 +SHA256 (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = c53f8bc9bf15c33c1d9bff266b8ee6f2f92d7b95411a332bddf7318005146742 +SIZE (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = 439033 +SHA256 (xpi/firefox-i18n-53.0.2/nl.xpi) = 94434f919a61ebd7cff12a8d32ac9b36ac0b62edaa24c398d9da8793c85603b4 +SIZE (xpi/firefox-i18n-53.0.2/nl.xpi) = 436860 +SHA256 (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = f7944456b7ad821d6a2e91805eed2e24f796bff7364d53689d803db606e539b7 +SIZE (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = 433329 +SHA256 (xpi/firefox-i18n-53.0.2/or.xpi) = 3f4a1ca22105d616db0b07b7aa46e40e9ff705ddb3f594f123d2813d3a870f70 +SIZE (xpi/firefox-i18n-53.0.2/or.xpi) = 501208 +SHA256 (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = d38d9bc9c4fb0cfc1a6bc4960a338dccc32620ec09e022697e61cf6607b86871 +SIZE (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = 480864 +SHA256 (xpi/firefox-i18n-53.0.2/pl.xpi) = 582a7e229b1bdf7423be141f9a278668cd25b37459ec7bbb8b0b721758bd4922 +SIZE (xpi/firefox-i18n-53.0.2/pl.xpi) = 354949 +SHA256 (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 89a8ff9dcfe46c320314df02000b7d66f721a93886cedd98ffdb2e80f8c5185f +SIZE (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 442708 +SHA256 (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 508575d58c837b3b94b5a05f0e5963f4bbcc34ba466f9c14b842e954d39cba77 +SIZE (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 441599 +SHA256 (xpi/firefox-i18n-53.0.2/rm.xpi) = 3dc06fb7cd7a5f3bbe141b68b4ee3034b81e93eb509c95b1f2a0e4aff5b5a2ea +SIZE (xpi/firefox-i18n-53.0.2/rm.xpi) = 439749 +SHA256 (xpi/firefox-i18n-53.0.2/ro.xpi) = 7b40f8850aedaa33a9221e32747629de84074f807f93630664807e3214393975 +SIZE (xpi/firefox-i18n-53.0.2/ro.xpi) = 454822 +SHA256 (xpi/firefox-i18n-53.0.2/ru.xpi) = b56427d635748fc7746842bceade41fa81c16843afb0d87ef0bcac9da3d9d6ba +SIZE (xpi/firefox-i18n-53.0.2/ru.xpi) = 506894 +SHA256 (xpi/firefox-i18n-53.0.2/si.xpi) = b733edc4c668debf7d0eda9ddcc0c1bbd9c5d31c7ea90e94108fd39c62a2a520 +SIZE (xpi/firefox-i18n-53.0.2/si.xpi) = 496183 +SHA256 (xpi/firefox-i18n-53.0.2/sk.xpi) = 96ccd04fb1df2ecd12ab6cd9ebb019f1c2a7d94e100b34112995adaff2f9227c +SIZE (xpi/firefox-i18n-53.0.2/sk.xpi) = 460859 +SHA256 (xpi/firefox-i18n-53.0.2/sl.xpi) = b6a994768aaef58c97a0aade9f463044300c07dca10c58c2be11c1fade665719 +SIZE (xpi/firefox-i18n-53.0.2/sl.xpi) = 438369 +SHA256 (xpi/firefox-i18n-53.0.2/son.xpi) = ac56d8090a8e039244e5707048201429562eab3684f3871a1af9247be85f9d96 +SIZE (xpi/firefox-i18n-53.0.2/son.xpi) = 439834 +SHA256 (xpi/firefox-i18n-53.0.2/sq.xpi) = 2d9761c95ce185a175f5112fbfb24a3d53232a2f11c9f37384a93cd515f2b78f +SIZE (xpi/firefox-i18n-53.0.2/sq.xpi) = 453422 +SHA256 (xpi/firefox-i18n-53.0.2/sr.xpi) = 056052c33435c69d1856116b296454638552229ba7b89ae7917be2d0af65a256 +SIZE (xpi/firefox-i18n-53.0.2/sr.xpi) = 467997 +SHA256 (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 05d606dcf0020efde60c28ebd1b49ce55626005c6b94cb9af148b9370254ff43 +SIZE (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 445795 +SHA256 (xpi/firefox-i18n-53.0.2/ta.xpi) = 13ca2bdd96e585d3386e5b825a1d0078c63874a67a9ff0e2c911000afd798a0b +SIZE (xpi/firefox-i18n-53.0.2/ta.xpi) = 500480 +SHA256 (xpi/firefox-i18n-53.0.2/te.xpi) = 5a935b8017503ceb33ee83ce576d94b58e177fa70026edd20ce479cd0d7938ca +SIZE (xpi/firefox-i18n-53.0.2/te.xpi) = 520475 +SHA256 (xpi/firefox-i18n-53.0.2/th.xpi) = 84dddef4741566dff676d55737be4c59c1be1d28c8831de6bf2f3c00259425ae +SIZE (xpi/firefox-i18n-53.0.2/th.xpi) = 494087 +SHA256 (xpi/firefox-i18n-53.0.2/tr.xpi) = 22b099ef75d5c431fbe3efea9ff1051e040303120f0a6abb10339db873210548 +SIZE (xpi/firefox-i18n-53.0.2/tr.xpi) = 445852 +SHA256 (xpi/firefox-i18n-53.0.2/uk.xpi) = ee75859e48a0c5ceb62ce9e46ac72035b280f4d743c9752e874b6df9d1cb956e +SIZE (xpi/firefox-i18n-53.0.2/uk.xpi) = 497432 +SHA256 (xpi/firefox-i18n-53.0.2/uz.xpi) = eac88ddcd6286476e3d144e3a662976d08206b576a8277cfb7fa60a8e2344abd +SIZE (xpi/firefox-i18n-53.0.2/uz.xpi) = 453391 +SHA256 (xpi/firefox-i18n-53.0.2/vi.xpi) = 0bb35467af32fac2bbf056eca1a9adac33c77e4021baa562072215ea218621a0 +SIZE (xpi/firefox-i18n-53.0.2/vi.xpi) = 455841 +SHA256 (xpi/firefox-i18n-53.0.2/xh.xpi) = 4cc0edbbc43b525751436f7a1adac903f669e16ae058081a5f454c0f653fd872 +SIZE (xpi/firefox-i18n-53.0.2/xh.xpi) = 446171 +SHA256 (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = c6da1d554094691262fb78bc9b2c256b00fb2f4d8b6bb911533632db9c8172ec +SIZE (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = 463955 +SHA256 (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 291335f845d203babd89a207cf7c3ac7991bb74364fbc9b08403b971027a59c4 +SIZE (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 474982 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat May 6 02:29:03 2017 (r440210) +++ head/www/firefox/Makefile Sat May 6 02:30:30 2017 (r440211) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 53.0 +DISTVERSION= 53.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sat May 6 02:29:03 2017 (r440210) +++ head/www/firefox/distinfo Sat May 6 02:30:30 2017 (r440211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492149930 -SHA256 (firefox-53.0.source.tar.xz) = 4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0 -SIZE (firefox-53.0.source.tar.xz) = 213676692 +TIMESTAMP = 1493948953 +SHA256 (firefox-53.0.2.source.tar.xz) = c536df9794fafe61e4e74562e2a37cd4a6fb1c13d99d5330d61be03b2d57ae54 +SIZE (firefox-53.0.2.source.tar.xz) = 215124156 From owner-svn-ports-all@freebsd.org Sat May 6 03:28:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C680D60085; Sat, 6 May 2017 03:28:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5C783BB5; Sat, 6 May 2017 03:28:10 +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 v463S9AJ014996; Sat, 6 May 2017 03:28:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v463S9I0014994; Sat, 6 May 2017 03:28:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060328.v463S9I0014994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 03:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440212 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 03:28:10 -0000 Author: jbeich Date: Sat May 6 03:28:09 2017 New Revision: 440212 URL: https://svnweb.freebsd.org/changeset/ports/440212 Log: multimedia/ffmpeg: unbreak on aarch64 after r439365 cc -I. -I./ -DLIBICONV_PLUG -isystem /usr/local/include -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DZLIB_CONST -fPIC -Qunused-arguments -MMD -MF libavcodec/aarch64/simple_idct_neon.d -MT libavcodec/aarch64/simple_idct_neon.o -c -o libavcodec/aarch64/simple_idct_neon.o libavcodec/aarch64/simple_idct_neon.S :1:14: error: invalid vector kind qualifier smull v7.4S, v26.4, v0.H[1] ^ :1:1: note: while in macro instantiation smull1 v7.4S, v26.4, v0.H[1] ^ :11:9: note: while in macro instantiation idct_col4_top v24 v25 v26 v27 1 4 ^ libavcodec/aarch64/simple_idct_neon.S:222:1: note: while in macro instantiation declare_idct_col4_neon 1 4H ^ [...] PR: 218658 (for tracking) Reported by: pkg-fallout Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat May 6 02:30:30 2017 (r440211) +++ head/multimedia/ffmpeg/Makefile Sat May 6 03:28:09 2017 (r440212) @@ -445,6 +445,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --enable-pthreads \ --cc="${CC}" +CONFIGURE_ENV_aarch64_clang= ASFLAGS=-no-integrated-as CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as CONFIGURE_ARGS_armv6= --disable-fast-unaligned From owner-svn-ports-all@freebsd.org Sat May 6 04:00:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4DCFD6006A; Sat, 6 May 2017 04:00:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB961EAF; Sat, 6 May 2017 04:00:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4640HoX027352; Sat, 6 May 2017 04:00:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4640H1T027349; Sat, 6 May 2017 04:00:17 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060400.v4640H1T027349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 04:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440213 - in head/devel: . pecl-weakref2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 04:00:18 -0000 Author: miwi Date: Sat May 6 04:00:16 2017 New Revision: 440213 URL: https://svnweb.freebsd.org/changeset/ports/440213 Log: - Repocopy from devel/pecl-weakref -> devel/pecl-weakref2 - Update to 0.3.3 for php7 support PR: 215514 Submitted by: maintainer Added: head/devel/pecl-weakref2/ - copied from r439862, head/devel/pecl-weakref/ Modified: head/devel/Makefile head/devel/pecl-weakref2/Makefile head/devel/pecl-weakref2/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 03:28:09 2017 (r440212) +++ head/devel/Makefile Sat May 6 04:00:16 2017 (r440213) @@ -3898,6 +3898,7 @@ SUBDIR += pecl-uv SUBDIR += pecl-vld SUBDIR += pecl-weakref + SUBDIR += pecl-weakref2 SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-yaconf Modified: head/devel/pecl-weakref2/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/devel/pecl-weakref2/Makefile Sat May 6 04:00:16 2017 (r440213) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= weakref -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= devel pear +PKGNAMESUFFIX= 2 DISTNAME= Weakref-${PORTVERSION} MAINTAINER= joneum@bsdproject.de @@ -14,7 +14,9 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 56 + +CONFLICTS= pecl-weakref-1* CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-weakref2/distinfo ============================================================================== --- head/devel/pecl-weakref/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/devel/pecl-weakref2/distinfo Sat May 6 04:00:16 2017 (r440213) @@ -1,2 +1,3 @@ -SHA256 (PECL/Weakref-0.2.6.tgz) = c15988e1e80ef228e7e34be067d1bf4c718ca2f0441eaa2da8f4e4ad7fc93c40 -SIZE (PECL/Weakref-0.2.6.tgz) = 10108 +TIMESTAMP = 1494042173 +SHA256 (PECL/Weakref-0.3.3.tgz) = ae574042ca9c074e5c11e72f5b4fe16d8e2353eae394ab8448f905cee935ac1c +SIZE (PECL/Weakref-0.3.3.tgz) = 12042 From owner-svn-ports-all@freebsd.org Sat May 6 04:03:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79A20D602F7; Sat, 6 May 2017 04:03:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3D175D; Sat, 6 May 2017 04:03:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4643bhL031128; Sat, 6 May 2017 04:03:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4643ahY031124; Sat, 6 May 2017 04:03:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060403.v4643ahY031124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 04:03:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440214 - in head/graphics: . py-djvulibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 04:03:38 -0000 Author: miwi Date: Sat May 6 04:03:36 2017 New Revision: 440214 URL: https://svnweb.freebsd.org/changeset/ports/440214 Log: A set of Python bindings for the DjVuLibre library, an open source implementation of DjVu. WWW: https://pypi.python.org/pypi/python-djvulibre WWW: http://jwilk.net/software/python-djvulibre PR: 219078 Submitted by: Yuri Victorovich Added: head/graphics/py-djvulibre/ head/graphics/py-djvulibre/Makefile (contents, props changed) head/graphics/py-djvulibre/distinfo (contents, props changed) head/graphics/py-djvulibre/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 6 04:00:16 2017 (r440213) +++ head/graphics/Makefile Sat May 6 04:03:36 2017 (r440214) @@ -838,6 +838,7 @@ SUBDIR += py-cairocffi SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails + SUBDIR += py-djvulibre SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exifread Added: head/graphics/py-djvulibre/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-djvulibre/Makefile Sat May 6 04:03:36 2017 (r440214) @@ -0,0 +1,24 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= python-djvulibre +PORTVERSION= 0.8 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python support for the DjVu image format + +LICENSE= GPLv2 + +BUILD_DEPENDS= cython:lang/cython +LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre + +USES= python:2 pkgconfig +USE_PYTHON= autoplist distutils + +post-patch: + @${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py + +.include Added: head/graphics/py-djvulibre/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-djvulibre/distinfo Sat May 6 04:03:36 2017 (r440214) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493964367 +SHA256 (python-djvulibre-0.8.tar.gz) = 9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b +SIZE (python-djvulibre-0.8.tar.gz) = 85436 Added: head/graphics/py-djvulibre/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-djvulibre/pkg-descr Sat May 6 04:03:36 2017 (r440214) @@ -0,0 +1,5 @@ +A set of Python bindings for the DjVuLibre library, an open source +implementation of DjVu. + +WWW: https://pypi.python.org/pypi/python-djvulibre +WWW: http://jwilk.net/software/python-djvulibre From owner-svn-ports-all@freebsd.org Sat May 6 04:35:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD0BD60296; Sat, 6 May 2017 04:35:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2C8710F; Sat, 6 May 2017 04:35:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v464ZFqE043825; Sat, 6 May 2017 04:35:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v464ZFCH043822; Sat, 6 May 2017 04:35:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060435.v464ZFCH043822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 04:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440215 - head/graphics/caffe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 04:35:17 -0000 Author: miwi Date: Sat May 6 04:35:15 2017 New Revision: 440215 URL: https://svnweb.freebsd.org/changeset/ports/440215 Log: - Update to 1.0 PR: 218785 Submitted by: maintainer Modified: head/graphics/caffe/Makefile head/graphics/caffe/distinfo head/graphics/caffe/pkg-plist Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/Makefile Sat May 6 04:35:15 2017 (r440215) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= caffe -PORTVERSION= 1.0.0.r5 -PORTREVISION= 3 +PORTVERSION= 1.0 CATEGORIES= graphics MAINTAINER= eric@camachat.org @@ -11,6 +10,8 @@ COMMENT= Fast open framework for deep le LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= caffe2-* + BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${LOCALBASE}/include/cblas.h:math/cblas \ @@ -49,7 +50,6 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SI GH_ACCOUNT= BVLC USE_GITHUB= yes -GH_TAGNAME= rc5 post-extract: @${CP} -v ${.CURDIR}/files/Makefile.config ${WRKSRC}/ Modified: head/graphics/caffe/distinfo ============================================================================== --- head/graphics/caffe/distinfo Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/distinfo Sat May 6 04:35:15 2017 (r440215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489879004 -SHA256 (BVLC-caffe-1.0.0.r5-rc5_GH0.tar.gz) = 06592aa8f5254335df3e244dafacc15765e2c60479b4bf2e7c887e8e023802fb -SIZE (BVLC-caffe-1.0.0.r5-rc5_GH0.tar.gz) = 8505332 +TIMESTAMP = 1492721930 +SHA256 (BVLC-caffe-1.0_GH0.tar.gz) = 71d3c9eb8a183150f965a465824d01fe82826c22505f7aa314f700ace03fa77f +SIZE (BVLC-caffe-1.0_GH0.tar.gz) = 8511397 Modified: head/graphics/caffe/pkg-plist ============================================================================== --- head/graphics/caffe/pkg-plist Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/pkg-plist Sat May 6 04:35:15 2017 (r440215) @@ -15,7 +15,7 @@ bin/convert_mnist_data bin/upgrade_net_proto_binary bin/extract_features lib/libcaffe.a -lib/libcaffe.so.1.0.0-rc5 +lib/libcaffe.so.1.0.0 lib/libcaffe.so include/caffe/blob.hpp include/caffe/layer.hpp @@ -136,9 +136,11 @@ include/caffe/test/test_caffe_main.hpp %%PYTHON_SITELIBDIR%%/caffe/test/test_net.py %%PYTHON_SITELIBDIR%%/caffe/test/test_python_layer_with_param_str.py %%PYTHON_SITELIBDIR%%/caffe/test/test_net_spec.py +%%PYTHON_SITELIBDIR%%/caffe/test/test_nccl.py %%PYTHON_SITELIBDIR%%/caffe/test/test_io.py %%PYTHON_SITELIBDIR%%/caffe/test/test_python_layer.py %%PYTHON_SITELIBDIR%%/caffe/test/test_layer_type_list.py +%%PYTHON_SITELIBDIR%%/caffe/test/test_draw.py %%PYTHON_SITELIBDIR%%/caffe/test/test_coord_map.py %%PYTHON_SITELIBDIR%%/caffe/net_spec.py %%PYTHON_SITELIBDIR%%/caffe/classifier.py From owner-svn-ports-all@freebsd.org Sat May 6 04:36:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 621FAD6033D; Sat, 6 May 2017 04:36:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4B22FB; Sat, 6 May 2017 04:36:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v464aHaE044006; Sat, 6 May 2017 04:36:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v464aH8w044003; Sat, 6 May 2017 04:36:17 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060436.v464aH8w044003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 04:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440216 - head/security/zeronet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 04:36:18 -0000 Author: miwi Date: Sat May 6 04:36:16 2017 New Revision: 440216 URL: https://svnweb.freebsd.org/changeset/ports/440216 Log: - Update to 0.5.4 PR: 218747 Submitted by: maintainer Modified: head/security/zeronet/Makefile head/security/zeronet/distinfo head/security/zeronet/pkg-plist Modified: head/security/zeronet/Makefile ============================================================================== --- head/security/zeronet/Makefile Sat May 6 04:35:15 2017 (r440215) +++ head/security/zeronet/Makefile Sat May 6 04:36:16 2017 (r440216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zeronet -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 DISTVERSIONPREFIX= v CATEGORIES= security net-p2p Modified: head/security/zeronet/distinfo ============================================================================== --- head/security/zeronet/distinfo Sat May 6 04:35:15 2017 (r440215) +++ head/security/zeronet/distinfo Sat May 6 04:36:16 2017 (r440216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489653499 -SHA256 (HelloZeroNet-ZeroNet-v0.5.3_GH0.tar.gz) = 297349a4e7e8cb359df264944452f67ace1a47fabe24569f09eef4108f6285cf -SIZE (HelloZeroNet-ZeroNet-v0.5.3_GH0.tar.gz) = 2451176 +TIMESTAMP = 1492590462 +SHA256 (HelloZeroNet-ZeroNet-v0.5.4_GH0.tar.gz) = ef7c210a9211a3c96d1d10f1337a67b87b733b69120c17ee2c328cadf93c4b87 +SIZE (HelloZeroNet-ZeroNet-v0.5.4_GH0.tar.gz) = 2472351 Modified: head/security/zeronet/pkg-plist ============================================================================== --- head/security/zeronet/pkg-plist Sat May 6 04:35:15 2017 (r440215) +++ head/security/zeronet/pkg-plist Sat May 6 04:36:16 2017 (r440216) @@ -235,6 +235,12 @@ etc/rc.d/zeronet %%DATADIR%%/plugins/disabled-Multiuser/__init__.py %%DATADIR%%/plugins/disabled-Multiuser/__init__.pyc %%DATADIR%%/plugins/disabled-Multiuser/__init__.pyo +%%DATADIR%%/plugins/disabled-StemPort/StemPortPlugin.py +%%DATADIR%%/plugins/disabled-StemPort/StemPortPlugin.pyc +%%DATADIR%%/plugins/disabled-StemPort/StemPortPlugin.pyo +%%DATADIR%%/plugins/disabled-StemPort/__init__.py +%%DATADIR%%/plugins/disabled-StemPort/__init__.pyc +%%DATADIR%%/plugins/disabled-StemPort/__init__.pyo %%DATADIR%%/plugins/disabled-UiPassword/UiPasswordPlugin.py %%DATADIR%%/plugins/disabled-UiPassword/UiPasswordPlugin.pyc %%DATADIR%%/plugins/disabled-UiPassword/UiPasswordPlugin.pyo @@ -597,9 +603,13 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/cssvendor/cssvendor.py %%DATADIR%%/src/lib/cssvendor/cssvendor.pyc %%DATADIR%%/src/lib/cssvendor/cssvendor.pyo +%%DATADIR%%/src/lib/geventwebsocket/AUTHORS %%DATADIR%%/src/lib/geventwebsocket/__init__.py %%DATADIR%%/src/lib/geventwebsocket/__init__.pyc %%DATADIR%%/src/lib/geventwebsocket/__init__.pyo +%%DATADIR%%/src/lib/geventwebsocket/_compat.py +%%DATADIR%%/src/lib/geventwebsocket/_compat.pyc +%%DATADIR%%/src/lib/geventwebsocket/_compat.pyo %%DATADIR%%/src/lib/geventwebsocket/exceptions.py %%DATADIR%%/src/lib/geventwebsocket/exceptions.pyc %%DATADIR%%/src/lib/geventwebsocket/exceptions.pyo @@ -647,17 +657,14 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/opensslVerify/__init__.pyo %%DATADIR%%/src/lib/opensslVerify/gencert.cmd %%DATADIR%%/src/lib/opensslVerify/libeay32.dll +%%DATADIR%%/src/lib/opensslVerify/license.txt %%DATADIR%%/src/lib/opensslVerify/openssl.cnf %%DATADIR%%/src/lib/opensslVerify/openssl.exe %%DATADIR%%/src/lib/opensslVerify/opensslVerify.py %%DATADIR%%/src/lib/opensslVerify/opensslVerify.pyc %%DATADIR%%/src/lib/opensslVerify/opensslVerify.pyo %%DATADIR%%/src/lib/opensslVerify/ssleay32.dll -%%DATADIR%%/src/lib/pyasn1/CHANGES -%%DATADIR%%/src/lib/pyasn1/PKG-INFO -%%DATADIR%%/src/lib/pyasn1/README -%%DATADIR%%/src/lib/pyasn1/THANKS -%%DATADIR%%/src/lib/pyasn1/TODO +%%DATADIR%%/src/lib/pyasn1/LICENSE.rst %%DATADIR%%/src/lib/pyasn1/__init__.py %%DATADIR%%/src/lib/pyasn1/__init__.pyc %%DATADIR%%/src/lib/pyasn1/__init__.pyo @@ -694,9 +701,24 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/pyasn1/codec/der/encoder.py %%DATADIR%%/src/lib/pyasn1/codec/der/encoder.pyc %%DATADIR%%/src/lib/pyasn1/codec/der/encoder.pyo +%%DATADIR%%/src/lib/pyasn1/codec/native/__init__.py +%%DATADIR%%/src/lib/pyasn1/codec/native/__init__.pyc +%%DATADIR%%/src/lib/pyasn1/codec/native/__init__.pyo +%%DATADIR%%/src/lib/pyasn1/codec/native/decoder.py +%%DATADIR%%/src/lib/pyasn1/codec/native/decoder.pyc +%%DATADIR%%/src/lib/pyasn1/codec/native/decoder.pyo +%%DATADIR%%/src/lib/pyasn1/codec/native/encoder.py +%%DATADIR%%/src/lib/pyasn1/codec/native/encoder.pyc +%%DATADIR%%/src/lib/pyasn1/codec/native/encoder.pyo %%DATADIR%%/src/lib/pyasn1/compat/__init__.py %%DATADIR%%/src/lib/pyasn1/compat/__init__.pyc %%DATADIR%%/src/lib/pyasn1/compat/__init__.pyo +%%DATADIR%%/src/lib/pyasn1/compat/binary.py +%%DATADIR%%/src/lib/pyasn1/compat/binary.pyc +%%DATADIR%%/src/lib/pyasn1/compat/binary.pyo +%%DATADIR%%/src/lib/pyasn1/compat/integer.py +%%DATADIR%%/src/lib/pyasn1/compat/integer.pyc +%%DATADIR%%/src/lib/pyasn1/compat/integer.pyo %%DATADIR%%/src/lib/pyasn1/compat/octets.py %%DATADIR%%/src/lib/pyasn1/compat/octets.pyc %%DATADIR%%/src/lib/pyasn1/compat/octets.pyo @@ -740,7 +762,7 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/pyasn1/type/useful.pyc %%DATADIR%%/src/lib/pyasn1/type/useful.pyo %%DATADIR%%/src/lib/pybitcointools/MANIFEST.in -%%DATADIR%%/src/lib/pybitcointools/README.txt +%%DATADIR%%/src/lib/pybitcointools/README.md %%DATADIR%%/src/lib/pybitcointools/__init__.py %%DATADIR%%/src/lib/pybitcointools/__init__.pyc %%DATADIR%%/src/lib/pybitcointools/__init__.pyo @@ -759,9 +781,13 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/pybitcointools/bitcoin/deterministic.py %%DATADIR%%/src/lib/pybitcointools/bitcoin/deterministic.pyc %%DATADIR%%/src/lib/pybitcointools/bitcoin/deterministic.pyo +%%DATADIR%%/src/lib/pybitcointools/bitcoin/english.txt %%DATADIR%%/src/lib/pybitcointools/bitcoin/main.py %%DATADIR%%/src/lib/pybitcointools/bitcoin/main.pyc %%DATADIR%%/src/lib/pybitcointools/bitcoin/main.pyo +%%DATADIR%%/src/lib/pybitcointools/bitcoin/mnemonic.py +%%DATADIR%%/src/lib/pybitcointools/bitcoin/mnemonic.pyc +%%DATADIR%%/src/lib/pybitcointools/bitcoin/mnemonic.pyo %%DATADIR%%/src/lib/pybitcointools/bitcoin/py2specials.py %%DATADIR%%/src/lib/pybitcointools/bitcoin/py2specials.pyc %%DATADIR%%/src/lib/pybitcointools/bitcoin/py2specials.pyo @@ -806,8 +832,6 @@ etc/rc.d/zeronet %%DATADIR%%/src/lib/pyelliptic/openssl.py %%DATADIR%%/src/lib/pyelliptic/openssl.pyc %%DATADIR%%/src/lib/pyelliptic/openssl.pyo -%%DATADIR%%/src/lib/rsa/CHANGELOG.txt -%%DATADIR%%/src/lib/rsa/README.rst %%DATADIR%%/src/lib/rsa/__init__.py %%DATADIR%%/src/lib/rsa/__init__.pyc %%DATADIR%%/src/lib/rsa/__init__.pyo From owner-svn-ports-all@freebsd.org Sat May 6 05:49:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3D0DD61F62; Sat, 6 May 2017 05:49:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41289EA; Sat, 6 May 2017 05:49:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465nDsX072565; Sat, 6 May 2017 05:49:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465nDZ8072563; Sat, 6 May 2017 05:49:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060549.v465nDZ8072563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440219 - head/www/drush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:49:14 -0000 Author: miwi Date: Sat May 6 05:49:13 2017 New Revision: 440219 URL: https://svnweb.freebsd.org/changeset/ports/440219 Log: - Update to 8.1.11 PR: 218840 Submitted by: maintainer Modified: head/www/drush/Makefile head/www/drush/distinfo Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Sat May 6 05:48:14 2017 (r440218) +++ head/www/drush/Makefile Sat May 6 05:49:13 2017 (r440219) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drush -PORTVERSION= 8.1.10 +PORTVERSION= 8.1.11 CATEGORIES= www MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/ DISTNAME= drush Modified: head/www/drush/distinfo ============================================================================== --- head/www/drush/distinfo Sat May 6 05:48:14 2017 (r440218) +++ head/www/drush/distinfo Sat May 6 05:49:13 2017 (r440219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488044624 -SHA256 (drush.phar) = af355c7a5a804c4175a3dddcefb1c2a9aed29c1f66d1a26863757d5aa1c0922b -SIZE (drush.phar) = 6138646 +TIMESTAMP = 1493027388 +SHA256 (drush.phar) = 86465bd00dfc0df83577b1e2fe356af09e95283510c4cf636947edfb97f72a25 +SIZE (drush.phar) = 6126275 From owner-svn-ports-all@freebsd.org Sat May 6 05:48:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98034D61C12; Sat, 6 May 2017 05:48:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A52D79D; Sat, 6 May 2017 05:48:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465mE59072396; Sat, 6 May 2017 05:48:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465mE56072395; Sat, 6 May 2017 05:48:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060548.v465mE56072395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440218 - head/sysutils/rdiff-backup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:48:15 -0000 Author: miwi Date: Sat May 6 05:48:14 2017 New Revision: 440218 URL: https://svnweb.freebsd.org/changeset/ports/440218 Log: - Limit to build to python:2.7 PR: 217974 Submitted by: Daniel Ylitalo Approved by: maintainer Modified: head/sysutils/rdiff-backup/Makefile Modified: head/sysutils/rdiff-backup/Makefile ============================================================================== --- head/sysutils/rdiff-backup/Makefile Sat May 6 05:46:14 2017 (r440217) +++ head/sysutils/rdiff-backup/Makefile Sat May 6 05:48:14 2017 (r440218) @@ -20,7 +20,7 @@ CONFLICTS= rdiff-backup-devel-[0-9]* rdi PORTSCOUT= limitw:1,even -USES= python +USES= python:-2.7 USE_PYTHON= distutils USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sat May 6 05:50:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C7B1D611F2; Sat, 6 May 2017 05:50:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52BC4EAE; Sat, 6 May 2017 05:50:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465ovxm074925; Sat, 6 May 2017 05:50:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465ovsf074922; Sat, 6 May 2017 05:50:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060550.v465ovsf074922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440220 - head/deskutils/tine20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:50:58 -0000 Author: miwi Date: Sat May 6 05:50:57 2017 New Revision: 440220 URL: https://svnweb.freebsd.org/changeset/ports/440220 Log: - Update to 2017.02.2 PR: 218880 Submitted by: daudo Approved by: maintainer Modified: head/deskutils/tine20/Makefile head/deskutils/tine20/distinfo head/deskutils/tine20/pkg-plist Modified: head/deskutils/tine20/Makefile ============================================================================== --- head/deskutils/tine20/Makefile Sat May 6 05:49:13 2017 (r440219) +++ head/deskutils/tine20/Makefile Sat May 6 05:50:57 2017 (r440220) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= tine20 -PORTVERSION= 0.0.2015.07.07 -DISTVERSIONSUFFIX= 2015.07.7 +PORTVERSION= 0.0.2017.02.2 +DISTVERSIONSUFFIX= 2017.02.2 CATEGORIES= deskutils www MASTER_SITES= http://packages.tine20.org/source/${DISTVERSIONSUFFIX}/ DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX} Modified: head/deskutils/tine20/distinfo ============================================================================== --- head/deskutils/tine20/distinfo Sat May 6 05:49:13 2017 (r440219) +++ head/deskutils/tine20/distinfo Sat May 6 05:50:57 2017 (r440220) @@ -1,2 +1,3 @@ -SHA256 (tine20-allinone_2015.07.7.tar.bz2) = 1a590b1db5adc5885e903ac21326d9ea8ae3b03f88b844d0bf6b98a40e67965b -SIZE (tine20-allinone_2015.07.7.tar.bz2) = 19473867 +TIMESTAMP = 1493138982 +SHA256 (tine20-allinone_2017.02.2.tar.bz2) = 8f6142062590181eb4595fca89b1a2dbd87d89ea3be2ff5b5ae8a4179bd1de4b +SIZE (tine20-allinone_2017.02.2.tar.bz2) = 28264872 Modified: head/deskutils/tine20/pkg-plist ============================================================================== --- head/deskutils/tine20/pkg-plist Sat May 6 05:49:13 2017 (r440219) +++ head/deskutils/tine20/pkg-plist Sat May 6 05:50:57 2017 (r440220) @@ -1,4 +1,5 @@ -@sample %%WWWDIR%%/config.inc.php.dist %%WWWDIR%%/config.inc.php +@sample %%WWWDIR%%/docs/config.inc.php.dist %%WWWDIR%%/config.inc.php +@sample %%WWWDIR%%/docs/htaccess %%WWWDIR%%/.htaccess %%WWWDIR%%/ActiveSync/Acl/Rights.php %%WWWDIR%%/ActiveSync/ActiveSync.jsb2 %%WWWDIR%%/ActiveSync/Backend/Device.php @@ -26,21 +27,20 @@ %%WWWDIR%%/ActiveSync/Setup/Update/Release6.php %%WWWDIR%%/ActiveSync/Setup/Update/Release7.php %%WWWDIR%%/ActiveSync/Setup/Update/Release8.php +%%WWWDIR%%/ActiveSync/Setup/Update/Release9.php %%WWWDIR%%/ActiveSync/Setup/setup.xml %%WWWDIR%%/ActiveSync/TimezoneConverter.php %%WWWDIR%%/ActiveSync/TimezoneNotFoundException.php -%%WWWDIR%%/ActiveSync/css/ActiveSync-FAT.css -%%WWWDIR%%/ActiveSync/css/ActiveSync-FAT.css.inc -%%WWWDIR%%/ActiveSync/js/ActiveSync-FAT-debug.js -%%WWWDIR%%/ActiveSync/js/ActiveSync-FAT-debug.js.inc -%%WWWDIR%%/ActiveSync/js/ActiveSync-FAT.js -%%WWWDIR%%/ActiveSync/js/ActiveSync-FAT.js.inc +%%WWWDIR%%/ActiveSync/js/ActiveSync-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-bg-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-bg.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ca-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ca.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs_CZ-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs_CZ.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-da-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-da.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-de-debug.js @@ -65,6 +65,10 @@ %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fi.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fr-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fr.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-he-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-he.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-he_IL-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-he_IL.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hr_HR-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hr_HR.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hu-debug.js @@ -73,6 +77,8 @@ %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-it.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja_JP-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja_JP.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ko-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ko.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ko_KR-debug.js @@ -117,6 +123,8 @@ %%WWWDIR%%/ActiveSync/translations/ca.po %%WWWDIR%%/ActiveSync/translations/cs.mo %%WWWDIR%%/ActiveSync/translations/cs.po +%%WWWDIR%%/ActiveSync/translations/cs_CZ.mo +%%WWWDIR%%/ActiveSync/translations/cs_CZ.po %%WWWDIR%%/ActiveSync/translations/da.mo %%WWWDIR%%/ActiveSync/translations/da.po %%WWWDIR%%/ActiveSync/translations/de.mo @@ -141,6 +149,10 @@ %%WWWDIR%%/ActiveSync/translations/fi.po %%WWWDIR%%/ActiveSync/translations/fr.mo %%WWWDIR%%/ActiveSync/translations/fr.po +%%WWWDIR%%/ActiveSync/translations/he.mo +%%WWWDIR%%/ActiveSync/translations/he.po +%%WWWDIR%%/ActiveSync/translations/he_IL.mo +%%WWWDIR%%/ActiveSync/translations/he_IL.po %%WWWDIR%%/ActiveSync/translations/hr_HR.mo %%WWWDIR%%/ActiveSync/translations/hr_HR.po %%WWWDIR%%/ActiveSync/translations/hu.mo @@ -149,6 +161,8 @@ %%WWWDIR%%/ActiveSync/translations/it.po %%WWWDIR%%/ActiveSync/translations/ja.mo %%WWWDIR%%/ActiveSync/translations/ja.po +%%WWWDIR%%/ActiveSync/translations/ja_JP.mo +%%WWWDIR%%/ActiveSync/translations/ja_JP.po %%WWWDIR%%/ActiveSync/translations/ko.mo %%WWWDIR%%/ActiveSync/translations/ko.po %%WWWDIR%%/ActiveSync/translations/ko_KR.mo @@ -196,17 +210,22 @@ %%WWWDIR%%/Addressbook/Backend/Ldap.php %%WWWDIR%%/Addressbook/Backend/List.php %%WWWDIR%%/Addressbook/Backend/Sql.php +%%WWWDIR%%/Addressbook/Backend/Sync/Ldap.php %%WWWDIR%%/Addressbook/Config.php %%WWWDIR%%/Addressbook/Controller.php %%WWWDIR%%/Addressbook/Controller/Contact.php +%%WWWDIR%%/Addressbook/Controller/Industry.php %%WWWDIR%%/Addressbook/Controller/List.php +%%WWWDIR%%/Addressbook/Controller/ListRole.php %%WWWDIR%%/Addressbook/Convert/Contact/Json.php %%WWWDIR%%/Addressbook/Convert/Contact/String.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/Abstract.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/Akonadi.php +%%WWWDIR%%/Addressbook/Convert/Contact/VCard/CalDAVSynchronizer.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/CardDAVSync.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/DavDroid.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/EMClient.php +%%WWWDIR%%/Addressbook/Convert/Contact/VCard/EMClient7.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/Factory.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/Generic.php %%WWWDIR%%/Addressbook/Convert/Contact/VCard/IOS.php @@ -217,6 +236,9 @@ %%WWWDIR%%/Addressbook/Convert/Contact/VCard/WebDAVCollaborator.php %%WWWDIR%%/Addressbook/Convert/Contact/config/convert_from_string.xml %%WWWDIR%%/Addressbook/Convert/Contact/config/convert_from_string_improved.xml +%%WWWDIR%%/Addressbook/Convert/List/Json.php +%%WWWDIR%%/Addressbook/Event/ChangeList.php +%%WWWDIR%%/Addressbook/Event/DeleteList.php %%WWWDIR%%/Addressbook/Exception.php %%WWWDIR%%/Addressbook/Exception/AccessDenied.php %%WWWDIR%%/Addressbook/Exception/Backend.php @@ -258,13 +280,19 @@ %%WWWDIR%%/Addressbook/Import/examples/adb_tine_import.csv %%WWWDIR%%/Addressbook/Import/examples/adb_vcard_import.vcf %%WWWDIR%%/Addressbook/Model/Contact.php -%%WWWDIR%%/Addressbook/Model/ContactDisabledFilter.php %%WWWDIR%%/Addressbook/Model/ContactFilter.php +%%WWWDIR%%/Addressbook/Model/ContactHiddenFilter.php %%WWWDIR%%/Addressbook/Model/ContactIdFilter.php +%%WWWDIR%%/Addressbook/Model/Industry.php +%%WWWDIR%%/Addressbook/Model/IndustryFilter.php %%WWWDIR%%/Addressbook/Model/List.php %%WWWDIR%%/Addressbook/Model/ListFilter.php %%WWWDIR%%/Addressbook/Model/ListHiddenFilter.php %%WWWDIR%%/Addressbook/Model/ListMemberFilter.php +%%WWWDIR%%/Addressbook/Model/ListMemberRole.php +%%WWWDIR%%/Addressbook/Model/ListRole.php +%%WWWDIR%%/Addressbook/Model/ListRoleFilter.php +%%WWWDIR%%/Addressbook/Model/ListRoleMemberFilter.php %%WWWDIR%%/Addressbook/Model/Salutation.php %%WWWDIR%%/Addressbook/Preference.php %%WWWDIR%%/Addressbook/Session.php @@ -274,6 +302,7 @@ %%WWWDIR%%/Addressbook/Setup/Import/Egw14.php %%WWWDIR%%/Addressbook/Setup/Initialize.php %%WWWDIR%%/Addressbook/Setup/Update/Release0.php +%%WWWDIR%%/Addressbook/Setup/Update/Release10.php %%WWWDIR%%/Addressbook/Setup/Update/Release2.php %%WWWDIR%%/Addressbook/Setup/Update/Release3.php %%WWWDIR%%/Addressbook/Setup/Update/Release4.php @@ -281,19 +310,18 @@ %%WWWDIR%%/Addressbook/Setup/Update/Release6.php %%WWWDIR%%/Addressbook/Setup/Update/Release7.php %%WWWDIR%%/Addressbook/Setup/Update/Release8.php +%%WWWDIR%%/Addressbook/Setup/Update/Release9.php %%WWWDIR%%/Addressbook/Setup/setup.xml -%%WWWDIR%%/Addressbook/css/Addressbook-FAT.css -%%WWWDIR%%/Addressbook/css/Addressbook-FAT.css.inc -%%WWWDIR%%/Addressbook/js/Addressbook-FAT-debug.js -%%WWWDIR%%/Addressbook/js/Addressbook-FAT-debug.js.inc -%%WWWDIR%%/Addressbook/js/Addressbook-FAT.js -%%WWWDIR%%/Addressbook/js/Addressbook-FAT.js.inc +%%WWWDIR%%/Addressbook/js/Addressbook-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-bg-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-bg.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ca-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ca.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-cs-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-cs.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-cs_CZ-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-cs_CZ.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-da-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-da.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-de-debug.js @@ -318,6 +346,10 @@ %%WWWDIR%%/Addressbook/js/Addressbook-lang-fi.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-fr-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-fr.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-he-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-he.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-he_IL-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-he_IL.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-hr_HR-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-hr_HR.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-hu-debug.js @@ -326,6 +358,8 @@ %%WWWDIR%%/Addressbook/js/Addressbook-lang-it.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ja-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ja.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-ja_JP-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-ja_JP.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ko-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ko.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ko_KR-debug.js @@ -370,6 +404,8 @@ %%WWWDIR%%/Addressbook/translations/ca.po %%WWWDIR%%/Addressbook/translations/cs.mo %%WWWDIR%%/Addressbook/translations/cs.po +%%WWWDIR%%/Addressbook/translations/cs_CZ.mo +%%WWWDIR%%/Addressbook/translations/cs_CZ.po %%WWWDIR%%/Addressbook/translations/da.mo %%WWWDIR%%/Addressbook/translations/da.po %%WWWDIR%%/Addressbook/translations/de.mo @@ -394,6 +430,10 @@ %%WWWDIR%%/Addressbook/translations/fi.po %%WWWDIR%%/Addressbook/translations/fr.mo %%WWWDIR%%/Addressbook/translations/fr.po +%%WWWDIR%%/Addressbook/translations/he.mo +%%WWWDIR%%/Addressbook/translations/he.po +%%WWWDIR%%/Addressbook/translations/he_IL.mo +%%WWWDIR%%/Addressbook/translations/he_IL.po %%WWWDIR%%/Addressbook/translations/hr_HR.mo %%WWWDIR%%/Addressbook/translations/hr_HR.po %%WWWDIR%%/Addressbook/translations/hu.mo @@ -402,6 +442,8 @@ %%WWWDIR%%/Addressbook/translations/it.po %%WWWDIR%%/Addressbook/translations/ja.mo %%WWWDIR%%/Addressbook/translations/ja.po +%%WWWDIR%%/Addressbook/translations/ja_JP.mo +%%WWWDIR%%/Addressbook/translations/ja_JP.po %%WWWDIR%%/Addressbook/translations/ko.mo %%WWWDIR%%/Addressbook/translations/ko.po %%WWWDIR%%/Addressbook/translations/ko_KR.mo @@ -462,7 +504,6 @@ %%WWWDIR%%/Admin/Event/BeforeDeleteGroup.php %%WWWDIR%%/Admin/Event/BeforeImportUser.php %%WWWDIR%%/Admin/Event/CreateGroup.php -%%WWWDIR%%/Admin/Event/DeleteAccount.php %%WWWDIR%%/Admin/Event/DeleteGroup.php %%WWWDIR%%/Admin/Event/RemoveGroupMember.php %%WWWDIR%%/Admin/Event/UpdateAccount.php @@ -495,19 +536,18 @@ %%WWWDIR%%/Admin/Setup/Update/Release6.php %%WWWDIR%%/Admin/Setup/Update/Release7.php %%WWWDIR%%/Admin/Setup/Update/Release8.php +%%WWWDIR%%/Admin/Setup/Update/Release9.php %%WWWDIR%%/Admin/Setup/setup.xml -%%WWWDIR%%/Admin/css/Admin-FAT.css -%%WWWDIR%%/Admin/css/Admin-FAT.css.inc -%%WWWDIR%%/Admin/js/Admin-FAT-debug.js -%%WWWDIR%%/Admin/js/Admin-FAT-debug.js.inc -%%WWWDIR%%/Admin/js/Admin-FAT.js -%%WWWDIR%%/Admin/js/Admin-FAT.js.inc +%%WWWDIR%%/Admin/js/Admin-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Admin/js/Admin-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Admin/js/Admin-lang-bg-debug.js %%WWWDIR%%/Admin/js/Admin-lang-bg.js %%WWWDIR%%/Admin/js/Admin-lang-ca-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ca.js %%WWWDIR%%/Admin/js/Admin-lang-cs-debug.js %%WWWDIR%%/Admin/js/Admin-lang-cs.js +%%WWWDIR%%/Admin/js/Admin-lang-cs_CZ-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-cs_CZ.js %%WWWDIR%%/Admin/js/Admin-lang-da-debug.js %%WWWDIR%%/Admin/js/Admin-lang-da.js %%WWWDIR%%/Admin/js/Admin-lang-de-debug.js @@ -532,6 +572,10 @@ %%WWWDIR%%/Admin/js/Admin-lang-fi.js %%WWWDIR%%/Admin/js/Admin-lang-fr-debug.js %%WWWDIR%%/Admin/js/Admin-lang-fr.js +%%WWWDIR%%/Admin/js/Admin-lang-he-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-he.js +%%WWWDIR%%/Admin/js/Admin-lang-he_IL-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-he_IL.js %%WWWDIR%%/Admin/js/Admin-lang-hr_HR-debug.js %%WWWDIR%%/Admin/js/Admin-lang-hr_HR.js %%WWWDIR%%/Admin/js/Admin-lang-hu-debug.js @@ -540,6 +584,8 @@ %%WWWDIR%%/Admin/js/Admin-lang-it.js %%WWWDIR%%/Admin/js/Admin-lang-ja-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ja.js +%%WWWDIR%%/Admin/js/Admin-lang-ja_JP-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-ja_JP.js %%WWWDIR%%/Admin/js/Admin-lang-ko-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ko.js %%WWWDIR%%/Admin/js/Admin-lang-ko_KR-debug.js @@ -584,6 +630,8 @@ %%WWWDIR%%/Admin/translations/ca.po %%WWWDIR%%/Admin/translations/cs.mo %%WWWDIR%%/Admin/translations/cs.po +%%WWWDIR%%/Admin/translations/cs_CZ.mo +%%WWWDIR%%/Admin/translations/cs_CZ.po %%WWWDIR%%/Admin/translations/da.mo %%WWWDIR%%/Admin/translations/da.po %%WWWDIR%%/Admin/translations/de.mo @@ -608,6 +656,10 @@ %%WWWDIR%%/Admin/translations/fi.po %%WWWDIR%%/Admin/translations/fr.mo %%WWWDIR%%/Admin/translations/fr.po +%%WWWDIR%%/Admin/translations/he.mo +%%WWWDIR%%/Admin/translations/he.po +%%WWWDIR%%/Admin/translations/he_IL.mo +%%WWWDIR%%/Admin/translations/he_IL.po %%WWWDIR%%/Admin/translations/hr_HR.mo %%WWWDIR%%/Admin/translations/hr_HR.po %%WWWDIR%%/Admin/translations/hu.mo @@ -616,6 +668,8 @@ %%WWWDIR%%/Admin/translations/it.po %%WWWDIR%%/Admin/translations/ja.mo %%WWWDIR%%/Admin/translations/ja.po +%%WWWDIR%%/Admin/translations/ja_JP.mo +%%WWWDIR%%/Admin/translations/ja_JP.po %%WWWDIR%%/Admin/translations/ko.mo %%WWWDIR%%/Admin/translations/ko.po %%WWWDIR%%/Admin/translations/ko_KR.mo @@ -670,8 +724,11 @@ %%WWWDIR%%/Calendar/Controller/Resource.php %%WWWDIR%%/Calendar/Convert/Event/Json.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/Abstract.php +%%WWWDIR%%/Calendar/Convert/Event/VCalendar/BusyCal.php +%%WWWDIR%%/Calendar/Convert/Event/VCalendar/CalDAVSynchronizer.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/DavDroid.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/EMClient.php +%%WWWDIR%%/Calendar/Convert/Event/VCalendar/EMClient7.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/Factory.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/Generic.php %%WWWDIR%%/Calendar/Convert/Event/VCalendar/Iphone.php @@ -686,19 +743,25 @@ %%WWWDIR%%/Calendar/Exception/IcalParser.php %%WWWDIR%%/Calendar/Exception/InvalidUrl.php %%WWWDIR%%/Calendar/Exception/iMIP.php -%%WWWDIR%%/Calendar/Export/Abstract.php +%%WWWDIR%%/Calendar/Export/DocSheet.php +%%WWWDIR%%/Calendar/Export/GenericTrait.php %%WWWDIR%%/Calendar/Export/Ical.php %%WWWDIR%%/Calendar/Export/Ods.php +%%WWWDIR%%/Calendar/Export/definitions/cal_default_doc_sheet.xml %%WWWDIR%%/Calendar/Export/definitions/cal_default_ods.xml +%%WWWDIR%%/Calendar/Export/templates/SimpleDocSheet.docx %%WWWDIR%%/Calendar/Frontend/ActiveSync.php %%WWWDIR%%/Calendar/Frontend/CalDAV/Cli.php %%WWWDIR%%/Calendar/Frontend/CalDAV/Dropbox.php +%%WWWDIR%%/Calendar/Frontend/CalDAV/FixMultiGet404Plugin.php %%WWWDIR%%/Calendar/Frontend/CalDAV/PluginAutoSchedule.php %%WWWDIR%%/Calendar/Frontend/CalDAV/PluginDefaultAlarms.php %%WWWDIR%%/Calendar/Frontend/CalDAV/PluginManagedAttachments.php %%WWWDIR%%/Calendar/Frontend/CalDAV/PluginPrivateEvents.php +%%WWWDIR%%/Calendar/Frontend/CalDAV/PropertyResponse.php %%WWWDIR%%/Calendar/Frontend/CalDAV/ScheduleInbox.php %%WWWDIR%%/Calendar/Frontend/CalDAV/SpeedUpPlugin.php +%%WWWDIR%%/Calendar/Frontend/CalDAV/SpeedUpPropfindPlugin.php %%WWWDIR%%/Calendar/Frontend/Cli.php %%WWWDIR%%/Calendar/Frontend/Http.php %%WWWDIR%%/Calendar/Frontend/Json.php @@ -707,6 +770,7 @@ %%WWWDIR%%/Calendar/Frontend/WebDAV/Container.php %%WWWDIR%%/Calendar/Frontend/WebDAV/Event.php %%WWWDIR%%/Calendar/Frontend/iMIP.php +%%WWWDIR%%/Calendar/Import/Abstract.php %%WWWDIR%%/Calendar/Import/CalDAV.php %%WWWDIR%%/Calendar/Import/CalDav/Client.php %%WWWDIR%%/Calendar/Import/CalDav/Decorator/Abstract.php @@ -735,10 +799,12 @@ %%WWWDIR%%/Calendar/Model/Rrule.php %%WWWDIR%%/Calendar/Model/iMIP.php %%WWWDIR%%/Calendar/Preference.php +%%WWWDIR%%/Calendar/Scheduler/Task.php %%WWWDIR%%/Calendar/Setup/DemoData.php %%WWWDIR%%/Calendar/Setup/Import/Egw14.php %%WWWDIR%%/Calendar/Setup/Initialize.php %%WWWDIR%%/Calendar/Setup/Update/Release0.php +%%WWWDIR%%/Calendar/Setup/Update/Release10.php %%WWWDIR%%/Calendar/Setup/Update/Release2.php %%WWWDIR%%/Calendar/Setup/Update/Release3.php %%WWWDIR%%/Calendar/Setup/Update/Release4.php @@ -748,19 +814,17 @@ %%WWWDIR%%/Calendar/Setup/Update/Release8.php %%WWWDIR%%/Calendar/Setup/Update/Release9.php %%WWWDIR%%/Calendar/Setup/setup.xml -%%WWWDIR%%/Calendar/css/Calendar-FAT.css -%%WWWDIR%%/Calendar/css/Calendar-FAT.css.inc %%WWWDIR%%/Calendar/css/print.css -%%WWWDIR%%/Calendar/js/Calendar-FAT-debug.js -%%WWWDIR%%/Calendar/js/Calendar-FAT-debug.js.inc -%%WWWDIR%%/Calendar/js/Calendar-FAT.js -%%WWWDIR%%/Calendar/js/Calendar-FAT.js.inc +%%WWWDIR%%/Calendar/js/Calendar-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Calendar/js/Calendar-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Calendar/js/Calendar-lang-bg-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-bg.js %%WWWDIR%%/Calendar/js/Calendar-lang-ca-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ca.js %%WWWDIR%%/Calendar/js/Calendar-lang-cs-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-cs.js +%%WWWDIR%%/Calendar/js/Calendar-lang-cs_CZ-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-cs_CZ.js %%WWWDIR%%/Calendar/js/Calendar-lang-da-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-da.js %%WWWDIR%%/Calendar/js/Calendar-lang-de-debug.js @@ -785,6 +849,10 @@ %%WWWDIR%%/Calendar/js/Calendar-lang-fi.js %%WWWDIR%%/Calendar/js/Calendar-lang-fr-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-fr.js +%%WWWDIR%%/Calendar/js/Calendar-lang-he-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-he.js +%%WWWDIR%%/Calendar/js/Calendar-lang-he_IL-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-he_IL.js %%WWWDIR%%/Calendar/js/Calendar-lang-hr_HR-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-hr_HR.js %%WWWDIR%%/Calendar/js/Calendar-lang-hu-debug.js @@ -793,6 +861,8 @@ %%WWWDIR%%/Calendar/js/Calendar-lang-it.js %%WWWDIR%%/Calendar/js/Calendar-lang-ja-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ja.js +%%WWWDIR%%/Calendar/js/Calendar-lang-ja_JP-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-ja_JP.js %%WWWDIR%%/Calendar/js/Calendar-lang-ko-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ko.js %%WWWDIR%%/Calendar/js/Calendar-lang-ko_KR-debug.js @@ -837,6 +907,8 @@ %%WWWDIR%%/Calendar/translations/ca.po %%WWWDIR%%/Calendar/translations/cs.mo %%WWWDIR%%/Calendar/translations/cs.po +%%WWWDIR%%/Calendar/translations/cs_CZ.mo +%%WWWDIR%%/Calendar/translations/cs_CZ.po %%WWWDIR%%/Calendar/translations/da.mo %%WWWDIR%%/Calendar/translations/da.po %%WWWDIR%%/Calendar/translations/de.mo @@ -861,6 +933,10 @@ %%WWWDIR%%/Calendar/translations/fi.po %%WWWDIR%%/Calendar/translations/fr.mo %%WWWDIR%%/Calendar/translations/fr.po +%%WWWDIR%%/Calendar/translations/he.mo +%%WWWDIR%%/Calendar/translations/he.po +%%WWWDIR%%/Calendar/translations/he_IL.mo +%%WWWDIR%%/Calendar/translations/he_IL.po %%WWWDIR%%/Calendar/translations/hr_HR.mo %%WWWDIR%%/Calendar/translations/hr_HR.po %%WWWDIR%%/Calendar/translations/hu.mo @@ -869,6 +945,8 @@ %%WWWDIR%%/Calendar/translations/it.po %%WWWDIR%%/Calendar/translations/ja.mo %%WWWDIR%%/Calendar/translations/ja.po +%%WWWDIR%%/Calendar/translations/ja_JP.mo +%%WWWDIR%%/Calendar/translations/ja_JP.po %%WWWDIR%%/Calendar/translations/ko.mo %%WWWDIR%%/Calendar/translations/ko.po %%WWWDIR%%/Calendar/translations/ko_KR.mo @@ -909,6 +987,167 @@ %%WWWDIR%%/Calendar/translations/zh_TW.mo %%WWWDIR%%/Calendar/translations/zh_TW.po %%WWWDIR%%/Calendar/views/eventNotification.php +%%WWWDIR%%/config.inc.php.dist +%%WWWDIR%%/CoreData/Config.php +%%WWWDIR%%/CoreData/Controller.php +%%WWWDIR%%/CoreData/CoreData.jsb2 +%%WWWDIR%%/CoreData/Exception.php +%%WWWDIR%%/CoreData/Frontend/Cli.php +%%WWWDIR%%/CoreData/Frontend/Http.php +%%WWWDIR%%/CoreData/Frontend/Json.php +%%WWWDIR%%/CoreData/Model/CoreData.php +%%WWWDIR%%/CoreData/Preference.php +%%WWWDIR%%/CoreData/Setup/Initialize.php +%%WWWDIR%%/CoreData/Setup/Update/Release0.php +%%WWWDIR%%/CoreData/Setup/Update/Release1.php +%%WWWDIR%%/CoreData/Setup/setup.xml +%%WWWDIR%%/CoreData/js/CoreData-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/CoreData/js/CoreData-28d9a2f93b1b22c6b181-FAT.js +%%WWWDIR%%/CoreData/js/CoreData-lang-bg-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-bg.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ca-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ca.js +%%WWWDIR%%/CoreData/js/CoreData-lang-cs-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-cs.js +%%WWWDIR%%/CoreData/js/CoreData-lang-cs_CZ-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-cs_CZ.js +%%WWWDIR%%/CoreData/js/CoreData-lang-da-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-da.js +%%WWWDIR%%/CoreData/js/CoreData-lang-de-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-de.js +%%WWWDIR%%/CoreData/js/CoreData-lang-el_GR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-el_GR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en_AU-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en_AU.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en_NZ-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-en_NZ.js +%%WWWDIR%%/CoreData/js/CoreData-lang-es-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-es.js +%%WWWDIR%%/CoreData/js/CoreData-lang-es_MX-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-es_MX.js +%%WWWDIR%%/CoreData/js/CoreData-lang-et-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-et.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fa_IR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fa_IR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fi-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fi.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fr-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-fr.js +%%WWWDIR%%/CoreData/js/CoreData-lang-he-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-he.js +%%WWWDIR%%/CoreData/js/CoreData-lang-he_IL-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-he_IL.js +%%WWWDIR%%/CoreData/js/CoreData-lang-hr_HR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-hr_HR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-hu-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-hu.js +%%WWWDIR%%/CoreData/js/CoreData-lang-it-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-it.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ja-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ja.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ja_JP-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ja_JP.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ko-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ko.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ko_KR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ko_KR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-lt-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-lt.js +%%WWWDIR%%/CoreData/js/CoreData-lang-nb-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-nb.js +%%WWWDIR%%/CoreData/js/CoreData-lang-nl_NL-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-nl_NL.js +%%WWWDIR%%/CoreData/js/CoreData-lang-pl-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-pl.js +%%WWWDIR%%/CoreData/js/CoreData-lang-pt_BR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-pt_BR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ro_RO-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ro_RO.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ru-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-ru.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sk-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sk.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sl-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sl.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sq-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sq.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sv_SE-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-sv_SE.js +%%WWWDIR%%/CoreData/js/CoreData-lang-th-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-th.js +%%WWWDIR%%/CoreData/js/CoreData-lang-tr_TR-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-tr_TR.js +%%WWWDIR%%/CoreData/js/CoreData-lang-vi-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-vi.js +%%WWWDIR%%/CoreData/js/CoreData-lang-vi_VN-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-vi_VN.js +%%WWWDIR%%/CoreData/js/CoreData-lang-zh_CN-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-zh_CN.js +%%WWWDIR%%/CoreData/js/CoreData-lang-zh_TW-debug.js +%%WWWDIR%%/CoreData/js/CoreData-lang-zh_TW.js +%%WWWDIR%%/CoreData/translations/bg.mo +%%WWWDIR%%/CoreData/translations/bg.po +%%WWWDIR%%/CoreData/translations/ca.mo +%%WWWDIR%%/CoreData/translations/ca.po +%%WWWDIR%%/CoreData/translations/cs.mo +%%WWWDIR%%/CoreData/translations/cs.po +%%WWWDIR%%/CoreData/translations/da.mo +%%WWWDIR%%/CoreData/translations/da.po +%%WWWDIR%%/CoreData/translations/de.mo +%%WWWDIR%%/CoreData/translations/de.po +%%WWWDIR%%/CoreData/translations/el_GR.mo +%%WWWDIR%%/CoreData/translations/el_GR.po +%%WWWDIR%%/CoreData/translations/en.mo +%%WWWDIR%%/CoreData/translations/en.po +%%WWWDIR%%/CoreData/translations/en_AU.mo +%%WWWDIR%%/CoreData/translations/en_AU.po +%%WWWDIR%%/CoreData/translations/en_NZ.mo +%%WWWDIR%%/CoreData/translations/en_NZ.po +%%WWWDIR%%/CoreData/translations/es.mo +%%WWWDIR%%/CoreData/translations/es.po +%%WWWDIR%%/CoreData/translations/es_MX.mo +%%WWWDIR%%/CoreData/translations/es_MX.po +%%WWWDIR%%/CoreData/translations/et.mo +%%WWWDIR%%/CoreData/translations/et.po +%%WWWDIR%%/CoreData/translations/fa_IR.mo +%%WWWDIR%%/CoreData/translations/fa_IR.po +%%WWWDIR%%/CoreData/translations/fi.mo +%%WWWDIR%%/CoreData/translations/fi.po +%%WWWDIR%%/CoreData/translations/fr.mo +%%WWWDIR%%/CoreData/translations/fr.po +%%WWWDIR%%/CoreData/translations/hr_HR.mo +%%WWWDIR%%/CoreData/translations/hr_HR.po +%%WWWDIR%%/CoreData/translations/hu.mo +%%WWWDIR%%/CoreData/translations/hu.po +%%WWWDIR%%/CoreData/translations/it.mo +%%WWWDIR%%/CoreData/translations/it.po +%%WWWDIR%%/CoreData/translations/ja.mo +%%WWWDIR%%/CoreData/translations/ja.po +%%WWWDIR%%/CoreData/translations/ko.mo +%%WWWDIR%%/CoreData/translations/ko.po +%%WWWDIR%%/CoreData/translations/ko_KR.mo +%%WWWDIR%%/CoreData/translations/ko_KR.po +%%WWWDIR%%/CoreData/translations/lt.mo +%%WWWDIR%%/CoreData/translations/lt.po +%%WWWDIR%%/CoreData/translations/nb.mo +%%WWWDIR%%/CoreData/translations/nb.po +%%WWWDIR%%/CoreData/translations/nl_NL.mo +%%WWWDIR%%/CoreData/translations/nl_NL.po +%%WWWDIR%%/CoreData/translations/pl.mo +%%WWWDIR%%/CoreData/translations/pl.po +%%WWWDIR%%/CoreData/translations/pt_BR.mo +%%WWWDIR%%/CoreData/translations/pt_BR.po +%%WWWDIR%%/CoreData/translations/ro_RO.mo +%%WWWDIR%%/CoreData/translations/ro_RO.po +%%WWWDIR%%/CoreData/translations/ru.mo +%%WWWDIR%%/CoreData/translations/ru.po +%%WWWDIR%%/CoreData/translations/sk.mo +%%WWWDIR%%/CoreData/translations/sk.po +%%WWWDIR%%/CoreData/translations/sl.mo +%%WWWDIR%%/CoreData/translations/sl.po +%%WWWDIR%%/CoreData/translations/template.pot %%WWWDIR%%/Crm/Acl/Rights.php %%WWWDIR%%/Crm/Backend/Lead.php %%WWWDIR%%/Crm/Config.php @@ -934,11 +1173,13 @@ %%WWWDIR%%/Crm/Frontend/Json.php %%WWWDIR%%/Crm/Import/Csv.php %%WWWDIR%%/Crm/Import/definitions/crm_tine_import_csv.xml -%%WWWDIR%%/Crm/Model/Config.php %%WWWDIR%%/Crm/Model/Lead.php %%WWWDIR%%/Crm/Model/LeadClosedFilter.php %%WWWDIR%%/Crm/Model/LeadFilter.php %%WWWDIR%%/Crm/Model/LeadQueryFilter.php +%%WWWDIR%%/Crm/Model/LeadSource.php +%%WWWDIR%%/Crm/Model/LeadState.php +%%WWWDIR%%/Crm/Model/LeadType.php %%WWWDIR%%/Crm/Preference.php %%WWWDIR%%/Crm/Setup/DemoData.php %%WWWDIR%%/Crm/Setup/Initialize.php @@ -950,19 +1191,18 @@ %%WWWDIR%%/Crm/Setup/Update/Release6.php %%WWWDIR%%/Crm/Setup/Update/Release7.php %%WWWDIR%%/Crm/Setup/Update/Release8.php +%%WWWDIR%%/Crm/Setup/Update/Release9.php %%WWWDIR%%/Crm/Setup/setup.xml -%%WWWDIR%%/Crm/css/Crm-FAT.css -%%WWWDIR%%/Crm/css/Crm-FAT.css.inc -%%WWWDIR%%/Crm/js/Crm-FAT-debug.js -%%WWWDIR%%/Crm/js/Crm-FAT-debug.js.inc -%%WWWDIR%%/Crm/js/Crm-FAT.js -%%WWWDIR%%/Crm/js/Crm-FAT.js.inc +%%WWWDIR%%/Crm/js/Crm-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Crm/js/Crm-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Crm/js/Crm-lang-bg-debug.js %%WWWDIR%%/Crm/js/Crm-lang-bg.js %%WWWDIR%%/Crm/js/Crm-lang-ca-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ca.js %%WWWDIR%%/Crm/js/Crm-lang-cs-debug.js %%WWWDIR%%/Crm/js/Crm-lang-cs.js +%%WWWDIR%%/Crm/js/Crm-lang-cs_CZ-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-cs_CZ.js %%WWWDIR%%/Crm/js/Crm-lang-da-debug.js %%WWWDIR%%/Crm/js/Crm-lang-da.js %%WWWDIR%%/Crm/js/Crm-lang-de-debug.js @@ -987,6 +1227,10 @@ %%WWWDIR%%/Crm/js/Crm-lang-fi.js %%WWWDIR%%/Crm/js/Crm-lang-fr-debug.js %%WWWDIR%%/Crm/js/Crm-lang-fr.js +%%WWWDIR%%/Crm/js/Crm-lang-he-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-he.js +%%WWWDIR%%/Crm/js/Crm-lang-he_IL-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-he_IL.js %%WWWDIR%%/Crm/js/Crm-lang-hr_HR-debug.js %%WWWDIR%%/Crm/js/Crm-lang-hr_HR.js %%WWWDIR%%/Crm/js/Crm-lang-hu-debug.js @@ -995,6 +1239,8 @@ %%WWWDIR%%/Crm/js/Crm-lang-it.js %%WWWDIR%%/Crm/js/Crm-lang-ja-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ja.js +%%WWWDIR%%/Crm/js/Crm-lang-ja_JP-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-ja_JP.js %%WWWDIR%%/Crm/js/Crm-lang-ko-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ko.js %%WWWDIR%%/Crm/js/Crm-lang-ko_KR-debug.js @@ -1039,6 +1285,8 @@ %%WWWDIR%%/Crm/translations/ca.po %%WWWDIR%%/Crm/translations/cs.mo %%WWWDIR%%/Crm/translations/cs.po +%%WWWDIR%%/Crm/translations/cs_CZ.mo +%%WWWDIR%%/Crm/translations/cs_CZ.po %%WWWDIR%%/Crm/translations/da.mo %%WWWDIR%%/Crm/translations/da.po %%WWWDIR%%/Crm/translations/de.mo @@ -1063,6 +1311,10 @@ %%WWWDIR%%/Crm/translations/fi.po %%WWWDIR%%/Crm/translations/fr.mo %%WWWDIR%%/Crm/translations/fr.po +%%WWWDIR%%/Crm/translations/he.mo +%%WWWDIR%%/Crm/translations/he.po +%%WWWDIR%%/Crm/translations/he_IL.mo +%%WWWDIR%%/Crm/translations/he_IL.po %%WWWDIR%%/Crm/translations/hr_HR.mo %%WWWDIR%%/Crm/translations/hr_HR.po %%WWWDIR%%/Crm/translations/hu.mo @@ -1071,6 +1323,8 @@ %%WWWDIR%%/Crm/translations/it.po %%WWWDIR%%/Crm/translations/ja.mo %%WWWDIR%%/Crm/translations/ja.po +%%WWWDIR%%/Crm/translations/ja_JP.mo +%%WWWDIR%%/Crm/translations/ja_JP.po %%WWWDIR%%/Crm/translations/ko.mo %%WWWDIR%%/Crm/translations/ko.po %%WWWDIR%%/Crm/translations/ko_KR.mo @@ -1129,6 +1383,7 @@ %%WWWDIR%%/Felamimail/Controller/Cache/Message.php %%WWWDIR%%/Felamimail/Controller/Folder.php %%WWWDIR%%/Felamimail/Controller/Message.php +%%WWWDIR%%/Felamimail/Controller/Message/File.php %%WWWDIR%%/Felamimail/Controller/Message/Flags.php %%WWWDIR%%/Felamimail/Controller/Message/Move.php %%WWWDIR%%/Felamimail/Controller/Message/Send.php @@ -1144,6 +1399,7 @@ %%WWWDIR%%/Felamimail/Exception/SievePutScriptFail.php %%WWWDIR%%/Felamimail/Felamimail.jsb2 %%WWWDIR%%/Felamimail/Frontend/ActiveSync.php +%%WWWDIR%%/Felamimail/Frontend/Cli.php %%WWWDIR%%/Felamimail/Frontend/Http.php %%WWWDIR%%/Felamimail/Frontend/Json.php %%WWWDIR%%/Felamimail/Frontend/WebDAV.php @@ -1169,6 +1425,7 @@ %%WWWDIR%%/Felamimail/Session.php %%WWWDIR%%/Felamimail/Setup/Initialize.php %%WWWDIR%%/Felamimail/Setup/Update/Release0.php +%%WWWDIR%%/Felamimail/Setup/Update/Release10.php %%WWWDIR%%/Felamimail/Setup/Update/Release2.php %%WWWDIR%%/Felamimail/Setup/Update/Release3.php %%WWWDIR%%/Felamimail/Setup/Update/Release4.php @@ -1186,18 +1443,16 @@ %%WWWDIR%%/Felamimail/Sieve/Rule/Condition.php %%WWWDIR%%/Felamimail/Sieve/Vacation.php %%WWWDIR%%/Felamimail/Transport.php -%%WWWDIR%%/Felamimail/css/Felamimail-FAT.css -%%WWWDIR%%/Felamimail/css/Felamimail-FAT.css.inc -%%WWWDIR%%/Felamimail/js/Felamimail-FAT-debug.js -%%WWWDIR%%/Felamimail/js/Felamimail-FAT-debug.js.inc -%%WWWDIR%%/Felamimail/js/Felamimail-FAT.js -%%WWWDIR%%/Felamimail/js/Felamimail-FAT.js.inc +%%WWWDIR%%/Felamimail/js/Felamimail-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-bg-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-bg.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ca-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ca.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-cs-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-cs.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-cs_CZ-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-cs_CZ.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-da-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-da.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-de-debug.js @@ -1222,6 +1477,10 @@ %%WWWDIR%%/Felamimail/js/Felamimail-lang-fi.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-fr-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-fr.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-he-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-he.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-he_IL-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-he_IL.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-hr_HR-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-hr_HR.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-hu-debug.js @@ -1230,6 +1489,8 @@ %%WWWDIR%%/Felamimail/js/Felamimail-lang-it.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ja-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ja.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-ja_JP-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-ja_JP.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ko-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ko.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ko_KR-debug.js @@ -1274,6 +1535,8 @@ %%WWWDIR%%/Felamimail/translations/ca.po %%WWWDIR%%/Felamimail/translations/cs.mo %%WWWDIR%%/Felamimail/translations/cs.po +%%WWWDIR%%/Felamimail/translations/cs_CZ.mo +%%WWWDIR%%/Felamimail/translations/cs_CZ.po %%WWWDIR%%/Felamimail/translations/da.mo %%WWWDIR%%/Felamimail/translations/da.po %%WWWDIR%%/Felamimail/translations/de.mo @@ -1298,6 +1561,10 @@ %%WWWDIR%%/Felamimail/translations/fi.po %%WWWDIR%%/Felamimail/translations/fr.mo %%WWWDIR%%/Felamimail/translations/fr.po +%%WWWDIR%%/Felamimail/translations/he.mo +%%WWWDIR%%/Felamimail/translations/he.po +%%WWWDIR%%/Felamimail/translations/he_IL.mo +%%WWWDIR%%/Felamimail/translations/he_IL.po %%WWWDIR%%/Felamimail/translations/hr_HR.mo %%WWWDIR%%/Felamimail/translations/hr_HR.po %%WWWDIR%%/Felamimail/translations/hu.mo @@ -1306,6 +1573,8 @@ %%WWWDIR%%/Felamimail/translations/it.po %%WWWDIR%%/Felamimail/translations/ja.mo %%WWWDIR%%/Felamimail/translations/ja.po +%%WWWDIR%%/Felamimail/translations/ja_JP.mo +%%WWWDIR%%/Felamimail/translations/ja_JP.po %%WWWDIR%%/Felamimail/translations/ko.mo %%WWWDIR%%/Felamimail/translations/ko.po %%WWWDIR%%/Felamimail/translations/ko_KR.mo @@ -1346,6 +1615,7 @@ %%WWWDIR%%/Felamimail/translations/zh_TW.mo %%WWWDIR%%/Felamimail/translations/zh_TW.po %%WWWDIR%%/Filemanager/Acl/Rights.php +%%WWWDIR%%/Filemanager/Config.php %%WWWDIR%%/Filemanager/Controller.php %%WWWDIR%%/Filemanager/Controller/DownloadLink.php %%WWWDIR%%/Filemanager/Controller/Node.php @@ -1365,6 +1635,7 @@ %%WWWDIR%%/Filemanager/Model/DownloadLink.php %%WWWDIR%%/Filemanager/Model/DownloadLinkFilter.php %%WWWDIR%%/Filemanager/Model/Node.php +%%WWWDIR%%/Filemanager/Model/NodeFilter.php %%WWWDIR%%/Filemanager/Setup/Initialize.php %%WWWDIR%%/Filemanager/Setup/Update/Release3.php %%WWWDIR%%/Filemanager/Setup/Update/Release4.php @@ -1372,19 +1643,18 @@ %%WWWDIR%%/Filemanager/Setup/Update/Release6.php %%WWWDIR%%/Filemanager/Setup/Update/Release7.php %%WWWDIR%%/Filemanager/Setup/Update/Release8.php +%%WWWDIR%%/Filemanager/Setup/Update/Release9.php %%WWWDIR%%/Filemanager/Setup/setup.xml -%%WWWDIR%%/Filemanager/css/Filemanager-FAT.css -%%WWWDIR%%/Filemanager/css/Filemanager-FAT.css.inc -%%WWWDIR%%/Filemanager/js/Filemanager-FAT-debug.js -%%WWWDIR%%/Filemanager/js/Filemanager-FAT-debug.js.inc -%%WWWDIR%%/Filemanager/js/Filemanager-FAT.js -%%WWWDIR%%/Filemanager/js/Filemanager-FAT.js.inc +%%WWWDIR%%/Filemanager/js/Filemanager-28d9a2f93b1b22c6b181-FAT.debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-28d9a2f93b1b22c6b181-FAT.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-bg-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-bg.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ca-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ca.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-cs-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-cs.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-cs_CZ-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-cs_CZ.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-da-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-da.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-de-debug.js @@ -1409,6 +1679,10 @@ %%WWWDIR%%/Filemanager/js/Filemanager-lang-fi.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-fr-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-fr.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-he-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-he.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-he_IL-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-he_IL.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-hr_HR-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-hr_HR.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-hu-debug.js @@ -1417,6 +1691,8 @@ %%WWWDIR%%/Filemanager/js/Filemanager-lang-it.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ja-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ja.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-ja_JP-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-ja_JP.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ko-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ko.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ko_KR-debug.js @@ -1461,6 +1737,8 @@ %%WWWDIR%%/Filemanager/translations/ca.po %%WWWDIR%%/Filemanager/translations/cs.mo %%WWWDIR%%/Filemanager/translations/cs.po +%%WWWDIR%%/Filemanager/translations/cs_CZ.mo +%%WWWDIR%%/Filemanager/translations/cs_CZ.po %%WWWDIR%%/Filemanager/translations/da.mo %%WWWDIR%%/Filemanager/translations/da.po %%WWWDIR%%/Filemanager/translations/de.mo @@ -1485,6 +1763,10 @@ %%WWWDIR%%/Filemanager/translations/fi.po %%WWWDIR%%/Filemanager/translations/fr.mo %%WWWDIR%%/Filemanager/translations/fr.po +%%WWWDIR%%/Filemanager/translations/he.mo +%%WWWDIR%%/Filemanager/translations/he.po +%%WWWDIR%%/Filemanager/translations/he_IL.mo +%%WWWDIR%%/Filemanager/translations/he_IL.po %%WWWDIR%%/Filemanager/translations/hr_HR.mo %%WWWDIR%%/Filemanager/translations/hr_HR.po %%WWWDIR%%/Filemanager/translations/hu.mo @@ -1493,6 +1775,8 @@ %%WWWDIR%%/Filemanager/translations/it.po %%WWWDIR%%/Filemanager/translations/ja.mo %%WWWDIR%%/Filemanager/translations/ja.po +%%WWWDIR%%/Filemanager/translations/ja_JP.mo +%%WWWDIR%%/Filemanager/translations/ja_JP.po %%WWWDIR%%/Filemanager/translations/ko.mo %%WWWDIR%%/Filemanager/translations/ko.po %%WWWDIR%%/Filemanager/translations/ko_KR.mo @@ -1537,191 +1821,6 @@ %%WWWDIR%%/Filemanager/views/notfound.phtml %%WWWDIR%%/LICENSE %%WWWDIR%%/PRIVACY -%%WWWDIR%%/Projects/Acl/Rights.php -%%WWWDIR%%/Projects/Backend/Project.php -%%WWWDIR%%/Projects/Config.php -%%WWWDIR%%/Projects/Controller.php -%%WWWDIR%%/Projects/Controller/Project.php -%%WWWDIR%%/Projects/Exception.php -%%WWWDIR%%/Projects/Frontend/Cli.php -%%WWWDIR%%/Projects/Frontend/Http.php -%%WWWDIR%%/Projects/Frontend/Json.php -%%WWWDIR%%/Projects/Model/AttendeeRole.php -%%WWWDIR%%/Projects/Model/Project.php -%%WWWDIR%%/Projects/Model/ProjectFilter.php -%%WWWDIR%%/Projects/Model/Status.php -%%WWWDIR%%/Projects/Preference.php -%%WWWDIR%%/Projects/Projects.jsb2 -%%WWWDIR%%/Projects/Setup/Initialize.php -%%WWWDIR%%/Projects/Setup/Update/Release1.php -%%WWWDIR%%/Projects/Setup/Update/Release5.php -%%WWWDIR%%/Projects/Setup/Update/Release6.php -%%WWWDIR%%/Projects/Setup/Update/Release7.php -%%WWWDIR%%/Projects/Setup/Update/Release8.php -%%WWWDIR%%/Projects/Setup/setup.xml -%%WWWDIR%%/Projects/css/Projects-FAT.css -%%WWWDIR%%/Projects/css/Projects-FAT.css.inc -%%WWWDIR%%/Projects/js/Projects-FAT-debug.js -%%WWWDIR%%/Projects/js/Projects-FAT-debug.js.inc -%%WWWDIR%%/Projects/js/Projects-FAT.js -%%WWWDIR%%/Projects/js/Projects-FAT.js.inc -%%WWWDIR%%/Projects/js/Projects-lang-bg-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-bg.js -%%WWWDIR%%/Projects/js/Projects-lang-ca-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ca.js -%%WWWDIR%%/Projects/js/Projects-lang-cs-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-cs.js -%%WWWDIR%%/Projects/js/Projects-lang-da-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-da.js -%%WWWDIR%%/Projects/js/Projects-lang-de-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-de.js -%%WWWDIR%%/Projects/js/Projects-lang-el_GR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-el_GR.js -%%WWWDIR%%/Projects/js/Projects-lang-en-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-en.js -%%WWWDIR%%/Projects/js/Projects-lang-en_AU-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-en_AU.js -%%WWWDIR%%/Projects/js/Projects-lang-en_NZ-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-en_NZ.js -%%WWWDIR%%/Projects/js/Projects-lang-es-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-es.js -%%WWWDIR%%/Projects/js/Projects-lang-es_MX-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-es_MX.js -%%WWWDIR%%/Projects/js/Projects-lang-et-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-et.js -%%WWWDIR%%/Projects/js/Projects-lang-fa_IR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-fa_IR.js -%%WWWDIR%%/Projects/js/Projects-lang-fi-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-fi.js -%%WWWDIR%%/Projects/js/Projects-lang-fr-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-fr.js -%%WWWDIR%%/Projects/js/Projects-lang-hr_HR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-hr_HR.js -%%WWWDIR%%/Projects/js/Projects-lang-hu-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-hu.js -%%WWWDIR%%/Projects/js/Projects-lang-it-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-it.js -%%WWWDIR%%/Projects/js/Projects-lang-ja-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ja.js -%%WWWDIR%%/Projects/js/Projects-lang-ko-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ko.js -%%WWWDIR%%/Projects/js/Projects-lang-ko_KR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ko_KR.js -%%WWWDIR%%/Projects/js/Projects-lang-lt-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-lt.js -%%WWWDIR%%/Projects/js/Projects-lang-nb-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-nb.js -%%WWWDIR%%/Projects/js/Projects-lang-nl_NL-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-nl_NL.js -%%WWWDIR%%/Projects/js/Projects-lang-pl-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-pl.js -%%WWWDIR%%/Projects/js/Projects-lang-pt_BR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-pt_BR.js -%%WWWDIR%%/Projects/js/Projects-lang-ro_RO-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ro_RO.js -%%WWWDIR%%/Projects/js/Projects-lang-ru-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-ru.js -%%WWWDIR%%/Projects/js/Projects-lang-sk-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-sk.js -%%WWWDIR%%/Projects/js/Projects-lang-sl-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-sl.js -%%WWWDIR%%/Projects/js/Projects-lang-sq-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-sq.js -%%WWWDIR%%/Projects/js/Projects-lang-sv_SE-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-sv_SE.js -%%WWWDIR%%/Projects/js/Projects-lang-th-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-th.js -%%WWWDIR%%/Projects/js/Projects-lang-tr_TR-debug.js -%%WWWDIR%%/Projects/js/Projects-lang-tr_TR.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 6 05:52:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4B4AD61300; Sat, 6 May 2017 05:52:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E78C1183; Sat, 6 May 2017 05:52:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465q5Tb076663; Sat, 6 May 2017 05:52:05 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465q5cL076660; Sat, 6 May 2017 05:52:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060552.v465q5cL076660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440221 - head/www/fabio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:52:06 -0000 Author: miwi Date: Sat May 6 05:52:05 2017 New Revision: 440221 URL: https://svnweb.freebsd.org/changeset/ports/440221 Log: - Update to 1.4.3 - Update WWW PR: 218896 Submitted by: maintainer Modified: head/www/fabio/Makefile head/www/fabio/distinfo head/www/fabio/pkg-descr Modified: head/www/fabio/Makefile ============================================================================== --- head/www/fabio/Makefile Sat May 6 05:50:57 2017 (r440220) +++ head/www/fabio/Makefile Sat May 6 05:52:05 2017 (r440221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fabio -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 DISTVERSIONPREFIX= v CATEGORIES= www @@ -12,21 +12,21 @@ LICENSE= MIT USES= go USE_GITHUB= yes -GH_ACCOUNT= eBay +GH_ACCOUNT= fabiolb GH_PROJECT= fabio -GH_SUBDIR= src/github.com/eBay/fabio +GH_SUBDIR= src/github.com/fabiolb/fabio USE_RC_SUBR= fabio do-build: - @cd ${WRKSRC}/src/github.com/eBay/fabio; \ + @cd ${WRKSRC}/src/github.com/fabiolb/fabio; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/fabio do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/eBay/fabio/bin/fabio \ + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/fabiolb/fabio/bin/fabio \ ${STAGEDIR}${PREFIX}/sbin/fabio - ${INSTALL_DATA} ${WRKSRC}/src/github.com/eBay/fabio/fabio.properties \ + ${INSTALL_DATA} ${WRKSRC}/src/github.com/fabiolb/fabio/fabio.properties \ ${STAGEDIR}${PREFIX}/etc/fabio.properties.sample .include Modified: head/www/fabio/distinfo ============================================================================== --- head/www/fabio/distinfo Sat May 6 05:50:57 2017 (r440220) +++ head/www/fabio/distinfo Sat May 6 05:52:05 2017 (r440221) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491931437 -SHA256 (eBay-fabio-v1.4.2_GH0.tar.gz) = 692793d0ff53195121ea2838a08b9e66532cfbbf02eb831ca166031efbffa9fa -SIZE (eBay-fabio-v1.4.2_GH0.tar.gz) = 580192 +TIMESTAMP = 1493227892 +SHA256 (fabiolb-fabio-v1.4.3_GH0.tar.gz) = 9afdf89bbe5e1a5cf17cbffe255d75cfc51f170c8d30f64e659317f82aed042f +SIZE (fabiolb-fabio-v1.4.3_GH0.tar.gz) = 608969 Modified: head/www/fabio/pkg-descr ============================================================================== --- head/www/fabio/pkg-descr Sat May 6 05:50:57 2017 (r440220) +++ head/www/fabio/pkg-descr Sat May 6 05:52:05 2017 (r440221) @@ -1,4 +1,4 @@ A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. -WWW: https://github.com/eBay/fabio +WWW: https://github.com/fabiolb/fabio From owner-svn-ports-all@freebsd.org Sat May 6 05:56:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2EB9D615B9; Sat, 6 May 2017 05:56:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 949841D63; Sat, 6 May 2017 05:56:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465uK76077565; Sat, 6 May 2017 05:56:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465uKvf077563; Sat, 6 May 2017 05:56:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060556.v465uKvf077563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440226 - head/devel/git-lfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:56:21 -0000 Author: miwi Date: Sat May 6 05:56:20 2017 New Revision: 440226 URL: https://svnweb.freebsd.org/changeset/ports/440226 Log: - Update to 2.1.0 PR: 218953 Submitted by: maintainer Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Sat May 6 05:55:37 2017 (r440225) +++ head/devel/git-lfs/Makefile Sat May 6 05:56:20 2017 (r440226) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Sat May 6 05:55:37 2017 (r440225) +++ head/devel/git-lfs/distinfo Sat May 6 05:56:20 2017 (r440226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491509370 -SHA256 (git-lfs-git-lfs-v2.0.2_GH0.tar.gz) = e266bdffa53e947ba1d0bf8944d73029384bad2ed05af92bc10918d07eec6b63 -SIZE (git-lfs-git-lfs-v2.0.2_GH0.tar.gz) = 633786 +TIMESTAMP = 1493460769 +SHA256 (git-lfs-git-lfs-v2.1.0_GH0.tar.gz) = 638e079aab661a8e4d886fd9d4ea728c5e4efcbf657ad4f5497ba39b91e91c08 +SIZE (git-lfs-git-lfs-v2.1.0_GH0.tar.gz) = 645947 From owner-svn-ports-all@freebsd.org Sat May 6 05:57:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C1ADD6184C; Sat, 6 May 2017 05:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B393CC7; Sat, 6 May 2017 05:57:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465vaZi077734; Sat, 6 May 2017 05:57:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465vaRp077732; Sat, 6 May 2017 05:57:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060557.v465vaRp077732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440227 - head/security/py-keyrings.alt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:57:38 -0000 Author: miwi Date: Sat May 6 05:57:36 2017 New Revision: 440227 URL: https://svnweb.freebsd.org/changeset/ports/440227 Log: - Update to 2.2 - Removed KDE_KWALLET option since it is no longer included. PR: 218902 Submitted by: maintainer Modified: head/security/py-keyrings.alt/Makefile head/security/py-keyrings.alt/distinfo Modified: head/security/py-keyrings.alt/Makefile ============================================================================== --- head/security/py-keyrings.alt/Makefile Sat May 6 05:56:20 2017 (r440226) +++ head/security/py-keyrings.alt/Makefile Sat May 6 05:57:36 2017 (r440227) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyrings.alt -PORTVERSION= 1.1.1 +PORTVERSION= 2.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,24 +11,23 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Alternate Python keyring implementations LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -OPTIONS_DEFINE= ENCRYPTED_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS +OPTIONS_DEFINE= ENCRYPTED_FILE GNOME_KEYRING KEYCZAR PYFS ENCRYPTED_FILE_DESC= Install pycrypto to support the Encrypted File backend GNOME_KEYRING_DESC= Install GNOME Keyring to support the Gnome backend -KDE_KWALLET_DESC= Install KDE KWallet to support the kwallet backend KEYCZAR_DESC= Install keyczar to support keyring encryption PYFS_DESC= Install pyfilesystem to support the pyfs backend ENCRYPTED_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:security/py-pycrypto GNOME_KEYRING_USE= GNOME=pygobject3 -KDE_KWALLET_USES= kde:4 -KDE_KWALLET_USE= KDE=pykde4 KEYCZAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:security/py-keyczar PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.5:devel/py-fs Modified: head/security/py-keyrings.alt/distinfo ============================================================================== --- head/security/py-keyrings.alt/distinfo Sat May 6 05:56:20 2017 (r440226) +++ head/security/py-keyrings.alt/distinfo Sat May 6 05:57:36 2017 (r440227) @@ -1,2 +1,3 @@ -SHA256 (keyrings.alt-1.1.1.tar.gz) = 2f1a55849504644795076291bcc66a7266e0388dea13fe23a89d25c99e355d22 -SIZE (keyrings.alt-1.1.1.tar.gz) = 23100 +TIMESTAMP = 1493259448 +SHA256 (keyrings.alt-2.2.tar.gz) = f438bd6e9f1b413b8926b0568fc8aaf2f773fa5b75fed4fb49091c5b32ad85a6 +SIZE (keyrings.alt-2.2.tar.gz) = 26121 From owner-svn-ports-all@freebsd.org Sat May 6 05:46:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3EA7D617D9; Sat, 6 May 2017 05:46:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C056321E; Sat, 6 May 2017 05:46:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465kElb072217; Sat, 6 May 2017 05:46:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465kEOR072215; Sat, 6 May 2017 05:46:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060546.v465kEOR072215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440217 - head/www/h2o X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:46:16 -0000 Author: miwi Date: Sat May 6 05:46:14 2017 New Revision: 440217 URL: https://svnweb.freebsd.org/changeset/ports/440217 Log: - Update to 2.2.2 PR: 218764 Submitted by: maintainer Modified: head/www/h2o/Makefile head/www/h2o/distinfo Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Sat May 6 04:36:16 2017 (r440216) +++ head/www/h2o/Makefile Sat May 6 05:46:14 2017 (r440217) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v CATEGORIES= www @@ -53,7 +52,7 @@ MRUBY_CMAKE_OFF= -DWITH_MRUBY=OFF .if ${PORT_OPTIONS:MMRUBY} USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes -BUILD_DEPENDS+= bison:devel/bison +USES+= bison .endif post-patch: Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Sat May 6 04:36:16 2017 (r440216) +++ head/www/h2o/distinfo Sat May 6 05:46:14 2017 (r440217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484725591 -SHA256 (h2o-h2o-v2.1.0_GH0.tar.gz) = 41f3853f3083c2fe8e70d3ab7be02c3de3c26fb77ba5fc56fdaf46712418b999 -SIZE (h2o-h2o-v2.1.0_GH0.tar.gz) = 15207573 +TIMESTAMP = 1492946918 +SHA256 (h2o-h2o-v2.2.2_GH0.tar.gz) = cf45780058566bd63d90ad0b52b1d15f8515519090753398b9bcf770162a0433 +SIZE (h2o-h2o-v2.2.2_GH0.tar.gz) = 16192602 From owner-svn-ports-all@freebsd.org Sat May 6 06:00:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79DA1D61C17; Sat, 6 May 2017 06:00:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA3E9CD; Sat, 6 May 2017 06:00:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4660ODO078176; Sat, 6 May 2017 06:00:24 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4660NXx078172; Sat, 6 May 2017 06:00:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060600.v4660NXx078172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 06:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440229 - in head: editors/scite x11-toolkits/scintilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:00:25 -0000 Author: miwi Date: Sat May 6 06:00:23 2017 New Revision: 440229 URL: https://svnweb.freebsd.org/changeset/ports/440229 Log: - Update to 3.7.4 PR: 218228 Submitted by: lightside@gmx.com Approved by: maintainer Modified: head/editors/scite/Makefile head/editors/scite/distinfo head/x11-toolkits/scintilla/Makefile head/x11-toolkits/scintilla/distinfo Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Sat May 6 05:58:47 2017 (r440228) +++ head/editors/scite/Makefile Sat May 6 06:00:23 2017 (r440229) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.7.3 -PORTREVISION= 1 +PORTVERSION= 3.7.4 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Sat May 6 05:58:47 2017 (r440228) +++ head/editors/scite/distinfo Sat May 6 06:00:23 2017 (r440229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487626081 -SHA256 (scite373.tgz) = 355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815 -SIZE (scite373.tgz) = 2327127 +TIMESTAMP = 1490054625 +SHA256 (scite374.tgz) = 197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20 +SIZE (scite374.tgz) = 2329831 Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sat May 6 05:58:47 2017 (r440228) +++ head/x11-toolkits/scintilla/Makefile Sat May 6 06:00:23 2017 (r440229) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.7.3 -PORTREVISION= 1 +PORTVERSION= 3.7.4 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sat May 6 05:58:47 2017 (r440228) +++ head/x11-toolkits/scintilla/distinfo Sat May 6 06:00:23 2017 (r440229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487626081 -SHA256 (scite373.tgz) = 355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815 -SIZE (scite373.tgz) = 2327127 +TIMESTAMP = 1490054625 +SHA256 (scite374.tgz) = 197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20 +SIZE (scite374.tgz) = 2329831 From owner-svn-ports-all@freebsd.org Sat May 6 05:55:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67C6AD6152C; Sat, 6 May 2017 05:55:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0401B88; Sat, 6 May 2017 05:55:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465tcCl077409; Sat, 6 May 2017 05:55:38 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465tbOb077406; Sat, 6 May 2017 05:55:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060555.v465tbOb077406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440225 - in head/irc/undernet-ircu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:55:39 -0000 Author: miwi Date: Sat May 6 05:55:37 2017 New Revision: 440225 URL: https://svnweb.freebsd.org/changeset/ports/440225 Log: - Update to 2.10.12.16 PR: 218950 Submitted by: maintainer Modified: head/irc/undernet-ircu/Makefile head/irc/undernet-ircu/distinfo head/irc/undernet-ircu/files/patch-ircd-Makefile.in Modified: head/irc/undernet-ircu/Makefile ============================================================================== --- head/irc/undernet-ircu/Makefile Sat May 6 05:54:51 2017 (r440224) +++ head/irc/undernet-ircu/Makefile Sat May 6 05:55:37 2017 (r440225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= undernet-ircu -PORTVERSION= 2.10.12.15 +PORTVERSION= 2.10.12.16 CATEGORIES= irc net MASTER_SITES= SF/${PORTNAME}/ircu/ircu${PORTVERSION} \ ftp://ftpmirror.uk/freebsd-ports/undernet-ircu/ Modified: head/irc/undernet-ircu/distinfo ============================================================================== --- head/irc/undernet-ircu/distinfo Sat May 6 05:54:51 2017 (r440224) +++ head/irc/undernet-ircu/distinfo Sat May 6 05:55:37 2017 (r440225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486249578 -SHA256 (ircu2.10.12.15.tar.gz) = bbd6ea125dfb1dc57d638467d78a8c1192c25e1e59ea2db3e9326fea3ea12248 -SIZE (ircu2.10.12.15.tar.gz) = 1025057 +TIMESTAMP = 1493454765 +SHA256 (ircu2.10.12.16.tar.gz) = 6c9c8516f08b95b378126f419d41f580861b5824244bc29491021af3620db074 +SIZE (ircu2.10.12.16.tar.gz) = 1024924 Modified: head/irc/undernet-ircu/files/patch-ircd-Makefile.in ============================================================================== --- head/irc/undernet-ircu/files/patch-ircd-Makefile.in Sat May 6 05:54:51 2017 (r440224) +++ head/irc/undernet-ircu/files/patch-ircd-Makefile.in Sat May 6 05:55:37 2017 (r440225) @@ -1,6 +1,6 @@ ---- ircd/Makefile.in 2007-10-29 21:16:57.000000000 -0400 -+++ ircd/Makefile.in 2008-04-12 21:30:24.000000000 -0400 -@@ -288,7 +288,7 @@ +--- ircd/Makefile.in.orig 2017-04-29 08:34:19 UTC ++++ ircd/Makefile.in +@@ -291,7 +291,7 @@ install-with-symlink: build mkbindir @${RM} /tmp/ircd.tag ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR} ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR} @@ -9,7 +9,7 @@ install-no-symlink: build mkbindir @if [ ! -d ${DPATH} -a ! -f ${DPATH} ]; then \ -@@ -302,7 +302,7 @@ +@@ -305,7 +305,7 @@ install-no-symlink: build mkbindir ${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR} ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR} From owner-svn-ports-all@freebsd.org Sat May 6 06:04:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F49BD600EC; Sat, 6 May 2017 06:04:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5795160E; Sat, 6 May 2017 06:03:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4663wKN082217; Sat, 6 May 2017 06:03:58 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4663wwG082213; Sat, 6 May 2017 06:03:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060603.v4663wwG082213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 06:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440230 - in head/dns: . py-dns-lexicon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:04:00 -0000 Author: miwi Date: Sat May 6 06:03:58 2017 New Revision: 440230 URL: https://svnweb.freebsd.org/changeset/ports/440230 Log: Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. Lexicon has a CLI but it can also be used as a python library. Lexicon was designed to be used in automation, specifically letsencrypt. WWW: https://github.com/AnalogJ/lexicon PR: 218792 Submitted by: Goran Meki Added: head/dns/py-dns-lexicon/ head/dns/py-dns-lexicon/Makefile (contents, props changed) head/dns/py-dns-lexicon/distinfo (contents, props changed) head/dns/py-dns-lexicon/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat May 6 06:00:23 2017 (r440229) +++ head/dns/Makefile Sat May 6 06:03:58 2017 (r440230) @@ -168,6 +168,7 @@ SUBDIR += powerdns-recursor SUBDIR += public_suffix_list SUBDIR += py-dns + SUBDIR += py-dns-lexicon SUBDIR += py-dnschain SUBDIR += py-dnspython SUBDIR += py-easyzone Added: head/dns/py-dns-lexicon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-dns-lexicon/Makefile Sat May 6 06:03:58 2017 (r440230) @@ -0,0 +1,23 @@ +# Created by: Goran Mekić +# $FreeBSD$ + +PORTNAME= dns-lexicon +PORTVERSION= 2.0.7 +CATEGORIES= dns python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= Manipulate DNS records on various DNS providers in a standardized way + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}tldextract>=1.7.5:dns/py-tldextract \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests + +USES= python +USE_PYTHON= distutils autoplist +NO_ACRH= yes + +.include Added: head/dns/py-dns-lexicon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-dns-lexicon/distinfo Sat May 6 06:03:58 2017 (r440230) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492705960 +SHA256 (dns-lexicon-2.0.7.tar.gz) = e22b5ce4476e6c1658dc5e504b268403e752212abe3c0710fbc1c4d89cfa2a8f +SIZE (dns-lexicon-2.0.7.tar.gz) = 26225 Added: head/dns/py-dns-lexicon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-dns-lexicon/pkg-descr Sat May 6 06:03:58 2017 (r440230) @@ -0,0 +1,6 @@ +Lexicon provides a way to manipulate DNS records on multiple DNS providers in a +standardized way. Lexicon has a CLI but it can also be used as a python library. + +Lexicon was designed to be used in automation, specifically letsencrypt. + +WWW: https://github.com/AnalogJ/lexicon From owner-svn-ports-all@freebsd.org Sat May 6 05:53:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8302CD61404; Sat, 6 May 2017 05:53:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A63176B; Sat, 6 May 2017 05:53:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465rvrE077048; Sat, 6 May 2017 05:53:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465rucc077045; Sat, 6 May 2017 05:53:56 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060553.v465rucc077045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440223 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:53:58 -0000 Author: miwi Date: Sat May 6 05:53:56 2017 New Revision: 440223 URL: https://svnweb.freebsd.org/changeset/ports/440223 Log: - Update to 1.13.5 PR: 219016 Submitted by: maintainer Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo head/print/cups-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sat May 6 05:53:03 2017 (r440222) +++ head/print/cups-filters/Makefile Sat May 6 05:53:56 2017 (r440223) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.13.4 -PORTREVISION?= 3 +PORTVERSION= 1.13.5 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -29,6 +28,7 @@ SHEBANG_FILES= filter/braille/drivers/ge filter/braille/drivers/index/imageubrltoindexv4.in \ filter/braille/drivers/index/textbrftoindexv3.in \ filter/braille/filters/imagetobrf.in \ + filter/braille/filters/liblouis1.defs.gen.in \ filter/braille/filters/texttobrf.in USE_GNOME= glib20 USE_RC_SUBR= cups_browsed @@ -50,6 +50,7 @@ OPTIONS_SUB= yes BRAILLE_CONFIGURE_ENABLE= braille BRAILLE_DESC= Braille embosser support +BRAILLE_BUILD_DEPENDS= bash:shells/bash BRAILLE_LIB_DEPENDS= liblouis.so:devel/liblouis \ # liblouisutdml.so:devel/liblouisutdml BRAILLE_RUN_DEPENDS= convert:graphics/ImageMagick \ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Sat May 6 05:53:03 2017 (r440222) +++ head/print/cups-filters/distinfo Sat May 6 05:53:56 2017 (r440223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489586863 -SHA256 (cups-filters-1.13.4.tar.xz) = 94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd -SIZE (cups-filters-1.13.4.tar.xz) = 1421224 +TIMESTAMP = 1493593539 +SHA256 (cups-filters-1.13.5.tar.xz) = 35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d +SIZE (cups-filters-1.13.5.tar.xz) = 1424764 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Sat May 6 05:53:03 2017 (r440222) +++ head/print/cups-filters/pkg-plist Sat May 6 05:53:56 2017 (r440223) @@ -111,7 +111,7 @@ share/cups/ppdc/escp.h %%BRAILLE%%share/cups/ppdc/imagemagick.defs %%BRAILLE%%share/cups/ppdc/index.defs %%BRAILLE%%share/cups/ppdc/liblouis.defs -%%BRAILLE%%share/cups/ppdc/liblouis1.defs +%%BRAILLE%%share/cups/ppdc/liblouis1.defs.gen.in %%BRAILLE%%share/cups/ppdc/liblouis2.defs %%BRAILLE%%share/cups/ppdc/liblouis3.defs %%BRAILLE%%share/cups/ppdc/liblouis4.defs From owner-svn-ports-all@freebsd.org Sat May 6 05:53:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 056D0D61358; Sat, 6 May 2017 05:53:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB73514ED; Sat, 6 May 2017 05:53:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465r3NE076826; Sat, 6 May 2017 05:53:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465r30e076824; Sat, 6 May 2017 05:53:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060553.v465r30e076824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440222 - head/sysutils/ttyd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:53:05 -0000 Author: miwi Date: Sat May 6 05:53:03 2017 New Revision: 440222 URL: https://svnweb.freebsd.org/changeset/ports/440222 Log: - Update to 1.3.2 PR: 219039 Submitted by: maintainer Modified: head/sysutils/ttyd/Makefile head/sysutils/ttyd/distinfo Modified: head/sysutils/ttyd/Makefile ============================================================================== --- head/sysutils/ttyd/Makefile Sat May 6 05:52:05 2017 (r440221) +++ head/sysutils/ttyd/Makefile Sat May 6 05:53:03 2017 (r440222) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ttyd -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils MAINTAINER= neel@neelc.org Modified: head/sysutils/ttyd/distinfo ============================================================================== --- head/sysutils/ttyd/distinfo Sat May 6 05:52:05 2017 (r440221) +++ head/sysutils/ttyd/distinfo Sat May 6 05:53:03 2017 (r440222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489612142 -SHA256 (tsl0922-ttyd-1.3.1_GH0.tar.gz) = 7133704cab2a5fbc187d96511fad87c00e220ae8ed6cb83220d39205cb928070 -SIZE (tsl0922-ttyd-1.3.1_GH0.tar.gz) = 188674 +TIMESTAMP = 1494045863 +SHA256 (tsl0922-ttyd-1.3.2_GH0.tar.gz) = 6fcbdf4e4e630bb72597bcbebd529d57a4de2478040f465e412a6827b73ca46c +SIZE (tsl0922-ttyd-1.3.2_GH0.tar.gz) = 193270 From owner-svn-ports-all@freebsd.org Sat May 6 05:54:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BB7ED614A5; Sat, 6 May 2017 05:54:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DE0619A0; Sat, 6 May 2017 05:54:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465sqKk077208; Sat, 6 May 2017 05:54:52 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465sq69077206; Sat, 6 May 2017 05:54:52 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060554.v465sq69077206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440224 - head/security/py-pyelliptic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:54:53 -0000 Author: miwi Date: Sat May 6 05:54:51 2017 New Revision: 440224 URL: https://svnweb.freebsd.org/changeset/ports/440224 Log: - Update to 1.5.8 PR: 218964 Submitted by: maintainer Modified: head/security/py-pyelliptic/Makefile head/security/py-pyelliptic/distinfo Modified: head/security/py-pyelliptic/Makefile ============================================================================== --- head/security/py-pyelliptic/Makefile Sat May 6 05:53:56 2017 (r440223) +++ head/security/py-pyelliptic/Makefile Sat May 6 05:54:51 2017 (r440224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyelliptic -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pyelliptic/distinfo ============================================================================== --- head/security/py-pyelliptic/distinfo Sat May 6 05:53:56 2017 (r440223) +++ head/security/py-pyelliptic/distinfo Sat May 6 05:54:51 2017 (r440224) @@ -1,2 +1,3 @@ -SHA256 (yann2192-pyelliptic-1.5.7_GH0.tar.gz) = bb4503aabd239c5c5c4ae4ed55b9e371799a1a472b8114c9ccbf288da7a5a9d1 -SIZE (yann2192-pyelliptic-1.5.7_GH0.tar.gz) = 12183 +TIMESTAMP = 1493518128 +SHA256 (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = ec23fb3a39a9ad9402354c2ac6c66990e737435365eb313070dd9a76e6849153 +SIZE (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = 6136 From owner-svn-ports-all@freebsd.org Sat May 6 06:05:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9A9D603B7; Sat, 6 May 2017 06:05:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23AC019C7; Sat, 6 May 2017 06:05:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4665PdA082477; Sat, 6 May 2017 06:05:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4665OPM082472; Sat, 6 May 2017 06:05:24 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060605.v4665OPM082472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 06:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440231 - in head/biology: . py-pysam py-pysam/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:05:26 -0000 Author: miwi Date: Sat May 6 06:05:24 2017 New Revision: 440231 URL: https://svnweb.freebsd.org/changeset/ports/440231 Log: pysam is a lightweight wrapper of the htslib C-API and provides facilities to read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files as well as access to the command line functionality of the samtools and bcftools packages. The module supports compression and random access through indexing. This module provides a low-level wrapper around the htslib C-API as using cython and a high-level API for convenient access to the data within standard genomic file formats. WWW: https://pypi.python.org/pypi/pysam PR: 218745 Submitted by: Yuri Victorovich Added: head/biology/py-pysam/ head/biology/py-pysam/Makefile (contents, props changed) head/biology/py-pysam/distinfo (contents, props changed) head/biology/py-pysam/files/ head/biology/py-pysam/files/patch-setup.py (contents, props changed) head/biology/py-pysam/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sat May 6 06:03:58 2017 (r440230) +++ head/biology/Makefile Sat May 6 06:05:24 2017 (r440231) @@ -83,6 +83,7 @@ SUBDIR += psi88 SUBDIR += py-biom-format SUBDIR += py-biopython + SUBDIR += py-pysam SUBDIR += pycogent SUBDIR += pyfasta SUBDIR += python-nexus Added: head/biology/py-pysam/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-pysam/Makefile Sat May 6 06:05:24 2017 (r440231) @@ -0,0 +1,22 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pysam +PORTVERSION= 0.11 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python module for reading, manipulating and writing genomic data sets + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= cython:lang/cython +RUN_DEPENDS= cython:lang/cython + +USES= gmake python:2 +USE_PYTHON= autoplist distutils + +.include Added: head/biology/py-pysam/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-pysam/distinfo Sat May 6 06:05:24 2017 (r440231) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492580723 +SHA256 (pysam-0.11.tar.gz) = 815c8a6150c5fe21df227e730dd57e4212984ae568854fcc5873e243072dcbad +SIZE (pysam-0.11.tar.gz) = 2425484 Added: head/biology/py-pysam/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-pysam/files/patch-setup.py Sat May 6 06:05:24 2017 (r440231) @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-04-19 05:48:10 UTC ++++ setup.py +@@ -60,7 +60,7 @@ def run_configure(option): + + + def run_make_print_config(): +- stdout = subprocess.check_output(["make", "-s", "print-config"]) ++ stdout = subprocess.check_output(["gmake", "-s", "print-config"]) + if IS_PYTHON3: + stdout = stdout.decode("ascii") + Added: head/biology/py-pysam/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-pysam/pkg-descr Sat May 6 06:05:24 2017 (r440231) @@ -0,0 +1,10 @@ +pysam is a lightweight wrapper of the htslib C-API and provides facilities to +read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files as well as access +to the command line functionality of the samtools and bcftools packages. The +module supports compression and random access through indexing. + +This module provides a low-level wrapper around the htslib C-API as using +cython and a high-level API for convenient access to the data within standard +genomic file formats. + +WWW: https://pypi.python.org/pypi/pysam From owner-svn-ports-all@freebsd.org Sat May 6 05:58:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD41D61971; Sat, 6 May 2017 05:58:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DE143FD; Sat, 6 May 2017 05:58:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v465wmwM077904; Sat, 6 May 2017 05:58:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v465wmb0077902; Sat, 6 May 2017 05:58:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060558.v465wmb0077902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 05:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440228 - head/security/py-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 05:58:49 -0000 Author: miwi Date: Sat May 6 05:58:47 2017 New Revision: 440228 URL: https://svnweb.freebsd.org/changeset/ports/440228 Log: - Update to 10.3.2 PR: 218904 Submitted by: maintainer Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Sat May 6 05:57:36 2017 (r440227) +++ head/security/py-keyring/Makefile Sat May 6 05:58:47 2017 (r440228) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 10.0.2 +PORTVERSION= 10.3.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Store and access your passwords LICENSE= PSFL -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.1:devel/py-setuptools_scm NO_ARCH= yes USES= python Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Sat May 6 05:57:36 2017 (r440227) +++ head/security/py-keyring/distinfo Sat May 6 05:58:47 2017 (r440228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481363409 -SHA256 (keyring-10.0.2.tar.gz) = 91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 -SIZE (keyring-10.0.2.tar.gz) = 36587 +TIMESTAMP = 1493264191 +SHA256 (keyring-10.3.2.tar.gz) = f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6 +SIZE (keyring-10.3.2.tar.gz) = 39244 From owner-svn-ports-all@freebsd.org Sat May 6 06:07:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C29FD60757; Sat, 6 May 2017 06:07:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 493781ED6; Sat, 6 May 2017 06:07:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46674Hs082756; Sat, 6 May 2017 06:07:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v466747A082752; Sat, 6 May 2017 06:07:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060607.v466747A082752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 06:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440232 - in head/biology: . py-bx-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:07:05 -0000 Author: miwi Date: Sat May 6 06:07:03 2017 New Revision: 440232 URL: https://svnweb.freebsd.org/changeset/ports/440232 Log: bx-python is a python library and associated set of scripts to allow for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are: Classes for reading and working with genome-scale multiple local alignments (in MAF, AXT, and LAV formats). Generic data structure for indexing on disk files that contain blocks of data associated with intervals on various sequences (used, for example, to provide random access to individual alignments in huge files; optomized for use over network filesystems). Data structures for working with intervals on sequences: * "Binned bitsets" which act just like chromosome sized bit arrays, but lazily allocate regions and allow large blocks of all set or all unset bits to be stored compactly * "Intersecter" for performing fast intersection tests that preserve both query and target intervals and associated annotation WWW: https://github.com/bxlab/bx-python PR: 218757 Submitted by: Yuri Victorovich Added: head/biology/py-bx-python/ head/biology/py-bx-python/Makefile (contents, props changed) head/biology/py-bx-python/distinfo (contents, props changed) head/biology/py-bx-python/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sat May 6 06:05:24 2017 (r440231) +++ head/biology/Makefile Sat May 6 06:07:03 2017 (r440232) @@ -83,6 +83,7 @@ SUBDIR += psi88 SUBDIR += py-biom-format SUBDIR += py-biopython + SUBDIR += py-bx-python SUBDIR += py-pysam SUBDIR += pycogent SUBDIR += pyfasta Added: head/biology/py-bx-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-bx-python/Makefile Sat May 6 06:07:03 2017 (r440232) @@ -0,0 +1,26 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= bx-python +PORTVERSION= 0.7.4 +DISTVERSIONPREFIX= v +CATEGORIES= biology python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python module for reading, manipulating and writing genomic data sets + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}python-lzo>0:archivers/py-python-lzo +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= bxlab + +USES= compiler python +USE_PYTHON= autoplist distutils + +.include Added: head/biology/py-bx-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-bx-python/distinfo Sat May 6 06:07:03 2017 (r440232) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492586227 +SHA256 (bxlab-bx-python-v0.7.4_GH0.tar.gz) = 1066d1e56d062d0661f23c19942eb757bd7ab7cb8bc7d89a72fdc3931c995cb4 +SIZE (bxlab-bx-python-v0.7.4_GH0.tar.gz) = 2277893 Added: head/biology/py-bx-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-bx-python/pkg-descr Sat May 6 06:07:03 2017 (r440232) @@ -0,0 +1,17 @@ +bx-python is a python library and associated set of scripts to allow for rapid +implementation of genome scale analyses. The library contains a variety of +useful modules, but the particular strengths are: + +Classes for reading and working with genome-scale multiple local alignments +(in MAF, AXT, and LAV formats). Generic data structure for indexing on disk +files that contain blocks of data associated with intervals on various +sequences (used, for example, to provide random access to individual +alignments in huge files; optomized for use over network filesystems). +Data structures for working with intervals on sequences: + * "Binned bitsets" which act just like chromosome sized bit arrays, + but lazily allocate regions and allow large blocks of all set or + all unset bits to be stored compactly + * "Intersecter" for performing fast intersection tests that preserve + both query and target intervals and associated annotation + +WWW: https://github.com/bxlab/bx-python From owner-svn-ports-all@freebsd.org Sat May 6 06:08:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2320ED6084A; Sat, 6 May 2017 06:08:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F255E25D; Sat, 6 May 2017 06:08:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46683lC083014; Sat, 6 May 2017 06:08:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46683N9083010; Sat, 6 May 2017 06:08:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060608.v46683N9083010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 06:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440233 - in head/archivers: . py-python-lzo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:08:05 -0000 Author: miwi Date: Sat May 6 06:08:03 2017 New Revision: 440233 URL: https://svnweb.freebsd.org/changeset/ports/440233 Log: This module provides Python bindings for the LZO data compression library. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. WWW: https://pypi.python.org/pypi/python-lzo PR: 218746 Submitted by: Yuri Victorovich Added: head/archivers/py-python-lzo/ head/archivers/py-python-lzo/Makefile (contents, props changed) head/archivers/py-python-lzo/distinfo (contents, props changed) head/archivers/py-python-lzo/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sat May 6 06:07:03 2017 (r440232) +++ head/archivers/Makefile Sat May 6 06:08:03 2017 (r440233) @@ -173,6 +173,7 @@ SUBDIR += py-lzma SUBDIR += py-pyliblzma SUBDIR += py-python-lhafile + SUBDIR += py-python-lzo SUBDIR += py-python-snappy SUBDIR += py-rarfile SUBDIR += py-rcssmin Added: head/archivers/py-python-lzo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-python-lzo/Makefile Sat May 6 06:08:03 2017 (r440233) @@ -0,0 +1,22 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= python-lzo +PORTVERSION= 1.11 +CATEGORIES= archivers python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python bindings for the LZO data compression library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= liblzo2.so:archivers/lzo2 + +USES= python:2 +USE_PYTHON= autoplist distutils +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/lzo + +.include Added: head/archivers/py-python-lzo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-python-lzo/distinfo Sat May 6 06:08:03 2017 (r440233) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492589752 +SHA256 (python-lzo-1.11.tar.gz) = 38a0ea4ceb27cdd8e3526509fe1b7a936e5dfa57c64608fd32085c129e8be386 +SIZE (python-lzo-1.11.tar.gz) = 13823 Added: head/archivers/py-python-lzo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-python-lzo/pkg-descr Sat May 6 06:08:03 2017 (r440233) @@ -0,0 +1,10 @@ +This module provides Python bindings for the LZO data compression library. + +LZO is a portable lossless data compression library written in ANSI C. +It offers pretty fast compression and very fast decompression. Decompression +requires no memory. + +In addition there are slower compression levels achieving a quite competitive +compression ratio while still decompressing at this very high speed. + +WWW: https://pypi.python.org/pypi/python-lzo From owner-svn-ports-all@freebsd.org Sat May 6 06:38:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCE85D609FA; Sat, 6 May 2017 06:38:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8D07EB5C; Sat, 6 May 2017 06:38:55 +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 v466csT9095461; Sat, 6 May 2017 06:38:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v466csIB095457; Sat, 6 May 2017 06:38:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060638.v466csIB095457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 06:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440234 - in branches/2017Q2/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:38:56 -0000 Author: jbeich Date: Sat May 6 06:38:54 2017 New Revision: 440234 URL: https://svnweb.freebsd.org/changeset/ports/440234 Log: MFH: r440210 www/firefox-esr: update to 52.1.1 Changes: https://www.mozilla.org/firefox/52.1.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog/FIREFOX_52_1_1esr_RELEASE Approved by: ports-secteam (delphij) Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile branches/2017Q2/www/firefox-esr-i18n/distinfo branches/2017Q2/www/firefox-esr/Makefile branches/2017Q2/www/firefox-esr/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/Makefile Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr-i18n/Makefile Sat May 6 06:38:54 2017 (r440234) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.1.0 +PORTVERSION= 52.1.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2017Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/distinfo Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr-i18n/distinfo Sat May 6 06:38:54 2017 (r440234) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491886176 -SHA256 (xpi/firefox-52.1.0/ach.xpi) = aaa528f7f394e4801aab21d0d6f0313fc8a4b786873dab9c004c2dd741095c7f -SIZE (xpi/firefox-52.1.0/ach.xpi) = 427640 -SHA256 (xpi/firefox-52.1.0/af.xpi) = 2bda3bfc9b83a76df12234fb68db9bad1f836593b760bcc5dd8c831dff06c994 -SIZE (xpi/firefox-52.1.0/af.xpi) = 436823 -SHA256 (xpi/firefox-52.1.0/an.xpi) = 11984920e096e97b7defa905d749cebf4c4d5a8648bc9263cbd008f8bb9c9af5 -SIZE (xpi/firefox-52.1.0/an.xpi) = 445142 -SHA256 (xpi/firefox-52.1.0/ar.xpi) = 6fedf28099b26244349b8cfd85c8c0d3c44b26e6fc888498413cfad923a8497b -SIZE (xpi/firefox-52.1.0/ar.xpi) = 473382 -SHA256 (xpi/firefox-52.1.0/as.xpi) = 9c64fa1854a0b8bceab3237b7f9516e1bd73cb24089fd4b422b3705958f847fc -SIZE (xpi/firefox-52.1.0/as.xpi) = 486888 -SHA256 (xpi/firefox-52.1.0/ast.xpi) = 2feae76cbfc4a12f8c2ec4788bf16d0ccc1257b90f4d182e7c3d64ece636c0d5 -SIZE (xpi/firefox-52.1.0/ast.xpi) = 440033 -SHA256 (xpi/firefox-52.1.0/az.xpi) = 7dcc5b97f3ecf887f7372f39d050eab1163efa02463f2d689b50e458c75bf8d9 -SIZE (xpi/firefox-52.1.0/az.xpi) = 454923 -SHA256 (xpi/firefox-52.1.0/bg.xpi) = abbf23207d9704b2fdfb2fa3448d07640c4d185ec2a9d427ba37d6aa57886a37 -SIZE (xpi/firefox-52.1.0/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.1.0/bn-BD.xpi) = d697f0eca8217f9e69738e513e82f02cd301ffb42ca1133c8ad464930404c554 -SIZE (xpi/firefox-52.1.0/bn-BD.xpi) = 511994 -SHA256 (xpi/firefox-52.1.0/bn-IN.xpi) = 2669ff2c9c89fa4c10d0f95f08a677420c1a7eaf6e5980c1071e2086fe493990 -SIZE (xpi/firefox-52.1.0/bn-IN.xpi) = 509375 -SHA256 (xpi/firefox-52.1.0/br.xpi) = 97608859ead1b10dc1d2f05ac4bea632ccbe1aea3375a28b2dd36abfd2f6fdee -SIZE (xpi/firefox-52.1.0/br.xpi) = 435482 -SHA256 (xpi/firefox-52.1.0/bs.xpi) = 3ad5709d451a32ef0ac51468588e41e3153bec352221b858c56f82d6cbef55ce -SIZE (xpi/firefox-52.1.0/bs.xpi) = 441782 -SHA256 (xpi/firefox-52.1.0/ca.xpi) = 69af86fe9453373c3b41dc9cd370917f563eeeeba750eb6d99bef31e6050de70 -SIZE (xpi/firefox-52.1.0/ca.xpi) = 443303 -SHA256 (xpi/firefox-52.1.0/cs.xpi) = 0fd5d4786b639fc44fbb8b4d7bcdda883da58204f78fbc55b684139fd72a778a -SIZE (xpi/firefox-52.1.0/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.1.0/cy.xpi) = 78e2c91debf309d1c69f86e1ec8df38a006c23853cee5de87c298167daa47213 -SIZE (xpi/firefox-52.1.0/cy.xpi) = 436583 -SHA256 (xpi/firefox-52.1.0/da.xpi) = 8c73cc13da9fddf78deba643976fb43d493af3e66cc7d0260ecce0674c517189 -SIZE (xpi/firefox-52.1.0/da.xpi) = 424394 -SHA256 (xpi/firefox-52.1.0/de.xpi) = 9a030a63136583c071cdf57c2d857ba1faa2e43c1fb146f0dde48cfb0563e3bb -SIZE (xpi/firefox-52.1.0/de.xpi) = 442478 -SHA256 (xpi/firefox-52.1.0/dsb.xpi) = 7f5078ed137a74d6e441edfc09e2dae084443f292620b4ae37ea29b99ba004e8 -SIZE (xpi/firefox-52.1.0/dsb.xpi) = 459424 -SHA256 (xpi/firefox-52.1.0/el.xpi) = dcb41271678ba967bb8f2df01906dae87e4d14386ef1880675212988d9e01722 -SIZE (xpi/firefox-52.1.0/el.xpi) = 516592 -SHA256 (xpi/firefox-52.1.0/en-GB.xpi) = 24df2612d92ea2ec9b69ac21f377b0061463c1025f5259221c18132b2ed9b627 -SIZE (xpi/firefox-52.1.0/en-GB.xpi) = 419323 -SHA256 (xpi/firefox-52.1.0/en-US.xpi) = 87dd5705c916afc40890fb595bde1b2d5dcc148bf97bfd22cfbd937e004f83e4 -SIZE (xpi/firefox-52.1.0/en-US.xpi) = 428630 -SHA256 (xpi/firefox-52.1.0/en-ZA.xpi) = 00c764b77d38eb66f1975dae4e7eb11c64bd908e08831c98aca1d8b128f75324 -SIZE (xpi/firefox-52.1.0/en-ZA.xpi) = 412211 -SHA256 (xpi/firefox-52.1.0/eo.xpi) = fb85aa82a8937bd36f722a31e47458e62dd74425172222c303408b3a7310aad4 -SIZE (xpi/firefox-52.1.0/eo.xpi) = 437473 -SHA256 (xpi/firefox-52.1.0/es-AR.xpi) = bbf6951dee0edd98af3a6817e80bbfcf263f1530abdf1c1305c607fccff9c4d7 -SIZE (xpi/firefox-52.1.0/es-AR.xpi) = 445925 -SHA256 (xpi/firefox-52.1.0/es-CL.xpi) = b6e62a993c5927c99feeba35e932ba896a14c49c4a8fd1e7f8c606236f263df7 -SIZE (xpi/firefox-52.1.0/es-CL.xpi) = 445675 -SHA256 (xpi/firefox-52.1.0/es-ES.xpi) = fbdf9804d4320a286ddbd75108537819f13979a45d1a16f31956f79bf01836f8 -SIZE (xpi/firefox-52.1.0/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-52.1.0/es-MX.xpi) = d118efbaaa7dd43b1e952691df8438f7243e8783444f66167ae33750919b73ce -SIZE (xpi/firefox-52.1.0/es-MX.xpi) = 448384 -SHA256 (xpi/firefox-52.1.0/et.xpi) = 991c77b981d6d1e4b4bfb6e236fd33bd814aca3212967c2e279d98915ffe3838 -SIZE (xpi/firefox-52.1.0/et.xpi) = 425112 -SHA256 (xpi/firefox-52.1.0/eu.xpi) = ac5d0468e00e9975b1ab7e79f73d662c185a2ab6f3976f67d8bac9b45663cc70 -SIZE (xpi/firefox-52.1.0/eu.xpi) = 438478 -SHA256 (xpi/firefox-52.1.0/fa.xpi) = 907622303642e0d5a09aa6fe4aa5eb5bdca70701ffd57255c1fc1083b89dde82 -SIZE (xpi/firefox-52.1.0/fa.xpi) = 491343 -SHA256 (xpi/firefox-52.1.0/ff.xpi) = 91be72df5b6a67b36c76a609cbfb4431fac3d1208e4423301bf4b14268200056 -SIZE (xpi/firefox-52.1.0/ff.xpi) = 440928 -SHA256 (xpi/firefox-52.1.0/fi.xpi) = 26bf0fcb296bfaa95b4a773d5b24bf5591f67562b5526d4112e772247723210f -SIZE (xpi/firefox-52.1.0/fi.xpi) = 430061 -SHA256 (xpi/firefox-52.1.0/fr.xpi) = 871f861ed6dd9256efcbe0c37937a91323bc61344eac45ff96d35eda37cbc7f3 -SIZE (xpi/firefox-52.1.0/fr.xpi) = 450210 -SHA256 (xpi/firefox-52.1.0/fy-NL.xpi) = 121e2d3d60f05b9715bc78c1abbc4da96d8433b800721ff54399afff6dbc49ca -SIZE (xpi/firefox-52.1.0/fy-NL.xpi) = 444973 -SHA256 (xpi/firefox-52.1.0/ga-IE.xpi) = 302f5693f5be52c96e5261b6552d76f7010aa5db007d8956967d4aac5f94b095 -SIZE (xpi/firefox-52.1.0/ga-IE.xpi) = 458164 -SHA256 (xpi/firefox-52.1.0/gd.xpi) = 756e9e47cf0f5fbc16ee6e697182c1738e8aef303a4b240b82ac61cfccdbabbf -SIZE (xpi/firefox-52.1.0/gd.xpi) = 447267 -SHA256 (xpi/firefox-52.1.0/gl.xpi) = c88a2ee3dfadc5a0ce92bedc81a0aee5f28b60ab6fc025a3252249809d26f630 -SIZE (xpi/firefox-52.1.0/gl.xpi) = 447295 -SHA256 (xpi/firefox-52.1.0/gn.xpi) = 66e621462c612b7857489511f888ea14645805d0eee9b679d04238999ab7f9b2 -SIZE (xpi/firefox-52.1.0/gn.xpi) = 456213 -SHA256 (xpi/firefox-52.1.0/gu-IN.xpi) = 52908d8932a07738f6113a618628086e1a236da6aa34206f0fcac774632634c0 -SIZE (xpi/firefox-52.1.0/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-52.1.0/he.xpi) = da75ac77f78d71d26ec4cf2dbce7c137d5fe4e78caea88577c550a95f20b9caf -SIZE (xpi/firefox-52.1.0/he.xpi) = 455282 -SHA256 (xpi/firefox-52.1.0/hi-IN.xpi) = 09db771f3b794ce51598cbece81a362a9401fcde8071898db8423ddc031b6f0e -SIZE (xpi/firefox-52.1.0/hi-IN.xpi) = 506518 -SHA256 (xpi/firefox-52.1.0/hr.xpi) = 699db658924dbbb6c0b1f8d160e3c20a0357a6197a7fd6576ca1f3b5bd5ff438 -SIZE (xpi/firefox-52.1.0/hr.xpi) = 447502 -SHA256 (xpi/firefox-52.1.0/hsb.xpi) = e514e07c823bfccc003c7caa93e0d0af49bbcaa7f3f5ec2fd0e35add73ea040d -SIZE (xpi/firefox-52.1.0/hsb.xpi) = 457258 -SHA256 (xpi/firefox-52.1.0/hu.xpi) = 62a65d6dabdc2370987735da7426ce5acc4325b3cbab31b1615d39f4a872d891 -SIZE (xpi/firefox-52.1.0/hu.xpi) = 451495 -SHA256 (xpi/firefox-52.1.0/hy-AM.xpi) = 4987323930c67b85fee1f5a4d775a2ae0748eb6183656f2ff25375e06794f6b9 -SIZE (xpi/firefox-52.1.0/hy-AM.xpi) = 495773 -SHA256 (xpi/firefox-52.1.0/id.xpi) = c1094fa40ca88e22526a1da963e6d3fedf03388701faf9b933869abf69b9a90c -SIZE (xpi/firefox-52.1.0/id.xpi) = 426023 -SHA256 (xpi/firefox-52.1.0/is.xpi) = 00c393fc58daf5fb57f3a289001e19cb28eda9716e07decd52d3d216a62a3584 -SIZE (xpi/firefox-52.1.0/is.xpi) = 442693 -SHA256 (xpi/firefox-52.1.0/it.xpi) = 6bdc6d51dee1fd6a513caf6cc81ae5012d9d5c8639c25957a4019cbf8ab3c408 -SIZE (xpi/firefox-52.1.0/it.xpi) = 339220 -SHA256 (xpi/firefox-52.1.0/ja.xpi) = 0d62b4f0485397a167c4432ee3acb7c6e80557d10cfd3a4734ad02b1b1f93061 -SIZE (xpi/firefox-52.1.0/ja.xpi) = 488342 -SHA256 (xpi/firefox-52.1.0/kk.xpi) = 58c3f660493537076edb1e31b9f89b0492eb359794517bf5b2da511facb53cc3 -SIZE (xpi/firefox-52.1.0/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.1.0/km.xpi) = a9e06fb46b571de4e3e4de68b0e98f71818cbf3ed07e4e278ebf44d1cbf89eae -SIZE (xpi/firefox-52.1.0/km.xpi) = 520343 -SHA256 (xpi/firefox-52.1.0/kn.xpi) = 52790b78f00d530afd06187196cf78004ae6506e8b0d4cc5c9e08b0b3b641dad -SIZE (xpi/firefox-52.1.0/kn.xpi) = 519455 -SHA256 (xpi/firefox-52.1.0/ko.xpi) = 15eeaa8a8dfe177aa65605abd8d06818142865a81f9a19bb39e46844da505931 -SIZE (xpi/firefox-52.1.0/ko.xpi) = 463629 -SHA256 (xpi/firefox-52.1.0/lij.xpi) = bb8647019b8a13ddfe48bda7a9bc5e6641d4c956f9aabfc0baf559fb9ba5d3a9 -SIZE (xpi/firefox-52.1.0/lij.xpi) = 421070 -SHA256 (xpi/firefox-52.1.0/lt.xpi) = 579a850cf726c4e2cc0608218e25e45bd3bfc3f29c44f70e9c299810c3836412 -SIZE (xpi/firefox-52.1.0/lt.xpi) = 452235 -SHA256 (xpi/firefox-52.1.0/lv.xpi) = 9e0d770ee4bc4eda603b27cc69dcbacf922fc58149039b53f715db232ed3891d -SIZE (xpi/firefox-52.1.0/lv.xpi) = 448450 -SHA256 (xpi/firefox-52.1.0/mai.xpi) = 25358f6508930d3960c5ae029bbc5414b93ccc9f21a3bc53268857970698d4ed -SIZE (xpi/firefox-52.1.0/mai.xpi) = 499841 -SHA256 (xpi/firefox-52.1.0/mk.xpi) = 66518b2bf8f43caf02f8f46cdac906f92430b9e30b89f14ae48df8bd8132c4bd -SIZE (xpi/firefox-52.1.0/mk.xpi) = 496199 -SHA256 (xpi/firefox-52.1.0/ml.xpi) = d8c391910e955edf462a279524ca283a0111e57273e9a53467404a244cedda89 -SIZE (xpi/firefox-52.1.0/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.1.0/mr.xpi) = 9152aa3cf23f576d5288b575d67c81b85a8a2059c10a955a08f0e6944c95d15e -SIZE (xpi/firefox-52.1.0/mr.xpi) = 502430 -SHA256 (xpi/firefox-52.1.0/ms.xpi) = f653115354ba1fc458b4fe4d9b357a9b3f958ca7a68d1d93909c922837181ccc -SIZE (xpi/firefox-52.1.0/ms.xpi) = 435990 -SHA256 (xpi/firefox-52.1.0/nb-NO.xpi) = f22e0d4f168946940e76648bf1f7490b18679caf7a4968387adcec3a6356e460 -SIZE (xpi/firefox-52.1.0/nb-NO.xpi) = 434411 -SHA256 (xpi/firefox-52.1.0/nl.xpi) = ea2d7b61f5d63d56b6cf825fea1c13f45049826446a4173f749b80849ed05643 -SIZE (xpi/firefox-52.1.0/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.1.0/nn-NO.xpi) = f2ff89745686fd069c2ace20af3e186c98e6a14516c04a84036fa868e704a778 -SIZE (xpi/firefox-52.1.0/nn-NO.xpi) = 428644 -SHA256 (xpi/firefox-52.1.0/or.xpi) = 216f9e769a3617d1d64b82cbd6ca93cf6cbca87340c3102d27757a861288f434 -SIZE (xpi/firefox-52.1.0/or.xpi) = 496917 -SHA256 (xpi/firefox-52.1.0/pa-IN.xpi) = de2ab48f12e1ee79dd943a17b69c5f54e611de6f5262a3dc26dd44759f3110ac -SIZE (xpi/firefox-52.1.0/pa-IN.xpi) = 476587 -SHA256 (xpi/firefox-52.1.0/pl.xpi) = dcbd1720686c17ed38f565c74e359e1eb3b10593eaf03d69e4c6cc828cba36c1 -SIZE (xpi/firefox-52.1.0/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.1.0/pt-BR.xpi) = 8f7c422d25eb13568802027a47fb544ac6df5274878859747b1d971722e16fbc -SIZE (xpi/firefox-52.1.0/pt-BR.xpi) = 438169 -SHA256 (xpi/firefox-52.1.0/pt-PT.xpi) = c33221725e433dcf43576490054d2eab6508d1d7466a2219a50045fa2829bac5 -SIZE (xpi/firefox-52.1.0/pt-PT.xpi) = 436726 -SHA256 (xpi/firefox-52.1.0/rm.xpi) = 32ffa2f6ec44a00673175e9b2fa9604311261b827752dec21a7b2852149ac714 -SIZE (xpi/firefox-52.1.0/rm.xpi) = 434608 -SHA256 (xpi/firefox-52.1.0/ro.xpi) = 1716cb258768432d6e93725318baaf3dfbfef8e794ef45c175ae36a1ecd3b820 -SIZE (xpi/firefox-52.1.0/ro.xpi) = 449937 -SHA256 (xpi/firefox-52.1.0/ru.xpi) = 7f83816417cf538c922d8956e502afe63785971c9daed0f7612aa6cc7c2c2e45 -SIZE (xpi/firefox-52.1.0/ru.xpi) = 395363 -SHA256 (xpi/firefox-52.1.0/si.xpi) = cf6f951b34148fba88ca4dff0bdbfae5d8e7db4be0e381caab2c3667d6a39c61 -SIZE (xpi/firefox-52.1.0/si.xpi) = 491958 -SHA256 (xpi/firefox-52.1.0/sk.xpi) = 21acf4974b6b130e7be2ddda6d68423c6204f360a5ccbb892ff0ce65b272a7ab -SIZE (xpi/firefox-52.1.0/sk.xpi) = 455819 -SHA256 (xpi/firefox-52.1.0/sl.xpi) = 3298e941c2ab1411e973d13a941edde04563675a9650c244782f89c9bc4138d6 -SIZE (xpi/firefox-52.1.0/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.1.0/son.xpi) = ecc893020de0603f2ee7accf53014740c3dfc0b05eacf11fae96cc36acf4ce73 -SIZE (xpi/firefox-52.1.0/son.xpi) = 435127 -SHA256 (xpi/firefox-52.1.0/sq.xpi) = e7bd223209d997b13addd48a316f93da5687cfd941d027ff1cbbf1ccbc0861eb -SIZE (xpi/firefox-52.1.0/sq.xpi) = 448155 -SHA256 (xpi/firefox-52.1.0/sr.xpi) = 9b28684db2933399a0fd35ad66b938e9c72a445e73e6150928f91359ad399376 -SIZE (xpi/firefox-52.1.0/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.1.0/sv-SE.xpi) = bf7280cd8f995868d7204d12de7f7444daabada8b8a748094d7c460072d551e1 -SIZE (xpi/firefox-52.1.0/sv-SE.xpi) = 441180 -SHA256 (xpi/firefox-52.1.0/ta.xpi) = 8a232709dcbc90fcf55c4245f86f2862c781fe1786076f91dcfc823aaf85e582 -SIZE (xpi/firefox-52.1.0/ta.xpi) = 494797 -SHA256 (xpi/firefox-52.1.0/te.xpi) = 5a4d385bac1db32e082b12c1176fe74990c182a3d80309599a0eefb5ec0ba43b -SIZE (xpi/firefox-52.1.0/te.xpi) = 515240 -SHA256 (xpi/firefox-52.1.0/th.xpi) = 1497f40d9cfc182d864845ed07abd407334b4412a204620f3665b139ea31a190 -SIZE (xpi/firefox-52.1.0/th.xpi) = 489378 -SHA256 (xpi/firefox-52.1.0/tr.xpi) = 98c3189161b5388c807210c3df1fee39a1266752461c497064632d8e4bdaf17d -SIZE (xpi/firefox-52.1.0/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.1.0/uk.xpi) = 7c3d3e674b14df5d34ebaa9acbd8246a5613dbd402c7eb6f9932faffe1feac72 -SIZE (xpi/firefox-52.1.0/uk.xpi) = 495094 -SHA256 (xpi/firefox-52.1.0/uz.xpi) = dd662267de891c3c67f3ba83b679e2cd181f028a7d606f981411a0fd5568476d -SIZE (xpi/firefox-52.1.0/uz.xpi) = 447916 -SHA256 (xpi/firefox-52.1.0/vi.xpi) = b90a4c3845b328436eb908741d8308855cdc25b418553683fc271c31a570cf42 -SIZE (xpi/firefox-52.1.0/vi.xpi) = 450804 -SHA256 (xpi/firefox-52.1.0/xh.xpi) = f24de110815f6d50f70b71b4f59f5c2268d8a00593972ce9f9c9dda269d3f79c -SIZE (xpi/firefox-52.1.0/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.1.0/zh-CN.xpi) = ed4afe83bed6c76b8051a3b4972d2d0469e11e59ea41e38232a94decd8f8e399 -SIZE (xpi/firefox-52.1.0/zh-CN.xpi) = 461694 -SHA256 (xpi/firefox-52.1.0/zh-TW.xpi) = f2aa1acca0afb7de7ae5cb939267cbc71c9fcf5bbd2239f89e8901cbe83fd999 -SIZE (xpi/firefox-52.1.0/zh-TW.xpi) = 472533 +TIMESTAMP = 1492149930 +SHA256 (xpi/firefox-52.1.1/ach.xpi) = 348be72fd695283aae6cecea8436b89e17db304ad860438a4d72edf2b377c60a +SIZE (xpi/firefox-52.1.1/ach.xpi) = 427640 +SHA256 (xpi/firefox-52.1.1/af.xpi) = 96a2b0ab5f2d0ad80e63726fe02914ed4f345c6a504183b471f6c1293619f31c +SIZE (xpi/firefox-52.1.1/af.xpi) = 436823 +SHA256 (xpi/firefox-52.1.1/an.xpi) = 20f6874bb15b8de911ef3268ae1d4a40accefe02fa7438df5555341aabbf7ebe +SIZE (xpi/firefox-52.1.1/an.xpi) = 445142 +SHA256 (xpi/firefox-52.1.1/ar.xpi) = 7e98ee43e2855b844541269bbccde59f8ce741428c3cf9919aed044e6e43ef98 +SIZE (xpi/firefox-52.1.1/ar.xpi) = 473381 +SHA256 (xpi/firefox-52.1.1/as.xpi) = 07e833dc06af2b99c9dc42aef0f600e0b70fcf4b571a7c2b464f8b80e87a8a80 +SIZE (xpi/firefox-52.1.1/as.xpi) = 486888 +SHA256 (xpi/firefox-52.1.1/ast.xpi) = f9db743f56c5db089f8257800e2066e2742403c647b4d9d2d54e7fa9fcc5d222 +SIZE (xpi/firefox-52.1.1/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.1.1/az.xpi) = f50ec5b4758f395827e226b53803ca7731b1aec61f34af6ce7389cc5355e659f +SIZE (xpi/firefox-52.1.1/az.xpi) = 454923 +SHA256 (xpi/firefox-52.1.1/bg.xpi) = c114f72ad28141074b737fbe75d71b9d79861a2776ce3f48bb71c235c49937e5 +SIZE (xpi/firefox-52.1.1/bg.xpi) = 487890 +SHA256 (xpi/firefox-52.1.1/bn-BD.xpi) = bc65e2a42bdb9757ad3206818db24acf336d24c091640c0554b6446a3b8dc728 +SIZE (xpi/firefox-52.1.1/bn-BD.xpi) = 511994 +SHA256 (xpi/firefox-52.1.1/bn-IN.xpi) = 7bfc8f83ee772a9bf2428ef7970565256890b0dfbb9bd592434d170fcdcf7ad6 +SIZE (xpi/firefox-52.1.1/bn-IN.xpi) = 509375 +SHA256 (xpi/firefox-52.1.1/br.xpi) = e06dfc797aa158b57c9cc32a53d2ab3c09ea4d8e789beab248a71df839b49b2b +SIZE (xpi/firefox-52.1.1/br.xpi) = 435482 +SHA256 (xpi/firefox-52.1.1/bs.xpi) = 672936d6ef64f5a103b4bb7ae776efecb37921ceace60ebde1458f4dfbad6ff8 +SIZE (xpi/firefox-52.1.1/bs.xpi) = 441781 +SHA256 (xpi/firefox-52.1.1/ca.xpi) = f44c8ce9153834941b8fdef795c32064a9c2f0f5a83fd96c6d9226b9704e7b83 +SIZE (xpi/firefox-52.1.1/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.1.1/cs.xpi) = 7def5ac7707e3817feac70c8c8c53cbfea1be238a7039037f37964080508659a +SIZE (xpi/firefox-52.1.1/cs.xpi) = 444074 +SHA256 (xpi/firefox-52.1.1/cy.xpi) = a8b57b21436973136a7e5847921038a13c5a0112089847d10ef8cff85df7d0cd +SIZE (xpi/firefox-52.1.1/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.1.1/da.xpi) = 2350fa895c5828f68b80995a00e1a64eba1df3c7df3ea1c5d06c2d67fddced95 +SIZE (xpi/firefox-52.1.1/da.xpi) = 424394 +SHA256 (xpi/firefox-52.1.1/de.xpi) = 0b6306694efcb77d2cda54e36e177a0cbddccfb6c9d887951773822f5ef76f57 +SIZE (xpi/firefox-52.1.1/de.xpi) = 442479 +SHA256 (xpi/firefox-52.1.1/dsb.xpi) = 2accedac37011599efa9d3f5858aa83da07e3187b46b8337c0343bb0750b7c29 +SIZE (xpi/firefox-52.1.1/dsb.xpi) = 459424 +SHA256 (xpi/firefox-52.1.1/el.xpi) = 8003a3b0a77824ad17f1812198b7aa81df83556b4fd849fe06bcff1037d4e584 +SIZE (xpi/firefox-52.1.1/el.xpi) = 516592 +SHA256 (xpi/firefox-52.1.1/en-GB.xpi) = bcc2bbaf20e82dc90dd8e383fa0bd83151aac03af9bf04d7197574bdb5926b1e +SIZE (xpi/firefox-52.1.1/en-GB.xpi) = 419323 +SHA256 (xpi/firefox-52.1.1/en-US.xpi) = 27bfe4c112150dac4938638864ae825312ce8f7f10f59fc6d94e039a7fbe18e5 +SIZE (xpi/firefox-52.1.1/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.1.1/en-ZA.xpi) = 97ab887eacff74f20a99fbdcd1d85cb63cd67da171047a577b81721b22a54933 +SIZE (xpi/firefox-52.1.1/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.1.1/eo.xpi) = 3e51153e47aec1ab287324b1f9ced7946ca33e692817bda5023a58bc9a47aa7b +SIZE (xpi/firefox-52.1.1/eo.xpi) = 437473 +SHA256 (xpi/firefox-52.1.1/es-AR.xpi) = 06633ed370313513e07062640116c3ec80f20cebd9b4e4cad8d0634e3a08e736 +SIZE (xpi/firefox-52.1.1/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.1.1/es-CL.xpi) = aaa8ff8ebca1fd53471787c37f8b496064566ca10dc10aa041078a1b1f914aed +SIZE (xpi/firefox-52.1.1/es-CL.xpi) = 445676 +SHA256 (xpi/firefox-52.1.1/es-ES.xpi) = bab34a04b085651f9b54290042e031e14a9282a0db010bda378eba165f86ea34 +SIZE (xpi/firefox-52.1.1/es-ES.xpi) = 344876 +SHA256 (xpi/firefox-52.1.1/es-MX.xpi) = b045c76b2fa8a243c138cbec2f5c1afc29f6a9e04b6aa8097aaee508da576e8f +SIZE (xpi/firefox-52.1.1/es-MX.xpi) = 448384 +SHA256 (xpi/firefox-52.1.1/et.xpi) = 05d93facd968bb70bb42a68e35e1b41442486001b2270c43007ef6f581e3e40c +SIZE (xpi/firefox-52.1.1/et.xpi) = 425112 +SHA256 (xpi/firefox-52.1.1/eu.xpi) = 0763a9799a7b139b1743113335baf770e2bb7f70e619949f7236405cb8978669 +SIZE (xpi/firefox-52.1.1/eu.xpi) = 438479 +SHA256 (xpi/firefox-52.1.1/fa.xpi) = 1ea3f1a16f43c31c21b3410d170f3f18c32b5ed9680c1fee8ce35eb3200c63be +SIZE (xpi/firefox-52.1.1/fa.xpi) = 491344 +SHA256 (xpi/firefox-52.1.1/ff.xpi) = 5c42f96688e63dd669fb1e52ab6389f108d8b400c4a8510235fb47258f870021 +SIZE (xpi/firefox-52.1.1/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.1.1/fi.xpi) = 757b206ddebd10ba9a863e6b333bfe84f9dcf7d9f6f5d488f9380d748f862ad7 +SIZE (xpi/firefox-52.1.1/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.1.1/fr.xpi) = 508ecf854bf972fcac49ccfa20a3d025d534722c18374f3e61c69b71a703b797 +SIZE (xpi/firefox-52.1.1/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.1.1/fy-NL.xpi) = 84152de47c69489b8310459aa8b6d3ca322f61e2173c4277a6a62cf1c222545e +SIZE (xpi/firefox-52.1.1/fy-NL.xpi) = 444973 +SHA256 (xpi/firefox-52.1.1/ga-IE.xpi) = d87960a0278912ae9144188b88a9aca057d2c6407600e5f04be75366f24c8e8d +SIZE (xpi/firefox-52.1.1/ga-IE.xpi) = 458165 +SHA256 (xpi/firefox-52.1.1/gd.xpi) = a7cbdacc2547c34ef3e84a8d288bd618b18f5bf449e5dfeae3dfce3f89a8dd06 +SIZE (xpi/firefox-52.1.1/gd.xpi) = 447267 +SHA256 (xpi/firefox-52.1.1/gl.xpi) = cd92ed37956a5a8cd247c37994df99962712ce0e717ae5545fb97efc37aa4343 +SIZE (xpi/firefox-52.1.1/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.1.1/gn.xpi) = fca925af2b7c90ea085df89af6f8ba1aa81b4e0b6e320dc56ad52ac21c37346d +SIZE (xpi/firefox-52.1.1/gn.xpi) = 456214 +SHA256 (xpi/firefox-52.1.1/gu-IN.xpi) = 4b512872733b4d2abd20fcc95150ed029db0b12cc671706cbb8af41d4155a82a +SIZE (xpi/firefox-52.1.1/gu-IN.xpi) = 489366 +SHA256 (xpi/firefox-52.1.1/he.xpi) = 0851d46205b29f276000d434c05343bc583eab6066644d80f68e49358ed8b27a +SIZE (xpi/firefox-52.1.1/he.xpi) = 455282 +SHA256 (xpi/firefox-52.1.1/hi-IN.xpi) = 45869b5d30ed4ee96d07afd7fa69175aca4b6c028d0ce24a3d767619a896fb06 +SIZE (xpi/firefox-52.1.1/hi-IN.xpi) = 506519 +SHA256 (xpi/firefox-52.1.1/hr.xpi) = cb0620ed3a81dfea4f4fb5b7009e2c0038e7139955ac0637d91df7db098d2e4f +SIZE (xpi/firefox-52.1.1/hr.xpi) = 447503 +SHA256 (xpi/firefox-52.1.1/hsb.xpi) = f236f93d6c7bf97b71fa46a7b08c6b232b3bd8536c6ea41e598d46cdda7716d0 +SIZE (xpi/firefox-52.1.1/hsb.xpi) = 457258 +SHA256 (xpi/firefox-52.1.1/hu.xpi) = 25be8b84fb6185f37a4acdfe228e5f1233840549c2af3d2c2472f3ec38c77ba2 +SIZE (xpi/firefox-52.1.1/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.1.1/hy-AM.xpi) = e66dfbe44d5303539f171dc21c0d13dcfe0406d8abf1a712e1d966fe53a974d5 +SIZE (xpi/firefox-52.1.1/hy-AM.xpi) = 495772 +SHA256 (xpi/firefox-52.1.1/id.xpi) = b770a5571ec3ba353d9ff5be3ab97029bd0694ba06fe90319024182ba8ed08ef +SIZE (xpi/firefox-52.1.1/id.xpi) = 426022 +SHA256 (xpi/firefox-52.1.1/is.xpi) = 2b329c07d58d5e936e1c4250d189943bb229099df8606fbceb8b399f6240d35b +SIZE (xpi/firefox-52.1.1/is.xpi) = 442695 +SHA256 (xpi/firefox-52.1.1/it.xpi) = 888ffdc790131f5529e51c62c9e42c8d05aa6adb9ec185bd6ec926cbeab7d67a +SIZE (xpi/firefox-52.1.1/it.xpi) = 339221 +SHA256 (xpi/firefox-52.1.1/ja.xpi) = ce3e9583336a4c2b5eff89fea21a846754bdf0029ca8d8f188093deb84efb5d8 +SIZE (xpi/firefox-52.1.1/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.1.1/kk.xpi) = 4af56a08dbaddce759b1eb3c35a1c0e3de108634e799cfed34886700a7420b67 +SIZE (xpi/firefox-52.1.1/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.1.1/km.xpi) = d2d9e63e6ed4f5df2741d1de6346cdd1a1e1b76d5bf2479bfa15551714b8fe57 +SIZE (xpi/firefox-52.1.1/km.xpi) = 520343 +SHA256 (xpi/firefox-52.1.1/kn.xpi) = c96f3d56e94823d69f521d87cf2af7794e053abcaed346fa73f8a9718d64687c +SIZE (xpi/firefox-52.1.1/kn.xpi) = 519455 +SHA256 (xpi/firefox-52.1.1/ko.xpi) = 950c2222e569eb8c17a12e00648227d71b3a2f8242ddd9b0e1da3aaff95b894c +SIZE (xpi/firefox-52.1.1/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.1.1/lij.xpi) = 30ed579180497a0e118e78e113590696ecfef25cef83077601773ba7bfbfe089 +SIZE (xpi/firefox-52.1.1/lij.xpi) = 421072 +SHA256 (xpi/firefox-52.1.1/lt.xpi) = 2aaa5a19156f4ecdc77777960ca31d2eeb2284518651253aeec691b529865ede +SIZE (xpi/firefox-52.1.1/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.1.1/lv.xpi) = 2a435edbac3defd0c5f2cf066e6751731afff43828755e13d68cbec8f1d0943c +SIZE (xpi/firefox-52.1.1/lv.xpi) = 448450 +SHA256 (xpi/firefox-52.1.1/mai.xpi) = ca7b9a44babbe157cf6511a49a563d489799df7c55373f847c2ed76dc7911e16 +SIZE (xpi/firefox-52.1.1/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.1.1/mk.xpi) = 77d416167f91df5a77e7e593ab78ba7514e7ec736b3ecbebe95d72cf7e80b396 +SIZE (xpi/firefox-52.1.1/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.1.1/ml.xpi) = 467288075ec4c1ac178bff2d45c34cb9fb7ef74a48ecabd5c70b740a04fd8b66 +SIZE (xpi/firefox-52.1.1/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.1.1/mr.xpi) = 92778f79f3a22fb997dca812d1b57b450464200baf42955dff213c2ff473b497 +SIZE (xpi/firefox-52.1.1/mr.xpi) = 502430 +SHA256 (xpi/firefox-52.1.1/ms.xpi) = c468b8ccdc09e684b54ac043f971ecb64c9fdfeb35b3a658c4cd2364b1a341ac +SIZE (xpi/firefox-52.1.1/ms.xpi) = 435990 +SHA256 (xpi/firefox-52.1.1/nb-NO.xpi) = 8defe4f8f85c4144cbd2c14e5dcae354d4e79c38f63fdd92b0c5214eaf9ff3de +SIZE (xpi/firefox-52.1.1/nb-NO.xpi) = 434412 +SHA256 (xpi/firefox-52.1.1/nl.xpi) = fafcf59bb9ecdf590d18ed527d9a1086bf638b5c0a1e2af5d81f9cd9314852b7 +SIZE (xpi/firefox-52.1.1/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.1.1/nn-NO.xpi) = 948fda4f6a74a627d7ea24e06d994a15d7b4b1df749f9537534e8c8cfb93ae0f +SIZE (xpi/firefox-52.1.1/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.1.1/or.xpi) = 6728dcc7f41463902ab648fe49f20b7951cd4b96b2a35da877a6ebd9e6ef8ea3 +SIZE (xpi/firefox-52.1.1/or.xpi) = 496917 +SHA256 (xpi/firefox-52.1.1/pa-IN.xpi) = 27c163698ca66ba5a8440254125545b04603239b14cc3b230943d5e6ca795578 +SIZE (xpi/firefox-52.1.1/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.1.1/pl.xpi) = 71a6405e17c3dcf00d667cd9393210d9d0a54a36d47ed6604af6285e3b26a3df +SIZE (xpi/firefox-52.1.1/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.1.1/pt-BR.xpi) = 612841c179060c6c98ff2b8769240f7ff9674420b4b299e508ffc44b1cddb2b3 +SIZE (xpi/firefox-52.1.1/pt-BR.xpi) = 438169 +SHA256 (xpi/firefox-52.1.1/pt-PT.xpi) = 0a8954486c49097981780ceae6311d200f091390f9425a519debf6217380040f +SIZE (xpi/firefox-52.1.1/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.1.1/rm.xpi) = 32795e1fb094944677cc09deb521620c79f6130b2381f9b77be2fbe7320419ae +SIZE (xpi/firefox-52.1.1/rm.xpi) = 434609 +SHA256 (xpi/firefox-52.1.1/ro.xpi) = 83092d5f0b75f712bc67e43a03b2f707657e9eed339da44930a7f5d6f7fc44c9 +SIZE (xpi/firefox-52.1.1/ro.xpi) = 449938 +SHA256 (xpi/firefox-52.1.1/ru.xpi) = 24ebb55a0a1ae763c86dea4b44dbf949d7a877d62c2e8b3b9bc026dff724ca93 +SIZE (xpi/firefox-52.1.1/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.1.1/si.xpi) = f4252505c4b216f18e813c677aad486bbb858387bbeb6a96b057d4c005f6c210 +SIZE (xpi/firefox-52.1.1/si.xpi) = 491958 +SHA256 (xpi/firefox-52.1.1/sk.xpi) = 6063a882778a06aaa3ef8fe3bd35a6dbcfb5f10489a4ef911df881acc436ab58 +SIZE (xpi/firefox-52.1.1/sk.xpi) = 455819 +SHA256 (xpi/firefox-52.1.1/sl.xpi) = 9ae0a28f4203a0d6e743a0b7431ca88d470ef93f4a3cc9c84b7701fe5b8755eb +SIZE (xpi/firefox-52.1.1/sl.xpi) = 433481 +SHA256 (xpi/firefox-52.1.1/son.xpi) = 97fa718bed3002072eefda1e2a50f91dafdd27ec5a3c1dd9a2e003fd0dda33ea +SIZE (xpi/firefox-52.1.1/son.xpi) = 435127 +SHA256 (xpi/firefox-52.1.1/sq.xpi) = 5382e351c068b45565f91c5ba3d286d08e1a8fbf8ccb8d9adac131963b86e4e8 +SIZE (xpi/firefox-52.1.1/sq.xpi) = 448156 +SHA256 (xpi/firefox-52.1.1/sr.xpi) = 13fe4eb180ddc023069f0cbe9425b0ae23e90c1579f13b0f6605a18ee06d23d7 +SIZE (xpi/firefox-52.1.1/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.1.1/sv-SE.xpi) = 9bd4de96b017264753a5fb0eb55f4d52752ff2877054ea45af21cb6601021bbd +SIZE (xpi/firefox-52.1.1/sv-SE.xpi) = 441181 +SHA256 (xpi/firefox-52.1.1/ta.xpi) = bd8167055afcf95ca5b1741bfdf8394223fd2903d838e648956c5269b7f06bc8 +SIZE (xpi/firefox-52.1.1/ta.xpi) = 494799 +SHA256 (xpi/firefox-52.1.1/te.xpi) = 32f93fc08576f3c50870c47303617179796ced397516656ffdbe4288c8e6b735 +SIZE (xpi/firefox-52.1.1/te.xpi) = 515241 +SHA256 (xpi/firefox-52.1.1/th.xpi) = 5ba278c8ae1b9ed2f2c747b6a4ba8f051aab39fc8910ccb059c38126d67f934b +SIZE (xpi/firefox-52.1.1/th.xpi) = 489379 +SHA256 (xpi/firefox-52.1.1/tr.xpi) = a958fa8d5db2c9987f3eeeca7338c4b81d0cf9b8374f2e6345d9844edaf4fcd4 +SIZE (xpi/firefox-52.1.1/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.1.1/uk.xpi) = 61b88f0e44becb2fe21c5ba4ec0b6f4c50ed080595aee08863cc29d626221b91 +SIZE (xpi/firefox-52.1.1/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.1.1/uz.xpi) = 13ce854378b71a37af8d73e8d1aed6bd915388b9865c1527d75961c403b46a52 +SIZE (xpi/firefox-52.1.1/uz.xpi) = 447916 +SHA256 (xpi/firefox-52.1.1/vi.xpi) = 67b0c2e0e4e7970b1b0fab2297afb676add4a0df229dee5018286c7969602644 +SIZE (xpi/firefox-52.1.1/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.1.1/xh.xpi) = e8a5385df4ac8a483c3ce72fa4602c5e88f7d4cfa4c04c2e0cdfb373a6debe28 +SIZE (xpi/firefox-52.1.1/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.1.1/zh-CN.xpi) = 393106527b8172d7dd4b083f4ec9e21656eaea47a20e217f879e3559b16b9566 +SIZE (xpi/firefox-52.1.1/zh-CN.xpi) = 461694 +SHA256 (xpi/firefox-52.1.1/zh-TW.xpi) = c7496128bb31f7f2738455678eb0b36123964f93faf27caa1861f645f937634c +SIZE (xpi/firefox-52.1.1/zh-TW.xpi) = 472534 Modified: branches/2017Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr/Makefile Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr/Makefile Sat May 6 06:38:54 2017 (r440234) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.1.0 +DISTVERSION= 52.1.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2017Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr/distinfo Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr/distinfo Sat May 6 06:38:54 2017 (r440234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492454000 -SHA256 (firefox-52.1.0esr.source.tar.xz) = da2ba9630b8b56c6f5d36d9f3da2d984ef7986dc8b4d804f6947fcea6c24637d -SIZE (firefox-52.1.0esr.source.tar.xz) = 212348684 +TIMESTAMP = 1493972240 +SHA256 (firefox-52.1.1esr.source.tar.xz) = a7298f6a04a1330e39e560337c4560ec9b71567a0f758982dfa18d5a2a798a7c +SIZE (firefox-52.1.1esr.source.tar.xz) = 211643688 From owner-svn-ports-all@freebsd.org Sat May 6 06:41:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD0CD60BAE; Sat, 6 May 2017 06:41:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id BC40D1372; Sat, 6 May 2017 06:41:15 +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 v466fEHB095752; Sat, 6 May 2017 06:41:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v466fEeN095747; Sat, 6 May 2017 06:41:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060641.v466fEeN095747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 06:41:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440235 - in branches/2017Q2/www: firefox firefox-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:41:16 -0000 Author: jbeich Date: Sat May 6 06:41:14 2017 New Revision: 440235 URL: https://svnweb.freebsd.org/changeset/ports/440235 Log: MFH: r440211 www/firefox: update to 53.0.2 Changes: https://www.mozilla.org/firefox/53.0.2/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/FIREFOX_53_0_2_RELEASE Approved by: ports-secteam (delphij) Modified: branches/2017Q2/www/firefox-i18n/Makefile branches/2017Q2/www/firefox-i18n/distinfo branches/2017Q2/www/firefox/Makefile branches/2017Q2/www/firefox/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-i18n/Makefile Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox-i18n/Makefile Sat May 6 06:41:14 2017 (r440235) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 53.0 +PORTVERSION= 53.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-i18n/distinfo Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox-i18n/distinfo Sat May 6 06:41:14 2017 (r440235) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491914864 -SHA256 (xpi/firefox-i18n-53.0/ach.xpi) = 6b50af6b457608c625b5a99c0f467e9e13827e84387223682c251847ef12ec03 -SIZE (xpi/firefox-i18n-53.0/ach.xpi) = 432350 -SHA256 (xpi/firefox-i18n-53.0/af.xpi) = 2e030e8d993a72fc2b922bd71749564706d5bbc4f5edd1d5cb0a2e2d341dd397 -SIZE (xpi/firefox-i18n-53.0/af.xpi) = 441829 -SHA256 (xpi/firefox-i18n-53.0/an.xpi) = 3b049eabcf49f57742f574c792b0f15a2f0fe7af8d7700074555741eba4b40bd -SIZE (xpi/firefox-i18n-53.0/an.xpi) = 450799 -SHA256 (xpi/firefox-i18n-53.0/ar.xpi) = 0df14612d4a6fe4e6da247b8529b45ab856d3a6d6bf284dac9654af2b4c91909 -SIZE (xpi/firefox-i18n-53.0/ar.xpi) = 479118 -SHA256 (xpi/firefox-i18n-53.0/as.xpi) = 67a780398046cfb66c7b10d8aa3e42a7b8eef5d8eedb2f7d890ab1a748049708 -SIZE (xpi/firefox-i18n-53.0/as.xpi) = 491255 -SHA256 (xpi/firefox-i18n-53.0/ast.xpi) = 0b0cab248642b295d3ec4fdb5206c4b4ab3ec1d8aa9cec573f230bd6fa75a816 -SIZE (xpi/firefox-i18n-53.0/ast.xpi) = 445436 -SHA256 (xpi/firefox-i18n-53.0/az.xpi) = 59ead0e267f43af93c7caa1148947224dc4206d42a37f80156ff47adae994261 -SIZE (xpi/firefox-i18n-53.0/az.xpi) = 459503 -SHA256 (xpi/firefox-i18n-53.0/bg.xpi) = 5ca6477997bd96165af804a2a8bcd6c01c8bfb5c9f98354e1602f49a922cf65b -SIZE (xpi/firefox-i18n-53.0/bg.xpi) = 492607 -SHA256 (xpi/firefox-i18n-53.0/bn-BD.xpi) = 9f52c102c056489b2187f9d781a645f2c1d205b812a3ca6afdad56130c211c7f -SIZE (xpi/firefox-i18n-53.0/bn-BD.xpi) = 516501 -SHA256 (xpi/firefox-i18n-53.0/bn-IN.xpi) = f913e5d79388285ae6a7e7f59b81855135336c50c37e3dd90cbd101057017600 -SIZE (xpi/firefox-i18n-53.0/bn-IN.xpi) = 513552 -SHA256 (xpi/firefox-i18n-53.0/br.xpi) = 0bb79e4c792cd3bba0804064f91963389daba26a486cbf3fe84045ee6701ec07 -SIZE (xpi/firefox-i18n-53.0/br.xpi) = 440067 -SHA256 (xpi/firefox-i18n-53.0/bs.xpi) = e4c803a77b70c0077c3f0fb467a601b5ff143a37ac8303dd97005b7aa3007864 -SIZE (xpi/firefox-i18n-53.0/bs.xpi) = 446633 -SHA256 (xpi/firefox-i18n-53.0/ca.xpi) = 18483d647252cb2d6c9be0a2ec460de22cdecaa492b02d4a1ef3e5f9ded2aa59 -SIZE (xpi/firefox-i18n-53.0/ca.xpi) = 448941 -SHA256 (xpi/firefox-i18n-53.0/cs.xpi) = 5335967e578088e691d59a6f0540380075dab79e611c53fd67e2938da432f25a -SIZE (xpi/firefox-i18n-53.0/cs.xpi) = 449411 -SHA256 (xpi/firefox-i18n-53.0/cy.xpi) = 0822da739fc2ce0bf267dcafc8af2841432e62793e4c66ca79d0d937c4e5780e -SIZE (xpi/firefox-i18n-53.0/cy.xpi) = 441503 -SHA256 (xpi/firefox-i18n-53.0/da.xpi) = 823dfd42463c4b31a6a5b1cfdcb79bfda8e80ade999cd9d481d09e48b97190c6 -SIZE (xpi/firefox-i18n-53.0/da.xpi) = 428973 -SHA256 (xpi/firefox-i18n-53.0/de.xpi) = 81a6ac063827b7c3eb99a26b491e26c5e6898edf51e2d836d60e14a69a2d150d -SIZE (xpi/firefox-i18n-53.0/de.xpi) = 447784 -SHA256 (xpi/firefox-i18n-53.0/dsb.xpi) = 72e03e9bcefc173af4df02bfc99f22df99e7b3829cbc1d07de1b3d98e8092b35 -SIZE (xpi/firefox-i18n-53.0/dsb.xpi) = 464374 -SHA256 (xpi/firefox-i18n-53.0/el.xpi) = e8815fb6cae7632d70ae00cd28293a96f9d875f4f2e4e6c1491751037f293437 -SIZE (xpi/firefox-i18n-53.0/el.xpi) = 523412 -SHA256 (xpi/firefox-i18n-53.0/en-GB.xpi) = 258bec58ec28b75eb3db7c9b9cc68af21497eb49603994ace4aaa105840c84fd -SIZE (xpi/firefox-i18n-53.0/en-GB.xpi) = 424829 -SHA256 (xpi/firefox-i18n-53.0/en-US.xpi) = e8d3d164d433d755f7619c8413d1f53041f2f23d5819c8043362408b26245398 -SIZE (xpi/firefox-i18n-53.0/en-US.xpi) = 430736 -SHA256 (xpi/firefox-i18n-53.0/en-ZA.xpi) = 0fe0b4fc2bb38f15bfff36e44bbb2c62715daaa6b242f3914581512684fddeb7 -SIZE (xpi/firefox-i18n-53.0/en-ZA.xpi) = 417992 -SHA256 (xpi/firefox-i18n-53.0/eo.xpi) = 541501fc0829fcf8147ee269224928b52e6cf4e8f1b362a4177d63f906db902e -SIZE (xpi/firefox-i18n-53.0/eo.xpi) = 442322 -SHA256 (xpi/firefox-i18n-53.0/es-AR.xpi) = 61ff3ce7467b5222e110107c4119e9f752645ad0b31c6b614487bb5c533a0311 -SIZE (xpi/firefox-i18n-53.0/es-AR.xpi) = 450766 -SHA256 (xpi/firefox-i18n-53.0/es-CL.xpi) = a806fc6176247cda5a54ef853c9637775f9a1c2e29a87dd1b55742a71f852b33 -SIZE (xpi/firefox-i18n-53.0/es-CL.xpi) = 450475 -SHA256 (xpi/firefox-i18n-53.0/es-ES.xpi) = 8604ba37430f71b800a67361ce53b2325d7d71cefd0167170db35c4f2e02ce59 -SIZE (xpi/firefox-i18n-53.0/es-ES.xpi) = 347587 -SHA256 (xpi/firefox-i18n-53.0/es-MX.xpi) = 2173f50a3dea92c658a7e60ae76fbab81335e2bd843a835bd31db2e6162d75f1 -SIZE (xpi/firefox-i18n-53.0/es-MX.xpi) = 453324 -SHA256 (xpi/firefox-i18n-53.0/et.xpi) = 1ded0ac4ec18c88b8c9425a9f00f02112514c0474c442d445fd210dae019bc77 -SIZE (xpi/firefox-i18n-53.0/et.xpi) = 428863 -SHA256 (xpi/firefox-i18n-53.0/eu.xpi) = 624fc7dfe57168f616153f03f34348786f82efe5dcb0a510d4e42c93560bede7 -SIZE (xpi/firefox-i18n-53.0/eu.xpi) = 443202 -SHA256 (xpi/firefox-i18n-53.0/fa.xpi) = a745c9cdf381f18097755226fd7fff59840c6498fd8601d8850f7b22d36ddddb -SIZE (xpi/firefox-i18n-53.0/fa.xpi) = 496781 -SHA256 (xpi/firefox-i18n-53.0/ff.xpi) = f68a9e23a8e2a02ff493ebd0bd9698b17ff5a5a3850bc8f21bf6fe2d6c6f22cf -SIZE (xpi/firefox-i18n-53.0/ff.xpi) = 446668 -SHA256 (xpi/firefox-i18n-53.0/fi.xpi) = b99cc77e76dcbf9a25fa68c622648aa9e2db64b610c83012d8695f13e55d23a9 -SIZE (xpi/firefox-i18n-53.0/fi.xpi) = 434620 -SHA256 (xpi/firefox-i18n-53.0/fr.xpi) = 85436c3886b9b89e601ddf39329af76275a0010fb6acc723574a239154cd3f07 -SIZE (xpi/firefox-i18n-53.0/fr.xpi) = 457534 -SHA256 (xpi/firefox-i18n-53.0/fy-NL.xpi) = 1896b79fd6ac6bfa4beca5f56d88292375231836d1d031a4146b126f464403ea -SIZE (xpi/firefox-i18n-53.0/fy-NL.xpi) = 449819 -SHA256 (xpi/firefox-i18n-53.0/ga-IE.xpi) = c276e493fd8a6a77bb9f6a0542763ded93ceff0f74dfdc7329f2c86105d30e6c -SIZE (xpi/firefox-i18n-53.0/ga-IE.xpi) = 463129 -SHA256 (xpi/firefox-i18n-53.0/gd.xpi) = 4da4ab8fc415524ea83e99f63edc5546c0027e8b3dca1615905e69521c358a38 -SIZE (xpi/firefox-i18n-53.0/gd.xpi) = 452061 -SHA256 (xpi/firefox-i18n-53.0/gl.xpi) = 3a6bbcc4ac4e7b6a16031a64a8b8518fa18c7932d90bbbedfa79beecc32ece96 -SIZE (xpi/firefox-i18n-53.0/gl.xpi) = 449150 -SHA256 (xpi/firefox-i18n-53.0/gn.xpi) = b750ecda7bef4e14213d8e04281e080748cf48ec6e26e81457de9451aabd1454 -SIZE (xpi/firefox-i18n-53.0/gn.xpi) = 461571 -SHA256 (xpi/firefox-i18n-53.0/gu-IN.xpi) = 922ab30d6f1cb0747d1cd18ec526014e6f1761d5667f5d16eed834ac214149f4 -SIZE (xpi/firefox-i18n-53.0/gu-IN.xpi) = 493667 -SHA256 (xpi/firefox-i18n-53.0/he.xpi) = 11d021e790ab97612caa09afd29586fff8d680f8c4267920180f4a2b888e34a2 -SIZE (xpi/firefox-i18n-53.0/he.xpi) = 460047 -SHA256 (xpi/firefox-i18n-53.0/hi-IN.xpi) = af30c610f0e1300a2deeb47438e303b1714fd554f7859693d0a55109915d66d9 -SIZE (xpi/firefox-i18n-53.0/hi-IN.xpi) = 511787 -SHA256 (xpi/firefox-i18n-53.0/hr.xpi) = f4f7ffc50536c254a274e593eefb63fa5d26601968efc4f53d71179c6c95180c -SIZE (xpi/firefox-i18n-53.0/hr.xpi) = 453109 -SHA256 (xpi/firefox-i18n-53.0/hsb.xpi) = ba0e3f0d2d40c45d2b481dfd2680a2fc312e6eb981058c85e696690f90f52d4d -SIZE (xpi/firefox-i18n-53.0/hsb.xpi) = 462170 -SHA256 (xpi/firefox-i18n-53.0/hu.xpi) = 486d533bddbc6dd76a435fbe4efcb092218ec13ccc62aaaf2577b118d008bff8 -SIZE (xpi/firefox-i18n-53.0/hu.xpi) = 456925 -SHA256 (xpi/firefox-i18n-53.0/hy-AM.xpi) = d0b02e04e824c1110f3bc1c16854e0d65632fbc1683ff149def5cb3878e35dca -SIZE (xpi/firefox-i18n-53.0/hy-AM.xpi) = 500717 -SHA256 (xpi/firefox-i18n-53.0/id.xpi) = e4533c814f961d10f807c9e575989e1116bba1369731fc8f46c00fd5cc9d966a -SIZE (xpi/firefox-i18n-53.0/id.xpi) = 430280 -SHA256 (xpi/firefox-i18n-53.0/is.xpi) = da4be8811abad593f3f8bf06f922ccdc0873a59ed6f63fbfc5d541272e211b89 -SIZE (xpi/firefox-i18n-53.0/is.xpi) = 447329 -SHA256 (xpi/firefox-i18n-53.0/it.xpi) = 7dbbe76bfea715179c118ed0d3547596454d45e9ee0b001d876893db807b68b8 -SIZE (xpi/firefox-i18n-53.0/it.xpi) = 341968 -SHA256 (xpi/firefox-i18n-53.0/ja.xpi) = d0ce0ca453f180cdf7edabf18e3268f3117c70018fd2d06f870b60eee8d5c2cf -SIZE (xpi/firefox-i18n-53.0/ja.xpi) = 493027 -SHA256 (xpi/firefox-i18n-53.0/kk.xpi) = 29bbb10188bac81daf7d73c82da3d4c653fd4b8ae384527b18bbda3fed07eca3 -SIZE (xpi/firefox-i18n-53.0/kk.xpi) = 499340 -SHA256 (xpi/firefox-i18n-53.0/km.xpi) = 36101d95663960644b096602ee3db596b0f1e59ead95e9a5bf64be3accad8bdb -SIZE (xpi/firefox-i18n-53.0/km.xpi) = 524728 -SHA256 (xpi/firefox-i18n-53.0/kn.xpi) = 59c340fdedbf240a5e46e07144a11ce01cb0bd83d4cd7fa0c611e2f2bcbd465e -SIZE (xpi/firefox-i18n-53.0/kn.xpi) = 524035 -SHA256 (xpi/firefox-i18n-53.0/ko.xpi) = 9e67ce2142de5d82e959dff3e812efff88ec34f1b691d07fa0312a50173de95d -SIZE (xpi/firefox-i18n-53.0/ko.xpi) = 468651 -SHA256 (xpi/firefox-i18n-53.0/lij.xpi) = c739536b93b9f8a6b97f958531d19907752d77619d84232e03bf9b14bb543995 -SIZE (xpi/firefox-i18n-53.0/lij.xpi) = 435428 -SHA256 (xpi/firefox-i18n-53.0/lt.xpi) = 8a42c0b05b37d3554ae70478a84a16b8e78ee3aa6eb26a1b6fd4cbaba0e9c1bb -SIZE (xpi/firefox-i18n-53.0/lt.xpi) = 457033 -SHA256 (xpi/firefox-i18n-53.0/lv.xpi) = e2067c4beced017ce7559bf0bb610d5cc3e2fc0e2d654223e93224fe09f26c49 -SIZE (xpi/firefox-i18n-53.0/lv.xpi) = 453376 -SHA256 (xpi/firefox-i18n-53.0/mai.xpi) = de5a34ad598a77c50be8f51529ec384f163ab388d6c14919a1928bf00dc4a8ea -SIZE (xpi/firefox-i18n-53.0/mai.xpi) = 504301 -SHA256 (xpi/firefox-i18n-53.0/mk.xpi) = bd05f2c417b776651c5aa58f610d532a7b1402c9ab30fdde3126e3bd7b38ccc9 -SIZE (xpi/firefox-i18n-53.0/mk.xpi) = 499954 -SHA256 (xpi/firefox-i18n-53.0/ml.xpi) = 89e1127cfd43e994b39505b901e5dc696acbe744cd55f30ebfbd832530ae4d59 -SIZE (xpi/firefox-i18n-53.0/ml.xpi) = 520665 -SHA256 (xpi/firefox-i18n-53.0/mr.xpi) = 94d69be50f1c958102715dcc93ed12f2e9e8b8dd9431c9f675949b9208a0ae45 -SIZE (xpi/firefox-i18n-53.0/mr.xpi) = 507881 -SHA256 (xpi/firefox-i18n-53.0/ms.xpi) = d0a9ebeb04a68cbf250cfc02aca420e1398d09709dcc2ec2030b90ccaaeee314 -SIZE (xpi/firefox-i18n-53.0/ms.xpi) = 440726 -SHA256 (xpi/firefox-i18n-53.0/nb-NO.xpi) = d87de6098aa2e6a6589a4892009e321702cdf3ab78f1d098b8c8cc4002b8b250 -SIZE (xpi/firefox-i18n-53.0/nb-NO.xpi) = 439031 -SHA256 (xpi/firefox-i18n-53.0/nl.xpi) = d81a6ffa69b3735e9d2d7009a5272917566960842ef6bfd3d1ddfa79ef486954 -SIZE (xpi/firefox-i18n-53.0/nl.xpi) = 436859 -SHA256 (xpi/firefox-i18n-53.0/nn-NO.xpi) = 4e514e8d606b0af61e383830fb4cd01026c54670886c4292222280be15628afe -SIZE (xpi/firefox-i18n-53.0/nn-NO.xpi) = 433328 -SHA256 (xpi/firefox-i18n-53.0/or.xpi) = 1dd68ac544f06277082413f6673ec34e4e2472991b6ee3c0ee2e6eb2136da45f -SIZE (xpi/firefox-i18n-53.0/or.xpi) = 501207 -SHA256 (xpi/firefox-i18n-53.0/pa-IN.xpi) = 02fd50b2c13337bbda22d54d9284418ddbb015107194a0ceef1983686de8f76c -SIZE (xpi/firefox-i18n-53.0/pa-IN.xpi) = 480863 -SHA256 (xpi/firefox-i18n-53.0/pl.xpi) = a883b9cee7408f109fc1c4f7067081b83d483c341c972d1ba458635e64e68402 -SIZE (xpi/firefox-i18n-53.0/pl.xpi) = 354948 -SHA256 (xpi/firefox-i18n-53.0/pt-BR.xpi) = 0fa8dc3ed0ebd891e877782b04b9b256b9074612095feed6002b21d6beb27f21 -SIZE (xpi/firefox-i18n-53.0/pt-BR.xpi) = 442706 -SHA256 (xpi/firefox-i18n-53.0/pt-PT.xpi) = e330926df408aa8641f75736a9badef3e7e4e6e2aba7b2ea94b614aafdb563ae -SIZE (xpi/firefox-i18n-53.0/pt-PT.xpi) = 441597 -SHA256 (xpi/firefox-i18n-53.0/rm.xpi) = 02b3d8b7c7a955ebc031515048fa973901551e503b469404c9424188f7d7ffb1 -SIZE (xpi/firefox-i18n-53.0/rm.xpi) = 439746 -SHA256 (xpi/firefox-i18n-53.0/ro.xpi) = e4369e1952a7960a95b2c081c8103006b1d0cf6bf03caa42a457b5ef3300ab50 -SIZE (xpi/firefox-i18n-53.0/ro.xpi) = 454821 -SHA256 (xpi/firefox-i18n-53.0/ru.xpi) = a2d465ba99ba544cefd517c3c2725453501e04d993fe0c6554c04d5e1a2e52c6 -SIZE (xpi/firefox-i18n-53.0/ru.xpi) = 506893 -SHA256 (xpi/firefox-i18n-53.0/si.xpi) = 3f59729bae26437926a1db83d3cb711f5e5a7dc0b77bcb8ded6741cbaa400e35 -SIZE (xpi/firefox-i18n-53.0/si.xpi) = 496182 -SHA256 (xpi/firefox-i18n-53.0/sk.xpi) = 9b59cc6c64d376c99f599ba39094ac2c9d0cbd7460e8a22b27d6a0840337e3a4 -SIZE (xpi/firefox-i18n-53.0/sk.xpi) = 460857 -SHA256 (xpi/firefox-i18n-53.0/sl.xpi) = 04454bfb17d444bb5bee5075e67c63bbaa021293bfdb73ef6c34b41ddd16ddc6 -SIZE (xpi/firefox-i18n-53.0/sl.xpi) = 438368 -SHA256 (xpi/firefox-i18n-53.0/son.xpi) = e3eb6d18f50936eb502aa115f93b23769e7490b34fea9d7a95263a2700a52d99 -SIZE (xpi/firefox-i18n-53.0/son.xpi) = 439833 -SHA256 (xpi/firefox-i18n-53.0/sq.xpi) = 8e2472bdb82639b71fd57fa8f9beec91fb5d3542b086f24ff53155d12c66abe7 -SIZE (xpi/firefox-i18n-53.0/sq.xpi) = 453422 -SHA256 (xpi/firefox-i18n-53.0/sr.xpi) = c89f53af42e87fdb87cc5f3651fe4bd33c98ed2306102ed91961e2901793771e -SIZE (xpi/firefox-i18n-53.0/sr.xpi) = 467995 -SHA256 (xpi/firefox-i18n-53.0/sv-SE.xpi) = 8ea1cbf75b2a2dd31fbaabda7af29a911a70d0565c82058f38d677e43bf07e73 -SIZE (xpi/firefox-i18n-53.0/sv-SE.xpi) = 445794 -SHA256 (xpi/firefox-i18n-53.0/ta.xpi) = 6f9c38e64e388bc9d20e29ca63d3ff9b67b3d6a896bc0d647a50ec90295f3413 -SIZE (xpi/firefox-i18n-53.0/ta.xpi) = 500477 -SHA256 (xpi/firefox-i18n-53.0/te.xpi) = b7b8b3b74d150c3d676a2f527f77c3c80c2f4ecdf255e280ed2db3a748e6abe3 -SIZE (xpi/firefox-i18n-53.0/te.xpi) = 520473 -SHA256 (xpi/firefox-i18n-53.0/th.xpi) = baf97ade535c20e08c5a804a2a08441b07e6237b35970e9471490a8c74fb32d0 -SIZE (xpi/firefox-i18n-53.0/th.xpi) = 494085 -SHA256 (xpi/firefox-i18n-53.0/tr.xpi) = e25bdd9f0e2fccffd28cfeb4df596a41f762c20933593dfe3ff5b044af703e81 -SIZE (xpi/firefox-i18n-53.0/tr.xpi) = 445852 -SHA256 (xpi/firefox-i18n-53.0/uk.xpi) = b0259c08112f7a846d9fef89f1fc44130e7ce1760efaf4a0ec6e657c08351fac -SIZE (xpi/firefox-i18n-53.0/uk.xpi) = 497430 -SHA256 (xpi/firefox-i18n-53.0/uz.xpi) = 4b99ed2093fa73aa086bae96f4b04b34a8ea5f73aeb25ec21a1c316d97085224 -SIZE (xpi/firefox-i18n-53.0/uz.xpi) = 453390 -SHA256 (xpi/firefox-i18n-53.0/vi.xpi) = 0cdb6fd7573de2f4315d6c1d6011b6d74abb33f1e562a42b5807f4be3218a71e -SIZE (xpi/firefox-i18n-53.0/vi.xpi) = 455840 -SHA256 (xpi/firefox-i18n-53.0/xh.xpi) = 8999ad2228f4a96829e65a0c17f77bd2f9c21cba50f40238c381054dc358660d -SIZE (xpi/firefox-i18n-53.0/xh.xpi) = 446170 -SHA256 (xpi/firefox-i18n-53.0/zh-CN.xpi) = 3a0efa39397231033295ba594f4fff36ec3e829727a3c4e1fd7cafa6cf6a67da -SIZE (xpi/firefox-i18n-53.0/zh-CN.xpi) = 463955 -SHA256 (xpi/firefox-i18n-53.0/zh-TW.xpi) = 9e1f57da99b79fbce6d70f6d04e7295663c5e84fa151e9026c3519ab8d3bbd61 -SIZE (xpi/firefox-i18n-53.0/zh-TW.xpi) = 474980 +TIMESTAMP = 1493948953 +SHA256 (xpi/firefox-i18n-53.0.2/ach.xpi) = 57c8f888c5109c1c45784572794a2b74b10bb9f34a5dda285bb58b766903ac1f +SIZE (xpi/firefox-i18n-53.0.2/ach.xpi) = 432352 +SHA256 (xpi/firefox-i18n-53.0.2/af.xpi) = 4d95208aaef969a4c85ce243a22561a3375cf14cf322328bd6a72784c3efc75d +SIZE (xpi/firefox-i18n-53.0.2/af.xpi) = 441830 +SHA256 (xpi/firefox-i18n-53.0.2/an.xpi) = a6d38b2bb58273b211c34e158340f74dc67d67e18caf4089d34159942a0dfda4 +SIZE (xpi/firefox-i18n-53.0.2/an.xpi) = 450801 +SHA256 (xpi/firefox-i18n-53.0.2/ar.xpi) = ba974c802b3c4d2042f654f1b8024731fea2e05e48ddcffea006d7392a7116c9 +SIZE (xpi/firefox-i18n-53.0.2/ar.xpi) = 479118 +SHA256 (xpi/firefox-i18n-53.0.2/as.xpi) = d4991f2678fb785b7ce3edf87329c21058930edc83ba7f10771cebc413cf4c82 +SIZE (xpi/firefox-i18n-53.0.2/as.xpi) = 491256 +SHA256 (xpi/firefox-i18n-53.0.2/ast.xpi) = c7c8b11b7b809ae17d2a0945a08bef4dcc8ebb7fa7483e4a79787af5b7279c29 +SIZE (xpi/firefox-i18n-53.0.2/ast.xpi) = 445436 +SHA256 (xpi/firefox-i18n-53.0.2/az.xpi) = 5d36b5f1412c826fa19e5e9c71c2e22fcf98853d7e90e2979b3e4d7b802ac52d +SIZE (xpi/firefox-i18n-53.0.2/az.xpi) = 459504 +SHA256 (xpi/firefox-i18n-53.0.2/bg.xpi) = 06172c0b39d6a525fc25a54e17f271bce07b2d3bccef835f3e384a8ab0a7cb84 +SIZE (xpi/firefox-i18n-53.0.2/bg.xpi) = 492609 +SHA256 (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = ee03dd568ea3c0bcf62d3e7952591b357e319e2354777532abdcb1f41ea0f084 +SIZE (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = 516502 +SHA256 (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 2e782b80abf77135b3a1e77f7360dea0110fbb8be86566f289f7d6fe46751186 +SIZE (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 513553 +SHA256 (xpi/firefox-i18n-53.0.2/br.xpi) = b002a5d6c595bed5c85ceea861e1757af2863bf396f89a28e3cf7ad64e45bdbf +SIZE (xpi/firefox-i18n-53.0.2/br.xpi) = 440068 +SHA256 (xpi/firefox-i18n-53.0.2/bs.xpi) = d4ccbeb450813a9ca1eb7c94a2984b11662e78f4654900eaa038a9ad928f257a +SIZE (xpi/firefox-i18n-53.0.2/bs.xpi) = 446634 +SHA256 (xpi/firefox-i18n-53.0.2/ca.xpi) = 7bf4aa4d3678814991d4b7b04e9bc6121dd8dd42777a5ac11adbc0c4f6b91c60 +SIZE (xpi/firefox-i18n-53.0.2/ca.xpi) = 448943 +SHA256 (xpi/firefox-i18n-53.0.2/cs.xpi) = 46466c4c12b3111029249ce16856680c9e55635a0c4de685bada0061e23c70e7 +SIZE (xpi/firefox-i18n-53.0.2/cs.xpi) = 449412 +SHA256 (xpi/firefox-i18n-53.0.2/cy.xpi) = 9a5095ee5a004ab7c43c019020bb1cfdd95ce6e654ddd244e8a124bb93a77bcf +SIZE (xpi/firefox-i18n-53.0.2/cy.xpi) = 441505 +SHA256 (xpi/firefox-i18n-53.0.2/da.xpi) = 267b77dd8aace8dfd14f88a6a694a21ea9f9b8234fe9557a579bc9cbd2ce8843 +SIZE (xpi/firefox-i18n-53.0.2/da.xpi) = 428974 +SHA256 (xpi/firefox-i18n-53.0.2/de.xpi) = 93dce7fab3d847f26ea550de351f26d31ff1df94add3f21defc41a4af69064b5 +SIZE (xpi/firefox-i18n-53.0.2/de.xpi) = 447785 +SHA256 (xpi/firefox-i18n-53.0.2/dsb.xpi) = 2ce9e06d758109e3ceba6a0d2ff2fb574e5c19ceeacd81fac9ace7534b6cfee3 +SIZE (xpi/firefox-i18n-53.0.2/dsb.xpi) = 464375 +SHA256 (xpi/firefox-i18n-53.0.2/el.xpi) = 0b6b006908114bda2b977eb664802c1bd552b989c148a8e166d5555c057989d2 +SIZE (xpi/firefox-i18n-53.0.2/el.xpi) = 523413 +SHA256 (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 1fb3092304c2727c2c5f52203a8e6f8bf66095aa9f143c95eb4832a30901ef7e +SIZE (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 424830 +SHA256 (xpi/firefox-i18n-53.0.2/en-US.xpi) = 2612776ad4b67c0f38cdbdfa2acc47af9dfd9785a59a80115e05379eeaaecd89 +SIZE (xpi/firefox-i18n-53.0.2/en-US.xpi) = 430737 +SHA256 (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 2ba80d3b42adbbc0f9c5bd632bd52ed46bea5d111f2ce623570aabc8ba2e82b0 +SIZE (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 417992 +SHA256 (xpi/firefox-i18n-53.0.2/eo.xpi) = 8513ca05f2779ea8e04acbf46ccfce5ea0a1c08c3584086571b58ffebe4b6154 +SIZE (xpi/firefox-i18n-53.0.2/eo.xpi) = 442323 +SHA256 (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 3f2f136754229a06d210086fdd827a9c8da9b84ef104b8856a61c0cccd02fbe1 +SIZE (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 450768 +SHA256 (xpi/firefox-i18n-53.0.2/es-CL.xpi) = c1e51e508ab65e9b95fc2506a23f2034bf32df5b9741e2968d01c70df02f1caa +SIZE (xpi/firefox-i18n-53.0.2/es-CL.xpi) = 450477 +SHA256 (xpi/firefox-i18n-53.0.2/es-ES.xpi) = b770da50dd5183ab9f488899554c2b6ea0bd4021d108f19dcb9f992495f26754 +SIZE (xpi/firefox-i18n-53.0.2/es-ES.xpi) = 347589 +SHA256 (xpi/firefox-i18n-53.0.2/es-MX.xpi) = e568bf71290e9cee1fdca52dcca979af4b5abc7452bd1ca256cade23cbe2186a +SIZE (xpi/firefox-i18n-53.0.2/es-MX.xpi) = 453326 +SHA256 (xpi/firefox-i18n-53.0.2/et.xpi) = 674dda4378cf4ac3c58bff4397d919a3db79173828d380b37a5a2f43f5a2ddfd +SIZE (xpi/firefox-i18n-53.0.2/et.xpi) = 428865 +SHA256 (xpi/firefox-i18n-53.0.2/eu.xpi) = 3ab5f7e84264f64577e32a0c9e72cf8cce16563ba5d8d5f5c9486ac032351e53 +SIZE (xpi/firefox-i18n-53.0.2/eu.xpi) = 443204 +SHA256 (xpi/firefox-i18n-53.0.2/fa.xpi) = 094136aeb226e17f1e27e3a07f51a724353626f9168e2067c981a6a368dc257e +SIZE (xpi/firefox-i18n-53.0.2/fa.xpi) = 496783 +SHA256 (xpi/firefox-i18n-53.0.2/ff.xpi) = 9a0b178833dfb5c4b3ef9530626fabe128abd9fb7a64f75c8c8076c1dbc94628 +SIZE (xpi/firefox-i18n-53.0.2/ff.xpi) = 446670 +SHA256 (xpi/firefox-i18n-53.0.2/fi.xpi) = bff8d55342c37091fd89f10fb56c4f951d024375bac98770428ad216d275cd07 +SIZE (xpi/firefox-i18n-53.0.2/fi.xpi) = 434622 +SHA256 (xpi/firefox-i18n-53.0.2/fr.xpi) = a7c1c5b13fc1d72356645c4103cce8b89eb3322a44a5a1d74dfd8f03e9848af2 +SIZE (xpi/firefox-i18n-53.0.2/fr.xpi) = 457535 +SHA256 (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 9bc1eaa66f61dcb59b29ba71914ede3511756c41a3fba1ad75a225b763c76274 +SIZE (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 449823 +SHA256 (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 0a6d92ddc38f354cacce92191cf122cb7bfb8edbf05808245da16ae4bfa01582 +SIZE (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 463130 +SHA256 (xpi/firefox-i18n-53.0.2/gd.xpi) = be2268534a473bdf875d40502f5a6be18c00134e9fe23580173bebb666d21580 +SIZE (xpi/firefox-i18n-53.0.2/gd.xpi) = 452062 +SHA256 (xpi/firefox-i18n-53.0.2/gl.xpi) = 71fc2f512276903f0355c49249d82e985e47336b9e2963b2c19b5543142cab92 +SIZE (xpi/firefox-i18n-53.0.2/gl.xpi) = 449152 +SHA256 (xpi/firefox-i18n-53.0.2/gn.xpi) = 8733575b95476c5b508b2b548b84c7f9e79e90d67b439d9815fb312672dd6ed0 +SIZE (xpi/firefox-i18n-53.0.2/gn.xpi) = 461573 +SHA256 (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 539bcd0893c4f264b99b519ed1f1c958579a419e1d23c276924dc71bfdf1e34f +SIZE (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 493672 +SHA256 (xpi/firefox-i18n-53.0.2/he.xpi) = fff73d3aaa21a7c76ac6ca196a2b8102b626db4d53853a15919604647a54811c +SIZE (xpi/firefox-i18n-53.0.2/he.xpi) = 460050 +SHA256 (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 7179ee33a18d6b6994e71adaf41acefb60c823e0a7d8d985f83f5295a9c0ba81 +SIZE (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 511788 +SHA256 (xpi/firefox-i18n-53.0.2/hr.xpi) = ff01c58746b194c806c3a9925647d633e29eb6e0425837d142e5da1240fe1334 +SIZE (xpi/firefox-i18n-53.0.2/hr.xpi) = 453110 +SHA256 (xpi/firefox-i18n-53.0.2/hsb.xpi) = 306460fe5618f498e232e891cc3c6e7988b119406de98fe924f346ec82a463f0 +SIZE (xpi/firefox-i18n-53.0.2/hsb.xpi) = 462175 +SHA256 (xpi/firefox-i18n-53.0.2/hu.xpi) = 5776c3178fb0392b202bbc693018540a62ca2c7b25f2aa16d6adaa502c327d65 +SIZE (xpi/firefox-i18n-53.0.2/hu.xpi) = 456925 +SHA256 (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 1ba34edfce543fd27a94e34df8739fb37d783c5e66352cfd0c22e6ef18154af2 +SIZE (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 500718 +SHA256 (xpi/firefox-i18n-53.0.2/id.xpi) = 2463d83abe03f48260ea6c8f195ff4d2800a2411f191c7abc5a0e97a2254c278 +SIZE (xpi/firefox-i18n-53.0.2/id.xpi) = 430281 +SHA256 (xpi/firefox-i18n-53.0.2/is.xpi) = e8132940f19bf8b2853a7eb2036b59b249ff21928a6d43ba0226d0bc1852c76a +SIZE (xpi/firefox-i18n-53.0.2/is.xpi) = 447334 +SHA256 (xpi/firefox-i18n-53.0.2/it.xpi) = f06adfd40f8cb738dd8e71ba3678bed85eb5eda92f4715a15749100717d2a7bb +SIZE (xpi/firefox-i18n-53.0.2/it.xpi) = 341969 +SHA256 (xpi/firefox-i18n-53.0.2/ja.xpi) = 3e75bafcc69a5a45366e9fe28a161865531112f4e5104b5e02f40ef0e5210123 +SIZE (xpi/firefox-i18n-53.0.2/ja.xpi) = 493029 +SHA256 (xpi/firefox-i18n-53.0.2/kk.xpi) = 63b1fd9875d4a54445026aaef9355ea0e1f5079a4b1f66ce2d13ae341054c0a5 +SIZE (xpi/firefox-i18n-53.0.2/kk.xpi) = 499341 +SHA256 (xpi/firefox-i18n-53.0.2/km.xpi) = 9a17f6f47ab582ebde8784279feb38f7f3b5b9156ea9e0535cafeb5344869fe5 +SIZE (xpi/firefox-i18n-53.0.2/km.xpi) = 524729 +SHA256 (xpi/firefox-i18n-53.0.2/kn.xpi) = ba5cbc5530c53132bcdac29a1f4b0bac383984618e1a38e68ec496725abe2fdf +SIZE (xpi/firefox-i18n-53.0.2/kn.xpi) = 524037 +SHA256 (xpi/firefox-i18n-53.0.2/ko.xpi) = 2f34266559cd4fb7b9f0330c440ed41d690c715e00cf3c6e5dacba5225261e78 +SIZE (xpi/firefox-i18n-53.0.2/ko.xpi) = 468653 +SHA256 (xpi/firefox-i18n-53.0.2/lij.xpi) = 57319636af883e959011da403fa6ef6a6de722fcd45997fc5cf85e8f174b4159 +SIZE (xpi/firefox-i18n-53.0.2/lij.xpi) = 435430 +SHA256 (xpi/firefox-i18n-53.0.2/lt.xpi) = cc191030ef2cfc5ea4f485721fcbcf3c058ba3be5b48eb7a36c1892c7492c7a6 +SIZE (xpi/firefox-i18n-53.0.2/lt.xpi) = 457034 +SHA256 (xpi/firefox-i18n-53.0.2/lv.xpi) = 99bb8fb32784a0ae4e61be10e16c2b605ab24778170653b9b259c1f84e6e4147 +SIZE (xpi/firefox-i18n-53.0.2/lv.xpi) = 453378 +SHA256 (xpi/firefox-i18n-53.0.2/mai.xpi) = 487a37504caf77b332647a349ed48e8469880e1458d4d13bf18cb7814de1678d +SIZE (xpi/firefox-i18n-53.0.2/mai.xpi) = 504302 +SHA256 (xpi/firefox-i18n-53.0.2/mk.xpi) = 967adfc3e5dd7671f359acce4266c9221fe621eb5c967afff76eaf0d2fe2aa46 +SIZE (xpi/firefox-i18n-53.0.2/mk.xpi) = 499956 +SHA256 (xpi/firefox-i18n-53.0.2/ml.xpi) = 20923f6d8410b1348943831241c3b861824cd3f2a7ecb39cc7dde7757ea1eb4c +SIZE (xpi/firefox-i18n-53.0.2/ml.xpi) = 520667 +SHA256 (xpi/firefox-i18n-53.0.2/mr.xpi) = 518a448cf4933ffbda3e530acd82859980f1a2c35fd4cc49bb0467e9391d8a69 +SIZE (xpi/firefox-i18n-53.0.2/mr.xpi) = 507882 +SHA256 (xpi/firefox-i18n-53.0.2/ms.xpi) = 62d1b4f77f7a2c3178c483be67f6dbdab91550862bdeea25978bb057c09b9c68 +SIZE (xpi/firefox-i18n-53.0.2/ms.xpi) = 440728 +SHA256 (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = c53f8bc9bf15c33c1d9bff266b8ee6f2f92d7b95411a332bddf7318005146742 +SIZE (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = 439033 +SHA256 (xpi/firefox-i18n-53.0.2/nl.xpi) = 94434f919a61ebd7cff12a8d32ac9b36ac0b62edaa24c398d9da8793c85603b4 +SIZE (xpi/firefox-i18n-53.0.2/nl.xpi) = 436860 +SHA256 (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = f7944456b7ad821d6a2e91805eed2e24f796bff7364d53689d803db606e539b7 +SIZE (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = 433329 +SHA256 (xpi/firefox-i18n-53.0.2/or.xpi) = 3f4a1ca22105d616db0b07b7aa46e40e9ff705ddb3f594f123d2813d3a870f70 +SIZE (xpi/firefox-i18n-53.0.2/or.xpi) = 501208 +SHA256 (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = d38d9bc9c4fb0cfc1a6bc4960a338dccc32620ec09e022697e61cf6607b86871 +SIZE (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = 480864 +SHA256 (xpi/firefox-i18n-53.0.2/pl.xpi) = 582a7e229b1bdf7423be141f9a278668cd25b37459ec7bbb8b0b721758bd4922 +SIZE (xpi/firefox-i18n-53.0.2/pl.xpi) = 354949 +SHA256 (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 89a8ff9dcfe46c320314df02000b7d66f721a93886cedd98ffdb2e80f8c5185f +SIZE (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 442708 +SHA256 (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 508575d58c837b3b94b5a05f0e5963f4bbcc34ba466f9c14b842e954d39cba77 +SIZE (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 441599 +SHA256 (xpi/firefox-i18n-53.0.2/rm.xpi) = 3dc06fb7cd7a5f3bbe141b68b4ee3034b81e93eb509c95b1f2a0e4aff5b5a2ea +SIZE (xpi/firefox-i18n-53.0.2/rm.xpi) = 439749 +SHA256 (xpi/firefox-i18n-53.0.2/ro.xpi) = 7b40f8850aedaa33a9221e32747629de84074f807f93630664807e3214393975 +SIZE (xpi/firefox-i18n-53.0.2/ro.xpi) = 454822 +SHA256 (xpi/firefox-i18n-53.0.2/ru.xpi) = b56427d635748fc7746842bceade41fa81c16843afb0d87ef0bcac9da3d9d6ba +SIZE (xpi/firefox-i18n-53.0.2/ru.xpi) = 506894 +SHA256 (xpi/firefox-i18n-53.0.2/si.xpi) = b733edc4c668debf7d0eda9ddcc0c1bbd9c5d31c7ea90e94108fd39c62a2a520 +SIZE (xpi/firefox-i18n-53.0.2/si.xpi) = 496183 +SHA256 (xpi/firefox-i18n-53.0.2/sk.xpi) = 96ccd04fb1df2ecd12ab6cd9ebb019f1c2a7d94e100b34112995adaff2f9227c +SIZE (xpi/firefox-i18n-53.0.2/sk.xpi) = 460859 +SHA256 (xpi/firefox-i18n-53.0.2/sl.xpi) = b6a994768aaef58c97a0aade9f463044300c07dca10c58c2be11c1fade665719 +SIZE (xpi/firefox-i18n-53.0.2/sl.xpi) = 438369 +SHA256 (xpi/firefox-i18n-53.0.2/son.xpi) = ac56d8090a8e039244e5707048201429562eab3684f3871a1af9247be85f9d96 +SIZE (xpi/firefox-i18n-53.0.2/son.xpi) = 439834 +SHA256 (xpi/firefox-i18n-53.0.2/sq.xpi) = 2d9761c95ce185a175f5112fbfb24a3d53232a2f11c9f37384a93cd515f2b78f +SIZE (xpi/firefox-i18n-53.0.2/sq.xpi) = 453422 +SHA256 (xpi/firefox-i18n-53.0.2/sr.xpi) = 056052c33435c69d1856116b296454638552229ba7b89ae7917be2d0af65a256 +SIZE (xpi/firefox-i18n-53.0.2/sr.xpi) = 467997 +SHA256 (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 05d606dcf0020efde60c28ebd1b49ce55626005c6b94cb9af148b9370254ff43 +SIZE (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 445795 +SHA256 (xpi/firefox-i18n-53.0.2/ta.xpi) = 13ca2bdd96e585d3386e5b825a1d0078c63874a67a9ff0e2c911000afd798a0b +SIZE (xpi/firefox-i18n-53.0.2/ta.xpi) = 500480 +SHA256 (xpi/firefox-i18n-53.0.2/te.xpi) = 5a935b8017503ceb33ee83ce576d94b58e177fa70026edd20ce479cd0d7938ca +SIZE (xpi/firefox-i18n-53.0.2/te.xpi) = 520475 +SHA256 (xpi/firefox-i18n-53.0.2/th.xpi) = 84dddef4741566dff676d55737be4c59c1be1d28c8831de6bf2f3c00259425ae +SIZE (xpi/firefox-i18n-53.0.2/th.xpi) = 494087 +SHA256 (xpi/firefox-i18n-53.0.2/tr.xpi) = 22b099ef75d5c431fbe3efea9ff1051e040303120f0a6abb10339db873210548 +SIZE (xpi/firefox-i18n-53.0.2/tr.xpi) = 445852 +SHA256 (xpi/firefox-i18n-53.0.2/uk.xpi) = ee75859e48a0c5ceb62ce9e46ac72035b280f4d743c9752e874b6df9d1cb956e +SIZE (xpi/firefox-i18n-53.0.2/uk.xpi) = 497432 +SHA256 (xpi/firefox-i18n-53.0.2/uz.xpi) = eac88ddcd6286476e3d144e3a662976d08206b576a8277cfb7fa60a8e2344abd +SIZE (xpi/firefox-i18n-53.0.2/uz.xpi) = 453391 +SHA256 (xpi/firefox-i18n-53.0.2/vi.xpi) = 0bb35467af32fac2bbf056eca1a9adac33c77e4021baa562072215ea218621a0 +SIZE (xpi/firefox-i18n-53.0.2/vi.xpi) = 455841 +SHA256 (xpi/firefox-i18n-53.0.2/xh.xpi) = 4cc0edbbc43b525751436f7a1adac903f669e16ae058081a5f454c0f653fd872 +SIZE (xpi/firefox-i18n-53.0.2/xh.xpi) = 446171 +SHA256 (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = c6da1d554094691262fb78bc9b2c256b00fb2f4d8b6bb911533632db9c8172ec +SIZE (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = 463955 +SHA256 (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 291335f845d203babd89a207cf7c3ac7991bb74364fbc9b08403b971027a59c4 +SIZE (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 474982 Modified: branches/2017Q2/www/firefox/Makefile ============================================================================== --- branches/2017Q2/www/firefox/Makefile Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox/Makefile Sat May 6 06:41:14 2017 (r440235) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 53.0 +DISTVERSION= 53.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2017Q2/www/firefox/distinfo ============================================================================== --- branches/2017Q2/www/firefox/distinfo Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox/distinfo Sat May 6 06:41:14 2017 (r440235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492149930 -SHA256 (firefox-53.0.source.tar.xz) = 4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0 -SIZE (firefox-53.0.source.tar.xz) = 213676692 +TIMESTAMP = 1493948953 +SHA256 (firefox-53.0.2.source.tar.xz) = c536df9794fafe61e4e74562e2a37cd4a6fb1c13d99d5330d61be03b2d57ae54 +SIZE (firefox-53.0.2.source.tar.xz) = 215124156 From owner-svn-ports-all@freebsd.org Sat May 6 07:28:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C712DD60776; Sat, 6 May 2017 07:28:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88F701E3A; Sat, 6 May 2017 07:28:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467SbSY016282; Sat, 6 May 2017 07:28:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467Sbc7016278; Sat, 6 May 2017 07:28:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060728.v467Sbc7016278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440236 - in head/devel: . py-pybind11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:28:38 -0000 Author: miwi Date: Sat May 6 07:28:37 2017 New Revision: 440236 URL: https://svnweb.freebsd.org/changeset/ports/440236 Log: A lightweight header-only library to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. WWW: https://github.com/wjakob/pybind11 PR: 214685 Submitted by: Yuri Victorovich Added: head/devel/py-pybind11/ head/devel/py-pybind11/Makefile (contents, props changed) head/devel/py-pybind11/distinfo (contents, props changed) head/devel/py-pybind11/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 06:41:14 2017 (r440235) +++ head/devel/Makefile Sat May 6 07:28:37 2017 (r440236) @@ -4541,6 +4541,7 @@ SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules + SUBDIR += py-pybind11 SUBDIR += py-pycadf SUBDIR += py-pycalendar SUBDIR += py-pycallgraph Added: head/devel/py-pybind11/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pybind11/Makefile Sat May 6 07:28:37 2017 (r440236) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pybind11 +PORTVERSION= 1.8.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Seamless interoperability between C++11 and Python + +LICENSE= BSD3CLAUSE + +USES= python:2 +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-pybind11/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pybind11/distinfo Sat May 6 07:28:37 2017 (r440236) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479626622 +SHA256 (pybind11-1.8.1.tar.gz) = 358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8 +SIZE (pybind11-1.8.1.tar.gz) = 45860 Added: head/devel/py-pybind11/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pybind11/pkg-descr Sat May 6 07:28:37 2017 (r440236) @@ -0,0 +1,7 @@ +A lightweight header-only library to create Python bindings of existing +C++ code. Its goals and syntax are similar to the excellent Boost.Python +library by David Abrahams: to minimize boilerplate code in traditional +extension modules by inferring type information using compile-time +introspection. + +WWW: https://github.com/wjakob/pybind11 From owner-svn-ports-all@freebsd.org Sat May 6 07:29:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F4F9D607BB; Sat, 6 May 2017 07:29:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3312E26E; Sat, 6 May 2017 07:29:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467TtUx016502; Sat, 6 May 2017 07:29:55 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467Tsoc016498; Sat, 6 May 2017 07:29:54 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060729.v467Tsoc016498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:29:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440237 - in head/www: . py-django-star-ratings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:29:56 -0000 Author: miwi Date: Sat May 6 07:29:54 2017 New Revision: 440237 URL: https://svnweb.freebsd.org/changeset/ports/440237 Log: Python 3 compatible star ratings for Django models. WWW: https://github.com/wildfish/django-star-ratings PR: 210250 Submitted by: Kevin Golding Added: head/www/py-django-star-ratings/ head/www/py-django-star-ratings/Makefile (contents, props changed) head/www/py-django-star-ratings/distinfo (contents, props changed) head/www/py-django-star-ratings/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 6 07:28:37 2017 (r440236) +++ head/www/Makefile Sat May 6 07:29:54 2017 (r440237) @@ -1591,6 +1591,7 @@ SUBDIR += py-django-simple-history SUBDIR += py-django-social-auth SUBDIR += py-django-sortedm2m + SUBDIR += py-django-star-ratings SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains Added: head/www/py-django-star-ratings/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/Makefile Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,21 @@ +# Created by: Kevin Golding +# $FreeBSD$ + +PORTNAME= django-star-ratings +PORTVERSION= 0.5.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Django app to add star ratings to models + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-django-star-ratings/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/distinfo Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465811270 +SHA256 (django-star-ratings-0.5.1.tar.gz) = 3062306578ac3a649e205f1643ac5d26a9b027ac456db17cf2dd26ad71603240 +SIZE (django-star-ratings-0.5.1.tar.gz) = 26180 Added: head/www/py-django-star-ratings/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/pkg-descr Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,3 @@ +Python 3 compatible star ratings for Django models. + +WWW: https://github.com/wildfish/django-star-ratings From owner-svn-ports-all@freebsd.org Sat May 6 07:36:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57D96D60977; Sat, 6 May 2017 07:36:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5CFF1B22; Sat, 6 May 2017 07:36:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467adHr020660; Sat, 6 May 2017 07:36:39 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467adlp020656; Sat, 6 May 2017 07:36:39 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060736.v467adlp020656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440238 - in head/www: . py-django-hijack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:36:41 -0000 Author: miwi Date: Sat May 6 07:36:39 2017 New Revision: 440238 URL: https://svnweb.freebsd.org/changeset/ports/440238 Log: Django superusers/admins can login and work on behalf of other users without having to know their credentials. WWW: https://github.com/arteria/django-hijack PR: 210275 Submitted by: Kevin Golding Added: head/www/py-django-hijack/ head/www/py-django-hijack/Makefile (contents, props changed) head/www/py-django-hijack/distinfo (contents, props changed) head/www/py-django-hijack/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 6 07:29:54 2017 (r440237) +++ head/www/Makefile Sat May 6 07:36:39 2017 (r440238) @@ -1556,6 +1556,7 @@ SUBDIR += py-django-guardian SUBDIR += py-django-happenings SUBDIR += py-django-haystack + SUBDIR += py-django-hijack SUBDIR += py-django-htmlmin SUBDIR += py-django-json-rpc SUBDIR += py-django-jsonfield Added: head/www/py-django-hijack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-hijack/Makefile Sat May 6 07:36:39 2017 (r440238) @@ -0,0 +1,22 @@ +# Created by: Kevin Golding +# $FreeBSD$ + +PORTNAME= django-hijack +PORTVERSION= 2.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Allows DJango superusers to login as other users + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-django-hijack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-hijack/distinfo Sat May 6 07:36:39 2017 (r440238) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465909608 +SHA256 (django-hijack-2.1.1.tar.gz) = 2b90d9fdd733e608aee9b83f25a58ac3d7cb86f337c771fcf1c37713d7bac2d2 +SIZE (django-hijack-2.1.1.tar.gz) = 17047 Added: head/www/py-django-hijack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-hijack/pkg-descr Sat May 6 07:36:39 2017 (r440238) @@ -0,0 +1,4 @@ +Django superusers/admins can login and work on behalf of other users without +having to know their credentials. + +WWW: https://github.com/arteria/django-hijack From owner-svn-ports-all@freebsd.org Sat May 6 07:38:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33160D609D9; Sat, 6 May 2017 07:38:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53671DA; Sat, 6 May 2017 07:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467ckF9020921; Sat, 6 May 2017 07:38:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467ck0M020917; Sat, 6 May 2017 07:38:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060738.v467ck0M020917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440239 - in head/security: . py-cryptlib_py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:38:48 -0000 Author: miwi Date: Sat May 6 07:38:46 2017 New Revision: 440239 URL: https://svnweb.freebsd.org/changeset/ports/440239 Log: The python binding of the cryptographic library cryptlib. WWW: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ PR: 216011 Submitted by: Yuri Victorovich Added: head/security/py-cryptlib_py/ head/security/py-cryptlib_py/Makefile (contents, props changed) head/security/py-cryptlib_py/distinfo (contents, props changed) head/security/py-cryptlib_py/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat May 6 07:36:39 2017 (r440238) +++ head/security/Makefile Sat May 6 07:38:46 2017 (r440239) @@ -849,6 +849,7 @@ SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-cryptkit + SUBDIR += py-cryptlib_py SUBDIR += py-cryptography SUBDIR += py-cybox SUBDIR += py-dfdatetime Added: head/security/py-cryptlib_py/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/Makefile Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,28 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= cryptlib_py +PORTVERSION= 3.4.3 +CATEGORIES= security +MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cl${PORTVERSION:S/.//g} + +MAINTAINER= yuri@rawbw.com +COMMENT= Pythin binding for cryptlib + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +ONLY_FOR_ARCHS= i386 amd64 armv6 + +USES= python:2 zip:infozip +USE_PYTHON= distutils autoplist + +LIB_DEPENDS+= libcl.so:security/cryptlib + +BUILD_WRKSRC= ${WRKSRC}/bindings +INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_WRKSUBDIR= yes + +.include Added: head/security/py-cryptlib_py/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/distinfo Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484269132 +SHA256 (cl343.zip) = 08b104442bb5c7281a3299853d5585cc63bd928454dff3150569c02b957427ad +SIZE (cl343.zip) = 5703258 Added: head/security/py-cryptlib_py/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/pkg-descr Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,3 @@ +The python binding of the cryptographic library cryptlib. + +WWW: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ From owner-svn-ports-all@freebsd.org Sat May 6 07:39:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB1ED60A22; Sat, 6 May 2017 07:39:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40E046D1; Sat, 6 May 2017 07:39:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467dVBm021132; Sat, 6 May 2017 07:39:31 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467dUMO021128; Sat, 6 May 2017 07:39:30 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060739.v467dUMO021128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440240 - in head/audio: . py-hsaudiotag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:39:32 -0000 Author: miwi Date: Sat May 6 07:39:30 2017 New Revision: 440240 URL: https://svnweb.freebsd.org/changeset/ports/440240 Log: hsaudiotag is a pure Python library that lets you read metadata (bitrate, sample rate, duration and tags) from mp3, mp4, wma, ogg, flac and aiff files. It can only read tags, not write to them, but unlike more complete libraries (like Mutagen), it is BSD licensed, making it suitable for most projects. It is also backed by a nifty test suite. WWW: http://hg.hardcoded.net/hsaudiotag PR: 214493 Submitted by: Yuri Victorovich Added: head/audio/py-hsaudiotag/ head/audio/py-hsaudiotag/Makefile (contents, props changed) head/audio/py-hsaudiotag/distinfo (contents, props changed) head/audio/py-hsaudiotag/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat May 6 07:38:46 2017 (r440239) +++ head/audio/Makefile Sat May 6 07:39:30 2017 (r440240) @@ -627,6 +627,7 @@ SUBDIR += py-eyed3 SUBDIR += py-fmoo-audiotools SUBDIR += py-gmusicapi + SUBDIR += py-hsaudiotag SUBDIR += py-id3 SUBDIR += py-karaoke SUBDIR += py-mad Added: head/audio/py-hsaudiotag/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-hsaudiotag/Makefile Sat May 6 07:39:30 2017 (r440240) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= hsaudiotag +PORTVERSION= 1.1.1 +CATEGORIES= audio python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files + +LICENSE= BSD3CLAUSE + +USES= python:2 +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/audio/py-hsaudiotag/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-hsaudiotag/distinfo Sat May 6 07:39:30 2017 (r440240) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479091794 +SHA256 (hsaudiotag-1.1.1.tar.gz) = 48b57c6a00b0ed2bb906850ac42390740ff5b83a222c09a2d3dea28b44a80f96 +SIZE (hsaudiotag-1.1.1.tar.gz) = 16409 Added: head/audio/py-hsaudiotag/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-hsaudiotag/pkg-descr Sat May 6 07:39:30 2017 (r440240) @@ -0,0 +1,7 @@ +hsaudiotag is a pure Python library that lets you read metadata (bitrate, +sample rate, duration and tags) from mp3, mp4, wma, ogg, flac and aiff files. +It can only read tags, not write to them, but unlike more complete libraries +(like Mutagen), it is BSD licensed, making it suitable for most projects. +It is also backed by a nifty test suite. + +WWW: http://hg.hardcoded.net/hsaudiotag From owner-svn-ports-all@freebsd.org Sat May 6 07:40:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85180D60A76; Sat, 6 May 2017 07:40:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3875BAD3; Sat, 6 May 2017 07:40:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467ee0o021372; Sat, 6 May 2017 07:40:40 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467edKY021368; Sat, 6 May 2017 07:40:39 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060740.v467edKY021368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440241 - in head/multimedia: . py-flvlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:40:41 -0000 Author: miwi Date: Sat May 6 07:40:39 2017 New Revision: 440241 URL: https://svnweb.freebsd.org/changeset/ports/440241 Log: A library for manipulating, parsing and verifying FLV files. WWW: http://wulczer.org/flvlib PR: 214491 Submitted by: Yuri Victorovich Added: head/multimedia/py-flvlib/ head/multimedia/py-flvlib/Makefile (contents, props changed) head/multimedia/py-flvlib/distinfo (contents, props changed) head/multimedia/py-flvlib/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat May 6 07:39:30 2017 (r440240) +++ head/multimedia/Makefile Sat May 6 07:40:39 2017 (r440241) @@ -318,6 +318,7 @@ SUBDIR += py-cec SUBDIR += py-enzyme SUBDIR += py-ffmpeg + SUBDIR += py-flvlib SUBDIR += py-gstreamer SUBDIR += py-gstreamer1 SUBDIR += py-guessit Added: head/multimedia/py-flvlib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-flvlib/Makefile Sat May 6 07:40:39 2017 (r440241) @@ -0,0 +1,23 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= flvlib +PORTVERSION= 0.1.13 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Parsing, manipulating and indexing FLV files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:2 tar:bzip2 +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/multimedia/py-flvlib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-flvlib/distinfo Sat May 6 07:40:39 2017 (r440241) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479081167 +SHA256 (flvlib-0.1.13.tar.bz2) = 963f32e50e92b57d98a2893db58396a1288d01b72ca70874c0e4f0ebd4c71eef +SIZE (flvlib-0.1.13.tar.bz2) = 23022 Added: head/multimedia/py-flvlib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-flvlib/pkg-descr Sat May 6 07:40:39 2017 (r440241) @@ -0,0 +1,3 @@ +A library for manipulating, parsing and verifying FLV files. + +WWW: http://wulczer.org/flvlib From owner-svn-ports-all@freebsd.org Sat May 6 07:43:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCBDED60C20; Sat, 6 May 2017 07:43:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 090201707; Sat, 6 May 2017 07:43:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467hjm2025144; Sat, 6 May 2017 07:43:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467hjLm025140; Sat, 6 May 2017 07:43:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060743.v467hjLm025140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440242 - in head/graphics: . py-pyembree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:43:47 -0000 Author: miwi Date: Sat May 6 07:43:45 2017 New Revision: 440242 URL: https://svnweb.freebsd.org/changeset/ports/440242 Log: Python wrapper for Embree. WWW: https://github.com/scopatz/pyembree PR: 214563 Submitted by: Yuri Victorovich Added: head/graphics/py-pyembree/ head/graphics/py-pyembree/Makefile (contents, props changed) head/graphics/py-pyembree/distinfo (contents, props changed) head/graphics/py-pyembree/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 6 07:40:39 2017 (r440241) +++ head/graphics/Makefile Sat May 6 07:43:45 2017 (r440242) @@ -877,6 +877,7 @@ SUBDIR += py-pycha SUBDIR += py-pycollada SUBDIR += py-pydot + SUBDIR += py-pyembree SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pyglet Added: head/graphics/py-pyembree/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyembree/Makefile Sat May 6 07:43:45 2017 (r440242) @@ -0,0 +1,25 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pyembree +PORTVERSION= 0.1.0 +CATEGORIES= graphics python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python wrapper for Embree + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= cython:lang/cython \ + ${PYNUMPY} +LIB_DEPENDS= libembree.so:graphics/embree +RUN_DEPENDS= ${PYNUMPY} + +USES= localbase python:2 +USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= scopatz + +.include Added: head/graphics/py-pyembree/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyembree/distinfo Sat May 6 07:43:45 2017 (r440242) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479273825 +SHA256 (scopatz-pyembree-0.1.0_GH0.tar.gz) = 2f34c2807377bf8f24d26a4ca65bce00c25120188205e66438ee653a92db88d5 +SIZE (scopatz-pyembree-0.1.0_GH0.tar.gz) = 9571 Added: head/graphics/py-pyembree/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyembree/pkg-descr Sat May 6 07:43:45 2017 (r440242) @@ -0,0 +1,3 @@ +Python wrapper for Embree. + +WWW: https://github.com/scopatz/pyembree From owner-svn-ports-all@freebsd.org Sat May 6 07:46:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE28DD60CD4; Sat, 6 May 2017 07:46:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 483601F1B; Sat, 6 May 2017 07:46:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467kD9t025429; Sat, 6 May 2017 07:46:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467kCJK025425; Sat, 6 May 2017 07:46:12 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060746.v467kCJK025425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440243 - in head/misc: . py-python-geohash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:46:14 -0000 Author: miwi Date: Sat May 6 07:46:12 2017 New Revision: 440243 URL: https://svnweb.freebsd.org/changeset/ports/440243 Log: python-geohash is a fast, accurate python geohashing library. WWW: https://pypi.python.org/pypi/python-geohash/ PR: 215461 Submitted by: Yuri Victorovich Added: head/misc/py-python-geohash/ head/misc/py-python-geohash/Makefile (contents, props changed) head/misc/py-python-geohash/distinfo (contents, props changed) head/misc/py-python-geohash/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 6 07:43:45 2017 (r440242) +++ head/misc/Makefile Sat May 6 07:46:12 2017 (r440243) @@ -382,6 +382,7 @@ SUBDIR += py-progressbar231 SUBDIR += py-pyfiglet SUBDIR += py-pyprind + SUBDIR += py-python-geohash SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc SUBDIR += py-qt5-demo Added: head/misc/py-python-geohash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/Makefile Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= python-geohash +PORTVERSION= 0.8.5 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Fast, accurate python geohashing library + +LICENSE= APACHE20 MIT BSD3CLAUSE +LICENSE_COMB= multi + +USES= python:2 +USE_PYTHON= autoplist distutils + +.include Added: head/misc/py-python-geohash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/distinfo Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482304702 +SHA256 (python-geohash-0.8.5.tar.gz) = 05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d +SIZE (python-geohash-0.8.5.tar.gz) = 17636 Added: head/misc/py-python-geohash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/pkg-descr Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,3 @@ +python-geohash is a fast, accurate python geohashing library. + +WWW: https://pypi.python.org/pypi/python-geohash/ From owner-svn-ports-all@freebsd.org Sat May 6 08:24:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D5E3D5F692; Sat, 6 May 2017 08:24:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DCD112D0; Sat, 6 May 2017 08:24:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v468OhMl041389; Sat, 6 May 2017 08:24:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v468Og52041385; Sat, 6 May 2017 08:24:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060824.v468Og52041385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 08:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440244 - in head/print: . py-pdf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 08:24:44 -0000 Author: miwi Date: Sat May 6 08:24:42 2017 New Revision: 440244 URL: https://svnweb.freebsd.org/changeset/ports/440244 Log: - Repocopy from print/py-pdf -> print/py-pdf2 - Update to 1.26.0 - Update WWW PR: 208624 Submitted by: m.tsatsenko@gmail.com Added: head/print/py-pdf2/ - copied from r439862, head/print/py-pdf/ Modified: head/print/Makefile head/print/py-pdf2/Makefile head/print/py-pdf2/distinfo head/print/py-pdf2/pkg-descr Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sat May 6 07:46:12 2017 (r440243) +++ head/print/Makefile Sat May 6 08:24:42 2017 (r440244) @@ -192,6 +192,7 @@ SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-pdf + SUBDIR += py-pdf2 SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pycups Modified: head/print/py-pdf2/Makefile ============================================================================== --- head/print/py-pdf/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/Makefile Sat May 6 08:24:42 2017 (r440244) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= pdf -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.26.0 CATEGORIES= print python -MASTER_SITES= http://pybrary.net/pyPdf/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyPdf-${PORTVERSION} +DISTNAME= PyPDF2-${PORTVERSION} +PKGNAMESUFFIX= 2 -MAINTAINER= jlaffaye@FreeBSD.org +MAINTAINER= m.tsatsenko@gmail.com COMMENT= Pure-Python PDF toolkit -USES= python +USES= python:2.7+ USE_PYTHON= distutils autoplist .include Modified: head/print/py-pdf2/distinfo ============================================================================== --- head/print/py-pdf/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/distinfo Sat May 6 08:24:42 2017 (r440244) @@ -1,2 +1,3 @@ -SHA256 (pyPdf-1.13.tar.gz) = 3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b -SIZE (pyPdf-1.13.tar.gz) = 35699 +TIMESTAMP = 1494057615 +SHA256 (PyPDF2-1.26.0.tar.gz) = e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385 +SIZE (PyPDF2-1.26.0.tar.gz) = 77556 Modified: head/print/py-pdf2/pkg-descr ============================================================================== --- head/print/py-pdf/pkg-descr Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/pkg-descr Sat May 6 08:24:42 2017 (r440244) @@ -7,4 +7,4 @@ PyPdf isaA Pure-Python library built as - merging multiple pages into a single page, - encrypting and decrypting PDF files. -WWW: http://pybrary.net/pyPdf/ +WWW: https://mstamy2.github.io/PyPDF2/ From owner-svn-ports-all@freebsd.org Sat May 6 08:28:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96816D5F6FC; Sat, 6 May 2017 08:28:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42439BA; Sat, 6 May 2017 08:28:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v468SjeH041694; Sat, 6 May 2017 08:28:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v468SikS041690; Sat, 6 May 2017 08:28:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060828.v468SikS041690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 08:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440245 - in head/devel: . py-pydrive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 08:28:46 -0000 Author: miwi Date: Sat May 6 08:28:44 2017 New Revision: 440245 URL: https://svnweb.freebsd.org/changeset/ports/440245 Log: PyDrive PyDrive is a wrapper library of google-api-python-client that simplifies many common Google Drive API tasks. WWW: https://github.com/googledrive/PyDrive PR: 216334 Submitted by: Paul Mather Added: head/devel/py-pydrive/ head/devel/py-pydrive/Makefile (contents, props changed) head/devel/py-pydrive/distinfo (contents, props changed) head/devel/py-pydrive/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 08:24:42 2017 (r440244) +++ head/devel/Makefile Sat May 6 08:28:44 2017 (r440245) @@ -4553,6 +4553,7 @@ SUBDIR += py-pydenticon SUBDIR += py-pydocstyle SUBDIR += py-pydoop + SUBDIR += py-pydrive SUBDIR += py-pyechonest SUBDIR += py-pyee SUBDIR += py-pyelftools Added: head/devel/py-pydrive/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydrive/Makefile Sat May 6 08:28:44 2017 (r440245) @@ -0,0 +1,22 @@ +# Created by: Paul Mather +# $FreeBSD$ + +PORTNAME= pydrive +PORTVERSION= 1.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyDrive-${PORTVERSION} + +MAINTAINER= paul@gromit.dlib.vt.edu +COMMENT= Google drive api made easy + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-pydrive/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydrive/distinfo Sat May 6 08:28:44 2017 (r440245) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484930069 +SHA256 (PyDrive-1.3.1.tar.gz) = 83890dcc2278081c6e3f6a8da1f8083e25de0bcc8eb7c91374908c5549a20787 +SIZE (PyDrive-1.3.1.tar.gz) = 987445 Added: head/devel/py-pydrive/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydrive/pkg-descr Sat May 6 08:28:44 2017 (r440245) @@ -0,0 +1,6 @@ +PyDrive + +PyDrive is a wrapper library of google-api-python-client that simplifies many +common Google Drive API tasks. + +WWW: https://github.com/googledrive/PyDrive From owner-svn-ports-all@freebsd.org Sat May 6 09:24:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CA0CD60E26; Sat, 6 May 2017 09:24:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward8p.cmail.yandex.net (forward8p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAF1D1F33; Sat, 6 May 2017 09:24:42 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward8p.cmail.yandex.net (Yandex) with ESMTP id A903B2138C; Sat, 6 May 2017 12:24:39 +0300 (MSK) Received: from smtp3h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 49C62440CB0; Sat, 6 May 2017 12:24:35 +0300 (MSK) Received: by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id NVd6eswPhy-OZwCxc3r; Sat, 06 May 2017 12:24:35 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1494062675; bh=sVwfqlRN3uC/6IGphiR6QV8cF21b+mNfVn8HUwJtrN8=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=UZ0GohECn5JkAyOwIXOqgyLB6DOXwEmUDENmGPmCtzV/z9v03XQMFZU2m5go2NVge omMBFgws3BFR1bD6GztpNPPU8LK3Ix8raO1BrokLa6GE2ZAXyH9roBcGU6DR44jLtT OX5h42eFD0sKYYZ26eaRmJR5kSsNdBweR5ziUML0= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Subject: Re: svn commit: r440162 - head/archivers/zstd To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705051534.v45FYIEK020954@repo.freebsd.org> From: Boris Samorodov Message-ID: <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> Date: Sat, 6 May 2017 12:24:38 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <201705051534.v45FYIEK020954@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 09:24:43 -0000 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh пишет: > Author: sunpoet > Date: Fri May 5 15:34:18 2017 > New Revision: 440162 > URL: https://svnweb.freebsd.org/changeset/ports/440162 > > Log: > Update to 1.2.0 > > - Remove pzstd Can you please elaborate on why it was removed? Changes (the link below) do not have any info on the matter. > Changes: https://github.com/facebook/zstd/releases > > Modified: > head/archivers/zstd/Makefile > head/archivers/zstd/distinfo > head/archivers/zstd/pkg-plist > > Modified: head/archivers/zstd/Makefile > ============================================================================== > --- head/archivers/zstd/Makefile Fri May 5 14:46:38 2017 (r440161) > +++ head/archivers/zstd/Makefile Fri May 5 15:34:18 2017 (r440162) > @@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= zstd > -PORTVERSION= 1.1.4 > +PORTVERSION= 1.2.0 > DISTVERSIONPREFIX= v > -PORTREVISION= 1 > CATEGORIES= archivers > > MAINTAINER= sunpoet@FreeBSD.org > @@ -25,10 +24,4 @@ USE_GITHUB= yes > post-patch: > @${REINPLACE_CMD} -e 's|INSTALL_|BSD_&|' ${WRKSRC}/lib/Makefile ${WRKSRC}/programs/Makefile > > -post-build: > - ${MAKE_CMD} -C ${WRKSRC}/contrib/pzstd/ > - > -post-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/pzstd/pzstd ${STAGEDIR}${PREFIX}/bin/ > - > .include > > Modified: head/archivers/zstd/distinfo > ============================================================================== > --- head/archivers/zstd/distinfo Fri May 5 14:46:38 2017 (r440161) > +++ head/archivers/zstd/distinfo Fri May 5 15:34:18 2017 (r440162) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1489890610 > -SHA256 (facebook-zstd-v1.1.4_GH0.tar.gz) = 6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb > -SIZE (facebook-zstd-v1.1.4_GH0.tar.gz) = 923381 > +TIMESTAMP = 1493987264 > +SHA256 (facebook-zstd-v1.2.0_GH0.tar.gz) = 4a7e4593a3638276ca7f2a09dc4f38e674d8317bbea51626393ca73fc047cbfb > +SIZE (facebook-zstd-v1.2.0_GH0.tar.gz) = 1300584 > > Modified: head/archivers/zstd/pkg-plist > ============================================================================== > --- head/archivers/zstd/pkg-plist Fri May 5 14:46:38 2017 (r440161) > +++ head/archivers/zstd/pkg-plist Fri May 5 15:34:18 2017 (r440162) > @@ -1,9 +1,9 @@ > -bin/pzstd > bin/unzstd > bin/zstd > bin/zstdcat > bin/zstdgrep > bin/zstdless > +bin/zstdmt > include/zbuff.h > include/zdict.h > include/zstd.h > -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve "It is not necessary to change. Survival is not mandatory." From owner-svn-ports-all@freebsd.org Sat May 6 09:30:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF07D60EF4; Sat, 6 May 2017 09:30:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF7441655; Sat, 6 May 2017 09:30:39 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v469Uc4U066581; Sat, 6 May 2017 09:30:38 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v469UcxO066567; Sat, 6 May 2017 09:30:38 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705060930.v469UcxO066567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 09:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440246 - head/misc/iso-codes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 09:30:40 -0000 Author: kwm Date: Sat May 6 09:30:38 2017 New Revision: 440246 URL: https://svnweb.freebsd.org/changeset/ports/440246 Log: Update iso-codes to 3.75. Modified: head/misc/iso-codes/Makefile head/misc/iso-codes/distinfo Modified: head/misc/iso-codes/Makefile ============================================================================== --- head/misc/iso-codes/Makefile Sat May 6 08:28:44 2017 (r440245) +++ head/misc/iso-codes/Makefile Sat May 6 09:30:38 2017 (r440246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iso-codes -PORTVERSION= 3.74 +PORTVERSION= 3.75 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ Modified: head/misc/iso-codes/distinfo ============================================================================== --- head/misc/iso-codes/distinfo Sat May 6 08:28:44 2017 (r440245) +++ head/misc/iso-codes/distinfo Sat May 6 09:30:38 2017 (r440246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485209332 -SHA256 (iso-codes-3.74.tar.xz) = 21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee -SIZE (iso-codes-3.74.tar.xz) = 3455148 +TIMESTAMP = 1494062695 +SHA256 (iso-codes-3.75.tar.xz) = 7335e0301cd77cd4ee019bf5d3709aa79309d49dd66e85ba350caf67e00b00cd +SIZE (iso-codes-3.75.tar.xz) = 3461424 From owner-svn-ports-all@freebsd.org Sat May 6 10:11:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 520BED5DEFB; Sat, 6 May 2017 10:11:34 +0000 (UTC) (envelope-from bapt@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 03F7A1B1A; Sat, 6 May 2017 10:11:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id 20B0A2B86; Sat, 6 May 2017 10:11:33 +0000 (UTC) Date: Sat, 6 May 2017 12:11:32 +0200 From: Baptiste Daroussin To: Boris Samorodov Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r440162 - head/archivers/zstd Message-ID: <20170506101132.7jewchhoeyiaqu7e@ivaldir.net> References: <201705051534.v45FYIEK020954@repo.freebsd.org> <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pyfbqp3t25jphji5" Content-Disposition: inline In-Reply-To: <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> User-Agent: NeoMutt/20170421 (1.8.2) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 10:11:34 -0000 --pyfbqp3t25jphji5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 06, 2017 at 12:24:38PM +0300, Boris Samorodov wrote: > 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > Author: sunpoet > > Date: Fri May 5 15:34:18 2017 > > New Revision: 440162 > > URL: https://svnweb.freebsd.org/changeset/ports/440162 > >=20 > > Log: > > Update to 1.2.0 > > - Remove pzstd >=20 > Can you please elaborate on why it was removed? Changes (the link below) > do not have any info on the matter. It is in the changelog of the release: multithreading is now on by default. I agree it would be nicer to explain in the commit log rather Bapt --pyfbqp3t25jphji5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAlkNoVQACgkQY4mL3PG3 PlqUkRAA54aU1EZemx7camNhQN6R6kabHX9Gh/7jgghzbnuVKqPZRaeT0KiZtCT5 CGIAga1s/pn+yUzbOLl7Jg5Pk3sJM2ZHYXP/vv9wqequhjHFsgqepPl+ZE1LAcE1 JiaXalvtsctRhjK+61eQmufpBjnQUR9nDepnqG4zoiadjhJInJOC+jw/rc1sxde+ An9TuKk/fW7V2Y9KqWnLouE0YjWci9KVQ3JtjUbfi1ajrttf3iLlJ5jgykV3c1TK f1DzGJAmPgHYtQ1HFJMkUBL+HAnWcL448xxq1tF3eaEp36KCPqLSO0mmbHKLu6rJ Qjkp0w7xxvY3fQRJxpGoPwqbaQLDFKaPhzEp5NIhhPkIzxXjL7wcNfAZH2w/stkL DjOuHV7JWNON9lgZHsCTBLt29ZFQrhtusXahbihNV6iomf2wyznWoh+2t01B51eR 1zU4AC5VCg1P5YansWxBFXZStpJk3MfM34koI4e5KIA27Dm53CXT4xWuF1lw3h0d PtphLUgDNMQYgXcJwk48bQTvgo2s6NJEfNO4AU+NWEVo00aR0OdV1CpeceO3zN3Q vvud+vfb4yDIL2wSwHGxKETyfVE3M/9PQHJfj2abLWCO7Q93c7QqPD2SrrMH0cHP uPqdN94iM0U0bILinBY8gLsorCx08OuQzVm1TKK8Y+DhPJ+9MKw= =7oCL -----END PGP SIGNATURE----- --pyfbqp3t25jphji5-- From owner-svn-ports-all@freebsd.org Sat May 6 11:00:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1576DD5EF75 for ; Sat, 6 May 2017 11:00:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (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 B8C38325 for ; Sat, 6 May 2017 11:00:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-qk0-x22d.google.com with SMTP id n4so23093584qkc.0 for ; Sat, 06 May 2017 04:00:51 -0700 (PDT) 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=5PAmxH98KuxeqA1/o/QmreNmZOZXqRH0HFIy8mFjVjs=; b=AttAfFdQz+q4CD9Mpq0Rhw2zRWPfEAZZeIDJ8YMRW7CKW5XUA1rM1BJOhJt32BWs2M Rjcybuo32NptFAEnliJjwybpNDxsi2BRj/2Ra/AG2jELawbkmhQNf7tbveipxA9GKfzJ tiqlZEl93jXscQcw45B/ke2mEY7vYND50+7TAXIOv5P4E8b0nVOHJEFK+8/o2C2CvSJA 8z9DBppQH2/xZ25vCACEDRenKKIYxBOUyqIo8FQqeovlZ2ltOkbIIhmyVC8apIdhislx mLnVyDOyL+AMbPVBizX63BY2TIVTQYwlGHt4s4HJBZPKW4AOrVyURU02ac3hrMJjb/JI 6DqA== 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=5PAmxH98KuxeqA1/o/QmreNmZOZXqRH0HFIy8mFjVjs=; b=MYG4bTehdZb+wm5nS4YH1u7NP9H//12/BXUUIW7vqjd9fd9UtZA59Dmb0vae/IflNO LYkEiPrgf1OtOCkTvnIIg7DwVluHVokY9vBP/h7jWLoi4GNLGu8zFoslqBBZXjBTfu+h 2FG1KhE707dv1/8lj2+92eKUefAS8vaMy9RsDhil7Xdo3Gsm8LnIQb/pJUJ8AjsW7b0V wDMd2L2//uOLMeLBO9gi+eH6fDzAqn3THMa6wkd0h5SDTSTgCNs9y/1xd+UGFKCPTLS+ iHSPxCIBJ2YsugP86DJVQenlXWNKsgYz62txWP1wqb+/w4ogDhVbOEZZuK5bzTBSxN0S /WLQ== X-Gm-Message-State: AODbwcAqGBwKm8BwZNqnNpQ7tsTPM/y3hmF/c7Tq9CNwKN3q/qwmE7+e 1+ew6iseDmK+wy86ttWIqwEhR3gizQ== X-Received: by 10.55.159.66 with SMTP id i63mr16193643qke.207.1494068450822; Sat, 06 May 2017 04:00:50 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.12.172.134 with HTTP; Sat, 6 May 2017 04:00:10 -0700 (PDT) In-Reply-To: <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> References: <201705051534.v45FYIEK020954@repo.freebsd.org> <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 May 2017 19:00:10 +0800 X-Google-Sender-Auth: in9DABnqr6Xf6BPtOqjoZMdeVYA Message-ID: Subject: Re: svn commit: r440162 - head/archivers/zstd To: Boris Samorodov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:00:52 -0000 On Sat, May 6, 2017 at 5:24 PM, Boris Samorodov wrote: > 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> Author: sunpoet >> Date: Fri May 5 15:34:18 2017 >> New Revision: 440162 >> URL: https://svnweb.freebsd.org/changeset/ports/440162 >> >> Log: >> Update to 1.2.0 >> - Remove pzstd >> > > Can you please elaborate on why it was removed? Changes (the link below) > do not have any info on the matter. > Hi, Please use zstd -T# (or zstdmt) instead. cited from https://github.com/facebook/zstd/releases: Major features : - Multithreading is enabled by default in the cli. Use -T# to select nb of thread. Other changes : - cli : new : command -T0 means "detect and use nb of cores", by @iburinoc - cli : new : zstdmt symlink hardwired to zstd -T0 Regards, sunpoet Changes: https://github.com/facebook/zstd/releases >> >> Modified: >> head/archivers/zstd/Makefile >> head/archivers/zstd/distinfo >> head/archivers/zstd/pkg-plist >> >> Modified: head/archivers/zstd/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/archivers/zstd/Makefile Fri May 5 14:46:38 2017 >> (r440161) >> +++ head/archivers/zstd/Makefile Fri May 5 15:34:18 2017 >> (r440162) >> @@ -2,9 +2,8 @@ >> # $FreeBSD$ >> PORTNAME=3D zstd >> -PORTVERSION=3D 1.1.4 >> +PORTVERSION=3D 1.2.0 >> DISTVERSIONPREFIX=3D v >> -PORTREVISION=3D 1 >> CATEGORIES=3D archivers >> MAINTAINER=3D sunpoet@FreeBSD.org >> @@ -25,10 +24,4 @@ USE_GITHUB=3D yes >> post-patch: >> @${REINPLACE_CMD} -e 's|INSTALL_|BSD_&|' ${WRKSRC}/lib/Makefile >> ${WRKSRC}/programs/Makefile >> -post-build: >> - ${MAKE_CMD} -C ${WRKSRC}/contrib/pzstd/ >> - >> -post-install: >> - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/pzstd/pzstd >> ${STAGEDIR}${PREFIX}/bin/ >> - >> .include >> >> Modified: head/archivers/zstd/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/archivers/zstd/distinfo Fri May 5 14:46:38 2017 >> (r440161) >> +++ head/archivers/zstd/distinfo Fri May 5 15:34:18 2017 >> (r440162) >> @@ -1,3 +1,3 @@ >> -TIMESTAMP =3D 1489890610 >> -SHA256 (facebook-zstd-v1.1.4_GH0.tar.gz) =3D >> 6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb >> -SIZE (facebook-zstd-v1.1.4_GH0.tar.gz) =3D 923381 >> +TIMESTAMP =3D 1493987264 >> +SHA256 (facebook-zstd-v1.2.0_GH0.tar.gz) =3D >> 4a7e4593a3638276ca7f2a09dc4f38e674d8317bbea51626393ca73fc047cbfb >> +SIZE (facebook-zstd-v1.2.0_GH0.tar.gz) =3D 1300584 >> >> Modified: head/archivers/zstd/pkg-plist >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/archivers/zstd/pkg-plist Fri May 5 14:46:38 2017 >> (r440161) >> +++ head/archivers/zstd/pkg-plist Fri May 5 15:34:18 2017 >> (r440162) >> @@ -1,9 +1,9 @@ >> -bin/pzstd >> bin/unzstd >> bin/zstd >> bin/zstdcat >> bin/zstdgrep >> bin/zstdless >> +bin/zstdmt >> include/zbuff.h >> include/zdict.h >> include/zstd.h >> >> > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > "It is not necessary to change. Survival is not mandatory." > From owner-svn-ports-all@freebsd.org Sat May 6 11:09:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B9DD6114C; Sat, 6 May 2017 11:09:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50B389F; Sat, 6 May 2017 11:09:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46B9mHu006310; Sat, 6 May 2017 11:09:48 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46B9mlk006308; Sat, 6 May 2017 11:09:48 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705061109.v46B9mlk006308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 6 May 2017 11:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440247 - head/databases/pg_citus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:09:50 -0000 Author: matthew Date: Sat May 6 11:09:48 2017 New Revision: 440247 URL: https://svnweb.freebsd.org/changeset/ports/440247 Log: Update to 6.1.1 ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Sat May 6 09:30:38 2017 (r440246) +++ head/databases/pg_citus/Makefile Sat May 6 11:09:48 2017 (r440247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Sat May 6 09:30:38 2017 (r440246) +++ head/databases/pg_citus/distinfo Sat May 6 11:09:48 2017 (r440247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486714172 -SHA256 (citusdata-citus-v6.1.0_GH0.tar.gz) = 68a0db12b3ccc639e79cd19e60c0787f62b6cfccda8fa31b6a78522a9f66512a -SIZE (citusdata-citus-v6.1.0_GH0.tar.gz) = 1845765 +TIMESTAMP = 1494064861 +SHA256 (citusdata-citus-v6.1.1_GH0.tar.gz) = 01a887d7f7cf2a7f597e3e76f89ee0ee40a6ec213695309ce893d53a9f3da89f +SIZE (citusdata-citus-v6.1.1_GH0.tar.gz) = 1850801 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BF30D61411; Sat, 6 May 2017 11:14:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE4DA1BC6; Sat, 6 May 2017 11:14: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 v46BEMVc010459; Sat, 6 May 2017 11:14:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEMTx010457; Sat, 6 May 2017 11:14:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEMTx010457@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, 6 May 2017 11:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440249 - head/devel/p5-DateTime-Format-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:24 -0000 Author: sunpoet Date: Sat May 6 11:14:22 2017 New Revision: 440249 URL: https://svnweb.freebsd.org/changeset/ports/440249 Log: Update to 0.16013 Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes Modified: head/devel/p5-DateTime-Format-Pg/Makefile head/devel/p5-DateTime-Format-Pg/distinfo Modified: head/devel/p5-DateTime-Format-Pg/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Pg/Makefile Sat May 6 11:14:17 2017 (r440248) +++ head/devel/p5-DateTime-Format-Pg/Makefile Sat May 6 11:14:22 2017 (r440249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Pg -PORTVERSION= 0.16012 +PORTVERSION= 0.16013 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-Format-Pg/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Pg/distinfo Sat May 6 11:14:17 2017 (r440248) +++ head/devel/p5-DateTime-Format-Pg/distinfo Sat May 6 11:14:22 2017 (r440249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488262557 -SHA256 (DateTime-Format-Pg-0.16012.tar.gz) = ebd7d334b6cb53a35b7cf0a7acc11ac7839eb0664e8b239edd2450f405c1d9f5 -SIZE (DateTime-Format-Pg-0.16012.tar.gz) = 29403 +TIMESTAMP = 1494055006 +SHA256 (DateTime-Format-Pg-0.16013.tar.gz) = 7f862ea5e51bd45bebc6c6f9708497b98964932e5a39ebcafe3402351ce0519b +SIZE (DateTime-Format-Pg-0.16013.tar.gz) = 30196 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2EE2D6142E; Sat, 6 May 2017 11:14: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 mx1.freebsd.org (Postfix) with ESMTPS id A687E1C8F; Sat, 6 May 2017 11:14: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 v46BEWwY010714; Sat, 6 May 2017 11:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEWb0010711; Sat, 6 May 2017 11:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEWb0010711@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, 6 May 2017 11:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440251 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:34 -0000 Author: sunpoet Date: Sat May 6 11:14:32 2017 New Revision: 440251 URL: https://svnweb.freebsd.org/changeset/ports/440251 Log: Update to 1.10 Changes: http://search.cpan.org/dist/Net-DNS/Changes Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo head/dns/p5-Net-DNS/pkg-plist Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Sat May 6 11:14:27 2017 (r440250) +++ head/dns/p5-Net-DNS/Makefile Sat May 6 11:14:32 2017 (r440251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 1.09 +PORTVERSION= 1.10 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Sat May 6 11:14:27 2017 (r440250) +++ head/dns/p5-Net-DNS/distinfo Sat May 6 11:14:32 2017 (r440251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490413277 -SHA256 (Net-DNS-1.09.tar.gz) = fec9b0c74b8fea5e41914339281ffd773ddd0ae3b5cfd532d2ac0c09618b7c0a -SIZE (Net-DNS-1.09.tar.gz) = 259772 +TIMESTAMP = 1494055030 +SHA256 (Net-DNS-1.10.tar.gz) = ebe53e7f433138fb9a7845b4edae6b8f4dc227da97eaf6b347584816ec63a525 +SIZE (Net-DNS-1.10.tar.gz) = 261413 Modified: head/dns/p5-Net-DNS/pkg-plist ============================================================================== --- head/dns/p5-Net-DNS/pkg-plist Sat May 6 11:14:27 2017 (r440250) +++ head/dns/p5-Net-DNS/pkg-plist Sat May 6 11:14:32 2017 (r440251) @@ -76,6 +76,7 @@ %%SITE_PERL%%/Net/DNS/Resolver/android.pm %%SITE_PERL%%/Net/DNS/Resolver/cygwin.pm %%SITE_PERL%%/Net/DNS/Resolver/os2.pm +%%SITE_PERL%%/Net/DNS/Resolver/os390.pm %%SITE_PERL%%/Net/DNS/Text.pm %%SITE_PERL%%/Net/DNS/Update.pm %%SITE_PERL%%/Net/DNS/ZoneFile.pm @@ -157,6 +158,7 @@ %%PERL5_MAN3%%/Net::DNS::Resolver::android.3.gz %%PERL5_MAN3%%/Net::DNS::Resolver::cygwin.3.gz %%PERL5_MAN3%%/Net::DNS::Resolver::os2.3.gz +%%PERL5_MAN3%%/Net::DNS::Resolver::os390.3.gz %%PERL5_MAN3%%/Net::DNS::Text.3.gz %%PERL5_MAN3%%/Net::DNS::Update.3.gz %%PERL5_MAN3%%/Net::DNS::ZoneFile.3.gz From owner-svn-ports-all@freebsd.org Sat May 6 11:14:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17842D61418; Sat, 6 May 2017 11:14:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D27991C24; Sat, 6 May 2017 11:14: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 v46BEREF010579; Sat, 6 May 2017 11:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BER16010576; Sat, 6 May 2017 11:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BER16010576@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, 6 May 2017 11:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440250 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:29 -0000 Author: sunpoet Date: Sat May 6 11:14:27 2017 New Revision: 440250 URL: https://svnweb.freebsd.org/changeset/ports/440250 Log: Update to 1.28 Changes: http://search.cpan.org/dist/Params-Validate/Changes Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Sat May 6 11:14:22 2017 (r440249) +++ head/devel/p5-Params-Validate/Makefile Sat May 6 11:14:27 2017 (r440250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Sat May 6 11:14:22 2017 (r440249) +++ head/devel/p5-Params-Validate/distinfo Sat May 6 11:14:27 2017 (r440250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551638 -SHA256 (Params-Validate-1.27.tar.gz) = b414204242c5049c6652eff8fc270a3c39e2901ee8143ea7bbdaa6bf2d828ddc -SIZE (Params-Validate-1.27.tar.gz) = 137860 +TIMESTAMP = 1494055018 +SHA256 (Params-Validate-1.28.tar.gz) = dde5ec77993a9cac300c53053588a50b9c5aeadb77626fe8bc9c2d9b29aaff77 +SIZE (Params-Validate-1.28.tar.gz) = 137099 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B672DD61431; Sat, 6 May 2017 11:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 84F381CE3; Sat, 6 May 2017 11:14: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 v46BEbvm010835; Sat, 6 May 2017 11:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEbg9010833; Sat, 6 May 2017 11:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEbg9010833@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, 6 May 2017 11:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440252 - head/textproc/py-humanfriendly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:38 -0000 Author: sunpoet Date: Sat May 6 11:14:37 2017 New Revision: 440252 URL: https://svnweb.freebsd.org/changeset/ports/440252 Log: Update to 3.1 Changes: https://github.com/xolox/python-humanfriendly/commits/master Modified: head/textproc/py-humanfriendly/Makefile head/textproc/py-humanfriendly/distinfo Modified: head/textproc/py-humanfriendly/Makefile ============================================================================== --- head/textproc/py-humanfriendly/Makefile Sat May 6 11:14:32 2017 (r440251) +++ head/textproc/py-humanfriendly/Makefile Sat May 6 11:14:37 2017 (r440252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= humanfriendly -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-humanfriendly/distinfo ============================================================================== --- head/textproc/py-humanfriendly/distinfo Sat May 6 11:14:32 2017 (r440251) +++ head/textproc/py-humanfriendly/distinfo Sat May 6 11:14:37 2017 (r440252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493987313 -SHA256 (humanfriendly-3.0.tar.gz) = f14f9637be109d69e3dade4643a9a654919192d5341dc6fc5f5f8ebf1d385e43 -SIZE (humanfriendly-3.0.tar.gz) = 50225 +TIMESTAMP = 1494055040 +SHA256 (humanfriendly-3.1.tar.gz) = 3b6751d960bb3368b2a1a02d332426d42a7ec41554b12d1acc0e10cd4ca29e72 +SIZE (humanfriendly-3.1.tar.gz) = 50243 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 398B1D61404; Sat, 6 May 2017 11:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 014791B65; Sat, 6 May 2017 11:14: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 v46BEHZn010338; Sat, 6 May 2017 11:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEHAl010336; Sat, 6 May 2017 11:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEHAl010336@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, 6 May 2017 11:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440248 - head/devel/py-lazy-object-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:19 -0000 Author: sunpoet Date: Sat May 6 11:14:17 2017 New Revision: 440248 URL: https://svnweb.freebsd.org/changeset/ports/440248 Log: Update to 1.3.1 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst Modified: head/devel/py-lazy-object-proxy/Makefile head/devel/py-lazy-object-proxy/distinfo Modified: head/devel/py-lazy-object-proxy/Makefile ============================================================================== --- head/devel/py-lazy-object-proxy/Makefile Sat May 6 11:09:48 2017 (r440247) +++ head/devel/py-lazy-object-proxy/Makefile Sat May 6 11:14:17 2017 (r440248) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lazy-object-proxy -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-lazy-object-proxy/distinfo ============================================================================== --- head/devel/py-lazy-object-proxy/distinfo Sat May 6 11:09:48 2017 (r440247) +++ head/devel/py-lazy-object-proxy/distinfo Sat May 6 11:14:17 2017 (r440248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493921327 -SHA256 (lazy-object-proxy-1.3.0.tar.gz) = bf4778a8d0efef27d8080718ac6efb437c520d697d61e6935787e56fc0bab2c8 -SIZE (lazy-object-proxy-1.3.0.tar.gz) = 32180 +TIMESTAMP = 1494054994 +SHA256 (lazy-object-proxy-1.3.1.tar.gz) = eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a +SIZE (lazy-object-proxy-1.3.1.tar.gz) = 32237 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E18C2D6143C; Sat, 6 May 2017 11:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 902011D97; Sat, 6 May 2017 11:14: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 v46BEl94011105; Sat, 6 May 2017 11:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BElYP011103; Sat, 6 May 2017 11:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BElYP011103@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, 6 May 2017 11:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440254 - head/sysutils/rubygem-hammer_cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:49 -0000 Author: sunpoet Date: Sat May 6 11:14:47 2017 New Revision: 440254 URL: https://svnweb.freebsd.org/changeset/ports/440254 Log: Update to 0.10.2 Changes: https://github.com/theforeman/hammer-cli/releases Modified: head/sysutils/rubygem-hammer_cli/Makefile head/sysutils/rubygem-hammer_cli/distinfo Modified: head/sysutils/rubygem-hammer_cli/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli/Makefile Sat May 6 11:14:42 2017 (r440253) +++ head/sysutils/rubygem-hammer_cli/Makefile Sat May 6 11:14:47 2017 (r440254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-hammer_cli/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli/distinfo Sat May 6 11:14:42 2017 (r440253) +++ head/sysutils/rubygem-hammer_cli/distinfo Sat May 6 11:14:47 2017 (r440254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493122913 -SHA256 (rubygem/hammer_cli-0.10.1.gem) = c58de6f3e4f9aa08830af36ca3b086ed1658b54c5e5992cc3a7912101cf37ac2 -SIZE (rubygem/hammer_cli-0.10.1.gem) = 158720 +TIMESTAMP = 1494055052 +SHA256 (rubygem/hammer_cli-0.10.2.gem) = 0dcadc4d7669e38426fa17175943e47f962a079f4e002af68a6f1049277a8c7c +SIZE (rubygem/hammer_cli-0.10.2.gem) = 145920 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C672D6144E; Sat, 6 May 2017 11:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 6C8D31DED; Sat, 6 May 2017 11:14: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 v46BEqVv011224; Sat, 6 May 2017 11:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEqnc011223; Sat, 6 May 2017 11:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEqnc011223@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, 6 May 2017 11:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440255 - head/sysutils/rubygem-vagrant-vbguest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:53 -0000 Author: sunpoet Date: Sat May 6 11:14:52 2017 New Revision: 440255 URL: https://svnweb.freebsd.org/changeset/ports/440255 Log: Update to 0.14.1 Changes: https://github.com/dotless-de/vagrant-vbguest/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile head/sysutils/rubygem-vagrant-vbguest/distinfo Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/Makefile Sat May 6 11:14:47 2017 (r440254) +++ head/sysutils/rubygem-vagrant-vbguest/Makefile Sat May 6 11:14:52 2017 (r440255) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vagrant-vbguest -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-vagrant-vbguest/distinfo ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/distinfo Sat May 6 11:14:47 2017 (r440254) +++ head/sysutils/rubygem-vagrant-vbguest/distinfo Sat May 6 11:14:52 2017 (r440255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493987413 -SHA256 (rubygem/vagrant-vbguest-0.14.0.gem) = aa2551783def2813fb92d15338cd3a6a28b335b5fdc9e09d047b7f335104a015 -SIZE (rubygem/vagrant-vbguest-0.14.0.gem) = 35328 +TIMESTAMP = 1494055059 +SHA256 (rubygem/vagrant-vbguest-0.14.1.gem) = 44c7264a1e78051a33d76ea4c6e3bf11cb6c05eddeb492a5958de2730f5a211c +SIZE (rubygem/vagrant-vbguest-0.14.1.gem) = 35328 From owner-svn-ports-all@freebsd.org Sat May 6 11:14:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A876DD61438; Sat, 6 May 2017 11:14:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA741D36; Sat, 6 May 2017 11:14: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 v46BEge5010984; Sat, 6 May 2017 11:14:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BEg4H010981; Sat, 6 May 2017 11:14:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061114.v46BEg4H010981@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, 6 May 2017 11:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440253 - in head/devel/rubygem-ruport: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:14:44 -0000 Author: sunpoet Date: Sat May 6 11:14:42 2017 New Revision: 440253 URL: https://svnweb.freebsd.org/changeset/ports/440253 Log: Update to 1.7.1 Changes: https://github.com/ruport/ruport/commits/master Added: head/devel/rubygem-ruport/files/ head/devel/rubygem-ruport/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-ruport/Makefile head/devel/rubygem-ruport/distinfo Modified: head/devel/rubygem-ruport/Makefile ============================================================================== --- head/devel/rubygem-ruport/Makefile Sat May 6 11:14:37 2017 (r440252) +++ head/devel/rubygem-ruport/Makefile Sat May 6 11:14:42 2017 (r440253) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ruport -PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTVERSION= 1.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,11 +11,10 @@ COMMENT= Ruby Reports (Ruport) is an ext LICENSE= GPLv2 RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-fastercsv>=0:devel/rubygem-fastercsv \ - rubygem-pdf-writer>=1.1.8:print/rubygem-pdf-writer +RUN_DEPENDS= rubygem-pdf-writer>=1.1.8:print/rubygem-pdf-writer \ + rubygem-prawn>=0.12.0:print/rubygem-prawn NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/devel/rubygem-ruport/distinfo ============================================================================== --- head/devel/rubygem-ruport/distinfo Sat May 6 11:14:37 2017 (r440252) +++ head/devel/rubygem-ruport/distinfo Sat May 6 11:14:42 2017 (r440253) @@ -1,2 +1,3 @@ -SHA256 (rubygem/ruport-1.6.3.gem) = e24d64a44c0b5a93be361e6cc013518f948ea23640f9877b4752819d59182289 -SIZE (rubygem/ruport-1.6.3.gem) = 318976 +TIMESTAMP = 1494020504 +SHA256 (rubygem/ruport-1.7.1.gem) = 3481e13b5cfff2879ed84eaffcfbe96e38a2eeb4f740b5216e29e8d77141a39f +SIZE (rubygem/ruport-1.7.1.gem) = 318464 Added: head/devel/rubygem-ruport/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruport/files/patch-gemspec Sat May 6 11:14:42 2017 (r440253) @@ -0,0 +1,13 @@ +--- ruport.gemspec.orig 2017-05-06 04:13:21 UTC ++++ ruport.gemspec +@@ -23,8 +23,8 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["= 1.1.8"]) +- s.add_runtime_dependency(%q.freeze, ["= 0.12.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.1.8"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.12.0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + else + s.add_dependency(%q.freeze, ["= 1.1.8"]) From owner-svn-ports-all@freebsd.org Sat May 6 11:17:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F76D615A1; Sat, 6 May 2017 11:17: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 mx1.freebsd.org (Postfix) with ESMTPS id D2A23BAD; Sat, 6 May 2017 11:17: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 v46BHeLx011486; Sat, 6 May 2017 11:17:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BHemf011480; Sat, 6 May 2017 11:17:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061117.v46BHemf011480@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, 6 May 2017 11:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440256 - in head/www/yourls: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:17:42 -0000 Author: sunpoet Date: Sat May 6 11:17:40 2017 New Revision: 440256 URL: https://svnweb.freebsd.org/changeset/ports/440256 Log: Update to 1.7.2 - Fix LICENSE - Add LICENSE_FILE - Add USES=php - Use = instead of += for SUB_FILES - Update PKGMESSAGE - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/YOURLS/YOURLS/releases Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/files/pkg-message.in head/www/yourls/pkg-descr head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Sat May 6 11:14:52 2017 (r440255) +++ head/www/yourls/Makefile Sat May 6 11:17:40 2017 (r440256) @@ -2,32 +2,39 @@ # $FreeBSD$ PORTNAME= yourls -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Your Own URL Shortener -LICENSE= ISCL MIT -LICENSE_COMB= multi +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +NO_ARCH= yes +NO_BUILD= yes +USE_PHP= bcmath curl json mysqli pcre xml +USES= cpe php + +SUB_FILES= pkg-message -USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} GH_PROJECT= ${PORTNAME:tu} +USE_GITHUB= yes -NO_BUILD= yes -NO_ARCH= yes +do-install: + cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ -USES= cpe -USE_PHP= bcmath curl json mysqli pcre xml +# maintainer section: -SUB_LIST+= PKGNAME=${PKGNAME} -SUB_FILES+= pkg-message -PLIST_SUB= WWWOWN=${WWWOWN} \ - WWWGRP=${WWWGRP} +MS_PLIST= ${WRKDIR}/.ms-pkg-plist -do-install: - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name \.*") +genplist: do-clean extract + @${ECHO} "@owner www" > ${MS_PLIST} + @${ECHO} "@group www" >> ${MS_PLIST} + @cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} + @${ECHO} "@owner" >> ${MS_PLIST} + @${ECHO} "@group" >> ${MS_PLIST} + @${INSTALL} -m 600 ${MS_PLIST} ${PLIST} .include Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Sat May 6 11:14:52 2017 (r440255) +++ head/www/yourls/distinfo Sat May 6 11:17:40 2017 (r440256) @@ -1,2 +1,3 @@ -SHA256 (YOURLS-YOURLS-1.7.1_GH0.tar.gz) = 36c77142ec1d78933dac926aeb2c8fb5414d4ef2f21c9e7cbb9a36702806ebea -SIZE (YOURLS-YOURLS-1.7.1_GH0.tar.gz) = 1765477 +TIMESTAMP = 1494008459 +SHA256 (YOURLS-YOURLS-1.7.2_GH0.tar.gz) = 802804aa3633128658e71142bd71ad75e85f14b0c3034af9e1dd73fec1e002df +SIZE (YOURLS-YOURLS-1.7.2_GH0.tar.gz) = 2498179 Modified: head/www/yourls/files/pkg-message.in ============================================================================== --- head/www/yourls/files/pkg-message.in Sat May 6 11:14:52 2017 (r440255) +++ head/www/yourls/files/pkg-message.in Sat May 6 11:17:40 2017 (r440256) @@ -1,14 +1,10 @@ -********************************************** +*************************************************************************** - %%PKGNAME%% has been installed into : +yourls has been installed into %%WWWDIR%% - %%WWWDIR%% +Please visit https://yourls.org/#Install for further install/upgrade +instructions. - Please visit following web page for further - install/upgrade instructions : - - http://yourls.org/#Install - -********************************************** +*************************************************************************** Modified: head/www/yourls/pkg-descr ============================================================================== --- head/www/yourls/pkg-descr Sat May 6 11:14:52 2017 (r440255) +++ head/www/yourls/pkg-descr Sat May 6 11:17:40 2017 (r440256) @@ -1,7 +1,8 @@ -YOURLS is a small set of PHP scripts that will allow you -to run your own URL shortening service (a la TinyURL). +YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that +will allow you to run your own URL shortening service (a la TinyURL or bitly). -You can make it private or public, you can pick custom -keyword URLs, it comes with its own API. +Running your own URL shortener is fun, geeky and useful: you own your data and +don't depend on third party services. It's also a great way to add branding to +your short URLs, instead of using the same public URL shortener everyone uses. -WWW: http://yourls.org/ +WWW: https://yourls.org/ Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Sat May 6 11:14:52 2017 (r440255) +++ head/www/yourls/pkg-plist Sat May 6 11:17:40 2017 (r440256) @@ -2,6 +2,7 @@ @group %%WWWGRP%% %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/CONTRIBUTING.md +%%WWWDIR%%/ISSUE_TEMPLATE.md %%WWWDIR%%/LICENSE.md %%WWWDIR%%/README.md %%WWWDIR%%/admin/admin-ajax.php @@ -40,13 +41,10 @@ %%WWWDIR%%/includes/BookmarkletGen/BookmarkletGen.php %%WWWDIR%%/includes/BookmarkletGen/README.md %%WWWDIR%%/includes/Requests/README.md -%%WWWDIR%%/includes/Requests/Requests.php -%%WWWDIR%%/includes/Requests/Requests/Auth.php %%WWWDIR%%/includes/Requests/Requests/Auth/Basic.php -%%WWWDIR%%/includes/Requests/Requests/Cookie.php +%%WWWDIR%%/includes/Requests/Requests/Auth.php %%WWWDIR%%/includes/Requests/Requests/Cookie/Jar.php -%%WWWDIR%%/includes/Requests/Requests/Exception.php -%%WWWDIR%%/includes/Requests/Requests/Exception/HTTP.php +%%WWWDIR%%/includes/Requests/Requests/Cookie.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/304.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/305.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/306.php @@ -80,23 +78,28 @@ %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/505.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/511.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/Unknown.php +%%WWWDIR%%/includes/Requests/Requests/Exception/HTTP.php +%%WWWDIR%%/includes/Requests/Requests/Exception/Transport/cURL.php +%%WWWDIR%%/includes/Requests/Requests/Exception/Transport.php +%%WWWDIR%%/includes/Requests/Requests/Exception.php %%WWWDIR%%/includes/Requests/Requests/Hooker.php %%WWWDIR%%/includes/Requests/Requests/Hooks.php %%WWWDIR%%/includes/Requests/Requests/IDNAEncoder.php %%WWWDIR%%/includes/Requests/Requests/IPv6.php %%WWWDIR%%/includes/Requests/Requests/IRI.php -%%WWWDIR%%/includes/Requests/Requests/Proxy.php %%WWWDIR%%/includes/Requests/Requests/Proxy/HTTP.php -%%WWWDIR%%/includes/Requests/Requests/Response.php +%%WWWDIR%%/includes/Requests/Requests/Proxy.php %%WWWDIR%%/includes/Requests/Requests/Response/Headers.php +%%WWWDIR%%/includes/Requests/Requests/Response.php %%WWWDIR%%/includes/Requests/Requests/SSL.php %%WWWDIR%%/includes/Requests/Requests/Session.php -%%WWWDIR%%/includes/Requests/Requests/Transport.php %%WWWDIR%%/includes/Requests/Requests/Transport/cURL.php %%WWWDIR%%/includes/Requests/Requests/Transport/cacert.pem %%WWWDIR%%/includes/Requests/Requests/Transport/fsockopen.php +%%WWWDIR%%/includes/Requests/Requests/Transport.php %%WWWDIR%%/includes/Requests/Requests/Utility/CaseInsensitiveDictionary.php %%WWWDIR%%/includes/Requests/Requests/Utility/FilteredIterator.php +%%WWWDIR%%/includes/Requests/Requests.php %%WWWDIR%%/includes/auth.php %%WWWDIR%%/includes/class-mysql.php %%WWWDIR%%/includes/ezSQL/README.md @@ -395,14 +398,13 @@ %%WWWDIR%%/includes/load-yourls.php %%WWWDIR%%/includes/phpass/PasswordHash.php %%WWWDIR%%/includes/phpass/README.md -%%WWWDIR%%/includes/phpass/test.php %%WWWDIR%%/includes/pomo/entry.php %%WWWDIR%%/includes/pomo/mo.php %%WWWDIR%%/includes/pomo/po.php %%WWWDIR%%/includes/pomo/streams.php %%WWWDIR%%/includes/pomo/translations.php %%WWWDIR%%/includes/version.php -%%WWWDIR%%/js/ZeroClipboard.swf +%%WWWDIR%%/js/clipboard.min.js %%WWWDIR%%/js/common.js %%WWWDIR%%/js/infos.js %%WWWDIR%%/js/insert.js @@ -411,10 +413,10 @@ %%WWWDIR%%/js/jquery-1.6.1.min.js %%WWWDIR%%/js/jquery-1.8.2.min.js %%WWWDIR%%/js/jquery-1.9.1.min.js +%%WWWDIR%%/js/jquery-2.2.4.min.js %%WWWDIR%%/js/jquery.cal.js %%WWWDIR%%/js/jquery.notifybar.js %%WWWDIR%%/js/jquery.tablesorter.min.js -%%WWWDIR%%/js/jquery.zclip.min.js %%WWWDIR%%/js/share.js %%WWWDIR%%/pages/examplepage.php %%WWWDIR%%/pages/index.html @@ -456,3 +458,5 @@ %%WWWDIR%%/yourls-go.php %%WWWDIR%%/yourls-infos.php %%WWWDIR%%/yourls-loader.php +@owner +@group From owner-svn-ports-all@freebsd.org Sat May 6 11:18:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA85FD61615; Sat, 6 May 2017 11:18:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 954C4FA2; Sat, 6 May 2017 11:18: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 v46BIhWR011680; Sat, 6 May 2017 11:18:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BIh1M011679; Sat, 6 May 2017 11:18:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061118.v46BIh1M011679@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, 6 May 2017 11:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440257 - head/databases/pgbouncer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:18:45 -0000 Author: sunpoet Date: Sat May 6 11:18:43 2017 New Revision: 440257 URL: https://svnweb.freebsd.org/changeset/ports/440257 Log: Add CARES option - Bump PORTREVISION for package change PR: 218499 Submitted by: Mikhail Tsatsenko (maintainer) Modified: head/databases/pgbouncer/Makefile Modified: head/databases/pgbouncer/Makefile ============================================================================== --- head/databases/pgbouncer/Makefile Sat May 6 11:17:40 2017 (r440256) +++ head/databases/pgbouncer/Makefile Sat May 6 11:18:43 2017 (r440257) @@ -3,7 +3,7 @@ PORTNAME= pgbouncer PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \ http://pgbouncer.github.io/downloads/files/${PORTVERSION}/ @@ -26,6 +26,10 @@ USE_RC_SUBR= pgbouncer GNU_CONFIGURE= yes USES= gmake ssl +OPTIONS_DEFINE= CARES +CARES_LIB_DEPENDS= libcares.so:dns/c-ares +CARES_CONFIGURE_WITH= cares + CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --enable-evdns CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" From owner-svn-ports-all@freebsd.org Sat May 6 11:33:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F5BCD61983; Sat, 6 May 2017 11:33: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 mx1.freebsd.org (Postfix) with ESMTPS id AA7ED107C; Sat, 6 May 2017 11:33: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 v46BXTE3019456; Sat, 6 May 2017 11:33:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BXTNf019454; Sat, 6 May 2017 11:33:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705061133.v46BXTNf019454@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, 6 May 2017 11:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440258 - in head/graphics/graphite2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:33:31 -0000 Author: sunpoet Date: Sat May 6 11:33:29 2017 New Revision: 440258 URL: https://svnweb.freebsd.org/changeset/ports/440258 Log: Update to 1.3.10 Changes: https://github.com/silnrsi/graphite/releases Deleted: head/graphics/graphite2/files/ Modified: head/graphics/graphite2/Makefile head/graphics/graphite2/distinfo Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Sat May 6 11:18:43 2017 (r440257) +++ head/graphics/graphite2/Makefile Sat May 6 11:33:29 2017 (r440258) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.9 -PORTREVISION= 1 +PORTVERSION= 1.3.10 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org Modified: head/graphics/graphite2/distinfo ============================================================================== --- head/graphics/graphite2/distinfo Sat May 6 11:18:43 2017 (r440257) +++ head/graphics/graphite2/distinfo Sat May 6 11:33:29 2017 (r440258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479331876 -SHA256 (silnrsi-graphite-1.3.9_GH0.tar.gz) = f82f92d86a63da79eba10a37c80d943dce883bd72dbc99ebe5bdb7022d3e2391 -SIZE (silnrsi-graphite-1.3.9_GH0.tar.gz) = 3888994 +TIMESTAMP = 1494060879 +SHA256 (silnrsi-graphite-1.3.10_GH0.tar.gz) = 68908cf38cfe09d8aadbbb2c5197f1784e3c1df4be315a462f59e2a1f85cbbc2 +SIZE (silnrsi-graphite-1.3.10_GH0.tar.gz) = 3889555 From owner-svn-ports-all@freebsd.org Sat May 6 11:44:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13502D61B78; Sat, 6 May 2017 11:44:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC8A1E7D; Sat, 6 May 2017 11:44:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46BiOVS023822; Sat, 6 May 2017 11:44:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46BiOQc023821; Sat, 6 May 2017 11:44:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705061144.v46BiOQc023821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 6 May 2017 11:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440259 - head/security/proxytunnel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 11:44:26 -0000 Author: bapt Date: Sat May 6 11:44:24 2017 New Revision: 440259 URL: https://svnweb.freebsd.org/changeset/ports/440259 Log: Replace xmlto with minixmlto, it reduces the number of build dependencies Approved by: ehaupt (maintainer) Differential Revision: https://reviews.freebsd.org/D10560 Modified: head/security/proxytunnel/Makefile Modified: head/security/proxytunnel/Makefile ============================================================================== --- head/security/proxytunnel/Makefile Sat May 6 11:33:29 2017 (r440258) +++ head/security/proxytunnel/Makefile Sat May 6 11:44:24 2017 (r440259) @@ -13,13 +13,16 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= asciidoc:textproc/asciidoc \ - xmlto:textproc/xmlto + minixmlto:textproc/minixmlto USES= pkgconfig gmake ssl USE_GITHUB= yes PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz +post-patch: + ${REINPLACE_CMD} -e "s/xmlto/minixmlto/g" ${WRKSRC}/docs/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ From owner-svn-ports-all@freebsd.org Sat May 6 12:58:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34BB2D6179A; Sat, 6 May 2017 12:58: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 mx1.freebsd.org (Postfix) with ESMTPS id EBFD990; Sat, 6 May 2017 12:58: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 v46CwuUr051995; Sat, 6 May 2017 12:58:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46CwtFh051987; Sat, 6 May 2017 12:58:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705061258.v46CwtFh051987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 6 May 2017 12:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440260 - in head/audio/jack: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 12:58:57 -0000 Author: riggs Date: Sat May 6 12:58:55 2017 New Revision: 440260 URL: https://svnweb.freebsd.org/changeset/ports/440260 Log: Update to upstream version 0.125.0, add SNDIO option PR: 218338 Submitted by: tobik Deleted: head/audio/jack/files/patch-configure head/audio/jack/files/patch-drivers_dummy_dummy__driver.c head/audio/jack/files/patch-drivers_dummy_dummy__driver.h Modified: head/audio/jack/Makefile head/audio/jack/distinfo head/audio/jack/files/patch-drivers_alsa_memops.c head/audio/jack/files/patch-drivers_oss_oss__driver.c head/audio/jack/files/patch-jack.pc.in head/audio/jack/files/patch-jackd_engine.c head/audio/jack/files/patch-libjack_client.c head/audio/jack/pkg-plist Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/Makefile Sat May 6 12:58:55 2017 (r440260) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jackit -PORTVERSION= 0.124.1 -PORTREVISION= 6 +PORTVERSION= 0.125.0 CATEGORIES= audio MASTER_SITES= http://jackaudio.org/downloads/ DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -21,18 +20,18 @@ LIB_DEPENDS= libsndfile.so:audio/libsndf GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig libtool bdb +USES= gmake pathfix pkgconfig libtool localbase bdb USE_RC_SUBR= jackd CONFIGURE_ARGS= --disable-portaudio \ + --enable-force-install \ --with-default-tmpdir=/tmp CFLAGS+= -I${BDB_INCLUDE_DIR} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} +LIBS+= -L${BDB_LIB_DIR} INSTALL_TARGET= install-strip -OPTIONS_DEFINE= ALSA DOXYGEN READLINE +OPTIONS_DEFINE= ALSA DOXYGEN READLINE SNDIO OPTIONS_DEFAULT=READLINE OPTIONS_SUB= yes @@ -47,6 +46,9 @@ DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HA READLINE_CONFIGURE_ENV_OFF= ac_cv_lib_readline_readline=no \ ac_cv_header_readline_chardefs_h=no +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +SNDIO_CONFIGURE_ENABLE= sndio + post-patch: @${REINPLACE_CMD} -e 's|define USE_MLOCK|undef USE_MLOCK|' \ -e 's|alloca.h||' \ Modified: head/audio/jack/distinfo ============================================================================== --- head/audio/jack/distinfo Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/distinfo Sat May 6 12:58:55 2017 (r440260) @@ -1,2 +1,3 @@ -SHA256 (jack-audio-connection-kit-0.124.1.tar.gz) = eb42df6065576f08feeeb60cb9355dce4eb53874534ad71534d7aa31bae561d6 -SIZE (jack-audio-connection-kit-0.124.1.tar.gz) = 1113456 +TIMESTAMP = 1491234945 +SHA256 (jack-audio-connection-kit-0.125.0.tar.gz) = 3517b5bff82139a76b2b66fe2fd9a3b34b6e594c184f95a988524c575b11d444 +SIZE (jack-audio-connection-kit-0.125.0.tar.gz) = 1217977 Modified: head/audio/jack/files/patch-drivers_alsa_memops.c ============================================================================== --- head/audio/jack/files/patch-drivers_alsa_memops.c Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/files/patch-drivers_alsa_memops.c Sat May 6 12:58:55 2017 (r440260) @@ -1,4 +1,4 @@ ---- drivers/alsa/memops.c.orig 2013-10-04 00:45:25 UTC +--- drivers/alsa/memops.c.orig 2016-02-23 15:13:53 UTC +++ drivers/alsa/memops.c @@ -30,7 +30,7 @@ #include Modified: head/audio/jack/files/patch-drivers_oss_oss__driver.c ============================================================================== --- head/audio/jack/files/patch-drivers_oss_oss__driver.c Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/files/patch-drivers_oss_oss__driver.c Sat May 6 12:58:55 2017 (r440260) @@ -1,4 +1,4 @@ ---- drivers/oss/oss_driver.c.orig 2013-10-04 00:45:25 UTC +--- drivers/oss/oss_driver.c.orig 2016-02-23 15:13:53 UTC +++ drivers/oss/oss_driver.c @@ -23,6 +23,7 @@ @@ -8,198 +8,191 @@ #ifdef USE_BARRIER /* * POSIX conformance level should be globally defined somewhere, possibly -@@ -183,7 +184,9 @@ static void set_period_size (oss_driver_ - ((double) driver->period_size / - (double) driver->sample_rate) * 1e6; +@@ -172,7 +173,9 @@ static void set_period_size (oss_driver_ + ((double)driver->period_size / + (double)driver->sample_rate) * 1e6; driver->last_wait_ust = 0; -- driver->last_periodtime = driver->engine->get_microseconds(); +- driver->last_periodtime = driver->engine->get_microseconds (); + driver->last_periodtime = driver->engine ? + driver->engine->get_microseconds() : + jack_get_microseconds(); driver->next_periodtime = 0; driver->iodelay = 0.0F; } -@@ -191,7 +194,9 @@ static void set_period_size (oss_driver_ +@@ -180,7 +183,9 @@ static void set_period_size (oss_driver_ static inline void update_times (oss_driver_t *driver) { -- driver->last_periodtime = driver->engine->get_microseconds(); +- driver->last_periodtime = driver->engine->get_microseconds (); + driver->last_periodtime = driver->engine ? + driver->engine->get_microseconds() : + jack_get_microseconds(); - if (driver->next_periodtime > 0) - { + if (driver->next_periodtime > 0) { driver->iodelay = (float) -@@ -224,6 +229,7 @@ static void copy_and_convert_in (jack_sa + ((long double)driver->last_periodtime - +@@ -211,6 +216,7 @@ static void copy_and_convert_in (jack_sa int dstidx; - signed short *s16src = (signed short *) src; - signed int *s32src = (signed int *) src; + signed short *s16src = (signed short*)src; + signed int *s32src = (signed int*)src; + unsigned char *s24src = (unsigned char *) src; - double *f64src = (double *) src; + double *f64src = (double*)src; jack_sample_t scale; -@@ -240,11 +246,14 @@ static void copy_and_convert_in (jack_sa - } - break; - case 24: -- scale = 1.0f / 0x7fffff; -+ scale = 1.0f / 0x7fffffff; - for (dstidx = 0; dstidx < nframes; dstidx++) - { - dst[dstidx] = (jack_sample_t) -- s32src[srcidx] * scale; -+ ((signed int)( -+ (s24src[3 * srcidx + 2] << 24) | -+ (s24src[3 * srcidx + 1] << 16) | -+ (s24src[3 * srcidx + 0] << 8))) * scale; - srcidx += chcount; - } - break; -@@ -274,6 +283,7 @@ static void copy_and_convert_out (void * +@@ -225,10 +231,13 @@ static void copy_and_convert_in (jack_sa + } + break; + case 24: +- scale = 1.0f / 0x7fffff; ++ scale = 1.0f / 0x7fffffff; + for (dstidx = 0; dstidx < nframes; dstidx++) { + dst[dstidx] = (jack_sample_t) +- s32src[srcidx] * scale; ++ ((signed int)( ++ (s24src[3 * srcidx + 2] << 24) | ++ (s24src[3 * srcidx + 1] << 16) | ++ (s24src[3 * srcidx + 0] << 8))) * scale; + srcidx += chcount; + } + break; +@@ -256,6 +265,7 @@ static void copy_and_convert_out (void * int srcidx; int dstidx; - signed short *s16dst = (signed short *) dst; + signed short *s16dst = (signed short*)dst; + unsigned char *s24dst = (unsigned char *) dst; - signed int *s32dst = (signed int *) dst; - double *f64dst = (double *) dst; + signed int *s32dst = (signed int*)dst; + double *f64dst = (double*)dst; jack_sample_t scale; -@@ -293,13 +303,17 @@ static void copy_and_convert_out (void * - } - break; - case 24: -- scale = 0x7fffff; -+ scale = 0x7fffffff; - for (srcidx = 0; srcidx < nframes; srcidx++) - { -- s32dst[dstidx] = (signed int) -- (src[srcidx] >= 0.0f) ? -- (src[srcidx] * scale + 0.5f) : -- (src[srcidx] * scale - 0.5f); -+ signed int sample = -+ (src[srcidx] >= 0.0f) ? -+ (src[srcidx] * scale + 0.5f) : -+ (src[srcidx] * scale - 0.5f) ; -+ -+ s24dst[3*dstidx + 2] = sample >> 24; -+ s24dst[3*dstidx + 1] = sample >> 16; -+ s24dst[3*dstidx + 0] = sample >> 8; - dstidx += chcount; - } - break; -@@ -471,20 +485,7 @@ static int oss_driver_start (oss_driver_ +@@ -273,12 +283,15 @@ static void copy_and_convert_out (void * + } + break; + case 24: +- scale = 0x7fffff; ++ scale = 0x7fffffff; + for (srcidx = 0; srcidx < nframes; srcidx++) { +- s32dst[dstidx] = (signed int) +- (src[srcidx] >= 0.0f) ? +- (src[srcidx] * scale + 0.5f) : +- (src[srcidx] * scale - 0.5f); ++ signed int sample = ++ (src[srcidx] >= 0.0f) ? ++ (src[srcidx] * scale + 0.5f) : ++ (src[srcidx] * scale - 0.5f) ; ++ s24dst[3*dstidx + 2] = sample >> 24; ++ s24dst[3*dstidx + 1] = sample >> 16; ++ s24dst[3*dstidx + 0] = sample >> 8; + dstidx += chcount; + } + break; +@@ -441,19 +454,7 @@ static int oss_driver_start (oss_driver_ const char *indev = driver->indev; const char *outdev = driver->outdev; -- switch (driver->bits) -- { -- case 24: -- case 32: -- samplesize = sizeof(int); -- break; -- case 64: -- samplesize = sizeof(double); -- break; -- case 16: -- default: -- samplesize = sizeof(short); -- break; +- switch (driver->bits) { +- case 24: +- case 32: +- samplesize = sizeof(int); +- break; +- case 64: +- samplesize = sizeof(double); +- break; +- case 16: +- default: +- samplesize = sizeof(short); +- break; - } + samplesize = driver->bits / 8; driver->trigger = 0; - if (strcmp(indev, outdev) != 0) - { -@@ -762,7 +763,9 @@ static int oss_driver_start (oss_driver_ - if (driver->threads & 1) sem_post(&driver->sem_start); - if (driver->threads & 2) sem_post(&driver->sem_start); + if (strcmp (indev, outdev) != 0) { + if (driver->capture_channels > 0) { +@@ -705,7 +706,9 @@ static int oss_driver_start (oss_driver_ + sem_post (&driver->sem_start); + } -- driver->last_periodtime = driver->engine->get_microseconds(); +- driver->last_periodtime = driver->engine->get_microseconds (); + driver->last_periodtime = driver->engine ? + driver->engine->get_microseconds() : + jack_get_microseconds(); driver->next_periodtime = 0; driver->iodelay = 0.0F; -@@ -1235,7 +1238,24 @@ jack_driver_t * driver_initialize (jack_ - } - pnode = jack_slist_next(pnode); +@@ -1143,6 +1146,23 @@ jack_driver_t * driver_initialize (jack_ + pnode = jack_slist_next (pnode); } -- -+ + + switch (bits) + { -+ case 16: /* native-endian 16-bit integer */ ++ case 16: /* native-endian 16-bit integer */ + driver->format = AFMT_S16_NE; + break; -+ case 24: /* little-endian 24-bit integer */ ++ case 24: /* little-endian 24-bit integer */ + driver->format = AFMT_S24_LE; + break; -+ case 32: /* native-endian 32-bit integer */ ++ case 32: /* native-endian 32-bit integer */ + driver->format = AFMT_S32_NE; + break; + default: + free(driver); + jack_error("OSS: invalid number of bits: %d", -+ __FILE__, __LINE__, bits); ++ __FILE__, __LINE__, bits); + return NULL; + } driver->sample_rate = sample_rate; driver->period_size = period_size; driver->nperiods = nperiods; -@@ -1254,59 +1274,6 @@ jack_driver_t * driver_initialize (jack_ - driver->outdev = strdup(OSS_DRIVER_DEF_DEV); +@@ -1163,58 +1183,6 @@ jack_driver_t * driver_initialize (jack_ + } driver->infd = -1; driver->outfd = -1; -- switch (driver->bits) -- { --# ifndef OSS_ENDIAN --# ifdef __GNUC__ --# if (defined(__i386__) || defined(__alpha__) || defined(__arm__) || defined(__x86_64__) || (defined(__sh__) && !defined(__LITTLE_ENDIAN__))) --# define OSS_LITTLE_ENDIAN 1234 --# define OSS_ENDIAN OSS_LITTLE_ENDIAN --# else --# define OSS_BIG_ENDIAN 4321 --# define OSS_ENDIAN OSS_BIG_ENDIAN --# endif --# else /* __GNUC__ */ --# if (defined(_AIX) || defined(AIX) || defined(sparc) || defined(__hppa) || defined(PPC) || defined(__powerpc__) && !defined(i386) && !defined(__i386) && !defined(__i386__)) --# define OSS_BIG_ENDIAN 4321 --# define OSS_ENDIAN OSS_BIG_ENDIAN --# else --# define OSS_LITTLE_ENDIAN 1234 --# define OSS_ENDIAN OSS_LITTLE_ENDIAN --# endif --# endif /* __GNUC__ */ --# endif /* OSS_ENDIAN */ --# if (OSS_ENDIAN == 1234) -- /* little-endian architectures */ -- case 24: /* little-endian LSB aligned 24-bits in 32-bits integer */ -- driver->format = 0x00008000; -- break; -- case 32: /* little-endian 32-bit integer */ -- driver->format = 0x00001000; -- break; -- case 64: /* native-endian 64-bit float */ -- driver->format = 0x00004000; -- break; -- case 16: /* little-endian 16-bit integer */ -- default: -- driver->format = 0x00000010; -- break; +- switch (driver->bits) { +-# ifndef OSS_ENDIAN +-# ifdef __GNUC__ +-# if (defined(__i386__) || defined(__alpha__) || defined(__arm__) || defined(__x86_64__) || (defined(__sh__) && !defined(__LITTLE_ENDIAN__))) +-# define OSS_LITTLE_ENDIAN 1234 +-# define OSS_ENDIAN OSS_LITTLE_ENDIAN +-# else +-# define OSS_BIG_ENDIAN 4321 +-# define OSS_ENDIAN OSS_BIG_ENDIAN +-# endif +-# else /* __GNUC__ */ +-# if (defined(_AIX) || defined(AIX) || defined(sparc) || defined(__hppa) || defined(PPC) || defined(__powerpc__) && !defined(i386) && !defined(__i386) && !defined(__i386__)) +-# define OSS_BIG_ENDIAN 4321 +-# define OSS_ENDIAN OSS_BIG_ENDIAN +-# else +-# define OSS_LITTLE_ENDIAN 1234 +-# define OSS_ENDIAN OSS_LITTLE_ENDIAN +-# endif +-# endif /* __GNUC__ */ +-# endif /* OSS_ENDIAN */ +-# if (OSS_ENDIAN == 1234) +- /* little-endian architectures */ +- case 24: /* little-endian LSB aligned 24-bits in 32-bits integer */ +- driver->format = 0x00008000; +- break; +- case 32: /* little-endian 32-bit integer */ +- driver->format = 0x00001000; +- break; +- case 64: /* native-endian 64-bit float */ +- driver->format = 0x00004000; +- break; +- case 16: /* little-endian 16-bit integer */ +- default: +- driver->format = 0x00000010; +- break; - /* big-endian architectures */ --# else -- case 24: /* big-endian LSB aligned 24-bits in 32-bits integer */ -- break; -- driver->format = 0x00010000; -- case 32: /* big-endian 32-bit integer */ -- driver->format = 0x00002000; -- break; -- case 64: /* native-endian 64-bit float */ -- driver->format = 0x00004000; -- break; -- case 16: /* big-endian 16-bit integer */ -- default: -- driver->format = 0x00000020; --# endif +-# else +- case 24: /* big-endian LSB aligned 24-bits in 32-bits integer */ +- break; +- driver->format = 0x00010000; +- case 32: /* big-endian 32-bit integer */ +- driver->format = 0x00002000; +- break; +- case 64: /* native-endian 64-bit float */ +- driver->format = 0x00004000; +- break; +- case 16: /* big-endian 16-bit integer */ +- default: +- driver->format = 0x00000020; +-# endif - } - driver->indevbuf = driver->outdevbuf = NULL; Modified: head/audio/jack/files/patch-jack.pc.in ============================================================================== --- head/audio/jack/files/patch-jack.pc.in Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/files/patch-jack.pc.in Sat May 6 12:58:55 2017 (r440260) @@ -5,5 +5,5 @@ Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server Version: @JACK_VERSION@ -Libs: -L${libdir} -ljack -lpthread @OS_LDFLAGS@ -+Libs: -L${libdir} -ljack -lpthread ++Libs: -L${libdir} -ljack -pthread Cflags: -I${includedir} Modified: head/audio/jack/files/patch-jackd_engine.c ============================================================================== --- head/audio/jack/files/patch-jackd_engine.c Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/files/patch-jackd_engine.c Sat May 6 12:58:55 2017 (r440260) @@ -1,20 +1,11 @@ ---- jackd/engine.c.orig 2013-11-30 17:04:00 UTC +--- jackd/engine.c.orig 2016-09-14 17:41:53 UTC +++ jackd/engine.c -@@ -1415,7 +1415,7 @@ handle_external_client_request (jack_eng - if ((r = read (client->request_fd, &req, sizeof (req))) - < (ssize_t) sizeof (req)) { +@@ -1435,7 +1435,7 @@ handle_external_client_request (jack_eng + if ((r = read (client->request_fd, &req, sizeof(req))) + < (ssize_t)sizeof(req)) { if (r == 0) { --#ifdef JACK_USE_MACH_THREADS -+#ifndef __linux +-#if defined(JACK_USE_MACH_THREADS) || defined(__OpenBSD__) ++#if 1 /* poll is implemented using select (see the macosx/fakepoll code). When the socket is closed -@@ -1428,7 +1428,7 @@ handle_external_client_request (jack_eng - and remove the client. - */ - jack_mark_client_socket_error (engine, fd); --#endif /* JACK_USE_MACH_THREADS */ -+#endif /* !__linux */ - return 1; - } else { - jack_error ("cannot read request from client (%d/%d/%s)", Modified: head/audio/jack/files/patch-libjack_client.c ============================================================================== --- head/audio/jack/files/patch-libjack_client.c Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/files/patch-libjack_client.c Sat May 6 12:58:55 2017 (r440260) @@ -1,8 +1,8 @@ ---- libjack/client.c.orig 2014-01-21 22:48:10 UTC +--- libjack/client.c.orig 2016-09-14 17:41:53 UTC +++ libjack/client.c -@@ -116,6 +116,30 @@ init_cpu () - - char *jack_tmpdir = DEFAULT_TMP_DIR; +@@ -69,6 +69,30 @@ + static pthread_mutex_t client_lock; + static pthread_cond_t client_ready; +/* + * The following read/write wrappers handle the case of interruption @@ -29,161 +29,162 @@ +} + static int - jack_get_tmpdir () - { -@@ -248,7 +272,7 @@ oop_client_deliver_request (void *ptr, j + jack_client_close_aux(jack_client_t *client); + +@@ -252,7 +276,7 @@ oop_client_deliver_request (void *ptr, j int wok, rok; - jack_client_t *client = (jack_client_t*) ptr; + jack_client_t *client = (jack_client_t*)ptr; + +- wok = (write (client->request_fd, req, sizeof(*req)) ++ wok = (write_retry (client->request_fd, req, sizeof(*req)) + == sizeof(*req)); + + /* if necessary, add variable length key data after a PropertyChange request +@@ -260,7 +284,7 @@ oop_client_deliver_request (void *ptr, j + + if (req->type == PropertyChangeNotify) { + if (req->x.property.keylen) { +- if (write (client->request_fd, req->x.property.key, req->x.property.keylen) != req->x.property.keylen) { ++ if (write_retry (client->request_fd, req->x.property.key, req->x.property.keylen) != req->x.property.keylen) { + jack_error ("cannot send property key of length %d to server", + req->x.property.keylen); + req->status = -1; +@@ -269,7 +293,7 @@ oop_client_deliver_request (void *ptr, j + } + } -- wok = (write (client->request_fd, req, sizeof (*req)) -+ wok = (write_retry (client->request_fd, req, sizeof (*req)) - == sizeof (*req)); - - /* if necessary, add variable length key data after a PropertyChange request -@@ -256,7 +280,7 @@ oop_client_deliver_request (void *ptr, j - - if (req->type == PropertyChangeNotify) { - if (req->x.property.keylen) { -- if (write (client->request_fd, req->x.property.key, req->x.property.keylen) != req->x.property.keylen) { -+ if (write_retry (client->request_fd, req->x.property.key, req->x.property.keylen) != req->x.property.keylen) { - jack_error ("cannot send property key of length %d to server", - req->x.property.keylen); - req->status = -1; -@@ -265,7 +289,7 @@ oop_client_deliver_request (void *ptr, j - } - } - -- rok = (read (client->request_fd, req, sizeof (*req)) -+ rok = (read_retry (client->request_fd, req, sizeof (*req)) - == sizeof (*req)); +- rok = (read (client->request_fd, req, sizeof(*req)) ++ rok = (read_retry (client->request_fd, req, sizeof(*req)) + == sizeof(*req)); - if (wok && rok) { /* everything OK? */ -@@ -822,14 +846,14 @@ server_event_connect (jack_client_t *cli + if (wok && rok) { /* everything OK? */ +@@ -838,14 +862,14 @@ server_event_connect (jack_client_t *cli jack_uuid_copy (&req.client_id, client->control->uuid); -- if (write (fd, &req, sizeof (req)) != sizeof (req)) { -+ if (write_retry (fd, &req, sizeof (req)) != sizeof (req)) { - jack_error ("cannot write event connect request to server (%s)", +- if (write (fd, &req, sizeof(req)) != sizeof(req)) { +- jack_error ("cannot write event connect request to server (%s)", ++ if (write_retry (fd, &req, sizeof(req)) != sizeof(req)) { ++ jack_error ("cannot write_retry event connect request to server (%s)", strerror (errno)); close (fd); return -1; } -- if (read (fd, &res, sizeof (res)) != sizeof (res)) { -+ if (read_retry (fd, &res, sizeof (res)) != sizeof (res)) { +- if (read (fd, &res, sizeof(res)) != sizeof(res)) { ++ if (read_retry (fd, &res, sizeof(res)) != sizeof(res)) { jack_error ("cannot read event connect result from server (%s)", strerror (errno)); close (fd); -@@ -1070,14 +1094,14 @@ jack_request_client (ClientType type, - snprintf (req.object_data, sizeof (req.object_data), +@@ -1110,14 +1134,14 @@ jack_request_client (ClientType type, + snprintf (req.object_data, sizeof(req.object_data), "%s", va->load_init); -- if (write (*req_fd, &req, sizeof (req)) != sizeof (req)) { -+ if (write_retry (*req_fd, &req, sizeof (req)) != sizeof (req)) { +- if (write (*req_fd, &req, sizeof(req)) != sizeof(req)) { ++ if (write_retry (*req_fd, &req, sizeof(req)) != sizeof(req)) { jack_error ("cannot send request to jack server (%s)", strerror (errno)); - *status |= (JackFailure|JackServerError); + *status |= (JackFailure | JackServerError); goto fail; } -- if (read (*req_fd, res, sizeof (*res)) != sizeof (*res)) { -+ if (read_retry (*req_fd, res, sizeof (*res)) != sizeof (*res)) { +- if (read (*req_fd, res, sizeof(*res)) != sizeof(*res)) { ++ if (read_retry (*req_fd, res, sizeof(*res)) != sizeof(*res)) { if (errno == 0) { /* server shut the socket */ -@@ -1456,7 +1480,7 @@ jack_internal_client_close (const char * +@@ -1513,7 +1537,7 @@ jack_internal_client_close (const char * return; } -- if (write (fd, &req, sizeof (req)) != sizeof(req)) { -+ if (write_retry (fd, &req, sizeof (req)) != sizeof(req)) { +- if (write (fd, &req, sizeof(req)) != sizeof(req)) { ++ if (write_retry (fd, &req, sizeof(req)) != sizeof(req)) { jack_error ("cannot deliver ClientUnload request to JACK " "server."); } -@@ -1582,7 +1606,7 @@ jack_session_notify (jack_client_t* clie +@@ -1649,7 +1673,7 @@ jack_session_notify (jack_client_t* clie request.x.session.type = code; - -- if( (write (client->request_fd, &request, sizeof (request)) -+ if( (write_retry (client->request_fd, &request, sizeof (request)) - != sizeof (request)) ) { + +- if ( (write (client->request_fd, &request, sizeof(request)) ++ if ( (write_retry (client->request_fd, &request, sizeof(request)) + != sizeof(request)) ) { jack_error ("cannot send request type %d to server", - request.type); -@@ -1592,7 +1616,7 @@ jack_session_notify (jack_client_t* clie - while( 1 ) { + request.type); +@@ -1659,7 +1683,7 @@ jack_session_notify (jack_client_t* clie + while ( 1 ) { jack_uuid_t uid; -- if (read (client->request_fd, &uid, sizeof (uid)) != sizeof (uid)) { -+ if (read_retry (client->request_fd, &uid, sizeof (uid)) != sizeof (uid)) { +- if (read (client->request_fd, &uid, sizeof(uid)) != sizeof(uid)) { ++ if (read_retry (client->request_fd, &uid, sizeof(uid)) != sizeof(uid)) { jack_error ("cannot read result for request type %d from" - " server (%s)", request.type, strerror (errno)); + " server (%s)", request.type, strerror (errno)); goto out; -@@ -1613,19 +1637,19 @@ jack_session_notify (jack_client_t* clie +@@ -1681,19 +1705,19 @@ jack_session_notify (jack_client_t* clie break; - } + } -- if (read (client->request_fd, (char *)retval[num_replies-1].client_name, JACK_CLIENT_NAME_SIZE) -+ if (read_retry (client->request_fd, (char *)retval[num_replies-1].client_name, JACK_CLIENT_NAME_SIZE) - != JACK_CLIENT_NAME_SIZE) { +- if (read (client->request_fd, (char*)retval[num_replies - 1].client_name, JACK_CLIENT_NAME_SIZE) ++ if (read_retry (client->request_fd, (char*)retval[num_replies - 1].client_name, JACK_CLIENT_NAME_SIZE) + != JACK_CLIENT_NAME_SIZE) { jack_error ("cannot read result for request type %d from" - " server (%s)", request.type, strerror (errno)); + " server (%s)", request.type, strerror (errno)); goto out; } -- if (read (client->request_fd, (char *)retval[num_replies-1].command, JACK_PORT_NAME_SIZE) -+ if (read_retry (client->request_fd, (char *)retval[num_replies-1].command, JACK_PORT_NAME_SIZE) - != JACK_PORT_NAME_SIZE) { +- if (read (client->request_fd, (char*)retval[num_replies - 1].command, JACK_PORT_NAME_SIZE) ++ if (read_retry (client->request_fd, (char*)retval[num_replies - 1].command, JACK_PORT_NAME_SIZE) + != JACK_PORT_NAME_SIZE) { jack_error ("cannot read result for request type %d from" - " server (%s)", request.type, strerror (errno)); + " server (%s)", request.type, strerror (errno)); goto out; } -- if (read (client->request_fd, & retval[num_replies-1].flags, sizeof(retval[num_replies-1].flags) ) -+ if (read_retry (client->request_fd, & retval[num_replies-1].flags, sizeof(retval[num_replies-1].flags) ) - != sizeof(retval[num_replies-1].flags) ) { +- if (read (client->request_fd, &retval[num_replies - 1].flags, sizeof(retval[num_replies - 1].flags) ) ++ if (read_retry (client->request_fd, &retval[num_replies - 1].flags, sizeof(retval[num_replies - 1].flags) ) + != sizeof(retval[num_replies - 1].flags) ) { jack_error ("cannot read result for request type %d from" - " server (%s)", request.type, strerror (errno)); -@@ -1742,7 +1766,7 @@ jack_client_process_events (jack_client_ + " server (%s)", request.type, strerror (errno)); +@@ -1812,7 +1836,7 @@ jack_client_process_events (jack_client_ /* server has sent us an event. process the * event and reply */ - -- if (read (client->event_fd, &event, sizeof (event)) -+ if (read_retry (client->event_fd, &event, sizeof (event)) - != sizeof (event)) { + +- if (read (client->event_fd, &event, sizeof(event)) ++ if (read_retry (client->event_fd, &event, sizeof(event)) + != sizeof(event)) { jack_error ("cannot read server event (%s)", strerror (errno)); -@@ -1751,7 +1775,7 @@ jack_client_process_events (jack_client_ - - if (event.type == PropertyChange) { - key = (char *) malloc (event.y.key_size); -- if (read (client->event_fd, key, event.y.key_size) != -+ if (read_retry (client->event_fd, key, event.y.key_size) != - event.y.key_size) { - jack_error ("cannot read property change key (%s)", - strerror (errno)); -@@ -1868,7 +1892,7 @@ jack_client_process_events (jack_client_ +@@ -1822,7 +1846,7 @@ jack_client_process_events (jack_client_ + if (event.type == PropertyChange) { + if (event.y.key_size) { + key = (char*)malloc (event.y.key_size); +- if (read (client->event_fd, key, event.y.key_size) != ++ if (read_retry (client->event_fd, key, event.y.key_size) != + event.y.key_size) { + jack_error ("cannot read property change key (%s)", + strerror (errno)); +@@ -1941,7 +1965,7 @@ jack_client_process_events (jack_client_ DEBUG ("client has dealt with the event, writing " "response on event fd"); - -- if (write (client->event_fd, &status, sizeof (status)) -+ if (write_retry (client->event_fd, &status, sizeof (status)) - != sizeof (status)) { + +- if (write (client->event_fd, &status, sizeof(status)) ++ if (write_retry (client->event_fd, &status, sizeof(status)) + != sizeof(status)) { jack_error ("cannot send event response to " "engine (%s)", strerror (errno)); -@@ -1888,7 +1912,7 @@ jack_wake_next_client (jack_client_t* cl +@@ -1961,7 +1985,7 @@ jack_wake_next_client (jack_client_t* cl int pret = 0; char c = 0; -- if (write (client->graph_next_fd, &c, sizeof (c)) -+ if (write_retry (client->graph_next_fd, &c, sizeof (c)) - != sizeof (c)) { - DEBUG("cannot write byte to fd %d", client->graph_next_fd); +- if (write (client->graph_next_fd, &c, sizeof(c)) ++ if (write_retry (client->graph_next_fd, &c, sizeof(c)) + != sizeof(c)) { + DEBUG ("cannot write byte to fd %d", client->graph_next_fd); jack_error ("cannot continue execution of the " -@@ -1916,7 +1940,7 @@ jack_wake_next_client (jack_client_t* cl +@@ -1989,7 +2013,7 @@ jack_wake_next_client (jack_client_t* cl } if (pret > 0 && (pfds[0].revents & POLLIN)) { -- if (read (client->graph_wait_fd, &c, sizeof (c)) -+ if (read_retry (client->graph_wait_fd, &c, sizeof (c)) - != sizeof (c)) { +- if (read (client->graph_wait_fd, &c, sizeof(c)) ++ if (read_retry (client->graph_wait_fd, &c, sizeof(c)) + != sizeof(c)) { jack_error ("cannot complete execution of the " - "processing graph (%s)", strerror(errno)); + "processing graph (%s)", strerror (errno)); Modified: head/audio/jack/pkg-plist ============================================================================== --- head/audio/jack/pkg-plist Sat May 6 11:44:24 2017 (r440259) +++ head/audio/jack/pkg-plist Sat May 6 12:58:55 2017 (r440260) @@ -53,6 +53,7 @@ lib/jack/intime.so lib/jack/jack_dummy.so lib/jack/jack_net.so lib/jack/jack_oss.so +%%SNDIO%%lib/jack/jack_sndio.so lib/libjack.so lib/libjack.so.0 lib/libjack.so.0.0.28 From owner-svn-ports-all@freebsd.org Sat May 6 13:11:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD0F9D61B36; Sat, 6 May 2017 13:11:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 597BE18DA; Sat, 6 May 2017 13:11:48 +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 v46DBlYf057731; Sat, 6 May 2017 13:11:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46DBlDO057729; Sat, 6 May 2017 13:11:47 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705061311.v46DBlDO057729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 6 May 2017 13:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440261 - head/sysutils/atop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 13:11:49 -0000 Author: riggs Date: Sat May 6 13:11:46 2017 New Revision: 440261 URL: https://svnweb.freebsd.org/changeset/ports/440261 Log: Update WWW (Berlios is no more), bump PORTREVISION. Reported by: asomers Approved by: maintainer timeout Modified: head/sysutils/atop/Makefile head/sysutils/atop/pkg-descr Modified: head/sysutils/atop/Makefile ============================================================================== --- head/sysutils/atop/Makefile Sat May 6 12:58:55 2017 (r440260) +++ head/sysutils/atop/Makefile Sat May 6 13:11:46 2017 (r440261) @@ -3,7 +3,7 @@ PORTNAME= atop PORTVERSION= 2.0.2.b3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= samm@os2.kiev.ua Modified: head/sysutils/atop/pkg-descr ============================================================================== --- head/sysutils/atop/pkg-descr Sat May 6 12:58:55 2017 (r440260) +++ head/sysutils/atop/pkg-descr Sat May 6 13:11:46 2017 (r440261) @@ -6,4 +6,4 @@ At regular intervals, it shows system-le swap, disks, and network layers, and for every active process it shows the CPU utilization, the memory growth, priority, username, state, and exit code. -WWW: http://openfacts2.berlios.de/wikien/index.php/BerliosProject:Atop-freebsd +WWW: https://github.com/samm-git/atop-freebsd From owner-svn-ports-all@freebsd.org Sat May 6 13:21:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2F60D61CD5; Sat, 6 May 2017 13:21:39 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::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 1641D37D; Sat, 6 May 2017 13:21:39 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x22f.google.com with SMTP id 99so15411518lfu.1; Sat, 06 May 2017 06:21:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=IZ9JcxXMxnzjO82zbFCEeZCNFVf0udNKi1cCuP4Dvls=; b=B/CaODtbkCiXvlS128P+ifgI0BcU4FETWgnX1VvNgrYNF0WX+kI4xaq+/KJRE0D7eX Nw5mL8wcnRlPhtQbwqn78h4JGQQCIlCweSwQEFl7ibbQlsYLdeS7Y2HRGJoH6c5Ie7o+ lfKPULd+c+149PDy/F20se+yVyInVwMaAEOSUyvPKWLVEZ/eezPoMheiEcuJ7vzo6b+7 JfnSB5MmFdtHWab78NsBcaYQcRbn5UXkMVPWWekda9FxtAaTXBgNlBv2y+SYlWQeVxcC W0jIbY5yehqR5lI35h3eiAwqE9PxYRoGvuLDd4/aC0o31diNFcmk9nGrYsBl7qPTKSY/ /mEg== 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; bh=IZ9JcxXMxnzjO82zbFCEeZCNFVf0udNKi1cCuP4Dvls=; b=hNPHrG6f9XFwAFBYH9vJmjgCtXnS4AMD3LtSKIu/aA8yEXdp1J5bPvo8plLg9toSRR hZ4H8W1C+FfftEDxjb/loxg5zsgc84fgrxAheBHOqXiWK7JTGbnhGCBV3QZl6Qi98Arf 8NtPXyPuLVqEa1bRGq5OtrPrlNxbLr1VPZn5mRW9RxI3ObyR5TAYIOadbf9+jZLuMw8n 558C6KKZxG2qFC072trZIsJ1cE5xf94aZ2EB43qrSPRQxh29v0QYpDq28OdfZcC9BWJa jk+A01vn0tY+Y8rNo6Ae30/djteflZTie5/3swQ6aIW0md7lw57VzWEKF5Hrd4+2t3km A6ig== X-Gm-Message-State: AN3rC/5rrb7CcwMoh1NXIIBjX4LCr2cJnH0CpAd+ijcJ/iYiZ0UQ7n9y RcyDUoC1j++MGu9G1LryjDFkgy8S9Opi1dw= X-Received: by 10.25.213.197 with SMTP id m188mr17037949lfg.41.1494076896697; Sat, 06 May 2017 06:21:36 -0700 (PDT) MIME-Version: 1.0 Sender: thomas.e.zander@googlemail.com Received: by 10.25.198.79 with HTTP; Sat, 6 May 2017 06:21:36 -0700 (PDT) In-Reply-To: <201705061311.v46DBlDO057729@repo.freebsd.org> References: <201705061311.v46DBlDO057729@repo.freebsd.org> From: Thomas Zander Date: Sat, 6 May 2017 15:21:36 +0200 X-Google-Sender-Auth: ZnWxVeDVRPaRJ_U5ns7Xcec-6WQ Message-ID: Subject: Re: svn commit: r440261 - head/sysutils/atop To: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 13:21:40 -0000 Copy and paste issue. This was bug 218779. From owner-svn-ports-all@freebsd.org Sat May 6 13:54:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA51D61707; Sat, 6 May 2017 13:54:47 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5F46D13A6; Sat, 6 May 2017 13:54:47 +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 v46DsklC076057; Sat, 6 May 2017 13:54:46 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46DskRm076054; Sat, 6 May 2017 13:54:46 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705061354.v46DskRm076054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sat, 6 May 2017 13:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440262 - in head/sysutils: moosefs3-client moosefs3-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 13:54:48 -0000 Author: lifanov Date: Sat May 6 13:54:45 2017 New Revision: 440262 URL: https://svnweb.freebsd.org/changeset/ports/440262 Log: update sysutils/moosefs3-* to 3.0.92 * MooseFS 3.0.92-1 (2017-04-27) - (master+tools) added chunk slices to mfsappendchunks - (tools) added archive mode tools - (master+mount) fixed getfacl (unnecessary check for read rights for uid/gid) - (master) fixed changing acl mask during setattr PR: 219087 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-client/pkg-plist head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-client/pkg-plist ============================================================================== --- head/sysutils/moosefs3-client/pkg-plist Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-client/pkg-plist Sat May 6 13:54:45 2017 (r440262) @@ -30,6 +30,9 @@ bin/mfsgetquota bin/mfssetquota bin/mfsdelquota bin/mfscopyquota +bin/mfschkarchive +bin/mfsclrarchive +bin/mfssetarchive bin/mfsfilepaths bin/mfsscadmin bin/mfstools @@ -63,11 +66,15 @@ man/man1/mfsgetquota.1.gz man/man1/mfssetquota.1.gz man/man1/mfsdelquota.1.gz man/man1/mfscopyquota.1.gz +man/man1/mfschkarchive.1.gz +man/man1/mfsclrarchive.1.gz +man/man1/mfssetarchive.1.gz man/man1/mfsfilepaths.1.gz man/man1/mfsgoal.1.gz man/man1/mfstrashtime.1.gz man/man1/mfseattr.1.gz man/man1/mfsquota.1.gz +man/man1/mfsarchive.1.gz man/man1/mfssnapshots.1.gz man/man1/mfsdiagtools.1.gz man/man1/mfssclass.1.gz Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-master/Makefile Sat May 6 13:54:45 2017 (r440262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.91 +PORTVERSION= 3.0.92 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-master/distinfo Sat May 6 13:54:45 2017 (r440262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491694616 -SHA256 (moosefs-3.0.91-1.tar.gz) = 40fe30fb87eb396df3dfa5d54bb7737a5c75449bffc3b384d4ad7333a51fa519 -SIZE (moosefs-3.0.91-1.tar.gz) = 1110532 +TIMESTAMP = 1493924147 +SHA256 (moosefs-3.0.92-1.tar.gz) = 4a80170797cdd4afe4cf84601440e49d5e3ba879926d9525dbbedf5c5e6d8c85 +SIZE (moosefs-3.0.92-1.tar.gz) = 1113254 From owner-svn-ports-all@freebsd.org Sat May 6 13:56:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AAFFD61888; Sat, 6 May 2017 13:56:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id 490C81C5E; Sat, 6 May 2017 13:56:42 +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 v46Dufnr076262; Sat, 6 May 2017 13:56:41 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46DufU0076260; Sat, 6 May 2017 13:56:41 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705061356.v46DufU0076260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sat, 6 May 2017 13:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440263 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 13:56:42 -0000 Author: lifanov Date: Sat May 6 13:56:40 2017 New Revision: 440263 URL: https://svnweb.freebsd.org/changeset/ports/440263 Log: update games/wtf to 20170505 snapshot from NetBSD Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Sat May 6 13:54:45 2017 (r440262) +++ head/games/wtf/Makefile Sat May 6 13:56:40 2017 (r440263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20170313 +PORTVERSION= 20170505 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Sat May 6 13:54:45 2017 (r440262) +++ head/games/wtf/distinfo Sat May 6 13:56:40 2017 (r440263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489507964 -SHA256 (wtf-20170313.tar.gz) = 882a849337caafce0f154f347b07a40f157b80bff6ca68155b9ed70b9c4c14a8 -SIZE (wtf-20170313.tar.gz) = 25133 +TIMESTAMP = 1494078951 +SHA256 (wtf-20170505.tar.gz) = 93d0dc572f3d73ae7c04639e53d163a4f59930595527aee4601e5c66b076f1bd +SIZE (wtf-20170505.tar.gz) = 25192 From owner-svn-ports-all@freebsd.org Sat May 6 14:24:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C2CD5F129; Sat, 6 May 2017 14:24:54 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6E1A91876; Sat, 6 May 2017 14:24:54 +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 v46EOrgq088403; Sat, 6 May 2017 14:24:53 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46EOr80088401; Sat, 6 May 2017 14:24:53 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705061424.v46EOr80088401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 6 May 2017 14:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440264 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:24:54 -0000 Author: gerald Date: Sat May 6 14:24:53 2017 New Revision: 440264 URL: https://svnweb.freebsd.org/changeset/ports/440264 Log: Update to the 20170504 snapshot of GCC 7, slightly after the GCC 7.1 release (the first on that branch). Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Sat May 6 13:56:40 2017 (r440263) +++ head/lang/gcc7-devel/Makefile Sat May 6 14:24:53 2017 (r440264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.1.s20170427 +PORTVERSION= 7.1.1.s20170504 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Sat May 6 13:56:40 2017 (r440263) +++ head/lang/gcc7-devel/distinfo Sat May 6 14:24:53 2017 (r440264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493478284 -SHA256 (gcc-7-20170427.tar.bz2) = 5a7b413d2843bb89290947dccf0b16f3cf9e0ba33e99fe9b37d78b43e7cc2e81 -SIZE (gcc-7-20170427.tar.bz2) = 79730155 +TIMESTAMP = 1493989818 +SHA256 (gcc-7-20170504.tar.bz2) = 0a179b9fe8e90215d7b2385c40a2e36ba7f823193531847eb7fcff866df556ba +SIZE (gcc-7-20170504.tar.bz2) = 79773845 From owner-svn-ports-all@freebsd.org Sat May 6 14:45:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC13D5F70C; Sat, 6 May 2017 14:45:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41C5F10AF; Sat, 6 May 2017 14:45:15 +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 v46EjETI096511; Sat, 6 May 2017 14:45:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46EjDid096506; Sat, 6 May 2017 14:45:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705061445.v46EjDid096506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 6 May 2017 14:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440265 - in head/devel: . elixir-smppex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:45:15 -0000 Author: olgeni Date: Sat May 6 14:45:13 2017 New Revision: 440265 URL: https://svnweb.freebsd.org/changeset/ports/440265 Log: Add devel/elixir-smppex, an SMPP 3.4 library for Elixir. Added: head/devel/elixir-smppex/ head/devel/elixir-smppex/Makefile (contents, props changed) head/devel/elixir-smppex/distinfo (contents, props changed) head/devel/elixir-smppex/pkg-descr (contents, props changed) head/devel/elixir-smppex/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 14:24:53 2017 (r440264) +++ head/devel/Makefile Sat May 6 14:45:13 2017 (r440265) @@ -501,6 +501,7 @@ SUBDIR += elixir-quantum SUBDIR += elixir-red_black_tree SUBDIR += elixir-simple_bayes + SUBDIR += elixir-smppex SUBDIR += elixir-sorted_set SUBDIR += elixir-stemmer SUBDIR += elixir-swarm Added: head/devel/elixir-smppex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-smppex/Makefile Sat May 6 14:45:13 2017 (r440265) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= smppex +PORTVERSION= 0.3.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= SMPP 3.4 library for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= savonarola + +MIX_BUILD_DEPS= net/erlang-ranch +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes + +.include Added: head/devel/elixir-smppex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-smppex/distinfo Sat May 6 14:45:13 2017 (r440265) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494063522 +SHA256 (savonarola-smppex-v0.3.0_GH0.tar.gz) = 3ac8928b9defb913149fe0414ca4f1f8352325b22be5b0b23fda5b0fedd39a9c +SIZE (savonarola-smppex-v0.3.0_GH0.tar.gz) = 46719 Added: head/devel/elixir-smppex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-smppex/pkg-descr Sat May 6 14:45:13 2017 (r440265) @@ -0,0 +1,3 @@ +SMPP 3.4 protocol and framework implemented in Elixir. + +WWW: https://github.com/savonarola/smppex/ Added: head/devel/elixir-smppex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-smppex/pkg-plist Sat May 6 14:45:13 2017 (r440265) @@ -0,0 +1,68 @@ +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.ClientPool.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.ESME.SMPPHandler.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.ESME.Sync.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.ESME.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.MC.SMPPHandler.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.MC.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.Errors.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.Factory.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.MessageState.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.Multipart.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.Oserl.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.PP.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.UDH.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Pdu.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.PduStorage.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.CommandNames.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.MandatoryFieldsBuilder.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.MandatoryFieldsParser.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.MandatoryFieldsSpecs.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.OptionalFieldsBuilder.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.OptionalFieldsParser.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.Pack.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.TlvFormat.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.Unpack.Helpers.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.Unpack.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Protocol.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.RawPdu.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.SMPPHandler.SMPPEX.ESME.SMPPHandler.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.SMPPHandler.SMPPEX.MC.SMPPHandler.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.SMPPHandler.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.SMPPTimers.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Session.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.Time.beam +lib/elixir/lib/smppex/ebin/Elixir.SMPPEX.beam +lib/elixir/lib/smppex/ebin/smppex.app +lib/elixir/lib/smppex/lib/smppex.ex +lib/elixir/lib/smppex/lib/smppex/client_pool.ex +lib/elixir/lib/smppex/lib/smppex/esme.ex +lib/elixir/lib/smppex/lib/smppex/esme/smpp_handler.ex +lib/elixir/lib/smppex/lib/smppex/esme/sync.ex +lib/elixir/lib/smppex/lib/smppex/mc.ex +lib/elixir/lib/smppex/lib/smppex/mc/smpp_handler.ex +lib/elixir/lib/smppex/lib/smppex/pdu.ex +lib/elixir/lib/smppex/lib/smppex/pdu/errors.ex +lib/elixir/lib/smppex/lib/smppex/pdu/factory.ex +lib/elixir/lib/smppex/lib/smppex/pdu/message_state.ex +lib/elixir/lib/smppex/lib/smppex/pdu/multipart.ex +lib/elixir/lib/smppex/lib/smppex/pdu/oserl.ex +lib/elixir/lib/smppex/lib/smppex/pdu/pp.ex +lib/elixir/lib/smppex/lib/smppex/pdu/udh.ex +lib/elixir/lib/smppex/lib/smppex/pdu_storage.ex +lib/elixir/lib/smppex/lib/smppex/protocol.ex +lib/elixir/lib/smppex/lib/smppex/protocol/command_names.ex +lib/elixir/lib/smppex/lib/smppex/protocol/mandatory_fields_builder.ex +lib/elixir/lib/smppex/lib/smppex/protocol/mandatory_fields_parser.ex +lib/elixir/lib/smppex/lib/smppex/protocol/mandatory_fields_specs.ex +lib/elixir/lib/smppex/lib/smppex/protocol/optional_fields_builder.ex +lib/elixir/lib/smppex/lib/smppex/protocol/optional_fields_parser.ex +lib/elixir/lib/smppex/lib/smppex/protocol/pack.ex +lib/elixir/lib/smppex/lib/smppex/protocol/tlv_format.ex +lib/elixir/lib/smppex/lib/smppex/protocol/unpack.ex +lib/elixir/lib/smppex/lib/smppex/protocol/unpack/helpers.ex +lib/elixir/lib/smppex/lib/smppex/raw_pdu.ex +lib/elixir/lib/smppex/lib/smppex/session.ex +lib/elixir/lib/smppex/lib/smppex/smpp_handler.ex +lib/elixir/lib/smppex/lib/smppex/smpp_timers.ex +lib/elixir/lib/smppex/lib/smppex/time.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sat May 6 14:45:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2098D5F735; Sat, 6 May 2017 14:45:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97C2A110B; Sat, 6 May 2017 14:45:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46EjKrJ096632; Sat, 6 May 2017 14:45:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46EjK7U096630; Sat, 6 May 2017 14:45:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061445.v46EjK7U096630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 14:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440266 - head/security/tor-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:45:22 -0000 Author: miwi Date: Sat May 6 14:45:20 2017 New Revision: 440266 URL: https://svnweb.freebsd.org/changeset/ports/440266 Log: - Update to 0.3.0.6 PR: 218224 Submitted by: maintainer Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sat May 6 14:45:13 2017 (r440265) +++ head/security/tor-devel/Makefile Sat May 6 14:45:20 2017 (r440266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.0.3-alpha +DISTVERSION= 0.3.0.6 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Sat May 6 14:45:13 2017 (r440265) +++ head/security/tor-devel/distinfo Sat May 6 14:45:20 2017 (r440266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486672862 -SHA256 (tor-0.3.0.3-alpha.tar.gz) = 739adb4a7ae1eb12582a667d56f7e8348123b1e00fe9d8a6159776df6dba7a87 -SIZE (tor-0.3.0.3-alpha.tar.gz) = 5738504 +TIMESTAMP = 1493394076 +SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 +SIZE (tor-0.3.0.6.tar.gz) = 5779422 From owner-svn-ports-all@freebsd.org Sat May 6 14:46:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE798D5F7AA; Sat, 6 May 2017 14:46:59 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1o.cmail.yandex.net (forward1o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::2a1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69722186C; Sat, 6 May 2017 14:46:59 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b6:7]) by forward1o.cmail.yandex.net (Yandex) with ESMTP id E4B49212C6; Sat, 6 May 2017 17:46:55 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id B3B901A80031; Sat, 6 May 2017 17:46:53 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id tghhyRfQtn-kqBOh5km; Sat, 06 May 2017 17:46:52 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1494082012; bh=CloLNSMTf7fcX24PuPV3QxfeGwcATyrD1HrcNPskbWU=; h=Subject:To:Cc:References:From:Message-ID:Date:In-Reply-To; b=IgPCS0c6aeqgrrQtcMQBhypKgAWZWT0ZHL1tQOpbpMRkQ4dm7LAmY3EvT4BeB830q YF668d9k05+ooBBqRQI3X+Epu2Rnv5CzeBuddt+wmQzuQYOVIjGbvwIfUD/6XgpT4p BVaRU1mFiiU4q0Y76IpoziZ1oK5AG1DCLgdB/5W0= Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r440162 - head/archivers/zstd To: Baptiste Daroussin Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705051534.v45FYIEK020954@repo.freebsd.org> <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru> <20170506101132.7jewchhoeyiaqu7e@ivaldir.net> From: Boris Samorodov Message-ID: <95e84c11-88af-89ca-febf-649940fc02cd@passap.ru> Date: Sat, 6 May 2017 17:46:56 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170506101132.7jewchhoeyiaqu7e@ivaldir.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:47:00 -0000 06.05.2017 13:11, Baptiste Daroussin пишет: > On Sat, May 06, 2017 at 12:24:38PM +0300, Boris Samorodov wrote: >> 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh пишет: >>> Author: sunpoet >>> Date: Fri May 5 15:34:18 2017 >>> New Revision: 440162 >>> URL: https://svnweb.freebsd.org/changeset/ports/440162 >>> >>> Log: >>> Update to 1.2.0 >>> - Remove pzstd >> >> Can you please elaborate on why it was removed? Changes (the link below) >> do not have any info on the matter. > > It is in the changelog of the release: multithreading is now on by default. Thank both Sunpoet and you for clarification. > I agree it would be nicer to explain in the commit log rather -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve "It is not necessary to change. Survival is not mandatory." From owner-svn-ports-all@freebsd.org Sat May 6 14:49:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F04F4D5F891; Sat, 6 May 2017 14:49:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2CAE17A; Sat, 6 May 2017 14:49:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46EnCuL096880; Sat, 6 May 2017 14:49:12 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46EnCO4096878; Sat, 6 May 2017 14:49:12 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705061449.v46EnCO4096878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 6 May 2017 14:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440267 - head/graphics/pngwriter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:49:14 -0000 Author: rakuco Date: Sat May 6 14:49:12 2017 New Revision: 440267 URL: https://svnweb.freebsd.org/changeset/ports/440267 Log: Update to 0.6.0. Also adjust LICENSE to what it actually is. Modified: head/graphics/pngwriter/Makefile head/graphics/pngwriter/distinfo Modified: head/graphics/pngwriter/Makefile ============================================================================== --- head/graphics/pngwriter/Makefile Sat May 6 14:45:20 2017 (r440266) +++ head/graphics/pngwriter/Makefile Sat May 6 14:49:12 2017 (r440267) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pngwriter -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= graphics devel MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ library for creating PNG images -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ Modified: head/graphics/pngwriter/distinfo ============================================================================== --- head/graphics/pngwriter/distinfo Sat May 6 14:45:20 2017 (r440266) +++ head/graphics/pngwriter/distinfo Sat May 6 14:49:12 2017 (r440267) @@ -1,2 +1,3 @@ -SHA256 (pngwriter-pngwriter-0.5.5_GH0.tar.gz) = ad9d061ddafb8da25f29f2ee552f410e59f34fbf3b9984168fa364d7a993ee8d -SIZE (pngwriter-pngwriter-0.5.5_GH0.tar.gz) = 549677 +TIMESTAMP = 1494082079 +SHA256 (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 5107c6be0bfadf76ba4d01a553f7e060b5a7763ca7d9374ef3e7e59746b3911e +SIZE (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 571576 From owner-svn-ports-all@freebsd.org Sat May 6 14:49:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 910F5D5F8FA for ; Sat, 6 May 2017 14:49:55 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.29.7]) (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 50F2F696; Sat, 6 May 2017 14:49:54 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [193.96.224.21] (helo=fabiankeil.de) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1d70u7-0004Xa-6o; Sat, 06 May 2017 16:41:51 +0200 Date: Sat, 6 May 2017 15:34:51 +0200 From: Fabian Keil To: "Carlos J. Puga Medina" Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r440204 - in head/www/iridium: . files Message-ID: <20170506153451.76109f38@fabiankeil.de> In-Reply-To: <201705052044.v45KivCt051663@repo.freebsd.org> References: <201705052044.v45KivCt051663@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/oao0xsobFjvdODZVRCvpmkb"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 14:49:55 -0000 --Sig_/oao0xsobFjvdODZVRCvpmkb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Carlos J. Puga Medina" wrote: > Author: cpm > Date: Fri May 5 20:44:57 2017 > New Revision: 440204 > URL: https://svnweb.freebsd.org/changeset/ports/440204 >=20 > Log: > - Use HTTPS-URL in MASTER_SITES > - Fix build warning: multiple rules generate base/callback_helpers.o > - Remove CPE information as it is not documented for iridium browser > - Remove Chromium API key since services are not used anyway > - Apply patches from r440072 > - Bump PORTREVISION Thanks. Fabian --Sig_/oao0xsobFjvdODZVRCvpmkb Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTKUNd6H/m3+ByGULIFiohV/3dUnQUCWQ3Q/AAKCRAFiohV/3dU nTgRAKCq6ynlCFjmMDd8kFdlg1E8IvciNACdH6U+fLnrWBjhMQ3UKFIrAJfT6ao= =jcv0 -----END PGP SIGNATURE----- --Sig_/oao0xsobFjvdODZVRCvpmkb-- From owner-svn-ports-all@freebsd.org Sat May 6 15:09:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 772D0D611C4; Sat, 6 May 2017 15:09:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16A1D1ADC; Sat, 6 May 2017 15:09:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46F9NWo005233; Sat, 6 May 2017 15:09:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46F9MgD005229; Sat, 6 May 2017 15:09:22 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061509.v46F9MgD005229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440268 - in head/sysutils: . py-scriptine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:09:24 -0000 Author: miwi Date: Sat May 6 15:09:22 2017 New Revision: 440268 URL: https://svnweb.freebsd.org/changeset/ports/440268 Log: The primary goal of scriptine is to make it easy to write shell scripts with python. Features: * Easy command creation. Each command is just a function. * Automatic option parsing * Automatic help text (--help) * Log handling (with -v, --verbose and -q, --quiet handling) * Testing scripts in dry-mode. * Easy execution of other shell scripts. * Convenient working with files and directories. WWW: https://pypi.python.org/pypi/scriptine PR: 208066 Submitted by: dbaio@bsd.com.br Added: head/sysutils/py-scriptine/ head/sysutils/py-scriptine/Makefile (contents, props changed) head/sysutils/py-scriptine/distinfo (contents, props changed) head/sysutils/py-scriptine/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat May 6 14:49:12 2017 (r440267) +++ head/sysutils/Makefile Sat May 6 15:09:22 2017 (r440268) @@ -890,6 +890,7 @@ SUBDIR += py-ranger SUBDIR += py-salt SUBDIR += py-scandir + SUBDIR += py-scriptine SUBDIR += py-shutilwhich SUBDIR += py-stdiff SUBDIR += py-supervisor Added: head/sysutils/py-scriptine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-scriptine/Makefile Sat May 6 15:09:22 2017 (r440268) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= scriptine +PORTVERSION= 0.2.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Python shell scripts made easy + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +.include Added: head/sysutils/py-scriptine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-scriptine/distinfo Sat May 6 15:09:22 2017 (r440268) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472312198 +SHA256 (scriptine-0.2.1.tar.gz) = 4de06ce9b37ebed2d27150f9fd18c574692263d04f2432a20c457837e2c01477 +SIZE (scriptine-0.2.1.tar.gz) = 32563 Added: head/sysutils/py-scriptine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-scriptine/pkg-descr Sat May 6 15:09:22 2017 (r440268) @@ -0,0 +1,14 @@ +The primary goal of scriptine is to make it easy to write shell scripts with +python. + +Features: + + * Easy command creation. Each command is just a function. + * Automatic option parsing + * Automatic help text (--help) + * Log handling (with -v, --verbose and -q, --quiet handling) + * Testing scripts in dry-mode. + * Easy execution of other shell scripts. + * Convenient working with files and directories. + +WWW: https://pypi.python.org/pypi/scriptine From owner-svn-ports-all@freebsd.org Sat May 6 15:10:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AD97D61252; Sat, 6 May 2017 15:10:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6C3317C; Sat, 6 May 2017 15:10:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FAujH006163; Sat, 6 May 2017 15:10:56 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FAuBT006159; Sat, 6 May 2017 15:10:56 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061510.v46FAuBT006159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440269 - in head/graphics: . R-cran-qcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:10:58 -0000 Author: miwi Date: Sat May 6 15:10:56 2017 New Revision: 440269 URL: https://svnweb.freebsd.org/changeset/ports/440269 Log: qcc: Quality Control Charts Shewhart quality control charts for continuous, attribute and count data. Cusum and EWMA charts. Operating characteristic curves. Process capability analysis. Pareto chart and cause-and-effect chart. Multivariate control charts. WWW: http://cran.r-project.org/web/packages/qcc/ PR: 216165 Submitted by: Pedro Giffuni Added: head/graphics/R-cran-qcc/ head/graphics/R-cran-qcc/Makefile (contents, props changed) head/graphics/R-cran-qcc/distinfo (contents, props changed) head/graphics/R-cran-qcc/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 6 15:09:22 2017 (r440268) +++ head/graphics/Makefile Sat May 6 15:10:56 2017 (r440269) @@ -27,6 +27,7 @@ SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png + SUBDIR += R-cran-qcc SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales Added: head/graphics/R-cran-qcc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/Makefile Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,17 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= qcc +DISTVERSION= 2.6 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Quality Control Charts + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include Added: head/graphics/R-cran-qcc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/distinfo Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475119631 +SHA256 (qcc_2.6.tar.gz) = b988f07c5f1856883d15b422fe64d2ffce9bf7449d77ab70e0e2cf8df57d4d2f +SIZE (qcc_2.6.tar.gz) = 159062 Added: head/graphics/R-cran-qcc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/pkg-descr Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,8 @@ +qcc: Quality Control Charts + +Shewhart quality control charts for continuous, attribute and count data. +Cusum and EWMA charts. Operating characteristic curves. Process capability +analysis. Pareto chart and cause-and-effect chart. Multivariate control +charts. + +WWW: http://cran.r-project.org/web/packages/qcc/ From owner-svn-ports-all@freebsd.org Sat May 6 15:12:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA16BD613A9; Sat, 6 May 2017 15:12:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A659ADDA; Sat, 6 May 2017 15:12:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FCvK1009252; Sat, 6 May 2017 15:12:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FCvRY009248; Sat, 6 May 2017 15:12:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061512.v46FCvRY009248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440270 - in head/math: . R-cran-qualityTools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:12:59 -0000 Author: miwi Date: Sat May 6 15:12:57 2017 New Revision: 440270 URL: https://svnweb.freebsd.org/changeset/ports/440270 Log: qualityTools: Statistical Methods for Quality Science Contains methods associated with the Define, Measure, Analyze, Improve and Control (i.e. DMAIC) cycle of the Six Sigma Quality Management methodology.It covers distribution fitting, normal and non-normal process capability indices, techniques for Measurement Systems Analysis especially gage capability indices and Gage Repeatability (i.e Gage RR) and Reproducibility studies, factorial and fractional factorial designs as well as response surface methods including the use of desirability functions. WWW: http://www.r-qualitytools.org/ PR: 213104 Submitted by: Pedro Giffuni Added: head/math/R-cran-qualityTools/ head/math/R-cran-qualityTools/Makefile (contents, props changed) head/math/R-cran-qualityTools/distinfo (contents, props changed) head/math/R-cran-qualityTools/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat May 6 15:10:56 2017 (r440269) +++ head/math/Makefile Sat May 6 15:12:57 2017 (r440270) @@ -61,6 +61,7 @@ SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-psych SUBDIR += R-cran-quadprog + SUBDIR += R-cran-qualityTools SUBDIR += R-cran-quantreg SUBDIR += R-cran-rgenoud SUBDIR += R-cran-sandwich Added: head/math/R-cran-qualityTools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/Makefile Sat May 6 15:12:57 2017 (r440270) @@ -0,0 +1,21 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= qualityTools +DISTVERSION= 1.55 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Statistical Methods for Quality Science + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +CRAN_DEPENDS= R-cran-Rsolnp>0:math/R-cran-Rsolnp + +USES= cran:auto-plist + +.include Added: head/math/R-cran-qualityTools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/distinfo Sat May 6 15:12:57 2017 (r440270) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475163718 +SHA256 (qualityTools_1.55.tar.gz) = 08ad2fe1cd6074334048db197e79149942a302597cb700a6587f630e1b3a57b0 +SIZE (qualityTools_1.55.tar.gz) = 1386009 Added: head/math/R-cran-qualityTools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/pkg-descr Sat May 6 15:12:57 2017 (r440270) @@ -0,0 +1,12 @@ +qualityTools: Statistical Methods for Quality Science + +Contains methods associated with the Define, Measure, Analyze, Improve and +Control (i.e. DMAIC) cycle of the Six Sigma Quality Management +methodology.It covers distribution fitting, normal and non-normal process +capability indices, techniques for Measurement Systems Analysis especially +gage capability indices and Gage Repeatability (i.e Gage RR) and +Reproducibility studies, factorial and fractional factorial designs as +well as response surface methods including the use of desirability +functions. + +WWW: http://www.r-qualitytools.org/ From owner-svn-ports-all@freebsd.org Sat May 6 15:15:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 777C5D613FF; Sat, 6 May 2017 15:15:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC7431628; Sat, 6 May 2017 15:15:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FF0I7009507; Sat, 6 May 2017 15:15:00 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FF0ti009503; Sat, 6 May 2017 15:15:00 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061515.v46FF0ti009503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440271 - in head/math: . R-cran-Rsolnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:15:02 -0000 Author: miwi Date: Sat May 6 15:15:00 2017 New Revision: 440271 URL: https://svnweb.freebsd.org/changeset/ports/440271 Log: Rsolnp: General Non-Linear Optimization General Non-linear Optimization Using Augmented Lagrange Multiplier Method. WWW: http://cran.r-project.org/web/packages/Rsolnp/ PR: 213102 Submitted by: Pedro Giffuni Added: head/math/R-cran-Rsolnp/ head/math/R-cran-Rsolnp/Makefile (contents, props changed) head/math/R-cran-Rsolnp/distinfo (contents, props changed) head/math/R-cran-Rsolnp/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat May 6 15:12:57 2017 (r440270) +++ head/math/Makefile Sat May 6 15:15:00 2017 (r440271) @@ -22,6 +22,7 @@ SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen SUBDIR += R-cran-Rmpfr + SUBDIR += R-cran-Rsolnp SUBDIR += R-cran-SparseM SUBDIR += R-cran-VGAM SUBDIR += R-cran-Zelig Added: head/math/R-cran-Rsolnp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Rsolnp/Makefile Sat May 6 15:15:00 2017 (r440271) @@ -0,0 +1,22 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= Rsolnp +DISTVERSION= 1.16 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= General Non-Linear Optimization + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +CRAN_DEPENDS= R-cran-truncnorm>0:math/R-cran-truncnorm + +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include Added: head/math/R-cran-Rsolnp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Rsolnp/distinfo Sat May 6 15:15:00 2017 (r440271) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475163989 +SHA256 (Rsolnp_1.16.tar.gz) = 3142776062beb8e2b45cdbc4fe6e5446b6d33505253d79f2890fe4178d9cf670 +SIZE (Rsolnp_1.16.tar.gz) = 188216 Added: head/math/R-cran-Rsolnp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Rsolnp/pkg-descr Sat May 6 15:15:00 2017 (r440271) @@ -0,0 +1,6 @@ +Rsolnp: General Non-Linear Optimization + +General Non-linear Optimization Using Augmented Lagrange Multiplier +Method. + +WWW: http://cran.r-project.org/web/packages/Rsolnp/ From owner-svn-ports-all@freebsd.org Sat May 6 15:15:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B670D61462; Sat, 6 May 2017 15:15:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA2D21990; Sat, 6 May 2017 15:15:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FFpup009710; Sat, 6 May 2017 15:15:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FFpGb009706; Sat, 6 May 2017 15:15:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061515.v46FFpGb009706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:15:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440272 - in head/devel: . R-cran-praise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:15:53 -0000 Author: miwi Date: Sat May 6 15:15:51 2017 New Revision: 440272 URL: https://svnweb.freebsd.org/changeset/ports/440272 Log: praise: Praise Users Build friendly R packages that praise their users if they have done something good, or they just need it to feel better. WWW: http://cran.r-project.org/web/packages/praise/ PR: 213100 Submitted by: Pedro Giffuni Added: head/devel/R-cran-praise/ head/devel/R-cran-praise/Makefile (contents, props changed) head/devel/R-cran-praise/distinfo (contents, props changed) head/devel/R-cran-praise/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 15:15:00 2017 (r440271) +++ head/devel/Makefile Sat May 6 15:15:51 2017 (r440272) @@ -39,6 +39,7 @@ SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-plyr + SUBDIR += R-cran-praise SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-registry Added: head/devel/R-cran-praise/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-praise/Makefile Sat May 6 15:15:51 2017 (r440272) @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= praise +DISTVERSION= 1.0.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Praise Users + +LICENSE= MIT + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-praise/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-praise/distinfo Sat May 6 15:15:51 2017 (r440272) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475167762 +SHA256 (praise_1.0.0.tar.gz) = 5c035e74fd05dfa59b03afe0d5f4c53fbf34144e175e90c53d09c6baedf5debd +SIZE (praise_1.0.0.tar.gz) = 6100 Added: head/devel/R-cran-praise/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-praise/pkg-descr Sat May 6 15:15:51 2017 (r440272) @@ -0,0 +1,6 @@ +praise: Praise Users + +Build friendly R packages that praise their users if they have done +something good, or they just need it to feel better. + +WWW: http://cran.r-project.org/web/packages/praise/ From owner-svn-ports-all@freebsd.org Sat May 6 15:17:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBEE8D6158C; Sat, 6 May 2017 15:17:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92AC417C; Sat, 6 May 2017 15:17:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FHc9V009875; Sat, 6 May 2017 15:17:38 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FHcLH009874; Sat, 6 May 2017 15:17:38 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061517.v46FHcLH009874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440273 - head/science/avogadro/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:17:40 -0000 Author: miwi Date: Sat May 6 15:17:38 2017 New Revision: 440273 URL: https://svnweb.freebsd.org/changeset/ports/440273 Log: - Fix build with gcc5 PR: 213985 Added: head/science/avogadro/files/patch-libavogadro_src_extensions_crystallography_crystallographyextension.cpp (contents, props changed) Added: head/science/avogadro/files/patch-libavogadro_src_extensions_crystallography_crystallographyextension.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_extensions_crystallography_crystallographyextension.cpp Sat May 6 15:17:38 2017 (r440273) @@ -0,0 +1,14 @@ +--- libavogadro/src/extensions/crystallography/crystallographyextension.cpp.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/extensions/crystallography/crystallographyextension.cpp +@@ -51,6 +51,11 @@ + #include + #include + ++// fix for lang/gcc5 ++#if __GNUC__ == 5 && __GNUC_MINOR__ == 4 ++#undef minor ++#endif ++ + #include + + #include From owner-svn-ports-all@freebsd.org Sat May 6 15:22:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E8FBD61808; Sat, 6 May 2017 15:22:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id BE40B1A24; Sat, 6 May 2017 15:22:42 +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 v46FMfbB013911; Sat, 6 May 2017 15:22:41 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FMfwu013908; Sat, 6 May 2017 15:22:41 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705061522.v46FMfwu013908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 6 May 2017 15:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440274 - head/www/tomcat85 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:22:43 -0000 Author: ler Date: Sat May 6 15:22:41 2017 New Revision: 440274 URL: https://svnweb.freebsd.org/changeset/ports/440274 Log: www/tomcat85: upgrade to 8.5.14 and ads options menu PR: 218863 Submitted by: Approved by: adamw (mentor, implicit), vvd@unislabs.com (maintainer) Modified: head/www/tomcat85/Makefile head/www/tomcat85/distinfo head/www/tomcat85/pkg-plist Modified: head/www/tomcat85/Makefile ============================================================================== --- head/www/tomcat85/Makefile Sat May 6 15:17:38 2017 (r440273) +++ head/www/tomcat85/Makefile Sat May 6 15:22:41 2017 (r440274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.5.13 +PORTVERSION= 8.5.14 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 @@ -31,6 +31,16 @@ TOMCAT_CONF_FILES= \ catalina.policy catalina.properties context.xml logging.properties \ server.xml tomcat-users.xml tomcat-users.xsd web.xml \ jaspic-providers.xml jaspic-providers.xsd + +OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +HOST_MANAGER_DESC= Install Host Manager application +MANAGER_DESC= Install Manager web application +DOCS_DESC= Install Documentation web application +EXAMPLES_DESC= Install Examples web application +ROOT_DESC= Install default ROOT web application +OPTIONS_DEFAULT= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +OPTIONS_SUB= yes + PLIST_SUB= T=${TOMCAT_SUBDIR} \ WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -60,6 +70,21 @@ do-install: @${ECHO_MSG} -n ">> Copying files to destination directory..." @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} +.if !${PORT_OPTIONS:MHOST_MANAGER} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/host-manager +.endif +.if !${PORT_OPTIONS:MMANAGER} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/manager +.endif +.if !${PORT_OPTIONS:MDOCS} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/docs +.endif +.if !${PORT_OPTIONS:MEXAMPLES} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/examples +.endif +.if !${PORT_OPTIONS:MROOT} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/ROOT +.endif @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Fixing permissions..." Modified: head/www/tomcat85/distinfo ============================================================================== --- head/www/tomcat85/distinfo Sat May 6 15:17:38 2017 (r440273) +++ head/www/tomcat85/distinfo Sat May 6 15:22:41 2017 (r440274) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491633478 -SHA256 (apache-tomcat-8.5.13.tar.gz) = 19d5218dfc0a759cd47ec6ac371de69f5d005ce4327a6677e945b64453713c75 -SIZE (apache-tomcat-8.5.13.tar.gz) = 9375265 +TIMESTAMP = 1494080091 +SHA256 (apache-tomcat-8.5.14.tar.gz) = dc84014f611b4df9387ab42b6e8646af2c0c9e638c71ce8c1e53f9c3a9099a36 +SIZE (apache-tomcat-8.5.14.tar.gz) = 9376359 Modified: head/www/tomcat85/pkg-plist ============================================================================== --- head/www/tomcat85/pkg-plist Sat May 6 15:17:38 2017 (r440273) +++ head/www/tomcat85/pkg-plist Sat May 6 15:22:41 2017 (r440274) @@ -63,579 +63,579 @@ @dir %%T%%/logs %%T%%/temp/safeToDelete.tmp @dir %%T%%/temp -%%T%%/webapps/ROOT/RELEASE-NOTES.txt -%%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/asf-logo-wide.svg -%%T%%/webapps/ROOT/bg-button.png -%%T%%/webapps/ROOT/bg-middle.png -%%T%%/webapps/ROOT/bg-nav-item.png -%%T%%/webapps/ROOT/bg-nav.png -%%T%%/webapps/ROOT/bg-upper.png -%%T%%/webapps/ROOT/favicon.ico -%%T%%/webapps/ROOT/index.jsp -%%T%%/webapps/ROOT/tomcat-power.gif -%%T%%/webapps/ROOT/tomcat.css -%%T%%/webapps/ROOT/tomcat.gif -%%T%%/webapps/ROOT/tomcat.png -%%T%%/webapps/ROOT/tomcat.svg -%%T%%/webapps/docs/BUILDING.txt -%%T%%/webapps/docs/RELEASE-NOTES.txt -%%T%%/webapps/docs/RUNNING.txt -%%T%%/webapps/docs/WEB-INF/web.xml -%%T%%/webapps/docs/aio.html -%%T%%/webapps/docs/api/index.html -%%T%%/webapps/docs/appdev/build.xml.txt -%%T%%/webapps/docs/appdev/deployment.html -%%T%%/webapps/docs/appdev/index.html -%%T%%/webapps/docs/appdev/installation.html -%%T%%/webapps/docs/appdev/introduction.html -%%T%%/webapps/docs/appdev/processes.html -%%T%%/webapps/docs/appdev/sample/build.xml -%%T%%/webapps/docs/appdev/sample/docs/README.txt -%%T%%/webapps/docs/appdev/sample/index.html -%%T%%/webapps/docs/appdev/sample/sample.war -%%T%%/webapps/docs/appdev/sample/src/mypackage/Hello.java -%%T%%/webapps/docs/appdev/sample/web/WEB-INF/web.xml -%%T%%/webapps/docs/appdev/sample/web/hello.jsp -%%T%%/webapps/docs/appdev/sample/web/images/tomcat.gif -%%T%%/webapps/docs/appdev/sample/web/index.html -%%T%%/webapps/docs/appdev/source.html -%%T%%/webapps/docs/appdev/web.xml.txt -%%T%%/webapps/docs/apr.html -%%T%%/webapps/docs/architecture/index.html -%%T%%/webapps/docs/architecture/overview.html -%%T%%/webapps/docs/architecture/requestProcess.html -%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png -%%T%%/webapps/docs/architecture/requestProcess/request-process.png -%%T%%/webapps/docs/architecture/startup.html -%%T%%/webapps/docs/architecture/startup/serverStartup.pdf -%%T%%/webapps/docs/architecture/startup/serverStartup.txt -%%T%%/webapps/docs/balancer-howto.html -%%T%%/webapps/docs/building.html -%%T%%/webapps/docs/cgi-howto.html -%%T%%/webapps/docs/changelog.html -%%T%%/webapps/docs/class-loader-howto.html -%%T%%/webapps/docs/cluster-howto.html -%%T%%/webapps/docs/comments.html -%%T%%/webapps/docs/config/ajp.html -%%T%%/webapps/docs/config/automatic-deployment.html -%%T%%/webapps/docs/config/cluster-channel.html -%%T%%/webapps/docs/config/cluster-deployer.html -%%T%%/webapps/docs/config/cluster-interceptor.html -%%T%%/webapps/docs/config/cluster-listener.html -%%T%%/webapps/docs/config/cluster-manager.html -%%T%%/webapps/docs/config/cluster-membership.html -%%T%%/webapps/docs/config/cluster-receiver.html -%%T%%/webapps/docs/config/cluster-sender.html -%%T%%/webapps/docs/config/cluster-valve.html -%%T%%/webapps/docs/config/cluster.html -%%T%%/webapps/docs/config/context.html -%%T%%/webapps/docs/config/cookie-processor.html -%%T%%/webapps/docs/config/credentialhandler.html -%%T%%/webapps/docs/config/engine.html -%%T%%/webapps/docs/config/executor.html -%%T%%/webapps/docs/config/filter.html -%%T%%/webapps/docs/config/globalresources.html -%%T%%/webapps/docs/config/host.html -%%T%%/webapps/docs/config/http.html -%%T%%/webapps/docs/config/http2.html -%%T%%/webapps/docs/config/index.html -%%T%%/webapps/docs/config/jar-scan-filter.html -%%T%%/webapps/docs/config/jar-scanner.html -%%T%%/webapps/docs/config/jaspic.html -%%T%%/webapps/docs/config/listeners.html -%%T%%/webapps/docs/config/loader.html -%%T%%/webapps/docs/config/manager.html -%%T%%/webapps/docs/config/realm.html -%%T%%/webapps/docs/config/resources.html -%%T%%/webapps/docs/config/server.html -%%T%%/webapps/docs/config/service.html -%%T%%/webapps/docs/config/sessionidgenerator.html -%%T%%/webapps/docs/config/systemprops.html -%%T%%/webapps/docs/config/valve.html -%%T%%/webapps/docs/connectors.html -%%T%%/webapps/docs/default-servlet.html -%%T%%/webapps/docs/deployer-howto.html -%%T%%/webapps/docs/developers.html -%%T%%/webapps/docs/elapi/index.html -%%T%%/webapps/docs/extras.html -%%T%%/webapps/docs/funcspecs/fs-admin-apps.html -%%T%%/webapps/docs/funcspecs/fs-admin-objects.html -%%T%%/webapps/docs/funcspecs/fs-admin-opers.html -%%T%%/webapps/docs/funcspecs/fs-default.html -%%T%%/webapps/docs/funcspecs/fs-jdbc-realm.html -%%T%%/webapps/docs/funcspecs/fs-jndi-realm.html -%%T%%/webapps/docs/funcspecs/fs-memory-realm.html -%%T%%/webapps/docs/funcspecs/index.html -%%T%%/webapps/docs/funcspecs/mbean-names.html -%%T%%/webapps/docs/html-manager-howto.html -%%T%%/webapps/docs/images/add.gif -%%T%%/webapps/docs/images/asf-logo.svg -%%T%%/webapps/docs/images/code.gif -%%T%%/webapps/docs/images/cors-flowchart.png -%%T%%/webapps/docs/images/design.gif -%%T%%/webapps/docs/images/docs-stylesheet.css -%%T%%/webapps/docs/images/docs.gif -%%T%%/webapps/docs/images/fix.gif -%%T%%/webapps/docs/images/fonts/OpenSans400.woff -%%T%%/webapps/docs/images/fonts/OpenSans400italic.woff -%%T%%/webapps/docs/images/fonts/OpenSans600.woff -%%T%%/webapps/docs/images/fonts/OpenSans600italic.woff -%%T%%/webapps/docs/images/fonts/OpenSans700.woff -%%T%%/webapps/docs/images/fonts/OpenSans700italic.woff -%%T%%/webapps/docs/images/fonts/fonts.css -%%T%%/webapps/docs/images/printer.gif -%%T%%/webapps/docs/images/tomcat.gif -%%T%%/webapps/docs/images/tomcat.png -%%T%%/webapps/docs/images/tomcat.svg -%%T%%/webapps/docs/images/update.gif -%%T%%/webapps/docs/images/void.gif -%%T%%/webapps/docs/index.html -%%T%%/webapps/docs/introduction.html -%%T%%/webapps/docs/jasper-howto.html -%%T%%/webapps/docs/jdbc-pool.html -%%T%%/webapps/docs/jndi-datasource-examples-howto.html -%%T%%/webapps/docs/jndi-resources-howto.html -%%T%%/webapps/docs/jspapi/index.html -%%T%%/webapps/docs/logging.html -%%T%%/webapps/docs/manager-howto.html -%%T%%/webapps/docs/maven-jars.html -%%T%%/webapps/docs/mbeans-descriptors-howto.html -%%T%%/webapps/docs/monitoring.html -%%T%%/webapps/docs/proxy-howto.html -%%T%%/webapps/docs/realm-howto.html -%%T%%/webapps/docs/rewrite.html -%%T%%/webapps/docs/security-howto.html -%%T%%/webapps/docs/security-manager-howto.html -%%T%%/webapps/docs/servletapi/index.html -%%T%%/webapps/docs/setup.html -%%T%%/webapps/docs/ssi-howto.html -%%T%%/webapps/docs/ssl-howto.html -%%T%%/webapps/docs/tribes/developers.html -%%T%%/webapps/docs/tribes/faq.html -%%T%%/webapps/docs/tribes/interceptors.html -%%T%%/webapps/docs/tribes/introduction.html -%%T%%/webapps/docs/tribes/membership.html -%%T%%/webapps/docs/tribes/setup.html -%%T%%/webapps/docs/tribes/status.html -%%T%%/webapps/docs/tribes/transport.html -%%T%%/webapps/docs/virtual-hosting-howto.html -%%T%%/webapps/docs/web-socket-howto.html -%%T%%/webapps/docs/websocketapi/index.html -%%T%%/webapps/docs/windows-auth-howto.html -%%T%%/webapps/docs/windows-service-howto.html -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java -%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.class -%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.java -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async0$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async0.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async0.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async1$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async1.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async2$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async2.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async2.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async3.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async3.java -%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class -%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.java -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java -%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class -%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java -%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.java -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/servers.json -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java -%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java -%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld -%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld -%%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld -%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar -%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar -%%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag -%%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag -%%T%%/webapps/examples/WEB-INF/tags/panel.tag -%%T%%/webapps/examples/WEB-INF/web.xml -%%T%%/webapps/examples/index.html -%%T%%/webapps/examples/jsp/async/async1.jsp -%%T%%/webapps/examples/jsp/async/async1.jsp.html -%%T%%/webapps/examples/jsp/async/async3.jsp -%%T%%/webapps/examples/jsp/async/async3.jsp.html -%%T%%/webapps/examples/jsp/async/index.jsp -%%T%%/webapps/examples/jsp/async/index.jsp.html -%%T%%/webapps/examples/jsp/cal/Entries.java.html -%%T%%/webapps/examples/jsp/cal/Entry.java.html -%%T%%/webapps/examples/jsp/cal/JspCalendar.java.html -%%T%%/webapps/examples/jsp/cal/TableBean.java.html -%%T%%/webapps/examples/jsp/cal/cal1.jsp -%%T%%/webapps/examples/jsp/cal/cal1.jsp.html -%%T%%/webapps/examples/jsp/cal/cal2.jsp -%%T%%/webapps/examples/jsp/cal/cal2.jsp.html -%%T%%/webapps/examples/jsp/cal/calendar.html -%%T%%/webapps/examples/jsp/cal/login.html -%%T%%/webapps/examples/jsp/checkbox/CheckTest.html -%%T%%/webapps/examples/jsp/checkbox/check.html -%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp -%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp.html -%%T%%/webapps/examples/jsp/checkbox/cresult.html -%%T%%/webapps/examples/jsp/colors/ColorGameBean.html -%%T%%/webapps/examples/jsp/colors/clr.html -%%T%%/webapps/examples/jsp/colors/colors.html -%%T%%/webapps/examples/jsp/colors/colrs.jsp -%%T%%/webapps/examples/jsp/colors/colrs.jsp.html -%%T%%/webapps/examples/jsp/dates/date.html -%%T%%/webapps/examples/jsp/dates/date.jsp -%%T%%/webapps/examples/jsp/dates/date.jsp.html -%%T%%/webapps/examples/jsp/error/er.html -%%T%%/webapps/examples/jsp/error/err.jsp -%%T%%/webapps/examples/jsp/error/err.jsp.html -%%T%%/webapps/examples/jsp/error/error.html -%%T%%/webapps/examples/jsp/error/errorpge.jsp -%%T%%/webapps/examples/jsp/error/errorpge.jsp.html -%%T%%/webapps/examples/jsp/forward/forward.jsp -%%T%%/webapps/examples/jsp/forward/forward.jsp.html -%%T%%/webapps/examples/jsp/forward/fwd.html -%%T%%/webapps/examples/jsp/forward/one.jsp -%%T%%/webapps/examples/jsp/forward/one.jsp.html -%%T%%/webapps/examples/jsp/forward/two.html -%%T%%/webapps/examples/jsp/images/code.gif -%%T%%/webapps/examples/jsp/images/execute.gif -%%T%%/webapps/examples/jsp/images/read.gif -%%T%%/webapps/examples/jsp/images/return.gif -%%T%%/webapps/examples/jsp/include/foo.html -%%T%%/webapps/examples/jsp/include/foo.jsp -%%T%%/webapps/examples/jsp/include/foo.jsp.html -%%T%%/webapps/examples/jsp/include/inc.html -%%T%%/webapps/examples/jsp/include/include.jsp -%%T%%/webapps/examples/jsp/include/include.jsp.html -%%T%%/webapps/examples/jsp/index.html -%%T%%/webapps/examples/jsp/jsp2/el/Functions.java.html -%%T%%/webapps/examples/jsp/jsp2/el/ValuesBean.java.html -%%T%%/webapps/examples/jsp/jsp2/el/ValuesTag.java.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/composite.html -%%T%%/webapps/examples/jsp/jsp2/el/composite.jsp -%%T%%/webapps/examples/jsp/jsp2/el/composite.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/functions.html -%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp -%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.html -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/ShuffleSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/TileSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.html -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx.html -%%T%%/webapps/examples/jsp/jsp2/jspx/svgexample.html -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.html -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jpg -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx.html -%%T%%/webapps/examples/jsp/jsp2/misc/EchoAttributesTag.java.html -%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf -%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf.html -%%T%%/webapps/examples/jsp/jsp2/misc/config.html -%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp -%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp.html -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.html -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp.html -%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf -%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/BookBean.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/FindBookSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/Functions.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/RepeatSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/displayProducts.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/ServletToJsp.java.html -%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp -%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp -%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/jts.html -%%T%%/webapps/examples/jsp/num/numguess.html -%%T%%/webapps/examples/jsp/num/numguess.jsp -%%T%%/webapps/examples/jsp/num/numguess.jsp.html -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.class -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.java -%%T%%/webapps/examples/jsp/plugin/plugin.html -%%T%%/webapps/examples/jsp/plugin/plugin.jsp -%%T%%/webapps/examples/jsp/plugin/plugin.jsp.html -%%T%%/webapps/examples/jsp/security/protected/error.jsp -%%T%%/webapps/examples/jsp/security/protected/error.jsp.html -%%T%%/webapps/examples/jsp/security/protected/index.jsp -%%T%%/webapps/examples/jsp/security/protected/index.jsp.html -%%T%%/webapps/examples/jsp/security/protected/login.jsp -%%T%%/webapps/examples/jsp/security/protected/login.jsp.html -%%T%%/webapps/examples/jsp/sessions/DummyCart.html -%%T%%/webapps/examples/jsp/sessions/carts.html -%%T%%/webapps/examples/jsp/sessions/carts.jsp -%%T%%/webapps/examples/jsp/sessions/carts.jsp.html -%%T%%/webapps/examples/jsp/sessions/crt.html -%%T%%/webapps/examples/jsp/simpletag/foo.html -%%T%%/webapps/examples/jsp/simpletag/foo.jsp -%%T%%/webapps/examples/jsp/simpletag/foo.jsp.html -%%T%%/webapps/examples/jsp/snp/snoop.html -%%T%%/webapps/examples/jsp/snp/snoop.jsp -%%T%%/webapps/examples/jsp/snp/snoop.jsp.html -%%T%%/webapps/examples/jsp/source.jsp -%%T%%/webapps/examples/jsp/source.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/choose.html -%%T%%/webapps/examples/jsp/tagplugin/choose.jsp -%%T%%/webapps/examples/jsp/tagplugin/choose.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/foreach.html -%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp -%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/howto.html -%%T%%/webapps/examples/jsp/tagplugin/if.html -%%T%%/webapps/examples/jsp/tagplugin/if.jsp -%%T%%/webapps/examples/jsp/tagplugin/if.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/notes.html -%%T%%/webapps/examples/jsp/xml/xml.html -%%T%%/webapps/examples/jsp/xml/xml.jsp -%%T%%/webapps/examples/jsp/xml/xml.jsp.html -%%T%%/webapps/examples/servlets/cookies.html -%%T%%/webapps/examples/servlets/helloworld.html -%%T%%/webapps/examples/servlets/images/code.gif -%%T%%/webapps/examples/servlets/images/execute.gif -%%T%%/webapps/examples/servlets/images/return.gif -%%T%%/webapps/examples/servlets/index.html -%%T%%/webapps/examples/servlets/nonblocking/bytecounter.html -%%T%%/webapps/examples/servlets/reqheaders.html -%%T%%/webapps/examples/servlets/reqinfo.html -%%T%%/webapps/examples/servlets/reqparams.html -%%T%%/webapps/examples/servlets/sessions.html -%%T%%/webapps/examples/websocket/chat.xhtml -%%T%%/webapps/examples/websocket/drawboard.xhtml -%%T%%/webapps/examples/websocket/echo.xhtml -%%T%%/webapps/examples/websocket/index.xhtml -%%T%%/webapps/examples/websocket/snake.xhtml -%%T%%/webapps/host-manager/META-INF/context.xml -%%T%%/webapps/host-manager/WEB-INF/jsp/401.jsp -%%T%%/webapps/host-manager/WEB-INF/jsp/403.jsp -%%T%%/webapps/host-manager/WEB-INF/jsp/404.jsp -%%T%%/webapps/host-manager/WEB-INF/web.xml -%%T%%/webapps/host-manager/images/add.gif -%%T%%/webapps/host-manager/images/asf-logo.svg -%%T%%/webapps/host-manager/images/code.gif -%%T%%/webapps/host-manager/images/design.gif -%%T%%/webapps/host-manager/images/docs.gif -%%T%%/webapps/host-manager/images/fix.gif -%%T%%/webapps/host-manager/images/tomcat.gif -%%T%%/webapps/host-manager/images/update.gif -%%T%%/webapps/host-manager/images/void.gif -%%T%%/webapps/host-manager/index.jsp -%%T%%/webapps/host-manager/manager.xml -%%T%%/webapps/manager/META-INF/context.xml -%%T%%/webapps/manager/WEB-INF/jsp/401.jsp -%%T%%/webapps/manager/WEB-INF/jsp/403.jsp -%%T%%/webapps/manager/WEB-INF/jsp/404.jsp -%%T%%/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp -%%T%%/webapps/manager/WEB-INF/jsp/sessionDetail.jsp -%%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp -%%T%%/webapps/manager/WEB-INF/web.xml -%%T%%/webapps/manager/images/add.gif -%%T%%/webapps/manager/images/asf-logo.svg -%%T%%/webapps/manager/images/code.gif -%%T%%/webapps/manager/images/design.gif -%%T%%/webapps/manager/images/docs.gif -%%T%%/webapps/manager/images/fix.gif -%%T%%/webapps/manager/images/tomcat.gif -%%T%%/webapps/manager/images/update.gif -%%T%%/webapps/manager/images/void.gif -%%T%%/webapps/manager/index.jsp -%%T%%/webapps/manager/status.xsd -%%T%%/webapps/manager/xform.xsl +%%ROOT%%%%T%%/webapps/ROOT/RELEASE-NOTES.txt +%%ROOT%%%%T%%/webapps/ROOT/WEB-INF/web.xml +%%ROOT%%%%T%%/webapps/ROOT/asf-logo-wide.svg +%%ROOT%%%%T%%/webapps/ROOT/bg-button.png +%%ROOT%%%%T%%/webapps/ROOT/bg-middle.png +%%ROOT%%%%T%%/webapps/ROOT/bg-nav-item.png +%%ROOT%%%%T%%/webapps/ROOT/bg-nav.png +%%ROOT%%%%T%%/webapps/ROOT/bg-upper.png +%%ROOT%%%%T%%/webapps/ROOT/favicon.ico +%%ROOT%%%%T%%/webapps/ROOT/index.jsp +%%ROOT%%%%T%%/webapps/ROOT/tomcat-power.gif +%%ROOT%%%%T%%/webapps/ROOT/tomcat.css +%%ROOT%%%%T%%/webapps/ROOT/tomcat.gif +%%ROOT%%%%T%%/webapps/ROOT/tomcat.png +%%ROOT%%%%T%%/webapps/ROOT/tomcat.svg +%%DOCS%%%%T%%/webapps/docs/BUILDING.txt +%%DOCS%%%%T%%/webapps/docs/RELEASE-NOTES.txt +%%DOCS%%%%T%%/webapps/docs/RUNNING.txt +%%DOCS%%%%T%%/webapps/docs/WEB-INF/web.xml +%%DOCS%%%%T%%/webapps/docs/aio.html +%%DOCS%%%%T%%/webapps/docs/api/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/build.xml.txt +%%DOCS%%%%T%%/webapps/docs/appdev/deployment.html +%%DOCS%%%%T%%/webapps/docs/appdev/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/installation.html +%%DOCS%%%%T%%/webapps/docs/appdev/introduction.html +%%DOCS%%%%T%%/webapps/docs/appdev/processes.html +%%DOCS%%%%T%%/webapps/docs/appdev/sample/build.xml +%%DOCS%%%%T%%/webapps/docs/appdev/sample/docs/README.txt +%%DOCS%%%%T%%/webapps/docs/appdev/sample/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/sample/sample.war +%%DOCS%%%%T%%/webapps/docs/appdev/sample/src/mypackage/Hello.java +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/WEB-INF/web.xml +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/hello.jsp +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/images/tomcat.gif +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/source.html +%%DOCS%%%%T%%/webapps/docs/appdev/web.xml.txt +%%DOCS%%%%T%%/webapps/docs/apr.html +%%DOCS%%%%T%%/webapps/docs/architecture/index.html +%%DOCS%%%%T%%/webapps/docs/architecture/overview.html +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess.html +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/request-process.png +%%DOCS%%%%T%%/webapps/docs/architecture/startup.html +%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.pdf +%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt +%%DOCS%%%%T%%/webapps/docs/balancer-howto.html +%%DOCS%%%%T%%/webapps/docs/building.html +%%DOCS%%%%T%%/webapps/docs/cgi-howto.html +%%DOCS%%%%T%%/webapps/docs/changelog.html +%%DOCS%%%%T%%/webapps/docs/class-loader-howto.html +%%DOCS%%%%T%%/webapps/docs/cluster-howto.html +%%DOCS%%%%T%%/webapps/docs/comments.html +%%DOCS%%%%T%%/webapps/docs/config/ajp.html +%%DOCS%%%%T%%/webapps/docs/config/automatic-deployment.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-channel.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-deployer.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-interceptor.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-listener.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-manager.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-membership.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-receiver.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-sender.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-valve.html +%%DOCS%%%%T%%/webapps/docs/config/cluster.html +%%DOCS%%%%T%%/webapps/docs/config/context.html +%%DOCS%%%%T%%/webapps/docs/config/cookie-processor.html +%%DOCS%%%%T%%/webapps/docs/config/credentialhandler.html +%%DOCS%%%%T%%/webapps/docs/config/engine.html +%%DOCS%%%%T%%/webapps/docs/config/executor.html +%%DOCS%%%%T%%/webapps/docs/config/filter.html +%%DOCS%%%%T%%/webapps/docs/config/globalresources.html +%%DOCS%%%%T%%/webapps/docs/config/host.html +%%DOCS%%%%T%%/webapps/docs/config/http.html +%%DOCS%%%%T%%/webapps/docs/config/http2.html +%%DOCS%%%%T%%/webapps/docs/config/index.html +%%DOCS%%%%T%%/webapps/docs/config/jar-scan-filter.html +%%DOCS%%%%T%%/webapps/docs/config/jar-scanner.html +%%DOCS%%%%T%%/webapps/docs/config/jaspic.html +%%DOCS%%%%T%%/webapps/docs/config/listeners.html +%%DOCS%%%%T%%/webapps/docs/config/loader.html +%%DOCS%%%%T%%/webapps/docs/config/manager.html +%%DOCS%%%%T%%/webapps/docs/config/realm.html +%%DOCS%%%%T%%/webapps/docs/config/resources.html +%%DOCS%%%%T%%/webapps/docs/config/server.html +%%DOCS%%%%T%%/webapps/docs/config/service.html +%%DOCS%%%%T%%/webapps/docs/config/sessionidgenerator.html +%%DOCS%%%%T%%/webapps/docs/config/systemprops.html +%%DOCS%%%%T%%/webapps/docs/config/valve.html +%%DOCS%%%%T%%/webapps/docs/connectors.html +%%DOCS%%%%T%%/webapps/docs/default-servlet.html +%%DOCS%%%%T%%/webapps/docs/deployer-howto.html +%%DOCS%%%%T%%/webapps/docs/developers.html +%%DOCS%%%%T%%/webapps/docs/elapi/index.html +%%DOCS%%%%T%%/webapps/docs/extras.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-apps.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-objects.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-opers.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-default.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-jdbc-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-jndi-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-memory-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/index.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/mbean-names.html +%%DOCS%%%%T%%/webapps/docs/html-manager-howto.html +%%DOCS%%%%T%%/webapps/docs/images/add.gif +%%DOCS%%%%T%%/webapps/docs/images/asf-logo.svg +%%DOCS%%%%T%%/webapps/docs/images/code.gif +%%DOCS%%%%T%%/webapps/docs/images/cors-flowchart.png +%%DOCS%%%%T%%/webapps/docs/images/design.gif +%%DOCS%%%%T%%/webapps/docs/images/docs-stylesheet.css +%%DOCS%%%%T%%/webapps/docs/images/docs.gif +%%DOCS%%%%T%%/webapps/docs/images/fix.gif +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans400.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans400italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans600.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans600italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans700.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans700italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/fonts.css +%%DOCS%%%%T%%/webapps/docs/images/printer.gif +%%DOCS%%%%T%%/webapps/docs/images/tomcat.gif +%%DOCS%%%%T%%/webapps/docs/images/tomcat.png +%%DOCS%%%%T%%/webapps/docs/images/tomcat.svg +%%DOCS%%%%T%%/webapps/docs/images/update.gif +%%DOCS%%%%T%%/webapps/docs/images/void.gif +%%DOCS%%%%T%%/webapps/docs/index.html +%%DOCS%%%%T%%/webapps/docs/introduction.html +%%DOCS%%%%T%%/webapps/docs/jasper-howto.html +%%DOCS%%%%T%%/webapps/docs/jdbc-pool.html +%%DOCS%%%%T%%/webapps/docs/jndi-datasource-examples-howto.html +%%DOCS%%%%T%%/webapps/docs/jndi-resources-howto.html +%%DOCS%%%%T%%/webapps/docs/jspapi/index.html +%%DOCS%%%%T%%/webapps/docs/logging.html +%%DOCS%%%%T%%/webapps/docs/manager-howto.html +%%DOCS%%%%T%%/webapps/docs/maven-jars.html +%%DOCS%%%%T%%/webapps/docs/mbeans-descriptors-howto.html +%%DOCS%%%%T%%/webapps/docs/monitoring.html +%%DOCS%%%%T%%/webapps/docs/proxy-howto.html +%%DOCS%%%%T%%/webapps/docs/realm-howto.html +%%DOCS%%%%T%%/webapps/docs/rewrite.html +%%DOCS%%%%T%%/webapps/docs/security-howto.html +%%DOCS%%%%T%%/webapps/docs/security-manager-howto.html +%%DOCS%%%%T%%/webapps/docs/servletapi/index.html +%%DOCS%%%%T%%/webapps/docs/setup.html +%%DOCS%%%%T%%/webapps/docs/ssi-howto.html +%%DOCS%%%%T%%/webapps/docs/ssl-howto.html +%%DOCS%%%%T%%/webapps/docs/tribes/developers.html +%%DOCS%%%%T%%/webapps/docs/tribes/faq.html +%%DOCS%%%%T%%/webapps/docs/tribes/interceptors.html +%%DOCS%%%%T%%/webapps/docs/tribes/introduction.html +%%DOCS%%%%T%%/webapps/docs/tribes/membership.html +%%DOCS%%%%T%%/webapps/docs/tribes/setup.html +%%DOCS%%%%T%%/webapps/docs/tribes/status.html +%%DOCS%%%%T%%/webapps/docs/tribes/transport.html +%%DOCS%%%%T%%/webapps/docs/virtual-hosting-howto.html +%%DOCS%%%%T%%/webapps/docs/web-socket-howto.html +%%DOCS%%%%T%%/webapps/docs/websocketapi/index.html +%%DOCS%%%%T%%/webapps/docs/windows-auth-howto.html +%%DOCS%%%%T%%/webapps/docs/windows-service-howto.html +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async3.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async3.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/servers.json +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/panel.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/web.xml +%%EXAMPLES%%%%T%%/webapps/examples/index.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async1.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async1.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async3.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async3.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/index.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/index.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/Entries.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/Entry.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/JspCalendar.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/TableBean.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal1.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal1.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal2.jsp *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 6 15:23:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6ED39D61879; Sat, 6 May 2017 15:23:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22AEB1E17; Sat, 6 May 2017 15:23:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FNgQc014123; Sat, 6 May 2017 15:23:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FNfnp014119; Sat, 6 May 2017 15:23:41 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061523.v46FNfnp014119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440275 - in head/www: . py-aws-requests-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:23:43 -0000 Author: miwi Date: Sat May 6 15:23:41 2017 New Revision: 440275 URL: https://svnweb.freebsd.org/changeset/ports/440275 Log: This package allows you to authenticate to AWS with Amazon's signature version 4 signing process with the python requests library. WWW: https://github.com/DavidMuller/aws-requests-auth Submitted by: James Elstone Added: head/www/py-aws-requests-auth/ head/www/py-aws-requests-auth/Makefile (contents, props changed) head/www/py-aws-requests-auth/distinfo (contents, props changed) head/www/py-aws-requests-auth/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 6 15:22:41 2017 (r440274) +++ head/www/Makefile Sat May 6 15:23:41 2017 (r440275) @@ -1503,6 +1503,7 @@ SUBDIR += py-amf SUBDIR += py-apachelog SUBDIR += py-autobahn + SUBDIR += py-aws-requests-auth SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 Added: head/www/py-aws-requests-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aws-requests-auth/Makefile Sat May 6 15:23:41 2017 (r440275) @@ -0,0 +1,27 @@ +# Created by: James Elstone +# $FreeBSD$ + +PORTNAME= aws-requests-auth +PORTVERSION= 0.3.0 +CATEGORIES= www python textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= james@elstone.net +COMMENT= Authenticate to AWS with Amazon's signature v4 signing process + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests + +USES= python:2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +do-test: + @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) + +.include Added: head/www/py-aws-requests-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aws-requests-auth/distinfo Sat May 6 15:23:41 2017 (r440275) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484647108 +SHA256 (aws-requests-auth-0.3.0.tar.gz) = fe170fe909f5326ac97b2e4f92326cceb48ce86a5788db251e05b61a000abe87 +SIZE (aws-requests-auth-0.3.0.tar.gz) = 6516 Added: head/www/py-aws-requests-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aws-requests-auth/pkg-descr Sat May 6 15:23:41 2017 (r440275) @@ -0,0 +1,4 @@ +This package allows you to authenticate to AWS with Amazon's signature +version 4 signing process with the python requests library. + +WWW: https://github.com/DavidMuller/aws-requests-auth From owner-svn-ports-all@freebsd.org Sat May 6 15:25:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8152ED618C5; Sat, 6 May 2017 15:25:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6633B7; Sat, 6 May 2017 15:25:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FP4Um014408; Sat, 6 May 2017 15:25:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FP353014400; Sat, 6 May 2017 15:25:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705061525.v46FP353014400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 6 May 2017 15:25:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440276 - in head/net-mgmt: . librenms-agent librenms-agent/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:25:05 -0000 Author: bapt Date: Sat May 6 15:25:03 2017 New Revision: 440276 URL: https://svnweb.freebsd.org/changeset/ports/440276 Log: librenms-agent is an agent based on check_mk used with xinetd to provide monitoring informations of machine to librenms server. WWW: https://github.com/librenms/librenms-agent PR: 211522 Submitted by: kiwi@oav.net Added: head/net-mgmt/librenms-agent/ head/net-mgmt/librenms-agent/Makefile (contents, props changed) head/net-mgmt/librenms-agent/distinfo (contents, props changed) head/net-mgmt/librenms-agent/files/ head/net-mgmt/librenms-agent/files/patch-check__mk__agent__freebsd (contents, props changed) head/net-mgmt/librenms-agent/files/patch-check__mk__xinetd (contents, props changed) head/net-mgmt/librenms-agent/files/patch-mk__enplug (contents, props changed) head/net-mgmt/librenms-agent/pkg-descr (contents, props changed) head/net-mgmt/librenms-agent/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat May 6 15:23:41 2017 (r440275) +++ head/net-mgmt/Makefile Sat May 6 15:25:03 2017 (r440276) @@ -109,6 +109,7 @@ SUBDIR += lanmap SUBDIR += lg SUBDIR += librenms + SUBDIR += librenms-agent SUBDIR += libsmi SUBDIR += lldpd SUBDIR += mbrowse Added: head/net-mgmt/librenms-agent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/Makefile Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,49 @@ +# Created by: Nicolas Goralski +# $FreeBSD$ + +PORTNAME= librenms-agent +PORTVERSION= 0.3 +CATEGORIES= net-mgmt + +MAINTAINER= kiwi@oav.net +COMMENT= Agents and plugins for librenms + +LICENSE= GPLv2 + +USES= shebangfix python:2:run php:cli +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= librenms +GH_TAGNAME= fb678cb + +NO_BUILD= yes + +SHEBANG_FILES= agent-local/* + +RUN_DEPENDS+= xinetd:security/xinetd \ + bash:shells/bash + +LIB_DEPENDS+= libstatgrab.so:devel/libstatgrab \ + +post-patch: + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/check_mk_agent_freebsd + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/mk_enplug + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/check_mk_xinetd + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/xinetd.d + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/check_mk_agent/plugins + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/check_mk_agent/repo + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/check_mk_agent/local + ${INSTALL_SCRIPT} ${WRKSRC}/check_mk_agent_freebsd ${STAGEDIR}${PREFIX}/bin/check_mk_agent + ${INSTALL_SCRIPT} ${WRKSRC}/mk_enplug ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/check_mk_xinetd ${STAGEDIR}${PREFIX}/etc/xinetd.d/check_mk + ${INSTALL_SCRIPT} ${WRKSRC}/snmp/distro ${STAGEDIR}${PREFIX}/bin + + @cd ${WRKSRC} ; \ + for agent_local in $$( ${FIND} ./agent-local -type f ! -name README ); do \ + ${INSTALL_SCRIPT} "$$agent_local" ${STAGEDIR}${PREFIX}/lib/check_mk_agent/repo/ ; \ + done + +.include Added: head/net-mgmt/librenms-agent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/distinfo Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494084135 +SHA256 (librenms-librenms-agent-0.3-fb678cb_GH0.tar.gz) = 647aa31ceb32a6df3300244ab4b454c9dbcd940cefb2b46b349761e5e17abdbc +SIZE (librenms-librenms-agent-0.3-fb678cb_GH0.tar.gz) = 42887 Added: head/net-mgmt/librenms-agent/files/patch-check__mk__agent__freebsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/files/patch-check__mk__agent__freebsd Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,13 @@ +--- check_mk_agent_freebsd.orig 2016-08-01 16:26:27 UTC ++++ check_mk_agent_freebsd +@@ -40,8 +40,8 @@ + export LC_ALL=C + unset LANG + +-export MK_LIBDIR="/usr/local/lib/check_mk_agent" +-export MK_CONFDIR="/etc/check_mk" ++export MK_LIBDIR="%%PREFIX%%/lib/check_mk_agent" ++export MK_CONFDIR="%%PREFIX%%/etc/check_mk" + export MK_TMPDIR="/var/run/check_mk" + + Added: head/net-mgmt/librenms-agent/files/patch-check__mk__xinetd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/files/patch-check__mk__xinetd Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,11 @@ +--- check_mk_xinetd.orig 2016-08-01 16:26:27 UTC ++++ check_mk_xinetd +@@ -30,7 +30,7 @@ service check_mk + protocol = tcp + wait = no + user = root +- server = /usr/bin/check_mk_agent ++ server = %%PREFIX%%/bin/check_mk_agent + + # If you use fully redundant monitoring and poll the client + # from more then one monitoring servers in parallel you might Added: head/net-mgmt/librenms-agent/files/patch-mk__enplug ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/files/patch-mk__enplug Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,13 @@ +--- mk_enplug.orig 2016-08-01 16:26:27 UTC ++++ mk_enplug +@@ -14,8 +14,8 @@ + # + # See http://www.gnu.org/licenses/gpl.txt for the full license + +-plugdir=/usr/lib/check_mk_agent/plugins +-repodir=/usr/lib/check_mk_agent/repo ++plugdir=%%PREFIX%%/lib/check_mk_agent/plugins ++repodir=%%PREFIX%%/lib/check_mk_agent/repo + + findscripts() { + find ${repodir} -type f | sed -e "s#$repodir/##g" Added: head/net-mgmt/librenms-agent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/pkg-descr Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,4 @@ +librenms-agent is an agent based on check_mk used with xinetd to provide +monitoring informations of machine to librenms server. + +WWW: https://github.com/librenms/librenms-agent Added: head/net-mgmt/librenms-agent/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms-agent/pkg-plist Sat May 6 15:25:03 2017 (r440276) @@ -0,0 +1,25 @@ +bin/check_mk_agent +bin/distro +bin/mk_enplug +etc/xinetd.d/check_mk +lib/check_mk_agent/repo/apache +lib/check_mk_agent/repo/bind +lib/check_mk_agent/repo/ceph +lib/check_mk_agent/repo/dmi +lib/check_mk_agent/repo/dpkg +lib/check_mk_agent/repo/drbd +lib/check_mk_agent/repo/hddtemp +lib/check_mk_agent/repo/memcached +lib/check_mk_agent/repo/munin +lib/check_mk_agent/repo/mysql +lib/check_mk_agent/repo/nfsstats +lib/check_mk_agent/repo/nginx +lib/check_mk_agent/repo/powerdns +lib/check_mk_agent/repo/powerdns-recursor +lib/check_mk_agent/repo/proxmox +lib/check_mk_agent/repo/rpm +lib/check_mk_agent/repo/rrdcached +lib/check_mk_agent/repo/temperature +lib/check_mk_agent/repo/tinydns +@dir lib/check_mk_agent/local +@dir lib/check_mk_agent/plugins From owner-svn-ports-all@freebsd.org Sat May 6 15:28:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC6D8D619AF; Sat, 6 May 2017 15:28:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 33CD11243; Sat, 6 May 2017 15:28:13 +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 v46FSCVe014647; Sat, 6 May 2017 15:28:12 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FSBps014644; Sat, 6 May 2017 15:28:11 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705061528.v46FSBps014644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 6 May 2017 15:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440277 - head/www/tomcat-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:28:14 -0000 Author: ler Date: Sat May 6 15:28:11 2017 New Revision: 440277 URL: https://svnweb.freebsd.org/changeset/ports/440277 Log: www/tomcat-devel: upgrade to 9.0.0.M20 PR: 219097 Submitted by: vvd@unislabs.com (maintainer) Approved by: adamw (mentor, implicit) Modified: head/www/tomcat-devel/Makefile head/www/tomcat-devel/distinfo head/www/tomcat-devel/pkg-plist Modified: head/www/tomcat-devel/Makefile ============================================================================== --- head/www/tomcat-devel/Makefile Sat May 6 15:25:03 2017 (r440276) +++ head/www/tomcat-devel/Makefile Sat May 6 15:28:11 2017 (r440277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 9.0.0.M19 +PORTVERSION= 9.0.0.M20 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= -devel @@ -31,6 +31,16 @@ TOMCAT_CONF_FILES= \ catalina.policy catalina.properties context.xml logging.properties \ server.xml tomcat-users.xml tomcat-users.xsd web.xml \ jaspic-providers.xml jaspic-providers.xsd + +OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +HOST_MANAGER_DESC= Install Host Manager application +MANAGER_DESC= Install Manager web application +DOCS_DESC= Install Documentation web application +EXAMPLES_DESC= Install Examples web application +ROOT_DESC= Install default ROOT web application +OPTIONS_DEFAULT= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +OPTIONS_SUB= yes + PLIST_SUB= T=${TOMCAT_SUBDIR} \ WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -60,6 +70,21 @@ do-install: @${ECHO_MSG} -n ">> Copying files to destination directory..." @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} +.if !${PORT_OPTIONS:MHOST_MANAGER} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/host-manager +.endif +.if !${PORT_OPTIONS:MMANAGER} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/manager +.endif +.if !${PORT_OPTIONS:MDOCS} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/docs +.endif +.if !${PORT_OPTIONS:MEXAMPLES} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/examples +.endif +.if !${PORT_OPTIONS:MROOT} + @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/ROOT +.endif @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Fixing permissions..." Modified: head/www/tomcat-devel/distinfo ============================================================================== --- head/www/tomcat-devel/distinfo Sat May 6 15:25:03 2017 (r440276) +++ head/www/tomcat-devel/distinfo Sat May 6 15:28:11 2017 (r440277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491633884 -SHA256 (apache-tomcat-9.0.0.M19.tar.gz) = 6e21a9e2c4d1549d446a90de674ebe2bd873413f4b752726bc96b154226ad153 -SIZE (apache-tomcat-9.0.0.M19.tar.gz) = 9317978 +TIMESTAMP = 1494081797 +SHA256 (apache-tomcat-9.0.0.M20.tar.gz) = cfcc184901d368a3581b20cc08490f39994896806b6008c8376d49be201bdfeb +SIZE (apache-tomcat-9.0.0.M20.tar.gz) = 9314793 Modified: head/www/tomcat-devel/pkg-plist ============================================================================== --- head/www/tomcat-devel/pkg-plist Sat May 6 15:25:03 2017 (r440276) +++ head/www/tomcat-devel/pkg-plist Sat May 6 15:28:11 2017 (r440277) @@ -63,561 +63,561 @@ @dir %%T%%/logs %%T%%/temp/safeToDelete.tmp @dir %%T%%/temp -%%T%%/webapps/ROOT/RELEASE-NOTES.txt -%%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/asf-logo-wide.svg -%%T%%/webapps/ROOT/bg-button.png -%%T%%/webapps/ROOT/bg-middle.png -%%T%%/webapps/ROOT/bg-nav.png -%%T%%/webapps/ROOT/bg-upper.png -%%T%%/webapps/ROOT/favicon.ico -%%T%%/webapps/ROOT/index.jsp -%%T%%/webapps/ROOT/tomcat-power.gif -%%T%%/webapps/ROOT/tomcat.css -%%T%%/webapps/ROOT/tomcat.gif -%%T%%/webapps/ROOT/tomcat.png -%%T%%/webapps/ROOT/tomcat.svg -%%T%%/webapps/docs/BUILDING.txt -%%T%%/webapps/docs/RELEASE-NOTES.txt -%%T%%/webapps/docs/RUNNING.txt -%%T%%/webapps/docs/WEB-INF/web.xml -%%T%%/webapps/docs/aio.html -%%T%%/webapps/docs/api/index.html -%%T%%/webapps/docs/appdev/build.xml.txt -%%T%%/webapps/docs/appdev/deployment.html -%%T%%/webapps/docs/appdev/index.html -%%T%%/webapps/docs/appdev/installation.html -%%T%%/webapps/docs/appdev/introduction.html -%%T%%/webapps/docs/appdev/processes.html -%%T%%/webapps/docs/appdev/sample/build.xml -%%T%%/webapps/docs/appdev/sample/docs/README.txt -%%T%%/webapps/docs/appdev/sample/index.html -%%T%%/webapps/docs/appdev/sample/sample.war -%%T%%/webapps/docs/appdev/sample/src/mypackage/Hello.java -%%T%%/webapps/docs/appdev/sample/web/WEB-INF/web.xml -%%T%%/webapps/docs/appdev/sample/web/hello.jsp -%%T%%/webapps/docs/appdev/sample/web/images/tomcat.gif -%%T%%/webapps/docs/appdev/sample/web/index.html -%%T%%/webapps/docs/appdev/source.html -%%T%%/webapps/docs/appdev/web.xml.txt -%%T%%/webapps/docs/apr.html -%%T%%/webapps/docs/architecture/index.html -%%T%%/webapps/docs/architecture/overview.html -%%T%%/webapps/docs/architecture/requestProcess.html -%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png -%%T%%/webapps/docs/architecture/requestProcess/request-process.png -%%T%%/webapps/docs/architecture/startup.html -%%T%%/webapps/docs/architecture/startup/serverStartup.pdf -%%T%%/webapps/docs/architecture/startup/serverStartup.txt -%%T%%/webapps/docs/balancer-howto.html -%%T%%/webapps/docs/building.html -%%T%%/webapps/docs/cgi-howto.html -%%T%%/webapps/docs/changelog.html -%%T%%/webapps/docs/class-loader-howto.html -%%T%%/webapps/docs/cluster-howto.html -%%T%%/webapps/docs/comments.html -%%T%%/webapps/docs/config/ajp.html -%%T%%/webapps/docs/config/automatic-deployment.html -%%T%%/webapps/docs/config/cluster-channel.html -%%T%%/webapps/docs/config/cluster-deployer.html -%%T%%/webapps/docs/config/cluster-interceptor.html -%%T%%/webapps/docs/config/cluster-listener.html -%%T%%/webapps/docs/config/cluster-manager.html -%%T%%/webapps/docs/config/cluster-membership.html -%%T%%/webapps/docs/config/cluster-receiver.html -%%T%%/webapps/docs/config/cluster-sender.html -%%T%%/webapps/docs/config/cluster-valve.html -%%T%%/webapps/docs/config/cluster.html -%%T%%/webapps/docs/config/context.html -%%T%%/webapps/docs/config/cookie-processor.html -%%T%%/webapps/docs/config/credentialhandler.html -%%T%%/webapps/docs/config/engine.html -%%T%%/webapps/docs/config/executor.html -%%T%%/webapps/docs/config/filter.html -%%T%%/webapps/docs/config/globalresources.html -%%T%%/webapps/docs/config/host.html -%%T%%/webapps/docs/config/http.html -%%T%%/webapps/docs/config/http2.html -%%T%%/webapps/docs/config/index.html -%%T%%/webapps/docs/config/jar-scan-filter.html -%%T%%/webapps/docs/config/jar-scanner.html -%%T%%/webapps/docs/config/jaspic.html -%%T%%/webapps/docs/config/listeners.html -%%T%%/webapps/docs/config/loader.html -%%T%%/webapps/docs/config/manager.html -%%T%%/webapps/docs/config/realm.html -%%T%%/webapps/docs/config/resources.html -%%T%%/webapps/docs/config/server.html -%%T%%/webapps/docs/config/service.html -%%T%%/webapps/docs/config/sessionidgenerator.html -%%T%%/webapps/docs/config/systemprops.html -%%T%%/webapps/docs/config/valve.html -%%T%%/webapps/docs/connectors.html -%%T%%/webapps/docs/default-servlet.html -%%T%%/webapps/docs/deployer-howto.html -%%T%%/webapps/docs/developers.html -%%T%%/webapps/docs/elapi/index.html -%%T%%/webapps/docs/extras.html -%%T%%/webapps/docs/funcspecs/fs-admin-apps.html -%%T%%/webapps/docs/funcspecs/fs-admin-objects.html -%%T%%/webapps/docs/funcspecs/fs-admin-opers.html -%%T%%/webapps/docs/funcspecs/fs-default.html -%%T%%/webapps/docs/funcspecs/fs-jdbc-realm.html -%%T%%/webapps/docs/funcspecs/fs-jndi-realm.html -%%T%%/webapps/docs/funcspecs/fs-memory-realm.html -%%T%%/webapps/docs/funcspecs/index.html -%%T%%/webapps/docs/funcspecs/mbean-names.html -%%T%%/webapps/docs/html-manager-howto.html -%%T%%/webapps/docs/images/add.gif -%%T%%/webapps/docs/images/asf-logo.svg -%%T%%/webapps/docs/images/code.gif -%%T%%/webapps/docs/images/cors-flowchart.png -%%T%%/webapps/docs/images/design.gif -%%T%%/webapps/docs/images/docs-stylesheet.css -%%T%%/webapps/docs/images/docs.gif -%%T%%/webapps/docs/images/fix.gif -%%T%%/webapps/docs/images/fonts/OpenSans400.woff -%%T%%/webapps/docs/images/fonts/OpenSans400italic.woff -%%T%%/webapps/docs/images/fonts/OpenSans600.woff -%%T%%/webapps/docs/images/fonts/OpenSans600italic.woff -%%T%%/webapps/docs/images/fonts/OpenSans700.woff -%%T%%/webapps/docs/images/fonts/OpenSans700italic.woff -%%T%%/webapps/docs/images/fonts/fonts.css -%%T%%/webapps/docs/images/tomcat.gif -%%T%%/webapps/docs/images/tomcat.png -%%T%%/webapps/docs/images/update.gif -%%T%%/webapps/docs/images/void.gif -%%T%%/webapps/docs/index.html -%%T%%/webapps/docs/introduction.html -%%T%%/webapps/docs/jasper-howto.html -%%T%%/webapps/docs/jdbc-pool.html -%%T%%/webapps/docs/jndi-datasource-examples-howto.html -%%T%%/webapps/docs/jndi-resources-howto.html -%%T%%/webapps/docs/jspapi/index.html -%%T%%/webapps/docs/logging.html -%%T%%/webapps/docs/manager-howto.html -%%T%%/webapps/docs/maven-jars.html -%%T%%/webapps/docs/mbeans-descriptors-howto.html -%%T%%/webapps/docs/monitoring.html -%%T%%/webapps/docs/proxy-howto.html -%%T%%/webapps/docs/realm-howto.html -%%T%%/webapps/docs/rewrite.html -%%T%%/webapps/docs/security-howto.html -%%T%%/webapps/docs/security-manager-howto.html -%%T%%/webapps/docs/servletapi/index.html -%%T%%/webapps/docs/setup.html -%%T%%/webapps/docs/ssi-howto.html -%%T%%/webapps/docs/ssl-howto.html -%%T%%/webapps/docs/tribes/developers.html -%%T%%/webapps/docs/tribes/faq.html -%%T%%/webapps/docs/tribes/interceptors.html -%%T%%/webapps/docs/tribes/introduction.html -%%T%%/webapps/docs/tribes/membership.html -%%T%%/webapps/docs/tribes/setup.html -%%T%%/webapps/docs/tribes/status.html -%%T%%/webapps/docs/tribes/transport.html -%%T%%/webapps/docs/virtual-hosting-howto.html -%%T%%/webapps/docs/web-socket-howto.html -%%T%%/webapps/docs/websocketapi/index.html -%%T%%/webapps/docs/windows-auth-howto.html -%%T%%/webapps/docs/windows-service-howto.html -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java -%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.class -%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.java -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async0$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async0.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async0.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async1$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async1.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async2$1.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async2.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async2.java -%%T%%/webapps/examples/WEB-INF/classes/async/Async3.class -%%T%%/webapps/examples/WEB-INF/classes/async/Async3.java -%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class -%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.class -%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.java -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java -%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class -%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class -%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class -%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java -%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.java -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/servers.json -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class -%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java -%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java -%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld -%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld -%%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld -%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar -%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar -%%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag -%%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag -%%T%%/webapps/examples/WEB-INF/tags/panel.tag -%%T%%/webapps/examples/WEB-INF/web.xml -%%T%%/webapps/examples/index.html -%%T%%/webapps/examples/jsp/async/async1.jsp -%%T%%/webapps/examples/jsp/async/async1.jsp.html -%%T%%/webapps/examples/jsp/async/async3.jsp -%%T%%/webapps/examples/jsp/async/async3.jsp.html -%%T%%/webapps/examples/jsp/async/index.jsp -%%T%%/webapps/examples/jsp/async/index.jsp.html -%%T%%/webapps/examples/jsp/cal/Entries.java.html -%%T%%/webapps/examples/jsp/cal/Entry.java.html -%%T%%/webapps/examples/jsp/cal/JspCalendar.java.html -%%T%%/webapps/examples/jsp/cal/TableBean.java.html -%%T%%/webapps/examples/jsp/cal/cal1.jsp -%%T%%/webapps/examples/jsp/cal/cal1.jsp.html -%%T%%/webapps/examples/jsp/cal/cal2.jsp -%%T%%/webapps/examples/jsp/cal/cal2.jsp.html -%%T%%/webapps/examples/jsp/cal/calendar.html -%%T%%/webapps/examples/jsp/cal/login.html -%%T%%/webapps/examples/jsp/checkbox/CheckTest.html -%%T%%/webapps/examples/jsp/checkbox/check.html -%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp -%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp.html -%%T%%/webapps/examples/jsp/checkbox/cresult.html -%%T%%/webapps/examples/jsp/colors/ColorGameBean.html -%%T%%/webapps/examples/jsp/colors/clr.html -%%T%%/webapps/examples/jsp/colors/colors.html -%%T%%/webapps/examples/jsp/colors/colrs.jsp -%%T%%/webapps/examples/jsp/colors/colrs.jsp.html -%%T%%/webapps/examples/jsp/dates/date.html -%%T%%/webapps/examples/jsp/dates/date.jsp -%%T%%/webapps/examples/jsp/dates/date.jsp.html -%%T%%/webapps/examples/jsp/error/er.html -%%T%%/webapps/examples/jsp/error/err.jsp -%%T%%/webapps/examples/jsp/error/err.jsp.html -%%T%%/webapps/examples/jsp/error/error.html -%%T%%/webapps/examples/jsp/error/errorpge.jsp -%%T%%/webapps/examples/jsp/error/errorpge.jsp.html -%%T%%/webapps/examples/jsp/forward/forward.jsp -%%T%%/webapps/examples/jsp/forward/forward.jsp.html -%%T%%/webapps/examples/jsp/forward/fwd.html -%%T%%/webapps/examples/jsp/forward/one.jsp -%%T%%/webapps/examples/jsp/forward/one.jsp.html -%%T%%/webapps/examples/jsp/forward/two.html -%%T%%/webapps/examples/jsp/images/code.gif -%%T%%/webapps/examples/jsp/images/execute.gif -%%T%%/webapps/examples/jsp/images/return.gif -%%T%%/webapps/examples/jsp/include/foo.html -%%T%%/webapps/examples/jsp/include/foo.jsp -%%T%%/webapps/examples/jsp/include/foo.jsp.html -%%T%%/webapps/examples/jsp/include/inc.html -%%T%%/webapps/examples/jsp/include/include.jsp -%%T%%/webapps/examples/jsp/include/include.jsp.html -%%T%%/webapps/examples/jsp/index.html -%%T%%/webapps/examples/jsp/jsp2/el/Functions.java.html -%%T%%/webapps/examples/jsp/jsp2/el/ValuesBean.java.html -%%T%%/webapps/examples/jsp/jsp2/el/ValuesTag.java.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp -%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.html -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp -%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/composite.html -%%T%%/webapps/examples/jsp/jsp2/el/composite.jsp -%%T%%/webapps/examples/jsp/jsp2/el/composite.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/functions.html -%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp -%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp.html -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.html -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp -%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/ShuffleSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/TileSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp -%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.html -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp -%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp.html -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.html -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx -%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx.html -%%T%%/webapps/examples/jsp/jsp2/jspx/svgexample.html -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.html -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jpg -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx -%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx.html -%%T%%/webapps/examples/jsp/jsp2/misc/EchoAttributesTag.java.html -%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf -%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf.html -%%T%%/webapps/examples/jsp/jsp2/misc/config.html -%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp -%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp.html -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.html -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp -%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp.html -%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf -%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/BookBean.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/FindBookSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/Functions.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/RepeatSimpleTag.java.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.html -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp -%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/displayProducts.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.html -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp -%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/ServletToJsp.java.html -%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp -%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp -%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html -%%T%%/webapps/examples/jsp/jsptoserv/jts.html -%%T%%/webapps/examples/jsp/num/numguess.html -%%T%%/webapps/examples/jsp/num/numguess.jsp -%%T%%/webapps/examples/jsp/num/numguess.jsp.html -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.class -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.java -%%T%%/webapps/examples/jsp/plugin/plugin.html -%%T%%/webapps/examples/jsp/plugin/plugin.jsp -%%T%%/webapps/examples/jsp/plugin/plugin.jsp.html -%%T%%/webapps/examples/jsp/security/protected/error.jsp -%%T%%/webapps/examples/jsp/security/protected/error.jsp.html -%%T%%/webapps/examples/jsp/security/protected/index.jsp -%%T%%/webapps/examples/jsp/security/protected/index.jsp.html -%%T%%/webapps/examples/jsp/security/protected/login.jsp -%%T%%/webapps/examples/jsp/security/protected/login.jsp.html -%%T%%/webapps/examples/jsp/sessions/DummyCart.html -%%T%%/webapps/examples/jsp/sessions/carts.html -%%T%%/webapps/examples/jsp/sessions/carts.jsp -%%T%%/webapps/examples/jsp/sessions/carts.jsp.html -%%T%%/webapps/examples/jsp/sessions/crt.html -%%T%%/webapps/examples/jsp/simpletag/foo.html -%%T%%/webapps/examples/jsp/simpletag/foo.jsp -%%T%%/webapps/examples/jsp/simpletag/foo.jsp.html -%%T%%/webapps/examples/jsp/snp/snoop.html -%%T%%/webapps/examples/jsp/snp/snoop.jsp -%%T%%/webapps/examples/jsp/snp/snoop.jsp.html -%%T%%/webapps/examples/jsp/source.jsp -%%T%%/webapps/examples/jsp/source.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/choose.html -%%T%%/webapps/examples/jsp/tagplugin/choose.jsp -%%T%%/webapps/examples/jsp/tagplugin/choose.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/foreach.html -%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp -%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/howto.html -%%T%%/webapps/examples/jsp/tagplugin/if.html -%%T%%/webapps/examples/jsp/tagplugin/if.jsp -%%T%%/webapps/examples/jsp/tagplugin/if.jsp.html -%%T%%/webapps/examples/jsp/tagplugin/notes.html -%%T%%/webapps/examples/jsp/xml/xml.html -%%T%%/webapps/examples/jsp/xml/xml.jsp -%%T%%/webapps/examples/jsp/xml/xml.jsp.html -%%T%%/webapps/examples/servlets/cookies.html -%%T%%/webapps/examples/servlets/helloworld.html -%%T%%/webapps/examples/servlets/images/code.gif -%%T%%/webapps/examples/servlets/images/execute.gif -%%T%%/webapps/examples/servlets/images/return.gif -%%T%%/webapps/examples/servlets/index.html -%%T%%/webapps/examples/servlets/nonblocking/bytecounter.html -%%T%%/webapps/examples/servlets/reqheaders.html -%%T%%/webapps/examples/servlets/reqinfo.html -%%T%%/webapps/examples/servlets/reqparams.html -%%T%%/webapps/examples/servlets/sessions.html -%%T%%/webapps/examples/websocket/chat.xhtml -%%T%%/webapps/examples/websocket/drawboard.xhtml -%%T%%/webapps/examples/websocket/echo.xhtml -%%T%%/webapps/examples/websocket/index.xhtml -%%T%%/webapps/examples/websocket/snake.xhtml -%%T%%/webapps/host-manager/META-INF/context.xml -%%T%%/webapps/host-manager/WEB-INF/jsp/401.jsp -%%T%%/webapps/host-manager/WEB-INF/jsp/403.jsp -%%T%%/webapps/host-manager/WEB-INF/jsp/404.jsp -%%T%%/webapps/host-manager/WEB-INF/web.xml -%%T%%/webapps/host-manager/images/asf-logo.svg -%%T%%/webapps/host-manager/images/tomcat.gif -%%T%%/webapps/host-manager/index.jsp -%%T%%/webapps/host-manager/manager.xml -%%T%%/webapps/manager/META-INF/context.xml -%%T%%/webapps/manager/WEB-INF/jsp/401.jsp -%%T%%/webapps/manager/WEB-INF/jsp/403.jsp -%%T%%/webapps/manager/WEB-INF/jsp/404.jsp -%%T%%/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp -%%T%%/webapps/manager/WEB-INF/jsp/sessionDetail.jsp -%%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp -%%T%%/webapps/manager/WEB-INF/web.xml -%%T%%/webapps/manager/images/asf-logo.svg -%%T%%/webapps/manager/images/tomcat.gif -%%T%%/webapps/manager/index.jsp -%%T%%/webapps/manager/status.xsd -%%T%%/webapps/manager/xform.xsl +%%ROOT%%%%T%%/webapps/ROOT/RELEASE-NOTES.txt +%%ROOT%%%%T%%/webapps/ROOT/WEB-INF/web.xml +%%ROOT%%%%T%%/webapps/ROOT/asf-logo-wide.svg +%%ROOT%%%%T%%/webapps/ROOT/bg-button.png +%%ROOT%%%%T%%/webapps/ROOT/bg-middle.png +%%ROOT%%%%T%%/webapps/ROOT/bg-nav.png +%%ROOT%%%%T%%/webapps/ROOT/bg-upper.png +%%ROOT%%%%T%%/webapps/ROOT/favicon.ico +%%ROOT%%%%T%%/webapps/ROOT/index.jsp +%%ROOT%%%%T%%/webapps/ROOT/tomcat-power.gif +%%ROOT%%%%T%%/webapps/ROOT/tomcat.css +%%ROOT%%%%T%%/webapps/ROOT/tomcat.gif +%%ROOT%%%%T%%/webapps/ROOT/tomcat.png +%%ROOT%%%%T%%/webapps/ROOT/tomcat.svg +%%DOCS%%%%T%%/webapps/docs/BUILDING.txt +%%DOCS%%%%T%%/webapps/docs/RELEASE-NOTES.txt +%%DOCS%%%%T%%/webapps/docs/RUNNING.txt +%%DOCS%%%%T%%/webapps/docs/WEB-INF/web.xml +%%DOCS%%%%T%%/webapps/docs/aio.html +%%DOCS%%%%T%%/webapps/docs/api/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/build.xml.txt +%%DOCS%%%%T%%/webapps/docs/appdev/deployment.html +%%DOCS%%%%T%%/webapps/docs/appdev/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/installation.html +%%DOCS%%%%T%%/webapps/docs/appdev/introduction.html +%%DOCS%%%%T%%/webapps/docs/appdev/processes.html +%%DOCS%%%%T%%/webapps/docs/appdev/sample/build.xml +%%DOCS%%%%T%%/webapps/docs/appdev/sample/docs/README.txt +%%DOCS%%%%T%%/webapps/docs/appdev/sample/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/sample/sample.war +%%DOCS%%%%T%%/webapps/docs/appdev/sample/src/mypackage/Hello.java +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/WEB-INF/web.xml +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/hello.jsp +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/images/tomcat.gif +%%DOCS%%%%T%%/webapps/docs/appdev/sample/web/index.html +%%DOCS%%%%T%%/webapps/docs/appdev/source.html +%%DOCS%%%%T%%/webapps/docs/appdev/web.xml.txt +%%DOCS%%%%T%%/webapps/docs/apr.html +%%DOCS%%%%T%%/webapps/docs/architecture/index.html +%%DOCS%%%%T%%/webapps/docs/architecture/overview.html +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess.html +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png +%%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/request-process.png +%%DOCS%%%%T%%/webapps/docs/architecture/startup.html +%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.pdf +%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt +%%DOCS%%%%T%%/webapps/docs/balancer-howto.html +%%DOCS%%%%T%%/webapps/docs/building.html +%%DOCS%%%%T%%/webapps/docs/cgi-howto.html +%%DOCS%%%%T%%/webapps/docs/changelog.html +%%DOCS%%%%T%%/webapps/docs/class-loader-howto.html +%%DOCS%%%%T%%/webapps/docs/cluster-howto.html +%%DOCS%%%%T%%/webapps/docs/comments.html +%%DOCS%%%%T%%/webapps/docs/config/ajp.html +%%DOCS%%%%T%%/webapps/docs/config/automatic-deployment.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-channel.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-deployer.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-interceptor.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-listener.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-manager.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-membership.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-receiver.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-sender.html +%%DOCS%%%%T%%/webapps/docs/config/cluster-valve.html +%%DOCS%%%%T%%/webapps/docs/config/cluster.html +%%DOCS%%%%T%%/webapps/docs/config/context.html +%%DOCS%%%%T%%/webapps/docs/config/cookie-processor.html +%%DOCS%%%%T%%/webapps/docs/config/credentialhandler.html +%%DOCS%%%%T%%/webapps/docs/config/engine.html +%%DOCS%%%%T%%/webapps/docs/config/executor.html +%%DOCS%%%%T%%/webapps/docs/config/filter.html +%%DOCS%%%%T%%/webapps/docs/config/globalresources.html +%%DOCS%%%%T%%/webapps/docs/config/host.html +%%DOCS%%%%T%%/webapps/docs/config/http.html +%%DOCS%%%%T%%/webapps/docs/config/http2.html +%%DOCS%%%%T%%/webapps/docs/config/index.html +%%DOCS%%%%T%%/webapps/docs/config/jar-scan-filter.html +%%DOCS%%%%T%%/webapps/docs/config/jar-scanner.html +%%DOCS%%%%T%%/webapps/docs/config/jaspic.html +%%DOCS%%%%T%%/webapps/docs/config/listeners.html +%%DOCS%%%%T%%/webapps/docs/config/loader.html +%%DOCS%%%%T%%/webapps/docs/config/manager.html +%%DOCS%%%%T%%/webapps/docs/config/realm.html +%%DOCS%%%%T%%/webapps/docs/config/resources.html +%%DOCS%%%%T%%/webapps/docs/config/server.html +%%DOCS%%%%T%%/webapps/docs/config/service.html +%%DOCS%%%%T%%/webapps/docs/config/sessionidgenerator.html +%%DOCS%%%%T%%/webapps/docs/config/systemprops.html +%%DOCS%%%%T%%/webapps/docs/config/valve.html +%%DOCS%%%%T%%/webapps/docs/connectors.html +%%DOCS%%%%T%%/webapps/docs/default-servlet.html +%%DOCS%%%%T%%/webapps/docs/deployer-howto.html +%%DOCS%%%%T%%/webapps/docs/developers.html +%%DOCS%%%%T%%/webapps/docs/elapi/index.html +%%DOCS%%%%T%%/webapps/docs/extras.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-apps.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-objects.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-admin-opers.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-default.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-jdbc-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-jndi-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/fs-memory-realm.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/index.html +%%DOCS%%%%T%%/webapps/docs/funcspecs/mbean-names.html +%%DOCS%%%%T%%/webapps/docs/html-manager-howto.html +%%DOCS%%%%T%%/webapps/docs/images/add.gif +%%DOCS%%%%T%%/webapps/docs/images/asf-logo.svg +%%DOCS%%%%T%%/webapps/docs/images/code.gif +%%DOCS%%%%T%%/webapps/docs/images/cors-flowchart.png +%%DOCS%%%%T%%/webapps/docs/images/design.gif +%%DOCS%%%%T%%/webapps/docs/images/docs-stylesheet.css +%%DOCS%%%%T%%/webapps/docs/images/docs.gif +%%DOCS%%%%T%%/webapps/docs/images/fix.gif +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans400.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans400italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans600.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans600italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans700.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/OpenSans700italic.woff +%%DOCS%%%%T%%/webapps/docs/images/fonts/fonts.css +%%DOCS%%%%T%%/webapps/docs/images/tomcat.gif +%%DOCS%%%%T%%/webapps/docs/images/tomcat.png +%%DOCS%%%%T%%/webapps/docs/images/update.gif +%%DOCS%%%%T%%/webapps/docs/images/void.gif +%%DOCS%%%%T%%/webapps/docs/index.html +%%DOCS%%%%T%%/webapps/docs/introduction.html +%%DOCS%%%%T%%/webapps/docs/jasper-howto.html +%%DOCS%%%%T%%/webapps/docs/jdbc-pool.html +%%DOCS%%%%T%%/webapps/docs/jndi-datasource-examples-howto.html +%%DOCS%%%%T%%/webapps/docs/jndi-resources-howto.html +%%DOCS%%%%T%%/webapps/docs/jspapi/index.html +%%DOCS%%%%T%%/webapps/docs/logging.html +%%DOCS%%%%T%%/webapps/docs/manager-howto.html +%%DOCS%%%%T%%/webapps/docs/maven-jars.html +%%DOCS%%%%T%%/webapps/docs/mbeans-descriptors-howto.html +%%DOCS%%%%T%%/webapps/docs/monitoring.html +%%DOCS%%%%T%%/webapps/docs/proxy-howto.html +%%DOCS%%%%T%%/webapps/docs/realm-howto.html +%%DOCS%%%%T%%/webapps/docs/rewrite.html +%%DOCS%%%%T%%/webapps/docs/security-howto.html +%%DOCS%%%%T%%/webapps/docs/security-manager-howto.html +%%DOCS%%%%T%%/webapps/docs/servletapi/index.html +%%DOCS%%%%T%%/webapps/docs/setup.html +%%DOCS%%%%T%%/webapps/docs/ssi-howto.html +%%DOCS%%%%T%%/webapps/docs/ssl-howto.html +%%DOCS%%%%T%%/webapps/docs/tribes/developers.html +%%DOCS%%%%T%%/webapps/docs/tribes/faq.html +%%DOCS%%%%T%%/webapps/docs/tribes/interceptors.html +%%DOCS%%%%T%%/webapps/docs/tribes/introduction.html +%%DOCS%%%%T%%/webapps/docs/tribes/membership.html +%%DOCS%%%%T%%/webapps/docs/tribes/setup.html +%%DOCS%%%%T%%/webapps/docs/tribes/status.html +%%DOCS%%%%T%%/webapps/docs/tribes/transport.html +%%DOCS%%%%T%%/webapps/docs/virtual-hosting-howto.html +%%DOCS%%%%T%%/webapps/docs/web-socket-howto.html +%%DOCS%%%%T%%/webapps/docs/websocketapi/index.html +%%DOCS%%%%T%%/webapps/docs/windows-auth-howto.html +%%DOCS%%%%T%%/webapps/docs/windows-service-howto.html +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/ServletToJsp.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async0.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async1.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async2.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async3.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Async3.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/async/Stockticker.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/CookieFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/servers.json +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Location.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/tags/panel.tag +%%EXAMPLES%%%%T%%/webapps/examples/WEB-INF/web.xml +%%EXAMPLES%%%%T%%/webapps/examples/index.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async1.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async1.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async3.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/async3.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/index.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/async/index.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/Entries.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/Entry.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/JspCalendar.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/TableBean.java.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal1.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal1.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal2.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/cal2.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/calendar.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/cal/login.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/checkbox/CheckTest.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/checkbox/check.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/checkbox/cresult.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/colors/ColorGameBean.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/colors/clr.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/colors/colors.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/colors/colrs.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/colors/colrs.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/dates/date.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/dates/date.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/dates/date.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/error/er.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/error/err.jsp +%%EXAMPLES%%%%T%%/webapps/examples/jsp/error/err.jsp.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/error/error.html +%%EXAMPLES%%%%T%%/webapps/examples/jsp/error/errorpge.jsp *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 6 15:32:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53516D61B9C; Sat, 6 May 2017 15:32:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id F15777CC; Sat, 6 May 2017 15:32: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 v46FWYEW018732; Sat, 6 May 2017 15:32:34 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FWYRw018730; Sat, 6 May 2017 15:32:34 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705061532.v46FWYRw018730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 6 May 2017 15:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440278 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:32:36 -0000 Author: ler Date: Sat May 6 15:32:34 2017 New Revision: 440278 URL: https://svnweb.freebsd.org/changeset/ports/440278 Log: devel/cdecl: upgrade to 3.1.3 Fixed synonyms in explain Explanations no longer wrongly allow English synonyms. Approved by: adamw (mentor, implicit) Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sat May 6 15:28:11 2017 (r440277) +++ head/devel/cdecl/Makefile Sat May 6 15:32:34 2017 (r440278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Sat May 6 15:28:11 2017 (r440277) +++ head/devel/cdecl/distinfo Sat May 6 15:32:34 2017 (r440278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494026042 -SHA256 (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = eaf02a32c7c079bb3430196f59d1cd5835dbd5ad70672f1618fe7eb7269761a9 -SIZE (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = 235977 +TIMESTAMP = 1494084630 +SHA256 (paul-j-lucas-cdecl-cdecl-3.1.3_GH0.tar.gz) = 785369b45f8655d4d5067b18646de1dc4457190571a6a851d692f4cf36c297b4 +SIZE (paul-j-lucas-cdecl-cdecl-3.1.3_GH0.tar.gz) = 236083 From owner-svn-ports-all@freebsd.org Sat May 6 15:43:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D3BAD61EB3; Sat, 6 May 2017 15:43:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id 165C717F6; Sat, 6 May 2017 15:43:58 +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 v46Fhvn5022726; Sat, 6 May 2017 15:43:57 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FhvIE022724; Sat, 6 May 2017 15:43:57 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705061543.v46FhvIE022724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 6 May 2017 15:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440279 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:43:59 -0000 Author: adamw Date: Sat May 6 15:43:57 2017 New Revision: 440279 URL: https://svnweb.freebsd.org/changeset/ports/440279 Log: Update to patchlevel 596 Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat May 6 15:32:34 2017 (r440278) +++ head/editors/vim/Makefile Sat May 6 15:43:57 2017 (r440279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0589 +PORTVERSION= 8.0.0596 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat May 6 15:32:34 2017 (r440278) +++ head/editors/vim/distinfo Sat May 6 15:43:57 2017 (r440279) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493481999 -SHA256 (vim-vim-v8.0.0589_GH0.tar.gz) = 220cc65f72c037e45791db4527004d778a128f0ccfe0d613e7e4a3c8ab4ba45e -SIZE (vim-vim-v8.0.0589_GH0.tar.gz) = 13107403 +TIMESTAMP = 1494085009 +SHA256 (vim-vim-v8.0.0596_GH0.tar.gz) = b83c5a1f70c337afade89fbcaa3d5f80f0408a8bb71345f2d8ba5f992eba7752 +SIZE (vim-vim-v8.0.0596_GH0.tar.gz) = 13108743 From owner-svn-ports-all@freebsd.org Sat May 6 15:54:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D61D612C4; Sat, 6 May 2017 15:54:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C003C887; Sat, 6 May 2017 15:54:55 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FssDd026740; Sat, 6 May 2017 15:54:54 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FssdZ026737; Sat, 6 May 2017 15:54:54 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705061554.v46FssdZ026737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 6 May 2017 15:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440280 - head/databases/pglogical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:54:56 -0000 Author: matthew Date: Sat May 6 15:54:54 2017 New Revision: 440280 URL: https://svnweb.freebsd.org/changeset/ports/440280 Log: Update to 2.0.0 ChangeLog: https://2ndquadrant.com/en/resources/pglogical/release-notes/ Modified: head/databases/pglogical/Makefile head/databases/pglogical/distinfo head/databases/pglogical/pkg-plist Modified: head/databases/pglogical/Makefile ============================================================================== --- head/databases/pglogical/Makefile Sat May 6 15:43:57 2017 (r440279) +++ head/databases/pglogical/Makefile Sat May 6 15:54:54 2017 (r440280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pglogical -PORTVERSION= 1.2.2 +PORTVERSION= 2.0.0 CATEGORIES= databases MASTER_SITES= http://packages.2ndquadrant.com/pglogical/tarballs/ Modified: head/databases/pglogical/distinfo ============================================================================== --- head/databases/pglogical/distinfo Sat May 6 15:43:57 2017 (r440279) +++ head/databases/pglogical/distinfo Sat May 6 15:54:54 2017 (r440280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483003468 -SHA256 (pglogical-1.2.2.tar.bz2) = 045a56f500f443ac37bd4f35ba2854cb3c699e8fa20005e8d6a13ef166ed5135 -SIZE (pglogical-1.2.2.tar.bz2) = 322902 +TIMESTAMP = 1494072985 +SHA256 (pglogical-2.0.0.tar.bz2) = fc65342046df677452d0a87ad1e9f695cea534768a5b68e0282480cf62c58804 +SIZE (pglogical-2.0.0.tar.bz2) = 343090 Modified: head/databases/pglogical/pkg-plist ============================================================================== --- head/databases/pglogical/pkg-plist Sat May 6 15:43:57 2017 (r440279) +++ head/databases/pglogical/pkg-plist Sat May 6 15:54:54 2017 (r440280) @@ -9,12 +9,8 @@ share/postgresql/extension/pglogical--1. share/postgresql/extension/pglogical--1.1.1--1.1.2.sql share/postgresql/extension/pglogical--1.1.2--1.2.0.sql share/postgresql/extension/pglogical--1.2.0--1.2.1.sql -share/postgresql/extension/pglogical--1.2.0.sql -share/postgresql/extension/pglogical--1.2.1--1.2.2.sql -share/postgresql/extension/pglogical--1.2.1.sql -share/postgresql/extension/pglogical--1.2.2.sql +share/postgresql/extension/pglogical--1.2.1--2.0.0.sql +share/postgresql/extension/pglogical--2.0.0.sql share/postgresql/extension/pglogical.control share/postgresql/extension/pglogical_origin--1.0.0.sql share/postgresql/extension/pglogical_origin.control -share/postgresql/extension/pglogical_output--1.1.0.sql -share/postgresql/extension/pglogical_output.control From owner-svn-ports-all@freebsd.org Sat May 6 16:38:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E10C2D61DDD; Sat, 6 May 2017 16:38:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7C35F1ECD; Sat, 6 May 2017 16:38:38 +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 v46GcbGA043040; Sat, 6 May 2017 16:38:37 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46GcbST043039; Sat, 6 May 2017 16:38:37 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705061638.v46GcbST043039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 6 May 2017 16:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440281 - head/www/tomcat6/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 16:38:39 -0000 Author: ler Date: Sat May 6 16:38:37 2017 New Revision: 440281 URL: https://svnweb.freebsd.org/changeset/ports/440281 Log: www/tomcat6: rc-script status/stop fail if pid has less than 5 digit PR: 209454 Submitted by: wolfgang@lyxys.ka.sub.org Approved by: adamw (mentor, implicit) Modified: head/www/tomcat6/files/tomcat6.in Modified: head/www/tomcat6/files/tomcat6.in ============================================================================== --- head/www/tomcat6/files/tomcat6.in Sat May 6 15:54:54 2017 (r440280) +++ head/www/tomcat6/files/tomcat6.in Sat May 6 16:38:37 2017 (r440281) @@ -168,7 +168,7 @@ tomcat_check_pidfile() { debug "pid file ($_pidfile): no pid in file." return fi - if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^$_pid.*$java_class"`" ]; then + if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^ *$_pid.*$java_class"`" ]; then echo -n $_pid fi } From owner-svn-ports-all@freebsd.org Sat May 6 16:51:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3665AD6111E; Sat, 6 May 2017 16:51:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3E8CB1988; Sat, 6 May 2017 16:51:57 +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 v46GpvKF050237; Sat, 6 May 2017 16:51:57 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46GpvkI050236; Sat, 6 May 2017 16:51:57 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705061651.v46GpvkI050236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 6 May 2017 16:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440282 - head/www/tomcat6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 16:51:59 -0000 Author: ler Date: Sat May 6 16:51:56 2017 New Revision: 440282 URL: https://svnweb.freebsd.org/changeset/ports/440282 Log: Bump(add) PORTREVISION for r440281 Submitted by: vvd@unislabs.com Approved by: adamw (mentor, implicit) Modified: head/www/tomcat6/Makefile Modified: head/www/tomcat6/Makefile ============================================================================== --- head/www/tomcat6/Makefile Sat May 6 16:38:37 2017 (r440281) +++ head/www/tomcat6/Makefile Sat May 6 16:51:56 2017 (r440282) @@ -3,6 +3,7 @@ PORTNAME= tomcat PORTVERSION= 6.0.53 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin DISTNAME= apache-${PORTNAME}-${PORTVERSION} From owner-svn-ports-all@freebsd.org Sat May 6 18:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B984D615F9; Sat, 6 May 2017 18:03:17 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 513E81FC5; Sat, 6 May 2017 18:03:17 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46I3GKd079275; Sat, 6 May 2017 18:03:16 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46I3FLT079269; Sat, 6 May 2017 18:03:15 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705061803.v46I3FLT079269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 6 May 2017 18:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440283 - in head/databases/redis-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 18:03:17 -0000 Author: osa Date: Sat May 6 18:03:15 2017 New Revision: 440283 URL: https://svnweb.freebsd.org/changeset/ports/440283 Log: Upgrade from 4.0-rc2 to 4.0-rc3. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis-devel/files/extra-patch-src-Makefile.lua head/databases/redis-devel/files/extra-patch-src-Makefile.luajit head/databases/redis-devel/files/patch-deps-hiredis-Makefile head/databases/redis-devel/files/patch-deps-hiredis-net.c Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/Makefile Sat May 6 18:03:15 2017 (r440283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0-rc2 +DISTVERSION= 4.0-rc3 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/distinfo Sat May 6 18:03:15 2017 (r440283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481067740 -SHA256 (redis/4.0-rc2.tar.gz) = 70941c192e6afe441cf2c8d659c39ab955e476030c492179a91dcf3f02f5db67 -SIZE (redis/4.0-rc2.tar.gz) = 1684491 +TIMESTAMP = 1493682125 +SHA256 (redis/4.0-rc3.tar.gz) = bc948bcb32dc4ba43412dd791b4bb48c64de9debb797346b9c9f1b2cb98f96f4 +SIZE (redis/4.0-rc3.tar.gz) = 1743279 Modified: head/databases/redis-devel/files/extra-patch-src-Makefile.lua ============================================================================== --- head/databases/redis-devel/files/extra-patch-src-Makefile.lua Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/files/extra-patch-src-Makefile.lua Sat May 6 18:03:15 2017 (r440283) @@ -1,15 +1,15 @@ ---- src/Makefile.orig 2016-12-04 19:56:10.186400000 -0500 -+++ src/Makefile 2016-12-04 20:01:02.427294000 -0500 -@@ -15,7 +15,7 @@ - release_hdr := $(shell sh -c './mkreleasehdr.sh') +--- src/Makefile.orig 2017-05-06 13:55:29.224222000 -0400 ++++ src/Makefile 2017-05-06 13:57:41.129934000 -0400 +@@ -16,7 +16,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') + uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not') OPTIMIZATION?=-O2 -DEPENDENCY_TARGETS=hiredis linenoise lua +DEPENDENCY_TARGETS=hiredis linenoise NODEPS:=clean distclean # Default settings -@@ -54,8 +54,8 @@ +@@ -58,8 +58,8 @@ # Override default settings if possible -include .make-settings @@ -20,7 +20,7 @@ FINAL_LIBS=-lm ifeq ($(uname_S),SunOS) -@@ -96,7 +96,7 @@ +@@ -107,7 +107,7 @@ endif endif # Include paths to dependencies @@ -29,7 +29,7 @@ ifeq ($(MALLOC),tcmalloc) FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -114,6 +114,9 @@ +@@ -125,6 +125,9 @@ FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a endif @@ -39,15 +39,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -134,6 +137,7 @@ +@@ -145,6 +148,7 @@ REDIS_SERVER_NAME=redis-server REDIS_SENTINEL_NAME=redis-sentinel - REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o + REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o +REDIS_SERVER_OBJ+=fpconv.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o REDIS_CLI_NAME=redis-cli REDIS_CLI_OBJ=anet.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o REDIS_BENCHMARK_NAME=redis-benchmark -@@ -186,7 +190,7 @@ +@@ -197,7 +201,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis-devel/files/extra-patch-src-Makefile.luajit ============================================================================== --- head/databases/redis-devel/files/extra-patch-src-Makefile.luajit Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/files/extra-patch-src-Makefile.luajit Sat May 6 18:03:15 2017 (r440283) @@ -1,15 +1,15 @@ ---- src/Makefile.orig 2016-12-04 19:56:10.186400000 -0500 -+++ src/Makefile 2016-12-04 20:01:02.427294000 -0500 -@@ -15,7 +15,7 @@ - release_hdr := $(shell sh -c './mkreleasehdr.sh') +--- src/Makefile.orig 2017-05-06 13:55:29.224222000 -0400 ++++ src/Makefile 2017-05-06 13:57:41.129934000 -0400 +@@ -16,7 +16,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') + uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not') OPTIMIZATION?=-O2 -DEPENDENCY_TARGETS=hiredis linenoise lua +DEPENDENCY_TARGETS=hiredis linenoise NODEPS:=clean distclean # Default settings -@@ -54,8 +54,8 @@ +@@ -58,8 +58,8 @@ # Override default settings if possible -include .make-settings @@ -20,7 +20,7 @@ FINAL_LIBS=-lm ifeq ($(uname_S),SunOS) -@@ -96,7 +96,7 @@ +@@ -107,7 +107,7 @@ endif endif # Include paths to dependencies @@ -29,7 +29,7 @@ ifeq ($(MALLOC),tcmalloc) FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -114,6 +114,9 @@ +@@ -125,6 +125,9 @@ FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a endif @@ -39,15 +39,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -134,6 +137,7 @@ +@@ -145,6 +148,7 @@ REDIS_SERVER_NAME=redis-server REDIS_SENTINEL_NAME=redis-sentinel - REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o + REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o +REDIS_SERVER_OBJ+=fpconv.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o REDIS_CLI_NAME=redis-cli REDIS_CLI_OBJ=anet.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o REDIS_BENCHMARK_NAME=redis-benchmark -@@ -186,7 +190,7 @@ +@@ -197,7 +201,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis-devel/files/patch-deps-hiredis-Makefile ============================================================================== --- head/databases/redis-devel/files/patch-deps-hiredis-Makefile Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/files/patch-deps-hiredis-Makefile Sat May 6 18:03:15 2017 (r440283) @@ -1,20 +1,29 @@ ---- deps/hiredis/Makefile.orig 2014-07-29 12:17:48.000000000 +0400 -+++ deps/hiredis/Makefile 2014-09-10 02:32:25.000000000 +0400 -@@ -25,10 +25,10 @@ +--- deps/hiredis/Makefile.orig 2017-05-01 19:46:31.733229000 -0400 ++++ deps/hiredis/Makefile 2017-05-01 19:48:37.150358000 -0400 +@@ -15,7 +15,7 @@ + HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}') + # Installation related variables and target +-PREFIX?=/usr/local ++PREFIX?=${PREFIX} + INCLUDE_PATH?=include/hiredis + LIBRARY_PATH?=lib + PKGCONF_PATH?=pkgconfig +@@ -38,10 +38,10 @@ # Fallback to gcc when $CC is not in $PATH. CC:=$(shell sh -c 'type $(CC) >/dev/null 2>/dev/null && echo $(CC) || echo gcc') + CXX:=$(shell sh -c 'type $(CXX) >/dev/null 2>/dev/null && echo $(CXX) || echo g++') -OPTIMIZATION?=-O3 +#OPTIMIZATION?=-O3 WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings --DEBUG?= -g -ggdb --REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG) $(ARCH) -+#DEBUG?= -g -ggdb -+REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG) +-DEBUG_FLAGS?= -g -ggdb +-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(ARCH) ++#DEBUG_FLAGS?= -g -ggdb ++REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) REAL_LDFLAGS=$(LDFLAGS) $(ARCH) DYLIBSUFFIX=so -@@ -47,6 +47,15 @@ +@@ -60,6 +60,15 @@ DYLIB_MAKE_CMD=$(CC) -G -o $(DYLIBNAME) -h $(DYLIB_MINOR_NAME) $(LDFLAGS) INSTALL= cp -r endif @@ -29,13 +38,4 @@ +endif ifeq ($(uname_S),Darwin) DYLIBSUFFIX=dylib - DYLIB_MINOR_NAME=$(LIBNAME).$(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(DYLIBSUFFIX) -@@ -124,7 +133,7 @@ - $(CC) -MM *.c - - # Installation related variables and target --PREFIX?=/usr/local -+PREFIX?=${PREFIX} - INSTALL_INCLUDE_PATH= $(PREFIX)/include/hiredis - INSTALL_LIBRARY_PATH= $(PREFIX)/lib - + DYLIB_MINOR_NAME=$(LIBNAME).$(HIREDIS_SONAME).$(DYLIBSUFFIX) Modified: head/databases/redis-devel/files/patch-deps-hiredis-net.c ============================================================================== --- head/databases/redis-devel/files/patch-deps-hiredis-net.c Sat May 6 16:51:56 2017 (r440282) +++ head/databases/redis-devel/files/patch-deps-hiredis-net.c Sat May 6 18:03:15 2017 (r440283) @@ -1,12 +1,64 @@ ---- deps/hiredis/net.c.orig 2014-09-12 09:16:58.000000000 -0500 -+++ deps/hiredis/net.c 2014-09-16 19:45:20.339820576 -0500 -@@ -138,7 +138,8 @@ int redisKeepAlive(redisContext *c, int +--- deps/hiredis/net.c.orig 2017-04-22 07:23:27.000000000 -0400 ++++ deps/hiredis/net.c 2017-05-05 20:02:09.292479000 -0400 +@@ -135,13 +135,12 @@ + + val = interval; + +-#ifdef _OSX ++#if defined(_OSX) + if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &val, sizeof(val)) < 0) { + __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); return REDIS_ERR; } - #else --#ifndef __sun -+#if !defined(__sun) && defined(TCP_KEEPIDLE) && defined(TCP_KEEPINTVL) && \ -+ defined(TCP_KEEPCNT) +-#else +-#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) ++#elif defined(__GLIBC__) val = interval; if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) { __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); +@@ -160,6 +159,27 @@ + __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); + return REDIS_ERR; + } ++#else ++#if !defined(__sun) && defined(TCP_KEEPIDLE) && defined(TCP_KEEPINTVL) && \ ++ defined(TCP_KEEPCNT) ++ val = interval; ++ if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) { ++ __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); ++ return REDIS_ERR; ++ } ++ ++ val = interval/3; ++ if (val == 0) val = 1; ++ if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &val, sizeof(val)) < 0) { ++ __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); ++ return REDIS_ERR; ++ } ++ ++ val = 3; ++ if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &val, sizeof(val)) < 0) { ++ __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); ++ return REDIS_ERR; ++ } + #endif + #endif + +@@ -431,7 +451,7 @@ + struct sockaddr_un sa; + long timeout_msec = -1; + +- if (redisCreateSocket(c,AF_LOCAL) < 0) ++ if (redisCreateSocket(c,AF_UNIX) < 0) + return REDIS_ERR; + if (redisSetBlocking(c,0) != REDIS_OK) + return REDIS_ERR; +@@ -456,7 +476,7 @@ + if (redisContextTimeoutMsec(c,&timeout_msec) != REDIS_OK) + return REDIS_ERR; + +- sa.sun_family = AF_LOCAL; ++ sa.sun_family = AF_UNIX; + strncpy(sa.sun_path,path,sizeof(sa.sun_path)-1); + if (connect(c->fd, (struct sockaddr*)&sa, sizeof(sa)) == -1) { + if (errno == EINPROGRESS && !blocking) { From owner-svn-ports-all@freebsd.org Sat May 6 19:45:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFFB2D61477; Sat, 6 May 2017 19:45:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB5418C2; Sat, 6 May 2017 19:45:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46JjkGt019739; Sat, 6 May 2017 19:45:46 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46Jjjeo019732; Sat, 6 May 2017 19:45:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705061945.v46Jjjeo019732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 19:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440284 - in head/www/webkit2-gtk3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 19:45:48 -0000 Author: kwm Date: Sat May 6 19:45:45 2017 New Revision: 440284 URL: https://svnweb.freebsd.org/changeset/ports/440284 Log: Update webkit2gtk3 to 2.14.6. * Add License * Make Geolocation optional * Fix the DEBUG option so it works again * Fix build on powerpc* [1] Submitted by: jhibbits@ [1] Obtained from: gnome devel repo Differential Revision: https://reviews.freebsd.org/D10627 [1] Added: head/www/webkit2-gtk3/files/patch-CMakeLists.txt (contents, props changed) head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h - copied, changed from r440283, head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp (contents, props changed) head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp - copied, changed from r440283, head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp Deleted: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h head/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp head/www/webkit2-gtk3/files/patch-bug147816 head/www/webkit2-gtk3/files/patch-bug150117 Modified: head/www/webkit2-gtk3/Makefile head/www/webkit2-gtk3/distinfo head/www/webkit2-gtk3/pkg-plist Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Sat May 6 18:03:15 2017 (r440283) +++ head/www/webkit2-gtk3/Makefile Sat May 6 19:45:45 2017 (r440284) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.8.5 -PORTREVISION= 10 +PORTVERSION= 2.14.6 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -12,48 +11,67 @@ DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit -BUILD_DEPENDS= geoclue>=0:net/geoclue \ - python:lang/python +LICENSE= GPLv2 BSD2CLAUSE +LICENSE_COMB= dual + LIB_DEPENDS= libenchant.so:textproc/enchant \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libwebp.so:graphics/webp \ libpng.so:graphics/png \ libsecret-1.so:security/libsecret \ + libnotify.so:devel/libnotify \ + libhyphen.so:textproc/hyphen \ libicutu.so:devel/icu \ libharfbuzz.so:print/harfbuzz \ libharfbuzz-icu.so:print/harfbuzz-icu \ - libsoup-2.4.so:devel/libsoup -RUN_DEPENDS= geoclue>=0:net/geoclue + libsoup-2.4.so:devel/libsoup \ + libgcrypt.so:security/libgcrypt \ + libgnutls.so:security/gnutls PORTSCOUT= limitw:1,even -USE_GSTREAMER1= yes -USE_XORG= x11 xext ice -USES= bison cmake compiler:c++11-lib gettext gmake gperf jpeg perl5 \ - pkgconfig python:2 sqlite tar:xz +USE_GSTREAMER1= bad gl +USE_XORG= x11 xcomposite xdamage xext xrender xt ice +USES= bison cmake compiler:c++14-lang gettext gmake gnome gperf \ + jpeg perl5 pkgconfig python:2.7,build sqlite tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes -USE_GNOME= cairo gtk20 gtk30 introspection:build libxml2 libxslt +USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 introspection:build libxml2 libxslt USE_GL= gl egl USE_PERL5= build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install CMAKE_ARGS+= -DPORT=GTK \ - -DUSE_LD_GOLD:BOOL=0 + -DENABLE_WAYLAND_TARGET:BOOL=OFF \ + -DENABLE_MINIBROWSER:BOOL=ON \ + -DENABLE_GLES2:BOOL=OFF \ + -DENABLE_ACCELERATED_2D_CANVAS=ON \ + -DUSE_LD_GOLD:BOOL=OFF \ + -DENABLE_WEBKIT:BOOL=OFF CONFIGURE_ENV+= XDG_CACHE_HOME=${WRKDIR} BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", -OPTIONS_DEFINE= DEBUG FULLDEBUG -DEBUG_DESC= Just enable debug symbols -FULLDEBUG_DESC= Enable asserts and other debug support +OPTIONS_DEFINE= DEBUG GEOIP +OPTIONS_DEFAULT=GEOIP -FULLDEBUG_CONFIGURE_ENABLE= debug -DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release +DEBUG_BUILD_DEPENDS= binutils>=0:devel/binutils +DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug \ + -DCMAKE_AR=${LOCALBASE}/bin/ar \ + -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib \ + -DCMAKE_LINKER=${LOCALBASE}/bin/ld +DEBUG_CXXFLAGS= -B${LOCALBASE}/bin +DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release +DEBUG_CFLAGS_OFF= -DNDEBUG + +GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION +GEOIP_BUILD_DEPENDS+= geoclue>=0:net/geoclue +GEOIP_RUN_DEPENDS+= geoclue>=0:net/geoclue .include @@ -61,13 +79,18 @@ DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Rele CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF .endif +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 +CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF +CFLAGS+= -DENABLE_YARR_JIT=0 +.endif + .if ${ARCH} == powerpc64 CFLAGS+= -mminimal-toc .endif post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp + ${WRKSRC}/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed @@ -77,11 +100,10 @@ pre-configure: fi post-install: - ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ - ${STAGEDIR}/${PREFIX}/bin/jsc-4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* + @${LN} -sf ../libexec/webkit2gtk-4.0/jsc ${STAGEDIR}${PREFIX}/bin/jsc-4 + @${LN} -sf ../libexec/webkit2gtk-4.0/MiniBrowser ${STAGEDIR}${PREFIX}/bin/MiniBrowser-4 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*.* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-4.0/injected-bundle/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jsc-4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/WebKit* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/* .include Modified: head/www/webkit2-gtk3/distinfo ============================================================================== --- head/www/webkit2-gtk3/distinfo Sat May 6 18:03:15 2017 (r440283) +++ head/www/webkit2-gtk3/distinfo Sat May 6 19:45:45 2017 (r440284) @@ -1,2 +1,3 @@ -SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 -SIZE (webkitgtk-2.8.5.tar.xz) = 10455256 +TIMESTAMP = 1492716019 +SHA256 (webkitgtk-2.14.6.tar.xz) = a54c91e34fe1ade4d77524a1148fcb3d22b129a0b0e3f5ddc72dc46390241b31 +SIZE (webkitgtk-2.14.6.tar.xz) = 13961468 Added: head/www/webkit2-gtk3/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-CMakeLists.txt Sat May 6 19:45:45 2017 (r440284) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2017-05-06 21:35:44.417942000 +0200 ++++ CMakeLists.txt 2017-05-06 21:36:47.317895000 +0200 +@@ -60,9 +60,9 @@ + set(WTF_CPU_X86_64 1) + elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|x86)") + set(WTF_CPU_X86 1) +-elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") ++elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)") + set(WTF_CPU_PPC 1) +-elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64") ++elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc64|powerpc64)") + set(WTF_CPU_PPC64 1) + elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le") + set(WTF_CPU_PPC64LE 1) Copied and modified: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h (from r440283, head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h) ============================================================================== --- head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h Sat May 6 18:03:15 2017 (r440283, copy source) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h Sat May 6 19:45:45 2017 (r440284) @@ -2,14 +2,13 @@ $OpenBSD: patch-Source_JavaScriptCore_ji https://bugs.webkit.org/show_bug.cgi?id=61137 ---- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 -+++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 -@@ -105,7 +105,8 @@ - #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) - #if CPU(ARM) +--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2016-02-04 11:16:16 UTC ++++ Source/JavaScriptCore/jit/ExecutableAllocator.h +@@ -78,7 +78,7 @@ class DemandExecutableAllocator; static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; + #elif CPU(ARM64) + static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; -#elif CPU(X86_64) -+// We don't want an initial allocation of 1GB, it's above the default ulimit +#elif CPU(X86_64) && !defined(__OpenBSD__) && !defined(__FreeBSD__) static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; #else Added: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp Sat May 6 19:45:45 2017 (r440284) @@ -0,0 +1,10 @@ +--- Source/WTF/wtf/NumberOfCores.cpp.orig 2017-04-11 20:08:02.949675000 +0200 ++++ Source/WTF/wtf/NumberOfCores.cpp 2017-04-11 20:08:43.723709000 +0200 +@@ -33,6 +33,7 @@ + #include + #include + #elif OS(LINUX) || OS(AIX) || OS(SOLARIS) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD) ++#include // sscanf() + #include + #elif OS(WINDOWS) + #include Copied and modified: head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (from r440283, head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp) ============================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp Sat May 6 18:03:15 2017 (r440283, copy source) +++ head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp Sat May 6 19:45:45 2017 (r440284) @@ -1,6 +1,6 @@ ---- Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp.orig 2015-01-15 18:15:59.000000000 +0100 -+++ Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp 2015-01-22 15:16:17.352196197 +0100 -@@ -48,6 +48,7 @@ +--- Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp.orig 2016-01-28 08:55:09 UTC ++++ Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp +@@ -50,6 +50,7 @@ Vector pluginsDirectories() result.append(homeDirectoryPath() + "/.mozilla/plugins"); result.append(homeDirectoryPath() + "/.netscape/plugins"); Modified: head/www/webkit2-gtk3/pkg-plist ============================================================================== --- head/www/webkit2-gtk3/pkg-plist Sat May 6 18:03:15 2017 (r440283) +++ head/www/webkit2-gtk3/pkg-plist Sat May 6 19:45:45 2017 (r440284) @@ -1,15 +1,19 @@ +bin/MiniBrowser-4 bin/jsc-4 include/webkitgtk-4.0/JavaScriptCore/JSBase.h include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h include/webkitgtk-4.0/JavaScriptCore/JSObjectRef.h include/webkitgtk-4.0/JavaScriptCore/JSStringRef.h +include/webkitgtk-4.0/JavaScriptCore/JSTypedArray.h include/webkitgtk-4.0/JavaScriptCore/JSValueRef.h include/webkitgtk-4.0/JavaScriptCore/JavaScript.h include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-4.0/webkit2/WebKitAutocleanups.h include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.h include/webkitgtk-4.0/webkit2/WebKitColorChooserRequest.h +include/webkitgtk-4.0/webkit2/WebKitConsoleMessage.h include/webkitgtk-4.0/webkit2/WebKitContextMenu.h include/webkitgtk-4.0/webkit2/WebKitContextMenuActions.h include/webkitgtk-4.0/webkit2/WebKitContextMenuItem.h @@ -18,6 +22,7 @@ include/webkitgtk-4.0/webkit2/WebKitCred include/webkitgtk-4.0/webkit2/WebKitDefines.h include/webkitgtk-4.0/webkit2/WebKitDownload.h include/webkitgtk-4.0/webkit2/WebKitEditingCommands.h +include/webkitgtk-4.0/webkit2/WebKitEditorState.h include/webkitgtk-4.0/webkit2/WebKitEnumTypes.h include/webkitgtk-4.0/webkit2/WebKitError.h include/webkitgtk-4.0/webkit2/WebKitFaviconDatabase.h @@ -28,6 +33,7 @@ include/webkitgtk-4.0/webkit2/WebKitForw include/webkitgtk-4.0/webkit2/WebKitFrame.h include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h +include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h @@ -51,13 +57,17 @@ include/webkitgtk-4.0/webkit2/WebKitUser include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitVersion.h include/webkitgtk-4.0/webkit2/WebKitWebContext.h +include/webkitgtk-4.0/webkit2/WebKitWebEditor.h include/webkitgtk-4.0/webkit2/WebKitWebExtension.h +include/webkitgtk-4.0/webkit2/WebKitWebExtensionAutocleanups.h include/webkitgtk-4.0/webkit2/WebKitWebHitTestResult.h include/webkitgtk-4.0/webkit2/WebKitWebInspector.h include/webkitgtk-4.0/webkit2/WebKitWebPage.h include/webkitgtk-4.0/webkit2/WebKitWebResource.h include/webkitgtk-4.0/webkit2/WebKitWebView.h include/webkitgtk-4.0/webkit2/WebKitWebViewBase.h +include/webkitgtk-4.0/webkit2/WebKitWebViewSessionState.h +include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.h include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h include/webkitgtk-4.0/webkit2/webkit-web-extension.h include/webkitgtk-4.0/webkit2/webkit2.h @@ -82,20 +92,18 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMCustom.h include/webkitgtk-4.0/webkitdom/WebKitDOMCustomUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMApplicationCache.h +include/webkitgtk-4.0/webkitdom/WebKitDOMDOMCSSNamespace.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeType.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeTypeArray.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPlugin.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPluginArray.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSecurityPolicy.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSettableTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowCSS.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowSpeechSynthesis.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDataCue.h @@ -109,12 +117,12 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMElementUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMEntityReference.h include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMFileUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepad.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepadList.h include/webkitgtk-4.0/webkitdom/WebKitDOMGeolocation.h @@ -126,7 +134,6 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAudioElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElementUnstable.h @@ -189,6 +196,7 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h +include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCellElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableColElement.h @@ -205,14 +213,17 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMLocation.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaController.h +include/webkitgtk-4.0/webkitdom/WebKitDOMMediaDevices.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaError.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaQueryList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMMediaTrackSupportedConstraints.h include/webkitgtk-4.0/webkitdom/WebKitDOMMessagePort.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMNavigator.h +include/webkitgtk-4.0/webkitdom/WebKitDOMNavigatorMediaDevices.h include/webkitgtk-4.0/webkitdom/WebKitDOMNode.h include/webkitgtk-4.0/webkitdom/WebKitDOMNodeFilter.h include/webkitgtk-4.0/webkitdom/WebKitDOMNodeIterator.h @@ -221,7 +232,6 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformance.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntry.h -include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntryList.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceNavigation.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceTiming.h include/webkitgtk-4.0/webkitdom/WebKitDOMProcessingInstruction.h @@ -265,6 +275,8 @@ include/webkitgtk-4.0/webkitdom/WebKitDO include/webkitgtk-4.0/webkitdom/WebKitDOMXPathNSResolver.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathResult.h include/webkitgtk-4.0/webkitdom/webkitdom.h +include/webkitgtk-4.0/webkitdom/webkitdomautocleanups-unstable.h +include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h include/webkitgtk-4.0/webkitdom/webkitdomdefines-unstable.h include/webkitgtk-4.0/webkitdom/webkitdomdefines.h lib/girepository-1.0/JavaScriptCore-4.0.typelib @@ -272,18 +284,21 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.1.12 +lib/libjavascriptcoregtk-4.0.so.18.4.13 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.6.8 +lib/libwebkit2gtk-4.0.so.37.14.13 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc +libexec/webkit2gtk-4.0/MiniBrowser +libexec/webkit2gtk-4.0/WebKitDatabaseProcess libexec/webkit2gtk-4.0/WebKitNetworkProcess libexec/webkit2gtk-4.0/WebKitPluginProcess libexec/webkit2gtk-4.0/WebKitPluginProcess2 libexec/webkit2gtk-4.0/WebKitWebProcess +libexec/webkit2gtk-4.0/jsc share/gir-1.0/JavaScriptCore-4.0.gir share/gir-1.0/WebKit2-4.0.gir share/gir-1.0/WebKit2WebExtension-4.0.gir @@ -300,6 +315,7 @@ share/locale/eo/LC_MESSAGES/WebKit2GTK-4 share/locale/es/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/et/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/eu/LC_MESSAGES/WebKit2GTK-4.0.mo +share/locale/fi/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/fr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gu/LC_MESSAGES/WebKit2GTK-4.0.mo @@ -330,6 +346,7 @@ share/locale/sr@latin/LC_MESSAGES/WebKit share/locale/sv/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ta/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/te/LC_MESSAGES/WebKit2GTK-4.0.mo +share/locale/tr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/uk/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/vi/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-4.0.mo From owner-svn-ports-all@freebsd.org Sat May 6 19:46:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 093D9D614D0; Sat, 6 May 2017 19:46:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15BB71BFF; Sat, 6 May 2017 19:46:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46JkX8R019901; Sat, 6 May 2017 19:46:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46JkXR8019898; Sat, 6 May 2017 19:46:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705061946.v46JkXR8019898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 19:46:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440285 - head/www/epiphany X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 19:46:36 -0000 Author: kwm Date: Sat May 6 19:46:33 2017 New Revision: 440285 URL: https://svnweb.freebsd.org/changeset/ports/440285 Log: Update epiphany to 3.22.7. Obtained from: gnome devel repo Modified: head/www/epiphany/Makefile head/www/epiphany/distinfo head/www/epiphany/pkg-plist Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Sat May 6 19:45:45 2017 (r440284) +++ head/www/epiphany/Makefile Sat May 6 19:46:33 2017 (r440285) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= epiphany -PORTVERSION= 3.16.3 -PORTREVISION= 3 +PORTVERSION= 3.22.7 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,17 +10,22 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Extremely lightweight and simple web browser for GNOME 3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ itstool:textproc/itstool \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libsoup-2.4.so:devel/libsoup \ libsoup-gnome-2.4.so:devel/libsoup-gnome \ libgcr-3.so:security/gcr \ libstartup-notification-1.so:x11/startup-notification \ libnss3.so:security/nss \ libavahi-gobject.so:net/avahi-app \ libnotify.so:devel/libnotify \ - libsecret-1.so:security/libsecret + libsecret-1.so:security/libsecret \ + libp11-kit.so:security/p11-kit RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ @@ -29,22 +33,21 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes PORTSCOUT= limitw:1,even -USES= cpe desktop-file-utils gettext gmake libtool pathfix \ - pkgconfig python:3 sqlite tar:xz +USES= cpe desktop-file-utils gettext gmake libtool localbase pathfix \ + pkgconfig python:3.3+ sqlite tar:xz CPE_VENDOR= gnome -USE_GNOME= gnomedesktop3 intlhack libwnck3 libxml2 libxslt -USE_XORG= ice x11 sm +USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt +USE_XORG= x11 INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=\ --with-distributor-name="FreeBSD GNOME Project" # --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \ + org.gnome.epiphany.host.gschema.xml \ org.gnome.epiphany.gschema.xml PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R} Modified: head/www/epiphany/distinfo ============================================================================== --- head/www/epiphany/distinfo Sat May 6 19:45:45 2017 (r440284) +++ head/www/epiphany/distinfo Sat May 6 19:46:33 2017 (r440285) @@ -1,2 +1,3 @@ -SHA256 (gnome3/epiphany-3.16.3.tar.xz) = d527f1770779ec22d955aeb13b148a846a26144e433ff0480c981af80e2390b1 -SIZE (gnome3/epiphany-3.16.3.tar.xz) = 3082680 +TIMESTAMP = 1493375389 +SHA256 (gnome3/epiphany-3.22.7.tar.xz) = a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 +SIZE (gnome3/epiphany-3.22.7.tar.xz) = 2293224 Modified: head/www/epiphany/pkg-plist ============================================================================== --- head/www/epiphany/pkg-plist Sat May 6 19:45:45 2017 (r440284) +++ head/www/epiphany/pkg-plist Sat May 6 19:46:33 2017 (r440285) @@ -251,6 +251,40 @@ share/help/hu/epiphany/pref-passwords.pa share/help/hu/epiphany/pref.page share/help/hu/epiphany/prob-restore-closed-page.page share/help/hu/epiphany/proxy.page +share/help/ko/epiphany/bookmark-add.page +share/help/ko/epiphany/bookmark-delete.page +share/help/ko/epiphany/bookmark-edit.page +share/help/ko/epiphany/bookmark-smart.page +share/help/ko/epiphany/bookmark-topic.page +share/help/ko/epiphany/bookmark.page +share/help/ko/epiphany/browse-local.page +share/help/ko/epiphany/browse-private.page +share/help/ko/epiphany/browse-tab.page +share/help/ko/epiphany/browse-web.page +share/help/ko/epiphany/browse-webapps-del.page +share/help/ko/epiphany/browse-webapps.page +share/help/ko/epiphany/cert.page +share/help/ko/epiphany/cookies.xml +share/help/ko/epiphany/data-cookies.page +share/help/ko/epiphany/data-passwords.page +share/help/ko/epiphany/history-delete.page +share/help/ko/epiphany/history.page +share/help/ko/epiphany/index.page +share/help/ko/epiphany/introduction.page +share/help/ko/epiphany/keyboard-shortcut.page +share/help/ko/epiphany/legal.xml +share/help/ko/epiphany/media/epiphany-3-12.png +share/help/ko/epiphany/media/private-browsing-3-12.png +share/help/ko/epiphany/media/web-browser.png +share/help/ko/epiphany/pref-cookies.page +share/help/ko/epiphany/pref-css.page +share/help/ko/epiphany/pref-do-not-track.page +share/help/ko/epiphany/pref-downloads.page +share/help/ko/epiphany/pref-font.page +share/help/ko/epiphany/pref-passwords.page +share/help/ko/epiphany/pref.page +share/help/ko/epiphany/prob-restore-closed-page.page +share/help/ko/epiphany/proxy.page share/help/pt_BR/epiphany/bookmark-add.page share/help/pt_BR/epiphany/bookmark-delete.page share/help/pt_BR/epiphany/bookmark-edit.page @@ -319,6 +353,40 @@ share/help/ru/epiphany/pref-passwords.pa share/help/ru/epiphany/pref.page share/help/ru/epiphany/prob-restore-closed-page.page share/help/ru/epiphany/proxy.page +share/help/sv/epiphany/bookmark-add.page +share/help/sv/epiphany/bookmark-delete.page +share/help/sv/epiphany/bookmark-edit.page +share/help/sv/epiphany/bookmark-smart.page +share/help/sv/epiphany/bookmark-topic.page +share/help/sv/epiphany/bookmark.page +share/help/sv/epiphany/browse-local.page +share/help/sv/epiphany/browse-private.page +share/help/sv/epiphany/browse-tab.page +share/help/sv/epiphany/browse-web.page +share/help/sv/epiphany/browse-webapps-del.page +share/help/sv/epiphany/browse-webapps.page +share/help/sv/epiphany/cert.page +share/help/sv/epiphany/cookies.xml +share/help/sv/epiphany/data-cookies.page +share/help/sv/epiphany/data-passwords.page +share/help/sv/epiphany/history-delete.page +share/help/sv/epiphany/history.page +share/help/sv/epiphany/index.page +share/help/sv/epiphany/introduction.page +share/help/sv/epiphany/keyboard-shortcut.page +share/help/sv/epiphany/legal.xml +share/help/sv/epiphany/media/epiphany-3-12.png +share/help/sv/epiphany/media/private-browsing-3-12.png +share/help/sv/epiphany/media/web-browser.png +share/help/sv/epiphany/pref-cookies.page +share/help/sv/epiphany/pref-css.page +share/help/sv/epiphany/pref-do-not-track.page +share/help/sv/epiphany/pref-downloads.page +share/help/sv/epiphany/pref-font.page +share/help/sv/epiphany/pref-passwords.page +share/help/sv/epiphany/pref.page +share/help/sv/epiphany/prob-restore-closed-page.page +share/help/sv/epiphany/proxy.page share/locale/am/LC_MESSAGES/epiphany.mo share/locale/an/LC_MESSAGES/epiphany.mo share/locale/ar/LC_MESSAGES/epiphany.mo @@ -350,6 +418,7 @@ share/locale/eu/LC_MESSAGES/epiphany.mo share/locale/fa/LC_MESSAGES/epiphany.mo share/locale/fi/LC_MESSAGES/epiphany.mo share/locale/fr/LC_MESSAGES/epiphany.mo +share/locale/fur/LC_MESSAGES/epiphany.mo share/locale/ga/LC_MESSAGES/epiphany.mo share/locale/gl/LC_MESSAGES/epiphany.mo share/locale/gu/LC_MESSAGES/epiphany.mo From owner-svn-ports-all@freebsd.org Sat May 6 19:47:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B5AD61677; Sat, 6 May 2017 19:47:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66EBC1F8C; Sat, 6 May 2017 19:47:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46Jlgri020097; Sat, 6 May 2017 19:47:42 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46JlfSM020093; Sat, 6 May 2017 19:47:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705061947.v46JlfSM020093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 19:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440286 - in head/x11/yelp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 19:47:44 -0000 Author: kwm Date: Sat May 6 19:47:41 2017 New Revision: 440286 URL: https://svnweb.freebsd.org/changeset/ports/440286 Log: Update yelp to 3.22.0. Record indirect dependancies. Obtained from: gnome devel repo Deleted: head/x11/yelp/files/patch-libyelp_Makefile.am Modified: head/x11/yelp/Makefile head/x11/yelp/distinfo head/x11/yelp/files/patch-libyelp_yelp-man-parser.c head/x11/yelp/pkg-plist Modified: head/x11/yelp/Makefile ============================================================================== --- head/x11/yelp/Makefile Sat May 6 19:46:33 2017 (r440285) +++ head/x11/yelp/Makefile Sat May 6 19:47:41 2017 (r440286) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yelp -PORTVERSION= 3.18.1 -PORTREVISION= 1 +PORTVERSION= 3.22.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,20 +15,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl \ itstool:textproc/itstool -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libsoup-2.4.so:devel/libsoup RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl PORTSCOUT= limitw:1,even -USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ + pkgconfig sqlite tar:xz USE_XORG= x11 ice -USE_GNOME= gtk30 intlhack libxml2 libxslt +USE_GNOME= cairo gtk30 intlhack libxml2 libxslt GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.yelp.gschema.xml INSTALL_TARGET= install-strip @@ -41,7 +41,8 @@ CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr .endif post-patch: - @${CP} ${FILESDIR}/yelp-groff ${WRKSRC}/libyelp + @${REINPLACE_CMD} -e 's|%%LIBEXECDIR%%|${PREFIX}/libexec|g' \ + ${WRKSRC}/libyelp/yelp-man-parser.c post-install: ${INSTALL_SCRIPT} ${FILESDIR}/yelp-groff ${STAGEDIR}${PREFIX}/libexec Modified: head/x11/yelp/distinfo ============================================================================== --- head/x11/yelp/distinfo Sat May 6 19:46:33 2017 (r440285) +++ head/x11/yelp/distinfo Sat May 6 19:47:41 2017 (r440286) @@ -1,2 +1,3 @@ -SHA256 (gnome3/yelp-3.18.1.tar.xz) = ba3a4eb4717c0ecf4a2e40eff0963fcd12c700c4fb80b83ecaad8b7032256880 -SIZE (gnome3/yelp-3.18.1.tar.xz) = 1386044 +TIMESTAMP = 1479730974 +SHA256 (gnome3/yelp-3.22.0.tar.xz) = 8616b77c239aaa731312609f192c9b2c71d54b2cae42ff23efa23b5b3188778e +SIZE (gnome3/yelp-3.22.0.tar.xz) = 1383500 Modified: head/x11/yelp/files/patch-libyelp_yelp-man-parser.c ============================================================================== --- head/x11/yelp/files/patch-libyelp_yelp-man-parser.c Sat May 6 19:46:33 2017 (r440285) +++ head/x11/yelp/files/patch-libyelp_yelp-man-parser.c Sat May 6 19:47:41 2017 (r440286) @@ -5,7 +5,7 @@ gint ystdout; GError *err = NULL; - const gchar *argv[] = { "man", "-Z", "-Tutf8", "-EUTF-8", path, NULL }; -+ const gchar *argv[] = { LIBEXECDIR "/yelp-groff", path, NULL }; ++ const gchar *argv[] = { "%%LIBEXECDIR%%", "/yelp-groff", path, NULL }; gchar **my_argv; /* g_strdupv() should accept a "const gchar **". */ Modified: head/x11/yelp/pkg-plist ============================================================================== --- head/x11/yelp/pkg-plist Sat May 6 19:46:33 2017 (r440285) +++ head/x11/yelp/pkg-plist Sat May 6 19:47:41 2017 (r440286) @@ -1,7 +1,6 @@ bin/gnome-help bin/yelp include/libyelp/yelp-bookmarks.h -include/libyelp/yelp-common-types.h include/libyelp/yelp-docbook-document.h include/libyelp/yelp-document.h include/libyelp/yelp-help-list.h @@ -22,8 +21,6 @@ lib/libyelp.a lib/libyelp.so lib/libyelp.so.0 lib/libyelp.so.0.0.0 -lib/yelp/libyelpcommon.a -lib/yelp/libyelpcommon.so lib/yelp/web-extensions/libyelpwebextension.a lib/yelp/web-extensions/libyelpwebextension.so libexec/yelp-groff @@ -38,7 +35,6 @@ share/gtk-doc/html/libyelp/ch01.html share/gtk-doc/html/libyelp/ch01s02.html share/gtk-doc/html/libyelp/home.png share/gtk-doc/html/libyelp/index.html -share/gtk-doc/html/libyelp/index.sgml share/gtk-doc/html/libyelp/left-insensitive.png share/gtk-doc/html/libyelp/left.png share/gtk-doc/html/libyelp/libyelp-yelp-error.html @@ -51,6 +47,7 @@ share/gtk-doc/html/libyelp/up-insensitiv share/gtk-doc/html/libyelp/up.png share/locale/af/LC_MESSAGES/yelp.mo share/locale/am/LC_MESSAGES/yelp.mo +share/locale/an/LC_MESSAGES/yelp.mo share/locale/ar/LC_MESSAGES/yelp.mo share/locale/as/LC_MESSAGES/yelp.mo share/locale/ast/LC_MESSAGES/yelp.mo @@ -224,7 +221,6 @@ share/locale/zu/LC_MESSAGES/yelp.mo %%DATADIR%%/mathjax/jax/element/mml/optable/GreekAndCoptic.js %%DATADIR%%/mathjax/jax/element/mml/optable/Latin1Supplement.js %%DATADIR%%/mathjax/jax/element/mml/optable/LetterlikeSymbols.js -%%DATADIR%%/mathjax/jax/element/mml/optable/Makefile.am %%DATADIR%%/mathjax/jax/element/mml/optable/MathOperators.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js @@ -265,7 +261,6 @@ share/locale/zu/LC_MESSAGES/yelp.mo %%DATADIR%%/mathjax/jax/input/MathML/entities/y.js %%DATADIR%%/mathjax/jax/input/MathML/entities/z.js %%DATADIR%%/mathjax/jax/input/MathML/jax.js -%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/Makefile.am %%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js %%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/maction.js %%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/menclose.js From owner-svn-ports-all@freebsd.org Sat May 6 20:12:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6E9D61D37; Sat, 6 May 2017 20:12:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id A4508E8E; Sat, 6 May 2017 20:12:27 +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 v46KCQW6031920; Sat, 6 May 2017 20:12:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46KCQ6a031916; Sat, 6 May 2017 20:12:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705062012.v46KCQ6a031916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 6 May 2017 20:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440287 - in head/mail: dovecot dovecot-antispam dovecot-managesieve dovecot-sieve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:12:28 -0000 Author: adamw Date: Sat May 6 20:12:26 2017 New Revision: 440287 URL: https://svnweb.freebsd.org/changeset/ports/440287 Log: Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the end of July. The last dovecot 1.x release was 6 years ago, and 1.x has been deprecated upstream for many years. Modified: head/mail/dovecot-antispam/Makefile head/mail/dovecot-managesieve/Makefile head/mail/dovecot-sieve/Makefile head/mail/dovecot/Makefile Modified: head/mail/dovecot-antispam/Makefile ============================================================================== --- head/mail/dovecot-antispam/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-antispam/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -17,6 +17,9 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:configure RUN_DEPENDS= dovecot>=1.1.2:mail/dovecot +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead +EXPIRATION_DATE=2017-07-31 + USES= gmake tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dovecot/imap Modified: head/mail/dovecot-managesieve/Makefile ============================================================================== --- head/mail/dovecot-managesieve/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-managesieve/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -16,6 +16,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:mail/dovec RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot \ dovecot-sieve>=${DOVECOTVERSION}:mail/dovecot-sieve +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead +EXPIRATION_DATE=2017-07-31 + DOVECOTVERSION= 1.2 GNU_CONFIGURE= yes Modified: head/mail/dovecot-sieve/Makefile ============================================================================== --- head/mail/dovecot-sieve/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-sieve/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -16,6 +16,9 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead +EXPIRATION_DATE=2017-07-31 + DOVECOTVERSION= 1.2 SIEVEVERSION= 0.1.19 Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -14,6 +14,9 @@ COMMENT= Secure and compact IMAP and POP LICENSE= LGPL21 MIT LICENSE_COMB= dual +DEPRECATED= Deprecated by upstream years ago. Use mail/dovecot2 instead +EXPIRATION_DATE=2017-07-31 + CONFLICTS= dovecot2-2.[0-9].* ###################################################################### From owner-svn-ports-all@freebsd.org Sat May 6 20:13:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A976D61D74; Sat, 6 May 2017 20:13:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7A721177; Sat, 6 May 2017 20:13:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46KDBhP032158; Sat, 6 May 2017 20:13:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46KDB8Q032152; Sat, 6 May 2017 20:13:11 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705062013.v46KDB8Q032152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 20:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440288 - in head: accessibility/atkmm devel/appstream-glib devel/glib20 devel/glibmm devel/libsigc++20 x11-toolkits/gtk30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:13:13 -0000 Author: kwm Date: Sat May 6 20:13:10 2017 New Revision: 440288 URL: https://svnweb.freebsd.org/changeset/ports/440288 Log: Sprinkle some fixes to make these ports build on ARCH's that don't have clang as the default compiler. Submitted by: jhibbits@ Differential Revision: https://reviews.freebsd.org/D10628 Modified: head/accessibility/atkmm/Makefile head/devel/appstream-glib/Makefile head/devel/glib20/Makefile head/devel/glibmm/Makefile head/devel/libsigc++20/Makefile head/x11-toolkits/gtk30/Makefile Modified: head/accessibility/atkmm/Makefile ============================================================================== --- head/accessibility/atkmm/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/accessibility/atkmm/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -13,7 +13,8 @@ PORTSCOUT= limitw:1,even LICENSE= LGPL20 -USES= gmake localbase libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake localbase libtool pathfix \ + pkgconfig tar:xz USE_GNOME= atk glibmm USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/appstream-glib/Makefile ============================================================================== --- head/devel/appstream-glib/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/devel/appstream-glib/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -44,4 +44,12 @@ MANPAGE_BUILD_DEPENDS= docbook-xml>=0:te docbook-xsl>=0:textproc/docbook-xsl MANPAGES_USE= GNOME=libxslt:build +.include + +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 +post-patch: + @${REINPLACE_CMD} -e 's|-Wtype-limits||g' \ + ${WRKSRC}/configure +.endif + .include Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/devel/glib20/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -26,8 +26,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES+= gettext gmake gnome iconv:wchar_t libtool localbase pathfix perl5 \ - pkgconfig python shebangfix +USES+= compiler:c11 gettext gmake gnome iconv:wchar_t libtool \ + localbase pathfix perl5 pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ Modified: head/devel/glibmm/Makefile ============================================================================== --- head/devel/glibmm/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/devel/glibmm/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -22,7 +22,8 @@ PLIST_SUB= VERSION="2.4" BUILD_DEPENDS= gm4:devel/m4 -USES+= gettext gmake libtool pathfix perl5 pkgconfig +USES+= compiler:c++11-lang gettext gmake libtool pathfix \ + perl5 pkgconfig USE_GNOME= glib20 libsigc++20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libsigc++20/Makefile ============================================================================== --- head/devel/libsigc++20/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/devel/libsigc++20/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix perl5 tar:xz +USES= compiler:c++11-lang gmake libtool pathfix perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes Modified: head/x11-toolkits/gtk30/Makefile ============================================================================== --- head/x11-toolkits/gtk30/Makefile Sat May 6 20:12:26 2017 (r440287) +++ head/x11-toolkits/gtk30/Makefile Sat May 6 20:13:10 2017 (r440288) @@ -38,7 +38,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango #gtk-update-icon-cache -USES+= gettext gmake gnome libtool localbase pathfix perl5 pkgconfig +USES+= compiler:c11 gettext gmake gnome libtool localbase \ + pathfix perl5 pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-x11-backend \ From owner-svn-ports-all@freebsd.org Sat May 6 20:26:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23EF0D6118D; Sat, 6 May 2017 20:26:30 +0000 (UTC) (envelope-from bapt@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 D2E9AB20; Sat, 6 May 2017 20:26:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id 8D3B418F4; Sat, 6 May 2017 20:26:19 +0000 (UTC) Date: Sat, 6 May 2017 22:26:19 +0200 From: Baptiste Daroussin To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r440287 - in head/mail: dovecot dovecot-antispam dovecot-managesieve dovecot-sieve Message-ID: <20170506202619.5sn5jhh2ldlfbl73@ivaldir.net> References: <201705062012.v46KCQ6a031916@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="izsseo2hrzbp6irc" Content-Disposition: inline In-Reply-To: <201705062012.v46KCQ6a031916@repo.freebsd.org> User-Agent: NeoMutt/20170421 (1.8.2) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:26:30 -0000 --izsseo2hrzbp6irc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 06, 2017 at 08:12:26PM +0000, Adam Weinberger wrote: > Author: adamw > Date: Sat May 6 20:12:26 2017 > New Revision: 440287 > URL: https://svnweb.freebsd.org/changeset/ports/440287 >=20 > Log: > Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the e= nd of > July. The last dovecot 1.x release was 6 years ago, and 1.x has been de= precated > upstream for many years. >=20 > Modified: > head/mail/dovecot-antispam/Makefile > head/mail/dovecot-managesieve/Makefile > head/mail/dovecot-sieve/Makefile > head/mail/dovecot/Makefile >=20 > Modified: head/mail/dovecot-antispam/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/mail/dovecot-antispam/Makefile Sat May 6 19:47:41 2017 (r440286) > +++ head/mail/dovecot-antispam/Makefile Sat May 6 20:12:26 2017 (r440287) > @@ -17,6 +17,9 @@ LICENSE=3D GPLv2 > BUILD_DEPENDS=3D ${NONEXISTENT}:mail/dovecot:configure > RUN_DEPENDS=3D dovecot>=3D1.1.2:mail/dovecot > =20 > +DEPRECATED=3D Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antis= pam-plugin instead > +EXPIRATION_DATE=3D2017-07-31 > + Note that dovecot2-antispam-plugin is deprecated as well as dovecot2 has a native mechanism for that now the wiki page https://wiki2.dovecot.org/HowTo/AntispamWithSieve says: "This plugin is deprecated, please see HowTo/AntispamWithSieve how to repla= ce it with IMAPSieve" The replacement: https://wiki2.dovecot.org/HowTo/AntispamWithSieve Best regards, Bapt --izsseo2hrzbp6irc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAlkOMWkACgkQY4mL3PG3 Plpc9w//aSOlnAgQrc2bamZLl3HqL/25BkFLMugpPQwOmHUh5YBDA6h19+px/Obj 6xVlkmZjRz6taNkJCvlocrXxGUZ0pnEyApEPKqQHclS0FhGGhVzepvgVmNWgZDWV DfqGpvXY+9TgMPxHgdWKFqnFzg7YzrwOqx/c2XGHIefaLG0bYHX0CDdd9tfKeAiq uvxGYAQnNdZQkD5hQgszStky7Cvxqr8IlQ9aGZLJiZ4oSUROp9GwN30D2yl+gd3y PTNgaQCGyCJ35M0QjlDRQU91OgxdzMwoPHpxFMuqnEndQzclyYIhhSqXYr/MX7DR jDrsUNxmPo2W0i7t8jjQtJ2+yCWRTGVb3A8AMV0VmElkLcm+ARMzMxXZ3FoWnnpb ciPPs1sZeiBqMO25nY4PUEMoBNaEBUk7PHvx3neTf0qAuXXLovWXAzXS5P8j77nZ E3WeEoslz9valW15U8rn/vXkYv8UbVweR1NRMxXfnqUcFBRaQ+7j3idRtnbO5dSy xi4xAaQRVMEg+farfaUYIq6p80idmPh+qAi6t4+XiLqqejNJ3FtrjnQDcvLMjzdd 2+FMD6iS1D1ZwcgEP6KtDq9ErosVaqkB7myXvOjghEd+Dc61PnNHpt7Sbuy5+2Sq WeKG9cJztBkq0MIA7SR00YDOY0tTxfKT/BGSKOekSNHFhdAh3Dc= =eoET -----END PGP SIGNATURE----- --izsseo2hrzbp6irc-- From owner-svn-ports-all@freebsd.org Sat May 6 20:29:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 998DBD61212; Sat, 6 May 2017 20:29:25 +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 2231516BC; Sat, 6 May 2017 20:29:24 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id a51a3dc0 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 6 May 2017 14:29:22 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r440287 - in head/mail: dovecot dovecot-antispam dovecot-managesieve dovecot-sieve From: Adam Weinberger In-Reply-To: <20170506202619.5sn5jhh2ldlfbl73@ivaldir.net> Date: Sat, 6 May 2017 14:29:21 -0600 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201705062012.v46KCQ6a031916@repo.freebsd.org> <20170506202619.5sn5jhh2ldlfbl73@ivaldir.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:29:25 -0000 > On 6 May, 2017, at 14:26, Baptiste Daroussin wrote: >=20 > On Sat, May 06, 2017 at 08:12:26PM +0000, Adam Weinberger wrote: >> Author: adamw >> Date: Sat May 6 20:12:26 2017 >> New Revision: 440287 >> URL: https://svnweb.freebsd.org/changeset/ports/440287 >>=20 >> Log: >> Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at = the end of >> July. The last dovecot 1.x release was 6 years ago, and 1.x has been = deprecated >> upstream for many years. >>=20 >> Modified: >> head/mail/dovecot-antispam/Makefile >> head/mail/dovecot-managesieve/Makefile >> head/mail/dovecot-sieve/Makefile >> head/mail/dovecot/Makefile >>=20 >> Modified: head/mail/dovecot-antispam/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/mail/dovecot-antispam/Makefile Sat May 6 19:47:41 2017 = (r440286) >> +++ head/mail/dovecot-antispam/Makefile Sat May 6 20:12:26 2017 = (r440287) >> @@ -17,6 +17,9 @@ LICENSE=3D GPLv2 >> BUILD_DEPENDS=3D ${NONEXISTENT}:mail/dovecot:configure >> RUN_DEPENDS=3D dovecot>=3D1.1.2:mail/dovecot >>=20 >> +DEPRECATED=3D Dovecot-1.x is deprecated. Use dovecot2 and = dovecot2-antispam-plugin instead >> +EXPIRATION_DATE=3D2017-07-31 >> + >=20 > Note that dovecot2-antispam-plugin is deprecated as well as dovecot2 = has a > native mechanism for that now >=20 > the wiki page https://wiki2.dovecot.org/HowTo/AntispamWithSieve says: >=20 > "This plugin is deprecated, please see HowTo/AntispamWithSieve how to = replace it > with IMAPSieve" >=20 > The replacement: > https://wiki2.dovecot.org/HowTo/AntispamWithSieve Your timing is pretty good, Baptiste. I sent an email to olgeni about = this less than 2 minutes ago. It's deprecated but it still works, so I want to get Jimmy's buy-in = before scheduling it for port heaven. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Sat May 6 20:33:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C7BCD6157E; Sat, 6 May 2017 20:33:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id 393D8B53; Sat, 6 May 2017 20:33:42 +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 v46KXf3B040586; Sat, 6 May 2017 20:33:41 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46KXeSw040580; Sat, 6 May 2017 20:33:40 GMT (envelope-from se@FreeBSD.org) Message-Id: <201705062033.v46KXeSw040580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 6 May 2017 20:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440289 - in head/games: . gogrepo gogrepo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:33:42 -0000 Author: se Date: Sat May 6 20:33:40 2017 New Revision: 440289 URL: https://svnweb.freebsd.org/changeset/ports/440289 Log: Batch downloader for games distributed by GOG.com (Good Old Games). A number of Linux games distributed by GOG.com should be usable under Linux emulation on FreeBSD, but none has actually been tested. Approved by: antoine (mentor) Added: head/games/gogrepo/ head/games/gogrepo/Makefile (contents, props changed) head/games/gogrepo/distinfo (contents, props changed) head/games/gogrepo/files/ head/games/gogrepo/files/patch-gogrepo.py (contents, props changed) head/games/gogrepo/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat May 6 20:13:10 2017 (r440288) +++ head/games/Makefile Sat May 6 20:33:40 2017 (r440289) @@ -377,6 +377,7 @@ SUBDIR += gnushogi SUBDIR += gnustep-ladder SUBDIR += gnustep-sudoku + SUBDIR += gogrepo SUBDIR += golddig SUBDIR += goldencheetah SUBDIR += golly Added: head/games/gogrepo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gogrepo/Makefile Sat May 6 20:33:40 2017 (r440289) @@ -0,0 +1,36 @@ +# Created by: Stefan Esser +# $FreeBSD$ + +PORTNAME= gogrepo +PORTVERSION= 0.3a +CATEGORIES= games net + +MAINTAINER= se@FreeBSD.org +COMMENT= Batch downloader for (linux,mac,windows) games distributed by GOG.com + +LICENSE= GPLv3+ + +RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib \ + html2text:textproc/py-html2text + +USE_GITHUB= yes +GH_ACCOUNT= eddie3 +GH_TAGNAME= c7f3dd0 + +USES= python shebangfix +SHEBANG_FILES= gogrepo.py + +OPTIONS_DEFINE= DOCS + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/gogrepo +PORTDOCS= README.md + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/gogrepo.py ${STAGEDIR}${PREFIX}/bin/gogrepo + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/games/gogrepo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gogrepo/distinfo Sat May 6 20:33:40 2017 (r440289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490357927 +SHA256 (eddie3-gogrepo-0.3a-c7f3dd0_GH0.tar.gz) = d6c35a08dc9d0d311dd93a767c197d17cb2f863d75c6d2febe3ce2d0ea6abf1e +SIZE (eddie3-gogrepo-0.3a-c7f3dd0_GH0.tar.gz) = 15045 Added: head/games/gogrepo/files/patch-gogrepo.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gogrepo/files/patch-gogrepo.py Sat May 6 20:33:40 2017 (r440289) @@ -0,0 +1,29 @@ +--- gogrepo.py.orig 2017-04-18 19:27:22 UTC ++++ gogrepo.py +@@ -4,7 +4,7 @@ from __future__ import print_function + from __future__ import division + from __future__ import unicode_literals + +-__appname__ = 'gogrepo.py' ++__appname__ = 'gogrepo' + __author__ = 'eddie3' + __version__ = '0.3a' + __url__ = 'https://github.com/eddie3/gogrepo' +@@ -110,7 +110,7 @@ HTTP_GAME_DOWNLOADER_THREADS = 4 + HTTP_PERM_ERRORCODES = (404, 403, 503) + + # Save manifest data for these os and lang combinations +-DEFAULT_OS_LIST = ['windows'] ++DEFAULT_OS_LIST = ['linux'] + DEFAULT_LANG_LIST = ['en'] + + # These file types don't have md5 data from GOG +@@ -575,7 +575,7 @@ def cmd_login(user, passwd): + + # perform two-step if needed + if login_data['two_step_url'] is not None: +- login_data['two_step_security_code'] = input("enter two-step security code: ") ++ login_data['two_step_security_code'] = input("enter two-step security code (sent by mail): ") + + # Send the security code back to GOG + with request(login_data['two_step_url'], delay=0, Added: head/games/gogrepo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gogrepo/pkg-descr Sat May 6 20:33:40 2017 (r440289) @@ -0,0 +1,12 @@ +A Python-based tool for downloading your GOG.com game collections and +extras to your local computer for full offline enjoyment. + +It is a clean standalone python script that can be run from anywhere. +It requires a typical Python 2.7 or 3.x installation and html5lib. + +By default, game folders are saved in the same location that the script +is run in. You can also specify another directory. Run gogrepo.py -h to +see help or read more below. Each game has its own directories with all +game/bonus files saved within. + +WWW: http://github.com/eddie3/gogrepo From owner-svn-ports-all@freebsd.org Sat May 6 20:37:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27CB2D61700; Sat, 6 May 2017 20:37:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 97007199B; Sat, 6 May 2017 20:37:12 +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 v46KbBQI040819; Sat, 6 May 2017 20:37:11 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46KbBkj040817; Sat, 6 May 2017 20:37:11 GMT (envelope-from se@FreeBSD.org) Message-Id: <201705062037.v46KbBkj040817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 6 May 2017 20:37:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440290 - head/multimedia/dvbcut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:37:13 -0000 Author: se Date: Sat May 6 20:37:11 2017 New Revision: 440290 URL: https://svnweb.freebsd.org/changeset/ports/440290 Log: Fix program icons being installed in the wrong directory. Modified: head/multimedia/dvbcut/Makefile head/multimedia/dvbcut/pkg-plist Modified: head/multimedia/dvbcut/Makefile ============================================================================== --- head/multimedia/dvbcut/Makefile Sat May 6 20:33:40 2017 (r440289) +++ head/multimedia/dvbcut/Makefile Sat May 6 20:37:11 2017 (r440290) @@ -3,7 +3,7 @@ PORTNAME= dvbcut PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= se@FreeBSD.org @@ -52,9 +52,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/dvbcut.1 ${STAGEDIR}${MANPREFIX}/man/man1/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/dvbcut.desktop ${STAGEDIR}${PREFIX}/share/applications/ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/dvbcut - ${INSTALL_DATA} ${WRKSRC}/dvbcut.svg ${STAGEDIR}${PREFIX}/share/icons/dvbcut/ - ${INSTALL_DATA} ${WRKSRC}/icons/* ${STAGEDIR}${PREFIX}/share/icons/dvbcut/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/dvbcut/icons/ + ${INSTALL_DATA} ${WRKSRC}/dvbcut.svg ${STAGEDIR}${PREFIX}/share/dvbcut/icons/ + ${INSTALL_DATA} ${WRKSRC}/icons/* ${STAGEDIR}${PREFIX}/share/dvbcut/icons/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/dvbcut.xml ${STAGEDIR}${PREFIX}/share/mime/packages/ Modified: head/multimedia/dvbcut/pkg-plist ============================================================================== --- head/multimedia/dvbcut/pkg-plist Sat May 6 20:33:40 2017 (r440289) +++ head/multimedia/dvbcut/pkg-plist Sat May 6 20:37:11 2017 (r440290) @@ -1,14 +1,14 @@ bin/dvbcut share/applications/dvbcut.desktop share/mime/packages/dvbcut.xml -share/icons/dvbcut/icons.qrc -share/icons/dvbcut/bookmark.png -share/icons/dvbcut/chapter.svgz -share/icons/dvbcut/dvbcut.svg -share/icons/dvbcut/play.svgz -share/icons/dvbcut/stop.png -share/icons/dvbcut/play.png -share/icons/dvbcut/bookmark.svgz -share/icons/dvbcut/chapter.png -share/icons/dvbcut/stop.svgz +share/dvbcut/icons/icons.qrc +share/dvbcut/icons/bookmark.png +share/dvbcut/icons/chapter.svgz +share/dvbcut/icons/dvbcut.svg +share/dvbcut/icons/play.svgz +share/dvbcut/icons/stop.png +share/dvbcut/icons/play.png +share/dvbcut/icons/bookmark.svgz +share/dvbcut/icons/chapter.png +share/dvbcut/icons/stop.svgz man/man1/dvbcut.1.gz From owner-svn-ports-all@freebsd.org Sat May 6 21:47:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41D2DD60BE6; Sat, 6 May 2017 21:47:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3D83AA0; Sat, 6 May 2017 21:47:41 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46Lle8q068775; Sat, 6 May 2017 21:47:40 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46LleTo068774; Sat, 6 May 2017 21:47:40 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705062147.v46LleTo068774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 6 May 2017 21:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440291 - head/net-im/folks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 21:47:42 -0000 Author: kwm Date: Sat May 6 21:47:40 2017 New Revision: 440291 URL: https://svnweb.freebsd.org/changeset/ports/440291 Log: This port requires egrep to have working GNU extensions; in this case, it requires being able to match an empty branch. For the time being, use the more up to date version of GNU grep, textproc/gnugrep, rather than relying on GNU extensions in base grep. This was identified in a recent exp-run to test installing BSD grep as /usr/bin/grep and disable GNU grep compatibility in the process. PR: 218638 Submitted by: Kyle Evans Modified: head/net-im/folks/Makefile Modified: head/net-im/folks/Makefile ============================================================================== --- head/net-im/folks/Makefile Sat May 6 20:37:11 2017 (r440290) +++ head/net-im/folks/Makefile Sat May 6 21:47:40 2017 (r440291) @@ -9,7 +9,8 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= library to aggregates people from multiple sources -BUILD_DEPENDS= vapigen:lang/vala +BUILD_DEPENDS= vapigen:lang/vala \ + ${LOCALBASE}/bin/egrep:textproc/gnugrep LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgcr-3.so:security/gcr \ libzeitgeist-2.0.so:sysutils/zeitgeist \ @@ -22,6 +23,7 @@ USES= gettext gmake libtool localbase p USE_GNOME= evolutiondataserver3 intlhack introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-bluez-backend +CONFIGURE_ENV+= ac_cv_path_EGREP=${LOCALBASE}/bin/egrep INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml From owner-svn-ports-all@freebsd.org Sat May 6 22:21:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F92AD6139F; Sat, 6 May 2017 22:21:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id F158B1BC8; Sat, 6 May 2017 22:21:34 +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 v46MLX1M080975; Sat, 6 May 2017 22:21:33 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46MLXiK080973; Sat, 6 May 2017 22:21:33 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705062221.v46MLXiK080973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 6 May 2017 22:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440292 - head/math/R-cran-quantreg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 22:21:35 -0000 Author: tota Date: Sat May 6 22:21:33 2017 New Revision: 440292 URL: https://svnweb.freebsd.org/changeset/ports/440292 Log: - Update to 5.33 Modified: head/math/R-cran-quantreg/Makefile (contents, props changed) head/math/R-cran-quantreg/distinfo (contents, props changed) Modified: head/math/R-cran-quantreg/Makefile ============================================================================== --- head/math/R-cran-quantreg/Makefile Sat May 6 21:47:40 2017 (r440291) +++ head/math/R-cran-quantreg/Makefile Sat May 6 22:21:33 2017 (r440292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantreg -PORTVERSION= 5.29 +PORTVERSION= 5.33 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-quantreg/distinfo ============================================================================== --- head/math/R-cran-quantreg/distinfo Sat May 6 21:47:40 2017 (r440291) +++ head/math/R-cran-quantreg/distinfo Sat May 6 22:21:33 2017 (r440292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473069919 -SHA256 (quantreg_5.29.tar.gz) = bb4638e8f295579afa5c40c4de7266a6ea9221436ba4ca802f94cdb43bf20f25 -SIZE (quantreg_5.29.tar.gz) = 1722772 +TIMESTAMP = 1493954207 +SHA256 (quantreg_5.33.tar.gz) = 3a12012caeca2c1b688f542c26f21779c2c27734ea81edc1b205344654af39b6 +SIZE (quantreg_5.33.tar.gz) = 1618766 From owner-svn-ports-all@freebsd.org Sat May 6 22:44:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEB50D6182C; Sat, 6 May 2017 22:44:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id 87B8A1C60; Sat, 6 May 2017 22:44:19 +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 v46MiIXu092866; Sat, 6 May 2017 22:44:18 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46MiIA3092864; Sat, 6 May 2017 22:44:18 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705062244.v46MiIA3092864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 6 May 2017 22:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440293 - head/textproc/R-cran-markdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 22:44:20 -0000 Author: tota Date: Sat May 6 22:44:18 2017 New Revision: 440293 URL: https://svnweb.freebsd.org/changeset/ports/440293 Log: - Update to 0.8 Modified: head/textproc/R-cran-markdown/Makefile (contents, props changed) head/textproc/R-cran-markdown/distinfo (contents, props changed) Modified: head/textproc/R-cran-markdown/Makefile ============================================================================== --- head/textproc/R-cran-markdown/Makefile Sat May 6 22:21:33 2017 (r440292) +++ head/textproc/R-cran-markdown/Makefile Sat May 6 22:44:18 2017 (r440293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markdown -PORTVERSION= 0.7.7 +PORTVERSION= 0.8 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,9 @@ COMMENT= Markdown Rendering for R LICENSE= GPLv2 -RUN_DEPENDS= R-cran-mime>=0.3:misc/R-cran-mime +CRAN_DEPENDS= R-cran-mime>=0.3:misc/R-cran-mime +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/textproc/R-cran-markdown/distinfo ============================================================================== --- head/textproc/R-cran-markdown/distinfo Sat May 6 22:21:33 2017 (r440292) +++ head/textproc/R-cran-markdown/distinfo Sat May 6 22:44:18 2017 (r440293) @@ -1,2 +1,3 @@ -SHA256 (markdown_0.7.7.tar.gz) = 0b86c3a4e42bbc425be229f70a4a0efdca0522f48c6ea1bf0285c6b122854102 -SIZE (markdown_0.7.7.tar.gz) = 79427 +TIMESTAMP = 1494109903 +SHA256 (markdown_0.8.tar.gz) = 538fd912b2220f2df344c6cca58304ce11e0960de7bd7bd573b3385105d48fed +SIZE (markdown_0.8.tar.gz) = 80583 From owner-svn-ports-all@freebsd.org Sat May 6 22:54:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46C95D61A9D; Sat, 6 May 2017 22:54:12 +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 mx1.freebsd.org (Postfix) with ESMTPS id E2D708F1; Sat, 6 May 2017 22:54:11 +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 v46MsApf096847; Sat, 6 May 2017 22:54:10 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46MsAjg096844; Sat, 6 May 2017 22:54:10 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705062254.v46MsAjg096844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 6 May 2017 22:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440294 - head/devel/R-cran-memoise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 22:54:12 -0000 Author: tota Date: Sat May 6 22:54:10 2017 New Revision: 440294 URL: https://svnweb.freebsd.org/changeset/ports/440294 Log: - Update to 1.1.0 - Update WWW: line in pkg-descr Modified: head/devel/R-cran-memoise/Makefile (contents, props changed) head/devel/R-cran-memoise/distinfo (contents, props changed) head/devel/R-cran-memoise/pkg-descr (contents, props changed) Modified: head/devel/R-cran-memoise/Makefile ============================================================================== --- head/devel/R-cran-memoise/Makefile Sat May 6 22:44:18 2017 (r440293) +++ head/devel/R-cran-memoise/Makefile Sat May 6 22:54:10 2017 (r440294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memoise -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,9 @@ COMMENT= Memoise functions for R LICENSE= MIT -RUN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest +CRAN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/devel/R-cran-memoise/distinfo ============================================================================== --- head/devel/R-cran-memoise/distinfo Sat May 6 22:44:18 2017 (r440293) +++ head/devel/R-cran-memoise/distinfo Sat May 6 22:54:10 2017 (r440294) @@ -1,2 +1,3 @@ -SHA256 (memoise_1.0.0.tar.gz) = fd1b6cf12929890db7819f74a44a1dbe3d6f25c8a608a956d827f8be2f6c026b -SIZE (memoise_1.0.0.tar.gz) = 7931 +TIMESTAMP = 1494110772 +SHA256 (memoise_1.1.0.tar.gz) = b276f9452a26aeb79e12dd7227fcc8712832781a42f92d70e86040da0573980c +SIZE (memoise_1.1.0.tar.gz) = 11025 Modified: head/devel/R-cran-memoise/pkg-descr ============================================================================== --- head/devel/R-cran-memoise/pkg-descr Sat May 6 22:44:18 2017 (r440293) +++ head/devel/R-cran-memoise/pkg-descr Sat May 6 22:54:10 2017 (r440294) @@ -1,4 +1,4 @@ Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value. -WWW: http://cran.r-project.org/web/packages/memoise/ +WWW: https://cran.r-project.org/web/packages/memoise/ From owner-svn-ports-all@freebsd.org Sat May 6 23:07:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A9F2D61D2A; Sat, 6 May 2017 23:07:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9F5721FDE; Sat, 6 May 2017 23:07:41 +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 v46N7eLF001449; Sat, 6 May 2017 23:07:40 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46N7epv001447; Sat, 6 May 2017 23:07:40 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705062307.v46N7epv001447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 6 May 2017 23:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440295 - head/math/R-cran-deldir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 23:07:42 -0000 Author: tota Date: Sat May 6 23:07:40 2017 New Revision: 440295 URL: https://svnweb.freebsd.org/changeset/ports/440295 Log: - Update to 0.1-14 - Add "compiles" argument to USES=cran Modified: head/math/R-cran-deldir/Makefile (contents, props changed) head/math/R-cran-deldir/distinfo (contents, props changed) Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Sat May 6 22:54:10 2017 (r440294) +++ head/math/R-cran-deldir/Makefile Sat May 6 23:07:40 2017 (r440295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= deldir -DISTVERSION= 0.1-12 +DISTVERSION= 0.1-14 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Delaunay Triangulation and Diri LICENSE= GPLv2+ -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-deldir/distinfo ============================================================================== --- head/math/R-cran-deldir/distinfo Sat May 6 22:54:10 2017 (r440294) +++ head/math/R-cran-deldir/distinfo Sat May 6 23:07:40 2017 (r440295) @@ -1,2 +1,3 @@ -SHA256 (deldir_0.1-12.tar.gz) = afa6ecbba82b05cea9faa3b3044c3f5b99116fcfdbb30e94e81e434ed566f2bb -SIZE (deldir_0.1-12.tar.gz) = 64801 +TIMESTAMP = 1494111320 +SHA256 (deldir_0.1-14.tar.gz) = 89d365a980ef8589971e5d311c6bd59fe32c48dbac8000a880b9655032c99289 +SIZE (deldir_0.1-14.tar.gz) = 73142
Compile time:"OPENSSL_VERSION_TEXT"QT version: "QT_VERSION_STR"" OPENSSL_VERSION_TEXT "QT version: " QT_VERSION_STR "
Run time:%1