From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:06:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 340C195C; Sun, 25 Jan 2015 00:06:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0662539E; Sun, 25 Jan 2015 00:06:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P06Mrm084797; Sun, 25 Jan 2015 00:06:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P06MBZ084796; Sun, 25 Jan 2015 00:06:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501250006.t0P06MBZ084796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Jan 2015 00:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377842 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:06:23 -0000 Author: antoine Date: Sun Jan 25 00:06:22 2015 New Revision: 377842 URL: https://svnweb.freebsd.org/changeset/ports/377842 QAT: https://qat.redports.org/buildarchive/r377842/ Log: Fix DEPENDS Modified: head/comms/gnuradio/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sat Jan 24 23:56:40 2015 (r377841) +++ head/comms/gnuradio/Makefile Sun Jan 25 00:06:22 2015 (r377842) @@ -17,22 +17,20 @@ BUILD_DEPENDS= sdl-config:${PORTSDIR}/de swig2.0:${PORTSDIR}/devel/swig20 \ cheetah:${PORTSDIR}/devel/py-cheetah \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 \ + ${PYTHON_PKGNAMEPREFIX}qt4>0:${PORTSDIR}/devel/py-qt4 \ xdg-open:${PORTSDIR}/devel/xdg-utils \ guile:${PORTSDIR}/lang/guile \ icebox:${PORTSDIR}/devel/ice \ aconnect:${PORTSDIR}/audio/alsa-utils \ git:${PORTSDIR}/devel/git \ ${PYNUMPY} \ - ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\ - ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 + ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem LIB_DEPENDS= libcppunit.so:${PORTSDIR}/devel/cppunit \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \ libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libjack.so:${PORTSDIR}/audio/jack \ libasound.so:${PORTSDIR}/audio/alsa-lib \ libgsl.so:${PORTSDIR}/math/gsl @@ -47,6 +45,7 @@ CMAKE_ARGS+= -DICONV_PREFIX:STRING="${IC # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} +USE_GNOME= pygtk2 USE_WX= 3.0+ USE_QT4= gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:10:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15AA3A89; Sun, 25 Jan 2015 00:10:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01FC83CF; Sun, 25 Jan 2015 00:10:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0AOA7086465; Sun, 25 Jan 2015 00:10:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0ANrr086150; Sun, 25 Jan 2015 00:10:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501250010.t0P0ANrr086150@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 25 Jan 2015 00:10:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377843 - in head/devel: . editline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:10:25 -0000 Author: bapt Date: Sun Jan 25 00:10:22 2015 New Revision: 377843 URL: https://svnweb.freebsd.org/changeset/ports/377843 QAT: https://qat.redports.org/buildarchive/r377843/ Log: This is a line editing library. It can be linked into almost any program to provide command-line editing and history. It is call-compatible with the FSF readline library, but is a fraction of the size (and offers fewer features). The editline library was created by Simmule Turner and Rich Salz back in 1992. At the time they chose to distribute the code under a "C News-like" copyright, see the file LICENSE for details. The small size (<30k), lack of dependencies (no ncurses needed!) and the free license should make this library interesting to many embedded developers WWW: https://github.com/troglobit/editline Added: head/devel/editline/ head/devel/editline/Makefile (contents, props changed) head/devel/editline/distinfo (contents, props changed) head/devel/editline/pkg-descr (contents, props changed) head/devel/editline/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 25 00:06:22 2015 (r377842) +++ head/devel/Makefile Sun Jan 25 00:10:22 2015 (r377843) @@ -387,6 +387,7 @@ SUBDIR += ebnf2yacc SUBDIR += ecgi SUBDIR += edb + SUBDIR += editline SUBDIR += efivar SUBDIR += efl SUBDIR += eggdbus Added: head/devel/editline/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/editline/Makefile Sun Jan 25 00:10:22 2015 (r377843) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= editline +PORTVERSION= 1.14.2 +CATEGORIES= devel +MASTER_SITES= GHR + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Minix editline: A free readline() for UNIX + +LICENSE= BSD4CLAUSE + +USES= libtool +USE_GITHUB= yes +GH_ACCOUNT= troglobit +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include Added: head/devel/editline/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/editline/distinfo Sun Jan 25 00:10:22 2015 (r377843) @@ -0,0 +1,2 @@ +SHA256 (editline-1.14.2.tar.gz) = a4ee39906c87f843ecac4d95e4d7586429f6ead92cdadc9a3c1e28fe82c3c9da +SIZE (editline-1.14.2.tar.gz) = 338506 Added: head/devel/editline/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/editline/pkg-descr Sun Jan 25 00:10:22 2015 (r377843) @@ -0,0 +1,12 @@ +This is a line editing library. It can be linked into almost any program to +provide command-line editing and history. It is call-compatible with the FSF +readline library, but is a fraction of the size (and offers fewer features). + +The editline library was created by Simmule Turner and Rich Salz back in 1992. +At the time they chose to distribute the code under a "C News-like" copyright, +see the file LICENSE for details. + +The small size (<30k), lack of dependencies (no ncurses needed!) and the free +license should make this library interesting to many embedded developers + +WWW: https://github.com/troglobit/editline Added: head/devel/editline/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/editline/pkg-plist Sun Jan 25 00:10:22 2015 (r377843) @@ -0,0 +1,6 @@ +include/editline.h +lib/libeditline.a +lib/libeditline.so +lib/libeditline.so.0 +lib/libeditline.so.0.0.0 +man/man3/editline.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:32:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6899F34; Sun, 25 Jan 2015 00:32:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2792853; Sun, 25 Jan 2015 00:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0WG1n098695; Sun, 25 Jan 2015 00:32:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0WGXU098684; Sun, 25 Jan 2015 00:32:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501250032.t0P0WGXU098684@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 25 Jan 2015 00:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377844 - in head/devel: editline libedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:32:17 -0000 Author: bapt Date: Sun Jan 25 00:32:15 2015 New Revision: 377844 URL: https://svnweb.freebsd.org/changeset/ports/377844 QAT: https://qat.redports.org/buildarchive/r377844/ Log: Register conflicts Modified: head/devel/editline/Makefile head/devel/libedit/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Sun Jan 25 00:10:22 2015 (r377843) +++ head/devel/editline/Makefile Sun Jan 25 00:32:15 2015 (r377844) @@ -20,4 +20,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +CONFLICTS_INSTALL= libedit-* + .include Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Sun Jan 25 00:10:22 2015 (r377843) +++ head/devel/libedit/Makefile Sun Jan 25 00:32:15 2015 (r377844) @@ -23,4 +23,6 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-widec MAKE_ENV= LC_ALL=C +CONFLICT_INSTALL= editline-* + .include From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:46:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 837074F7; Sun, 25 Jan 2015 00:46:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6496C94D; Sun, 25 Jan 2015 00:46:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0kGoE004602; Sun, 25 Jan 2015 00:46:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0kCoE004579; Sun, 25 Jan 2015 00:46:12 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501250046.t0P0kCoE004579@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 25 Jan 2015 00:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377845 - in head: audio/denemo audio/jack audio/listener audio/mhwaveedit audio/mixxx audio/musescore audio/py-fastaudio audio/rezound audio/zynaddsubfx comms/linrad comms/quisk emulat... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:46:16 -0000 Author: pawel Date: Sun Jan 25 00:46:11 2015 New Revision: 377845 URL: https://svnweb.freebsd.org/changeset/ports/377845 QAT: https://qat.redports.org/buildarchive/r377845/ Log: Fix detection of libportaudio libraries PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Modified: head/audio/denemo/Makefile head/audio/jack/Makefile head/audio/listener/Makefile head/audio/mhwaveedit/Makefile head/audio/mixxx/Makefile head/audio/musescore/Makefile head/audio/py-fastaudio/Makefile head/audio/rezound/Makefile head/audio/zynaddsubfx/Makefile head/comms/linrad/Makefile head/comms/quisk/Makefile head/emulators/hatari/Makefile head/math/freemat/Makefile head/math/octave-forge-ltfat/Makefile head/net/wireshark/Makefile Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/denemo/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -12,17 +12,16 @@ COMMENT= Graphical score editor LICENSE= GPLv3 -BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ libjack.so:${PORTSDIR}/audio/jack \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libsmf.so:${PORTSDIR}/audio/libsmf \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ librubberband.so:${PORTSDIR}/audio/rubberband \ libguile.so:${PORTSDIR}/lang/guile \ libfftw3.so:${PORTSDIR}/math/fftw3 -RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 \ - xdg-open:${PORTSDIR}/devel/xdg-utils +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USES= bison gettext gmake pkgconfig USE_GNOME= librsvg2 libxml2 Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/jack/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -14,7 +14,7 @@ COMMENT= Low latency audio server LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ +LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libcelt0.so:${PORTSDIR}/audio/celt \ Modified: head/audio/listener/Makefile ============================================================================== --- head/audio/listener/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/listener/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -12,9 +12,8 @@ COMMENT= Program to listen for and recor LICENSE= GPLv2 -BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 -LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 +LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ + libsndfile.so:${PORTSDIR}/audio/libsndfile USES= ncurses tar:tgz Modified: head/audio/mhwaveedit/Makefile ============================================================================== --- head/audio/mhwaveedit/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/mhwaveedit/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -50,7 +50,7 @@ LADSPA_BUILD_DEPENDS= ladspa>0:${PORTSDI LADSPA_RUN_DEPENDS= ladspa>0:${PORTSDIR}/audio/ladspa LADSPA_CONFIGURE_ENV_OFF= ac_cv_header_ladspa_h=no OSS_CONFIGURE_WITH= oss -PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio +PORTAUDIO_LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio PORTAUDIO_CONFIGURE_WITH= portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulse Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/mixxx/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -13,15 +13,14 @@ COMMENT= DJ mixing application LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libid3tag.so:${PORTSDIR}/audio/libid3tag \ libmad.so:${PORTSDIR}/audio/libmad \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libtag.so:${PORTSDIR}/audio/taglib \ libprotobuf.so:${PORTSDIR}/devel/protobuf -RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/musescore/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -38,8 +38,7 @@ JACK_LIB_DEPENDS= libjack.so:${PORTSDIR} JACK_CMAKE_ON= -DBUILD_JACK:BOOL=ON JACK_CMAKE_OFF= -DBUILD_JACK:BOOL=OFF -PORTAUDIO_BUILD_DEPENDS=portaudio2>=0:${PORTSDIR}/audio/portaudio2 -PORTAUDIO_RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 +PORTAUDIO_LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 PORTAUDIO_CMAKE_ON= -DBUILD_PORTAUDIO:BOOL=ON PORTAUDIO_CMAKE_OFF= -DBUILD_PORTAUDIO:BOOL=OFF Modified: head/audio/py-fastaudio/Makefile ============================================================================== --- head/audio/py-fastaudio/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/py-fastaudio/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -16,7 +16,7 @@ MAINTAINER= ninjin@kth.se COMMENT= Python bindings for the PortAudio multi-platform audio library BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ +LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio \ libsndfile.so:${PORTSDIR}/audio/libsndfile PLIST_FILES= %%PYTHON_SITELIBDIR%%/fastaudio.so Modified: head/audio/rezound/Makefile ============================================================================== --- head/audio/rezound/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/rezound/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -36,7 +36,7 @@ BROKEN_NLS_DESC= ${NLS_DESC} (broken!) LARGEFILE_CONFIGURE_ON= --enable-largefile JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile -PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio +PORTAUDIO_LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio OGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/audio/zynaddsubfx/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -54,8 +54,7 @@ LASH_CMAKE_OFF= -DLashEnabe:BOOL=OFF JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CMAKE_OFF= -DJackEnable:BOOL=OFF -PORTAUDIO_BUILD_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 -PORTAUDIO_RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 +PORTAUDIO_LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 PORTAUDIO_CFLAGS= -I${LOCALBASE}/include/portaudio2 PORTAUDIO_CMAKE_OFF= -DPaEnabe:BOOL=OFF PORTAUDIO_LDFLAGS= ${LOCALBASE}/lib/portaudio2/libportaudio.so Modified: head/comms/linrad/Makefile ============================================================================== --- head/comms/linrad/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/comms/linrad/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -15,7 +15,7 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DSP utility (SDR) LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \ - libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libftdi.so:${PORTSDIR}/devel/libftdi BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm Modified: head/comms/quisk/Makefile ============================================================================== --- head/comms/quisk/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/comms/quisk/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -14,7 +14,7 @@ COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libasound.so:${PORTSDIR}/audio/alsa-lib \ libpulse.so:${PORTSDIR}/audio/pulseaudio Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/emulators/hatari/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -13,9 +13,8 @@ COMMENT= Atari ST emulator LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 +LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ + libpng.so:${PORTSDIR}/graphics/png USES= cmake readline tar:bzip2 USE_GNOME= pygtk2 Modified: head/math/freemat/Makefile ============================================================================== --- head/math/freemat/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/math/freemat/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -21,7 +21,7 @@ LIB_DEPENDS= libarpack.so:${PORTSDIR}/ma libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libpcre.so:${PORTSDIR}/devel/pcre \ - libportaudio.so:${PORTSDIR}/audio/portaudio \ + libportaudio.so.0:${PORTSDIR}/audio/portaudio \ libumfpack.so:${PORTSDIR}/math/suitesparse USES= blaslapack cmake:outsource dos2unix fortran pkgconfig python:build Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/math/octave-forge-ltfat/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libcblas.so:${PORTSDIR}/math/cblas # OCTSRC is the name of the directory of the package. Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sun Jan 25 00:32:15 2015 (r377844) +++ head/net/wireshark/Makefile Sun Jan 25 00:46:11 2015 (r377845) @@ -109,7 +109,7 @@ PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MRTP} && !defined(LITE) -LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio +LIB_DEPENDS+= libportaudio.so.0:${PORTSDIR}/audio/portaudio CONFIGURE_ARGS+=--with-portaudio=${LOCALBASE} .else CONFIGURE_ARGS+=--without-portaudio From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:49:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 907B87C4; Sun, 25 Jan 2015 00:49:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C64E982; Sun, 25 Jan 2015 00:49:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0ndAs005185; Sun, 25 Jan 2015 00:49:39 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0ndpD005184; Sun, 25 Jan 2015 00:49:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250049.t0P0ndpD005184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377846 - head/x11/qimageblitz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:49:39 -0000 Author: rakuco Date: Sun Jan 25 00:49:38 2015 New Revision: 377846 URL: https://svnweb.freebsd.org/changeset/ports/377846 QAT: https://qat.redports.org/buildarchive/r377846/ Log: Remove a now-redundant @dirrm entry from the plist. Modified: head/x11/qimageblitz/pkg-plist Modified: head/x11/qimageblitz/pkg-plist ============================================================================== --- head/x11/qimageblitz/pkg-plist Sun Jan 25 00:46:11 2015 (r377845) +++ head/x11/qimageblitz/pkg-plist Sun Jan 25 00:49:38 2015 (r377846) @@ -6,4 +6,3 @@ lib/libqimageblitz.so lib/libqimageblitz.so.4 lib/libqimageblitz.so.4.0.0 libdata/pkgconfig/qimageblitz.pc -@dirrm include/qimageblitz From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:50:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FA288A4; Sun, 25 Jan 2015 00:50:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B87B98A; Sun, 25 Jan 2015 00:50:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0oTHS005448; Sun, 25 Jan 2015 00:50:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0oTkQ005445; Sun, 25 Jan 2015 00:50:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250050.t0P0oTkQ005445@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377847 - head/x11-toolkits/shared-desktop-ontologies X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:50:29 -0000 Author: rakuco Date: Sun Jan 25 00:50:28 2015 New Revision: 377847 URL: https://svnweb.freebsd.org/changeset/ports/377847 QAT: https://qat.redports.org/buildarchive/r377847/ Log: Remove now-redundant @dirrm{try} entries from the plist. Modified: head/x11-toolkits/shared-desktop-ontologies/pkg-plist Modified: head/x11-toolkits/shared-desktop-ontologies/pkg-plist ============================================================================== --- head/x11-toolkits/shared-desktop-ontologies/pkg-plist Sun Jan 25 00:49:38 2015 (r377846) +++ head/x11-toolkits/shared-desktop-ontologies/pkg-plist Sun Jan 25 00:50:28 2015 (r377847) @@ -41,11 +41,3 @@ share/ontology/pimo/pimo.ontology share/ontology/pimo/pimo.trig share/ontology/pimo/tmo.ontology share/ontology/pimo/tmo.trig -@dirrm share/ontology/pimo -@dirrm share/ontology/nie -@dirrm share/ontology/nepomuk -@dirrm share/ontology/dc -@dirrm share/ontology/core -@dirrm share/ontology -@dirrm lib/cmake/SharedDesktopOntologies -@dirrmtry lib/cmake From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:51:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ABA6999; Sun, 25 Jan 2015 00:51:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 474B5994; Sun, 25 Jan 2015 00:51:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0p49I007154; Sun, 25 Jan 2015 00:51:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0p4Ng007152; Sun, 25 Jan 2015 00:51:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250051.t0P0p4Ng007152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377848 - head/x11-toolkits/attica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:51:04 -0000 Author: rakuco Date: Sun Jan 25 00:51:03 2015 New Revision: 377848 URL: https://svnweb.freebsd.org/changeset/ports/377848 QAT: https://qat.redports.org/buildarchive/r377848/ Log: Remove now-redundant @dirrmtry entry from the plist. Modified: head/x11-toolkits/attica/pkg-plist Modified: head/x11-toolkits/attica/pkg-plist ============================================================================== --- head/x11-toolkits/attica/pkg-plist Sun Jan 25 00:50:28 2015 (r377847) +++ head/x11-toolkits/attica/pkg-plist Sun Jan 25 00:51:03 2015 (r377848) @@ -45,4 +45,3 @@ lib/libattica.so lib/libattica.so.0 lib/libattica.so.0.4.2 libdata/pkgconfig/libattica.pc -@dirrmtry include/attica From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:52:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11C26A9D; Sun, 25 Jan 2015 00:52:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F25F0A2F; Sun, 25 Jan 2015 00:51:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0pxcM009194; Sun, 25 Jan 2015 00:51:59 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0pxSD009193; Sun, 25 Jan 2015 00:51:59 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250051.t0P0pxSD009193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377849 - head/x11-themes/kde-gtk-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:52:00 -0000 Author: rakuco Date: Sun Jan 25 00:51:59 2015 New Revision: 377849 URL: https://svnweb.freebsd.org/changeset/ports/377849 QAT: https://qat.redports.org/buildarchive/r377849/ Log: Remove a now-redundant @dirrm entry from the plist. Modified: head/x11-themes/kde-gtk-config/pkg-plist Modified: head/x11-themes/kde-gtk-config/pkg-plist ============================================================================== --- head/x11-themes/kde-gtk-config/pkg-plist Sun Jan 25 00:51:03 2015 (r377848) +++ head/x11-themes/kde-gtk-config/pkg-plist Sun Jan 25 00:51:59 2015 (r377849) @@ -44,4 +44,3 @@ share/locale/sv/LC_MESSAGES/kde-gtk-conf share/locale/uk/LC_MESSAGES/kde-gtk-config.mo share/locale/zh_CN/LC_MESSAGES/kde-gtk-config.mo share/locale/zh_TW/LC_MESSAGES/kde-gtk-config.mo -@dirrm share/apps/kcm-gtk-module From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:52:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12089CB0; Sun, 25 Jan 2015 00:52:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1B68A3B; Sun, 25 Jan 2015 00:52:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0qnh5009403; Sun, 25 Jan 2015 00:52:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0qnaU009402; Sun, 25 Jan 2015 00:52:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250052.t0P0qnaU009402@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377850 - head/www/kwebkitpart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:52:50 -0000 Author: rakuco Date: Sun Jan 25 00:52:49 2015 New Revision: 377850 URL: https://svnweb.freebsd.org/changeset/ports/377850 QAT: https://qat.redports.org/buildarchive/r377850/ Log: Remove a now-redundant @dirrmtry entry from the plist. Modified: head/www/kwebkitpart/pkg-plist Modified: head/www/kwebkitpart/pkg-plist ============================================================================== --- head/www/kwebkitpart/pkg-plist Sun Jan 25 00:51:59 2015 (r377849) +++ head/www/kwebkitpart/pkg-plist Sun Jan 25 00:52:49 2015 (r377850) @@ -8,4 +8,3 @@ share/icons/hicolor/32x32/apps/webkit.pn share/icons/hicolor/48x48/apps/webkit.png share/icons/hicolor/64x64/apps/webkit.png share/kde4/services/kwebkitpart.desktop -@dirrmtry share/apps/kwebkitpart From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 00:56:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B611DDA2; Sun, 25 Jan 2015 00:56:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9614CA4F; Sun, 25 Jan 2015 00:56:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0uOXv010056; Sun, 25 Jan 2015 00:56:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0uNYK010053; Sun, 25 Jan 2015 00:56:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250056.t0P0uNYK010053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 00:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377851 - head/www/choqok X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:56:24 -0000 Author: rakuco Date: Sun Jan 25 00:56:23 2015 New Revision: 377851 URL: https://svnweb.freebsd.org/changeset/ports/377851 QAT: https://qat.redports.org/buildarchive/r377851/ Log: Update to 1.5. Release notes: http://choqok.gnufolks.org/2015/01/choqok-1-5-released/ On the packaging side: - Add USE_KDE4=attica since the port explicitly looks for and links against it. - Add a dependency on telepathy-qt4, used by the imstatus plugin. Modified: head/www/choqok/Makefile head/www/choqok/distinfo head/www/choqok/pkg-plist Modified: head/www/choqok/Makefile ============================================================================== --- head/www/choqok/Makefile Sun Jan 25 00:52:49 2015 (r377850) +++ head/www/choqok/Makefile Sun Jan 25 00:56:23 2015 (r377851) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= choqok -PORTVERSION= 1.4 -PORTREVISION= 3 +PORTVERSION= 1.5 CATEGORIES= www kde MASTER_SITES= SF/${PORTNAME}/Choqok/ @@ -11,11 +10,13 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE micro-blogging client LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ - libqoauth.so:${PORTSDIR}/net/qoauth + libqoauth.so:${PORTSDIR}/net/qoauth \ + libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= attica automoc4 kdelibs kdeprefix USE_QT4= gui imageformats_run network \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:xz Modified: head/www/choqok/distinfo ============================================================================== --- head/www/choqok/distinfo Sun Jan 25 00:52:49 2015 (r377850) +++ head/www/choqok/distinfo Sun Jan 25 00:56:23 2015 (r377851) @@ -1,2 +1,2 @@ -SHA256 (choqok-1.4.tar.xz) = 70c8cfab14a691514d12c9c75d7009f27e3c26364ccbd81a541fea0ab76a92b7 -SIZE (choqok-1.4.tar.xz) = 1021228 +SHA256 (choqok-1.5.tar.xz) = 5cb97ac4cdf9db4699bb7445a9411393073d213fea649ab0713f659f1308efe4 +SIZE (choqok-1.5.tar.xz) = 1068516 Modified: head/www/choqok/pkg-plist ============================================================================== --- head/www/choqok/pkg-plist Sun Jan 25 00:52:49 2015 (r377850) +++ head/www/choqok/pkg-plist Sun Jan 25 00:56:23 2015 (r377851) @@ -53,22 +53,21 @@ lib/kde4/choqok_imageshack.so lib/kde4/choqok_imstatus.so lib/kde4/choqok_is_gd.so lib/kde4/choqok_laconica.so +lib/kde4/choqok_longurl.so lib/kde4/choqok_mobypicture.so lib/kde4/choqok_nowlistening.so lib/kde4/choqok_ocs.so lib/kde4/choqok_posterous.so +lib/kde4/choqok_pumpio.so lib/kde4/choqok_quickfilter.so lib/kde4/choqok_searchaction.so -lib/kde4/choqok_three_ly.so lib/kde4/choqok_tighturl.so lib/kde4/choqok_tinyarro_ws.so lib/kde4/choqok_twitgoo.so lib/kde4/choqok_twitpic.so lib/kde4/choqok_twitter.so -lib/kde4/choqok_untiny.so lib/kde4/choqok_ur1_ca.so lib/kde4/choqok_ur_ly.so -lib/kde4/choqok_urls_io.so lib/kde4/choqok_videopreview.so lib/kde4/choqok_yourls.so lib/kde4/kcm_choqok_accountsconfig.so @@ -95,6 +94,7 @@ lib/libtwitterapihelper.so lib/libtwitterapihelper.so.1 lib/libtwitterapihelper.so.1.2.0 share/applications/kde4/choqok.desktop +share/appdata/choqok.appdata.xml share/apps/choqok/choqok.notifyrc share/apps/choqok/choqokui.rc share/apps/choqok/images/splash_screen.png @@ -117,7 +117,6 @@ share/config.kcfg/posteroussettings.kcfg share/config.kcfg/tinyarro_ws_settings.kcfg share/config.kcfg/twitgoosettings.kcfg share/config.kcfg/twitpicsettings.kcfg -share/config.kcfg/untinysettings.kcfg share/config.kcfg/yourlssettings.kcfg share/dbus-1/services/org.kde.choqok.service share/doc/HTML/en/choqok/add_account.png @@ -137,6 +136,7 @@ share/icons/hicolor/16x16/apps/laconica_ share/icons/hicolor/16x16/apps/mobypicture_uploader.png share/icons/hicolor/16x16/apps/ocs_microblog.png share/icons/hicolor/16x16/apps/posterous_uploader.png +share/icons/hicolor/16x16/apps/pumpio_microblog.png share/icons/hicolor/16x16/apps/twitgoo_uploader.png share/icons/hicolor/16x16/apps/twitpic_uploader.png share/icons/hicolor/16x16/apps/twitter_microblog.png @@ -148,6 +148,7 @@ share/icons/hicolor/22x22/apps/laconica_ share/icons/hicolor/22x22/apps/mobypicture_uploader.png share/icons/hicolor/22x22/apps/ocs_microblog.png share/icons/hicolor/22x22/apps/posterous_uploader.png +share/icons/hicolor/22x22/apps/pumpio_microblog.png share/icons/hicolor/22x22/apps/twitgoo_uploader.png share/icons/hicolor/22x22/apps/twitpic_uploader.png share/icons/hicolor/22x22/apps/twitter_microblog.png @@ -159,6 +160,7 @@ share/icons/hicolor/32x32/apps/laconica_ share/icons/hicolor/32x32/apps/mobypicture_uploader.png share/icons/hicolor/32x32/apps/ocs_microblog.png share/icons/hicolor/32x32/apps/posterous_uploader.png +share/icons/hicolor/32x32/apps/pumpio_microblog.png share/icons/hicolor/32x32/apps/twitgoo_uploader.png share/icons/hicolor/32x32/apps/twitpic_uploader.png share/icons/hicolor/32x32/apps/twitter_microblog.png @@ -170,6 +172,7 @@ share/icons/hicolor/48x48/apps/laconica_ share/icons/hicolor/48x48/apps/mobypicture_uploader.png share/icons/hicolor/48x48/apps/ocs_microblog.png share/icons/hicolor/48x48/apps/posterous_uploader.png +share/icons/hicolor/48x48/apps/pumpio_microblog.png share/icons/hicolor/48x48/apps/twitgoo_uploader.png share/icons/hicolor/48x48/apps/twitter_microblog.png share/icons/hicolor/64x64/apps/choqok.png @@ -179,6 +182,7 @@ share/icons/hicolor/64x64/apps/imageshac share/icons/hicolor/64x64/apps/mobypicture_uploader.png share/icons/hicolor/64x64/apps/ocs_microblog.png share/icons/hicolor/64x64/apps/posterous_uploader.png +share/icons/hicolor/64x64/apps/pumpio_microblog.png share/icons/hicolor/64x64/apps/twitgoo_uploader.png share/kde4/services/ServiceMenus/choqok_share.desktop share/kde4/services/ServiceMenus/choqok_upload.desktop @@ -198,6 +202,7 @@ share/kde4/services/choqok_imstatus_conf share/kde4/services/choqok_is_gd.desktop share/kde4/services/choqok_is_gd_config.desktop share/kde4/services/choqok_laconica.desktop +share/kde4/services/choqok_longurl.desktop share/kde4/services/choqok_mobypicture.desktop share/kde4/services/choqok_mobypicture_config.desktop share/kde4/services/choqok_notify.desktop @@ -208,9 +213,9 @@ share/kde4/services/choqok_ocs.desktop share/kde4/services/choqok_pluginconfig.desktop share/kde4/services/choqok_posterous.desktop share/kde4/services/choqok_posterous_config.desktop +share/kde4/services/choqok_pumpio.desktop share/kde4/services/choqok_quickfilter.desktop share/kde4/services/choqok_searchaction.desktop -share/kde4/services/choqok_three_ly.desktop share/kde4/services/choqok_tighturl.desktop share/kde4/services/choqok_tinyarro_ws.desktop share/kde4/services/choqok_tinyarro_ws_config.desktop @@ -219,10 +224,8 @@ share/kde4/services/choqok_twitgoo_confi share/kde4/services/choqok_twitpic.desktop share/kde4/services/choqok_twitpic_config.desktop share/kde4/services/choqok_twitter.desktop -share/kde4/services/choqok_untiny.desktop share/kde4/services/choqok_ur1_ca.desktop share/kde4/services/choqok_ur_ly.desktop -share/kde4/services/choqok_urls_io.desktop share/kde4/services/choqok_videopreview.desktop share/kde4/services/choqok_yourls.desktop share/kde4/services/choqok_yourls_config.desktop @@ -248,6 +251,7 @@ share/locale/ga/LC_MESSAGES/choqok.mo share/locale/gl/LC_MESSAGES/choqok.mo share/locale/hr/LC_MESSAGES/choqok.mo share/locale/hu/LC_MESSAGES/choqok.mo +share/locale/ia/LC_MESSAGES/choqok.mo share/locale/it/LC_MESSAGES/choqok.mo share/locale/is/LC_MESSAGES/choqok.mo share/locale/ja/LC_MESSAGES/choqok.mo @@ -273,12 +277,3 @@ share/locale/ug/LC_MESSAGES/choqok.mo share/locale/uk/LC_MESSAGES/choqok.mo share/locale/zh_CN/LC_MESSAGES/choqok.mo share/locale/zh_TW/LC_MESSAGES/choqok.mo -@dirrm share/doc/HTML/en/choqok -@dirrm share/apps/choqok_searchaction -@dirrm share/apps/choqok_quickfilter -@dirrm share/apps/choqok_nowlistening -@dirrm share/apps/choqok_filter -@dirrm share/apps/choqok/images -@dirrm share/apps/choqok -@dirrm include/choqok/twitterapihelper -@dirrm include/choqok From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 01:24:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 491A5FF2; Sun, 25 Jan 2015 01:24:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3515EC97; Sun, 25 Jan 2015 01:24:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P1OeA1023976; Sun, 25 Jan 2015 01:24:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P1OdFq023973; Sun, 25 Jan 2015 01:24:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250124.t0P1OdFq023973@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 01:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377852 - in head/games/hedgewars: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 01:24:40 -0000 Author: amdmi3 Date: Sun Jan 25 01:24:38 2015 New Revision: 377852 URL: https://svnweb.freebsd.org/changeset/ports/377852 QAT: https://qat.redports.org/buildarchive/r377852/ Log: - Update to 0.9.21.1 Added: head/games/hedgewars/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/games/hedgewars/files/patch-gameServer__Actions.hs head/games/hedgewars/files/patch-share__hedgewars__Data__Locale__CMakeLists.txt head/games/hedgewars/files/patch-tools__CMakeLists.txt Modified: head/games/hedgewars/Makefile head/games/hedgewars/distinfo Modified: head/games/hedgewars/Makefile ============================================================================== --- head/games/hedgewars/Makefile Sun Jan 25 00:56:23 2015 (r377851) +++ head/games/hedgewars/Makefile Sun Jan 25 01:24:38 2015 (r377852) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hedgewars -PORTVERSION= 0.9.20.5 -PORTREVISION= 4 +PORTVERSION= 0.9.21.1 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,6 +14,8 @@ COMMENT= Free Worms-like turn based stra LICENSE= GPLv2 GFDL LICENSE_COMB= multi +LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs + ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 and amd64 @@ -30,11 +31,10 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:C/\.[0-9]$//} PLIST_FILES= bin/${PORTNAME} bin/hwengine \ + share/appdata/hedgewars.appdata.xml \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png \ - lib/libhwphysfs.so \ - lib/libhwphysfs.so.1 \ - lib/libhwphysfs.so.2.1.0 \ + share/pixmaps/${PORTNAME}.xpm \ lib/libphyslayer.so PORTDATA= * @@ -48,17 +48,19 @@ SERVER_DESC= Build server (requires hask #VIDEOREC_LIB_DEPENDS=libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 #VIDEOREC_CMAKE_OFF=-DNOVIDEOREC=1 -SERVER_BUILD_DEPENDS=\ - ghc:${PORTSDIR}/lang/ghc \ - hs-vector>=0:${PORTSDIR}/devel/hs-vector \ - hs-network>=0:${PORTSDIR}/net/hs-network \ - hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ - hs-bytestring-show>=0:${PORTSDIR}/devel/hs-bytestring-show \ - hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ - hs-random>=0:${PORTSDIR}/devel/hs-random \ - hs-hslogger>=0:${PORTSDIR}/devel/hs-hslogger -SERVER_CMAKE_OFF=-DNOSERVER=1 -SERVER_PLIST_FILES=bin/${PORTNAME}-server +SERVER_BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ + hs-vector>=0:${PORTSDIR}/devel/hs-vector \ + hs-network>=0:${PORTSDIR}/net/hs-network \ + hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ + hs-bytestring-show>=0:${PORTSDIR}/devel/hs-bytestring-show \ + hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ + hs-random>=0:${PORTSDIR}/devel/hs-random \ + hs-hslogger>=0:${PORTSDIR}/devel/hs-hslogger \ + hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ + hs-entropy>=0:${PORTSDIR}/security/hs-entropy \ + hs-zlib>=0:${PORTSDIR}/archivers/hs-zlib +SERVER_CMAKE_OFF= -DNOSERVER=1 +SERVER_PLIST_FILES= bin/${PORTNAME}-server post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/cmake_modules/*.cmake Modified: head/games/hedgewars/distinfo ============================================================================== --- head/games/hedgewars/distinfo Sun Jan 25 00:56:23 2015 (r377851) +++ head/games/hedgewars/distinfo Sun Jan 25 01:24:38 2015 (r377852) @@ -1,2 +1,2 @@ -SHA256 (hedgewars-src-0.9.20.5.tar.bz2) = a6d0896fe88d5746a4272c8f495c7457b17586e8d16ef429ce50dfa449c0adcc -SIZE (hedgewars-src-0.9.20.5.tar.bz2) = 161550331 +SHA256 (hedgewars-src-0.9.21.1.tar.bz2) = 590a9458d2123c5550d5eb39edfed28d0663703d76e13c8987237c92ca41f3f8 +SIZE (hedgewars-src-0.9.21.1.tar.bz2) = 160250791 Added: head/games/hedgewars/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hedgewars/files/patch-CMakeLists.txt Sun Jan 25 01:24:38 2015 (r377852) @@ -0,0 +1,12 @@ +Fix ghc stack overflow while building server +--- CMakeLists.txt.orig 2015-01-06 23:55:59.000000000 +0300 ++++ CMakeLists.txt 2015-01-24 22:39:01.000000000 +0300 +@@ -108,7 +108,7 @@ + endif() + endif() + +-list(APPEND haskell_flags ${ghflags_parsed} "-O2") ++list(APPEND haskell_flags ${ghflags_parsed}) + + #get BUILD_TYPE and enable/disable optimisation + message(STATUS "Using ${CMAKE_BUILD_TYPE} configuration") From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 01:32:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C8AC1EC; Sun, 25 Jan 2015 01:32:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18D7ED53; Sun, 25 Jan 2015 01:32:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P1WZN4028496; Sun, 25 Jan 2015 01:32:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P1WZZI028495; Sun, 25 Jan 2015 01:32:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501250132.t0P1WZZI028495@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Jan 2015 01:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377853 - head/x11/kde4-baseapps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 01:32:36 -0000 Author: rakuco Date: Sun Jan 25 01:32:35 2015 New Revision: 377853 URL: https://svnweb.freebsd.org/changeset/ports/377853 QAT: https://qat.redports.org/buildarchive/r377853/ Log: Clean up dependencies. strigi and nepomuk (and consequently soprano) have not been needed for several releases. Modified: head/x11/kde4-baseapps/Makefile Modified: head/x11/kde4-baseapps/Makefile ============================================================================== --- head/x11/kde4-baseapps/Makefile Sun Jan 25 01:24:38 2015 (r377852) +++ head/x11/kde4-baseapps/Makefile Sun Jan 25 01:32:35 2015 (r377853) @@ -2,6 +2,7 @@ PORTNAME= kde-baseapps PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -13,8 +14,7 @@ LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/ USE_GNOME= glib20 USE_KDE4= kdelibs kdeprefix baloo baloo-widgets libkonq \ - automoc4 soprano strigi nepomuk-core nepomuk-widgets \ - kactivities + automoc4 kactivities USES= cmake:outsource gettext tar:xz USE_QT4= corelib dbus gui script xml \ moc_build qmake_build rcc_build uic_build From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 01:41:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC0D930D; Sun, 25 Jan 2015 01:41:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D6F8D88; Sun, 25 Jan 2015 01:41:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P1f5IW030751; Sun, 25 Jan 2015 01:41:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P1f4Zf030748; Sun, 25 Jan 2015 01:41:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250141.t0P1f4Zf030748@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 01:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377854 - head/games/xmoto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 01:41:05 -0000 Author: amdmi3 Date: Sun Jan 25 01:41:04 2015 New Revision: 377854 URL: https://svnweb.freebsd.org/changeset/ports/377854 QAT: https://qat.redports.org/buildarchive/r377854/ Log: - Fix build with new libc++ PR: 196652 Submitted by: dim Added: head/games/xmoto/files/patch-src-GameInit.cpp (contents, props changed) head/games/xmoto/files/patch-src-WWW.cpp (contents, props changed) Modified: head/games/xmoto/files/patch-src-include-xm__hashmap.h Added: head/games/xmoto/files/patch-src-GameInit.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xmoto/files/patch-src-GameInit.cpp Sun Jan 25 01:41:04 2015 (r377854) @@ -0,0 +1,11 @@ +--- src/GameInit.cpp.orig 2015-01-10 18:22:36.000000000 +0100 ++++ src/GameInit.cpp 2015-01-10 18:27:28.000000000 +0100 +@@ -248,7 +248,7 @@ void GameApp::run_load(int nNumArgs, cha + Logger::setActiv(XMSession::instance()->noLog() == false); /* apply log activ mode */ + + LogInfo(std::string("X-Moto " + XMBuild::getVersionString(true)).c_str()); +- LogInfo("compiled at "__DATE__" "__TIME__); ++ LogInfo("compiled at " __DATE__ " " __TIME__); + if(SwapEndian::bigendien) { + LogInfo("Systeme is bigendien"); + } else { Added: head/games/xmoto/files/patch-src-WWW.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xmoto/files/patch-src-WWW.cpp Sun Jan 25 01:41:04 2015 (r377854) @@ -0,0 +1,47 @@ +--- src/WWW.cpp.orig 2015-01-10 18:11:22.000000000 +0100 ++++ src/WWW.cpp 2015-01-10 18:21:32.000000000 +0100 +@@ -206,7 +206,7 @@ void FSWeb::downloadFile(const std::stri + std::string v_www_agent = WWW_AGENT; + + /* open the file */ +- if( (v_destinationFile = fopen(v_local_file_tmp.c_str(), "wb")) == false) { ++ if( (v_destinationFile = fopen(v_local_file_tmp.c_str(), "wb")) == NULL) { + throw Exception("error : unable to open output file " + + v_local_file_tmp); + } +@@ -320,7 +320,7 @@ void FSWeb::uploadReplay(const std::stri + LogInfo(std::string("Uploading replay " + p_replayFilename).c_str()); + + /* open the file */ +- if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) { ++ if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) { + throw Exception("error : unable to open output file " DEFAULT_WWW_MSGFILE("UR")); + } + +@@ -478,7 +478,7 @@ void FSWeb::sendVote(const std::string& + LogInfo("Sending vote"); + + /* open the file */ +- if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) { ++ if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) { + throw Exception("error : unable to open output file " DEFAULT_WWW_MSGFILE("SV")); + } + +@@ -562,7 +562,7 @@ void FSWeb::sendReport(const std::string + LogInfo("Sending report"); + + /* open the file */ +- if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) { ++ if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) { + throw Exception("error : unable to open output file " DEFAULT_WWW_MSGFILE("SR")); + } + +@@ -677,7 +677,7 @@ void FSWeb::uploadDbSync(const std::stri + LogInfo(std::string("Uploading dbsync " + p_dbSyncFilename + " to " + p_url_to_transfert).c_str()); + + /* open the file */ +- if( (v_destinationFile = fopen(p_answerFile.c_str(), "wb")) == false) { ++ if( (v_destinationFile = fopen(p_answerFile.c_str(), "wb")) == NULL) { + throw Exception("error : unable to open output file " + p_answerFile); + } + Modified: head/games/xmoto/files/patch-src-include-xm__hashmap.h ============================================================================== --- head/games/xmoto/files/patch-src-include-xm__hashmap.h Sun Jan 25 01:32:35 2015 (r377853) +++ head/games/xmoto/files/patch-src-include-xm__hashmap.h Sun Jan 25 01:41:04 2015 (r377854) @@ -1,11 +1,28 @@ ---- src/include/xm_hashmap.h.orig 2011-10-12 00:18:17.000000000 +0400 -+++ src/include/xm_hashmap.h 2013-09-13 22:30:46.334969348 +0400 -@@ -14,7 +14,7 @@ +--- src/include/xm_hashmap.h.orig 2015-01-12 23:04:54.000000000 +0100 ++++ src/include/xm_hashmap.h 2015-01-12 23:07:53.000000000 +0100 +@@ -13,13 +13,18 @@ + #include namespace HashNamespace=std; #endif - struct hashcmp_str { +-struct hashcmp_str { - bool operator()(const char* s1, const char* s2) { -+ bool operator()(const char* s1, const char* s2) const { - if(s1 == NULL || s2 == NULL) { - return false; +- if(s1 == NULL || s2 == NULL) { +- return false; ++ ++#ifdef _LIBCPP_VERSION ++namespace __gnu_cxx { ++ template<> struct hash ++ : public unary_function ++ { ++ size_t operator()(const std::string& s) const ++ { ++ return hash()(s.c_str()); } +- return strcmp(s1, s2) == 0; +- } +-}; ++ }; ++} ++#endif // _LIBCPP_VERSION + + #endif From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 02:02:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28AD2565; Sun, 25 Jan 2015 02:02:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14D98FAE; Sun, 25 Jan 2015 02:02:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P22sxa042753; Sun, 25 Jan 2015 02:02:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P22saR042751; Sun, 25 Jan 2015 02:02:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250202.t0P22saR042751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 02:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377855 - head/games/lmarbles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 02:02:55 -0000 Author: amdmi3 Date: Sun Jan 25 02:02:53 2015 New Revision: 377855 URL: https://svnweb.freebsd.org/changeset/ports/377855 QAT: https://qat.redports.org/buildarchive/r377855/ Log: - Clarify LICENSE - Add LICENSE_FILE - Move highscore to /var/games, use @sample - Fix installation from non-root - Simplify docs installation Modified: head/games/lmarbles/Makefile head/games/lmarbles/pkg-plist Modified: head/games/lmarbles/Makefile ============================================================================== --- head/games/lmarbles/Makefile Sun Jan 25 01:41:04 2015 (r377854) +++ head/games/lmarbles/Makefile Sun Jan 25 02:02:53 2015 (r377855) @@ -13,27 +13,21 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E MAINTAINER= ports@FreeBSD.org COMMENT= Atomix-like game of moving marbles in puzzles -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_SDL= sdl mixer GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${ETCDIR} +CONFIGURE_ARGS= --localstatedir=/var/games/${PORTNAME} PORTDOCS= * -DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= AUTHORS ChangeLog README README-SDL.txt - -DOCSRCDIR2= ${WRKSRC}/src/manual -DOCSDIR2= ${DOCSDIR}/manual -DOC_FILES2= *.jpg *.html - OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|; \ - s|(datadir)/pixmaps/lmarbles48.gif|(datadir)/pixmaps/lmarbles48.png|' \ + s|(datadir)/pixmaps/lmarbles48.gif|(datadir)/pixmaps/lmarbles48.png|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-m 666||; \ s|lmarbles.prfs|lmarbles.prfs.sample|' \ @@ -45,12 +39,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - @${CHMOD} -R 464 ${STAGEDIR}${ETCDIR}/lmarbles.prfs.sample - @${CHOWN} root:games ${STAGEDIR}${ETCDIR}/lmarbles.prfs.sample - - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR2} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog README README-SDL.txt" ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/src && ${COPYTREE_SHARE} "manual" ${STAGEDIR}${DOCSDIR} .include Modified: head/games/lmarbles/pkg-plist ============================================================================== --- head/games/lmarbles/pkg-plist Sun Jan 25 01:41:04 2015 (r377854) +++ head/games/lmarbles/pkg-plist Sun Jan 25 02:02:53 2015 (r377855) @@ -1,7 +1,4 @@ -bin/lmarbles -@unexec if cmp -s %D/%%ETCDIR%%/lmarbles.prfs.sample %D/%%ETCDIR%%/lmarbles.prfs ; then rm -f %D/%%ETCDIR%%/lmarbles.prfs ; fi -%%ETCDIR%%/lmarbles.prfs.sample -@exec if [ ! -f %D/%%ETCDIR%%/lmarbles.prfs ] ; then cp -p %D/%F %B/lmarbles.prfs ; fi +@(,games,2755) bin/lmarbles man/man6/lmarbles.6.gz share/applications/lmarbles.desktop %%DATADIR%%/gfx/board.bmp @@ -72,11 +69,5 @@ share/applications/lmarbles.desktop share/pixmaps/lmarbles32.png share/pixmaps/lmarbles48.gif share/pixmaps/lmarbles48.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/gfx/wood -@dirrm %%DATADIR%%/gfx/stone -@dirrm %%DATADIR%%/gfx/metal -@dirrm %%DATADIR%%/gfx -@dirrm %%DATADIR%% -@dirrmtry %%ETCDIR%% +@sample(,games,664) /var/games/lmarbles/lmarbles.prfs.sample +@dir /var/games/lmarbles From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 02:05:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A459564F; Sun, 25 Jan 2015 02:05:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 771BEFBA; Sun, 25 Jan 2015 02:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P25xj1043282; Sun, 25 Jan 2015 02:05:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P25wSS043278; Sun, 25 Jan 2015 02:05:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250205.t0P25wSS043278@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 02:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377856 - in head/games: . minerbold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 02:05:59 -0000 Author: amdmi3 Date: Sun Jan 25 02:05:57 2015 New Revision: 377856 URL: https://svnweb.freebsd.org/changeset/ports/377856 QAT: https://qat.redports.org/buildarchive/r377856/ Log: Remake of Bolder Dash from BK-0010 with INSTEAD engine WWW: https://github.com/gl00my/minerbold Added: head/games/minerbold/ head/games/minerbold/Makefile (contents, props changed) head/games/minerbold/distinfo (contents, props changed) head/games/minerbold/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Jan 25 02:02:53 2015 (r377855) +++ head/games/Makefile Sun Jan 25 02:05:57 2015 (r377856) @@ -590,6 +590,7 @@ SUBDIR += mindguard SUBDIR += minecraft-client SUBDIR += minecraft-server + SUBDIR += minerbold SUBDIR += minetest SUBDIR += minetest_game SUBDIR += mirrormagic Added: head/games/minerbold/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minerbold/Makefile Sun Jan 25 02:05:57 2015 (r377856) @@ -0,0 +1,39 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= minerbold +PORTVERSION= git20150125 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Remake of Bolder Dash from BK-0010 with INSTEAD engine + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= instead:${PORTSDIR}/games/instead + +USE_GITHUB= yes +GH_ACCOUNT= gl00my +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 49cbad1 + +NO_BUILD= yes +NO_ARCH= yes + +DATADIR= ${PREFIX}/share/instead/games/${PORTNAME} + +PORTDATA= * + +DESKTOP_ENTRIES="minerbold" \ + "" \ + "${DATADIR}/gfx/04.png" \ + "${LOCALBASE}/bin/instead ${DATADIR}" \ + "Game;ArcadeGame;" \ + "" + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} "*.lua *.ini gfx snd" \ + ${STAGEDIR}${DATADIR}/ + +.include Added: head/games/minerbold/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minerbold/distinfo Sun Jan 25 02:05:57 2015 (r377856) @@ -0,0 +1,2 @@ +SHA256 (minerbold-git20150125.tar.gz) = c47380598153a45b266b1420b7d65c1d16f09aaafd382914ec00ffa9e4331d72 +SIZE (minerbold-git20150125.tar.gz) = 26654 Added: head/games/minerbold/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minerbold/pkg-descr Sun Jan 25 02:05:57 2015 (r377856) @@ -0,0 +1,3 @@ +Remake of Bolder Dash from BK-0010 with INSTEAD engine + +WWW: https://github.com/gl00my/minerbold From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 02:26:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF29484A; Sun, 25 Jan 2015 02:26:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9310F1CE; Sun, 25 Jan 2015 02:26:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P2QHQ9052755; Sun, 25 Jan 2015 02:26:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P2QHqN052751; Sun, 25 Jan 2015 02:26:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250226.t0P2QHqN052751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 02:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377857 - head/games/dodgindiamond2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 02:26:17 -0000 Author: amdmi3 Date: Sun Jan 25 02:26:16 2015 New Revision: 377857 URL: https://svnweb.freebsd.org/changeset/ports/377857 QAT: https://qat.redports.org/buildarchive/r377857/ Log: - Fix identation - Use @sample for highscore and config handling - Drop @dirrm* from plist Modified: head/games/dodgindiamond2/Makefile head/games/dodgindiamond2/pkg-plist Modified: head/games/dodgindiamond2/Makefile ============================================================================== --- head/games/dodgindiamond2/Makefile Sun Jan 25 02:05:57 2015 (r377856) +++ head/games/dodgindiamond2/Makefile Sun Jan 25 02:26:16 2015 (r377857) @@ -1,19 +1,19 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ -PORTNAME= dodgindiamond2 -PORTVERSION= 0.2.2 -PORTREVISION= 10 -CATEGORIES= games -MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/ -DISTNAME= dd2-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Old school shoot'em up game - -USE_SDL= sdl image mixer -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var/games +PORTNAME= dodgindiamond2 +PORTVERSION= 0.2.2 +PORTREVISION= 11 +CATEGORIES= games +MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/ +DISTNAME= dd2-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Old school shoot'em up game + +USE_SDL= sdl image mixer +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var/games OPTIONS_DEFINE= DOCS @@ -29,5 +29,7 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/src/data/dd2.cfg ${STAGEDIR}${PREFIX}/etc/dd2.cfg.sample + ${MKDIR} ${STAGEDIR}/var/games + ${TOUCH} ${STAGEDIR}/var/games/dd2-hiscore.sample .include Modified: head/games/dodgindiamond2/pkg-plist ============================================================================== --- head/games/dodgindiamond2/pkg-plist Sun Jan 25 02:05:57 2015 (r377856) +++ head/games/dodgindiamond2/pkg-plist Sun Jan 25 02:26:16 2015 (r377857) @@ -1,13 +1,6 @@ -@group games -@mode 2755 -bin/dd2 -@mode -@group -@exec touch /var/games/dd2-hiscore ; chmod 664 /var/games/dd2-hiscore -@unexec if [ -f /var/games/dd2-hiscore ] ; then rm /var/games/dd2-hiscore; fi -@unexec if cmp -s %D/etc/dd2.cfg %D/etc/dd2.cfg.sample; then rm -f %D/etc/dd2.cfg; fi -etc/dd2.cfg.sample -@exec if test ! -f %D/etc/dd2.cfg; then cp -p %D/etc/dd2.cfg.sample %D/etc/dd2.cfg; fi +@(,games,2755) bin/dd2 +@sample(,games,664) /var/games/dd2-hiscore.sample +@sample etc/dd2.cfg.sample share/dd2/bgm1.xm share/dd2/bgm2.xm share/dd2/efx1.wav @@ -25,5 +18,3 @@ share/dd2/gfx.bmp %%PORTDOCS%%share/doc/dd2/NEWS %%PORTDOCS%%share/doc/dd2/README %%PORTDOCS%%share/doc/dd2/TODO -@dirrm share/dd2 -%%PORTDOCS%%@dirrm share/doc/dd2 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 02:55:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67764D17; Sun, 25 Jan 2015 02:55:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C8C632; Sun, 25 Jan 2015 02:55:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P2tow8066571; Sun, 25 Jan 2015 02:55:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P2tnii066567; Sun, 25 Jan 2015 02:55:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250255.t0P2tnii066567@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 02:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377858 - in head/sysutils/pacman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 02:55:50 -0000 Author: amdmi3 Date: Sun Jan 25 02:55:48 2015 New Revision: 377858 URL: https://svnweb.freebsd.org/changeset/ports/377858 QAT: https://qat.redports.org/buildarchive/r377858/ Log: - Update to 4.2.0 - Fix pkg-deinstall Added: head/sysutils/pacman/files/pkg-deinstall.in - copied, changed from r377718, head/sysutils/pacman/pkg-deinstall Deleted: head/sysutils/pacman/pkg-deinstall Modified: head/sysutils/pacman/Makefile head/sysutils/pacman/distinfo head/sysutils/pacman/pkg-plist Modified: head/sysutils/pacman/Makefile ============================================================================== --- head/sysutils/pacman/Makefile Sun Jan 25 02:26:16 2015 (r377857) +++ head/sysutils/pacman/Makefile Sun Jan 25 02:55:48 2015 (r377858) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pacman -PORTVERSION= 4.0.3 -PORTREVISION= 4 +PORTVERSION= 4.2.0 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.archlinux.org/other/pacman/ \ http://mirror.amdmi3.ru/distfiles/ @@ -18,8 +17,10 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/text gm4:${PORTSDIR}/devel/m4 \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= libarchive.so.13:${PORTSDIR}/archivers/libarchive -USES= gmake libtool +USES= gmake libtool perl5 pkgconfig shebangfix +SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-root-dir="${PACMAN_ROOT}" \ --localstatedir=/var @@ -28,8 +29,8 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -SUB_FILES= pkg-message -SUB_LIST= PACMAN_ROOT="${PACMAN_ROOT}" +SUB_FILES= pkg-message pkg-deinstall +SUB_LIST= PACMAN_ROOT="${PACMAN_ROOT}" PREFIX="${PREFIX}" PLIST_SUB= PACMAN_ROOT="${PACMAN_ROOT:C/^${PREFIX}//}" PACMAN_ROOT?= "${PREFIX}/pacman" @@ -66,6 +67,7 @@ PLIST_SUB+= NLS="@comment " post-patch: @${REINPLACE_CMD} -e 's|m4|gm4|' ${WRKSRC}/scripts/Makefile.in + @${REINPLACE_CMD} -e '2 s/.*/exit 0/' ${WRKSRC}/build-aux/missing @${REINPLACE_CMD} -e '/INSTALL_DATA.*sysconfdir/ d' ${WRKSRC}/etc/Makefile.in .for tool in curl wget rsync lftpget @${REINPLACE_CMD} -e 's|/usr/bin/${tool}|${LOCALBASE}/bin/${tool}|' \ Modified: head/sysutils/pacman/distinfo ============================================================================== --- head/sysutils/pacman/distinfo Sun Jan 25 02:26:16 2015 (r377857) +++ head/sysutils/pacman/distinfo Sun Jan 25 02:55:48 2015 (r377858) @@ -1,2 +1,2 @@ -SHA256 (pacman-4.0.3.tar.gz) = a48696ae51aaccf31a69ea7916ba9b06e7836eb933b8a281c666729c9d55ce25 -SIZE (pacman-4.0.3.tar.gz) = 1961839 +SHA256 (pacman-4.2.0.tar.gz) = 941aca897db3218f0cb4036de13422d74212afbcdbf4a7cd7074a7128e196a22 +SIZE (pacman-4.2.0.tar.gz) = 2934713 Copied and modified: head/sysutils/pacman/files/pkg-deinstall.in (from r377718, head/sysutils/pacman/pkg-deinstall) ============================================================================== --- head/sysutils/pacman/pkg-deinstall Fri Jan 23 09:35:06 2015 (r377718, copy source) +++ head/sysutils/pacman/files/pkg-deinstall.in Sun Jan 25 02:55:48 2015 (r377858) @@ -5,12 +5,12 @@ case $2 in POST-DEINSTALL) - if find /var/lib/pacman /var/cache/pacman ${PREFIX}/pacman -type f 2>/dev/null | head -1 | grep -q ''; then + if find /var/lib/pacman /var/cache/pacman %%PACMAN_ROOT%% -type f 2>/dev/null | head -1 | grep -q ''; then echo "" echo "To completely remove the port, please remove the following" echo "directories and the content manualy if its no longer needed:" echo "" - echo " ${PREFIX}/pacman" + echo " %%PACMAN_ROOT%%" echo " /var/cache/pacman" echo " /var/lib/pacman" echo "" Modified: head/sysutils/pacman/pkg-plist ============================================================================== --- head/sysutils/pacman/pkg-plist Sun Jan 25 02:26:16 2015 (r377857) +++ head/sysutils/pacman/pkg-plist Sun Jan 25 02:55:48 2015 (r377858) @@ -1,5 +1,6 @@ bin/cleanupdelta bin/makepkg +bin/makepkg-template bin/pacman bin/pacman-db-upgrade bin/pacman-key @@ -7,7 +8,6 @@ bin/pacman-optimize bin/pacsort bin/pactree bin/pkgdelta -bin/rankmirrors bin/repo-add bin/repo-elephant bin/repo-remove @@ -20,8 +20,10 @@ include/alpm.h include/alpm_list.h lib/libalpm.a lib/libalpm.so -lib/libalpm.so.7 -lib/libalpm.so.7.0.3 +lib/libalpm.so.9 +lib/libalpm.so.9.0.0 +lib/pkgconfig/libalpm.pc +man/man1/makepkg-template.1.gz man/man3/libalpm.3.gz man/man5/PKGBUILD.5.gz man/man5/makepkg.conf.5.gz @@ -29,10 +31,14 @@ man/man5/pacman.conf.5.gz man/man8/makepkg.8.gz man/man8/pacman-key.8.gz man/man8/pacman.8.gz +man/man8/pactree.8.gz man/man8/pkgdelta.8.gz man/man8/repo-add.8.gz man/man8/repo-remove.8.gz man/man8/vercmp.8.gz +%%NLS%%share/locale/ar/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/ar/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/ar/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ca/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman.mo @@ -51,30 +57,53 @@ man/man8/vercmp.8.gz %%NLS%%share/locale/en_GB/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/eo/LC_MESSAGES/pacman.mo %%NLS%%share/locale/es/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/fa/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fi/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/gl/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/gl/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/gl/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/hr/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/hr/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/hr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/hu/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/id/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/id/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/id/LC_MESSAGES/pacman.mo %%NLS%%share/locale/it/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pacman.mo %%NLS%%share/locale/kk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/kk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/kk/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/pacman.mo %%NLS%%share/locale/lt/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman.mo %%NLS%%share/locale/nb/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/nl/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/nl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman.mo @@ -93,6 +122,9 @@ man/man8/vercmp.8.gz %%NLS%%share/locale/sk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/sl/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/sl/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/sl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman.mo @@ -108,14 +140,15 @@ man/man8/vercmp.8.gz %%NLS%%share/locale/uk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/vi/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman.mo -%%DATADIR%%/ChangeLog.proto %%DATADIR%%/PKGBUILD-split.proto +%%DATADIR%%/PKGBUILD-vcs.proto %%DATADIR%%/PKGBUILD.proto %%DATADIR%%/proto.install @dir %%PACMAN_ROOT%% From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 02:55:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21D14DF2; Sun, 25 Jan 2015 02:55:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03B6B638; Sun, 25 Jan 2015 02:55:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P2tvei066724; Sun, 25 Jan 2015 02:55:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P2tvYW066715; Sun, 25 Jan 2015 02:55:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250255.t0P2tvYW066715@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 02:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377859 - in head/games/lbreakout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 02:55:58 -0000 Author: amdmi3 Date: Sun Jan 25 02:55:56 2015 New Revision: 377859 URL: https://svnweb.freebsd.org/changeset/ports/377859 QAT: https://qat.redports.org/buildarchive/r377859/ Log: - Remove useless REINPLACE - Use @sample for highscore handling - Support highscore patch longer than 32 bytes - Don't use PTHREAD_LIBS - Add LICENSE - Drop @dirrm* from plist Added: head/games/lbreakout/files/patch-lbreakout__hiscore.h (contents, props changed) Modified: head/games/lbreakout/Makefile head/games/lbreakout/pkg-plist Modified: head/games/lbreakout/Makefile ============================================================================== --- head/games/lbreakout/Makefile Sun Jan 25 02:55:48 2015 (r377858) +++ head/games/lbreakout/Makefile Sun Jan 25 02:55:56 2015 (r377859) @@ -3,25 +3,29 @@ PORTNAME= lbreakout PORTVERSION= 010315 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Nice clone of classical Breakout game +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USE_SDL= sdl USES= gmake GNU_CONFIGURE= yes LIBS+= -lcompat post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|"SDL/SDL|"SDL|g ; \ - s| Added: head/games/lbreakout/files/patch-lbreakout__hiscore.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/lbreakout/files/patch-lbreakout__hiscore.h Sun Jan 25 02:55:56 2015 (r377859) @@ -0,0 +1,20 @@ +--- lbreakout/hiscore.h.orig 2001-02-24 22:00:24.000000000 +0300 ++++ lbreakout/hiscore.h 2015-01-25 05:37:12.000000000 +0300 +@@ -60,7 +60,7 @@ + protected: + HiScoreEntry *entries; + int entry_num; +- char filename[32]; ++ char filename[1024]; + public: + StandardHiScore(char* f); + StandardHiScore(FILE* f); +@@ -88,7 +88,7 @@ + // maintains two tables: one per score, the other per level + class CompositeHiScore : public HiScore { + private: +- char filename[32]; ++ char filename[1024]; + LevelHiScore* pLevel; + StandardHiScore* pStandard; + Modified: head/games/lbreakout/pkg-plist ============================================================================== --- head/games/lbreakout/pkg-plist Sun Jan 25 02:55:48 2015 (r377858) +++ head/games/lbreakout/pkg-plist Sun Jan 25 02:55:56 2015 (r377859) @@ -43,6 +43,5 @@ share/lbreakout/wall.wav share/lbreakout/weapon.bmp share/lbreakout/weapon.wav share/lbreakout/wontgiveup.wav -@dirrm share/lbreakout -@(root,games,664) /var/games/lbreakout/lbreakout.hscr -@dirrm /var/games/lbreakout +@sample(root,games,664) /var/games/lbreakout/lbreakout.hscr.sample +@dir /var/games/lbreakout From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 03:36:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0838A64C; Sun, 25 Jan 2015 03:36:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8B36ACD; Sun, 25 Jan 2015 03:36:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P3aQAG086777; Sun, 25 Jan 2015 03:36:26 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P3aQPR086775; Sun, 25 Jan 2015 03:36:26 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201501250336.t0P3aQPR086775@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sun, 25 Jan 2015 03:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377860 - head/x11/mlterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 03:36:27 -0000 Author: nobutaka Date: Sun Jan 25 03:36:25 2015 New Revision: 377860 URL: https://svnweb.freebsd.org/changeset/ports/377860 QAT: https://qat.redports.org/buildarchive/r377860/ Log: Update to 3.4.2. Modified: head/x11/mlterm/Makefile head/x11/mlterm/distinfo Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Sun Jan 25 02:55:56 2015 (r377859) +++ head/x11/mlterm/Makefile Sun Jan 25 03:36:25 2015 (r377860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mlterm -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} Modified: head/x11/mlterm/distinfo ============================================================================== --- head/x11/mlterm/distinfo Sun Jan 25 02:55:56 2015 (r377859) +++ head/x11/mlterm/distinfo Sun Jan 25 03:36:25 2015 (r377860) @@ -1,2 +1,2 @@ -SHA256 (mlterm-3.4.1.tar.gz) = be3bb111f6f4f7531ae44e75a5585d52bc91fbc9447c70727af4f48fd0112db6 -SIZE (mlterm-3.4.1.tar.gz) = 3639067 +SHA256 (mlterm-3.4.2.tar.gz) = 0ef9319b620adfce6ae87e85a87438f0cbd4154c4c6e46f74f202381ed932424 +SIZE (mlterm-3.4.2.tar.gz) = 3642794 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 04:23:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56AA49E1; Sun, 25 Jan 2015 04:23:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36400E65; Sun, 25 Jan 2015 04:23:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P4NBn7009930; Sun, 25 Jan 2015 04:23:11 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P4NAOX009928; Sun, 25 Jan 2015 04:23:10 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201501250423.t0P4NAOX009928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sun, 25 Jan 2015 04:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377861 - head/mail/wanderlust-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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 04:23:11 -0000 Author: nobutaka Date: Sun Jan 25 04:23:10 2015 New Revision: 377861 URL: https://svnweb.freebsd.org/changeset/ports/377861 QAT: https://qat.redports.org/buildarchive/r377861/ Log: Update to the snapshot on 2014/12/09. Modified: head/mail/wanderlust-devel/Makefile head/mail/wanderlust-devel/distinfo Modified: head/mail/wanderlust-devel/Makefile ============================================================================== --- head/mail/wanderlust-devel/Makefile Sun Jan 25 03:36:25 2015 (r377860) +++ head/mail/wanderlust-devel/Makefile Sun Jan 25 04:23:10 2015 (r377861) @@ -3,7 +3,6 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} -PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel-${EMACS_PORT_NAME} @@ -18,10 +17,10 @@ USE_GITHUB= yes GH_ACCOUNT= wanderlust GH_PROJECT= wanderlust -GH_TAGNAME= c4cb06e2d4eda1070d3319ca1fa59e94844374aa -GH_COMMIT= c4cb06e +GH_TAGNAME= 5e741ba175b51fc6a9149879c9554edf9e08fe3c +GH_COMMIT= 5e741ba -SNAPDATE= 20140613 +SNAPDATE= 20141209 CONFLICTS= wanderlust-*-2.14.* NO_LATEST_LINK= yes Modified: head/mail/wanderlust-devel/distinfo ============================================================================== --- head/mail/wanderlust-devel/distinfo Sun Jan 25 03:36:25 2015 (r377860) +++ head/mail/wanderlust-devel/distinfo Sun Jan 25 04:23:10 2015 (r377861) @@ -1,2 +1,2 @@ -SHA256 (wanderlust-2.15.9.b.20140613.tar.gz) = 504cf6f61fa0e20258d26b881c9adf003b906b216d1af21f51139328ff7d67b5 -SIZE (wanderlust-2.15.9.b.20140613.tar.gz) = 1172580 +SHA256 (wanderlust-2.15.9.b.20141209.tar.gz) = 4cb56dccaa62d2609277c208dbf9c7fc96ffcd699fe8d882b1c6fe2fa65fc662 +SIZE (wanderlust-2.15.9.b.20141209.tar.gz) = 1178207 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 04:48:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84DEFF7A; Sun, 25 Jan 2015 04:48:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 653A38; Sun, 25 Jan 2015 04:48:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P4m3Ad020170; Sun, 25 Jan 2015 04:48:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P4m2Ut020160; Sun, 25 Jan 2015 04:48:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250448.t0P4m2Ut020160@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 04:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377862 - in head/sysutils/backuppc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 04:48:03 -0000 Author: amdmi3 Date: Sun Jan 25 04:48:01 2015 New Revision: 377862 URL: https://svnweb.freebsd.org/changeset/ports/377862 QAT: https://qat.redports.org/buildarchive/r377862/ Log: - Update to 3.3.1 - Fix Perl path in shebang - pkg-plist cleanup PR: 196924 Submitted by: moiseev@mezonplus.ru (maintainer) Modified: head/sysutils/backuppc/Makefile head/sysutils/backuppc/distinfo head/sysutils/backuppc/files/patch-update.pl head/sysutils/backuppc/files/update.sh.in head/sysutils/backuppc/pkg-plist Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Sun Jan 25 04:23:10 2015 (r377861) +++ head/sysutils/backuppc/Makefile Sun Jan 25 04:48:01 2015 (r377862) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= backuppc -PORTVERSION= 3.3.0 -PORTREVISION= 8 +PORTVERSION= 3.3.1 CATEGORIES= sysutils MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -107,6 +106,7 @@ do-install: cd ${WRKSRC} && ${PERL} configure.pl \ --batch \ --backuppc-user ${USERS} \ + --bin-path perl=${PERL} \ --config-dir ${ETCDIR} \ --cgi-dir ${CGIDIR} \ --data-dir /var/db/BackupPC \ Modified: head/sysutils/backuppc/distinfo ============================================================================== --- head/sysutils/backuppc/distinfo Sun Jan 25 04:23:10 2015 (r377861) +++ head/sysutils/backuppc/distinfo Sun Jan 25 04:48:01 2015 (r377862) @@ -1,2 +1,2 @@ -SHA256 (BackupPC-3.3.0.tar.gz) = 8a9c1b6faa4502b4c40617be97e806813815d9e22544854d99983c3da7c1f69b -SIZE (BackupPC-3.3.0.tar.gz) = 554155 +SHA256 (BackupPC-3.3.1.tar.gz) = c9cc4aec28a7474a68d40f4bc460ff15140e05c96900c7f98ff3ef06c4f6ae4c +SIZE (BackupPC-3.3.1.tar.gz) = 556461 Modified: head/sysutils/backuppc/files/patch-update.pl ============================================================================== --- head/sysutils/backuppc/files/patch-update.pl Sun Jan 25 04:23:10 2015 (r377861) +++ head/sysutils/backuppc/files/patch-update.pl Sun Jan 25 04:48:01 2015 (r377862) @@ -177,7 +177,7 @@ - # - # Install new CSS file, making a backup copy if necessary - # -- my $cssBackup = "$DestDir$Conf{CgiImageDir}/BackupPC_stnd.css.pre-3.3.0"; +- my $cssBackup = "$DestDir$Conf{CgiImageDir}/BackupPC_stnd.css.pre-3.3.1"; - if ( -f "$DestDir$Conf{CgiImageDir}/BackupPC_stnd.css" && !-f $cssBackup ) { - rename("$DestDir$Conf{CgiImageDir}/BackupPC_stnd.css", $cssBackup); - } Modified: head/sysutils/backuppc/files/update.sh.in ============================================================================== --- head/sysutils/backuppc/files/update.sh.in Sun Jan 25 04:23:10 2015 (r377861) +++ head/sysutils/backuppc/files/update.sh.in Sun Jan 25 04:48:01 2015 (r377862) @@ -1,6 +1,7 @@ #!/bin/sh perl %%PREFIX%%/libexec/backuppc/update.pl \ + --bin-path perl=%%PREFIX%%/bin/perl \ --config-dir %%ETCDIR%% \ --cgi-dir %%CGIDIR%% \ --data-dir /var/db/BackupPC \ Modified: head/sysutils/backuppc/pkg-plist ============================================================================== --- head/sysutils/backuppc/pkg-plist Sun Jan 25 04:23:10 2015 (r377861) +++ head/sysutils/backuppc/pkg-plist Sun Jan 25 04:48:01 2015 (r377862) @@ -1,4 +1,3 @@ -@stopdaemon backuppc @mode 0555 bin/BackupPC bin/BackupPC_archive @@ -128,35 +127,13 @@ man/man1/backuppc.1.gz @group backuppc @mode 04554 %%CGIDIR%%/BackupPC_Admin -@owner -@group @mode -@dirrm lib/BackupPC/CGI -@dirrm lib/BackupPC/Config -@dirrm lib/BackupPC/Lang -@dirrm lib/BackupPC/Storage -@dirrm lib/BackupPC/Xfer -@dirrm lib/BackupPC/Zip -@dirrm lib/BackupPC -@dirrm lib/Net/FTP -@dirrm lib/Net -@dirrmtry %%WWWDIR%% -@dirrmtry %%CGIDIR%% -@exec install -d -o backuppc -g backuppc -m 0750 /var/log/BackupPC -@exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC -@exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/cpool -@exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/pc -@exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/pool -@exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/trash -@dirrmtry /var/log/BackupPC -@dirrmtry /var/db/BackupPC/cpool -@dirrmtry /var/db/BackupPC/pc -@dirrmtry /var/db/BackupPC/pool -@dirrmtry /var/db/BackupPC/trash -@dirrmtry /var/db/BackupPC -@owner backuppc -@group backuppc -@dirrmtry %%ETCDIR%% +@dir /var/log/BackupPC +@dir /var/db/BackupPC/cpool +@dir /var/db/BackupPC/pc +@dir /var/db/BackupPC/pool +@dir /var/db/BackupPC/trash +@dir /var/db/BackupPC @comment .sample files actually are templates for the configuration script @comment and should not be installed as working configuration files. @mode 0640 @@ -169,4 +146,3 @@ man/man1/backuppc.1.gz %%ETCDIR%%/update.sh libexec/backuppc/update.pl @mode -@dirrm libexec/backuppc From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 04:49:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A88B412C; Sun, 25 Jan 2015 04:49:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 944D474; Sun, 25 Jan 2015 04:49:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P4nAvf020424; Sun, 25 Jan 2015 04:49:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P4nAIa020422; Sun, 25 Jan 2015 04:49:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250449.t0P4nAIa020422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 04:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377863 - head/graphics/libsixel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 04:49:10 -0000 Author: amdmi3 Date: Sun Jan 25 04:49:09 2015 New Revision: 377863 URL: https://svnweb.freebsd.org/changeset/ports/377863 QAT: https://qat.redports.org/buildarchive/r377863/ Log: - Update to 1.4.5 PR: 196758 Submitted by: sue@iwmt.org (maintainer) Modified: head/graphics/libsixel/Makefile head/graphics/libsixel/distinfo Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Sun Jan 25 04:48:01 2015 (r377862) +++ head/graphics/libsixel/Makefile Sun Jan 25 04:49:09 2015 (r377863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.5 PORTEPOCH= 1 CATEGORIES= graphics @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= saitoha GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 31d35e9 +GH_COMMIT= 3b6dd3e USE_LDCONFIG= yes USES= libtool pkgconfig Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Sun Jan 25 04:48:01 2015 (r377862) +++ head/graphics/libsixel/distinfo Sun Jan 25 04:49:09 2015 (r377863) @@ -1,2 +1,2 @@ -SHA256 (libsixel-1.4.3.tar.gz) = 7a00ce3af4528db247fce9c46bc4be7848985f9b267e79e181d555d6a16ea9b6 -SIZE (libsixel-1.4.3.tar.gz) = 4038857 +SHA256 (libsixel-1.4.5.tar.gz) = 7e959c50e17bc030b5b50d8fb32f770cacb229985edfac206dfffac0b2027114 +SIZE (libsixel-1.4.5.tar.gz) = 4039213 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 05:27:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F781E9D; Sun, 25 Jan 2015 05:27:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 113C65E9; Sun, 25 Jan 2015 05:27:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P5RpTT039506; Sun, 25 Jan 2015 05:27:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P5RplG039503; Sun, 25 Jan 2015 05:27:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501250527.t0P5RplG039503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 05:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377864 - head/math/ipopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 05:27:52 -0000 Author: amdmi3 Date: Sun Jan 25 05:27:50 2015 New Revision: 377864 URL: https://svnweb.freebsd.org/changeset/ports/377864 QAT: https://qat.redports.org/buildarchive/r377864/ Log: - Update to 3.11.10 PR: 196896 Submitted by: pfg@FreeBSD.org (maintainer) Modified: head/math/ipopt/Makefile head/math/ipopt/distinfo head/math/ipopt/pkg-plist Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Sun Jan 25 04:49:09 2015 (r377863) +++ head/math/ipopt/Makefile Sun Jan 25 05:27:50 2015 (r377864) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -PORTVERSION= 3.11.9 -PORTREVISION= 1 +PORTVERSION= 3.11.10 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/:srcs \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ Modified: head/math/ipopt/distinfo ============================================================================== --- head/math/ipopt/distinfo Sun Jan 25 04:49:09 2015 (r377863) +++ head/math/ipopt/distinfo Sun Jan 25 05:27:50 2015 (r377864) @@ -1,5 +1,5 @@ -SHA256 (Ipopt-3.11.9.tgz) = 84991b13ce22e4a4aa0756a5db290c2b811bf82ff4e9124d1a71867118e6ab2d -SIZE (Ipopt-3.11.9.tgz) = 4750090 +SHA256 (Ipopt-3.11.10.tgz) = 167db936f38158284f010fc5c0cdc1b277fd0c9e180410e9da2f4a70e2abb600 +SIZE (Ipopt-3.11.10.tgz) = 4773911 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: head/math/ipopt/pkg-plist ============================================================================== --- head/math/ipopt/pkg-plist Sun Jan 25 04:49:09 2015 (r377863) +++ head/math/ipopt/pkg-plist Sun Jan 25 05:27:50 2015 (r377864) @@ -53,13 +53,13 @@ include/coin/ThirdParty/rename.h include/coin/ThirdParty/struct.h lib/libcoinmetis.so lib/libcoinmetis.so.1 -lib/libcoinmetis.so.1.2.10 +lib/libcoinmetis.so.1.2.11 lib/libcoinmumps.so lib/libcoinmumps.so.1 -lib/libcoinmumps.so.1.4.13 +lib/libcoinmumps.so.1.4.14 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.9.9 +lib/libipopt.so.1.9.10 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 08:22:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D714464; Sun, 25 Jan 2015 08:22:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 288BA68D; Sun, 25 Jan 2015 08:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P8MUN6022200; Sun, 25 Jan 2015 08:22:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P8MUJj022199; Sun, 25 Jan 2015 08:22:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201501250822.t0P8MUJj022199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Jan 2015 08:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377865 - head/print/fontforge/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 08:22:30 -0000 Author: jbeich Date: Sun Jan 25 08:22:29 2015 New Revision: 377865 URL: https://svnweb.freebsd.org/changeset/ports/377865 QAT: https://qat.redports.org/buildarchive/r377865/ Log: Unbreak build on 8.x PR: 197056 Differential Revision: https://reviews.freebsd.org/D1662 Approved by: Naram Qashat (maintainer) Approved by: bapt (mentor) Added: head/print/fontforge/files/patch-fontforge_splinefont.h (contents, props changed) Added: head/print/fontforge/files/patch-fontforge_splinefont.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/fontforge/files/patch-fontforge_splinefont.h Sun Jan 25 08:22:29 2015 (r377865) @@ -0,0 +1,15 @@ +--- fontforge/splinefont.h~ ++++ fontforge/splinefont.h +@@ -3547,7 +3547,11 @@ char * delimit_null(const char * input, + + #include "ustring.h" + +-#ifdef __MINGW32__ ++#ifdef __FreeBSD__ ++#include ++#endif ++ ++#if defined(__MINGW32__) || (defined(__FreeBSD__) && __FreeBSD_version < 900506) + #define BAD_LOCALE_HACK + typedef char* locale_t; + #define LC_GLOBAL_LOCALE ((locale_t)-1) From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 08:24:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AE48550; Sun, 25 Jan 2015 08:24:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2D669A; Sun, 25 Jan 2015 08:24:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P8OJiS022533; Sun, 25 Jan 2015 08:24:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P8OIBK022527; Sun, 25 Jan 2015 08:24:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201501250824.t0P8OIBK022527@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Jan 2015 08:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377866 - head/print/fontforge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 08:24:19 -0000 Author: jbeich Date: Sun Jan 25 08:24:18 2015 New Revision: 377866 URL: https://svnweb.freebsd.org/changeset/ports/377866 QAT: https://qat.redports.org/buildarchive/r377866/ Log: - Update to upstream version 20141230 (same as v2.1.0) - Chase update of print/freetype2 to 2.5.5 PR: 196861 Differential Revision: https://reviews.freebsd.org/D1630 Submitted by: Naram Qashat (maintainer) Approved by: bapt (mentor) Modified: head/print/fontforge/Makefile head/print/fontforge/distinfo Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Sun Jan 25 08:22:29 2015 (r377865) +++ head/print/fontforge/Makefile Sun Jan 25 08:24:18 2015 (r377866) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fontforge -DISTVERSION= 20141126 -PORTREVISION= 1 +DISTVERSION= 20141230 CATEGORIES= print DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz @@ -26,7 +25,7 @@ LIB_DEPENDS= libuninameslist.so:${PORTSD USE_GITHUB= yes GH_ACCOUNT= fontforge -GH_COMMIT= 2b4e6df +GH_COMMIT= eb11c93 USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info USE_XORG= x11 xi ice xkbui @@ -61,7 +60,7 @@ MASTER_SITES+= http://sunsite.cnlab-swit http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,}:freetype \ ftp://ftp.freetype.org/freetype/freetype2/:freetype -FREETYPE_VERSION= 2.5.4 +FREETYPE_VERSION= 2.5.5 FREETYPE_SRC= freetype-${FREETYPE_VERSION}.tar.bz2 DISTFILES+= ${FREETYPE_SRC:C/$/:freetype/} CONFIGURE_ARGS+= --enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSION} Modified: head/print/fontforge/distinfo ============================================================================== --- head/print/fontforge/distinfo Sun Jan 25 08:22:29 2015 (r377865) +++ head/print/fontforge/distinfo Sun Jan 25 08:24:18 2015 (r377866) @@ -1,4 +1,4 @@ -SHA256 (fontforge-20141126.tar.gz) = 2e27580ce0de5dfbdf300326853c1a99a07dab059f5221331464466df9544b34 -SIZE (fontforge-20141126.tar.gz) = 21949004 -SHA256 (freetype-2.5.4.tar.bz2) = 3b4e2c666b33b32ad29ff0fe5c6538e757d3c73368e5dfa88bd59b4bc95cbabb -SIZE (freetype-2.5.4.tar.bz2) = 1726105 +SHA256 (fontforge-20141230.tar.gz) = 6291ac9b5ac68a29a3384468618932d5fe42e7e76843ac10e39dbebc66717fa2 +SIZE (fontforge-20141230.tar.gz) = 24301274 +SHA256 (freetype-2.5.5.tar.bz2) = 387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9 +SIZE (freetype-2.5.5.tar.bz2) = 1714529 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 08:58:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2CD584E; Sun, 25 Jan 2015 08:58:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACBCE958; Sun, 25 Jan 2015 08:58:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P8wX73037233; Sun, 25 Jan 2015 08:58:33 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P8wW5r037227; Sun, 25 Jan 2015 08:58:32 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201501250858.t0P8wW5r037227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 25 Jan 2015 08:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377867 - in head/games: linux-candycruncher-demo linux-coldwar-demo linux-gorky17-demo linux-hdb-demo linux-majesty-demo linux-ningpo-demo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 08:58:34 -0000 Author: mva Date: Sun Jan 25 08:58:31 2015 New Revision: 377867 URL: https://svnweb.freebsd.org/changeset/ports/377867 QAT: https://qat.redports.org/buildarchive/r377867/ Log: linuxgamepublishing.com seems to be (temporarily) out of service and the offered game demos have been become unavailable. Mark the provided ports linux-candycruncher-demo linux-coldwar-demo linux-gorky17-demo linux-hdb-demo linux-majesty-demo linux-ningpo-demo as BROKEN. PR: 196953 196954 196955 196956 196957 Reported by: amdmi3 Modified: head/games/linux-candycruncher-demo/Makefile head/games/linux-coldwar-demo/Makefile head/games/linux-gorky17-demo/Makefile head/games/linux-hdb-demo/Makefile head/games/linux-majesty-demo/Makefile head/games/linux-ningpo-demo/Makefile Modified: head/games/linux-candycruncher-demo/Makefile ============================================================================== --- head/games/linux-candycruncher-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-candycruncher-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -24,6 +24,8 @@ PORTDOCS= README README.licenses README. LIBFILES= libcrypto.so.0.9.8 libgrapple-0.9.so.2 liblua.so liblualib.so \ libssl.so.0.9.8 +BROKEN= Does not fetch + do-extract: @${MKDIR} ${WRKSRC} @cd ${WRKSRC} && ${TAIL} +377 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ Modified: head/games/linux-coldwar-demo/Makefile ============================================================================== --- head/games/linux-coldwar-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-coldwar-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -24,6 +24,8 @@ PORTDOCS= README README.licenses EULA OPTIONS_DEFINE= NVIDIA DOCS NVIDIA_DESC= Enable nvidia graphics driver support +BROKEN= Does not fetch + .include .if ${PORT_OPTIONS:MNVIDIA} Modified: head/games/linux-gorky17-demo/Makefile ============================================================================== --- head/games/linux-gorky17-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-gorky17-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -25,6 +25,8 @@ DATFILES= adjust.dat demo1.jpg demo2.jpg OPTIONS_DEFINE= NVIDIA DOCS NVIDIA_DESC= Enable nvidia graphics driver support +BROKEN= Does not fetch + .include .if ${PORT_OPTIONS:MNVIDIA} Modified: head/games/linux-hdb-demo/Makefile ============================================================================== --- head/games/linux-hdb-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-hdb-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= hdb PORTDOCS= README README.licenses README.unixthanks license.txt +BROKEN= Does not fetch + .include do-extract: Modified: head/games/linux-majesty-demo/Makefile ============================================================================== --- head/games/linux-majesty-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-majesty-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= majesty PORTDOCS= README README.licenses EULA +BROKEN= Does not fetch + .include do-extract: Modified: head/games/linux-ningpo-demo/Makefile ============================================================================== --- head/games/linux-ningpo-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-ningpo-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= ningpo PORTDOCS= README README.licenses license.txt +BROKNE= Does not fetch + .include do-extract: From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:12:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89B81CE4; Sun, 25 Jan 2015 09:12:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75A6FB03; Sun, 25 Jan 2015 09:12:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9COw0048525; Sun, 25 Jan 2015 09:12:24 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9COla048523; Sun, 25 Jan 2015 09:12:24 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501250912.t0P9COla048523@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 09:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377869 - head/devel/bisoncpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:12:24 -0000 Author: bofh Date: Sun Jan 25 09:12:23 2015 New Revision: 377869 URL: https://svnweb.freebsd.org/changeset/ports/377869 QAT: https://qat.redports.org/buildarchive/r377869/ Log: devel/bisoncpp: Update version 4.09.01=>4.09.02 Differential Revision: https://reviews.freebsd.org/D1634 Approved by: marino(mentor) Modified: head/devel/bisoncpp/Makefile head/devel/bisoncpp/distinfo Modified: head/devel/bisoncpp/Makefile ============================================================================== --- head/devel/bisoncpp/Makefile Sun Jan 25 09:06:00 2015 (r377868) +++ head/devel/bisoncpp/Makefile Sun Jan 25 09:12:23 2015 (r377869) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bisoncpp -PORTVERSION= 4.09.01 -PORTREVISION= 1 +PORTVERSION= 4.09.02 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION}.orig Modified: head/devel/bisoncpp/distinfo ============================================================================== --- head/devel/bisoncpp/distinfo Sun Jan 25 09:06:00 2015 (r377868) +++ head/devel/bisoncpp/distinfo Sun Jan 25 09:12:23 2015 (r377869) @@ -1,2 +1,2 @@ -SHA256 (bisonc++_4.09.01.orig.tar.gz) = 447cb90975251e4b6de51ccafe637184859f1ea4ad38ddb3b5988eebda42603c -SIZE (bisonc++_4.09.01.orig.tar.gz) = 654635 +SHA256 (bisonc++_4.09.02.orig.tar.gz) = b51f3ec125c6405530d82c403a58ec3c0c0a55242fb93ed6f4177aef59a2b380 +SIZE (bisonc++_4.09.02.orig.tar.gz) = 654692 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:13:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75B50DCE; Sun, 25 Jan 2015 09:13:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47EDCB0E; Sun, 25 Jan 2015 09:13:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9Dx3w048811; Sun, 25 Jan 2015 09:13:59 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9DwDP048809; Sun, 25 Jan 2015 09:13:58 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501250913.t0P9DwDP048809@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 09:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377870 - head/java/java-checkstyle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:13:59 -0000 Author: bofh Date: Sun Jan 25 09:13:58 2015 New Revision: 377870 URL: https://svnweb.freebsd.org/changeset/ports/377870 QAT: https://qat.redports.org/buildarchive/r377870/ Log: java/java-checkstyle: Update version 5.8=>6.2 Differential Revision: https://reviews.freebsd.org/D1633 Approved by: marino(mentor) Modified: head/java/java-checkstyle/Makefile head/java/java-checkstyle/distinfo Modified: head/java/java-checkstyle/Makefile ============================================================================== --- head/java/java-checkstyle/Makefile Sun Jan 25 09:12:23 2015 (r377869) +++ head/java/java-checkstyle/Makefile Sun Jan 25 09:13:58 2015 (r377870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= checkstyle -PORTVERSION= 5.8 +PORTVERSION= 6.2 CATEGORIES= java devel MASTER_SITES= SF PKGNAMEPREFIX= java- @@ -39,9 +39,8 @@ do-install: @-${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} LICENSE* RIGHTS.antlr \ ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC} && ${COPYTREE_SHARE} site ${STAGEDIR}${DOCSDIR}) @-${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for EXAMPLEFILE in checkstyle_checks import-control sun_checks suppressions +.for EXAMPLEFILE in checkstyle_checks import-control suppressions ${INSTALL_DATA} ${WRKSRC}/${EXAMPLEFILE}.xml ${STAGEDIR}${EXAMPLESDIR} .endfor (cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${STAGEDIR}${EXAMPLESDIR}) Modified: head/java/java-checkstyle/distinfo ============================================================================== --- head/java/java-checkstyle/distinfo Sun Jan 25 09:12:23 2015 (r377869) +++ head/java/java-checkstyle/distinfo Sun Jan 25 09:13:58 2015 (r377870) @@ -1,2 +1,2 @@ -SHA256 (checkstyle-5.8-bin.tar.gz) = 5d53928d41559858327553a127f347b68229f1db3814bc854c62c5cf734abb79 -SIZE (checkstyle-5.8-bin.tar.gz) = 9385181 +SHA256 (checkstyle-6.2-bin.tar.gz) = 2581158fd93e2938089c6c2af21374724cc14c07ac20a01d0c0f1c36281ca0dd +SIZE (checkstyle-6.2-bin.tar.gz) = 8014791 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:15:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27219ECB; Sun, 25 Jan 2015 09:15:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12925B22; Sun, 25 Jan 2015 09:15:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9FlQn049180; Sun, 25 Jan 2015 09:15:47 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9Fldj049177; Sun, 25 Jan 2015 09:15:47 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501250915.t0P9Fldj049177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 09:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377871 - head/devel/pear-VersionControl_SVN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:15:48 -0000 Author: bofh Date: Sun Jan 25 09:15:46 2015 New Revision: 377871 URL: https://svnweb.freebsd.org/changeset/ports/377871 QAT: https://qat.redports.org/buildarchive/r377871/ Log: devel/pear-VersionControl_SVN: Update version 0.5.1=>0.5.2 Differential Revision: https://reviews.freebsd.org/D1625 Approved by: marino(mentor) Modified: head/devel/pear-VersionControl_SVN/Makefile head/devel/pear-VersionControl_SVN/distinfo Modified: head/devel/pear-VersionControl_SVN/Makefile ============================================================================== --- head/devel/pear-VersionControl_SVN/Makefile Sun Jan 25 09:13:58 2015 (r377870) +++ head/devel/pear-VersionControl_SVN/Makefile Sun Jan 25 09:15:46 2015 (r377871) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= VersionControl_SVN -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= devel pear MAINTAINER= bofh@FreeBSD.org Modified: head/devel/pear-VersionControl_SVN/distinfo ============================================================================== --- head/devel/pear-VersionControl_SVN/distinfo Sun Jan 25 09:13:58 2015 (r377870) +++ head/devel/pear-VersionControl_SVN/distinfo Sun Jan 25 09:15:46 2015 (r377871) @@ -1,2 +1,2 @@ -SHA256 (PEAR/VersionControl_SVN-0.5.1.tgz) = 8c2dd6e68c7c041f20652a9fe2497bb3fd52d918d700b4175c1fe32e65bc0739 -SIZE (PEAR/VersionControl_SVN-0.5.1.tgz) = 31121 +SHA256 (PEAR/VersionControl_SVN-0.5.2.tgz) = a276e0c3e52aa746f7c6ae78773843496b563952cbf76e5fbec8f929abb85202 +SIZE (PEAR/VersionControl_SVN-0.5.2.tgz) = 31356 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:16:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72630A9; Sun, 25 Jan 2015 09:16:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D7E0B3C; Sun, 25 Jan 2015 09:16:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9GVL7049378; Sun, 25 Jan 2015 09:16:31 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9GV6v049377; Sun, 25 Jan 2015 09:16:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201501250916.t0P9GV6v049377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 25 Jan 2015 09:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377872 - head/devel/git-review X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:16:31 -0000 Author: koobs Date: Sun Jan 25 09:16:30 2015 New Revision: 377872 URL: https://svnweb.freebsd.org/changeset/ports/377872 QAT: https://qat.redports.org/buildarchive/r377872/ Log: devel/git-review: Add missing dependency - Add missing RUN_DEPENDS on py-requests While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON PR: 197034 Submitted by: maintainer Modified: head/devel/git-review/Makefile Modified: head/devel/git-review/Makefile ============================================================================== --- head/devel/git-review/Makefile Sun Jan 25 09:15:46 2015 (r377871) +++ head/devel/git-review/Makefile Sun Jan 25 09:16:30 2015 (r377872) @@ -2,6 +2,7 @@ PORTNAME= git-review PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -9,12 +10,14 @@ MAINTAINER= dereckson@gmail.com COMMENT= Allow to push review and interact with a Gerrit server LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= git:${PORTSDIR}/devel/git +RUN_DEPENDS= git:${PORTSDIR}/devel/git \ + ${PYTHON_PKGNAMEPREFIX}requests>2.4:${PORTSDIR}/www/py-requests USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils PLIST_FILES= man/man1/git-review.1.gz PORTDOCS= README.rst HACKING.rst AUTHORS From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:17:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BD041AC; Sun, 25 Jan 2015 09:17:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37785B62; Sun, 25 Jan 2015 09:17:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9Hu4H049670; Sun, 25 Jan 2015 09:17:56 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9HtpY049667; Sun, 25 Jan 2015 09:17:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501250917.t0P9HtpY049667@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 09:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377873 - head/devel/p5-boolean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:17:56 -0000 Author: bofh Date: Sun Jan 25 09:17:54 2015 New Revision: 377873 URL: https://svnweb.freebsd.org/changeset/ports/377873 QAT: https://qat.redports.org/buildarchive/r377873/ Log: devel/p5-boolean: Update version 0.32=>0.43 Differential Revision: https://reviews.freebsd.org/D1624 Approved by: marino(mentor) Modified: head/devel/p5-boolean/Makefile head/devel/p5-boolean/distinfo head/devel/p5-boolean/pkg-plist Modified: head/devel/p5-boolean/Makefile ============================================================================== --- head/devel/p5-boolean/Makefile Sun Jan 25 09:16:30 2015 (r377872) +++ head/devel/p5-boolean/Makefile Sun Jan 25 09:17:54 2015 (r377873) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= boolean -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.43 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY Modified: head/devel/p5-boolean/distinfo ============================================================================== --- head/devel/p5-boolean/distinfo Sun Jan 25 09:16:30 2015 (r377872) +++ head/devel/p5-boolean/distinfo Sun Jan 25 09:17:54 2015 (r377873) @@ -1,2 +1,2 @@ -SHA256 (boolean-0.32.tar.gz) = 4f9ed8886a98e7ee96c8b3ba31fb61c186018e4e06cc2c1d9d20adc8428591c5 -SIZE (boolean-0.32.tar.gz) = 13096 +SHA256 (boolean-0.43.tar.gz) = dbcc378c8472b17d93901d26527839c957dc8cbdfd65f3a77dd427c9166cded4 +SIZE (boolean-0.43.tar.gz) = 14841 Modified: head/devel/p5-boolean/pkg-plist ============================================================================== --- head/devel/p5-boolean/pkg-plist Sun Jan 25 09:16:30 2015 (r377872) +++ head/devel/p5-boolean/pkg-plist Sun Jan 25 09:17:54 2015 (r377873) @@ -1,2 +1,3 @@ %%SITE_PERL%%/boolean.pm +%%SITE_PERL%%/boolean.pod %%PERL5_MAN3%%/boolean.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:19:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFB2E2A0; Sun, 25 Jan 2015 09:19:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0C42B72; Sun, 25 Jan 2015 09:19:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9JS7f049961; Sun, 25 Jan 2015 09:19:28 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9JSCj049959; Sun, 25 Jan 2015 09:19:28 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501250919.t0P9JSCj049959@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 09:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377874 - head/devel/p5-Test-WWW-Mechanize-Catalyst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:19:29 -0000 Author: bofh Date: Sun Jan 25 09:19:27 2015 New Revision: 377874 URL: https://svnweb.freebsd.org/changeset/ports/377874 QAT: https://qat.redports.org/buildarchive/r377874/ Log: devel/p5-Test-WWW-Mechanize-Catalyst: Update version 0.59=>0.60 Differential Revision: https://reviews.freebsd.org/D1623 Approved by: marino(mentor) Modified: head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile head/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo Modified: head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile Sun Jan 25 09:17:54 2015 (r377873) +++ head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile Sun Jan 25 09:19:27 2015 (r377874) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-WWW-Mechanize-Catalyst -PORTVERSION= 0.59 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,6 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90 p5-Moose>=0.67:${PORTSDIR}/devel/p5-Moose \ p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ p5-WWW-Mechanize>=1.54:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww \ p5-namespace-clean>=0.09:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ Modified: head/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo ============================================================================== --- head/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo Sun Jan 25 09:17:54 2015 (r377873) +++ head/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo Sun Jan 25 09:19:27 2015 (r377874) @@ -1,2 +1,2 @@ -SHA256 (Test-WWW-Mechanize-Catalyst-0.59.tar.gz) = 5b9e50bcb8adf1dd78cc1d9b6529ad1423a13ed416a48591e6266c3d2aba21c3 -SIZE (Test-WWW-Mechanize-Catalyst-0.59.tar.gz) = 31943 +SHA256 (Test-WWW-Mechanize-Catalyst-0.60.tar.gz) = 9b827d9a42c5cdedbd694e614e56b452d20d6450778f837efccd8ea87276105a +SIZE (Test-WWW-Mechanize-Catalyst-0.60.tar.gz) = 34080 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 09:47:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC367B79; Sun, 25 Jan 2015 09:47:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D81CAEA9; Sun, 25 Jan 2015 09:47:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P9luAf063769; Sun, 25 Jan 2015 09:47:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P9luHV063767; Sun, 25 Jan 2015 09:47:56 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201501250947.t0P9luHV063767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 25 Jan 2015 09:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377876 - head/editors/wordgrinder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:47:57 -0000 Author: riggs Date: Sun Jan 25 09:47:55 2015 New Revision: 377876 URL: https://svnweb.freebsd.org/changeset/ports/377876 QAT: https://qat.redports.org/buildarchive/r377876/ Log: Update to upstream version 0.5.2 PR: 196963 Submitted by: vmagerya@gmail.com (maintainer) Modified: head/editors/wordgrinder/Makefile head/editors/wordgrinder/distinfo Modified: head/editors/wordgrinder/Makefile ============================================================================== --- head/editors/wordgrinder/Makefile Sun Jan 25 09:30:20 2015 (r377875) +++ head/editors/wordgrinder/Makefile Sun Jan 25 09:47:55 2015 (r377876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordgrinder -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -23,10 +23,10 @@ post-patch: ${REINPLACE_CMD} \ -e '/hide = /s/@//' \ -e '/cc := gcc/s|gcc|${CC}|' \ - -e '/INCLUDES := /s|= .*|= -I${LUA_INCDIR}|' \ + -e '/LUA_INCLUDE := /s|= .*|= ${LUA_INCDIR}|' \ -e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \ -e 's|-llua5.2|-llua-${LUA_VER}|' \ - -e 's|@lua|${LUA_CMD}|' \ + -e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \ -e '/PREFIX = /d' \ -e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \ -e '/install /s|-D||' \ Modified: head/editors/wordgrinder/distinfo ============================================================================== --- head/editors/wordgrinder/distinfo Sun Jan 25 09:30:20 2015 (r377875) +++ head/editors/wordgrinder/distinfo Sun Jan 25 09:47:55 2015 (r377876) @@ -1,2 +1,2 @@ -SHA256 (wordgrinder-0.5.1.tar.bz2) = 387cf4e8fc5f188c821cd77c782e1256ddb7c27987a682e1526143dc582d3677 -SIZE (wordgrinder-0.5.1.tar.bz2) = 652378 +SHA256 (wordgrinder-0.5.2.tar.bz2) = b8da422ebeb31ebace5d174fed1d959f942af0c2704e6f064c8f31b3bd7e7774 +SIZE (wordgrinder-0.5.2.tar.bz2) = 644852 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:03:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B758359; Sun, 25 Jan 2015 11:03:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583FD7C9; Sun, 25 Jan 2015 11:03:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PB32eA000673; Sun, 25 Jan 2015 11:03:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PB32Oh000672; Sun, 25 Jan 2015 11:03:02 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501251103.t0PB32Oh000672@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 25 Jan 2015 11:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377877 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:03:02 -0000 Author: pawel Date: Sun Jan 25 11:03:01 2015 New Revision: 377877 URL: https://svnweb.freebsd.org/changeset/ports/377877 QAT: https://qat.redports.org/buildarchive/r377877/ Log: Use /var/log for logdir PR: 196626 Reported by: Jordan Irwin Modified: head/archivers/dpkg/Makefile Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Sun Jan 25 09:47:55 2015 (r377876) +++ head/archivers/dpkg/Makefile Sun Jan 25 11:03:01 2015 (r377877) @@ -3,6 +3,7 @@ PORTNAME= dpkg PORTVERSION= 1.17.23 +PORTREVISION= 1 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= dpkg_${PORTVERSION} @@ -31,7 +32,7 @@ SUB_LIST+= DPKGDIR=${DPKGDIR} CONFIGURE_ARGS+=--with-admindir=${DPKGDIR} --libdir=${PREFIX}/libexec \ --program-transform-name="" --with-libintl-prefix=${LOCALBASE} \ - --disable-compiler-warnings + --disable-compiler-warnings --with-logdir=/var/log CONFIGURE_ENV+= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" OPTIONS_DEFINE= NLS From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:08:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A9DE4B3; Sun, 25 Jan 2015 11:08:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 571587F7; Sun, 25 Jan 2015 11:08:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PB8sBw001499; Sun, 25 Jan 2015 11:08:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PB8sv0001498; Sun, 25 Jan 2015 11:08:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201501251108.t0PB8sv0001498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 25 Jan 2015 11:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377878 - head/www/otrs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:08:54 -0000 Author: riggs Date: Sun Jan 25 11:08:53 2015 New Revision: 377878 URL: https://svnweb.freebsd.org/changeset/ports/377878 QAT: https://qat.redports.org/buildarchive/r377878/ Log: Allow staging as normal user - Handle owner and group via @owner,group in pkg-plist - Remove exec chown -R ... fomr pkg-plist PR: 197041 Submitted by: m.tsatsenko@gmail.com (maintainer) Modified: head/www/otrs/pkg-plist Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Sun Jan 25 11:03:01 2015 (r377877) +++ head/www/otrs/pkg-plist Sun Jan 25 11:08:53 2015 (r377878) @@ -1,3 +1,5 @@ +@owner %%OTRS_USER%% +@group %%WWWOWN%% otrs/.fetchmailrc.dist otrs/.mailfilter.dist otrs/.procmailrc.dist @@ -2457,8 +2459,9 @@ otrs/var/stats/Stats.StatusActionOvervie otrs/var/stats/Stats.StatusActionOverview.en.xml otrs/var/stats/Stats.TicketOverview.de.xml otrs/var/stats/Stats.TicketOverview.en.xml +@owner root +@group wheel %%PORTDOCS%%%%DOCSDIR%%/manual/en/otrs_admin_book.pdf -@exec chown -R %%OTRS_USER%%:%%WWWOWN%% %D/otrs %%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING-Third-Party From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:14:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD8BD5CA; Sun, 25 Jan 2015 11:14:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0368AE; Sun, 25 Jan 2015 11:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBECmu005786; Sun, 25 Jan 2015 11:14:12 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBECqc005782; Sun, 25 Jan 2015 11:14:12 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501251114.t0PBECqc005782@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 11:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377879 - head/lang/py-mx-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:14:13 -0000 Author: bofh Date: Sun Jan 25 11:14:11 2015 New Revision: 377879 URL: https://svnweb.freebsd.org/changeset/ports/377879 QAT: https://qat.redports.org/buildarchive/r377879/ Log: lang/py-mx-base: Update version 3.2.7=>3.2.8 - Added LICENSE (EGENIX) - Changed MASTER_SITES from https to http to support downloading from behind proxy Differential Revision: https://reviews.freebsd.org/D1635 Approved by: bapt(mentor) Modified: head/lang/py-mx-base/Makefile head/lang/py-mx-base/distinfo Modified: head/lang/py-mx-base/Makefile ============================================================================== --- head/lang/py-mx-base/Makefile Sun Jan 25 11:08:53 2015 (r377878) +++ head/lang/py-mx-base/Makefile Sun Jan 25 11:14:11 2015 (r377879) @@ -2,15 +2,20 @@ # $FreeBSD$ PORTNAME= mx-base -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.8 CATEGORIES= lang python -MASTER_SITES= https://downloads.egenix.com/python/ +MASTER_SITES= http://downloads.egenix.com/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= egenix-${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= eGenix mx-Extension Series for Python +LICENSE= EGENIX +LICENSE_NAME= EGENIX.COM Public License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= python:2 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= egenix-mx-base @@ -37,6 +42,17 @@ post-patch: @${REINPLACE_CMD} -e '/pdf/d' ${WRKSRC}/egenix_mx_base.py @${REINPLACE_CMD} -e '/Examples/d' ${WRKSRC}/egenix_mx_base.py +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/DateTime/mxDateTime/mxDateTime.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/BeeBase/mxBeeBase/mxBeeBase.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/Proxy/mxProxy/mxProxy.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/UID/mxUID/mxUID.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/Stack/mxStack/mxStack.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/URL/mxURL/mxURL.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/TextTools/mxTextTools/mxTextTools.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/Tools/mxTools/mxTools.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mx/Queue/mxQueue/mxQueue.so + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${TXTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/lang/py-mx-base/distinfo ============================================================================== --- head/lang/py-mx-base/distinfo Sun Jan 25 11:08:53 2015 (r377878) +++ head/lang/py-mx-base/distinfo Sun Jan 25 11:14:11 2015 (r377879) @@ -1,2 +1,2 @@ -SHA256 (egenix-mx-base-3.2.7.tar.gz) = db9f283bdc8a9a5b76260fdf33c7998b95628d7752c8bb6811a66b8924883d9c -SIZE (egenix-mx-base-3.2.7.tar.gz) = 4585906 +SHA256 (egenix-mx-base-3.2.8.tar.gz) = 0da55233e45bc3f88870e62e60a79c2c86bad4098b8128343fd7be877f44a3c0 +SIZE (egenix-mx-base-3.2.8.tar.gz) = 4597088 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:15:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B01D6B0; Sun, 25 Jan 2015 11:15:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078F28B9; Sun, 25 Jan 2015 11:15:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBFfo9006117; Sun, 25 Jan 2015 11:15:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBFfmd006115; Sun, 25 Jan 2015 11:15:41 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501251115.t0PBFfmd006115@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 25 Jan 2015 11:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377880 - head/mail/dbmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:15:42 -0000 Author: bofh Date: Sun Jan 25 11:15:40 2015 New Revision: 377880 URL: https://svnweb.freebsd.org/changeset/ports/377880 QAT: https://qat.redports.org/buildarchive/r377880/ Log: mail/dbmail: Update version 3.2.1=>3.2.2 Differential Revision: https://reviews.freebsd.org/D1666 Approved by: bapt(mentor) Modified: head/mail/dbmail/Makefile head/mail/dbmail/distinfo Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Sun Jan 25 11:14:11 2015 (r377879) +++ head/mail/dbmail/Makefile Sun Jan 25 11:15:40 2015 (r377880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= mail MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ \ http://www.dbmail.org/download/3.2/ Modified: head/mail/dbmail/distinfo ============================================================================== --- head/mail/dbmail/distinfo Sun Jan 25 11:14:11 2015 (r377879) +++ head/mail/dbmail/distinfo Sun Jan 25 11:15:40 2015 (r377880) @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.2.1.tar.bz2) = d1899b41a129d1959e2265b08df2f214f24e17c90c70a79f79d65354870879a1 -SIZE (dbmail-3.2.1.tar.bz2) = 2261508 +SHA256 (dbmail-3.2.2.tar.bz2) = fd6adf63b29deefc49b1d8aac4b1b159b24711495d63c77e4c1f293a0e559c4d +SIZE (dbmail-3.2.2.tar.bz2) = 2278528 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:27:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B831C829; Sun, 25 Jan 2015 11:27:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ADEC992; Sun, 25 Jan 2015 11:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBR8K6011030; Sun, 25 Jan 2015 11:27:08 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBR78E011026; Sun, 25 Jan 2015 11:27:07 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201501251127.t0PBR78E011026@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 25 Jan 2015 11:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377881 - in head/lang: . lci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:27:08 -0000 Author: xmj Date: Sun Jan 25 11:27:06 2015 New Revision: 377881 URL: https://svnweb.freebsd.org/changeset/ports/377881 QAT: https://qat.redports.org/buildarchive/r377881/ Log: lang/lci: Add port. This is the original LOLCODE interpreter. WWW: http://lolcode.org PR: 196785 Differential Revision: https://reviews.freebsd.org/D1632 Submitted by: Maxim Filimonov Approved by: koobs (mentor) Added: head/lang/lci/ head/lang/lci/Makefile (contents, props changed) head/lang/lci/distinfo (contents, props changed) head/lang/lci/pkg-descr (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Jan 25 11:15:40 2015 (r377880) +++ head/lang/Makefile Sun Jan 25 11:27:06 2015 (r377881) @@ -126,6 +126,7 @@ SUBDIR += kawa SUBDIR += kturtle SUBDIR += lafontaine + SUBDIR += lci SUBDIR += libhx SUBDIR += libjit SUBDIR += libobjc2 Added: head/lang/lci/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/lci/Makefile Sun Jan 25 11:27:06 2015 (r377881) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= lci +PORTVERSION= 0.11.2 +CATEGORIES= lang + +MAINTAINER= che@bein.link +COMMENT= Original LOLCODE interpreter + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= justinmeza +GH_COMMIT= 2464d0c +GH_TAGNAME= v0.11.2 + +USES= cmake +PLIST_FILES= bin/lci + +.include Added: head/lang/lci/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/lci/distinfo Sun Jan 25 11:27:06 2015 (r377881) @@ -0,0 +1,2 @@ +SHA256 (lci-0.11.2.tar.gz) = 92a97b9dd35a68e29f256cf359026076daf6dcb381391808ad1b4f94a772c8be +SIZE (lci-0.11.2.tar.gz) = 312142 Added: head/lang/lci/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/lci/pkg-descr Sun Jan 25 11:27:06 2015 (r377881) @@ -0,0 +1,3 @@ +This is the original LOLCODE interpreter. + +WWW: http://lolcode.org From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:44:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AE829CC; Sun, 25 Jan 2015 11:44:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE45AFD; Sun, 25 Jan 2015 11:44:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBi9mh020069; Sun, 25 Jan 2015 11:44:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBi9s1020062; Sun, 25 Jan 2015 11:44:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201501251144.t0PBi9s1020062@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 25 Jan 2015 11:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377882 - in head/x11/xfce4-screenshooter-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:44:10 -0000 Author: olivierd Date: Sun Jan 25 11:44:08 2015 New Revision: 377882 URL: https://svnweb.freebsd.org/changeset/ports/377882 QAT: https://qat.redports.org/buildarchive/r377882/ Log: - Update to 1.8.2 - Remove unneeded patches - Enhance description (COMMENT and pkg-descr file) - Adjust dependencies Deleted: head/x11/xfce4-screenshooter-plugin/files/ Modified: head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-screenshooter-plugin/distinfo head/x11/xfce4-screenshooter-plugin/pkg-descr head/x11/xfce4-screenshooter-plugin/pkg-plist Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/Makefile Sun Jan 25 11:44:08 2015 (r377882) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-screenshooter-plugin -PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTVERSION= 1.8.2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -11,7 +10,7 @@ DISTNAME= xfce4-screenshooter-${PORTVERS DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Desktop Screenshot plugin for Xfce +COMMENT= Application and panel plugin to take screenshots LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -20,23 +19,14 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/ GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GNOME= glib20 gtk20 intltool intlhack +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libexo libmenu libutil panel USES= pkgconfig gmake libtool tar:bzip2 +USE_XORG= xfixes xext OPTIONS_DEFINE= NLS - -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/Makefile.in +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +OPTIONS_SUB= yes .include Modified: head/x11/xfce4-screenshooter-plugin/distinfo ============================================================================== --- head/x11/xfce4-screenshooter-plugin/distinfo Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/distinfo Sun Jan 25 11:44:08 2015 (r377882) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-screenshooter-1.8.1.tar.bz2) = 40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492 -SIZE (xfce4/xfce4-screenshooter-1.8.1.tar.bz2) = 1407790 +SHA256 (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69 +SIZE (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 492524 Modified: head/x11/xfce4-screenshooter-plugin/pkg-descr ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-descr Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/pkg-descr Sun Jan 25 11:44:08 2015 (r377882) @@ -1,3 +1,4 @@ -Xfce4 Screenshooter is a plugin for the Xfce panel to take screenshots. +Application and panel plugin to take screenshots. It allows you to capture the +entire screen, the active window or a selected region. -WWW: http://goodies.xfce.org/projects/panel-plugins/start#xfce4-screenshooter-plugin +WWW: http://goodies.xfce.org/projects/applications/xfce4-screenshooter Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:44:08 2015 (r377882) @@ -1,120 +1,62 @@ bin/xfce4-screenshooter lib/xfce4/panel/plugins/libscreenshooterplugin.so -lib/xfce4/panel/plugins/libscreenshooterplugin.so.0 -lib/xfce4/panel/plugins/libscreenshooterplugin.so.0.0.0 man/man1/xfce4-screenshooter.1.gz +share/appdata/xfce4-screenshooter.appdata.xml share/applications/xfce4-screenshooter.desktop -%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/ast/index.html -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/C/index.html -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/ca/index.html -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/da/index.html -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/es/index.html -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/fr/index.html -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/gl/index.html -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/id/index.html -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/it/index.html -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/ja/index.html -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/pt/index.html -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/tr/index.html -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/zh_CN/index.html share/icons/hicolor/48x48/apps/applets-screenshooter.png share/icons/hicolor/scalable/apps/applets-screenshooter.svg -%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/be/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/en_AU/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ms/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/oc/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/te/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/th/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo share/xfce4/panel/plugins/screenshooter.desktop From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:45:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BB45AB1; Sun, 25 Jan 2015 11:45:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2781EB06; Sun, 25 Jan 2015 11:45:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBjkhC020383; Sun, 25 Jan 2015 11:45:46 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBjklZ020382; Sun, 25 Jan 2015 11:45:46 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201501251145.t0PBjklZ020382@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sun, 25 Jan 2015 11:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377883 - head/sysutils/memtest86+/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:45:46 -0000 Author: rodrigo Date: Sun Jan 25 11:45:45 2015 New Revision: 377883 URL: https://svnweb.freebsd.org/changeset/ports/377883 QAT: https://qat.redports.org/buildarchive/r377883/ Log: Fix build when ISO option is selected. PR: 188149 Submitted by: Lawrence Chen Modified: head/sysutils/memtest86+/files/patch-Makefile Modified: head/sysutils/memtest86+/files/patch-Makefile ============================================================================== --- head/sysutils/memtest86+/files/patch-Makefile Sun Jan 25 11:44:08 2015 (r377882) +++ head/sysutils/memtest86+/files/patch-Makefile Sun Jan 25 11:45:45 2015 (r377883) @@ -1,6 +1,6 @@ ---- Makefile 2008-11-16 02:30:50.000000000 +0200 -+++ Makefile 2009-02-18 09:03:07.000000000 +0200 -@@ -23,15 +23,15 @@ all: memtest.bin memtest +--- Makefile.orig 2015-01-19 13:24:01.512893165 +0000 ++++ Makefile 2015-01-19 13:24:23.844906601 +0000 +@@ -23,15 +23,15 @@ # symbols and then link it dynamically so I have full # relocation information memtest_shared: $(OBJS) memtest_shared.lds Makefile @@ -19,9 +19,13 @@ head.s: head.S config.h defs.h test.h $(CC) -E -traditional $< -o $@ -@@ -58,7 +58,6 @@ clean: - iso: - make all +@@ -58,10 +58,8 @@ + asm: + @./makedos.sh + +-iso: +- make all ++iso: all ./makeiso.sh - rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:50:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02C95BC8; Sun, 25 Jan 2015 11:50:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E113CB2D; Sun, 25 Jan 2015 11:50:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBoOJ3021711; Sun, 25 Jan 2015 11:50:24 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBoO1W021710; Sun, 25 Jan 2015 11:50:24 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201501251150.t0PBoO1W021710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 25 Jan 2015 11:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377884 - head/x11/xfce4-screenshooter-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:50:25 -0000 Author: olivierd Date: Sun Jan 25 11:50:24 2015 New Revision: 377884 URL: https://svnweb.freebsd.org/changeset/ports/377884 QAT: https://qat.redports.org/buildarchive/r377884/ Log: Fix pkg-plist Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:45:45 2015 (r377883) +++ head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:50:24 2015 (r377884) @@ -5,58 +5,58 @@ share/appdata/xfce4-screenshooter.appdat share/applications/xfce4-screenshooter.desktop share/icons/hicolor/48x48/apps/applets-screenshooter.png share/icons/hicolor/scalable/apps/applets-screenshooter.svg -share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/be/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/en_AU/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ms/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/oc/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/sl/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/sr/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/te/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/th/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/te/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo share/xfce4/panel/plugins/screenshooter.desktop From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 11:57:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40E6BDF4; Sun, 25 Jan 2015 11:57:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D04EBDE; Sun, 25 Jan 2015 11:57:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBvWUM025454; Sun, 25 Jan 2015 11:57:32 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBvW7S025453; Sun, 25 Jan 2015 11:57:32 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201501251157.t0PBvW7S025453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 25 Jan 2015 11:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377885 - head/multimedia/zoneminder/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:57:32 -0000 Author: kwm Date: Sun Jan 25 11:57:31 2015 New Revision: 377885 URL: https://svnweb.freebsd.org/changeset/ports/377885 QAT: https://qat.redports.org/buildarchive/r377885/ Log: Add patch to allow for building with newer libv4l. https://reviews.freebsd.org/D1482 Obtained from: upstream Added: head/multimedia/zoneminder/files/patch-src_zm-local-camera.cpp (contents, props changed) Added: head/multimedia/zoneminder/files/patch-src_zm-local-camera.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/zoneminder/files/patch-src_zm-local-camera.cpp Sun Jan 25 11:57:31 2015 (r377885) @@ -0,0 +1,20 @@ +--- src/zm_local_camera.cpp.orig 2015-01-25 12:05:37.455924920 +0100 ++++ src/zm_local_camera.cpp 2015-01-25 12:06:24.903920783 +0100 +@@ -739,7 +739,7 @@ + { + Debug( 3, "Terminating video stream" ); + //enum v4l2_buf_type type = V4L2_BUF_TYPE_VIDEO_CAPTURE; +- enum v4l2_buf_type type = v4l2_data.fmt.type; ++ enum v4l2_buf_type type = (v4l2_buf_type)v4l2_data.fmt.type; + if ( vidioctl( vid_fd, VIDIOC_STREAMOFF, &type ) < 0 ) + Error( "Failed to stop capture stream: %s", strerror(errno) ); + +@@ -1519,7 +1519,7 @@ + + Debug( 3, "Starting video stream" ); + //enum v4l2_buf_type type = V4L2_BUF_TYPE_VIDEO_CAPTURE; +- enum v4l2_buf_type type = v4l2_data.fmt.type; ++ enum v4l2_buf_type type = (v4l2_buf_type)v4l2_data.fmt.type; + if ( vidioctl( vid_fd, VIDIOC_STREAMON, &type ) < 0 ) + Fatal( "Failed to start capture stream: %s", strerror(errno) ); + } From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:04:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A51452BE; Sun, 25 Jan 2015 12:04:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F18BCBA; Sun, 25 Jan 2015 12:04:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PC4Aj8029974; Sun, 25 Jan 2015 12:04:10 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PC49nI029971; Sun, 25 Jan 2015 12:04:09 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201501251204.t0PC49nI029971@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sun, 25 Jan 2015 12:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377886 - head/databases/leofs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:04:10 -0000 Author: trociny Date: Sun Jan 25 12:04:09 2015 New Revision: 377886 URL: https://svnweb.freebsd.org/changeset/ports/377886 QAT: https://qat.redports.org/buildarchive/r377886/ Log: Update to 1.2.4. Modified: head/databases/leofs/Makefile head/databases/leofs/distinfo head/databases/leofs/pkg-plist Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Sun Jan 25 11:57:31 2015 (r377885) +++ head/databases/leofs/Makefile Sun Jan 25 12:04:09 2015 (r377886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leofs -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.4 CATEGORIES= databases MAINTAINER= trociny@FreeBSD.org @@ -69,11 +69,11 @@ MAKE_JOBS_UNSAFE=yes MAKE_ENV= PATH=${LOCALBASE}/lib/erlang16/bin:${PATH} LEOFS_DEPS= \ - leo-project/leo_gateway=${PORTVERSION}?16cd90b:leo_gateway \ - leo-project/leo_manager=${PORTVERSION}?08c3aae:leo_manager \ - leo-project/leo_storage=${PORTVERSION}?713e65d:leo_storage \ + leo-project/leo_gateway=${PORTVERSION}?96cced2:leo_gateway \ + leo-project/leo_manager=${PORTVERSION}?b817793:leo_manager \ + leo-project/leo_storage=${PORTVERSION}?94a3582:leo_storage \ DeadZen/goldrush=0.1.6?71e6321:goldrush \ - basho/cuttlefish=origin/2.0?602a0c3:cuttlefish \ + basho/cuttlefish=2.0.0-34?a459ba6:cuttlefish \ basho/eleveldb=1.4.11?d22a186:eleveldb \ basho/lager=2.0.3?b6b6ceb:lager \ basho/leveldb=1.4.11?aea66e1:leveldb \ @@ -94,16 +94,16 @@ LEOFS_DEPS= \ leo-project/leo_dcerl=0.2.11?929fd59:leo_dcerl \ leo-project/leo_logger=1.1.4?4687511:leo_logger \ leo-project/leo_mcerl=0.4.1?addcda0:leo_mcerl \ - leo-project/leo_mq=1.3.0?5dd2272:leo_mq \ - leo-project/leo_object_storage=1.2.0?625d08a:leo_object_storage \ + leo-project/leo_mq=1.3.3?56287fb:leo_mq \ + leo-project/leo_object_storage=1.2.3?0c89feb:leo_object_storage \ leo-project/leo_ordning_reda=0.10.9?eb168f0:leo_ordning_reda \ leo-project/leo_pod=0.6.2?cfd8557:leo_pod \ - leo-project/leo_redundant_manager=1.9.2?83b57c4:leo_redundant_manager \ + leo-project/leo_redundant_manager=1.9.5?0e897e6:leo_redundant_manager \ leo-project/leo_rpc=0.8.10?5f55064:leo_rpc \ leo-project/leo_s3_libs=1.1.5?cb77f7e:leo_s3_libs \ - leo-project/leo_statistics=1.0.7?4bdb570:leo_statistics \ + leo-project/leo_statistics=1.0.8?3112bf4:leo_statistics \ leo-project/libcutil=0.4.3?36b02d9:libcutil \ - leo-project/leo_watchdog=0.6.0?a03ef1f:leo_watchdog \ + leo-project/leo_watchdog=0.6.1?0aa876e:leo_watchdog \ leo-project/nfs_rpc_server=0.2.2?d63c5ba:nfs_rpc_server \ leo-project/savanna_agent=0.4.4?850143a:savanna_agent \ leo-project/savanna_commons=0.8.6?bbcc77f:savanna_commons \ Modified: head/databases/leofs/distinfo ============================================================================== --- head/databases/leofs/distinfo Sun Jan 25 11:57:31 2015 (r377885) +++ head/databases/leofs/distinfo Sun Jan 25 12:04:09 2015 (r377886) @@ -1,15 +1,15 @@ -SHA256 (leofs/leofs-1.2.2.tar.gz) = 641e6321e1e6bc16e7e41b33ced525b0223d98044365f6f6108ef6607c138cbf -SIZE (leofs/leofs-1.2.2.tar.gz) = 281983 -SHA256 (leofs/leo_gateway-1.2.2.tar.gz) = 1c914ab5862cdc635c017c6ea9a9f5f0d7b695023b73d0a74b6c6b1387546843 -SIZE (leofs/leo_gateway-1.2.2.tar.gz) = 611550 -SHA256 (leofs/leo_manager-1.2.2.tar.gz) = db820c95f9a18e61328ddc93e2eccf32d709a05aa3b8b7faeae86e936e4ded52 -SIZE (leofs/leo_manager-1.2.2.tar.gz) = 591881 -SHA256 (leofs/leo_storage-1.2.2.tar.gz) = 1bc646d3325d0d46069d25daab3317810a255cb53bbf420f6bc7184b192dc822 -SIZE (leofs/leo_storage-1.2.2.tar.gz) = 572668 +SHA256 (leofs/leofs-1.2.4.tar.gz) = 641e6321e1e6bc16e7e41b33ced525b0223d98044365f6f6108ef6607c138cbf +SIZE (leofs/leofs-1.2.4.tar.gz) = 281983 +SHA256 (leofs/leo_gateway-1.2.4.tar.gz) = 0ff30b232b13c2b541f8b1ff6b9450e7a519b30340ab47ea828d6d2f1277d361 +SIZE (leofs/leo_gateway-1.2.4.tar.gz) = 611559 +SHA256 (leofs/leo_manager-1.2.4.tar.gz) = 6d1d2bbc4cd73717476b121f42617ab0b847caf0538fecf61e4dae2887d8e71e +SIZE (leofs/leo_manager-1.2.4.tar.gz) = 592306 +SHA256 (leofs/leo_storage-1.2.4.tar.gz) = 200ce3d3a8ff1404a9d5920241b0fa4570197ed5ceaf449c49a311a4fad519bf +SIZE (leofs/leo_storage-1.2.4.tar.gz) = 575950 SHA256 (leofs/goldrush-0.1.6.tar.gz) = 69d71c31c52a60df31730604c52df47fee541210d7d18f9876bbc8168e007f8e SIZE (leofs/goldrush-0.1.6.tar.gz) = 19457 -SHA256 (leofs/cuttlefish-origin/2.0.tar.gz) = dcbb587e10589f70dc1a0d3632f2bf203ed6e796b85ce686d2eda1393d17f800 -SIZE (leofs/cuttlefish-origin/2.0.tar.gz) = 229831 +SHA256 (leofs/cuttlefish-2.0.0-34.tar.gz) = ddc56f625c2188c39c7fa52a6963d99231e52858a2a5023f9b1206e69f03d93f +SIZE (leofs/cuttlefish-2.0.0-34.tar.gz) = 231002 SHA256 (leofs/eleveldb-1.4.11.tar.gz) = b7992c3abdb6425d76c6c7142892243d1c5a7e8b0212fc7e551fe62049075126 SIZE (leofs/eleveldb-1.4.11.tar.gz) = 1711166 SHA256 (leofs/lager-2.0.3.tar.gz) = 18b38223625c2f8e34d8229bb0d17746f567c23b30e3bf0085fd9aca7974f483 @@ -50,26 +50,26 @@ SHA256 (leofs/leo_logger-1.1.4.tar.gz) = SIZE (leofs/leo_logger-1.1.4.tar.gz) = 210828 SHA256 (leofs/leo_mcerl-0.4.1.tar.gz) = b3b1a1c187d8e1586587400d09f42d9b08bc8c0ea8a350223d77ac2063d2516c SIZE (leofs/leo_mcerl-0.4.1.tar.gz) = 184449 -SHA256 (leofs/leo_mq-1.3.0.tar.gz) = 20a9c68817ed14bedcdd40187fc9add58d9f9ea3d2f40fcfc801c6331ec720c2 -SIZE (leofs/leo_mq-1.3.0.tar.gz) = 192717 -SHA256 (leofs/leo_object_storage-1.2.0.tar.gz) = 867aad0dafc1837fd0093ff7ebf59f2751f5b5cfafcc7e3cc93036517ef0b848 -SIZE (leofs/leo_object_storage-1.2.0.tar.gz) = 571144 +SHA256 (leofs/leo_mq-1.3.3.tar.gz) = 1207afd28ef852115b40c65f7fd5c8c643dbccc5f840e393f7468f3e2219871a +SIZE (leofs/leo_mq-1.3.3.tar.gz) = 192746 +SHA256 (leofs/leo_object_storage-1.2.3.tar.gz) = 08e1461c3ea2335b19e3ccc3c7d1057a6596c20e2224c95dc35b3c397bbbb5c9 +SIZE (leofs/leo_object_storage-1.2.3.tar.gz) = 571547 SHA256 (leofs/leo_ordning_reda-0.10.9.tar.gz) = 3a6fb9baa9627c45ee1110ac09a6e75d6bd007d3997ba46bbc52216561ed107e SIZE (leofs/leo_ordning_reda-0.10.9.tar.gz) = 188255 SHA256 (leofs/leo_pod-0.6.2.tar.gz) = a991010308016c302b69dc3ba55e261fce1d8b39e5a338e2a4c9ee68bf6737b5 SIZE (leofs/leo_pod-0.6.2.tar.gz) = 169812 -SHA256 (leofs/leo_redundant_manager-1.9.2.tar.gz) = fc555cf39516215b177fd9e73247b115a5b3916c86564566f1a867369cc7cf6c -SIZE (leofs/leo_redundant_manager-1.9.2.tar.gz) = 237007 +SHA256 (leofs/leo_redundant_manager-1.9.5.tar.gz) = 46dd631c340c3b3be934e8b79b1391db3353629fba39b158f64e952e709f031d +SIZE (leofs/leo_redundant_manager-1.9.5.tar.gz) = 236989 SHA256 (leofs/leo_rpc-0.8.10.tar.gz) = a84b84bad29b3b06c856703c2cc0f365fc7a9099b7a6bd9a93d0f2a2da5182d5 SIZE (leofs/leo_rpc-0.8.10.tar.gz) = 196673 SHA256 (leofs/leo_s3_libs-1.1.5.tar.gz) = 49db34d9ab4839b1a5aef0f6bebec900612388d8e708cd94aa03ca590e43ac27 SIZE (leofs/leo_s3_libs-1.1.5.tar.gz) = 203359 -SHA256 (leofs/leo_statistics-1.0.7.tar.gz) = 9f2b1b242b46b320071f752a8216214f110b5450853e4c49b8d79b50539439f4 -SIZE (leofs/leo_statistics-1.0.7.tar.gz) = 189719 +SHA256 (leofs/leo_statistics-1.0.8.tar.gz) = 6667c63d5fda56ae18a503159e173ca5668b50f440d856bc1a7970f1588322fc +SIZE (leofs/leo_statistics-1.0.8.tar.gz) = 189766 SHA256 (leofs/libcutil-0.4.3.tar.gz) = 3dc660d3d506b5e39cfa366977ba8719ae6bc86aca78e84c901548c574b090b2 SIZE (leofs/libcutil-0.4.3.tar.gz) = 23101 -SHA256 (leofs/leo_watchdog-0.6.0.tar.gz) = beaed10eb6cd34c320f3cc73727d4fbc232e174df40769f0ce78937dc919b65b -SIZE (leofs/leo_watchdog-0.6.0.tar.gz) = 195669 +SHA256 (leofs/leo_watchdog-0.6.1.tar.gz) = f9692685ae1788276916973d184cf36d5644e057c8a2d7e91972d38bbb24b868 +SIZE (leofs/leo_watchdog-0.6.1.tar.gz) = 197138 SHA256 (leofs/nfs_rpc_server-0.2.2.tar.gz) = 5d483a816a22362762e7fad3e4a627a6289be067327c17c355e45f81972d8e84 SIZE (leofs/nfs_rpc_server-0.2.2.tar.gz) = 196837 SHA256 (leofs/savanna_agent-0.4.4.tar.gz) = 0a7fa622d896aeb646efba04fdf024b0402f238e0147f19a71e5ee3a4898d111 Modified: head/databases/leofs/pkg-plist ============================================================================== --- head/databases/leofs/pkg-plist Sun Jan 25 11:57:31 2015 (r377885) +++ head/databases/leofs/pkg-plist Sun Jan 25 12:04:09 2015 (r377886) @@ -466,41 +466,41 @@ lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_ lib/leofs/lib/leo_dcerl-0.2.11/ebin/lru.beam lib/leofs/lib/leo_dcerl-0.2.11/include/leo_dcerl.hrl lib/leofs/lib/leo_dcerl-0.2.11/priv/lru.so -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway.app -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_api.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_app.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_cache_statistics.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_http_behaviour.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_http_commons.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_http_req_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_qos_stat.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_rest_api.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_rpc_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_s3_api.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_gateway_sup.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_large_object_commons.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_large_object_get_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_large_object_move_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_large_object_put_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_file_handler.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_mount3_server.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_mount3_svc.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_mount3_xdr.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_proto3_server.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_proto3_svc.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_proto3_xdr.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_state_behaviour.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nfs_state_ets.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leo_nginx_conf_parser.beam -lib/leofs/lib/leo_gateway-1.2.2/ebin/leofs.beam -lib/leofs/lib/leo_gateway-1.2.2/include/leo_gateway.hrl -lib/leofs/lib/leo_gateway-1.2.2/include/leo_http.hrl -lib/leofs/lib/leo_gateway-1.2.2/priv/leo_gateway.conf -lib/leofs/lib/leo_gateway-1.2.2/priv/leo_gateway.conf.test -lib/leofs/lib/leo_gateway-1.2.2/priv/leo_gateway.schema -lib/leofs/lib/leo_gateway-1.2.2/priv/test/nginx01.conf -lib/leofs/lib/leo_gateway-1.2.2/priv/test/nginx02.conf -lib/leofs/lib/leo_gateway-1.2.2/priv/test/nginx03.conf +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway.app +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_api.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_app.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_cache_statistics.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_http_behaviour.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_http_commons.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_http_req_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_qos_stat.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_rest_api.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_rpc_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_s3_api.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_gateway_sup.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_large_object_commons.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_large_object_get_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_large_object_move_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_large_object_put_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_file_handler.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_mount3_server.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_mount3_svc.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_mount3_xdr.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_proto3_server.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_proto3_svc.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_proto3_xdr.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_state_behaviour.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nfs_state_ets.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leo_nginx_conf_parser.beam +lib/leofs/lib/leo_gateway-1.2.4/ebin/leofs.beam +lib/leofs/lib/leo_gateway-1.2.4/include/leo_gateway.hrl +lib/leofs/lib/leo_gateway-1.2.4/include/leo_http.hrl +lib/leofs/lib/leo_gateway-1.2.4/priv/leo_gateway.conf +lib/leofs/lib/leo_gateway-1.2.4/priv/leo_gateway.conf.test +lib/leofs/lib/leo_gateway-1.2.4/priv/leo_gateway.schema +lib/leofs/lib/leo_gateway-1.2.4/priv/test/nginx01.conf +lib/leofs/lib/leo_gateway-1.2.4/priv/test/nginx02.conf +lib/leofs/lib/leo_gateway-1.2.4/priv/test/nginx03.conf lib/leofs/lib/leo_logger-1.1.4/ebin/lager_format.beam lib/leofs/lib/leo_logger-1.1.4/ebin/lager_stdlib.beam lib/leofs/lib/leo_logger-1.1.4/ebin/lager_trunc_io.beam @@ -516,31 +516,31 @@ lib/leofs/lib/leo_logger-1.1.4/ebin/leo_ lib/leofs/lib/leo_logger-1.1.4/ebin/leo_logger_sup.beam lib/leofs/lib/leo_logger-1.1.4/ebin/leo_logger_util.beam lib/leofs/lib/leo_logger-1.1.4/include/leo_logger.hrl -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager.app -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_api.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_app.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_cluster_monitor.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_console.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_console_behaiviour.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_formatter_commons.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_formatter_json.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_formatter_text.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_mnesia.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_mq_client.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_ring_sync.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_sup.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_table_sync.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/leo_manager_transformer.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/tcp_server.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/tcp_server_acceptor.beam -lib/leofs/lib/leo_manager-1.2.2/ebin/tcp_server_sup.beam -lib/leofs/lib/leo_manager-1.2.2/include/leo_manager.hrl -lib/leofs/lib/leo_manager-1.2.2/include/tcp_server.hrl -lib/leofs/lib/leo_manager-1.2.2/priv/leo_manager_0.conf -lib/leofs/lib/leo_manager-1.2.2/priv/leo_manager_0.conf.test -lib/leofs/lib/leo_manager-1.2.2/priv/leo_manager_0.schema -lib/leofs/lib/leo_manager-1.2.2/priv/leo_manager_1.conf -lib/leofs/lib/leo_manager-1.2.2/priv/leo_manager_1.schema +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager.app +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_api.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_app.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_cluster_monitor.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_console.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_console_behaiviour.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_formatter_commons.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_formatter_json.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_formatter_text.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_mnesia.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_mq_client.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_ring_sync.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_sup.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_table_sync.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/leo_manager_transformer.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/tcp_server.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/tcp_server_acceptor.beam +lib/leofs/lib/leo_manager-1.2.4/ebin/tcp_server_sup.beam +lib/leofs/lib/leo_manager-1.2.4/include/leo_manager.hrl +lib/leofs/lib/leo_manager-1.2.4/include/tcp_server.hrl +lib/leofs/lib/leo_manager-1.2.4/priv/leo_manager_0.conf +lib/leofs/lib/leo_manager-1.2.4/priv/leo_manager_0.conf.test +lib/leofs/lib/leo_manager-1.2.4/priv/leo_manager_0.schema +lib/leofs/lib/leo_manager-1.2.4/priv/leo_manager_1.conf +lib/leofs/lib/leo_manager-1.2.4/priv/leo_manager_1.schema lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl.app lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl.beam lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl_app.beam @@ -548,27 +548,27 @@ lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_m lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl_sup.beam lib/leofs/lib/leo_mcerl-0.4.1/include/leo_mcerl.hrl lib/leofs/lib/leo_mcerl-0.4.1/priv/leo_mcerl.so -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq.app -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_api.beam -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_app.beam -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_behaviour.beam -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_consumer.beam -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_publisher.beam -lib/leofs/lib/leo_mq-1.3.0/ebin/leo_mq_sup.beam -lib/leofs/lib/leo_mq-1.3.0/include/leo_mq.hrl -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_compact_fsm_controller.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_compact_fsm_worker.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage.app -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_api.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_app.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_haystack.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_server.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_sup.beam -lib/leofs/lib/leo_object_storage-1.2.0/ebin/leo_object_storage_transformer.beam -lib/leofs/lib/leo_object_storage-1.2.0/include/leo_object_storage.hrl -lib/leofs/lib/leo_object_storage-1.2.0/priv/cuttlefish -lib/leofs/lib/leo_object_storage-1.2.0/priv/leo_object_storage.conf -lib/leofs/lib/leo_object_storage-1.2.0/priv/leo_object_storage.schema +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq.app +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_api.beam +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_app.beam +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_behaviour.beam +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_consumer.beam +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_publisher.beam +lib/leofs/lib/leo_mq-1.3.3/ebin/leo_mq_sup.beam +lib/leofs/lib/leo_mq-1.3.3/include/leo_mq.hrl +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_compact_fsm_controller.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_compact_fsm_worker.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage.app +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_api.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_app.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_haystack.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_server.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_sup.beam +lib/leofs/lib/leo_object_storage-1.2.3/ebin/leo_object_storage_transformer.beam +lib/leofs/lib/leo_object_storage-1.2.3/include/leo_object_storage.hrl +lib/leofs/lib/leo_object_storage-1.2.3/priv/cuttlefish +lib/leofs/lib/leo_object_storage-1.2.3/priv/leo_object_storage.conf +lib/leofs/lib/leo_object_storage-1.2.3/priv/leo_object_storage.schema lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda.app lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_api.beam lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_app.beam @@ -580,31 +580,31 @@ lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod.beam lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod_manager.beam lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod_sup.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_cluster_tbl_conf.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_cluster_tbl_member.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_cluster_tbl_ring.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_cluster_tbl_sync_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_manage_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_sync_cluster_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_tbl_cluster_info.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_tbl_cluster_member.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_tbl_cluster_mgr.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_tbl_cluster_stat.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_mdcr_tbl_sync.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_membership_cluster_local.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_membership_cluster_remote.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_membership_mq_client.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager.app -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager_api.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager_app.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager_chash.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager_sup.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_redundant_manager_worker.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/ebin/leo_ring_tbl_transformer.beam -lib/leofs/lib/leo_redundant_manager-1.9.2/include/leo_redundant_manager.hrl -lib/leofs/lib/leo_redundant_manager-1.9.2/priv/basho_bench_driver_leo_redundant_manager.erl -lib/leofs/lib/leo_redundant_manager-1.9.2/priv/leo_redundant_manager_test.config +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_cluster_tbl_conf.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_cluster_tbl_member.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_cluster_tbl_ring.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_cluster_tbl_sync_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_manage_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_sync_cluster_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_tbl_cluster_info.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_tbl_cluster_member.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_tbl_cluster_mgr.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_tbl_cluster_stat.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_mdcr_tbl_sync.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_membership_cluster_local.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_membership_cluster_remote.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_membership_mq_client.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager.app +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager_api.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager_app.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager_chash.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager_sup.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_redundant_manager_worker.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/ebin/leo_ring_tbl_transformer.beam +lib/leofs/lib/leo_redundant_manager-1.9.5/include/leo_redundant_manager.hrl +lib/leofs/lib/leo_redundant_manager-1.9.5/priv/basho_bench_driver_leo_redundant_manager.erl +lib/leofs/lib/leo_redundant_manager-1.9.5/priv/leo_redundant_manager_test.config lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc.app lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc.beam lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_app.beam @@ -631,53 +631,55 @@ lib/leofs/lib/leo_s3_libs-1.1.5/include/ lib/leofs/lib/leo_s3_libs-1.1.5/include/leo_s3_endpoint.hrl lib/leofs/lib/leo_s3_libs-1.1.5/include/leo_s3_libs.hrl lib/leofs/lib/leo_s3_libs-1.1.5/include/leo_s3_user.hrl -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_req.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_req_notifier.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_vm.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_vm_notifier.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics.app -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_api.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_app.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_behaviour.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_sampler.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_snmpm.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_sup.beam -lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_user.beam -lib/leofs/lib/leo_statistics-1.0.7/include/leo_statistics.hrl -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage.app -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_api.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_app.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_handle_sync.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_handler_directory.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_handler_object.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_mq.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_read_repairer.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_replicator.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_statistics.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_sup.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_watchdog.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_storage_watchdog_sub.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_sync_local_cluster.beam -lib/leofs/lib/leo_storage-1.2.2/ebin/leo_sync_remote_cluster.beam -lib/leofs/lib/leo_storage-1.2.2/include/leo_storage.hrl -lib/leofs/lib/leo_storage-1.2.2/priv/leo_storage.conf -lib/leofs/lib/leo_storage-1.2.2/priv/leo_storage.conf.test -lib/leofs/lib/leo_storage-1.2.2/priv/leo_storage.schema -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_notify_behaviour.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog.app -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_app.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_behaviour.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_cpu.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_disk.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_io.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_iostat.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_rex.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_state.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_sub.beam -lib/leofs/lib/leo_watchdog-0.6.0/ebin/leo_watchdog_sup.beam -lib/leofs/lib/leo_watchdog-0.6.0/include/leo_watchdog.hrl +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_metrics_req.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_metrics_req_notifier.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_metrics_vm.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_metrics_vm_notifier.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics.app +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_api.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_app.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_behaviour.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_sampler.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_snmpm.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_sup.beam +lib/leofs/lib/leo_statistics-1.0.8/ebin/leo_statistics_user.beam +lib/leofs/lib/leo_statistics-1.0.8/include/leo_statistics.hrl +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage.app +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_api.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_app.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_cluster_monitor.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_handle_sync.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_handler_directory.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_handler_object.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_mq.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_read_repairer.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_replicator.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_statistics.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_sup.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_watchdog.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_storage_watchdog_sub.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_sync_local_cluster.beam +lib/leofs/lib/leo_storage-1.2.4/ebin/leo_sync_remote_cluster.beam +lib/leofs/lib/leo_storage-1.2.4/include/leo_storage.hrl +lib/leofs/lib/leo_storage-1.2.4/priv/leo_storage.conf +lib/leofs/lib/leo_storage-1.2.4/priv/leo_storage.conf.test +lib/leofs/lib/leo_storage-1.2.4/priv/leo_storage.schema +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_notify_behaviour.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog.app +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_app.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_behaviour.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_cluster.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_cpu.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_disk.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_io.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_iostat.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_rex.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_state.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_sub.beam +lib/leofs/lib/leo_watchdog-0.6.1/ebin/leo_watchdog_sup.beam +lib/leofs/lib/leo_watchdog-0.6.1/include/leo_watchdog.hrl lib/leofs/lib/lz4-0.2.2/ebin/lz4.app lib/leofs/lib/lz4-0.2.2/ebin/lz4.beam lib/leofs/lib/lz4-0.2.2/priv/lz4_nif.so From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:05:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 339683AC; Sun, 25 Jan 2015 12:05:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EDF6CC7; Sun, 25 Jan 2015 12:05:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PC5KCP030259; Sun, 25 Jan 2015 12:05:20 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PC5Kw6030257; Sun, 25 Jan 2015 12:05:20 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201501251205.t0PC5Kw6030257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sun, 25 Jan 2015 12:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377887 - head/databases/leo_center X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:05:21 -0000 Author: trociny Date: Sun Jan 25 12:05:20 2015 New Revision: 377887 URL: https://svnweb.freebsd.org/changeset/ports/377887 QAT: https://qat.redports.org/buildarchive/r377887/ Log: Update to 0.4.70. Modified: head/databases/leo_center/Makefile head/databases/leo_center/distinfo Modified: head/databases/leo_center/Makefile ============================================================================== --- head/databases/leo_center/Makefile Sun Jan 25 12:04:09 2015 (r377886) +++ head/databases/leo_center/Makefile Sun Jan 25 12:05:20 2015 (r377887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leo_center -PORTVERSION= 0.4.12 +PORTVERSION= 0.4.70 CATEGORIES= databases MAINTAINER= trociny@FreeBSD.org @@ -13,8 +13,8 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= leo-project GH_PROJECT= leo_center -GH_TAGNAME= f7b6570 -GH_COMMIT= f7b6570 +GH_TAGNAME= 590117f +GH_COMMIT= 590117f DIST_SUBDIR= leofs Modified: head/databases/leo_center/distinfo ============================================================================== --- head/databases/leo_center/distinfo Sun Jan 25 12:04:09 2015 (r377886) +++ head/databases/leo_center/distinfo Sun Jan 25 12:05:20 2015 (r377887) @@ -1,2 +1,2 @@ -SHA256 (leofs/leo_center-0.4.12.tar.gz) = c24148264fd8ee28b4feec84c5d0471ccf3c605ff7a75684cd28cd43f0ec5d4a -SIZE (leofs/leo_center-0.4.12.tar.gz) = 12872990 +SHA256 (leofs/leo_center-0.4.70.tar.gz) = 85af5d5b5500e3520002eb52b0e8e4dc381a978490c1f9edc83c10af3d8ea7b2 +SIZE (leofs/leo_center-0.4.70.tar.gz) = 12871998 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:30:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B5A0A7E; Sun, 25 Jan 2015 12:30:43 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2542DEB6; Sun, 25 Jan 2015 12:30:43 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id eu11so6512798pac.2; Sun, 25 Jan 2015 04:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JEpohEUVJzn4D/ExUP5YFkLS9Prc0T3ZbVUTd8eafUM=; b=GsvXt4AC02qXZzzDXcOZd38MtUwf7gPhKIdd4zB9Hhcd58zYi/DFcLlzBhZTSwag8H UAbeKsTu9tO7MjQiwxW5dOQQ0YPwMAk06t5Z/D+DQrDg4yTeUouFkGX/FPJKY6TInNhm r56W6RIUQERYhBh2EAjXTCm/6S/1ApHg9+3s1JtFFprX6aXH5H8U31ISQFOpMAwhToKU 5E9EQdCsbee+Hed3pkph8crdwpDAC10siWB5pyjPR3dczn1EdwN0Nnm3kxHJLoqOMLhr McTZqpiWJ26ToJzPVvnQZ5cLbg3BzY8nRj9oFCV8KBZ1urO3uV5Utbk9Smppwyx+Mpzo yaZQ== X-Received: by 10.70.35.15 with SMTP id d15mr26303658pdj.86.1422189042397; Sun, 25 Jan 2015 04:30:42 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id oc7sm7114377pdb.68.2015.01.25.04.30.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 04:30:41 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54C4E1E4.7080303@FreeBSD.org> Date: Sun, 25 Jan 2015 23:30:28 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Johannes Jost Meixner , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r377881 - in head/lang: . lci References: <201501251127.t0PBR78E011026@svn.freebsd.org> In-Reply-To: <201501251127.t0PBR78E011026@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:30:43 -0000 On 25/01/2015 10:27 PM, Johannes Jost Meixner wrote: > +GH_COMMIT= 2464d0c > +GH_TAGNAME= v0.11.2 Can you sort these two out please Johannes: FATAL: Makefile: [15]: use a tab (not space) after a variable name FATAL: Makefile: [16]: use a tab (not space) after a variable name Quite difficult to pick up phabricator diff view From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:42:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16CDAD65; Sun, 25 Jan 2015 12:42:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02EDD96; Sun, 25 Jan 2015 12:42:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PCgRpP048744; Sun, 25 Jan 2015 12:42:27 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PCgRWE048743; Sun, 25 Jan 2015 12:42:27 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201501251242.t0PCgRWE048743@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 25 Jan 2015 12:42:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377888 - head/lang/lci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:42:28 -0000 Author: xmj Date: Sun Jan 25 12:42:27 2015 New Revision: 377888 URL: https://svnweb.freebsd.org/changeset/ports/377888 QAT: https://qat.redports.org/buildarchive/r377888/ Log: Replace spaces with tab. Spotted by: koobs Approved by: koobs (mentor) Modified: head/lang/lci/Makefile Modified: head/lang/lci/Makefile ============================================================================== --- head/lang/lci/Makefile Sun Jan 25 12:05:20 2015 (r377887) +++ head/lang/lci/Makefile Sun Jan 25 12:42:27 2015 (r377888) @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= justinmeza -GH_COMMIT= 2464d0c -GH_TAGNAME= v0.11.2 +GH_COMMIT= 2464d0c +GH_TAGNAME= v${PORTVERSION} USES= cmake PLIST_FILES= bin/lci From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:46:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CA1DF94; Sun, 25 Jan 2015 12:46:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC6A1B2; Sun, 25 Jan 2015 12:46:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PCk057049360; Sun, 25 Jan 2015 12:46:00 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PCk01d049356; Sun, 25 Jan 2015 12:46:00 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201501251246.t0PCk01d049356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 25 Jan 2015 12:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377889 - head/devel/rubygem-classifier-reborn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:46:01 -0000 Author: xmj Date: Sun Jan 25 12:45:59 2015 New Revision: 377889 URL: https://svnweb.freebsd.org/changeset/ports/377889 QAT: https://qat.redports.org/buildarchive/r377889/ Log: devel/rubygem-classifier-reborn: update to 2.0.3 - Update to 2.0.3 PR: 195710 Submitted by: Michael Moll Approved by: mentor (implicit) Modified: head/devel/rubygem-classifier-reborn/Makefile head/devel/rubygem-classifier-reborn/distinfo Modified: head/devel/rubygem-classifier-reborn/Makefile ============================================================================== --- head/devel/rubygem-classifier-reborn/Makefile Sun Jan 25 12:42:27 2015 (r377888) +++ head/devel/rubygem-classifier-reborn/Makefile Sun Jan 25 12:45:59 2015 (r377889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= classifier-reborn -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-classifier-reborn/distinfo ============================================================================== --- head/devel/rubygem-classifier-reborn/distinfo Sun Jan 25 12:42:27 2015 (r377888) +++ head/devel/rubygem-classifier-reborn/distinfo Sun Jan 25 12:45:59 2015 (r377889) @@ -1,2 +1,2 @@ -SHA256 (rubygem/classifier-reborn-2.0.1.gem) = 7a5ee0fe2042b6c034be14dfc363fd86afe6ccda271528107a53896e2ca720dd -SIZE (rubygem/classifier-reborn-2.0.1.gem) = 23040 +SHA256 (rubygem/classifier-reborn-2.0.3.gem) = 7e5d76629ef69bfdf9749762990a6d922ff5304bd86efacff2ff2d7ba8448a6d +SIZE (rubygem/classifier-reborn-2.0.3.gem) = 23040 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:47:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87AF3F7; Sun, 25 Jan 2015 12:47:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7336AC4; Sun, 25 Jan 2015 12:47:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PClJtN049648; Sun, 25 Jan 2015 12:47:19 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PClJrT049646; Sun, 25 Jan 2015 12:47:19 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201501251247.t0PClJrT049646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 25 Jan 2015 12:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377890 - head/www/rubygem-jekyll-watch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:47:19 -0000 Author: xmj Date: Sun Jan 25 12:47:18 2015 New Revision: 377890 URL: https://svnweb.freebsd.org/changeset/ports/377890 QAT: https://qat.redports.org/buildarchive/r377890/ Log: www/rubygem-jekyll-watch: update to 1.1.2 - Update to 1.1.2 PR: 195712 Submitted by: Michael Moll Approved by: mentor (implicit) Modified: head/www/rubygem-jekyll-watch/Makefile head/www/rubygem-jekyll-watch/distinfo Modified: head/www/rubygem-jekyll-watch/Makefile ============================================================================== --- head/www/rubygem-jekyll-watch/Makefile Sun Jan 25 12:45:59 2015 (r377889) +++ head/www/rubygem-jekyll-watch/Makefile Sun Jan 25 12:47:18 2015 (r377890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll-watch -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll-watch/distinfo ============================================================================== --- head/www/rubygem-jekyll-watch/distinfo Sun Jan 25 12:45:59 2015 (r377889) +++ head/www/rubygem-jekyll-watch/distinfo Sun Jan 25 12:47:18 2015 (r377890) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-watch-1.1.1.gem) = 9fbf517ba163947557a682415a415e37a880bcb373eee6a656323be9089f1a60 -SIZE (rubygem/jekyll-watch-1.1.1.gem) = 5632 +SHA256 (rubygem/jekyll-watch-1.1.2.gem) = 75b2c201dc862a4d58512bcef2713cdab4603e602fa17664a6ba4f5502a0fe5d +SIZE (rubygem/jekyll-watch-1.1.2.gem) = 5632 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:49:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 393431E9; Sun, 25 Jan 2015 12:49:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A91AD2; Sun, 25 Jan 2015 12:49:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PCnqT5050074; Sun, 25 Jan 2015 12:49:52 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PCnqqw050070; Sun, 25 Jan 2015 12:49:52 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201501251249.t0PCnqqw050070@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 25 Jan 2015 12:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377891 - in head/www/rubygem-jekyll: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:49:53 -0000 Author: xmj Date: Sun Jan 25 12:49:51 2015 New Revision: 377891 URL: https://svnweb.freebsd.org/changeset/ports/377891 QAT: https://qat.redports.org/buildarchive/r377891/ Log: www/rubygem-jekyll: update to 2.5.3 - update to 2.5.3 PR: 195713 Submitted by: Michael Moll Approved by: mentor (implicit) Modified: head/www/rubygem-jekyll/Makefile head/www/rubygem-jekyll/distinfo head/www/rubygem-jekyll/files/patch-versions Modified: head/www/rubygem-jekyll/Makefile ============================================================================== --- head/www/rubygem-jekyll/Makefile Sun Jan 25 12:47:18 2015 (r377890) +++ head/www/rubygem-jekyll/Makefile Sun Jan 25 12:49:51 2015 (r377891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll/distinfo ============================================================================== --- head/www/rubygem-jekyll/distinfo Sun Jan 25 12:47:18 2015 (r377890) +++ head/www/rubygem-jekyll/distinfo Sun Jan 25 12:49:51 2015 (r377891) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-2.4.0.gem) = 34f803777898de0fec3519790dde535059e0934f7d447c35db5ef990380315d9 -SIZE (rubygem/jekyll-2.4.0.gem) = 56832 +SHA256 (rubygem/jekyll-2.5.3.gem) = 56085eb920484394c03bc2cbc96274685a2e72ed43d33eec9e3d97e68569a3a9 +SIZE (rubygem/jekyll-2.5.3.gem) = 58368 Modified: head/www/rubygem-jekyll/files/patch-versions ============================================================================== --- head/www/rubygem-jekyll/files/patch-versions Sun Jan 25 12:47:18 2015 (r377890) +++ head/www/rubygem-jekyll/files/patch-versions Sun Jan 25 12:49:51 2015 (r377891) @@ -1,5 +1,5 @@ ---- jekyll-2.4.0.gemspec.orig 2014-08-24 22:22:41.000000000 +0200 -+++ jekyll-2.4.0.gemspec 2014-08-24 22:23:14.000000000 +0200 +--- jekyll-2.5.3.gemspec.orig 2014-08-24 22:22:41.000000000 +0200 ++++ jekyll-2.5.3.gemspec 2014-08-24 22:23:14.000000000 +0200 @@ -28,7 +28,7 @@ name: kramdown requirement: !ruby/object:Gem::Requirement From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 12:53:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 866263BF; Sun, 25 Jan 2015 12:53:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7217019D; Sun, 25 Jan 2015 12:53:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PCr8ak054385; Sun, 25 Jan 2015 12:53:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PCr8mv054384; Sun, 25 Jan 2015 12:53:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201501251253.t0PCr8mv054384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Jan 2015 12:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377892 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 12:53:08 -0000 Author: jbeich Date: Sun Jan 25 12:53:07 2015 New Revision: 377892 URL: https://svnweb.freebsd.org/changeset/ports/377892 QAT: https://qat.redports.org/buildarchive/r377892/ Log: Unbreak build with devel/utf8cpp installed Let preprocessor know ${LOCALBASE}/include is a system include path, so #include "..." shouldn't try to pick headers from there. lang/gcc* and lang/clang* already do the right thing. PR: 196220 Differential Revision: https://reviews.freebsd.org/D1664 Approved by: garga (maintainer) Approved by: bapt (mentor) Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Sun Jan 25 12:49:51 2015 (r377891) +++ head/devel/git/Makefile Sun Jan 25 12:53:07 2015 (r377892) @@ -28,7 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message GNU_CONFIGURE= yes USES= gmake shebangfix tar:xz -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= V=1 USE_OPENSSL= yes From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 13:38:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AABF1A7E; Sun, 25 Jan 2015 13:38:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94D85773; Sun, 25 Jan 2015 13:38:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PDctgZ073989; Sun, 25 Jan 2015 13:38:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PDct5F073988; Sun, 25 Jan 2015 13:38:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501251338.t0PDct5F073988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 13:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377893 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 13:38:55 -0000 Author: amdmi3 Date: Sun Jan 25 13:38:54 2015 New Revision: 377893 URL: https://svnweb.freebsd.org/changeset/ports/377893 QAT: https://qat.redports.org/buildarchive/r377893/ Log: - Fix pkg-plist without NLS PR: 196916 Submitted by: kevinz5000@gmail.com Approved by: matthew@reztek.cz (maintainer) Modified: head/ftp/filezilla/pkg-plist Modified: head/ftp/filezilla/pkg-plist ============================================================================== --- head/ftp/filezilla/pkg-plist Sun Jan 25 12:53:07 2015 (r377892) +++ head/ftp/filezilla/pkg-plist Sun Jan 25 13:38:54 2015 (r377893) @@ -654,61 +654,61 @@ share/icons/hicolor/16x16/apps/filezilla share/icons/hicolor/32x32/apps/filezilla.png share/icons/hicolor/48x48/apps/filezilla.png share/icons/hicolor/scalable/apps/filezilla.svg -share/locale/an/LC_MESSAGES/filezilla.mo -share/locale/ar/LC_MESSAGES/filezilla.mo -share/locale/bg_BG/LC_MESSAGES/filezilla.mo -share/locale/ca/LC_MESSAGES/filezilla.mo -share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo -share/locale/co/LC_MESSAGES/filezilla.mo -share/locale/cs_CZ/LC_MESSAGES/filezilla.mo -share/locale/cy/LC_MESSAGES/filezilla.mo -share/locale/da_DK/LC_MESSAGES/filezilla.mo -share/locale/de/LC_MESSAGES/filezilla.mo -share/locale/el/LC_MESSAGES/filezilla.mo -share/locale/es/LC_MESSAGES/filezilla.mo -share/locale/et/LC_MESSAGES/filezilla.mo -share/locale/eu/LC_MESSAGES/filezilla.mo -share/locale/eu_ES/LC_MESSAGES/filezilla.mo -share/locale/fa_IR/LC_MESSAGES/filezilla.mo -share/locale/fi_FI/LC_MESSAGES/filezilla.mo -share/locale/fr/LC_MESSAGES/filezilla.mo -share/locale/gl_ES/LC_MESSAGES/filezilla.mo -share/locale/he_IL/LC_MESSAGES/filezilla.mo -share/locale/hr/LC_MESSAGES/filezilla.mo -share/locale/hu_HU/LC_MESSAGES/filezilla.mo -share/locale/hy/LC_MESSAGES/filezilla.mo -share/locale/id_ID/LC_MESSAGES/filezilla.mo -share/locale/is/LC_MESSAGES/filezilla.mo -share/locale/it/LC_MESSAGES/filezilla.mo -share/locale/ja_JP/LC_MESSAGES/filezilla.mo -share/locale/ka/LC_MESSAGES/filezilla.mo -share/locale/kab/LC_MESSAGES/filezilla.mo -share/locale/km_KH/LC_MESSAGES/filezilla.mo -share/locale/ko_KR/LC_MESSAGES/filezilla.mo -share/locale/ku/LC_MESSAGES/filezilla.mo -share/locale/ky/LC_MESSAGES/filezilla.mo -share/locale/lo_LA/LC_MESSAGES/filezilla.mo -share/locale/lt_LT/LC_MESSAGES/filezilla.mo -share/locale/lv_LV/LC_MESSAGES/filezilla.mo -share/locale/mk_MK/LC_MESSAGES/filezilla.mo -share/locale/nb_NO/LC_MESSAGES/filezilla.mo -share/locale/ne/LC_MESSAGES/filezilla.mo -share/locale/nl/LC_MESSAGES/filezilla.mo -share/locale/nn_NO/LC_MESSAGES/filezilla.mo -share/locale/oc/LC_MESSAGES/filezilla.mo -share/locale/pl_PL/LC_MESSAGES/filezilla.mo -share/locale/pt_BR/LC_MESSAGES/filezilla.mo -share/locale/pt_PT/LC_MESSAGES/filezilla.mo -share/locale/ro_RO/LC_MESSAGES/filezilla.mo -share/locale/ru/LC_MESSAGES/filezilla.mo -share/locale/sk_SK/LC_MESSAGES/filezilla.mo -share/locale/sl_SI/LC_MESSAGES/filezilla.mo -share/locale/sr/LC_MESSAGES/filezilla.mo -share/locale/sv/LC_MESSAGES/filezilla.mo -share/locale/th_TH/LC_MESSAGES/filezilla.mo -share/locale/tr/LC_MESSAGES/filezilla.mo -share/locale/uk_UA/LC_MESSAGES/filezilla.mo -share/locale/vi_VN/LC_MESSAGES/filezilla.mo -share/locale/zh_CN/LC_MESSAGES/filezilla.mo -share/locale/zh_TW/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/an/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ar/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/bg_BG/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ca/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/co/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/cs_CZ/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/cy/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/da_DK/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/de/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/el/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/et/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/eu/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/fa_IR/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/fi_FI/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/fr/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/gl_ES/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/he_IL/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/hr/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/hu_HU/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/hy/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/id_ID/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/is/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/it/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ja_JP/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ka/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/kab/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/km_KH/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ku/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ky/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/lo_LA/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/lt_LT/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/lv_LV/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/mk_MK/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ne/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/nl/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/nn_NO/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/oc/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/pl_PL/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ro_RO/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ru/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/sk_SK/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/sl_SI/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/sr/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/sv/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/th_TH/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/tr/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/uk_UA/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/vi_VN/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/filezilla.mo share/pixmaps/filezilla.png From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 13:38:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 887F4A81; Sun, 25 Jan 2015 13:38:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73C63776; Sun, 25 Jan 2015 13:38:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PDcuTo074031; Sun, 25 Jan 2015 13:38:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PDcuoJ074029; Sun, 25 Jan 2015 13:38:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501251338.t0PDcuoJ074029@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Jan 2015 13:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377894 - head/net/quiterss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 13:38:56 -0000 Author: amdmi3 Date: Sun Jan 25 13:38:55 2015 New Revision: 377894 URL: https://svnweb.freebsd.org/changeset/ports/377894 QAT: https://qat.redports.org/buildarchive/r377894/ Log: - Update to 0.17.5 PR: 196864 Submitted by: coder@tuxfamily.org (maintainer) Modified: head/net/quiterss/Makefile head/net/quiterss/distinfo Modified: head/net/quiterss/Makefile ============================================================================== --- head/net/quiterss/Makefile Sun Jan 25 13:38:54 2015 (r377893) +++ head/net/quiterss/Makefile Sun Jan 25 13:38:55 2015 (r377894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quiterss -PORTVERSION= 0.17.4 +PORTVERSION= 0.17.5 CATEGORIES= net MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/ DISTNAME= QuiteRSS-${PORTVERSION}-src Modified: head/net/quiterss/distinfo ============================================================================== --- head/net/quiterss/distinfo Sun Jan 25 13:38:54 2015 (r377893) +++ head/net/quiterss/distinfo Sun Jan 25 13:38:55 2015 (r377894) @@ -1,2 +1,2 @@ -SHA256 (QuiteRSS-0.17.4-src.tar.bz2) = 56b5025173678619994b6729ed69b02b8c8bfbe04800d97e6b1b54fd95e0aec8 -SIZE (QuiteRSS-0.17.4-src.tar.bz2) = 3829323 +SHA256 (QuiteRSS-0.17.5-src.tar.bz2) = a30d9fdf8a115f1c502bb32b4d2de9e4eb51d522f86f6e8f59c4aeba78f8fdae +SIZE (QuiteRSS-0.17.5-src.tar.bz2) = 3833541 From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 13:59:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4218ECD9; Sun, 25 Jan 2015 13:59:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A6D8FD; Sun, 25 Jan 2015 13:59:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PDxPrv083504; Sun, 25 Jan 2015 13:59:25 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PDxNZv083496; Sun, 25 Jan 2015 13:59:23 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201501251359.t0PDxNZv083496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sun, 25 Jan 2015 13:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377895 - in head/devel: . go-slices X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 13:59:25 -0000 Author: kuriyama Date: Sun Jan 25 13:59:23 2015 New Revision: 377895 URL: https://svnweb.freebsd.org/changeset/ports/377895 QAT: https://qat.redports.org/buildarchive/r377895/ Log: The Slices package provides implementations of slice-based datatypes for all of Go's basic types, as well as two separate implementations for handling slices in the context of reflection values. Currently there's no documentation but the extensive test suite includes numerous examples of how to use slices to solve common tasks. WWW: https://github.com/feyeleanor/slices/ Added: head/devel/go-slices/ head/devel/go-slices/Makefile (contents, props changed) head/devel/go-slices/distinfo (contents, props changed) head/devel/go-slices/pkg-descr (contents, props changed) head/devel/go-slices/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 25 13:38:55 2015 (r377894) +++ head/devel/Makefile Sun Jan 25 13:59:23 2015 (r377895) @@ -590,6 +590,7 @@ SUBDIR += go-pretty SUBDIR += go-raw SUBDIR += go-runewidth + SUBDIR += go-slices SUBDIR += go-sql-driver SUBDIR += go-termbox SUBDIR += go-uuid Added: head/devel/go-slices/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-slices/Makefile Sun Jan 25 13:59:23 2015 (r377895) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= slices +PORTVERSION= 0.0.0.20130325 +CATEGORIES= devel +MASTER_SITES= GH GHC +PKGNAMEPREFIX= go- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Go library for slice-based datatypes + +#LICENSE= MIT based, with no-evli clause + +BUILD_DEPENDS= go-raw>0:${PORTSDIR}/devel/go-raw + +USE_GITHUB= yes +GH_ACCOUNT= feyeleanor +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= bb44bb2 + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} + +.include +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include Added: head/devel/go-slices/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-slices/distinfo Sun Jan 25 13:59:23 2015 (r377895) @@ -0,0 +1,2 @@ +SHA256 (slices-0.0.0.20130325.tar.gz) = fff3c97ab18a7e06bfffc4141cebab1abd707444fae66e6af8e139d2ae6f0ec6 +SIZE (slices-0.0.0.20130325.tar.gz) = 106369 Added: head/devel/go-slices/pkg-descr ====================================================