From owner-svn-ports-all@freebsd.org Sun Mar 27 01:10:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1FCEAD5D7B; Sun, 27 Mar 2016 01:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9651DD5; Sun, 27 Mar 2016 01:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1ADOL011354; Sun, 27 Mar 2016 01:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1AD8R011351; Sun, 27 Mar 2016 01:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603270110.u2R1AD8R011351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 01:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411968 - head/games/megaglest-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:10:14 -0000 Author: amdmi3 Date: Sun Mar 27 01:10:13 2016 New Revision: 411968 URL: https://svnweb.freebsd.org/changeset/ports/411968 Log: - Update to 3.11.1 - Cleanup the port - Pass maintainership to submitter PR: 205581 Submitted by: monwarez@mailoo.org Modified: head/games/megaglest-data/Makefile head/games/megaglest-data/distinfo Modified: head/games/megaglest-data/Makefile ============================================================================== --- head/games/megaglest-data/Makefile Sat Mar 26 23:58:09 2016 (r411967) +++ head/games/megaglest-data/Makefile Sun Mar 27 01:10:13 2016 (r411968) @@ -2,48 +2,36 @@ # $FreeBSD$ PORTNAME= megaglest -PORTVERSION= 3.9.0 +PORTVERSION= 3.11.1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/archived/${PORTNAME}_${PORTVERSION}/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= monwarez@mailoo.org COMMENT= MegaGlest data files +USE_GITHUB= yes +GH_ACCOUNT= MegaGlest +GH_PROJECT= megaglest-data + USES= dos2unix tar:xz DOS2UNIX_GLOB= *.log *.ini *.html *.txt *.lng NO_BUILD= yes +NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST= ${WRKDIR}/pkg-plist BASEDOCS= AUTHORS.data.txt README.data-license.txt \ cc-by-sa-3.0-unported.txt COPYRIGHT.data.txt PORTDOCS= * +PORTDATA= * -pre-install: - ${RM} -f ${PLIST} -.for DIR in data maps scenarios techs tilesets tutorials - @cd ${WRKSRC} && \ - ${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} && \ - ${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} -.endfor - @${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST} - @${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST} +OPTIONS_DEFINE= DOCS do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/glest_factions - ${INSTALL_DATA} ${BASEDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/glest_factions && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/glest_factions) - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/megaglest.desktop ${STAGEDIR}${PREFIX}/share/applications/ - @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons - ${INSTALL_DATA} ${WRKSRC}/megaglest.png ${STAGEDIR}${PREFIX}/share/icons/ - -.for DIR in data maps scenarios techs tilesets tutorials - ${MKDIR} ${STAGEDIR}${DATADIR}/${DIR} - (cd ${WRKSRC}/${DIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${DIR}) -.endfor + cd ${WRKSRC} && ${COPYTREE_SHARE} "data maps scenarios techs tilesets tutorials" ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "${BASEDOCS} glest_factions" ${STAGEDIR}${DOCSDIR} .include Modified: head/games/megaglest-data/distinfo ============================================================================== --- head/games/megaglest-data/distinfo Sat Mar 26 23:58:09 2016 (r411967) +++ head/games/megaglest-data/distinfo Sun Mar 27 01:10:13 2016 (r411968) @@ -1,2 +1,2 @@ -SHA256 (megaglest-data-3.9.0.tar.xz) = e6d6fdc994a6cc99e00bafda53537964ba069bb4bdcb3257dcbe4f7434011fc2 -SIZE (megaglest-data-3.9.0.tar.xz) = 269393520 +SHA256 (megaglest-data-3.11.1_GH0.tar.xz) = 7c4fb62e7b80284669a95d9ed179ea1c34195bf70b9a46d934a171d44781a153 +SIZE (megaglest-data-3.11.1_GH0.tar.xz) = 350271789 From owner-svn-ports-all@freebsd.org Sun Mar 27 01:10:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F02AD5DA1; Sun, 27 Mar 2016 01:10:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 610B51DF6; Sun, 27 Mar 2016 01:10:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1AIcI011518; Sun, 27 Mar 2016 01:10:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1AIRL011514; Sun, 27 Mar 2016 01:10:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603270110.u2R1AIRL011514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 01:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411969 - in head/games/megaglest: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:10:19 -0000 Author: amdmi3 Date: Sun Mar 27 01:10:18 2016 New Revision: 411969 URL: https://svnweb.freebsd.org/changeset/ports/411969 Log: - Update to 3.11.1 - Cleanup the port - Pass maintainership to submitter PR: 205485 Submitted by: monwarez@mailoo.org Deleted: head/games/megaglest/files/patch-source_shared__lib_sources_miniz_miniz.c Modified: head/games/megaglest/Makefile head/games/megaglest/distinfo head/games/megaglest/pkg-plist Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sun Mar 27 01:10:13 2016 (r411968) +++ head/games/megaglest/Makefile Sun Mar 27 01:10:18 2016 (r411969) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= megaglest -PORTVERSION= 3.9.0.4 -PORTREVISION= 8 +PORTVERSION= 3.11.1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/archived/${PORTNAME}_3.9.0/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= monwarez@mailoo.org COMMENT= Open source 3D real-time strategy game +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/docs/gnu_gpl_3.0.txt + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ @@ -20,6 +21,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/libi ${LOCALBASE}/include/miniupnpc/miniupnpc.h:${PORTSDIR}/net/miniupnpc RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSDIR}/games/megaglest-data +USE_GITHUB= yes +GH_ACCOUNT= MegaGlest +GH_PROJECT= megaglest-source + SUB_FILES= pkg-message USES= cmake compiler:c++11-lib display:build dos2unix jpeg lua \ @@ -28,11 +33,9 @@ USE_GL= glew gl glu USE_SDL= yes USE_WX= 3.0 USE_CXXSTD= c++11 -WX_UNICODE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto -WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 OPTIONS_DEFINE= EDITOR DOCS OPTIONS_SUB= yes @@ -49,13 +52,16 @@ post-patch: do-install: ${STRIP_CMD} ${WRKSRC}/source/glest_game/megaglest @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/mk/linux/megaglest.desktop ${STAGEDIR}${PREFIX}/share/applications/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + ${INSTALL_DATA} ${WRKSRC}/mk/linux/megaglest.png ${STAGEDIR}${PREFIX}/share/icons/ ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_game/megaglest ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.for f in glest.ini glestkeys.ini servers.ini +.for f in mk/linux/glest.ini mk/shared/glestkeys.ini mk/shared/servers.ini ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} -. for f in AUTHORS.source_code.txt CHANGELOG.txt README.txt COPYRIGHT.source_code.txt +. for f in docs/AUTHORS.source_code.txt docs/CHANGELOG.txt docs/README.txt docs/COPYRIGHT.source_code.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} . endfor .endif Modified: head/games/megaglest/distinfo ============================================================================== --- head/games/megaglest/distinfo Sun Mar 27 01:10:13 2016 (r411968) +++ head/games/megaglest/distinfo Sun Mar 27 01:10:18 2016 (r411969) @@ -1,2 +1,2 @@ -SHA256 (megaglest-source-3.9.0.4.tar.xz) = 3362ade61af3c01c2d8976d2d481769698dc0c800f35251b8c5489f8e41d9bc3 -SIZE (megaglest-source-3.9.0.4.tar.xz) = 1596692 +SHA256 (megaglest-source-3.11.1_GH0.tar.xz) = 6bbbbb69d01bc765f439a60c74178b75dc47753cc126e6758e3bc740d8b42a21 +SIZE (megaglest-source-3.11.1_GH0.tar.xz) = 4807372 Modified: head/games/megaglest/pkg-plist ============================================================================== --- head/games/megaglest/pkg-plist Sun Mar 27 01:10:13 2016 (r411968) +++ head/games/megaglest/pkg-plist Sun Mar 27 01:10:18 2016 (r411969) @@ -7,3 +7,5 @@ bin/megaglest %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.source_code.txt %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.source_code.txt +share/applications/megaglest.desktop +share/icons/megaglest.png From owner-svn-ports-all@freebsd.org Sun Mar 27 01:23:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1061ADF200; Sun, 27 Mar 2016 01:23:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57CA317FE; Sun, 27 Mar 2016 01:23:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1NSjK018370; Sun, 27 Mar 2016 01:23:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1NPSc018339; Sun, 27 Mar 2016 01:23:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603270123.u2R1NPSc018339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 27 Mar 2016 01:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411970 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:23:29 -0000 Author: bapt Date: Sun Mar 27 01:23:25 2016 New Revision: 411970 URL: https://svnweb.freebsd.org/changeset/ports/411970 Log: Remove the now unneeded ${PORTSDIR} from dependency definition in The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047 Modified: head/Mk/Uses/ada.mk head/Mk/Uses/autoreconf.mk head/Mk/Uses/bison.mk head/Mk/Uses/blaslapack.mk head/Mk/Uses/cmake.mk head/Mk/Uses/compiler.mk head/Mk/Uses/cran.mk head/Mk/Uses/desktop-file-utils.mk head/Mk/Uses/display.mk head/Mk/Uses/drupal.mk head/Mk/Uses/elixir.mk head/Mk/Uses/erlang.mk head/Mk/Uses/execinfo.mk head/Mk/Uses/fakeroot.mk head/Mk/Uses/fam.mk head/Mk/Uses/firebird.mk head/Mk/Uses/fmake.mk head/Mk/Uses/fonts.mk head/Mk/Uses/fortran.mk head/Mk/Uses/fuse.mk head/Mk/Uses/gettext-runtime.mk head/Mk/Uses/gettext-tools.mk head/Mk/Uses/ghostscript.mk head/Mk/Uses/gmake.mk head/Mk/Uses/gnome.mk head/Mk/Uses/gnustep.mk head/Mk/Uses/gperf.mk head/Mk/Uses/gssapi.mk head/Mk/Uses/horde.mk head/Mk/Uses/iconv.mk head/Mk/Uses/imake.mk head/Mk/Uses/jpeg.mk head/Mk/Uses/lha.mk head/Mk/Uses/libarchive.mk head/Mk/Uses/libedit.mk head/Mk/Uses/libtool.mk head/Mk/Uses/lua.mk head/Mk/Uses/makeinfo.mk head/Mk/Uses/makeself.mk head/Mk/Uses/mate.mk head/Mk/Uses/mono.mk head/Mk/Uses/motif.mk head/Mk/Uses/ncurses.mk head/Mk/Uses/ninja.mk head/Mk/Uses/objc.mk head/Mk/Uses/openal.mk head/Mk/Uses/pear.mk head/Mk/Uses/perl5.mk head/Mk/Uses/pgsql.mk head/Mk/Uses/pkgconfig.mk head/Mk/Uses/pure.mk head/Mk/Uses/pyqt.mk head/Mk/Uses/python.mk head/Mk/Uses/qmail.mk head/Mk/Uses/readline.mk head/Mk/Uses/scons.mk head/Mk/Uses/shared-mime-info.mk head/Mk/Uses/sqlite.mk head/Mk/Uses/tcl.mk head/Mk/Uses/twisted.mk head/Mk/Uses/xfce.mk head/Mk/Uses/zip.mk head/Mk/Uses/zope.mk head/Mk/bsd.apache.mk head/Mk/bsd.autotools.mk head/Mk/bsd.ccache.mk head/Mk/bsd.database.mk head/Mk/bsd.fpc.mk head/Mk/bsd.gcc.mk head/Mk/bsd.gecko.mk head/Mk/bsd.gstreamer.mk head/Mk/bsd.java.mk head/Mk/bsd.kde4.mk head/Mk/bsd.ldap.mk head/Mk/bsd.linux-rpm.mk head/Mk/bsd.octave.mk head/Mk/bsd.openssl.mk head/Mk/bsd.php.mk head/Mk/bsd.port.mk head/Mk/bsd.qt.mk head/Mk/bsd.ruby.mk head/Mk/bsd.sdl.mk head/Mk/bsd.tex.mk head/Mk/bsd.wx.mk head/Mk/bsd.xorg.mk Modified: head/Mk/Uses/ada.mk ============================================================================== --- head/Mk/Uses/ada.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/ada.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -29,10 +29,10 @@ ADAXX= gcc6 . endif . if ${ada_ARGS:Mrun} -RUN_DEPENDS+= ${LOCALBASE}/${ADAXX}-aux/bin/ada:${PORTSDIR}/lang/${ADAXX}-aux +RUN_DEPENDS+= ${LOCALBASE}/${ADAXX}-aux/bin/ada:lang/${ADAXX}-aux . endif -BUILD_DEPENDS+= ${LOCALBASE}/${ADAXX}-aux/bin/ada:${PORTSDIR}/lang/${ADAXX}-aux +BUILD_DEPENDS+= ${LOCALBASE}/${ADAXX}-aux/bin/ada:lang/${ADAXX}-aux MAKE_ENV+= PATH=${LOCALBASE}/${ADAXX}-aux/bin:${PATH} \ ADA_PROJECT_PATH=${LOCALBASE}/lib/gnat CONFIGURE_ENV+= PATH=${LOCALBASE}/${ADAXX}-aux/bin:${PATH} \ Modified: head/Mk/Uses/autoreconf.mk ============================================================================== --- head/Mk/Uses/autoreconf.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/autoreconf.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -54,14 +54,14 @@ _INCLUDE_USES_AUTORECONF_MK= yes _USES_POST+= autoreconf -BUILD_DEPENDS+= autoconf-2.69:${PORTSDIR}/devel/autoconf \ - autoheader-2.69:${PORTSDIR}/devel/autoconf \ - autoreconf-2.69:${PORTSDIR}/devel/autoconf \ - aclocal-1.15:${PORTSDIR}/devel/automake \ - automake-1.15:${PORTSDIR}/devel/automake +BUILD_DEPENDS+= autoconf-2.69:devel/autoconf \ + autoheader-2.69:devel/autoconf \ + autoreconf-2.69:devel/autoconf \ + aclocal-1.15:devel/automake \ + automake-1.15:devel/automake .if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild) -BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool +BUILD_DEPENDS+= libtoolize:devel/libtool .endif AUTORECONF?= ${LOCALBASE}/bin/autoreconf Modified: head/Mk/Uses/bison.mk ============================================================================== --- head/Mk/Uses/bison.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/bison.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_BISON_MK) _INCLUDE_USES_BISON_MK= yes -_BISON_DEPENDS= bison:${PORTSDIR}/devel/bison +_BISON_DEPENDS= bison:devel/bison .if empty(bison_ARGS) bison_ARGS= build Modified: head/Mk/Uses/blaslapack.mk ============================================================================== --- head/Mk/Uses/blaslapack.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/blaslapack.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -24,23 +24,23 @@ blaslapack_ARGS= ${_DEFAULT_BLASLAPACK} LDFLAGS+= -L${LOCALBASE}/lib .if ${blaslapack_ARGS} == atlas -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:math/atlas _BLASLIB= ptf77blas LAPACKLIB= -lalapack -lptcblas _ATLASLIB= atlas ATLASLIB= -l${_ATLASLIB} .elif ${blaslapack_ARGS} == gotoblas -LIB_DEPENDS+= libgoto2.so:${PORTSDIR}/math/gotoblas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libgoto2.so:math/gotoblas +LIB_DEPENDS+= liblapack.so:math/lapack _BLASLIB= goto2p LAPACKLIB= -lgoto2p .elif ${blaslapack_ARGS} == netlib -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:math/blas +LIB_DEPENDS+= liblapack.so:math/lapack _BLASLIB= blas LAPACKLIB= -llapack .elif ${blaslapack_ARGS} == openblas -LIB_DEPENDS+= libopenblas.so:${PORTSDIR}/math/openblas +LIB_DEPENDS+= libopenblas.so:math/openblas _BLASLIB= openblasp LAPACKLIB= -lopenblasp .else Modified: head/Mk/Uses/cmake.mk ============================================================================== --- head/Mk/Uses/cmake.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/cmake.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -48,10 +48,10 @@ IGNORE= Incorrect 'USES+= cmake:${cmake_ .endfor CMAKE_BIN= ${LOCALBASE}/bin/cmake -BUILD_DEPENDS+= ${CMAKE_BIN}:${PORTSDIR}/devel/cmake +BUILD_DEPENDS+= ${CMAKE_BIN}:devel/cmake .if ${cmake_ARGS:Mrun} -RUN_DEPENDS+= ${CMAKE_BIN}:${PORTSDIR}/devel/cmake +RUN_DEPENDS+= ${CMAKE_BIN}:devel/cmake .endif .if defined(WITH_DEBUG) Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/compiler.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -161,7 +161,7 @@ CC= clang CXX= clang++ CHOSEN_COMPILER_TYPE= clang .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:${PORTSDIR}/lang/clang36 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:lang/clang36 CPP= ${LOCALBASE}/bin/clang-cpp36 CC= ${LOCALBASE}/bin/clang36 CXX= ${LOCALBASE}/bin/clang++36 @@ -183,7 +183,7 @@ CC= clang CXX= clang++ CHOSEN_COMPILER_TYPE= clang .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:lang/clang34 CPP= ${LOCALBASE}/bin/clang-cpp34 CC= ${LOCALBASE}/bin/clang34 CXX= ${LOCALBASE}/bin/clang++34 @@ -205,7 +205,7 @@ CC= clang CXX= clang++ CHOSEN_COMPILER_TYPE= clang .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:lang/clang34 CHOSEN_COMPILER_TYPE= clang CPP= ${LOCALBASE}/bin/clang-cpp34 CC= ${LOCALBASE}/bin/clang34 @@ -227,7 +227,7 @@ CC= clang CXX= clang++ CHOSEN_COMPILER_TYPE= clang .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:lang/clang34 CHOSEN_COMPILER_TYPE= clang CPP= ${LOCALBASE}/bin/clang-cpp34 CC= ${LOCALBASE}/bin/clang34 @@ -243,7 +243,7 @@ CHOSEN_COMPILER_TYPE= gcc .if ${COMPILER_FEATURES:Mlibc++} LDFLAGS+= -L${LOCALBASE}/lib/c++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 -BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++ +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ .endif .endif Modified: head/Mk/Uses/cran.mk ============================================================================== --- head/Mk/Uses/cran.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/cran.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -28,8 +28,8 @@ MASTER_SITE_CRAN_ARCHIVE+= ${MASTER_SITE MASTER_SITES?= ${MASTER_SITE_CRAN} ${MASTER_SITE_CRAN_ARCHIVE} -BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R -RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R +BUILD_DEPENDS+= ${LOCALBASE}/bin/R:math/R +RUN_DEPENDS+= ${LOCALBASE}/bin/R:math/R PKGNAMEPREFIX?= R-cran- Modified: head/Mk/Uses/desktop-file-utils.mk ============================================================================== --- head/Mk/Uses/desktop-file-utils.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/desktop-file-utils.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -15,8 +15,8 @@ _INCLUDE_USES_DESKTOP_FILE_UTILS_MK= yes IGNORE= USES=desktop-file-utils does not require args .endif -BUILD_DEPENDS+= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -RUN_DEPENDS+= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils +BUILD_DEPENDS+= update-desktop-database:devel/desktop-file-utils +RUN_DEPENDS+= update-desktop-database:devel/desktop-file-utils PLIST_FILES+= "@desktop-file-utils" .endif Modified: head/Mk/Uses/display.mk ============================================================================== --- head/Mk/Uses/display.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/display.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -16,11 +16,11 @@ display_ARGS= install .endif .if !defined(DISPLAY) -BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ - ${LOCALBASE}/share/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ - ${LOCALBASE}/share/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \ - ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \ - xkbcomp:${PORTSDIR}/x11/xkbcomp +BUILD_DEPENDS+= Xvfb:x11-servers/xorg-vfbserver \ + ${LOCALBASE}/share/fonts/misc/8x13O.pcf.gz:x11-fonts/xorg-fonts-miscbitmaps \ + ${LOCALBASE}/share/fonts/misc/fonts.alias:x11-fonts/font-alias \ + ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ + xkbcomp:x11/xkbcomp XVFBPORT!= port=0; while test -S /tmp/.X11-unix/X$${port} ; do port=$$(( port + 1 )) ; done ; ${ECHO_CMD} $$port XVFBPIDFILE= /tmp/.xvfb-${XVFBPORT}.pid Modified: head/Mk/Uses/drupal.mk ============================================================================== --- head/Mk/Uses/drupal.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/drupal.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -78,7 +78,7 @@ DIST_SUBDIR= drupal NO_BUILD?= yes WRKSRC?= ${WRKDIR}/${PORTNAME} -RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_BASE}/index.php:${PORTSDIR}/${DRUPAL_BASE} +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_BASE}/index.php:${DRUPAL_BASE} PLIST_SUB+= DRUPAL_MODDIR=${DRUPAL_MODDIR} PLIST_FILES+= "@owner www" \ Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/elixir.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -58,15 +58,15 @@ MIX_EXTRA_APPS?= MIX_EXTRA_DIRS?= MIX_EXTRA_FILES?= -BUILD_DEPENDS+= elixir:${PORTSDIR}/lang/elixir -RUN_DEPENDS+= elixir:${PORTSDIR}/lang/elixir +BUILD_DEPENDS+= elixir:lang/elixir +RUN_DEPENDS+= elixir:lang/elixir .for depend in ${MIX_BUILD_DEPS} -BUILD_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +BUILD_DEPENDS+= ${depend:T}>=0:${depend} .endfor .for depend in ${MIX_RUN_DEPS} -RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +RUN_DEPENDS+= ${depend:T}>=0:${depend} .endfor .if !target(do-build) Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/erlang.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -38,23 +38,23 @@ ERL_DOCS?= README* # VERSION is used in every Erlang pkg-plist PLIST_SUB+= VERSION="${PORTVERSION}" -BUILD_DEPENDS+= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS+= erl:${PORTSDIR}/lang/erlang +BUILD_DEPENDS+= erl:lang/erlang +RUN_DEPENDS+= erl:lang/erlang .if ${erlang_ARGS:Mrebar} -BUILD_DEPENDS+= rebar>=0:${PORTSDIR}/devel/rebar +BUILD_DEPENDS+= rebar>=0:devel/rebar .endif .if ${erlang_ARGS:Mrebar3} -BUILD_DEPENDS+= rebar3>=0:${PORTSDIR}/devel/rebar3 +BUILD_DEPENDS+= rebar3>=0:devel/rebar3 .endif .for depend in ${ERL_BUILD_DEPS} -BUILD_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +BUILD_DEPENDS+= ${depend:T}>=0:${depend} .endfor .for depend in ${ERL_RUN_DEPS} -RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +RUN_DEPENDS+= ${depend:T}>=0:${depend} .endfor .if ${erlang_ARGS:Mrebar} Modified: head/Mk/Uses/execinfo.mk ============================================================================== --- head/Mk/Uses/execinfo.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/execinfo.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -19,7 +19,7 @@ _INCLUDE_USES_EXECINFO_MK= yes .if !exists(/usr/lib/libexecinfo.so) -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= libexecinfo.so:devel/libexecinfo EXECINFO_CPPFLAGS= -I${LOCALBASE}/include EXECINFO_LDFLAGS= -L${LOCALBASE}/lib .endif Modified: head/Mk/Uses/fakeroot.mk ============================================================================== --- head/Mk/Uses/fakeroot.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fakeroot.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_FAKEROOT_MK) _INCLUDE_USES_FAKEROOT_MK= yes -BUILD_DEPENDS+= fakeroot:${PORTSDIR}/security/fakeroot +BUILD_DEPENDS+= fakeroot:security/fakeroot .if ${UID} != 0 FAKEROOT?= fakeroot .endif Modified: head/Mk/Uses/fam.mk ============================================================================== --- head/Mk/Uses/fam.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fam.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -15,8 +15,8 @@ .if !defined(_INCLUDE_USES_FAM_MK) _INCLUDE_USES_FAM_MK= yes -_fam_DEPENDS= libfam.so.0:${PORTSDIR}/devel/fam -_gamin_DEPENDS= libfam.so.0:${PORTSDIR}/devel/gamin +_fam_DEPENDS= libfam.so.0:devel/fam +_gamin_DEPENDS= libfam.so.0:devel/gamin _FAM_SYSTEMS= fam gamin _DEFAULT_FAM= gamin Modified: head/Mk/Uses/firebird.mk ============================================================================== --- head/Mk/Uses/firebird.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/firebird.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -16,7 +16,7 @@ FIREBIRD_VER= ${firebird_ARGS} FIREBIRD_VER?= ${FIREBIRD_DEFAULT:S/.//} .if ${FIREBIRD_VER} == 25 -LIB_DEPENDS+= libfbclient.so:${PORTSDIR}/databases/firebird25-client +LIB_DEPENDS+= libfbclient.so:databases/firebird25-client .else IGNORE= cannot install: unknown Firebird version: ${FIREBIRD_VER} .endif Modified: head/Mk/Uses/fmake.mk ============================================================================== --- head/Mk/Uses/fmake.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fmake.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -16,7 +16,7 @@ IGNORE= Incorrect 'USES+= fmake:${fmake_ .if defined(.PARSEDIR) FMAKE= ${LOCALBASE}/bin/fmake -BUILD_DEPENDS+= ${FMAKE}:${PORTSDIR}/devel/fmake +BUILD_DEPENDS+= ${FMAKE}:devel/fmake CONFIGURE_ENV+= MAKE=${FMAKE} MAKE_CMD= ${FMAKE} .endif Modified: head/Mk/Uses/fonts.mk ============================================================================== --- head/Mk/Uses/fonts.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fonts.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -51,11 +51,11 @@ IGNORE= USES=fonts - invalid ARGS (${fon .endif .if !empty(fonts_ARGS:Mfc) || !empty(fonts_ARGS:Mfcfontsdir) -RUN_DEPENDS+= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS+= fc-cache:x11-fonts/fontconfig .endif .if !empty(fonts_ARGS:Mfontsdir) || !empty(fonts_ARGS:Mfcfontsdir) -RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +RUN_DEPENDS+= mkfontdir:x11-fonts/mkfontdir \ + mkfontscale:x11-fonts/mkfontscale .endif FONTNAME?= ${PORTNAME} Modified: head/Mk/Uses/fortran.mk ============================================================================== --- head/Mk/Uses/fortran.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fortran.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -19,11 +19,11 @@ fortran_ARGS= gcc .include "${PORTSDIR}/Mk/bsd.default-versions.mk" _GCC_VER= ${GCC_DEFAULT:S/.//} .if ${GCC_DEFAULT} == ${LANG_GCC_IS} -BUILD_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc -RUN_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc +BUILD_DEPENDS+= gfortran${_GCC_VER}:lang/gcc +RUN_DEPENDS+= gfortran${_GCC_VER}:lang/gcc .else -BUILD_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc${_GCC_VER} -RUN_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc${_GCC_VER} +BUILD_DEPENDS+= gfortran${_GCC_VER}:lang/gcc${_GCC_VER} +RUN_DEPENDS+= gfortran${_GCC_VER}:lang/gcc${_GCC_VER} .endif USE_BINUTILS= yes F77= gfortran${_GCC_VER} @@ -33,8 +33,8 @@ FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gc LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin .elif ${fortran_ARGS} == ifort -BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc -RUN_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc +BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:lang/ifc +RUN_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:lang/ifc F77= ${LOCALBASE}/intel_fc_80/bin/ifort FC= ${LOCALBASE}/intel_fc_80/bin/ifort .else Modified: head/Mk/Uses/fuse.mk ============================================================================== --- head/Mk/Uses/fuse.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/fuse.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -15,9 +15,9 @@ _INCLUDE_USES_FUSE_MK= yes IGNORE= USES=fuse does not require args .endif -LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs .if !exists(/sbin/mount_fusefs) -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod +RUN_DEPENDS+= mount_fusefs:sysutils/fusefs-kmod .endif .endif Modified: head/Mk/Uses/gettext-runtime.mk ============================================================================== --- head/Mk/Uses/gettext-runtime.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gettext-runtime.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -16,13 +16,13 @@ gettext-runtime_ARGS= lib .endif .if ${gettext-runtime_ARGS:Mlib} -LIB_DEPENDS+= libintl.so:${PORTSDIR}/devel/gettext-runtime +LIB_DEPENDS+= libintl.so:devel/gettext-runtime .endif .if ${gettext-runtime_ARGS:Mbuild} -BUILD_DEPENDS+= gettext:${PORTSDIR}/devel/gettext-runtime +BUILD_DEPENDS+= gettext:devel/gettext-runtime .endif .if ${gettext-runtime_ARGS:Mrun} -RUN_DEPENDS+= gettext:${PORTSDIR}/devel/gettext-runtime +RUN_DEPENDS+= gettext:devel/gettext-runtime .endif .endif Modified: head/Mk/Uses/gettext-tools.mk ============================================================================== --- head/Mk/Uses/gettext-tools.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gettext-tools.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -16,10 +16,10 @@ gettext-tools_ARGS= build .endif .if ${gettext-tools_ARGS:Mbuild} -BUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext-tools +BUILD_DEPENDS+= msgfmt:devel/gettext-tools .endif .if ${gettext-tools_ARGS:Mrun} -RUN_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext-tools +RUN_DEPENDS+= msgfmt:devel/gettext-tools .endif .endif Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/ghostscript.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -92,9 +92,9 @@ _GS_X11_PORT= ghostscript${_GS_SELECTED} .for type in BUILD RUN .if defined(_GS_${type}_DEP) -${type}_DEPENDS+= ${_GS_PORT}>=${_GS_VERSION_MINOR}:${PORTSDIR}/print/${_GS_PORT} +${type}_DEPENDS+= ${_GS_PORT}>=${_GS_VERSION_MINOR}:print/${_GS_PORT} .if ${_GS_ARGS:Mx11} -${type}_DEPENDS+= ${_GS_X11_PORT}>=${_GS_VERSION_MINOR}:${PORTSDIR}/print/${_GS_X11_PORT} +${type}_DEPENDS+= ${_GS_X11_PORT}>=${_GS_VERSION_MINOR}:print/${_GS_X11_PORT} .endif .endif .endfor Modified: head/Mk/Uses/gmake.mk ============================================================================== --- head/Mk/Uses/gmake.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gmake.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -22,7 +22,7 @@ IGNORE= Incorrect 'USES+= gmake:${gmake_ _GMAKE_EXT= -lite .endif -BUILD_DEPENDS+= gmake${_GMAKE_EXT}:${PORTSDIR}/devel/gmake${_GMAKE_EXT} +BUILD_DEPENDS+= gmake${_GMAKE_EXT}:devel/gmake${_GMAKE_EXT} CONFIGURE_ENV+= MAKE=gmake${_GMAKE_EXT} MAKE_CMD= gmake${_GMAKE_EXT} Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gnome.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -117,314 +117,314 @@ gnomeprefix_CONFIGURE_ARGS=--localstated --with-gconf-source=${GCONF_CONFIG_SOURCE} atkmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/atkmm-1.6.pc -atkmm_LIB_DEPENDS= libatkmm-1.6.so:${PORTSDIR}/accessibility/atkmm +atkmm_LIB_DEPENDS= libatkmm-1.6.so:accessibility/atkmm atkmm_USE_GNOME_IMPL= glibmm atk libxml++26_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc -libxml++26_LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 +libxml++26_LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 libxml++26_USE_GNOME_IMPL= glibmm libxml2 cairo_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairo.pc -cairo_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo +cairo_LIB_DEPENDS= libcairo.so:graphics/cairo cairomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairomm-1.0.pc -cairomm_LIB_DEPENDS= libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm +cairomm_LIB_DEPENDS= libcairomm-1.0.so:graphics/cairomm cairomm_USE_GNOME_IMPL= cairo libxml++26 gconfmm26_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconfmm-2.6.pc -gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 +gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 gconfmm26_USE_GNOME_IMPL= glibmm gconf2 glibmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc -glibmm_LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm +glibmm_LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm glibmm_USE_GNOME_IMPL= libsigc++20 glib20 gsound_DETECT= ${LOCALBASE}/libdata/pkgconfig/gsound.pc -gsound_BUILD_DEPENDS= gsound-play:${PORTSDIR}/audio/gsound -gsound_LIB_DEPENDS= libgsound.so:${PORTSDIR}/audio/gsound -gsound_RUN_DEPENDS= gsound-play:${PORTSDIR}/audio/gsound +gsound_BUILD_DEPENDS= gsound-play:audio/gsound +gsound_LIB_DEPENDS= libgsound.so:audio/gsound +gsound_RUN_DEPENDS= gsound-play:audio/gsound gsound_USE_GNOME_IMPL= glib20 gtkmm20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc -gtkmm20_LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 +gtkmm20_LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20 gtkmm20_USE_GNOME_IMPL= libsigc++12 gtk20 gtkmm24_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc -gtkmm24_LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +gtkmm24_LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 gtkmm24_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk20 gtkmm30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-3.0.pc -gtkmm30_LIB_DEPENDS= libgtkmm-3.0.so:${PORTSDIR}/x11-toolkits/gtkmm30 +gtkmm30_LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 gtkmm30_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk30 gtksourceviewmm3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-3.0.pc -gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:${PORTSDIR}/x11-toolkits/gtksourceviewmm3 +gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3 libgdamm_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-4.0.pc -libgdamm_LIB_DEPENDS= libgdamm-4.0.so:${PORTSDIR}/databases/libgdamm +libgdamm_LIB_DEPENDS= libgdamm-4.0.so:databases/libgdamm libgdamm_USE_GNOME_IMPL=libgda4 glibmm libgdamm5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc -libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:${PORTSDIR}/databases/libgdamm5 +libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5 libgdamm5_USE_GNOME_IMPL= libgda5 glibmm libgtksourceviewmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-2.0.pc -libgtksourceviewmm_LIB_DEPENDS= libgtksourceviewmm-2.0.so:${PORTSDIR}/x11-toolkits/libgtksourceviewmm +libgtksourceviewmm_LIB_DEPENDS= libgtksourceviewmm-2.0.so:x11-toolkits/libgtksourceviewmm libgtksourceviewmm_USE_GNOME_IMPL= gtksourceview2 gtkmm24 libsigc++12_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-1.2.pc -libsigc++12_LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 +libsigc++12_LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12 libsigc++20_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-2.0.pc -libsigc++20_LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 +libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 pangomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangomm-1.4.pc -pangomm_LIB_DEPENDS= libpangomm-1.4.so:${PORTSDIR}/x11-toolkits/pangomm +pangomm_LIB_DEPENDS= libpangomm-1.4.so:x11-toolkits/pangomm pangomm_USE_GNOME_IMPL= pango glibmm cairomm ESD_CONFIG?= ${LOCALBASE}/bin/esd-config -esound_LIB_DEPENDS= libesd.so:${PORTSDIR}/audio/esound +esound_LIB_DEPENDS= libesd.so:audio/esound esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}" esound_MAKE_ENV= ESD_CONFIG="${ESD_CONFIG}" esound_DETECT= ${ESD_CONFIG} GLIB_CONFIG?= ${LOCALBASE}/bin/glib-config -glib12_LIB_DEPENDS= libglib.so:${PORTSDIR}/devel/glib12 +glib12_LIB_DEPENDS= libglib.so:devel/glib12 glib12_CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" glib12_MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" glib12_DETECT= ${GLIB_CONFIG} GTK_CONFIG?= ${LOCALBASE}/bin/gtk-config -gtk12_LIB_DEPENDS= libgtk.so:${PORTSDIR}/x11-toolkits/gtk12 +gtk12_LIB_DEPENDS= libgtk.so:x11-toolkits/gtk12 gtk12_CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_DETECT= ${GTK_CONFIG} gtk12_USE_GNOME_IMPL= glib12 GDK_PIXBUF_CONFIG?= ${LOCALBASE}/bin/gdk-pixbuf-config -gdkpixbuf_LIB_DEPENDS= libgdk_pixbuf.so:${PORTSDIR}/graphics/gdk-pixbuf +gdkpixbuf_LIB_DEPENDS= libgdk_pixbuf.so:graphics/gdk-pixbuf gdkpixbuf_CONFIGURE_ENV=GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_MAKE_ENV= GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_DETECT= ${GDK_PIXBUF_CONFIG} gdkpixbuf_USE_GNOME_IMPL=gtk12 gnomemimedata_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc -gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data -gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data +gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data +gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data -glib20_LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 +glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc -atk_LIB_DEPENDS= libatk-1.0.so:${PORTSDIR}/accessibility/atk +atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk atk_DETECT= ${LOCALBASE}/libdata/pkgconfig/atk.pc atk_USE_GNOME_IMPL= glib20 -dconf_BUILD_DEPENDS= dconf:${PORTSDIR}/devel/dconf -dconf_LIB_DEPENDS= libdconf.so:${PORTSDIR}/devel/dconf -dconf_RUN_DEPENDS= dconf:${PORTSDIR}/devel/dconf +dconf_BUILD_DEPENDS= dconf:devel/dconf +dconf_LIB_DEPENDS= libdconf.so:devel/dconf +dconf_RUN_DEPENDS= dconf:devel/dconf dconf_DETECT= ${LOCALBASE}/libdata/pkgconfig/dconf.pc dconf_USE_GNOME_IMPL= glib20 -pango_LIB_DEPENDS= libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango +pango_LIB_DEPENDS= libpango-1.0.so:x11-toolkits/pango pango_DETECT= ${LOCALBASE}/libdata/pkgconfig/pango.pc pango_USE_GNOME_IMPL= glib20 -pangox-compat_LIB_DEPENDS= libpangox-1.0.so:${PORTSDIR}/x11-toolkits/pangox-compat +pangox-compat_LIB_DEPENDS= libpangox-1.0.so:x11-toolkits/pangox-compat pangox-compat_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangox.pc pangox-compat_USE_GNOME_IMPL= glib20 pango -gdkpixbuf2_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 +gdkpixbuf2_LIB_DEPENDS= libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 gdkpixbuf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc gdkpixbuf2_USE_GNOME_IMPL=glib20 -gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:${PORTSDIR}/graphics/gtk-update-icon-cache -gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:${PORTSDIR}/graphics/gtk-update-icon-cache +gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache +gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache gtk-update-icon-cache_DETECT= ${LOCALBASE}/bin/gtk-update-icon-cache gtk-update-icon-cache_USE_GNOME_IMPL= atk pango gdkpixbuf2 -gtk20_LIB_DEPENDS= libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 +gtk20_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 gtk20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc gtk20_USE_GNOME_IMPL= atk pango GTK2_VERSION= 2.10.0 -gtk30_LIB_DEPENDS= libgtk-3.so:${PORTSDIR}/x11-toolkits/gtk30 +gtk30_LIB_DEPENDS= libgtk-3.so:x11-toolkits/gtk30 gtk30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-3.0.pc gtk30_USE_GNOME_IMPL= atk pango GTK3_VERSION= 3.0.0 -libidl_LIB_DEPENDS= libIDL-2.so:${PORTSDIR}/devel/libIDL +libidl_LIB_DEPENDS= libIDL-2.so:devel/libIDL libidl_DETECT= ${LOCALBASE}/libdata/pkgconfig/libIDL-2.0.pc libidl_USE_GNOME_IMPL= glib20 -orbit2_LIB_DEPENDS= libORBit-2.so:${PORTSDIR}/devel/ORBit2 +orbit2_LIB_DEPENDS= libORBit-2.so:devel/ORBit2 orbit2_DETECT= ${LOCALBASE}/libdata/pkgconfig/ORBit-2.0.pc orbit2_USE_GNOME_IMPL= libidl -libglade2_LIB_DEPENDS= libglade-2.0.so:${PORTSDIR}/devel/libglade2 +libglade2_LIB_DEPENDS= libglade-2.0.so:devel/libglade2 libglade2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libglade-2.0.pc libglade2_USE_GNOME_IMPL=libxml2 gtk20 -libxml2_BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 -libxml2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -libxml2_RUN_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 +libxml2_BUILD_DEPENDS= xml2-config:textproc/libxml2 +libxml2_LIB_DEPENDS= libxml2.so:textproc/libxml2 +libxml2_RUN_DEPENDS= xml2-config:textproc/libxml2 libxml2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc -libxslt_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -libxslt_LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt +libxslt_BUILD_DEPENDS= xsltproc:textproc/libxslt +libxslt_LIB_DEPENDS= libxslt.so:textproc/libxslt libxslt_RUN_DEPENDS= ${libxslt_BUILD_DEPENDS} libxslt_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxslt.pc libxslt_USE_GNOME_IMPL= libxml2 -libbonobo_LIB_DEPENDS= libbonobo-2.so:${PORTSDIR}/devel/libbonobo +libbonobo_LIB_DEPENDS= libbonobo-2.so:devel/libbonobo libbonobo_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonobo-2.0.pc libbonobo_USE_GNOME_IMPL=libxml2 orbit2 introspection_DETECT= ${LOCALBASE}/libdata/pkgconfig/gobject-introspection-1.0.pc -introspection_BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -introspection_LIB_DEPENDS= libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection -introspection_RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +introspection_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection +introspection_LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection +introspection_RUN_DEPENDS= g-ir-scanner:devel/gobject-introspection introspection_USE_GNOME_IMPL= glib20 introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR} -gconf2_LIB_DEPENDS= libgconf-2.so:${PORTSDIR}/devel/gconf2 +gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 gconf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconf-2.0.pc gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 -gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:${PORTSDIR}/devel/gnome-vfs +gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs gnomevfs2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-vfs-2.0.pc gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata -libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:${PORTSDIR}/graphics/libgnomecanvas +libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas libgnomecanvas_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 -libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:${PORTSDIR}/graphics/libart_lgpl +libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:graphics/libart_lgpl libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc -libgnomeprint_LIB_DEPENDS= libgnomeprint-2-2.so:${PORTSDIR}/print/libgnomeprint +libgnomeprint_LIB_DEPENDS= libgnomeprint-2-2.so:print/libgnomeprint libgnomeprint_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprint-2.2.pc libgnomeprint_USE_GNOME_IMPL= libbonobo libartlgpl2 gtk20 -libgnomeprintui_LIB_DEPENDS= libgnomeprintui-2-2.so:${PORTSDIR}/x11-toolkits/libgnomeprintui +libgnomeprintui_LIB_DEPENDS= libgnomeprintui-2-2.so:x11-toolkits/libgnomeprintui libgnomeprintui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprintui-2.2.pc libgnomeprintui_USE_GNOME_IMPL= libgnomeprint libgnomecanvas -libgnome_LIB_DEPENDS= libgnome-2.so:${PORTSDIR}/x11/libgnome +libgnome_LIB_DEPENDS= libgnome-2.so:x11/libgnome libgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-2.0.pc libgnome_USE_GNOME_IMPL=gnomevfs2 esound libbonobo -libbonoboui_LIB_DEPENDS= libbonoboui-2.so:${PORTSDIR}/x11-toolkits/libbonoboui +libbonoboui_LIB_DEPENDS= libbonoboui-2.so:x11-toolkits/libbonoboui libbonoboui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonoboui-2.0.pc libbonoboui_USE_GNOME_IMPL= libgnomecanvas libgnome -libgnomeui_LIB_DEPENDS= libgnomeui-2.so:${PORTSDIR}/x11-toolkits/libgnomeui +libgnomeui_LIB_DEPENDS= libgnomeui-2.so:x11-toolkits/libgnomeui libgnomeui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeui-2.0.pc libgnomeui_USE_GNOME_IMPL= libbonoboui -atspi_LIB_DEPENDS= libspi.so:${PORTSDIR}/accessibility/at-spi +atspi_LIB_DEPENDS= libspi.so:accessibility/at-spi atspi_DETECT= ${LOCALBASE}/libdata/pkgconfig/cspi-1.0.pc atspi_USE_GNOME_IMPL= gtk20 libbonobo -libgtkhtml_LIB_DEPENDS= libgtkhtml-2.so:${PORTSDIR}/www/libgtkhtml +libgtkhtml_LIB_DEPENDS= libgtkhtml-2.so:www/libgtkhtml libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 -gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:${PORTSDIR}/x11/gnome-desktop +gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:x11/gnome-desktop gnomedesktop3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-3.0.pc gnomedesktop3_USE_GNOME_IMPL= gtk30 -libwnck_LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck +libwnck_LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck libwnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-1.0.pc libwnck_USE_GNOME_IMPL= gtk20 -libwnck3_LIB_DEPENDS= libwnck-3.so:${PORTSDIR}/x11-toolkits/libwnck3 +libwnck3_LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 libwnck3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-3.0.pc libwnck3_USE_GNOME_IMPL=gtk30 -vte_LIB_DEPENDS= libvte.so:${PORTSDIR}/x11-toolkits/vte +vte_LIB_DEPENDS= libvte.so:x11-toolkits/vte vte_DETECT= ${LOCALBASE}/libdata/pkgconfig/vte.pc vte_USE_GNOME_IMPL= gtk20 -vte3_LIB_DEPENDS= libvte-2.91.so:${PORTSDIR}/x11-toolkits/vte3 +vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3 vte3_DETECT= ${LOCALBASE}/libdata/pkgconfig/vte-2.91.pc vte3_USE_GNOME_IMPL= gtk30 -librsvg2_LIB_DEPENDS= librsvg-2.so:${PORTSDIR}/graphics/librsvg2 +librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango -nautilus3_LIB_DEPENDS= libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus +nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus nautilus3_DETECT= ${LOCALBASE}/share/gir-1.0/Nautilus-3.0.gir nautilus3_USE_GNOME_IMPL=gnomedesktop3 gvfs libxml2 -metacity_LIB_DEPENDS= libmetacity-private.so:${PORTSDIR}/x11-wm/metacity +metacity_LIB_DEPENDS= libmetacity-private.so:x11-wm/metacity metacity_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmetacity-private.pc -gal2_LIB_DEPENDS= libgal-2.4.so:${PORTSDIR}/x11-toolkits/gal2 +gal2_LIB_DEPENDS= libgal-2.4.so:x11-toolkits/gal2 gal2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gal-2.4.pc gal2_USE_GNOME_IMPL=gnomeui libgnomeprintui gnomecontrolcenter3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc -gnomecontrolcenter3_BUILD_DEPENDS= ${gnomecontrolcenter3_DETECT}:${PORTSDIR}/sysutils/gnome-control-center -gnomecontrolcenter3_RUN_DEPENDS= ${gnomecontrolcenter3_DETECT}:${PORTSDIR}/sysutils/gnome-control-center +gnomecontrolcenter3_BUILD_DEPENDS= ${gnomecontrolcenter3_DETECT}:sysutils/gnome-control-center +gnomecontrolcenter3_RUN_DEPENDS= ${gnomecontrolcenter3_DETECT}:sysutils/gnome-control-center gnomecontrolcenter3_USE_GNOME_IMPL= gnomedesktop3 -libgda4_LIB_DEPENDS= libgda-4.0.so:${PORTSDIR}/databases/libgda4 +libgda4_LIB_DEPENDS= libgda-4.0.so:databases/libgda4 libgda4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc libgda4_USE_GNOME_IMPL= glib20 libxslt -libgda5_LIB_DEPENDS= libgda-5.0.so:${PORTSDIR}/databases/libgda5 +libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5 libgda5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc libgda5_USE_GNOME_IMPL= glib20 libxslt -libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:${PORTSDIR}/databases/libgda5-ui +libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:databases/libgda5-ui libgda5-ui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-ui-5.0.pc libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5 -gtksourceview_LIB_DEPENDS= libgtksourceview-1.0.so:${PORTSDIR}/x11-toolkits/gtksourceview +gtksourceview_LIB_DEPENDS= libgtksourceview-1.0.so:x11-toolkits/gtksourceview gtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-1.0.pc gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui -gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:${PORTSDIR}/x11-toolkits/gtksourceview2 +gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:x11-toolkits/gtksourceview2 gtksourceview2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-2.0.pc gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2 -gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:${PORTSDIR}/x11-toolkits/gtksourceview3 +gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:x11-toolkits/gtksourceview3 gtksourceview3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksoureview-3.0.pc gtksourceview3_USE_GNOME_IMPL=gtk30 libxml2 -libgsf_LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf +libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf libgsf_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-1.pc libgsf_USE_GNOME_IMPL= glib20 libxml2 pygobject_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc -pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject -pygobject_RUN_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject +pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:devel/py-gobject +pygobject_RUN_DEPENDS= pygobject-codegen-2.0:devel/py-gobject pygobject_USE_GNOME_IMPL= glib20 py3gobject3_DETECT= ${LOCALBASE}/share/py3gobject3/.keep -py3gobject3_BUILD_DEPENDS= py3?-gobject3>=0:${PORTSDIR}/devel/py3-gobject3 -py3gobject3_RUN_DEPENDS= py3?-gobject3>=0:${PORTSDIR}/devel/py3-gobject3 +py3gobject3_BUILD_DEPENDS= py3?-gobject3>=0:devel/py3-gobject3 +py3gobject3_RUN_DEPENDS= py3?-gobject3>=0:devel/py3-gobject3 py3gobject3_USE_GNOME_IMPL= glib20 pygobject3_DETECT= ${LOCALBASE}/share/pygobject3/.keep -pygobject3_BUILD_DEPENDS= py2?-gobject3>=0:${PORTSDIR}/devel/py-gobject3 -pygobject3_RUN_DEPENDS= py2?-gobject3>=0:${PORTSDIR}/devel/py-gobject3 +pygobject3_BUILD_DEPENDS= py2?-gobject3>=0:devel/py-gobject3 +pygobject3_RUN_DEPENDS= py2?-gobject3>=0:devel/py-gobject3 pygobject3_USE_GNOME_IMPL= glib20 pygtk2_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc -pygtk2_BUILD_DEPENDS= ${pygtk2_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk2 -pygtk2_RUN_DEPENDS= ${pygtk2_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk2 +pygtk2_BUILD_DEPENDS= ${pygtk2_DETECT}:x11-toolkits/py-gtk2 +pygtk2_RUN_DEPENDS= ${pygtk2_DETECT}:x11-toolkits/py-gtk2 pygtk2_USE_GNOME_IMPL= libglade2 pygobject pygnome2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc -pygnome2_BUILD_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 -pygnome2_RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 +pygnome2_BUILD_DEPENDS= ${pygnome2_DETECT}:x11-toolkits/py-gnome2 +pygnome2_RUN_DEPENDS= ${pygnome2_DETECT}:x11-toolkits/py-gnome2 pygnome2_USE_GNOME_IMPL=libgnomeui pygtk2 intltool_DETECT= ${LOCALBASE}/bin/intltool-extract -intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool +intltool_BUILD_DEPENDS= ${intltool_DETECT}:textproc/intltool intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ @@ -435,59 +435,59 @@ intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -n 's/DATADIRNAME=lib/DATADIRNAME=share/' intlhack_USE_GNOME_IMPL=intltool -gtkhtml3_LIB_DEPENDS= libgtkhtml-3.14.so:${PORTSDIR}/www/gtkhtml3 +gtkhtml3_LIB_DEPENDS= libgtkhtml-3.14.so:www/gtkhtml3 gtkhtml3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-3.14.pc gtkhtml3_USE_GNOME_IMPL=libglade2 -gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:${PORTSDIR}/www/gtkhtml4 +gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:www/gtkhtml4 gtkhtml4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-4.0.pc gtkhtml4_USE_GNOME_IMPL=gtk30 libxml2 -gnomespeech_LIB_DEPENDS=libgnomespeech.so:${PORTSDIR}/accessibility/gnome-speech +gnomespeech_LIB_DEPENDS=libgnomespeech.so:accessibility/gnome-speech gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc gnomespeech_USE_GNOME_IMPL=libbonobo -evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:${PORTSDIR}/databases/evolution-data-server +evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:databases/evolution-data-server evolutiondataserver3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libedataserverui-3.0.pc evolutiondataserver3_USE_GNOME_IMPL= libxml2 gtk30 -gnomemenus3_BUILD_DEPENDS= gnome-menus>=3.2.0:${PORTSDIR}/x11/gnome-menus -gnomemenus3_RUN_DEPENDS= gnome-menus>=3.2.0:${PORTSDIR}/x11/gnome-menus +gnomemenus3_BUILD_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus +gnomemenus3_RUN_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus gnomemenus3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-menu-3.0.pc gnomemenus3_USE_GNOME_IMPL= glib20 gnomedocutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-doc-utils.pc -gnomedocutils_BUILD_DEPENDS= ${gnomedocutils_DETECT}:${PORTSDIR}/textproc/gnome-doc-utils -gnomedocutils_RUN_DEPENDS= ${gnomedocutils_DETECT}:${PORTSDIR}/textproc/gnome-doc-utils +gnomedocutils_BUILD_DEPENDS= ${gnomedocutils_DETECT}:textproc/gnome-doc-utils +gnomedocutils_RUN_DEPENDS= ${gnomedocutils_DETECT}:textproc/gnome-doc-utils gnomedocutils_USE_GNOME_IMPL= libxslt gtksharp10_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc -gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10 -gtksharp10_RUN_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10 +gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:x11-toolkits/gtk-sharp10 +gtksharp10_RUN_DEPENDS= ${gtksharp10_DETECT}:x11-toolkits/gtk-sharp10 gtksharp10_USE_GNOME_IMPL= gtk20 gtksharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc -gtksharp20_BUILD_DEPENDS= ${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20 -gtksharp20_RUN_DEPENDS= ${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20 +gtksharp20_BUILD_DEPENDS= ${gtksharp20_DETECT}:x11-toolkits/gtk-sharp20 +gtksharp20_RUN_DEPENDS= ${gtksharp20_DETECT}:x11-toolkits/gtk-sharp20 gtksharp20_USE_GNOME_IMPL= gtk20 gnomesharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc -gnomesharp20_BUILD_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 -gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 +gnomesharp20_BUILD_DEPENDS= ${gnomesharp20_DETECT}:x11-toolkits/gnome-sharp20 +gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:x11-toolkits/gnome-sharp20 gnomesharp20_USE_GNOME_IMPL= gnomevfs2 gtkhtml3 gtksharp20 librsvg2 vte libgnomekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomekbd.pc -libgnomekbd_LIB_DEPENDS= libgnomekbd.so:${PORTSDIR}/x11/libgnomekbd +libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2 pygtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc -pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview -pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview +pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:x11-toolkits/py-gtksourceview +pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:x11-toolkits/py-gtksourceview pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2 gvfs_DETECT= ${LOCALBASE}/lib/gvfs/libgvfscommon.so -gvfs_BUILD_DEPENDS= gvfs>=0:${PORTSDIR}/devel/gvfs -gvfs_RUN_DEPENDS= gvfs>=0:${PORTSDIR}/devel/gvfs +gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs +gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs gvfs_USE_GNOME_IMPL= glib20 .if defined(INSTALLS_ICONS) @@ -659,7 +659,7 @@ PLIST_SUB+= GNOME:="" NOGNOME:="@comment .if defined(USE_GNOME_SUBR) GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr -RUN_DEPENDS+= ${GNOME_SUBR}:${PORTSDIR}/sysutils/gnome_subr +RUN_DEPENDS+= ${GNOME_SUBR}:sysutils/gnome_subr SUB_LIST+= GNOME_SUBR=${GNOME_SUBR} .endif Modified: head/Mk/Uses/gnustep.mk ============================================================================== --- head/Mk/Uses/gnustep.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gnustep.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -58,7 +58,7 @@ PLIST_SUB+= MAJORLIBVERSION=${DEFAULT_LI .if defined(USE_GNUSTEP) . if ${USE_GNUSTEP:Mbase} -LIB_DEPENDS+= libgnustep-base.so:${PORTSDIR}/lang/gnustep-base +LIB_DEPENDS+= libgnustep-base.so:lang/gnustep-base . endif . if ${USE_GNUSTEP:Mbuild} @@ -69,17 +69,17 @@ MAKE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFI # conflicts. MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM CONFIGURE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFILES="${GNUSTEP_MAKEFILES}" GNUSTEP_SYSTEM_ROOT="${GNUSTEP_SYSTEM_ROOT}" -BUILD_DEPENDS+= gnustep-make>0:${PORTSDIR}/devel/gnustep-make +BUILD_DEPENDS+= gnustep-make>0:devel/gnustep-make .include "${USESDIR}/objc.mk" . endif . if ${USE_GNUSTEP:Mgui} -LIB_DEPENDS+= libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui +LIB_DEPENDS+= libgnustep-gui.so:x11-toolkits/gnustep-gui . endif . if ${USE_GNUSTEP:Mback} -BUILD_DEPENDS+= gnustep-back>0:${PORTSDIR}/x11-toolkits/gnustep-back -RUN_DEPENDS+= gnustep-back>0:${PORTSDIR}/x11-toolkits/gnustep-back +BUILD_DEPENDS+= gnustep-back>0:x11-toolkits/gnustep-back +RUN_DEPENDS+= gnustep-back>0:x11-toolkits/gnustep-back . endif .endif Modified: head/Mk/Uses/gperf.mk ============================================================================== --- head/Mk/Uses/gperf.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gperf.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -11,7 +11,7 @@ _INCLUDE_USES_GPERF_MK= yes .if !exists(/usr/bin/gperf) -BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:devel/gperf GPERF= ${LOCALBASE}/bin/gperf .else _GPERF_VERSION!= /usr/bin/gperf --version | head -1 || true @@ -22,7 +22,7 @@ _GPERF_MAJ_VERSION= 0 .endif .if ${_GPERF_MAJ_VERSION} < 3 -BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:devel/gperf GPERF= ${LOCALBASE}/bin/gperf .else GPERF= /usr/bin/gperf Modified: head/Mk/Uses/gssapi.mk ============================================================================== --- head/Mk/Uses/gssapi.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/gssapi.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -75,8 +75,8 @@ .if !defined(_INCLUDE_USES_GSSAPI_MK) _INCLUDE_USES_GSSAPI_MK= yes -_HEIMDAL_DEPENDS=${GSSAPILIBDIR}/libgssapi.so:${PORTSDIR}/security/heimdal -_MITKRB5_DEPENDS=${GSSAPILIBDIR}/libkrb5support.so:${PORTSDIR}/security/krb5 +_HEIMDAL_DEPENDS=${GSSAPILIBDIR}/libgssapi.so:security/heimdal +_MITKRB5_DEPENDS=${GSSAPILIBDIR}/libkrb5support.so:security/krb5 _HEADERS= sys/types.h sys/stat.h stdint.h .undef _FIXUP_KRB5CONFIG Modified: head/Mk/Uses/horde.mk ============================================================================== --- head/Mk/Uses/horde.mk Sun Mar 27 01:10:18 2016 (r411969) +++ head/Mk/Uses/horde.mk Sun Mar 27 01:23:25 2016 (r411970) @@ -11,8 +11,8 @@ _INCLUDE_USES_HORDE_MK= yes MASTER_SITES?= http://pear.horde.org/get/ -BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde -RUN_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde +BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:devel/pear-channel-horde +RUN_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:devel/pear-channel-horde *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Mar 27 01:23:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3102ADF213; Sun, 27 Mar 2016 01:23:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEBA61804; Sun, 27 Mar 2016 01:23:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1NYqB018483; Sun, 27 Mar 2016 01:23:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1NYCp018482; Sun, 27 Mar 2016 01:23:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603270123.u2R1NYCp018482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 01:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411971 - head/graphics/sam2p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:23:36 -0000 Author: amdmi3 Date: Sun Mar 27 01:23:34 2016 New Revision: 411971 URL: https://svnweb.freebsd.org/changeset/ports/411971 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/graphics/sam2p/Makefile Modified: head/graphics/sam2p/Makefile ============================================================================== --- head/graphics/sam2p/Makefile Sun Mar 27 01:23:25 2016 (r411970) +++ head/graphics/sam2p/Makefile Sun Mar 27 01:23:34 2016 (r411971) @@ -12,12 +12,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ tif22pnm:${PORTSDIR}/graphics/tif22pnm -OPTIONS_DEFINE= DOCS EXAMPLES - USES= ghostscript:run gmake jpeg:run perl5 USE_PERL5= build USE_GCC= any @@ -31,12 +30,16 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Sun Mar 27 01:23:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C255FADF21F; Sun, 27 Mar 2016 01:23:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 783ED18DA; Sun, 27 Mar 2016 01:23:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1Ndnw018614; Sun, 27 Mar 2016 01:23:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1Ndlc018610; Sun, 27 Mar 2016 01:23:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603270123.u2R1Ndlc018610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 01:23:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411972 - in head/irc/simpleirc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:23:40 -0000 Author: amdmi3 Date: Sun Mar 27 01:23:39 2016 New Revision: 411972 URL: https://svnweb.freebsd.org/changeset/ports/411972 Log: - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/irc/simpleirc/Makefile head/irc/simpleirc/files/patch-Makefile head/irc/simpleirc/files/patch-config.mk Modified: head/irc/simpleirc/Makefile ============================================================================== --- head/irc/simpleirc/Makefile Sun Mar 27 01:23:34 2016 (r411971) +++ head/irc/simpleirc/Makefile Sun Mar 27 01:23:39 2016 (r411972) @@ -12,16 +12,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Extremely simple IRC client LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/simpleirc man/man1/simpleirc.1.gz -PORTDOCS= README LICENSE +PORTDOCS= README OPTIONS_DEFINE= DOCS -post-install: - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/irc/simpleirc/files/patch-Makefile ============================================================================== --- head/irc/simpleirc/files/patch-Makefile Sun Mar 27 01:23:34 2016 (r411971) +++ head/irc/simpleirc/files/patch-Makefile Sun Mar 27 01:23:39 2016 (r411972) @@ -1,6 +1,6 @@ ---- Makefile.orgi 2008-12-25 20:30:03.000000000 +0100 -+++ Makefile 2008-12-25 20:31:47.000000000 +0100 -@@ -38,17 +38,18 @@ +--- Makefile.orig 2013-06-16 06:03:32 UTC ++++ Makefile +@@ -38,17 +38,18 @@ dist: clean install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin Modified: head/irc/simpleirc/files/patch-config.mk ============================================================================== --- head/irc/simpleirc/files/patch-config.mk Sun Mar 27 01:23:34 2016 (r411971) +++ head/irc/simpleirc/files/patch-config.mk Sun Mar 27 01:23:39 2016 (r411972) @@ -1,6 +1,6 @@ ---- config.mk.orig 2008-12-24 21:33:04.000000000 +0100 -+++ config.mk 2008-12-24 21:34:33.000000000 +0100 -@@ -4,17 +4,17 @@ +--- config.mk.orig 2013-06-16 06:03:32 UTC ++++ config.mk +@@ -4,17 +4,17 @@ VERSION = 1.2 # Customize below to fit your system # paths From owner-svn-ports-all@freebsd.org Sun Mar 27 01:42:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C87EDADF638; Sun, 27 Mar 2016 01:42:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7414C10B4; Sun, 27 Mar 2016 01:42:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1ggg3024512; Sun, 27 Mar 2016 01:42:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1ggD6024511; Sun, 27 Mar 2016 01:42:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603270142.u2R1ggD6024511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 27 Mar 2016 01:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411973 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:42:43 -0000 Author: junovitch Date: Sun Mar 27 01:42:42 2016 New Revision: 411973 URL: https://svnweb.freebsd.org/changeset/ports/411973 Log: Document Salt Insecure configuration of PAM external authentication service PR: 208244 Security: CVE-2016-3176 Security: https://vuxml.FreeBSD.org/freebsd/6d25c306-f3bb-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 27 01:23:39 2016 (r411972) +++ head/security/vuxml/vuln.xml Sun Mar 27 01:42:42 2016 (r411973) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + salt -- Insecure configuration of PAM external authentication service + + + py27-salt + py32-salt + py33-salt + py34-salt + py35-salt + 2015.5.10 + 2015.8.02015.8.8 + + + + +

SaltStack reports:

+
+

This issue affects all Salt versions prior to 2015.8.8/2015.5.10 + when PAM external authentication is enabled. This issue involves + passing an alternative PAM authentication service with a command + that is sent to LocalClient, enabling the attacker to bypass the + configured authentication service.

+
+ +
+ + CVE-2016-3176 + https://docs.saltstack.com/en/latest/topics/releases/2015.8.8.html + + + 2016-03-17 + 2016-03-27 + +
+ activemq -- Unsafe deserialization From owner-svn-ports-all@freebsd.org Sun Mar 27 01:44:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB5A4ADF6A1; Sun, 27 Mar 2016 01:44:26 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 820CA11B3; Sun, 27 Mar 2016 01:44:26 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1iPfl024742; Sun, 27 Mar 2016 01:44:25 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1iPnE024739; Sun, 27 Mar 2016 01:44:25 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603270144.u2R1iPnE024739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 27 Mar 2016 01:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r411974 - branches/2016Q1/sysutils/py-salt X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:44:26 -0000 Author: junovitch Date: Sun Mar 27 01:44:25 2016 New Revision: 411974 URL: https://svnweb.freebsd.org/changeset/ports/411974 Log: MFH: r409176 r411789 sysutils/py-salt: update 2015.8.5 -> 2015.8.8 Release notes: https://docs.saltstack.com/en/latest/topics/releases/2015.8.8.html PR: 207316 PR: 208244 Submitted by: Christer Edwards Approved by: ports-secteam (with hat) Security: CVE-2016-3176 Security: https://vuxml.FreeBSD.org/freebsd/6d25c306-f3bb-11e5-92ce-002590263bf5.html Modified: branches/2016Q1/sysutils/py-salt/Makefile branches/2016Q1/sysutils/py-salt/distinfo branches/2016Q1/sysutils/py-salt/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/py-salt/Makefile ============================================================================== --- branches/2016Q1/sysutils/py-salt/Makefile Sun Mar 27 01:42:42 2016 (r411973) +++ branches/2016Q1/sysutils/py-salt/Makefile Sun Mar 27 01:44:25 2016 (r411974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.5 +PORTVERSION= 2015.8.8 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2016Q1/sysutils/py-salt/distinfo ============================================================================== --- branches/2016Q1/sysutils/py-salt/distinfo Sun Mar 27 01:42:42 2016 (r411973) +++ branches/2016Q1/sysutils/py-salt/distinfo Sun Mar 27 01:44:25 2016 (r411974) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.5.tar.gz) = db395702f048ea384ccc440201c24d7044685977ae6a8588d0d0933246f0c673 -SIZE (salt-2015.8.5.tar.gz) = 6877624 +SHA256 (salt-2015.8.8.tar.gz) = b2ecce7bf562cfcd6586d66ade278f268bb89023f0fa0accaa55f90b8a668ef5 +SIZE (salt-2015.8.8.tar.gz) = 6982904 Modified: branches/2016Q1/sysutils/py-salt/pkg-plist ============================================================================== --- branches/2016Q1/sysutils/py-salt/pkg-plist Sun Mar 27 01:42:42 2016 (r411973) +++ branches/2016Q1/sysutils/py-salt/pkg-plist Sun Mar 27 01:44:25 2016 (r411974) @@ -805,6 +805,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rest_package.py %%PYTHON_SITELIBDIR%%/salt/modules/rest_package.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample_utils.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample_utils.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rest_service.py %%PYTHON_SITELIBDIR%%/salt/modules/rest_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ret.py From owner-svn-ports-all@freebsd.org Sun Mar 27 01:58:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E82BADF97E; Sun, 27 Mar 2016 01:58:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3DE015BA; Sun, 27 Mar 2016 01:58:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R1wkUr027949; Sun, 27 Mar 2016 01:58:46 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R1wjww027945; Sun, 27 Mar 2016 01:58:45 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603270158.u2R1wjww027945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 27 Mar 2016 01:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411975 - in head/java/wildfly100: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 01:58:47 -0000 Author: junovitch Date: Sun Mar 27 01:58:45 2016 New Revision: 411975 URL: https://svnweb.freebsd.org/changeset/ports/411975 Log: java/wildfly100: update to 10.0.0.Final - Also update rc script to set correct permissions PR: 208310 Submitted by: yerenkow@gmail.com (maintainer) Modified: head/java/wildfly100/Makefile head/java/wildfly100/distinfo head/java/wildfly100/files/wildfly100.in head/java/wildfly100/pkg-plist Modified: head/java/wildfly100/Makefile ============================================================================== --- head/java/wildfly100/Makefile Sun Mar 27 01:44:25 2016 (r411974) +++ head/java/wildfly100/Makefile Sun Mar 27 01:58:45 2016 (r411975) @@ -3,6 +3,7 @@ PORTNAME= wildfly100 PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -20,7 +21,7 @@ GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=${PORTVERSION}.CR4 +WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ Modified: head/java/wildfly100/distinfo ============================================================================== --- head/java/wildfly100/distinfo Sun Mar 27 01:44:25 2016 (r411974) +++ head/java/wildfly100/distinfo Sun Mar 27 01:58:45 2016 (r411975) @@ -1,2 +1,2 @@ -SHA256 (wildfly-10.0.0.CR4.tar.gz) = 3d30a858a7fff1140336a623ea6acdb4930ec96d4e539ff4e58e65ef29dc92c9 -SIZE (wildfly-10.0.0.CR4.tar.gz) = 143201039 +SHA256 (wildfly-10.0.0.Final.tar.gz) = e00c4e4852add7ac09693e7600c91be40fa5f2791d0b232e768c00b2cb20a84b +SIZE (wildfly-10.0.0.Final.tar.gz) = 137189474 Modified: head/java/wildfly100/files/wildfly100.in ============================================================================== --- head/java/wildfly100/files/wildfly100.in Sun Mar 27 01:44:25 2016 (r411974) +++ head/java/wildfly100/files/wildfly100.in Sun Mar 27 01:58:45 2016 (r411975) @@ -51,6 +51,8 @@ export JAVA_VERSION install -d -o ${%%APP_SHORTNAME%%_user} ${%%APP_SHORTNAME%%_logdir} fi + echo "Making sure all writeable dirs belongs to proper user/group" + chown -R ${%%APP_SHORTNAME%%_user}:${%%APP_SHORTNAME%%_group} ${WILDFLY_HOME}/standalone echo "Starting %%APP_SHORTNAME%%." daemon -u ${%%APP_SHORTNAME%%_user} ${WILDFLY_HOME}/bin/standalone.sh ${%%APP_SHORTNAME%%_args} >> ${%%APP_SHORTNAME%%_log_stdout} 2>> ${%%APP_SHORTNAME%%_log_stderr} Modified: head/java/wildfly100/pkg-plist ============================================================================== --- head/java/wildfly100/pkg-plist Sun Mar 27 01:44:25 2016 (r411974) +++ head/java/wildfly100/pkg-plist Sun Mar 27 01:58:45 2016 (r411975) @@ -41,12 +41,11 @@ %%APP_HOME%%/bin/jboss-cli.xml @(www,www,555) %%APP_HOME%%/bin/jconsole.sh @(www,www,555) %%APP_HOME%%/bin/jdr.sh +%%APP_HOME%%/bin/launcher.jar %%APP_HOME%%/bin/product.conf -@(www,www,555) %%APP_HOME%%/bin/run.sh %%APP_HOME%%/bin/standalone.conf @(www,www,555) %%APP_HOME%%/bin/standalone.sh @(www,www,555) %%APP_HOME%%/bin/vault.sh -%%APP_HOME%%/bin/wildfly-launcher.jar @(www,www,555) %%APP_HOME%%/bin/wsconsume.sh @(www,www,555) %%APP_HOME%%/bin/wsprovide.sh %%APP_HOME%%/copyright.txt @@ -72,14 +71,40 @@ %%APP_HOME%%/docs/examples/configs/standalone-picketlink.xml %%APP_HOME%%/docs/examples/configs/standalone-rts.xml %%APP_HOME%%/docs/examples/configs/standalone-xts.xml +%%APP_HOME%%/docs/licenses/apache license 2.0 - license-2.0.txt +%%APP_HOME%%/docs/licenses/apache license, version 2.0 - apache2.0.php +%%APP_HOME%%/docs/licenses/apache software license, version 2.0 - apache-2.0.txt +%%APP_HOME%%/docs/licenses/bouncy castle licence - licence.html +%%APP_HOME%%/docs/licenses/cddl 1.1 - cddl+gpl_1_1.html +%%APP_HOME%%/docs/licenses/cddl+gpl license - cddl+gpl_1_1.html +%%APP_HOME%%/docs/licenses/common development and distribution license - cddl.txt +%%APP_HOME%%/docs/licenses/common public license, version 1.0 - cpl-1.0.txt +%%APP_HOME%%/docs/licenses/creative commons attribution 2.5 - jcip-cc-by-2.5.txt +%%APP_HOME%%/docs/licenses/eclipse distribution license, version 1.0 - edl-1.0.txt +%%APP_HOME%%/docs/licenses/eclipse public license, version 1.0 - epl-1.0.txt +%%APP_HOME%%/docs/licenses/eclipse public license, version 1.0 - epl-v10.html +%%APP_HOME%%/docs/licenses/gnu general public license, version 2 with the classpath exception - gpl-2.0-ce.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license - lgpl-3.0.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license, version 2.1 - lgpl-2.1.txt +%%APP_HOME%%/docs/licenses/gpl - gplv2+ce.html +%%APP_HOME%%/docs/licenses/h2 license, version 1.0 - h2.txt +%%APP_HOME%%/docs/licenses/jdom license - jdom-1.0.txt +%%APP_HOME%%/docs/licenses/lgpl - lgpl.txt +%%APP_HOME%%/docs/licenses/licenses.xml +%%APP_HOME%%/docs/licenses/mozilla public license, version 1.1 - mpl-1.1.txt +%%APP_HOME%%/docs/licenses/public domain - cc0-1.0.txt +%%APP_HOME%%/docs/licenses/the apache software license, version 2.0 - license-2.0.txt +%%APP_HOME%%/docs/licenses/the bsd license - bsd.txt +%%APP_HOME%%/docs/licenses/the gnu lesser general public license, version 2.1 - lgpl-2.1.html +%%APP_HOME%%/docs/licenses/the mit license - license.txt +%%APP_HOME%%/docs/licenses/the mit license - mit.txt +%%APP_HOME%%/docs/licenses/the werken company license - license.html %%APP_HOME%%/docs/schema/application-client_6.xsd %%APP_HOME%%/docs/schema/application-client_7.xsd %%APP_HOME%%/docs/schema/application_1_4.xsd %%APP_HOME%%/docs/schema/application_5.xsd %%APP_HOME%%/docs/schema/application_6.xsd %%APP_HOME%%/docs/schema/application_7.xsd -%%APP_HOME%%/docs/schema/artemis-configuration.xsd -%%APP_HOME%%/docs/schema/artemis-server.xsd %%APP_HOME%%/docs/schema/batch-jberet_1_0.xsd %%APP_HOME%%/docs/schema/ejb-jar_2_1.xsd %%APP_HOME%%/docs/schema/ejb-jar_3_0.xsd @@ -283,13 +308,10 @@ %%APP_HOME%%/docs/schema/module-1_1.xsd %%APP_HOME%%/docs/schema/module-1_2.xsd %%APP_HOME%%/docs/schema/module-1_3.xsd +%%APP_HOME%%/docs/schema/module-1_5.xsd %%APP_HOME%%/docs/schema/orm_1_0.xsd %%APP_HOME%%/docs/schema/persistence_1_0.xsd %%APP_HOME%%/docs/schema/persistence_2_0.xsd -%%APP_HOME%%/docs/schema/picketbox-security-domain-configuration_4_0.xsd -%%APP_HOME%%/docs/schema/security-config_4_0.xsd -%%APP_HOME%%/docs/schema/security-config_4_1.xsd -%%APP_HOME%%/docs/schema/security-config_5_0.xsd %%APP_HOME%%/docs/schema/shared-session-config_1_0.xsd %%APP_HOME%%/docs/schema/singleton-deployment_1_0.xsd %%APP_HOME%%/docs/schema/trans-timeout-1_0.xsd @@ -329,8 +351,10 @@ %%APP_HOME%%/docs/schema/wildfly-messaging-activemq-deployment_1_0.xsd %%APP_HOME%%/docs/schema/wildfly-messaging-activemq_1_0.xsd %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-picketlink-federation_1_1.xsd %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_2_0.xsd %%APP_HOME%%/docs/schema/wildfly-picketlink-idm_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-picketlink-idm_1_1.xsd %%APP_HOME%%/docs/schema/wildfly-picketlink-idm_2_0.xsd %%APP_HOME%%/docs/schema/wildfly-remoting_2_0.xsd %%APP_HOME%%/docs/schema/wildfly-remoting_3_0.xsd @@ -379,36 +403,36 @@ %%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.12-jbossorg-2.jar %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.2.11.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-core-2.2.11.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.2.11.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.2.11.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.11.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.2.11.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-core-2.2.11.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.2.11.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.2.11.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.11.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.2.11.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.2.11.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.13.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-2.2.11.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-2.2.11.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-20140925.jar %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.26.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.32.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.3.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.3.15.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.3.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.3.15.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.3.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.3.15.Final.jar %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml @@ -436,7 +460,7 @@ %%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.3.jar +%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.5.jar %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/module.xml @@ -485,28 +509,29 @@ %%APP_HOME%%/modules/system/layers/base/nu/xom/main/xom-1.2.10.jar %%APP_HOME%%/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar %%APP_HOME%%/modules/system/layers/base/org/antlr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-commons-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-journal-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-native-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-1.1.0.wildfly.007.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-commons-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-journal-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-native-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-1.1.0.wildfly-011.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/lib/linux-i686/libartemis-native-32.so %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/lib/linux-x86_64/libartemis-native-64.so %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-proton-plug-1.1.0.wildfly.007.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-proton-plug-1.1.0.wildfly-011.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-1.1.0.wildfly.007.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-1.1.0.wildfly-011.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-1.1.0.wildfly.007.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-1.1.0.wildfly-011.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-1.1.0.wildfly.007.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-service-extensions-1.1.0.wildfly.007.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-1.1.0.wildfly-011.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-service-extensions-1.1.0.wildfly-011.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/avro-1.7.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/module.xml @@ -516,7 +541,7 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.10.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.2.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.4.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/module.xml @@ -525,42 +550,44 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.2-jbossorg-2-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.2-jbossorg-2-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.1.2-jbossorg-2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.0.3.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.4-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.4-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.0.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-bug986-3.0.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.0.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-runtime-3.0.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.0.5.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.1.2-jbossorg-2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.1.4.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.5.jar @@ -571,18 +598,18 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.3.0.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.3.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.3.0.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.3.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.8.jar @@ -593,12 +620,12 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-1.7.jar %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.1.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.1.4.jar %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.2.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/module.xml @@ -629,7 +656,7 @@ %%APP_HOME%%/modules/system/layers/base/org/dom4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/ecj-4.4.2.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.11.jar %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/module.xml @@ -639,50 +666,52 @@ %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.0.3.jar %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.3/jipijapa-hibernate4-3-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.3/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/5.0/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/hibernate-infinispan-5.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/hibernate-infinispan-5.0.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-5.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-5.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-java8-5.0.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/hibernate-search-backend-jgroups-5.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/hibernate-search-backend-jgroups-5.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-commons-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-core-client-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-jms-client-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-8.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-8.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-8.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-8.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-8.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-8.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-8.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-8.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-8.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-8.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.18.1-GA.jar %%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml @@ -690,138 +719,138 @@ %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.2.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.65.1.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.66.4.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/wildfly-configadmin-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/wildfly-configadmin-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.8.13.Final-resources.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.8.19.Final-resources.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/dir/META-INF/MANIFEST.MF %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-10.0.0.CR4.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.1.0.Final-wildfly1000.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-10.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.1.3.Final-wildfly1000.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-2.0.0.Final.jar @@ -829,7 +858,7 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.3.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-2.1.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-2.1.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb/remote/protocol/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.2.0.Final.jar @@ -843,27 +872,27 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.3.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.3.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.3.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-2.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-2.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.3.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-idlj-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-idlj-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar @@ -894,61 +923,61 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.2.6.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/compensations-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/compensations-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.2.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.2.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.2.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/jboss-remote-naming-2.0.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-2.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-4.0.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-4.0.18.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.0.13.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.0.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.0.13.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.0.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.0.13.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.0.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/resteasy-validator-provider-11-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/resteasy-validator-provider-11-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.0.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/jboss-sasl-1.0.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-3.0.0.CR1.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-3.0.0.CR1.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-3.0.0.CR1.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-3.0.0.CR1.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-3.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-3.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-3.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-3.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/module.xml @@ -958,49 +987,49 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.2.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.9.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.11.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/weld-probe-core-2.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/weld-probe-core-2.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-3.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-3.1.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-5.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-5.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-5.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/jbossws-cxf-transports-undertow-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/jbossws-cxf-transports-undertow-5.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-5.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-jaspi-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-5.1.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-jaspi-5.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/jaxws-undertow-httpspi-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-3.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.2.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.2.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.3.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.3.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.3.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.3.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.2.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.12.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jdom/main/jdom-1.1.3.jar %%APP_HOME%%/modules/system/layers/base/org/jdom/main/module.xml @@ -1028,9 +1057,9 @@ %%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-api-3.1.1.jar %%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-impl-3.1.1.jar %%APP_HOME%%/modules/system/layers/base/org/picketbox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-4.9.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-4.9.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-commons-1.0.0.final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.9.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.9.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/picketlink-common-2.5.5.SP1.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/module.xml @@ -1062,78 +1091,78 @@ %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.7.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/wildfly-clustering-marshalling-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/wildfly-clustering-marshalling-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/wildfly-clustering-marshalling-jboss-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/wildfly-clustering-marshalling-jboss-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/wildfly/common/main/wildfly-common-1.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/wildfly-batch-jberet-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/wildfly-batch-jberet-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/wildfly-clustering-singleton-extension-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/wildfly-clustering-singleton-extension-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/artemis-wildfly-integration-1.0.2.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/wildfly-messaging-activemq-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/wildfly-messaging-activemq-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-2.0.0.CR8.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-2.0.10.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-10.0.0.CR4.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-10.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/elytron/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/elytron/main/wildfly-elytron-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/elytron/main/wildfly-elytron-1.0.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.15.jar From owner-svn-ports-all@freebsd.org Sun Mar 27 05:02:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26676ADFD44; Sun, 27 Mar 2016 05:02:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1E6A16E8; Sun, 27 Mar 2016 05:02:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R52qP9084652; Sun, 27 Mar 2016 05:02:52 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R52pL6084649; Sun, 27 Mar 2016 05:02:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603270502.u2R52pL6084649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 05:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411976 - in head/x11-toolkits/scintilla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 05:02:53 -0000 Author: wen Date: Sun Mar 27 05:02:51 2016 New Revision: 411976 URL: https://svnweb.freebsd.org/changeset/ports/411976 Log: - Update to 3.6.4 PR: 208300 Submitted by: sergey.v.brunov@gmail.com Approved by: maintainer Modified: head/x11-toolkits/scintilla/Makefile head/x11-toolkits/scintilla/distinfo head/x11-toolkits/scintilla/files/patch-makefile Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sun Mar 27 01:58:45 2016 (r411975) +++ head/x11-toolkits/scintilla/Makefile Sun Mar 27 05:02:51 2016 (r411976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.6.3 +PORTVERSION= 3.6.4 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sun Mar 27 01:58:45 2016 (r411975) +++ head/x11-toolkits/scintilla/distinfo Sun Mar 27 05:02:51 2016 (r411976) @@ -1,2 +1,2 @@ -SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4 -SIZE (scite363.tgz) = 2385888 +SHA256 (scite364.tgz) = 6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa +SIZE (scite364.tgz) = 2386959 Modified: head/x11-toolkits/scintilla/files/patch-makefile ============================================================================== --- head/x11-toolkits/scintilla/files/patch-makefile Sun Mar 27 01:58:45 2016 (r411975) +++ head/x11-toolkits/scintilla/files/patch-makefile Sun Mar 27 05:02:51 2016 (r411976) @@ -25,12 +25,12 @@ endif vpath %.h ../src ../include ../lexlib -@@ -68,8 +61,7 @@ +@@ -77,8 +70,7 @@ CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) endif -CFLAGS:=$(CTFLAGS) --CXXTFLAGS:=--std=c++0x $(CTFLAGS) $(REFLAGS) +-CXXTFLAGS:=--std=gnu++0x $(CTFLAGS) $(REFLAGS) +CXXTFLAGS:=$(CTFLAGS) $(REFLAGS) CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) From owner-svn-ports-all@freebsd.org Sun Mar 27 05:04:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 718D3ADFD78; Sun, 27 Mar 2016 05:04:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42708182C; Sun, 27 Mar 2016 05:04:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R547sH084817; Sun, 27 Mar 2016 05:04:07 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R54734084815; Sun, 27 Mar 2016 05:04:07 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603270504.u2R54734084815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 05:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411977 - head/editors/scite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 05:04:08 -0000 Author: wen Date: Sun Mar 27 05:04:07 2016 New Revision: 411977 URL: https://svnweb.freebsd.org/changeset/ports/411977 Log: - Update to 3.6.4 PR: 208298 Submitted by: sergey.v.brunov@gmail.com Approved by: maintainer Modified: head/editors/scite/Makefile head/editors/scite/distinfo Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Sun Mar 27 05:02:51 2016 (r411976) +++ head/editors/scite/Makefile Sun Mar 27 05:04:07 2016 (r411977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.6.3 +PORTVERSION= 3.6.4 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Sun Mar 27 05:02:51 2016 (r411976) +++ head/editors/scite/distinfo Sun Mar 27 05:04:07 2016 (r411977) @@ -1,2 +1,2 @@ -SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4 -SIZE (scite363.tgz) = 2385888 +SHA256 (scite364.tgz) = 6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa +SIZE (scite364.tgz) = 2386959 From owner-svn-ports-all@freebsd.org Sun Mar 27 07:09:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C274DADF05B; Sun, 27 Mar 2016 07:09:35 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 841A3185E; Sun, 27 Mar 2016 07:09:35 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R79YUT021362; Sun, 27 Mar 2016 07:09:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R79YHd021359; Sun, 27 Mar 2016 07:09:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603270709.u2R79YHd021359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 07:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411978 - head/biology/libsbml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:09:35 -0000 Author: wen Date: Sun Mar 27 07:09:34 2016 New Revision: 411978 URL: https://svnweb.freebsd.org/changeset/ports/411978 Log: - Update to 5.12.0 Modified: head/biology/libsbml/Makefile head/biology/libsbml/distinfo head/biology/libsbml/pkg-plist Modified: head/biology/libsbml/Makefile ============================================================================== --- head/biology/libsbml/Makefile Sun Mar 27 05:04:07 2016 (r411977) +++ head/biology/libsbml/Makefile Sun Mar 27 07:09:34 2016 (r411978) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libsbml -PORTVERSION= 5.11.4 -PORTREVISION= 1 +PORTVERSION= 5.12.0 CATEGORIES= biology devel MASTER_SITES= SF/sbml/${PORTNAME}/${PORTVERSION}/stable DISTNAME= libSBML-${PORTVERSION}-core-src Modified: head/biology/libsbml/distinfo ============================================================================== --- head/biology/libsbml/distinfo Sun Mar 27 05:04:07 2016 (r411977) +++ head/biology/libsbml/distinfo Sun Mar 27 07:09:34 2016 (r411978) @@ -1,2 +1,2 @@ -SHA256 (libSBML-5.11.4-core-src.tar.gz) = d70684c547ad748c9ac4ca3e7663e3a563f26f7dd874c9bd582e71c0b9e592e2 -SIZE (libSBML-5.11.4-core-src.tar.gz) = 13129455 +SHA256 (libSBML-5.12.0-core-src.tar.gz) = 0cfa767a4d821faa89883cec1877857c8a823ab9e18626f2493c7b1b21cffe81 +SIZE (libSBML-5.12.0-core-src.tar.gz) = 13185253 Modified: head/biology/libsbml/pkg-plist ============================================================================== --- head/biology/libsbml/pkg-plist Sun Mar 27 05:04:07 2016 (r411977) +++ head/biology/libsbml/pkg-plist Sun Mar 27 07:09:34 2016 (r411978) @@ -81,6 +81,7 @@ include/sbml/conversion/SBMLFunctionDefi include/sbml/conversion/SBMLIdConverter.h include/sbml/conversion/SBMLInferUnitsConverter.h include/sbml/conversion/SBMLInitialAssignmentConverter.h +include/sbml/conversion/SBMLLevel1Version1Converter.h include/sbml/conversion/SBMLLevelVersionConverter.h include/sbml/conversion/SBMLLocalParameterConverter.h include/sbml/conversion/SBMLReactionConverter.h @@ -164,6 +165,7 @@ include/sbml/validator/SBMLExternalValid include/sbml/validator/SBMLInternalValidator.h include/sbml/validator/SBMLValidator.h include/sbml/validator/SBOConsistencyValidator.h +include/sbml/validator/StrictUnitConsistencyValidator.h include/sbml/validator/UnitConsistencyValidator.h include/sbml/validator/VConstraint.h include/sbml/validator/Validator.h @@ -201,7 +203,7 @@ include/sbml/xml/XercesTranscode.h lib/libsbml-static.a lib/libsbml.so lib/libsbml.so.5 -lib/libsbml.so.5.11.4 +lib/libsbml.so.5.12.0 libdata/pkgconfig/libsbml.pc %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsbml.pth %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsbml/_libsbml.so @@ -248,6 +250,7 @@ libdata/pkgconfig/libsbml.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/callExternalValidator.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/convertReactions.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/convertSBML.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/convertToL1V1.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/createExampleSBML.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/echoSBML.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/getAllElementsWithNotes.cpp From owner-svn-ports-all@freebsd.org Sun Mar 27 07:29:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 606D8ADF4B1; Sun, 27 Mar 2016 07:29:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 320AF105A; Sun, 27 Mar 2016 07:29:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R7TTMg027483; Sun, 27 Mar 2016 07:29:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R7TTo3027482; Sun, 27 Mar 2016 07:29:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603270729.u2R7TTo3027482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 07:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411979 - head/devel/arduino/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:29:30 -0000 Author: pi Date: Sun Mar 27 07:29:29 2016 New Revision: 411979 URL: https://svnweb.freebsd.org/changeset/ports/411979 Log: devel/arduino: fix pkg-message for pw groupmod dialer -m myuser See https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102604.html for details. Submitted by: Torfinn Ingolfsen Approved by: just fix it blanket Modified: head/devel/arduino/files/pkg-message.in Modified: head/devel/arduino/files/pkg-message.in ============================================================================== --- head/devel/arduino/files/pkg-message.in Sun Mar 27 07:09:34 2016 (r411978) +++ head/devel/arduino/files/pkg-message.in Sun Mar 27 07:29:29 2016 (r411979) @@ -1,7 +1,7 @@ Notes on using the Arduino IDE: To allow serial port locking, add your user to the dialer group: - pw usermod myuser -G dialer + pw groupmod dialer -m myuser User settings are in ~/.arduino/preferences.txt. Edit the file when the IDE is not running. From owner-svn-ports-all@freebsd.org Sun Mar 27 07:32:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99D9CADF5C3; Sun, 27 Mar 2016 07:32:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A98B134E; Sun, 27 Mar 2016 07:32:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R7WXVo030321; Sun, 27 Mar 2016 07:32:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R7WXbc030318; Sun, 27 Mar 2016 07:32:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603270732.u2R7WXbc030318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 07:32:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411980 - head/textproc/cmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:32:34 -0000 Author: wen Date: Sun Mar 27 07:32:33 2016 New Revision: 411980 URL: https://svnweb.freebsd.org/changeset/ports/411980 Log: - Update to 0.25.2 PR: 208317 Submitted by: Tobias Kortkamp (maintainer) Modified: head/textproc/cmark/Makefile head/textproc/cmark/distinfo head/textproc/cmark/pkg-plist Modified: head/textproc/cmark/Makefile ============================================================================== --- head/textproc/cmark/Makefile Sun Mar 27 07:29:29 2016 (r411979) +++ head/textproc/cmark/Makefile Sun Mar 27 07:32:33 2016 (r411980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cmark -PORTVERSION= 0.24.1 +PORTVERSION= 0.25.2 CATEGORIES= textproc MAINTAINER= t@tobik.me @@ -17,7 +17,6 @@ GH_ACCOUNT= jgm USES= cmake:outsource USE_LDCONFIG= yes -post-patch: - ${REINPLACE_CMD} -i "" 's|share/||g' ${WRKSRC}/man/CMakeLists.txt +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man .include Modified: head/textproc/cmark/distinfo ============================================================================== --- head/textproc/cmark/distinfo Sun Mar 27 07:29:29 2016 (r411979) +++ head/textproc/cmark/distinfo Sun Mar 27 07:32:33 2016 (r411980) @@ -1,2 +1,2 @@ -SHA256 (jgm-cmark-0.24.1_GH0.tar.gz) = 7566d307ffff07567faa0381b248f60164eddcc0e0f5eb6e27d6f58e1269ab2a -SIZE (jgm-cmark-0.24.1_GH0.tar.gz) = 205568 +SHA256 (jgm-cmark-0.25.2_GH0.tar.gz) = 530ae56d81a370ce29ed77fd3a34628c94277320f23657f5efb402283716f29b +SIZE (jgm-cmark-0.25.2_GH0.tar.gz) = 208505 Modified: head/textproc/cmark/pkg-plist ============================================================================== --- head/textproc/cmark/pkg-plist Sun Mar 27 07:29:29 2016 (r411979) +++ head/textproc/cmark/pkg-plist Sun Mar 27 07:32:33 2016 (r411980) @@ -4,7 +4,7 @@ include/cmark_export.h include/cmark_version.h lib/libcmark.a lib/libcmark.so -lib/libcmark.so.0.24.1 +lib/libcmark.so.0.25.2 libdata/pkgconfig/libcmark.pc man/man1/cmark.1.gz man/man3/cmark.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 27 07:34:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B20ADF634; Sun, 27 Mar 2016 07:34:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A748815FF; Sun, 27 Mar 2016 07:34:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R7Yvux030656; Sun, 27 Mar 2016 07:34:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R7YvTr030651; Sun, 27 Mar 2016 07:34:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603270734.u2R7YvTr030651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 27 Mar 2016 07:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411981 - in head: games/doomsday games/pioneer multimedia/assimp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:34:59 -0000 Author: riggs Date: Sun Mar 27 07:34:57 2016 New Revision: 411981 URL: https://svnweb.freebsd.org/changeset/ports/411981 Log: Update multimedia/assimp to upstream version 3.1.1 Details: - Allow build with clang on FreeBSD >= 10 - Add BOOST option - Add restrictions for USE_GCC - Update post-patch and pkg-plist file - Bump PORTREVISION on dependent ports (possible ABI change) PR: 207575 Submitted by: lightside@gmx.com Approved by: maintainer timeout Modified: head/games/doomsday/Makefile head/games/pioneer/Makefile head/multimedia/assimp/Makefile head/multimedia/assimp/distinfo head/multimedia/assimp/pkg-plist Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Sun Mar 27 07:32:33 2016 (r411980) +++ head/games/doomsday/Makefile Sun Mar 27 07:34:57 2016 (r411981) @@ -3,7 +3,7 @@ PORTNAME= doomsday PORTVERSION= 1.15.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} DISTNAME= ${PORTNAME}-stable-${PORTVERSION} Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Sun Mar 27 07:32:33 2016 (r411980) +++ head/games/pioneer/Makefile Sun Mar 27 07:34:57 2016 (r411981) @@ -3,6 +3,7 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lightside@gmx.com Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Sun Mar 27 07:32:33 2016 (r411980) +++ head/multimedia/assimp/Makefile Sun Mar 27 07:34:57 2016 (r411981) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= assimp -PORTVERSION= 3.0 -PORTREVISION= 5 +PORTVERSION= 3.1.1 +DISTVERSIONSUFFIX= _no_test_models CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.0 -DISTNAME= ${PORTNAME}--${PORTVERSION}.1270-source-only +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.1 MAINTAINER= yuri@tsoft.com COMMENT= Library to import various 3D model formats in a uniform manner @@ -14,17 +13,28 @@ COMMENT= Library to import various 3D mo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cmake pkgconfig zip -USE_GCC= yes # GCC 4.2 causes compiler warnings USE_LDCONFIG= yes # CMAKE_ARGS instructs cmake to skip runtime path removal during install CMAKE_ARGS+= "-DCMAKE_SKIP_RPATH=ON" +OPTIONS_DEFINE= BOOST +OPTIONS_DEFAULT= BOOST +BOOST_LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs +BOOST_CMAKE_ON= -DASSIMP_ENABLE_BOOST_WORKAROUND:BOOL=OFF + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 +# GCC 4.2 causes compiler warnings +USE_GCC= yes +.endif + post-patch: - @${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ + @${REINPLACE_CMD} 's|$${ASSIMP_LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt .include Modified: head/multimedia/assimp/distinfo ============================================================================== --- head/multimedia/assimp/distinfo Sun Mar 27 07:32:33 2016 (r411980) +++ head/multimedia/assimp/distinfo Sun Mar 27 07:34:57 2016 (r411981) @@ -1,2 +1,2 @@ -SHA256 (assimp--3.0.1270-source-only.zip) = ac29beb596db97df57451a5503afaf2d8b4366522842a6914da89644927a1423 -SIZE (assimp--3.0.1270-source-only.zip) = 4042147 +SHA256 (assimp-3.1.1_no_test_models.zip) = da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e +SIZE (assimp-3.1.1_no_test_models.zip) = 6626442 Modified: head/multimedia/assimp/pkg-plist ============================================================================== --- head/multimedia/assimp/pkg-plist Sun Mar 27 07:32:33 2016 (r411980) +++ head/multimedia/assimp/pkg-plist Sun Mar 27 07:34:57 2016 (r411981) @@ -30,6 +30,7 @@ include/assimp/matrix3x3.inl include/assimp/matrix4x4.h include/assimp/matrix4x4.inl include/assimp/mesh.h +include/assimp/metadata.h include/assimp/postprocess.h include/assimp/quaternion.h include/assimp/quaternion.inl @@ -41,9 +42,9 @@ include/assimp/vector2.inl include/assimp/vector3.h include/assimp/vector3.inl include/assimp/version.h -lib/cmake/assimp-3.0/assimp-config-version.cmake -lib/cmake/assimp-3.0/assimp-config.cmake +lib/cmake/assimp-3.1/assimp-config-version.cmake +lib/cmake/assimp-3.1/assimp-config.cmake lib/libassimp.so lib/libassimp.so.3 -lib/libassimp.so.3.0.1264 +lib/libassimp.so.3.1.1 libdata/pkgconfig/assimp.pc From owner-svn-ports-all@freebsd.org Sun Mar 27 07:36:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A48A9ADF688; Sun, 27 Mar 2016 07:36:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 758EE16F2; Sun, 27 Mar 2016 07:36:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R7aJ2m030841; Sun, 27 Mar 2016 07:36:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R7aJnp030839; Sun, 27 Mar 2016 07:36:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603270736.u2R7aJnp030839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 07:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411982 - head/sysutils/mcelog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:36:20 -0000 Author: pi Date: Sun Mar 27 07:36:19 2016 New Revision: 411982 URL: https://svnweb.freebsd.org/changeset/ports/411982 Log: sysutils/mcelog: 133 -> 134 Changes: https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git/ - Read the DMI entries we need from /sys/firmware/dmi/entries if available - New form factors, memory types and type details from SMBIOS 3.0.0 PR: 208314 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/sysutils/mcelog/Makefile head/sysutils/mcelog/distinfo Modified: head/sysutils/mcelog/Makefile ============================================================================== --- head/sysutils/mcelog/Makefile Sun Mar 27 07:34:57 2016 (r411981) +++ head/sysutils/mcelog/Makefile Sun Mar 27 07:36:19 2016 (r411982) @@ -3,7 +3,7 @@ PORTNAME= mcelog DISTVERSIONPREFIX= v -DISTVERSION= 133 +DISTVERSION= 134 CATEGORIES= sysutils MAINTAINER= ultima1252@gmail.com Modified: head/sysutils/mcelog/distinfo ============================================================================== --- head/sysutils/mcelog/distinfo Sun Mar 27 07:34:57 2016 (r411981) +++ head/sysutils/mcelog/distinfo Sun Mar 27 07:36:19 2016 (r411982) @@ -1,2 +1,2 @@ -SHA256 (andikleen-mcelog-v133_GH0.tar.gz) = 3b16bbbbd1f92501b046190b69f236e80def4b8de71f0ef86f89ec99bdc6dff5 -SIZE (andikleen-mcelog-v133_GH0.tar.gz) = 298521 +SHA256 (andikleen-mcelog-v134_GH0.tar.gz) = 9a9ffa04f2ac4f952be1f41a7b1a036feefb7202d091668e53ecfe4531ab0bfb +SIZE (andikleen-mcelog-v134_GH0.tar.gz) = 298899 From owner-svn-ports-all@freebsd.org Sun Mar 27 07:41:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A6B7ADF771; Sun, 27 Mar 2016 07:41:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 072851999; Sun, 27 Mar 2016 07:41:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R7fieM031790; Sun, 27 Mar 2016 07:41:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R7fi7H031788; Sun, 27 Mar 2016 07:41:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603270741.u2R7fi7H031788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 07:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411983 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 07:41:45 -0000 Author: wen Date: Sun Mar 27 07:41:43 2016 New Revision: 411983 URL: https://svnweb.freebsd.org/changeset/ports/411983 Log: - Update to 2.25 Changes: http://cpansearch.perl.org/src/SRI/Mojo-Pg-2.25/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sun Mar 27 07:36:19 2016 (r411982) +++ head/databases/p5-Mojo-Pg/Makefile Sun Mar 27 07:41:43 2016 (r411983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.24 +PORTVERSION= 2.25 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sun Mar 27 07:36:19 2016 (r411982) +++ head/databases/p5-Mojo-Pg/distinfo Sun Mar 27 07:41:43 2016 (r411983) @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-2.24.tar.gz) = 9b7cc02875d40d6093ac5c70726ac3f305f95eadc61bff99a991af3e15af1a5b -SIZE (Mojo-Pg-2.24.tar.gz) = 25929 +SHA256 (Mojo-Pg-2.25.tar.gz) = d810a8f78fc295d4d3cc3b8683c07d828058b38a0c6e6cf44a7b8ba6a7bdebcf +SIZE (Mojo-Pg-2.25.tar.gz) = 26515 From owner-svn-ports-all@freebsd.org Sun Mar 27 09:11:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 228A2ADD048; Sun, 27 Mar 2016 09:11:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E42101011; Sun, 27 Mar 2016 09:11:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2R9BGYF059089; Sun, 27 Mar 2016 09:11:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2R9BF1v059086; Sun, 27 Mar 2016 09:11:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603270911.u2R9BF1v059086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 09:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411984 - head/devel/py-raven X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 09:11:17 -0000 Author: pi Date: Sun Mar 27 09:11:15 2016 New Revision: 411984 URL: https://svnweb.freebsd.org/changeset/ports/411984 Log: devel/py-raven: 5.11.1 -> 5.11.2 - Added a workaround for bad traceback objects Modified: head/devel/py-raven/Makefile head/devel/py-raven/distinfo Modified: head/devel/py-raven/Makefile ============================================================================== --- head/devel/py-raven/Makefile Sun Mar 27 07:41:43 2016 (r411983) +++ head/devel/py-raven/Makefile Sun Mar 27 09:11:15 2016 (r411984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= raven -PORTVERSION= 5.11.1 +PORTVERSION= 5.11.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py-raven/distinfo ============================================================================== --- head/devel/py-raven/distinfo Sun Mar 27 07:41:43 2016 (r411983) +++ head/devel/py-raven/distinfo Sun Mar 27 09:11:15 2016 (r411984) @@ -1,2 +1,2 @@ -SHA256 (raven-5.11.1.tar.gz) = 581632f59f4d0ab89e3562d36820c0b4c949789be61422d92078f2396db27042 -SIZE (raven-5.11.1.tar.gz) = 255337 +SHA256 (raven-5.11.2.tar.gz) = 3decaaddc99943af23f4bd9595a8e0f7a3b5c8cf47b86853a94464af693b9b8d +SIZE (raven-5.11.2.tar.gz) = 255517 From owner-svn-ports-all@freebsd.org Sun Mar 27 10:10:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 812DBADDF0C; Sun, 27 Mar 2016 10:10:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3937614E1; Sun, 27 Mar 2016 10:10:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RAA5D4076493; Sun, 27 Mar 2016 10:10:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RAA5ad076491; Sun, 27 Mar 2016 10:10:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603271010.u2RAA5ad076491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 27 Mar 2016 10:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411985 - in head/devel/libedit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 10:10:06 -0000 Author: bapt Date: Sun Mar 27 10:10:05 2016 New Revision: 411985 URL: https://svnweb.freebsd.org/changeset/ports/411985 Log: Apply upstream patch to avoid tty corruption in case of output to a pipe. http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863 PR: 208320 Submitted by: John Hein Added: head/devel/libedit/files/patch-netbsd-pr-50863 (contents, props changed) Modified: head/devel/libedit/Makefile Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Sun Mar 27 09:11:15 2016 (r411984) +++ head/devel/libedit/Makefile Sun Mar 27 10:10:05 2016 (r411985) @@ -4,7 +4,7 @@ PORTNAME= libedit PORTVERSION= ${EDITVERSION}.${EDITDATE} DISTVERSION= ${EDITDATE}-${EDITVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://thrysoee.dk/editline/ Added: head/devel/libedit/files/patch-netbsd-pr-50863 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libedit/files/patch-netbsd-pr-50863 Sun Mar 27 10:10:05 2016 (r411985) @@ -0,0 +1,53 @@ +http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863 + +--- src/tty.c.orig 2014-06-18 19:07:45 UTC ++++ src/tty.c +@@ -499,6 +499,9 @@ tty_setup(EditLine *el) + if (el->el_flags & EDIT_DISABLED) + return 0; + ++ if (el->el_tty.t_initialized) ++ return -1; ++ + if (!isatty(el->el_outfd)) { + #ifdef DEBUG_TTY + (void) fprintf(el->el_errfile, "%s: isatty: %s\n", __func__, +@@ -558,6 +561,7 @@ tty_setup(EditLine *el) + + tty__setchar(&el->el_tty.t_ed, el->el_tty.t_c[ED_IO]); + tty_bind_char(el, 1); ++ el->el_tty.t_initialized = 1; + return 0; + } + +@@ -567,6 +571,7 @@ tty_init(EditLine *el) + + el->el_tty.t_mode = EX_IO; + el->el_tty.t_vdisable = _POSIX_VDISABLE; ++ el->el_tty.t_initialized = 0; + (void) memcpy(el->el_tty.t_t, ttyperm, sizeof(ttyperm_t)); + (void) memcpy(el->el_tty.t_c, ttychar, sizeof(ttychar_t)); + return tty_setup(el); +@@ -580,6 +585,9 @@ protected void + /*ARGSUSED*/ + tty_end(EditLine *el) + { ++ if (!el->el_tty.t_initialized) ++ return; ++ + if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) { + #ifdef DEBUG_TTY + (void) fprintf(el->el_errfile, +--- src/tty.h.orig 2014-06-18 16:05:56 UTC ++++ src/tty.h +@@ -474,8 +474,9 @@ typedef struct { + int t_tabs; + int t_eight; + speed_t t_speed; +- int t_mode; ++ unsigned char t_mode; + unsigned char t_vdisable; ++ unsigned char t_initialized; + } el_tty_t; + + From owner-svn-ports-all@freebsd.org Sun Mar 27 10:11:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57713ADDF4C; Sun, 27 Mar 2016 10:11:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F41B166D; Sun, 27 Mar 2016 10:11:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 41805BDC71; Sun, 27 Mar 2016 12:11:20 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 20CFEBDC6E; Sun, 27 Mar 2016 12:11:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id BDEF857A80BA; Sun, 27 Mar 2016 12:11:19 +0200 (CEST) Date: Sun, 27 Mar 2016 12:11:19 +0100 From: Mathieu Arnold To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411968 - head/games/megaglest-data Message-ID: In-Reply-To: <201603270110.u2R1AD8R011351@repo.freebsd.org> References: <201603270110.u2R1AD8R011351@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========2406500E626D49D6345B==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 10:11:23 -0000 --==========2406500E626D49D6345B========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 27 mars 2016 01:10:13 +0000 Dmitry Marakasov wrote: | DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} | | +USE_GITHUB= yes DISTNAME should be removed when USE_GITHUB is used. -- Mathieu Arnold --==========2406500E626D49D6345B========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW97HHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IMbMP/0c5vuaRjWjMVJmtOdDwc8Lv gO4iMkeQ1BFjIPpI528FB63naqaXBSB4hrxti35h3BWMYZTyfMxDH3YiFgHCwwiE RZySWZyhwOBT1Wc7SiKM/WHv1ERzmFwr13Ses0JgFovEe5vwfs83WAW7ohoZMy65 ahgWij6P3Vj8FHAMkeeCz5HUCkD0HTAyxYgCbbsy0W8DryCOVpsy/E3sgkIEXq5W 3xfrdz+wSjhZOWCgbItEa/dpVATgFT4p3dxsqUcgfbm41WJeB4QibYQJ3lwGB6HC gT8MLWWvcxPWe4GvLXo9jggu86yV2o4Nqct29AkWEOYeEA8T0CrkzpRVnZnJvJ5g oUl8AUioRTuKrU+IU+syMv9UDrO4cm5QgWCl5RD1UDLBhyl8lDfRocdop/kxttE2 gxb06xwYRWNIRU8R8odLMsgz5LIz9Ah+rHnWPlt6G9jg/6fta/BZJP1hcUXkPmLp a3UMKdkQP1d3/DtFtTDjXFku0OmV13z5iMnWng8WVgl1aCjPnTDdYq0zs3bep1Mc apWZTIzUn4SoTTdR64dNX+ZNdls/PJm7QUQjXVqhJiJ0sfXpRtrH7/MYK1xUbnJm v3J8cyUF5JkgKe1dL5cUrgRE56uOCO/xh41h57g3YQ/Zk1IaKrTcjfqQ4liqBeY2 iLL0V+00iyuN/YqV6/RZ =Cvly -----END PGP SIGNATURE----- --==========2406500E626D49D6345B==========-- From owner-svn-ports-all@freebsd.org Sun Mar 27 11:21:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A10ADFC06; Sun, 27 Mar 2016 11:21:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06AD81ED3; Sun, 27 Mar 2016 11:21:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RBLkhG099989; Sun, 27 Mar 2016 11:21:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RBLk8a099988; Sun, 27 Mar 2016 11:21:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603271121.u2RBLk8a099988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Mar 2016 11:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411986 - head/audio/pd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 11:21:47 -0000 Author: jbeich Date: Sun Mar 27 11:21:46 2016 New Revision: 411986 URL: https://svnweb.freebsd.org/changeset/ports/411986 Log: audio/pd: pass maintainership PR: 208296 Submitted by: Tobias Brodel Modified: head/audio/pd/Makefile (contents, props changed) Modified: head/audio/pd/Makefile ============================================================================== --- head/audio/pd/Makefile Sun Mar 27 10:10:05 2016 (r411985) +++ head/audio/pd/Makefile Sun Mar 27 11:21:46 2016 (r411986) @@ -8,7 +8,7 @@ DISTVERSIONSUFFIX= .src CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= brittlehaus@gmail.com COMMENT= MIDI-capable real-time audio processor/synthesizer LICENSE= BSD3CLAUSE LGPL21 From owner-svn-ports-all@freebsd.org Sun Mar 27 13:00:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFEC7ADE666; Sun, 27 Mar 2016 13:00:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8133E107A; Sun, 27 Mar 2016 13:00:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RD0mup027229; Sun, 27 Mar 2016 13:00:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RD0mTN027227; Sun, 27 Mar 2016 13:00:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603271300.u2RD0mTN027227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 27 Mar 2016 13:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411987 - head/graphics/entangle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 13:00:49 -0000 Author: wen Date: Sun Mar 27 13:00:48 2016 New Revision: 411987 URL: https://svnweb.freebsd.org/changeset/ports/411987 Log: - Update to 0.7.1 PR: 208289 Submitted by: woodsb02@gmail.com(maintainer) Modified: head/graphics/entangle/Makefile head/graphics/entangle/distinfo Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Sun Mar 27 11:21:46 2016 (r411986) +++ head/graphics/entangle/Makefile Sun Mar 27 13:00:48 2016 (r411987) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= entangle -PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTVERSION= 0.7.1 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/entangle/distinfo ============================================================================== --- head/graphics/entangle/distinfo Sun Mar 27 11:21:46 2016 (r411986) +++ head/graphics/entangle/distinfo Sun Mar 27 13:00:48 2016 (r411987) @@ -1,2 +1,2 @@ -SHA256 (entangle-0.7.0.tar.gz) = ebbfc92f7f4c379d7b85a52da3965593356b491fadbc635b1d90a7e6c3cc0fe2 -SIZE (entangle-0.7.0.tar.gz) = 965666 +SHA256 (entangle-0.7.1.tar.gz) = 3e330e833066fcedb2290eb844de304af8755c5ed9ff1e5b862932e3feef4a6e +SIZE (entangle-0.7.1.tar.gz) = 995237 From owner-svn-ports-all@freebsd.org Sun Mar 27 14:21:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDC1FADF4A5; Sun, 27 Mar 2016 14:21:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B19C71C41; Sun, 27 Mar 2016 14:21:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RELn4W051842; Sun, 27 Mar 2016 14:21:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RELn1R051840; Sun, 27 Mar 2016 14:21:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603271421.u2RELn1R051840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 27 Mar 2016 14:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411988 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 14:21:51 -0000 Author: marino Date: Sun Mar 27 14:21:49 2016 New Revision: 411988 URL: https://svnweb.freebsd.org/changeset/ports/411988 Log: ports-mgmt/synth: Upgrade version 1.32 => 1.33 Prefetching option fix: Until now, if the "prefetch suitable packages" option was enabled, it could happen that "synth force" and "synth test" commands wouldn't do anything. Moreover, even though it wouldn't build, it would delete the existing package and refetch it because force/test always pre-deletes existing packages. Now, ports listed with "force" and "test" commands are always built, even if suitable remote packages are available. Improvements with test mode: 1) Changes to /var/tmp are now ignored. These are legal modifications 2) Access time modification to the builder mount are now ignored. This was possible if changes to /tmp or /var propagates upward (legally). 3) A new environment variable is added for test command, "LOCK". If it defined to any value, the builder's localbase will be remounted as read-only during the configure and build phases. This is a diagnostic tool to help pinpoint where ports are committing file system violations by writing to localbase during these phases. New notice to user regard CONSERVATIVE_UPGRADE: At the end of the "synth rebuild-repository" command, Synth will probe the host pkg(8) to see if it's configured with CONSERVATIVE_UPGRADE. If so, Synth will emit a notice because chances are good that the user built repository for the local system and may try to upgrade the system with pkg(8), and in this case, they may wish to turn off the CONSERVATIVE_UPGRADE setting. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Mar 27 13:00:48 2016 (r411987) +++ head/ports-mgmt/synth/Makefile Sun Mar 27 14:21:49 2016 (r411988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.32 +PORTVERSION= 1.33 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sun Mar 27 13:00:48 2016 (r411987) +++ head/ports-mgmt/synth/distinfo Sun Mar 27 14:21:49 2016 (r411988) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.32_GH0.tar.gz) = 3a04c9c7b3287d48ea12620ea0deb86282894cceb8bee630b13b891c1f2f00f4 -SIZE (jrmarino-synth-v1.32_GH0.tar.gz) = 99037 +SHA256 (jrmarino-synth-v1.33_GH0.tar.gz) = 92178e08bcc56a3189e242926fcd57192801a02bf1a530c3ec32b2b883c1deb4 +SIZE (jrmarino-synth-v1.33_GH0.tar.gz) = 101016 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 From owner-svn-ports-all@freebsd.org Sun Mar 27 14:49:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 876C9ADFA9E; Sun, 27 Mar 2016 14:49:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4105B1596; Sun, 27 Mar 2016 14:49:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2REnkgv060224; Sun, 27 Mar 2016 14:49:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2REnkog060219; Sun, 27 Mar 2016 14:49:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603271449.u2REnkog060219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 14:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411989 - in head/devel: . rubygem-akismet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 14:49:47 -0000 Author: pi Date: Sun Mar 27 14:49:45 2016 New Revision: 411989 URL: https://svnweb.freebsd.org/changeset/ports/411989 Log: New port: devel/rubygem-akismet A Ruby client for the Akismet spam detection API WWW: http://github.com/jonahb/akismet PR: 207480 Submitted by: Torsten Zuehlsdorff Added: head/devel/rubygem-akismet/ head/devel/rubygem-akismet/Makefile (contents, props changed) head/devel/rubygem-akismet/distinfo (contents, props changed) head/devel/rubygem-akismet/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 27 14:21:49 2016 (r411988) +++ head/devel/Makefile Sun Mar 27 14:49:45 2016 (r411989) @@ -4740,6 +4740,7 @@ SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-activesupport41 + SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick SUBDIR += rubygem-algorithms SUBDIR += rubygem-allison Added: head/devel/rubygem-akismet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-akismet/Makefile Sun Mar 27 14:49:45 2016 (r411989) @@ -0,0 +1,20 @@ +# Created by: Torsten Zühlsdorff +# $FreeBSD$ + +PORTNAME= akismet +PORTVERSION= 2.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby client for the Akismet API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-akismet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-akismet/distinfo Sun Mar 27 14:49:45 2016 (r411989) @@ -0,0 +1,2 @@ +SHA256 (rubygem/akismet-2.0.0.gem) = 5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743 +SIZE (rubygem/akismet-2.0.0.gem) = 10240 Added: head/devel/rubygem-akismet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-akismet/pkg-descr Sun Mar 27 14:49:45 2016 (r411989) @@ -0,0 +1,3 @@ +A Ruby client for the Akismet spam detection API + +WWW: http://github.com/jonahb/akismet From owner-svn-ports-all@freebsd.org Sun Mar 27 14:58:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF413ADFCD1; Sun, 27 Mar 2016 14:58:08 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94B7F19AE; Sun, 27 Mar 2016 14:58:08 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2REw7bp065397; Sun, 27 Mar 2016 14:58:07 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2REw0Ao065320; Sun, 27 Mar 2016 14:58:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603271458.u2REw0Ao065320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 27 Mar 2016 14:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411990 - in head: audio/ario audio/pianobar audio/tomahawk benchmarks/postal databases/freetds databases/freetds-devel databases/glom deskutils/fusenshi deskutils/fusenshi/files deskut... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 14:58:09 -0000 Author: tijl Date: Sun Mar 27 14:57:59 2016 New Revision: 411990 URL: https://svnweb.freebsd.org/changeset/ports/411990 Log: - Update security/gnutls to 3.4.10. - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Added: head/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp (contents, props changed) head/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp (contents, props changed) head/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c (contents, props changed) head/editors/abiword/files/patch-plugins_collab_backends_service_xp_tls_tunnel.cpp (contents, props changed) head/ftp/wzdftpd/files/patch-libwzd-core_wzd_tls.c (contents, props changed) head/net/net6/files/patch-src-encrypt.cpp (contents, props changed) head/net/sixxs-aiccu/files/patch-common-common.c (contents, props changed) head/print/cups/files/patch-cups-config.in (contents, props changed) head/security/gnutls/files/patch-configure (contents, props changed) head/security/gnutls/files/patch-lib-tpm.c (contents, props changed) head/sysutils/heartbeat/files/patch-crm-cib-remote.c (contents, props changed) head/sysutils/heartbeat/files/patch-lib-mgmt-mgmt_tls_lib.c (contents, props changed) head/textproc/iksemel/files/patch-src-stream.c (contents, props changed) Deleted: head/net-im/loudmouth/files/ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c head/security/libprelude/files/ head/security/libpreludedb/files/patch-Makefile.in Modified: head/audio/ario/Makefile head/audio/pianobar/Makefile head/audio/tomahawk/Makefile head/benchmarks/postal/Makefile head/databases/freetds-devel/Makefile head/databases/freetds/Makefile head/databases/glom/Makefile head/deskutils/fusenshi/Makefile head/deskutils/taskd/Makefile head/deskutils/taskwarrior/Makefile head/devel/anjuta/Makefile head/devel/gsoap/Makefile head/devel/gwenhywfar/Makefile head/devel/hs-git-annex/Makefile head/devel/librelp/Makefile head/devel/libvirt/Makefile head/dns/knot2/Makefile head/editors/abiword/Makefile head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/editors/vanubi/Makefile head/emulators/qemu-devel/Makefile head/emulators/qemu-sbruno/Makefile head/emulators/qemu/Makefile head/emulators/wine-devel/Makefile head/emulators/wine/Makefile head/ftp/curl/Makefile head/ftp/filezilla/Makefile head/ftp/lftp/Makefile head/ftp/wget/Makefile head/ftp/wput/Makefile head/ftp/wzdftpd/Makefile head/games/libggz/Makefile head/games/macopix/Makefile head/games/pokerth/Makefile head/graphics/gnome-color-manager/Makefile head/irc/anope/Makefile head/irc/bitlbee/Makefile head/irc/ctrlproxy/Makefile head/irc/inspircd/Makefile head/irc/minbif/Makefile head/irc/ngircd/Makefile head/irc/scrollz/Makefile head/irc/weechat/Makefile head/japanese/jd/Makefile head/lang/gnustep-base/Makefile head/mail/anubis/Makefile head/mail/courier-imap/Makefile head/mail/exim/Makefile head/mail/libetpan/Makefile head/mail/libvmime/Makefile head/mail/mpop/Makefile head/mail/msmtp/Makefile head/mail/nullmailer/Makefile head/mail/opendkim/Makefile head/mail/wmbiff/Makefile head/mail/xfce4-mailwatch-plugin/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/kodi/Makefile head/multimedia/libav/Makefile head/multimedia/mencoder/Makefile head/multimedia/mplayer/Makefile head/multimedia/vlc/Makefile head/net-im/climm/Makefile head/net-im/empathy/Makefile head/net-im/gloox/Makefile head/net-im/jabber/Makefile head/net-im/jabber/files/patch-jabberd-mio_tls.cc head/net-im/libpurple/Makefile head/net-im/licq-jabber/Makefile head/net-im/loudmouth/Makefile head/net-im/loudmouth/distinfo head/net-im/loudmouth/pkg-descr head/net-im/loudmouth/pkg-plist head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-salut/Makefile head/net-p2p/gnunet/Makefile head/net-p2p/gtk-gnutella/Makefile head/net-p2p/ncdc/Makefile head/net/csync2/Makefile head/net/glib-networking/Makefile head/net/gtk-vnc/Makefile head/net/hs-network-protocol-xmpp/Makefile head/net/libvncserver/Makefile head/net/morebalance/Makefile head/net/net6/Makefile head/net/ocserv/Makefile head/net/remmina-plugin-vnc/Makefile head/net/samba41/Makefile head/net/samba42/Makefile head/net/samba43/Makefile head/net/sixxs-aiccu/Makefile head/net/tigervnc/Makefile head/net/uget/Makefile head/net/vinagre/Makefile head/net/vino/Makefile head/net/wireshark/Makefile head/news/nzbget/Makefile head/polish/ekg2/Makefile head/print/cups-bjnp/Makefile head/print/cups-filters/Makefile head/print/cups/Makefile head/print/ghostscript8-base/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-base/Makefile head/print/gnome-cups-manager/Makefile head/print/gtklp/Makefile head/print/gutenprint-cups/Makefile head/print/gutenprint-foomatic/Makefile head/print/gutenprint-ijs/Makefile head/print/libgnomecups/Makefile head/print/libgnomeprint/Makefile head/print/p5-Net-CUPS/Makefile head/print/qpdfview/Makefile head/print/splix/Makefile head/security/gnomint/Makefile head/security/gnupg/Makefile head/security/gnutls/Makefile head/security/gnutls/distinfo head/security/gnutls/pkg-plist head/security/gsasl/Makefile head/security/hs-gnutls/Makefile head/security/libprelude/Makefile head/security/libprelude/distinfo head/security/libprelude/pkg-descr head/security/libprelude/pkg-plist head/security/libpreludedb/Makefile head/security/libpreludedb/distinfo head/security/libpreludedb/pkg-descr head/security/libpreludedb/pkg-plist head/security/openconnect/Makefile head/security/openvas-cli/Makefile head/security/openvas-libraries/Makefile head/security/openvas-manager/Makefile head/security/py-gnutls/Makefile head/security/shishi/Makefile head/security/suricata/Makefile head/security/xmlsec1/Makefile head/sysutils/cinnamon-settings-daemon/Makefile head/sysutils/gkrellm2/Makefile head/sysutils/gnome-control-center/Makefile head/sysutils/gnome-settings-daemon/Makefile head/sysutils/heartbeat/Makefile head/sysutils/heartbeat/files/patch-lib__plugins__quorum__quorumd.c head/sysutils/heartbeat/files/patch-membership__quorumd__quorumdtest.c head/sysutils/rsyslog7/Makefile head/sysutils/rsyslog8/Makefile head/textproc/iksemel/Makefile head/www/aws/Makefile head/www/gurlchecker/Makefile head/www/hydra/Makefile head/www/libepc/Makefile head/www/libmicrohttpd/Makefile head/www/ocaml-net/Makefile head/www/retawq/Makefile head/www/tntnet/Makefile head/www/webkit2-gtk3/Makefile head/www/wwwoffle/Makefile head/www/xombrero/Makefile head/x11-toolkits/gnustep-gui/Makefile head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtk30/Makefile head/x11-toolkits/nucleo/Makefile head/x11-toolkits/vte3/Makefile head/x11/gnome-terminal/Makefile head/x11/sakura/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/audio/ario/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= ario PORTVERSION= 1.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/audio/pianobar/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2015.11.22 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/audio/tomahawk/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org Modified: head/benchmarks/postal/Makefile ============================================================================== --- head/benchmarks/postal/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/benchmarks/postal/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= postal PORTVERSION= 0.73 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks mail MASTER_SITES= http://www.coker.com.au/postal/ Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/databases/freetds-devel/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= freetds PORTVERSION= 0.99.614 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/ Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/databases/freetds/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= freetds PORTVERSION= 0.95.87 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/databases/glom/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/fusenshi/Makefile ============================================================================== --- head/deskutils/fusenshi/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/deskutils/fusenshi/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= fusenshi PORTVERSION= 0.9.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= deskutils MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/ Added: head/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp Sun Mar 27 14:57:59 2016 (r411990) @@ -0,0 +1,20 @@ +--- src/net/fusenshisslclientsocket.cpp.orig 2007-04-02 10:44:52 UTC ++++ src/net/fusenshisslclientsocket.cpp +@@ -52,9 +52,6 @@ bool FusenshiSSLClientSocket::connect(un + { + // ÄÌ¿®¤ò°Å¹æ²½¤·¤Þ¤¹¤¬¡¢¥Û¥¹¥È¤Î¾ÚÌÀ¤Ï¹Ô¤¤¤Þ¤»¤ó¡£ + int ret; +- const int cert_priority[] = { +- GNUTLS_CRT_X509, 0 +- }; + + if (NULL != m_session) close(); + +@@ -64,7 +61,6 @@ bool FusenshiSSLClientSocket::connect(un + + gnutls_init(&m_session, GNUTLS_CLIENT); + gnutls_set_default_priority(m_session); +- gnutls_certificate_type_set_priority(m_session, cert_priority); + + gnutls_credentials_set(m_session, GNUTLS_CRD_CERTIFICATE, cert); + Added: head/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp Sun Mar 27 14:57:59 2016 (r411990) @@ -0,0 +1,22 @@ +--- src/net/fusenshisslserversocket.cpp.orig 2007-04-02 10:44:52 UTC ++++ src/net/fusenshisslserversocket.cpp +@@ -56,9 +56,6 @@ public: + bool sslAccept(int sock) + { + int ret; +- const int cert_priority[] = { +- GNUTLS_CRT_X509, 0 +- }; + + m_socket = sock; + +@@ -69,8 +66,7 @@ public: + if (!cert) return false; + + gnutls_init(&m_session, GNUTLS_SERVER); +- gnutls_set_default_export_priority(m_session); +- gnutls_certificate_type_set_priority(m_session, cert_priority); ++ gnutls_set_default_priority(m_session); + + gnutls_credentials_set(m_session, GNUTLS_CRD_CERTIFICATE, cert); + gnutls_certificate_server_set_request(m_session, GNUTLS_CERT_REQUIRE); Modified: head/deskutils/taskd/Makefile ============================================================================== --- head/deskutils/taskd/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/deskutils/taskd/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= taskd PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ Modified: head/deskutils/taskwarrior/Makefile ============================================================================== --- head/deskutils/taskwarrior/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/deskutils/taskwarrior/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= taskwarrior PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= deskutils DISTNAME= task-${PORTVERSION} Modified: head/devel/anjuta/Makefile ============================================================================== --- head/devel/anjuta/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/anjuta/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= anjuta PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/gsoap/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.27 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/gwenhywfar/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -2,7 +2,7 @@ PORTNAME= gwenhywfar PORTVERSION= 4.14.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel net security MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=01&file=01&dummy=/ Added: head/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c Sun Mar 27 14:57:59 2016 (r411990) @@ -0,0 +1,17 @@ +--- src/sio/syncio_tls.c.orig 2014-10-12 13:12:22 UTC ++++ src/sio/syncio_tls.c +@@ -361,12 +361,10 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO + + /* possibly force protocol priority */ + if (lflags & GWEN_SYNCIO_TLS_FLAGS_FORCE_SSL_V3) { +- const int proto_prio[2] = { GNUTLS_SSL3, 0 }; +- + DBG_INFO(GWEN_LOGDOMAIN, "Forcing SSL v3"); +- rv=gnutls_protocol_set_priority(xio->session, proto_prio); ++ rv=gnutls_priority_set_direct(xio->session, "NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0", NULL); + if (rv) { +- DBG_ERROR(GWEN_LOGDOMAIN, "gnutls_protocol_set_priority: %d (%s)", rv, gnutls_strerror(rv)); ++ DBG_ERROR(GWEN_LOGDOMAIN, "gnutls_priority_set_direct: %d (%s)", rv, gnutls_strerror(rv)); + gnutls_deinit(xio->session); + return GWEN_ERROR_GENERIC; + } Modified: head/devel/hs-git-annex/Makefile ============================================================================== --- head/devel/hs-git-annex/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/hs-git-annex/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= git-annex PORTVERSION= 5.20150727 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/librelp/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= librelp PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/devel/libvirt/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/dns/knot2/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= knot DISTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/editors/abiword/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord Added: head/editors/abiword/files/patch-plugins_collab_backends_service_xp_tls_tunnel.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/abiword/files/patch-plugins_collab_backends_service_xp_tls_tunnel.cpp Sun Mar 27 14:57:59 2016 (r411990) @@ -0,0 +1,24 @@ +--- plugins/collab/backends/service/xp/tls_tunnel.cpp.orig 2014-11-04 01:12:14 UTC ++++ plugins/collab/backends/service/xp/tls_tunnel.cpp +@@ -306,8 +306,6 @@ void Proxy::tunnel_(transport_ptr_t tran + disconnect_(transport_ptr, session_ptr, local_socket_ptr, remote_socket_ptr); + } + +-static const int PRIORITIES[] = { GNUTLS_KX_ANON_DH, GNUTLS_KX_RSA, GNUTLS_KX_DHE_DSS, GNUTLS_KX_DHE_RSA, 0 }; +-static const int CIPHERS[] = { GNUTLS_CIPHER_AES_256_CBC, GNUTLS_CIPHER_AES_128_CBC, GNUTLS_CIPHER_3DES_CBC, GNUTLS_CIPHER_ARCFOUR_128, 0 }; + + // FIXME: this clientproxy can only handle 1 SSL connection at the same time + ClientProxy::ClientProxy(const std::string& connect_address, unsigned short connect_port, +@@ -399,9 +397,9 @@ session_ptr_t ClientProxy::setup_tls_ses + + // setup session + return_val_if_neg(gnutls_init(session_ptr.get(), GNUTLS_CLIENT), session_ptr_t()); +- return_val_if_neg(gnutls_set_default_priority(*session_ptr), session_ptr_t()); +- return_val_if_neg(gnutls_kx_set_priority(*session_ptr,PRIORITIES), session_ptr_t()); +- return_val_if_neg(gnutls_cipher_set_priority(*session_ptr,CIPHERS), session_ptr_t()); ++ return_val_if_neg(gnutls_priority_set_direct(*session_ptr,"NORMAL" ++ ":-CIPHER-ALL:+AES-256-CBC:+AES-128-CBC:+3DES-CBC:+ARCFOUR-128" ++ ":-KX-ALL:+ANON-DH:+RSA:+DHE-DSS:+DHE-RSA",NULL), session_ptr_t()); + return_val_if_neg(gnutls_credentials_set(*session_ptr, GNUTLS_CRD_CERTIFICATE, x509cred), session_ptr_t()); + + // setup transport Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/editors/emacs-devel/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= GNU_ALPHA/emacs/pretest Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/editors/emacs/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= GNU Modified: head/editors/vanubi/Makefile ============================================================================== --- head/editors/vanubi/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/editors/vanubi/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -4,6 +4,7 @@ PORTNAME= vanubi PORTVERSION= 0.0.16 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= olivierd@FreeBSD.org Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/emulators/qemu-devel/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/emulators/qemu-sbruno/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/emulators/qemu/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/emulators/wine-devel/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.9.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/emulators/wine/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/curl/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.48.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/filezilla/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -2,6 +2,7 @@ PORTNAME= filezilla PORTVERSION= 3.16.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/lftp/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.6.5 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/wget/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= wget DISTVERSION= 1.16.3 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU Modified: head/ftp/wput/Makefile ============================================================================== --- head/ftp/wput/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/wput/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= wput PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= SF Modified: head/ftp/wzdftpd/Makefile ============================================================================== --- head/ftp/wzdftpd/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/ftp/wzdftpd/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R} Added: head/ftp/wzdftpd/files/patch-libwzd-core_wzd_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/wzdftpd/files/patch-libwzd-core_wzd_tls.c Sun Mar 27 14:57:59 2016 (r411990) @@ -0,0 +1,52 @@ +--- libwzd-core/wzd_tls.c.orig 2007-10-25 17:25:33 UTC ++++ libwzd-core/wzd_tls.c +@@ -946,19 +946,13 @@ int tls_exit(void) + + static gnutls_session initialize_tls_session(gnutls_connection_end con_end) + { +- /* Allow connections to servers that have OpenPGP keys as well. +- */ +- const int cert_type_priority[3] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 }; +- + gnutls_session session; + + gnutls_init(&session, con_end); + +- /* avoid calling all the priority functions, since the defaults +- * are adequate. ++ /* Allow connections to servers that have OpenPGP keys as well. + */ +- gnutls_set_default_priority(session); +- gnutls_certificate_type_set_priority(session, cert_type_priority); ++ gnutls_priority_set_direct(session, "NORMAL:+CTYPE-OPENPGP", NULL); + + gnutls_credentials_set(session, GNUTLS_CRD_CERTIFICATE, x509_cred); + +@@ -1001,27 +995,6 @@ int tls_auth (const char *type, wzd_cont + } + + /** \todo XXX parse TLS cipher names */ +- { +- /** Note that the priority is set on the client. The server does not use +- * the algorithm's priority except for disabling algorithms that were not +- * specified. +- */ +- const int cipherPriority[] = +- { +- GNUTLS_CIPHER_ARCFOUR_128, +- GNUTLS_CIPHER_3DES_CBC, +- GNUTLS_CIPHER_AES_128_CBC, +- GNUTLS_CIPHER_AES_256_CBC, +- GNUTLS_CIPHER_ARCFOUR_40, +-#if ( (LIBGNUTLS_VERSION_MAJOR > 1) || (LIBGNUTLS_VERSION_MINOR >= 3) ) +- GNUTLS_CIPHER_RC2_40_CBC, +- GNUTLS_CIPHER_DES_CBC, +-#endif +- 0 +- }; +- +- gnutls_cipher_set_priority(session, cipherPriority); +- } + + /* ensure socket is non-blocking */ + #if defined(_MSC_VER) || (defined(__CYGWIN__) && defined(WINSOCK_SUPPORT)) Modified: head/games/libggz/Makefile ============================================================================== --- head/games/libggz/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/games/libggz/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MAINTAINER= ports@FreeBSD.org Modified: head/games/macopix/Makefile ============================================================================== --- head/games/macopix/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/games/macopix/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= macopix PORTVERSION= 1.7.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES} Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/games/pokerth/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src Modified: head/graphics/gnome-color-manager/Makefile ============================================================================== --- head/graphics/gnome-color-manager/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/graphics/gnome-color-manager/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= gnome-color-manager PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/anope/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= anope PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/bitlbee/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix Modified: head/irc/ctrlproxy/Makefile ============================================================================== --- head/irc/ctrlproxy/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/ctrlproxy/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= ctrlproxy PORTVERSION= 3.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= irc MASTER_SITES= http://launchpadlibrarian.net/50016234/ \ LOCAL/ashish/ Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/inspircd/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -4,7 +4,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.20 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org Modified: head/irc/minbif/Makefile ============================================================================== --- head/irc/minbif/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/minbif/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= minbif PORTVERSION= 1.0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= irc net-im MASTER_SITES= https://symlink.me/attachments/download/148/ Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/ngircd/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= ngircd PORTVERSION= 23 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://arthur.barton.de/pub/${PORTNAME}/ \ Modified: head/irc/scrollz/Makefile ============================================================================== --- head/irc/scrollz/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/scrollz/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -4,6 +4,7 @@ PORTNAME= ScrollZ PORTVERSION= 2.3 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= irc ipv6 MAINTAINER= freebsd@bitchx.org Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/irc/weechat/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= weechat PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ @@ -54,7 +55,7 @@ JAVASCRIPT_LIB_DEPENDS= libv8.so:${PORTS GNUTLS_CMAKE_OFF= -DENABLE_GNUTLS=no GNUTLS_USES= pkgconfig -GNUTLS_LIB_DEPENDS= libgnutls.so.28:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls LUA_CMAKE_OFF= -DENABLE_LUA=no LUA_CMAKE_ON= -DBSD_LUA_LIBDIR=${LUA_LIBDIR} \ Modified: head/japanese/jd/Makefile ============================================================================== --- head/japanese/jd/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/japanese/jd/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -4,6 +4,7 @@ PORTNAME= jd PORTVERSION= 2.8.9 DISTVERSIONSUFFIX= -150226 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= SFJP/jd4linux/62877 Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/lang/gnustep-base/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core @@ -49,10 +49,8 @@ MDNS_DESC= Zeroconf via mDNSResponder ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu ICU_CONFIGURE_OFF= --disable-icu -GNUTLS_LIB_DEPENDS= libgnutls-openssl.so:${PORTSDIR}/security/gnutls -GNUTLS_CONFIGURE_ON= --with-tls-prefix=${LOCALBASE} \ - TLS_CONFIG="pkg-config -gnutls" -GNUTLS_CONFIGURE_OFF= --disable-tls +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_CONFIGURE_ENABLE=tls OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_OFF= --disable-openssl Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/anubis/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= GNU Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/courier-imap/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= courier-imap PORTVERSION= 4.16.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/exim/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= EXIM/exim4/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} Modified: head/mail/libetpan/Makefile ============================================================================== --- head/mail/libetpan/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/libetpan/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= libetpan PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MAINTAINER= pawel@FreeBSD.org Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/libvmime/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.2.s20140721 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MAINTAINER= delphij@FreeBSD.org Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/mpop/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= mpop DISTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/msmtp/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF Modified: head/mail/nullmailer/Makefile ============================================================================== --- head/mail/nullmailer/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/nullmailer/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= nullmailer PORTVERSION= 1.13 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/opendkim/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ Modified: head/mail/wmbiff/Makefile ============================================================================== --- head/mail/wmbiff/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/wmbiff/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= mail windowmaker afterstep MASTER_SITES= SF Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/mail/xfce4-mailwatch-plugin/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/ffmpeg/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/kodi/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 15.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/libav/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -2,6 +2,7 @@ PORTNAME= libav PORTVERSION= 11.6 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/mencoder/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/mplayer/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/multimedia/vlc/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/climm/Makefile ============================================================================== --- head/net-im/climm/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/net-im/climm/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ Modified: head/net-im/empathy/Makefile ============================================================================== --- head/net-im/empathy/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/net-im/empathy/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= empathy PORTVERSION= 3.12.11 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/net-im/gloox/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,6 +3,7 @@ PORTNAME= gloox PORTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ Modified: head/net-im/jabber/Makefile ============================================================================== --- head/net-im/jabber/Makefile Sun Mar 27 14:49:45 2016 (r411989) +++ head/net-im/jabber/Makefile Sun Mar 27 14:57:59 2016 (r411990) @@ -3,7 +3,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 18 +PORTREVISION= 19 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/%SUBDIR%/ Modified: head/net-im/jabber/files/patch-jabberd-mio_tls.cc ============================================================================== --- head/net-im/jabber/files/patch-jabberd-mio_tls.cc Sun Mar 27 14:49:45 2016 (r411989) +++ head/net-im/jabber/files/patch-jabberd-mio_tls.cc Sun Mar 27 14:57:59 2016 (r411990) @@ -1,5 +1,5 @@ ---- jabberd/mio_tls.cc.orig 2008-03-06 10:21:01.669677189 +0100 -+++ jabberd/mio_tls.cc 2008-03-06 10:35:04.744064592 +0100 +--- jabberd/mio_tls.cc.orig 2007-07-16 23:20:44 UTC ++++ jabberd/mio_tls.cc @@ -39,7 +39,6 @@ #include #include @@ -8,7 +8,7 @@ #include #include #include -@@ -612,7 +611,7 @@ +@@ -612,7 +611,7 @@ static void mio_tls_process_credentials( } // load OpenPGP key/certificate @@ -17,7 +17,7 @@ if (ret < 0) { log_error(NULL, "Error loading OpenPGP key pub=%s/priv=%s: %s", pubfile, privfile, gnutls_strerror(ret)); continue; -@@ -631,7 +630,7 @@ +@@ -631,7 +630,7 @@ static void mio_tls_process_credentials( } // load the OpenPGP keyring @@ -26,7 +26,7 @@ if (ret < 0) { log_error(NULL, "Error loading OpenPGP keyring %s: %s", file, gnutls_strerror(ret)); continue; -@@ -640,23 +639,6 @@ +@@ -640,23 +639,6 @@ static void mio_tls_process_credentials( continue; } @@ -50,7 +50,7 @@ // setup protocols to use if (j_strcmp(xmlnode_get_localname(cur), "protocols") == 0) { char const *const protocols_data = xmlnode_get_data(cur); -@@ -916,7 +898,7 @@ +@@ -916,7 +898,7 @@ bool mio_tls_early_init() { /* load asn1 tree to be used by libtasn1 */ ret = asn1_array2tree(subjectAltName_asn1_tab, &mio_tls_asn1_tree, NULL); if (ret != ASN1_SUCCESS) { @@ -59,7 +59,88 @@ return false; /* XXX we have to delete the structure on shutdown using asn1_delete_structure(&mio_tls_asn1_tree) */ } -@@ -1498,7 +1480,6 @@ +@@ -1302,80 +1284,32 @@ int mio_ssl_starttls(mio m, int originat + + // overwrite protocol priorities? + if (mio_tls_protocols.find(identity) != mio_tls_protocols.end()) { +- ret = gnutls_protocol_set_priority(session, mio_tls_protocols[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting protocol priority: %s", gnutls_strerror(ret)); +- } + } else if (mio_tls_protocols.find("*") != mio_tls_protocols.end()) { +- ret = gnutls_protocol_set_priority(session, mio_tls_protocols["*"]); +- if (ret < 0) { +- log_notice(identity, "error setting protocol priority: %s", gnutls_strerror(ret)); +- } + } + + // overwrite kx algorithm priorities? + if (mio_tls_kx.find(identity) != mio_tls_kx.end()) { +- ret = gnutls_kx_set_priority(session, mio_tls_kx[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting kx algorithm priority: %s", gnutls_strerror(ret)); +- } + } else if (mio_tls_kx.find("*") != mio_tls_kx.end()) { +- ret = gnutls_kx_set_priority(session, mio_tls_kx["*"]); +- if (ret < 0) { +- log_notice(identity, "error setting kx algorithm priority: %s", gnutls_strerror(ret)); +- } + } + + // overwrite cipher priorities? + if (mio_tls_ciphers.find(identity) != mio_tls_ciphers.end()) { +- ret = gnutls_cipher_set_priority(session, mio_tls_ciphers[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting cipher algorithm priority: %s", gnutls_strerror(ret)); +- } + } else if (mio_tls_ciphers.find("*") != mio_tls_ciphers.end()) { +- ret = gnutls_cipher_set_priority(session, mio_tls_ciphers["*"]); +- if (ret < 0) { +- log_notice(identity, "error setting cipher algorithm priority: %s", gnutls_strerror(ret)); +- } + } + + // overwrite certificate priorities? + if (mio_tls_certtypes.find(identity) != mio_tls_certtypes.end()) { +- ret = gnutls_certificate_type_set_priority(session, mio_tls_certtypes[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting certificate priorities: %s", gnutls_strerror(ret)); +- } + } else if (mio_tls_certtypes.find("*") != mio_tls_certtypes.end()) { +- ret = gnutls_certificate_type_set_priority(session, mio_tls_certtypes["*"]); +- if (ret < 0) { +- log_notice(identity, "error setting certificate priorities: %s", gnutls_strerror(ret)); +- } + } + + // overwrite mac algorithm priorities? + if (mio_tls_mac.find(identity) != mio_tls_mac.end()) { +- ret = gnutls_mac_set_priority(session, mio_tls_mac[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting mac algorithm priorities: %s", gnutls_strerror(ret)); +- } + } else if (mio_tls_mac.find("*") != mio_tls_mac.end()) { +- ret = gnutls_mac_set_priority(session, mio_tls_mac["*"]); +- if (ret < 0) { +- log_notice(identity, "error setting mac algorithm priorities: %s", gnutls_strerror(ret)); +- } + } + + // overwrite compression algorithm priorities? + if (mio_tls_compression.find(identity) != mio_tls_compression.end()) { +- ret = gnutls_compression_set_priority(session, mio_tls_compression[identity]); +- if (ret < 0) { +- log_notice(identity, "error setting compression algorithm priorities: %s", gnutls_strerror(ret)); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Mar 27 15:02:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CCB2ADFE45; Sun, 27 Mar 2016 15:02:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 233501D06; Sun, 27 Mar 2016 15:02:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RF2p6x068259; Sun, 27 Mar 2016 15:02:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RF2pAp068257; Sun, 27 Mar 2016 15:02:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603271502.u2RF2pAp068257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 15:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411991 - head/devel/rubygem-default_value_for X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 15:02:52 -0000 Author: pi Date: Sun Mar 27 15:02:51 2016 New Revision: 411991 URL: https://svnweb.freebsd.org/changeset/ports/411991 Log: devel/rubygem-default_value_for: 3.0.0.1 -> 3.0.1 - Invoke ActiveSupport::Dependencies.clear after test runs On Rails 4.1+, depending on the order the tests run in, the Book class created during test setup will sometimes be resolved to the same class used by a previous test method, even though the constant it was assigned to has been unset. This is because the class is still assigned anonymously as the value to the "Book" key in an instance of ActiveSupport::Dependencies::ClassCache. PR: 207481 Submitted by: Torsten Zuehlsdorff Modified: head/devel/rubygem-default_value_for/Makefile head/devel/rubygem-default_value_for/distinfo Modified: head/devel/rubygem-default_value_for/Makefile ============================================================================== --- head/devel/rubygem-default_value_for/Makefile Sun Mar 27 14:57:59 2016 (r411990) +++ head/devel/rubygem-default_value_for/Makefile Sun Mar 27 15:02:51 2016 (r411991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= default_value_for -PORTVERSION= 3.0.0.1 +PORTVERSION= 3.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-default_value_for/distinfo ============================================================================== --- head/devel/rubygem-default_value_for/distinfo Sun Mar 27 14:57:59 2016 (r411990) +++ head/devel/rubygem-default_value_for/distinfo Sun Mar 27 15:02:51 2016 (r411991) @@ -1,2 +1,2 @@ -SHA256 (rubygem/default_value_for-3.0.0.1.gem) = ea22e917b61123c52542db6806ccb71933ac1ed3f4682d012bcd3ae8ce0f13cd -SIZE (rubygem/default_value_for-3.0.0.1.gem) = 18432 +SHA256 (rubygem/default_value_for-3.0.1.gem) = a0765313837ea4bf9d9e37bf2898c9762ccd170e6220de33f083054fd4ca94fc +SIZE (rubygem/default_value_for-3.0.1.gem) = 14848 From owner-svn-ports-all@freebsd.org Sun Mar 27 15:06:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD174ADFE97; Sun, 27 Mar 2016 15:06:08 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B2E1E13; Sun, 27 Mar 2016 15:06:08 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RF67RL068497; Sun, 27 Mar 2016 15:06:07 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RF67vw068495; Sun, 27 Mar 2016 15:06:07 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201603271506.u2RF67vw068495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 27 Mar 2016 15:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411992 - head/security/libressl-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 15:06:08 -0000 Author: brnrd Date: Sun Mar 27 15:06:07 2016 New Revision: 411992 URL: https://svnweb.freebsd.org/changeset/ports/411992 Log: security/libressl-devel: Update to 2.3.3 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5721 Modified: head/security/libressl-devel/Makefile head/security/libressl-devel/distinfo Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Sun Mar 27 15:02:51 2016 (r411991) +++ head/security/libressl-devel/Makefile Sun Mar 27 15:06:07 2016 (r411992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: head/security/libressl-devel/distinfo ============================================================================== --- head/security/libressl-devel/distinfo Sun Mar 27 15:02:51 2016 (r411991) +++ head/security/libressl-devel/distinfo Sun Mar 27 15:06:07 2016 (r411992) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.3.2.tar.gz) = 80f45fae4859f161b1980cad846d4217417d0c89006ad29c0ea8c88da564a96a -SIZE (libressl-2.3.2.tar.gz) = 3063638 +SHA256 (libressl-2.3.3.tar.gz) = 76733166187cc8587e0ebe1e83965ef257262a1a676a36806edd3b6d51b50aa9 +SIZE (libressl-2.3.3.tar.gz) = 3019069 From owner-svn-ports-all@freebsd.org Sun Mar 27 15:11:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62563ADF0C1; Sun, 27 Mar 2016 15:11:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1502C10E8; Sun, 27 Mar 2016 15:11:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RFBFjZ071413; Sun, 27 Mar 2016 15:11:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RFBE7d071408; Sun, 27 Mar 2016 15:11:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603271511.u2RFBE7d071408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 15:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411993 - in head/devel: . rubygem-sentry-raven X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 15:11:16 -0000 Author: pi Date: Sun Mar 27 15:11:14 2016 New Revision: 411993 URL: https://svnweb.freebsd.org/changeset/ports/411993 Log: New port: devel/rubygem-sentry-raven A gem that provides a client interface for the Sentry error logger WWW: https://github.com/getsentry/raven-ruby PR: 207482 Submitted by: Torsten Zuehlsdorff Added: head/devel/rubygem-sentry-raven/ head/devel/rubygem-sentry-raven/Makefile (contents, props changed) head/devel/rubygem-sentry-raven/distinfo (contents, props changed) head/devel/rubygem-sentry-raven/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 27 15:06:07 2016 (r411992) +++ head/devel/Makefile Sun Mar 27 15:11:14 2016 (r411993) @@ -5106,6 +5106,7 @@ SUBDIR += rubygem-sdoc SUBDIR += rubygem-semantic_puppet SUBDIR += rubygem-semi_semantic + SUBDIR += rubygem-sentry-raven SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic Added: head/devel/rubygem-sentry-raven/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sentry-raven/Makefile Sun Mar 27 15:11:14 2016 (r411993) @@ -0,0 +1,21 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= sentry-raven +PORTVERSION= 0.15.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Client interface for the Sentry error logger + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-faraday>=0.7.6:${PORTSDIR}/www/rubygem-faraday + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-sentry-raven/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sentry-raven/distinfo Sun Mar 27 15:11:14 2016 (r411993) @@ -0,0 +1,2 @@ +SHA256 (rubygem/sentry-raven-0.15.6.gem) = c84fc06616b19297d070b8c8202ab421f5389f800fb141777ed766e3aae31647 +SIZE (rubygem/sentry-raven-0.15.6.gem) = 31744 Added: head/devel/rubygem-sentry-raven/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sentry-raven/pkg-descr Sun Mar 27 15:11:14 2016 (r411993) @@ -0,0 +1,3 @@ +A gem that provides a client interface for the Sentry error logger + +WWW: https://github.com/getsentry/raven-ruby From owner-svn-ports-all@freebsd.org Sun Mar 27 15:30:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A575DADF51F; Sun, 27 Mar 2016 15:30:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80DD31A3B; Sun, 27 Mar 2016 15:30:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RFUTZj074805; Sun, 27 Mar 2016 15:30:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RFUTcO074799; Sun, 27 Mar 2016 15:30:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603271530.u2RFUTcO074799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Mar 2016 15:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411994 - in head/devel: . py-libusb1 py-libusb1/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 15:30:30 -0000 Author: jbeich Date: Sun Mar 27 15:30:29 2016 New Revision: 411994 URL: https://svnweb.freebsd.org/changeset/ports/411994 Log: devel/py-libusb1: add new port Pure-python wrapper for libusb-1.0. https://pypi.python.org/pypi/libusb1 Added: head/devel/py-libusb1/ head/devel/py-libusb1/Makefile (contents, props changed) head/devel/py-libusb1/distinfo (contents, props changed) head/devel/py-libusb1/files/ head/devel/py-libusb1/files/patch-usb1.py (contents, props changed) head/devel/py-libusb1/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 27 15:11:14 2016 (r411993) +++ head/devel/Makefile Sun Mar 27 15:30:29 2016 (r411994) @@ -4162,6 +4162,7 @@ SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist + SUBDIR += py-libusb1 SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-ll-core Added: head/devel/py-libusb1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libusb1/Makefile Sun Mar 27 15:30:29 2016 (r411994) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= libusb1 +PORTVERSION= 1.4.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Pure-python wrapper for libusb-1.0 + +LICENSE= LGPL21+ + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +do-test: + @${PYTHON_CMD} -m unittest discover -vs ${TEST_WRKSRC} + +.include Added: head/devel/py-libusb1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libusb1/distinfo Sun Mar 27 15:30:29 2016 (r411994) @@ -0,0 +1,2 @@ +SHA256 (libusb1-1.4.1.tar.gz) = 454230c59a3924754c6703e104e07f5b2ddb9e0a0f71cc6fa4f0a8ae2bd4aa1c +SIZE (libusb1-1.4.1.tar.gz) = 43438 Added: head/devel/py-libusb1/files/patch-usb1.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libusb1/files/patch-usb1.py Sun Mar 27 15:30:29 2016 (r411994) @@ -0,0 +1,26 @@ +https://lists.freebsd.org/pipermail/freebsd-usb/2015-January/013586.html + +--- usb1.py.orig 2015-08-15 17:59:35 UTC ++++ usb1.py +@@ -1729,15 +1729,20 @@ class USBDevice(object): + """ + Get device's port number. + """ +- return libusb1.libusb_get_port_number(self.device_p) ++ try: ++ return libusb1.libusb_get_port_number(self.device_p) ++ except AttributeError: ++ return 0 + + def getPortNumberList(self): + """ + Get the port number of each hub toward device. + """ + port_list = (c_uint8 * PATH_MAX_DEPTH)() ++ temp_handle = self.open() + result = libusb1.libusb_get_port_numbers( + self.device_p, port_list, len(port_list)) ++ temp_handle.close() + mayRaiseUSBError(result) + return list(port_list[:result]) + Added: head/devel/py-libusb1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libusb1/pkg-descr Sun Mar 27 15:30:29 2016 (r411994) @@ -0,0 +1,3 @@ +Pure-python wrapper for libusb-1.0. + +WWW: https://pypi.python.org/pypi/libusb1 From owner-svn-ports-all@freebsd.org Sun Mar 27 15:31:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A16ADF553; Sun, 27 Mar 2016 15:31:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8DA51B92; Sun, 27 Mar 2016 15:31:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RFV6d8076606; Sun, 27 Mar 2016 15:31:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RFV6sL075882; Sun, 27 Mar 2016 15:31:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603271531.u2RFV6sL075882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Mar 2016 15:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411995 - in head/devel: . py-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 15:31:08 -0000 Author: jbeich Date: Sun Mar 27 15:31:06 2016 New Revision: 411995 URL: https://svnweb.freebsd.org/changeset/ports/411995 Log: devel/py-adb: add new port py-adb is mainly targeted to users that need to communicate with Android devices in an automated fashion, such as in automated testing. It does not have a daemon between the client and the device, and therefore does not support multiple simultaneous commands to the same device. It does support any number of devices and never communicates with a device that it wasn't intended to, unlike the Android project's ADB. https://pypi.python.org/pypi/adb Added: head/devel/py-adb/ head/devel/py-adb/Makefile (contents, props changed) head/devel/py-adb/distinfo (contents, props changed) head/devel/py-adb/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 27 15:30:29 2016 (r411994) +++ head/devel/Makefile Sun Mar 27 15:31:06 2016 (r411995) @@ -3931,6 +3931,7 @@ SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo + SUBDIR += py-adb SUBDIR += py-akismet SUBDIR += py-aniso8601 SUBDIR += py-anonfunc Added: head/devel/py-adb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-adb/Makefile Sun Mar 27 15:31:06 2016 (r411995) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= adb +PORTVERSION= 1.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Pure-python implementation of ADB and Fastboot protocols + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \ + ${PYTHON_PKGNAMEPREFIX}gflags>0:devel/py-gflags \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-adb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-adb/distinfo Sun Mar 27 15:31:06 2016 (r411995) @@ -0,0 +1,2 @@ +SHA256 (adb-1.1.1.tar.gz) = 867c819e031210272d55ff97deaefd0514f62fd809154e1a04f77ce5632fd40c +SIZE (adb-1.1.1.tar.gz) = 18255 Added: head/devel/py-adb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-adb/pkg-descr Sun Mar 27 15:31:06 2016 (r411995) @@ -0,0 +1,9 @@ +py-adb is mainly targeted to users that need to communicate with +Android devices in an automated fashion, such as in automated +testing. It does not have a daemon between the client and the device, +and therefore does not support multiple simultaneous commands to the +same device. It does support any number of devices and never +communicates with a device that it wasn't intended to, unlike the +Android project's ADB. + +WWW: https://pypi.python.org/pypi/adb From owner-svn-ports-all@freebsd.org Sun Mar 27 16:29:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D894ADF1A8; Sun, 27 Mar 2016 16:29:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2BE01604; Sun, 27 Mar 2016 16:29:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RGT0ZE092825; Sun, 27 Mar 2016 16:29:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RGT0ZT092824; Sun, 27 Mar 2016 16:29:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201603271629.u2RGT0ZT092824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 27 Mar 2016 16:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411996 - head/devel/p5-Scope-Upper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 16:29:01 -0000 Author: antoine Date: Sun Mar 27 16:28:59 2016 New Revision: 411996 URL: https://svnweb.freebsd.org/changeset/ports/411996 Log: Do not include bsd.port.pre.mk twice Modified: head/devel/p5-Scope-Upper/Makefile Modified: head/devel/p5-Scope-Upper/Makefile ============================================================================== --- head/devel/p5-Scope-Upper/Makefile Sun Mar 27 15:31:06 2016 (r411995) +++ head/devel/p5-Scope-Upper/Makefile Sun Mar 27 16:28:59 2016 (r411996) @@ -26,4 +26,4 @@ post-install: BROKEN= Fails to build after argarray removal .endif -.include +.include From owner-svn-ports-all@freebsd.org Sun Mar 27 17:01:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B390ADF740; Sun, 27 Mar 2016 17:01:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDAFC1024; Sun, 27 Mar 2016 17:01:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RH1Kkg001879; Sun, 27 Mar 2016 17:01:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RH1KYw001878; Sun, 27 Mar 2016 17:01:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603271701.u2RH1KYw001878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 27 Mar 2016 17:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411997 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:01:21 -0000 Author: tijl Date: Sun Mar 27 17:01:19 2016 New Revision: 411997 URL: https://svnweb.freebsd.org/changeset/ports/411997 Log: Add portupgrade instructions and mention the license change in the 20160324 Ghostscript entry. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Mar 27 16:28:59 2016 (r411996) +++ head/UPDATING Sun Mar 27 17:01:19 2016 (r411997) @@ -15,11 +15,16 @@ you update your ports collection, before port by adding "DEFAULT_VERSIONS+=ghostscript=9" to /etc/make.conf, or move to the new port with: - portmaster -o print/ghostscript9-agpl-base ghostscript9-base + portmaster -o print/ghostscript9-agpl-base ghostscript9-base + or: portupgrade -o print/ghostscript9-agpl-base print/ghostscript9-base And if you have ghostscript9-x11 installed: - portmaster -o print/ghostscript9-agpl-x11 ghostscript9-x11 + portmaster -o print/ghostscript9-agpl-x11 ghostscript9-x11 + or: portupgrade -o print/ghostscript9-agpl-x11 print/ghostscript9-x11 + + Note that print/ghostscript9-agpl-base is licensed under the AGPLv3 + while print/ghostscript9-base is licensed under the GPLv3. 20160317: AFFECTS: security/openvas-client From owner-svn-ports-all@freebsd.org Sun Mar 27 17:10:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5F2CADF8F7; Sun, 27 Mar 2016 17:10:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5DC91397; Sun, 27 Mar 2016 17:10:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHAFBi005014; Sun, 27 Mar 2016 17:10:15 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHAFkY005013; Sun, 27 Mar 2016 17:10:15 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603271710.u2RHAFkY005013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 27 Mar 2016 17:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411998 - head/lang/rust/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:10:17 -0000 Author: riggs Date: Sun Mar 27 17:10:15 2016 New Revision: 411998 URL: https://svnweb.freebsd.org/changeset/ports/411998 Log: Fix staging error on systems where security/sudo is present PR: 207930 Reported by: pete@hayes.id.au, kib (via mail) Added: head/lang/rust/files/patch-mk_install.mk (contents, props changed) Added: head/lang/rust/files/patch-mk_install.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rust/files/patch-mk_install.mk Sun Mar 27 17:10:15 2016 (r411998) @@ -0,0 +1,28 @@ +--- mk/install.mk.orig 2016-03-01 19:18:54 UTC ++++ mk/install.mk +@@ -15,12 +15,7 @@ RUN_INSTALLER = cd tmp/empty_dir && \ + --mandir="$(DESTDIR)$(CFG_MANDIR)" + + install: +-ifeq (root user, $(USER) $(patsubst %,user,$(SUDO_USER))) +-# Build the dist as the original user +- $(Q)sudo -u "$$SUDO_USER" $(MAKE) prepare_install +-else + $(Q)$(MAKE) prepare_install +-endif + ifeq ($(CFG_DISABLE_DOCS),) + $(Q)$(call RUN_INSTALLER,$(DOC_PKG_NAME)-$(CFG_BUILD)) --disable-ldconfig + endif +@@ -33,12 +28,7 @@ endif + prepare_install: dist-tar-bins | tmp/empty_dir + + uninstall: +-ifeq (root user, $(USER) $(patsubst %,user,$(SUDO_USER))) +-# Build the dist as the original user +- $(Q)sudo -u "$$SUDO_USER" $(MAKE) prepare_uninstall +-else + $(Q)$(MAKE) prepare_uninstall +-endif + ifeq ($(CFG_DISABLE_DOCS),) + $(Q)$(call RUN_INSTALLER,$(DOC_PKG_NAME)-$(CFG_BUILD)) --uninstall + endif From owner-svn-ports-all@freebsd.org Sun Mar 27 17:52:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9646AADF546; Sun, 27 Mar 2016 17:52:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53B751F73; Sun, 27 Mar 2016 17:52:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHqopZ019778; Sun, 27 Mar 2016 17:52:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHqokx019773; Sun, 27 Mar 2016 17:52:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603271752.u2RHqokx019773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 27 Mar 2016 17:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411999 - head/devel/adabooch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:52:51 -0000 Author: marino Date: Sun Mar 27 17:52:50 2016 New Revision: 411999 URL: https://svnweb.freebsd.org/changeset/ports/411999 Log: devel/adabooch: Upgrade version 20130322 => 20160321 Modified: head/devel/adabooch/Makefile head/devel/adabooch/distinfo head/devel/adabooch/pkg-descr head/devel/adabooch/pkg-plist Modified: head/devel/adabooch/Makefile ============================================================================== --- head/devel/adabooch/Makefile Sun Mar 27 17:10:15 2016 (r411998) +++ head/devel/adabooch/Makefile Sun Mar 27 17:52:50 2016 (r411999) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= adabooch -PORTVERSION= 20130322 -PORTREVISION= 1 +PORTVERSION= 20160321 CATEGORIES= devel MASTER_SITES= SF/booch95/booch95/${PORTVERSION} DISTNAME= bc-${PORTVERSION} Modified: head/devel/adabooch/distinfo ============================================================================== --- head/devel/adabooch/distinfo Sun Mar 27 17:10:15 2016 (r411998) +++ head/devel/adabooch/distinfo Sun Mar 27 17:52:50 2016 (r411999) @@ -1,2 +1,2 @@ -SHA256 (bc-20130322.tar.bz2) = c8320ac9655cd1695018d6142a41e72fa3102d52c8e73e4b1f0c983d7b9d8186 -SIZE (bc-20130322.tar.bz2) = 565959 +SHA256 (bc-20160321.tar.bz2) = 045fdbcbe613d1454d69995ccf21c80653bcd8afbfe269d760a47ca0f70694bf +SIZE (bc-20160321.tar.bz2) = 561697 Modified: head/devel/adabooch/pkg-descr ============================================================================== --- head/devel/adabooch/pkg-descr Sun Mar 27 17:10:15 2016 (r411998) +++ head/devel/adabooch/pkg-descr Sun Mar 27 17:52:50 2016 (r411999) @@ -15,4 +15,4 @@ Some structures may also be ordered (col are also multiple forms for some structures: single and double linked lists, directed and undirected graphs, and binary, multiway, and AVL trees. -WWW: http://booch95.sourceforge.net +WWW: https://sourceforge.net/projects/booch95 Modified: head/devel/adabooch/pkg-plist ============================================================================== --- head/devel/adabooch/pkg-plist Sun Mar 27 17:10:15 2016 (r411998) +++ head/devel/adabooch/pkg-plist Sun Mar 27 17:52:50 2016 (r411999) @@ -140,21 +140,13 @@ include/bc/bc-graphs.adb include/bc/bc-graphs.ads include/bc/bc-indefinite_containers-collections-bounded.adb include/bc/bc-indefinite_containers-collections-bounded.ads -include/bc/bc-indefinite_containers-collections-dynamic.adb -include/bc/bc-indefinite_containers-collections-dynamic.ads include/bc/bc-indefinite_containers-collections-ordered-bounded.adb include/bc/bc-indefinite_containers-collections-ordered-bounded.ads -include/bc/bc-indefinite_containers-collections-ordered-dynamic.adb -include/bc/bc-indefinite_containers-collections-ordered-dynamic.ads include/bc/bc-indefinite_containers-collections-ordered-unbounded.adb include/bc/bc-indefinite_containers-collections-ordered-unbounded.ads -include/bc/bc-indefinite_containers-collections-ordered-unmanaged.adb -include/bc/bc-indefinite_containers-collections-ordered-unmanaged.ads include/bc/bc-indefinite_containers-collections-ordered.ads include/bc/bc-indefinite_containers-collections-unbounded.adb include/bc/bc-indefinite_containers-collections-unbounded.ads -include/bc/bc-indefinite_containers-collections-unmanaged.adb -include/bc/bc-indefinite_containers-collections-unmanaged.ads include/bc/bc-indefinite_containers-collections.adb include/bc/bc-indefinite_containers-collections.ads include/bc/bc-indefinite_containers-maps-bounded.adb @@ -165,21 +157,13 @@ include/bc/bc-indefinite_containers-maps include/bc/bc-indefinite_containers-maps.ads include/bc/bc-indefinite_containers-queues-bounded.adb include/bc/bc-indefinite_containers-queues-bounded.ads -include/bc/bc-indefinite_containers-queues-dynamic.adb -include/bc/bc-indefinite_containers-queues-dynamic.ads include/bc/bc-indefinite_containers-queues-ordered-bounded.adb include/bc/bc-indefinite_containers-queues-ordered-bounded.ads -include/bc/bc-indefinite_containers-queues-ordered-dynamic.adb -include/bc/bc-indefinite_containers-queues-ordered-dynamic.ads include/bc/bc-indefinite_containers-queues-ordered-unbounded.adb include/bc/bc-indefinite_containers-queues-ordered-unbounded.ads -include/bc/bc-indefinite_containers-queues-ordered-unmanaged.adb -include/bc/bc-indefinite_containers-queues-ordered-unmanaged.ads include/bc/bc-indefinite_containers-queues-ordered.ads include/bc/bc-indefinite_containers-queues-unbounded.adb include/bc/bc-indefinite_containers-queues-unbounded.ads -include/bc/bc-indefinite_containers-queues-unmanaged.adb -include/bc/bc-indefinite_containers-queues-unmanaged.ads include/bc/bc-indefinite_containers-queues.adb include/bc/bc-indefinite_containers-queues.ads include/bc/bc-indefinite_containers.adb @@ -224,8 +208,6 @@ include/bc/bc-support-indefinite_bounded include/bc/bc-support-indefinite_bounded.ads include/bc/bc-support-indefinite_bounded_hash_tables.adb include/bc/bc-support-indefinite_bounded_hash_tables.ads -include/bc/bc-support-indefinite_dynamic.adb -include/bc/bc-support-indefinite_dynamic.ads include/bc/bc-support-indefinite_hash_tables.adb include/bc/bc-support-indefinite_hash_tables.ads include/bc/bc-support-indefinite_reference.adb @@ -346,27 +328,19 @@ lib/bc/lib-relocatable/bc-graphs-directe lib/bc/lib-relocatable/bc-graphs-undirected.ali lib/bc/lib-relocatable/bc-graphs.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-dynamic.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-dynamic.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-unmanaged.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-unmanaged.ali lib/bc/lib-relocatable/bc-indefinite_containers-collections.ali lib/bc/lib-relocatable/bc-indefinite_containers-maps-bounded.ali lib/bc/lib-relocatable/bc-indefinite_containers-maps-unbounded.ali lib/bc/lib-relocatable/bc-indefinite_containers-maps.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-dynamic.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-dynamic.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-unmanaged.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-unmanaged.ali lib/bc/lib-relocatable/bc-indefinite_containers-queues.ali lib/bc/lib-relocatable/bc-indefinite_containers.ali lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-collections-ordered.ali @@ -389,7 +363,6 @@ lib/bc/lib-relocatable/bc-support-hash_t lib/bc/lib-relocatable/bc-support-high_resolution_time.ali lib/bc/lib-relocatable/bc-support-indefinite_bounded.ali lib/bc/lib-relocatable/bc-support-indefinite_bounded_hash_tables.ali -lib/bc/lib-relocatable/bc-support-indefinite_dynamic.ali lib/bc/lib-relocatable/bc-support-indefinite_hash_tables.ali lib/bc/lib-relocatable/bc-support-indefinite_reference.ali lib/bc/lib-relocatable/bc-support-indefinite_unbounded.ali @@ -492,27 +465,19 @@ lib/bc/lib-static/bc-graphs-directed.ali lib/bc/lib-static/bc-graphs-undirected.ali lib/bc/lib-static/bc-graphs.ali lib/bc/lib-static/bc-indefinite_containers-collections-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-dynamic.ali lib/bc/lib-static/bc-indefinite_containers-collections-ordered-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-ordered-dynamic.ali lib/bc/lib-static/bc-indefinite_containers-collections-ordered-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-ordered-unmanaged.ali lib/bc/lib-static/bc-indefinite_containers-collections-ordered.ali lib/bc/lib-static/bc-indefinite_containers-collections-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-unmanaged.ali lib/bc/lib-static/bc-indefinite_containers-collections.ali lib/bc/lib-static/bc-indefinite_containers-maps-bounded.ali lib/bc/lib-static/bc-indefinite_containers-maps-unbounded.ali lib/bc/lib-static/bc-indefinite_containers-maps.ali lib/bc/lib-static/bc-indefinite_containers-queues-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-dynamic.ali lib/bc/lib-static/bc-indefinite_containers-queues-ordered-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-ordered-dynamic.ali lib/bc/lib-static/bc-indefinite_containers-queues-ordered-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-ordered-unmanaged.ali lib/bc/lib-static/bc-indefinite_containers-queues-ordered.ali lib/bc/lib-static/bc-indefinite_containers-queues-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-unmanaged.ali lib/bc/lib-static/bc-indefinite_containers-queues.ali lib/bc/lib-static/bc-indefinite_containers.ali lib/bc/lib-static/bc-indefinite_unmanaged_containers-collections-ordered.ali @@ -535,7 +500,6 @@ lib/bc/lib-static/bc-support-hash_tables lib/bc/lib-static/bc-support-high_resolution_time.ali lib/bc/lib-static/bc-support-indefinite_bounded.ali lib/bc/lib-static/bc-support-indefinite_bounded_hash_tables.ali -lib/bc/lib-static/bc-support-indefinite_dynamic.ali lib/bc/lib-static/bc-support-indefinite_hash_tables.ali lib/bc/lib-static/bc-support-indefinite_reference.ali lib/bc/lib-static/bc-support-indefinite_unbounded.ali @@ -566,20 +530,20 @@ lib/bc/lib-static/bc-trees.ali lib/bc/lib-static/bc.ali lib/bc/lib-static/libbc.a lib/gnat/bc.gpr -%%PORTDOCS%%share/doc/adabooch/ada95lgo.gif -%%PORTDOCS%%share/doc/adabooch/bc.css -%%PORTDOCS%%share/doc/adabooch/car-fleet.jpg -%%PORTDOCS%%share/doc/adabooch/case-study.html -%%PORTDOCS%%share/doc/adabooch/coldframe-hash.tgz -%%PORTDOCS%%share/doc/adabooch/coldframe-hash.zip -%%PORTDOCS%%share/doc/adabooch/compiler-problems.html -%%PORTDOCS%%share/doc/adabooch/demos.html -%%PORTDOCS%%share/doc/adabooch/documentation.html -%%PORTDOCS%%share/doc/adabooch/download.html -%%PORTDOCS%%share/doc/adabooch/greenline.gif -%%PORTDOCS%%share/doc/adabooch/index.html -%%PORTDOCS%%share/doc/adabooch/installation.html -%%PORTDOCS%%share/doc/adabooch/organization.png -%%PORTDOCS%%share/doc/adabooch/overview.html -%%PORTDOCS%%share/doc/adabooch/release.html -%%PORTDOCS%%share/doc/adabooch/x.ada +%%PORTDOCS%%%%DOCSDIR%%/ada95lgo.gif +%%PORTDOCS%%%%DOCSDIR%%/bc.css +%%PORTDOCS%%%%DOCSDIR%%/car-fleet.jpg +%%PORTDOCS%%%%DOCSDIR%%/case-study.html +%%PORTDOCS%%%%DOCSDIR%%/coldframe-hash.tgz +%%PORTDOCS%%%%DOCSDIR%%/coldframe-hash.zip +%%PORTDOCS%%%%DOCSDIR%%/compiler-problems.html +%%PORTDOCS%%%%DOCSDIR%%/demos.html +%%PORTDOCS%%%%DOCSDIR%%/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/greenline.gif +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/organization.png +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/release.html +%%PORTDOCS%%%%DOCSDIR%%/x.ada From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A6FADF5AD; Sun, 27 Mar 2016 17:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2AC2107F; Sun, 27 Mar 2016 17:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuDwr020015; Sun, 27 Mar 2016 17:56:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuD1x020013; Sun, 27 Mar 2016 17:56:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuD1x020013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412000 - head/devel/global X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:14 -0000 Author: sunpoet Date: Sun Mar 27 17:56:13 2016 New Revision: 412000 URL: https://svnweb.freebsd.org/changeset/ports/412000 Log: - Update to 6.5.4 Changes: http://www.gnu.org/software/global/whatsnew.html http://lists.gnu.org/archive/html/info-global/2016-03/msg00001.html Modified: head/devel/global/Makefile head/devel/global/distinfo Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Sun Mar 27 17:52:50 2016 (r411999) +++ head/devel/global/Makefile Sun Mar 27 17:56:13 2016 (r412000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= global -PORTVERSION= 6.5.3 +PORTVERSION= 6.5.4 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/global/distinfo ============================================================================== --- head/devel/global/distinfo Sun Mar 27 17:52:50 2016 (r411999) +++ head/devel/global/distinfo Sun Mar 27 17:56:13 2016 (r412000) @@ -1,2 +1,2 @@ -SHA256 (global-6.5.3.tar.gz) = 336f91f1d4a84469bc37a0dc7e9dc7cde9154cf677bb1bb5cd220c9b41b80302 -SIZE (global-6.5.3.tar.gz) = 2932606 +SHA256 (global-6.5.4.tar.gz) = af16e0a686a46f759156cb685e25f345680703f43f93af1ce8d834caaf541da6 +SIZE (global-6.5.4.tar.gz) = 2933151 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5860EADF5C9; Sun, 27 Mar 2016 17:56:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 296711089; Sun, 27 Mar 2016 17:56:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuIXM020129; Sun, 27 Mar 2016 17:56:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuIB6020127; Sun, 27 Mar 2016 17:56:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuIB6020127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412001 - head/textproc/asciidoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:19 -0000 Author: sunpoet Date: Sun Mar 27 17:56:18 2016 New Revision: 412001 URL: https://svnweb.freebsd.org/changeset/ports/412001 Log: - Add LICENSE_FILE - Add NO_ARCH - Reformat pkg-descr - Update WWW Modified: head/textproc/asciidoc/Makefile head/textproc/asciidoc/pkg-descr Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Sun Mar 27 17:56:13 2016 (r412000) +++ head/textproc/asciidoc/Makefile Sun Mar 27 17:56:18 2016 (r412001) @@ -12,9 +12,11 @@ COMMENT= Text document format for writin LICENSE= GPLv2 MIT LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING RUN_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +NO_ARCH= yes GNU_CONFIGURE= yes USE_GNOME= libxml2:run libxslt:run USES= gmake gnome python:2 shebangfix Modified: head/textproc/asciidoc/pkg-descr ============================================================================== --- head/textproc/asciidoc/pkg-descr Sun Mar 27 17:56:13 2016 (r412000) +++ head/textproc/asciidoc/pkg-descr Sun Mar 27 17:56:18 2016 (r412001) @@ -1,5 +1,5 @@ AsciiDoc is a text document format for writing short documents, articles, books -and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook -markups using the asciidoc(1) command. +and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups +using the asciidoc(1) command. -WWW: http://www.methods.co.nz/asciidoc/ +WWW: http://asciidoc.org/ From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4A84ADF5F1; Sun, 27 Mar 2016 17:56:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A24BB1171; Sun, 27 Mar 2016 17:56:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuMrq020246; Sun, 27 Mar 2016 17:56:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuMde020244; Sun, 27 Mar 2016 17:56:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuMde020244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412002 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:23 -0000 Author: sunpoet Date: Sun Mar 27 17:56:22 2016 New Revision: 412002 URL: https://svnweb.freebsd.org/changeset/ports/412002 Log: - Update to 1.21.0 Changes: https://github.com/tatsuhiro-t/aria2/releases Modified: head/www/aria2/Makefile head/www/aria2/distinfo Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Sun Mar 27 17:56:18 2016 (r412001) +++ head/www/aria2/Makefile Sun Mar 27 17:56:22 2016 (r412002) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= www MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Sun Mar 27 17:56:18 2016 (r412001) +++ head/www/aria2/distinfo Sun Mar 27 17:56:22 2016 (r412002) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.20.0.tar.xz) = bf96344b6fee3aada0881ca008b077ea2c5dd820e8f8d693329481ecc7ff8fd0 -SIZE (aria2-1.20.0.tar.xz) = 1410880 +SHA256 (aria2-1.21.0.tar.xz) = 225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580 +SIZE (aria2-1.21.0.tar.xz) = 1438608 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A71ADF62A; Sun, 27 Mar 2016 17:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FEE71239; Sun, 27 Mar 2016 17:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuRYc020379; Sun, 27 Mar 2016 17:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuRfj020376; Sun, 27 Mar 2016 17:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuRfj020376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412003 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:28 -0000 Author: sunpoet Date: Sun Mar 27 17:56:27 2016 New Revision: 412003 URL: https://svnweb.freebsd.org/changeset/ports/412003 Log: - Update to 1.9.1 - Remove GH_ACCOUNT Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Mar 27 17:56:22 2016 (r412002) +++ head/www/nghttp2/Makefile Sun Mar 27 17:56:27 2016 (r412003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.1 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -24,7 +24,6 @@ OPTIONS_DEFAULT=HPACK OPTIONS_SUB= yes USE_GITHUB= yes -GH_ACCOUNT= tatsuhiro-t CONFIGURE_ARGS= --disable-python-bindings \ --enable-app \ Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Sun Mar 27 17:56:22 2016 (r412002) +++ head/www/nghttp2/distinfo Sun Mar 27 17:56:27 2016 (r412003) @@ -1,2 +1,2 @@ -SHA256 (tatsuhiro-t-nghttp2-v1.8.0_GH0.tar.gz) = aee17f09907676d824eb88af42acf645a1e66bdf60ddf2660d931503a742577a -SIZE (tatsuhiro-t-nghttp2-v1.8.0_GH0.tar.gz) = 1579253 +SHA256 (nghttp2-nghttp2-v1.9.1_GH0.tar.gz) = c443d74c63a781d83b4c6d731641222c5635010fc2fdc9afe6dfeb4e50d3ef38 +SIZE (nghttp2-nghttp2-v1.9.1_GH0.tar.gz) = 1608684 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Mar 27 17:56:22 2016 (r412002) +++ head/www/nghttp2/pkg-plist Sun Mar 27 17:56:27 2016 (r412003) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.5.0 +lib/libnghttp2.so.14.6.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78F1EADF67A; Sun, 27 Mar 2016 17:56:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45651130F; Sun, 27 Mar 2016 17:56:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuWwN020495; Sun, 27 Mar 2016 17:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuWNV020493; Sun, 27 Mar 2016 17:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuWNV020493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412004 - head/devel/p5-Data-Table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:33 -0000 Author: sunpoet Date: Sun Mar 27 17:56:32 2016 New Revision: 412004 URL: https://svnweb.freebsd.org/changeset/ports/412004 Log: - Update to 1.74 Changes: http://search.cpan.org/dist/Data-Table/Changes Modified: head/devel/p5-Data-Table/Makefile head/devel/p5-Data-Table/distinfo Modified: head/devel/p5-Data-Table/Makefile ============================================================================== --- head/devel/p5-Data-Table/Makefile Sun Mar 27 17:56:27 2016 (r412003) +++ head/devel/p5-Data-Table/Makefile Sun Mar 27 17:56:32 2016 (r412004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Table -PORTVERSION= 1.73 +PORTVERSION= 1.74 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Table/distinfo ============================================================================== --- head/devel/p5-Data-Table/distinfo Sun Mar 27 17:56:27 2016 (r412003) +++ head/devel/p5-Data-Table/distinfo Sun Mar 27 17:56:32 2016 (r412004) @@ -1,2 +1,2 @@ -SHA256 (Data-Table-1.73.tar.gz) = 8e0666c96fc91bd31d5e899a00050e730149d77ae4c62f3116cc1a24d5ba2497 -SIZE (Data-Table-1.73.tar.gz) = 76347 +SHA256 (Data-Table-1.74.tar.gz) = eb64eb3193ec50734a492b75ada47c84b85e47648ea42f28bf3379b5b5cc7a0a +SIZE (Data-Table-1.74.tar.gz) = 77874 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2D0BADF6A7; Sun, 27 Mar 2016 17:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9429413D8; Sun, 27 Mar 2016 17:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuap3020611; Sun, 27 Mar 2016 17:56:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuax1020608; Sun, 27 Mar 2016 17:56:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuax1020608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412005 - head/math/p5-Math-GSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:37 -0000 Author: sunpoet Date: Sun Mar 27 17:56:36 2016 New Revision: 412005 URL: https://svnweb.freebsd.org/changeset/ports/412005 Log: - Update to 0.36 Changes: http://search.cpan.org/dist/Math-GSL/Changes Modified: head/math/p5-Math-GSL/Makefile head/math/p5-Math-GSL/distinfo Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Sun Mar 27 17:56:32 2016 (r412004) +++ head/math/p5-Math-GSL/Makefile Sun Mar 27 17:56:36 2016 (r412005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GSL -PORTVERSION= 0.35 -PORTREVISION= 1 +PORTVERSION= 0.36 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GSL/distinfo ============================================================================== --- head/math/p5-Math-GSL/distinfo Sun Mar 27 17:56:32 2016 (r412004) +++ head/math/p5-Math-GSL/distinfo Sun Mar 27 17:56:36 2016 (r412005) @@ -1,2 +1,2 @@ -SHA256 (Math-GSL-0.35.tar.gz) = d25bd29fbf2cdb9fa6f12bacb0c2527942f4f4dbb1a4081af8a445fafc787029 -SIZE (Math-GSL-0.35.tar.gz) = 10888714 +SHA256 (Math-GSL-0.36.tar.gz) = 07b38e03ece914ce096ec9b88f7c2f64f0ef7d93ce22e711919282c1cd42ece3 +SIZE (Math-GSL-0.36.tar.gz) = 10895220 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D2E7ADF6F1; Sun, 27 Mar 2016 17:56:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23DB81528; Sun, 27 Mar 2016 17:56:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHufk7020726; Sun, 27 Mar 2016 17:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHufsW020724; Sun, 27 Mar 2016 17:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHufsW020724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412006 - head/sysutils/rubygem-parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:42 -0000 Author: sunpoet Date: Sun Mar 27 17:56:40 2016 New Revision: 412006 URL: https://svnweb.freebsd.org/changeset/ports/412006 Log: - Update to 1.8.0 Changes: https://github.com/grosser/parallel/commits/master Modified: head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-parallel/distinfo Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Sun Mar 27 17:56:36 2016 (r412005) +++ head/sysutils/rubygem-parallel/Makefile Sun Mar 27 17:56:40 2016 (r412006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-parallel/distinfo ============================================================================== --- head/sysutils/rubygem-parallel/distinfo Sun Mar 27 17:56:36 2016 (r412005) +++ head/sysutils/rubygem-parallel/distinfo Sun Mar 27 17:56:40 2016 (r412006) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parallel-1.7.0.gem) = 20868344c451d1e33d2da14d1aaf655c3a7ea580853edd5545dac838f96cd038 -SIZE (rubygem/parallel-1.7.0.gem) = 8704 +SHA256 (rubygem/parallel-1.8.0.gem) = 988b0b2af3e5b15a76f9148d0e0a08738eea5fd5ac29a21806f18468d124a5ea +SIZE (rubygem/parallel-1.8.0.gem) = 9216 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAAB3ADF715; Sun, 27 Mar 2016 17:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77DBD1628; Sun, 27 Mar 2016 17:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHujKE020842; Sun, 27 Mar 2016 17:56:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHujno020840; Sun, 27 Mar 2016 17:56:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHujno020840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412007 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:46 -0000 Author: sunpoet Date: Sun Mar 27 17:56:45 2016 New Revision: 412007 URL: https://svnweb.freebsd.org/changeset/ports/412007 Log: - Update to 6.3.5 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Sun Mar 27 17:56:40 2016 (r412006) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Sun Mar 27 17:56:45 2016 (r412007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.3.3.1 +PORTVERSION= 6.3.5 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Sun Mar 27 17:56:40 2016 (r412006) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Sun Mar 27 17:56:45 2016 (r412007) @@ -1,2 +1,2 @@ -SHA256 (rubygem/autoprefixer-rails-6.3.3.1.gem) = 0fee15849f89e63199683612cacecd22e195a230ee0162245ec4712bdcfa3ce6 -SIZE (rubygem/autoprefixer-rails-6.3.3.1.gem) = 273408 +SHA256 (rubygem/autoprefixer-rails-6.3.5.gem) = acd569881c864c785be9697f18435cb01480fa16ae2bb81334deae6c40279d5c +SIZE (rubygem/autoprefixer-rails-6.3.5.gem) = 278016 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:56:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3726AADF733; Sun, 27 Mar 2016 17:56:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F7B16FA; Sun, 27 Mar 2016 17:56:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHuojd020959; Sun, 27 Mar 2016 17:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHuoa9020957; Sun, 27 Mar 2016 17:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271756.u2RHuoa9020957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412008 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:56:51 -0000 Author: sunpoet Date: Sun Mar 27 17:56:49 2016 New Revision: 412008 URL: https://svnweb.freebsd.org/changeset/ports/412008 Log: - Update to 1.23 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Params-Validate/Changes Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Sun Mar 27 17:56:45 2016 (r412007) +++ head/devel/p5-Params-Validate/Makefile Sun Mar 27 17:56:49 2016 (r412008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Validate method/function parameters LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation RUN_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Sun Mar 27 17:56:45 2016 (r412007) +++ head/devel/p5-Params-Validate/distinfo Sun Mar 27 17:56:49 2016 (r412008) @@ -1,2 +1,2 @@ -SHA256 (Params-Validate-1.22.tar.gz) = 0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5 -SIZE (Params-Validate-1.22.tar.gz) = 125866 +SHA256 (Params-Validate-1.23.tar.gz) = dd5a4def2991e9fe26ec2f12410a40eefb7e036733cf78deb540eb8e4dd09d79 +SIZE (Params-Validate-1.23.tar.gz) = 129865 From owner-svn-ports-all@freebsd.org Sun Mar 27 17:58:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22C5BADF7C7; Sun, 27 Mar 2016 17:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7CF71961; Sun, 27 Mar 2016 17:58:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHwtNF021150; Sun, 27 Mar 2016 17:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHwtF1021148; Sun, 27 Mar 2016 17:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271758.u2RHwtF1021148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412009 - in head/textproc/rubygem-github-linguist: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:58:56 -0000 Author: sunpoet Date: Sun Mar 27 17:58:54 2016 New Revision: 412009 URL: https://svnweb.freebsd.org/changeset/ports/412009 Log: - Fix gemspec for rubygem-escape_utils 1.2.0 update - Bump PORTREVISION for package change PR: 208321 Submitted by: xmj Added: head/textproc/rubygem-github-linguist/files/ head/textproc/rubygem-github-linguist/files/patch-gemspec (contents, props changed) Modified: head/textproc/rubygem-github-linguist/Makefile Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Sun Mar 27 17:56:49 2016 (r412008) +++ head/textproc/rubygem-github-linguist/Makefile Sun Mar 27 17:58:54 2016 (r412009) @@ -2,6 +2,7 @@ PORTNAME= github-linguist PORTVERSION= 4.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG Added: head/textproc/rubygem-github-linguist/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-linguist/files/patch-gemspec Sun Mar 27 17:58:54 2016 (r412009) @@ -0,0 +1,11 @@ +--- github-linguist.gemspec.orig 2016-03-27 13:03:54 UTC ++++ github-linguist.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 0.7.3"]) +- s.add_runtime_dependency(%q, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q, [">= 1.1.0"]) + s.add_runtime_dependency(%q, [">= 1.19"]) + s.add_runtime_dependency(%q, [">= 0.23.0b"]) + s.add_development_dependency(%q, [">= 5.0"]) From owner-svn-ports-all@freebsd.org Sun Mar 27 19:11:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DC2ADF3ED; Sun, 27 Mar 2016 19:11:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3EF317C0; Sun, 27 Mar 2016 19:11:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RJB76N042440; Sun, 27 Mar 2016 19:11:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RJB6gA042432; Sun, 27 Mar 2016 19:11:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603271911.u2RJB6gA042432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 27 Mar 2016 19:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412010 - in head/multimedia: . plexwatch plexwatch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 19:11:08 -0000 Author: pi Date: Sun Mar 27 19:11:06 2016 New Revision: 412010 URL: https://svnweb.freebsd.org/changeset/ports/412010 Log: New port: multimedia/plexwatch Notify and log 'Now Playing', 'Watched' and 'Recently Added' content from a Plex Media Server (...and more) WWW: https://github.com/ljunkie/plexWatch PR: 208315 Submitted by: Ultima1252@gmail.com Added: head/multimedia/plexwatch/ head/multimedia/plexwatch/Makefile (contents, props changed) head/multimedia/plexwatch/distinfo (contents, props changed) head/multimedia/plexwatch/files/ head/multimedia/plexwatch/files/patch-plexWatch.pl (contents, props changed) head/multimedia/plexwatch/files/pkg-message.in (contents, props changed) head/multimedia/plexwatch/pkg-descr (contents, props changed) head/multimedia/plexwatch/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Mar 27 17:58:54 2016 (r412009) +++ head/multimedia/Makefile Sun Mar 27 19:11:06 2016 (r412010) @@ -302,6 +302,7 @@ SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass SUBDIR += plexpy + SUBDIR += plexwatch SUBDIR += podcastdl SUBDIR += poe SUBDIR += ppm2fli Added: head/multimedia/plexwatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/Makefile Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,56 @@ +# Created by: ultima +# $FreeBSD$ + +PORTNAME= plexWatch +PORTVERSION= 0.3.3 +DISTVERSIONPREFIX= v +CATEGORIES= multimedia + +MAINTAINER= ultima1252@gmail.com +COMMENT= Notify, Log Now Playing and Watched content from a Plex Media Server + +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration \ + p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https + +USES= perl5 shebangfix +SHEBANG_FILES= plexWatch.pl + +USE_GITHUB= yes +GH_ACCOUNT= ljunkie +NO_BUILD= yes + +SUB_FILES= pkg-message + +OPTIONS_DEFINE= EMAIL GNTP IPLOG TWITTER +OPTIONS_DEFAULT= + +EMAIL_RUN_DEPENDS= p5-Net-SMTPS>=0:${PORTSDIR}/mail/p5-Net-SMTPS +EMAIL_DESC= Email support + +GNTP_RUN_DEPENDS= p5-Growl-GNTP>=0:${PORTSDIR}/net/p5-Growl-GNTP +GNTP_DESC= Growl GNTP support + +IPLOG_RUN_DEPENDS= p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards +IPLOG_DESC= Client IP logging support + +TWITTER_RUN_DEPENDS= p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite \ + p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth +TWITTER_DESC= Twitter support + +post-patch: + ${REINPLACE_CMD} "s|%%ETCDIR%%|${ETCDIR}|" ${WRKSRC}/plexWatch.pl + ${REINPLACE_CMD} "s|/opt/plexWatch|${DATADIR}|" ${WRKSRC}/config.pl-dist + +do-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} -m 777 ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/plexWatch.pl ${STAGEDIR}${PREFIX}/sbin/ + ${INSTALL_DATA} ${WRKSRC}/config.pl-dist ${STAGEDIR}${ETCDIR}/ + +.include Added: head/multimedia/plexwatch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/distinfo Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,2 @@ +SHA256 (ljunkie-plexWatch-v0.3.3_GH0.tar.gz) = 15cb0eb9f7376ae2f409e9dbb6fa5c5bb5d3549c69fe1e36e48ac016a81c38d4 +SIZE (ljunkie-plexWatch-v0.3.3_GH0.tar.gz) = 6521319 Added: head/multimedia/plexwatch/files/patch-plexWatch.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/files/patch-plexWatch.pl Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,21 @@ +--- plexWatch.pl.orig 2016-03-26 19:12:31 UTC ++++ plexWatch.pl +@@ -42,15 +42,14 @@ if ($^O ne 'MSWin32') { + ## end + + ## load config file +-my $dirname = dirname(__FILE__); +-if (!-e $dirname .'/config.pl') { +- my $msg = "** missing file $dirname/config.pl. Did you move edit config.pl-dist and copy to config.pl?"; ++if (!-e '%%ETCDIR%%/config.pl') { ++ my $msg = "** missing file %%ETCDIR%%/config.pl. Did you move edit config.pl-dist and copy to config.pl?"; + &DebugLog($msg,1) if $msg; + exit; + } + our ($data_dir, $server, $port, $appname, $user_display, $alert_format, $notify, $push_titles, $backup_opts, $myPlex_user, $myPlex_pass, $server_log, $log_client_ip, $debug_logging, $watched_show_completed, $watched_grouping_maxhr, $count_paused, $inc_non_library_content, @exclude_library_ids); + my @config_vars = ("data_dir", "server", "port", "appname", "user_display", "alert_format", "notify", "push_titles", "backup_opts", "myPlex_user", "myPlex_pass", "server_log", "log_client_ip", "debug_logging", "watched_show_completed", "watched_grouping_maxhr", "count_paused", "exclude_library_ids"); +-do $dirname.'/config.pl'; ++do '%%ETCDIR%%/config.pl'; + + if (!$data_dir || !$server || !$port || !$appname || !$alert_format || !$notify) { + ## TODO - make this information a little more useful! Added: head/multimedia/plexwatch/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/files/pkg-message.in Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,8 @@ +plexWatch needs to run frequently, this is a suggested cron job + +* * * * * nobody %%PREFIX%%/sbin/plexWatch.pl + + +Optionally, if you want recently added notifications, add this + +*/15 * * * * nobody %%PREFIX%%/sbin/plexWatch.pl --recently_added=movie,tv Added: head/multimedia/plexwatch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/pkg-descr Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,4 @@ +Notify and log 'Now Playing', 'Watched' and 'Recently Added' content +from a Plex Media Server (...and more) + +WWW: https://github.com/ljunkie/plexWatch Added: head/multimedia/plexwatch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexwatch/pkg-plist Sun Mar 27 19:11:06 2016 (r412010) @@ -0,0 +1,3 @@ +%%ETCDIR%%/config.pl-dist +sbin/plexWatch.pl +@dir %%DATADIR%% From owner-svn-ports-all@freebsd.org Sun Mar 27 20:57:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52452ADF961; Sun, 27 Mar 2016 20:57:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4CB015C6; Sun, 27 Mar 2016 20:57:54 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RKvsnB075637; Sun, 27 Mar 2016 20:57:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RKvpk8075614; Sun, 27 Mar 2016 20:57:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201603272057.u2RKvpk8075614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 27 Mar 2016 20:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412011 - in head/databases: mariadb101-client mariadb101-client/files mariadb101-server mariadb101-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 20:57:55 -0000 Author: brnrd Date: Sun Mar 27 20:57:51 2016 New Revision: 412011 URL: https://svnweb.freebsd.org/changeset/ports/412011 Log: databases/mariadb101-{server,client}: Update to 10.1.13 - Update to version 10.1.13 - Make GSSAPI plugin optional [2] - Remove patches that are merged upstream - Re-generate patches that required fuzzing - Server - Fix OQGraph build failure [1] - Install server gssapi plugin only - Don't install gssapi libs/files that were moved to -client - Add license and readme file for TokuDB - Add tokuft_logprint and tokuftdump binaries - Client - Install client gssapi plugin - Enable PLIST_SUB for optional gssapi plugin - Add new plugins and ini file - Remove taocrypt patch, we don't build bundled SSL PR: 207675 [1], 207883 [2] Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5751 Added: head/databases/mariadb101-client/files/patch-include_my__compare.h - copied unchanged from r411925, head/databases/mariadb101-client/files/patch-include_my_compare.h head/databases/mariadb101-client/files/patch-mysys_my__default.c - copied, changed from r411925, head/databases/mariadb101-client/files/patch-mysys_my_default.c head/databases/mariadb101-client/files/patch-scripts_mysql__config.sh - copied unchanged from r411925, head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh head/databases/mariadb101-server/files/patch-storage_oqgraph_graphcore.cc (contents, props changed) head/databases/mariadb101-server/files/patch-storage_oqgraph_oqgraph__shim.h (contents, props changed) head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_CMakeLists.txt (contents, props changed) Deleted: head/databases/mariadb101-client/files/patch-cmake_jemalloc.cmake head/databases/mariadb101-client/files/patch-extra_yassl_taocrypt_src_integer.cpp head/databases/mariadb101-client/files/patch-include_my_compare.h head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h head/databases/mariadb101-client/files/patch-mysys_my_default.c head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh head/databases/mariadb101-server/files/patch-cmake_jemalloc.cmake head/databases/mariadb101-server/files/patch-include_mysql_service__encryption.h head/databases/mariadb101-server/files/patch-plugin_auth__gssapi_gssapi__server.cc head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_buildheader_CMakeLists.txt head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuFeatureDetection.cmake Modified: head/databases/mariadb101-client/Makefile head/databases/mariadb101-client/files/patch-CMakeLists.txt head/databases/mariadb101-client/files/patch-cmake_ssl.cmake head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt head/databases/mariadb101-client/pkg-plist head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo head/databases/mariadb101-server/files/patch-CMakeLists.txt head/databases/mariadb101-server/files/patch-cmake_ssl.cmake head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt head/databases/mariadb101-server/files/patch-mysys_my__default.c head/databases/mariadb101-server/files/patch-pcre_CMakeLists.txt head/databases/mariadb101-server/files/patch-sql_sys__vars.cc head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt head/databases/mariadb101-server/files/patch-support-files_CMakeLists.txt head/databases/mariadb101-server/pkg-plist Modified: head/databases/mariadb101-client/Makefile ============================================================================== --- head/databases/mariadb101-client/Makefile Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-client/Makefile Sun Mar 27 20:57:51 2016 (r412011) @@ -26,7 +26,13 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} . endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient.so.18 +. for b in dialog.so mysql_clear_password.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/${b} +. endfor # Fix https://mariadb.atlassian.net/browse/MDEV-9388 @${REINPLACE_CMD} 's/-l-pthread/-lpthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config +post-install-GSSAPI_NONE: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so + .include "${MASTERDIR}/Makefile" Modified: head/databases/mariadb101-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-client/files/patch-CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +--- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +++ CMakeLists.txt -@@ -382,7 +382,6 @@ ADD_SUBDIRECTORY(libmysql) +@@ -380,7 +380,6 @@ ADD_SUBDIRECTORY(libmysql) ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) @@ -8,7 +8,7 @@ IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(tests) -@@ -461,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -460,6 +459,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) @@ -16,7 +16,7 @@ INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) # MDEV-6526 these files are not installed anymore -@@ -471,6 +471,7 @@ IF(UNIX) +@@ -470,6 +470,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: head/databases/mariadb101-client/files/patch-cmake_ssl.cmake ============================================================================== --- head/databases/mariadb101-client/files/patch-cmake_ssl.cmake Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-client/files/patch-cmake_ssl.cmake Sun Mar 27 20:57:51 2016 (r412011) @@ -1,7 +1,7 @@ MariaDB prefers static libraries, breaks builds with ports' OpenSSL libs ---- cmake/ssl.cmake.orig 2015-12-23 15:33:29 UTC +--- cmake/ssl.cmake.orig 2016-03-24 09:12:10 UTC +++ cmake/ssl.cmake @@ -145,9 +145,9 @@ MACRO (MYSQL_CHECK_SSL) @@ -16,3 +16,16 @@ ports' OpenSSL libs FIND_LIBRARY(OPENSSL_LIBRARIES NAMES ssl ssleay32 ssleay32MD HINTS ${OPENSSL_ROOT_DIR}/lib) +@@ -156,9 +156,9 @@ MACRO (MYSQL_CHECK_SSL) + HINTS ${OPENSSL_ROOT_DIR}/lib) + MARK_AS_ADVANCED(CRYPTO_LIBRARY OPENSSL_LIBRARIES OPENSSL_ROOT_DIR + OPENSSL_INCLUDE_DIR) +- IF (WITH_SSL_PATH) +- LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) +- ENDIF() ++# IF (WITH_SSL_PATH) ++# LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) ++# ENDIF() + + INCLUDE(CheckSymbolExists) + SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR}) Copied: head/databases/mariadb101-client/files/patch-include_my__compare.h (from r411925, head/databases/mariadb101-client/files/patch-include_my_compare.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-client/files/patch-include_my__compare.h Sun Mar 27 20:57:51 2016 (r412011, copy of r411925, head/databases/mariadb101-client/files/patch-include_my_compare.h) @@ -0,0 +1,11 @@ +--- include/my_compare.h.orig 2015-12-23 15:33:29 UTC ++++ include/my_compare.h +@@ -40,7 +40,7 @@ extern "C" { + But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. + */ + +-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ ++#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ + #define HA_MAX_KEY_SEG 32 /* Max segments for key */ + + #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) Copied and modified: head/databases/mariadb101-client/files/patch-mysys_my__default.c (from r411925, head/databases/mariadb101-client/files/patch-mysys_my_default.c) ============================================================================== --- head/databases/mariadb101-client/files/patch-mysys_my_default.c Sat Mar 26 12:36:59 2016 (r411925, copy source) +++ head/databases/mariadb101-client/files/patch-mysys_my__default.c Sun Mar 27 20:57:51 2016 (r412011) @@ -1,4 +1,4 @@ ---- mysys/my_default.c.orig 2015-12-23 15:33:31 UTC +--- mysys/my_default.c.orig 2016-03-24 09:12:11 UTC +++ mysys/my_default.c @@ -90,7 +90,7 @@ static my_bool defaults_already_read= FA @@ -9,7 +9,7 @@ #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ static const char **default_directories = NULL; -@@ -784,7 +784,7 @@ static int search_default_file_with_ext( +@@ -785,7 +785,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; if (!my_stat(name,&stat_info,MYF(0))) @@ -18,7 +18,7 @@ /* Ignore world-writable regular files. This is mainly done to protect us to not read a file created by -@@ -802,6 +802,14 @@ static int search_default_file_with_ext( +@@ -803,6 +803,14 @@ static int search_default_file_with_ext( if (!(fp= mysql_file_fopen(key_file_cnf, name, O_RDONLY, MYF(0)))) return 1; /* Ignore wrong files */ @@ -33,7 +33,7 @@ while (mysql_file_fgets(buff, sizeof(buff) - 1, fp)) { line++; -@@ -1066,7 +1074,8 @@ void my_print_default_files(const char * +@@ -1067,7 +1075,8 @@ void my_print_default_files(const char * if (name[0] == FN_HOMELIB) /* Add . to filenames in home */ *end++= '.'; strxmov(end, conf_file, *ext, " ", NullS); @@ -43,7 +43,7 @@ } } } -@@ -1222,13 +1231,10 @@ static const char **init_default_directo +@@ -1223,13 +1232,10 @@ static const char **init_default_directo #else Modified: head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,4 +1,4 @@ ---- scripts/CMakeLists.txt.orig 2015-12-23 15:33:31 UTC +--- scripts/CMakeLists.txt.orig 2016-03-24 09:12:11 UTC +++ scripts/CMakeLists.txt @@ -73,6 +73,7 @@ IF(UNIX) ) @@ -8,7 +8,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -84,6 +85,7 @@ INSTALL(FILES +@@ -82,6 +83,7 @@ INSTALL(FILES ${FIX_PRIVILEGES_SQL} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server ) @@ -16,7 +16,7 @@ # TCMalloc hacks IF(MALLOC_LIB) -@@ -136,6 +138,7 @@ ENDIF() +@@ -134,6 +136,7 @@ ENDIF() SET(HOSTNAME "hostname") SET(MYSQLD_USER "mysql") @@ -24,7 +24,7 @@ # Required for mysqlbug until autotools are deprecated, once done remove these # and expand default cmake variables SET(CC ${CMAKE_C_COMPILER}) -@@ -170,6 +173,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI +@@ -168,6 +171,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI DESTINATION ${INSTALL_BINDIR} COMPONENT Server ) @@ -32,7 +32,7 @@ ENDIF(UNIX) -@@ -195,6 +199,7 @@ ELSE() +@@ -193,6 +197,7 @@ ELSE() SET(localstatedir ${MYSQL_DATADIR}) ENDIF() @@ -40,7 +40,7 @@ IF(UNIX) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -208,6 +213,7 @@ INSTALL_SCRIPT( +@@ -206,6 +211,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -48,7 +48,7 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") IF(INSTALL_SYSCONFDIR) -@@ -286,18 +292,8 @@ ELSE() +@@ -284,18 +290,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config Copied: head/databases/mariadb101-client/files/patch-scripts_mysql__config.sh (from r411925, head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-client/files/patch-scripts_mysql__config.sh Sun Mar 27 20:57:51 2016 (r412011, copy of r411925, head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh) @@ -0,0 +1,12 @@ +--- scripts/mysql_config.sh.orig 2016-01-14 20:12:38 UTC ++++ scripts/mysql_config.sh +@@ -106,7 +106,9 @@ fi + + # Create options + libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@" ++libs="$libs -L%%LOCALBASE%%/lib " + embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@" ++embedded_libs="$embedded_libs -L%%LOCALBASE%%/lib " + + include="-I$pkgincludedir" + if [ "$basedir" != "/usr" ]; then Modified: head/databases/mariadb101-client/pkg-plist ============================================================================== --- head/databases/mariadb101-client/pkg-plist Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-client/pkg-plist Sun Mar 27 20:57:51 2016 (r412011) @@ -93,6 +93,12 @@ lib/mysql/libmysqlclient.so.18 lib/mysql/libmysqlclient_r.a lib/mysql/libmysqlclient_r.so lib/mysql/libmysqlclient_r.so.18 +%%NO_GSSAPI_NONE%%lib/mysql/plugin/auth_gssapi_client.so +lib/mysql/plugin/daemon_example.ini +lib/mysql/plugin/dialog.so +lib/mysql/plugin/mysql_clear_password.so +%%DATADIR%%/maria_add_gis_sp.sql +%%DATADIR%%/maria_add_gis_sp_bootstrap.sql man/man1/msql2mysql.1.gz man/man1/mysql.1.gz man/man1/mysql_config.1.gz Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/Makefile Sun Mar 27 20:57:51 2016 (r412011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.11 +PORTVERSION= 10.1.13 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -17,6 +17,9 @@ MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 +LICENSE_NAME_PerconaFT= PerconaFT patents license +LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS +LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -26,10 +29,11 @@ USES= bison:build cmake compiler:c++11- USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source +DOCSDIR= ${PREFIX}/share/doc/mysql OPTIONS_DEFINE= FASTMTX OPTIONS_SINGLE= GSSAPI -OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE FASTMTX_DESC= Replace mutexes with spinlocks @@ -46,7 +50,7 @@ ENGINES_DESC= Optional MariaDB storage e INNOBASE_DESC= Build InnoDB engine next to XtraDB MAXKEY_DESC= Change max key length from 1000 to 4000 MROONGA_DESC= Mroonga Full Text Search engine -OQGRAPH_DESC= Open Query Graph Computation engine (Requires GCC) +OQGRAPH_DESC= Open Query Graph Computation engine SPHINX_DESC= SphinxSE engine SPIDER_DESC= Partitioning and XA-transactions engine TOKUDB_DESC= Fractal tree index tree data structure engine @@ -91,20 +95,22 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESU USE_OPENSSL= yes FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 +OPTIONS_SUB= yes .if defined(CLIENT_ONLY) # MySQL-Client part USES+= readline +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part USE_MYSQL= yes WANT_MYSQL_VER= 101m -OPTIONS_SUB= yes USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ + -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 @@ -113,15 +119,14 @@ ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}= -DWITHOUT_${ENGINE}=1 .endfor +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h OQGRAPH_LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libJudy.so:${PORTSDIR}/devel/judy -# Currently OQGraph does not build using clang. -# See See https://mariadb.atlassian.net/browse/MDEV-8051. -OQGRAPH_USE= gcc=yes TOKUDB_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy - -NOT_FOR_ARCHS= i386 +TOKUDB_PORTDOCS= README.md +TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi +NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ https://mariadb.atlassian.net/browse/MDEV-9627 Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/distinfo Sun Mar 27 20:57:51 2016 (r412011) @@ -1,2 +1,2 @@ -SHA256 (mariadb-10.1.11.tar.gz) = cd32927370343b4f14bcc6073bca163623c27843ae7bc59c8c6a9ebeda0325ce -SIZE (mariadb-10.1.11.tar.gz) = 55184229 +SHA256 (mariadb-10.1.13.tar.gz) = 21e1c7da1421146c69f5e8077333aaac06778a87046a1943ee4f449fbcefc00d +SIZE (mariadb-10.1.13.tar.gz) = 55272572 Modified: head/databases/mariadb101-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,8 +1,8 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options ---- CMakeLists.txt.orig 2015-10-15 15:43:35 UTC +--- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +++ CMakeLists.txt -@@ -452,6 +452,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -460,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) @@ -10,7 +10,7 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLI INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) # MDEV-6526 these files are not installed anymore -@@ -462,6 +463,7 @@ IF(UNIX) +@@ -470,6 +471,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: head/databases/mariadb101-server/files/patch-cmake_ssl.cmake ============================================================================== --- head/databases/mariadb101-server/files/patch-cmake_ssl.cmake Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-cmake_ssl.cmake Sun Mar 27 20:57:51 2016 (r412011) @@ -1,7 +1,7 @@ MariaDB prefers static libraries, breaks builds with ports' OpenSSL libs ---- cmake/ssl.cmake.orig 2015-12-23 15:33:29 UTC +--- cmake/ssl.cmake.orig 2016-03-24 09:12:10 UTC +++ cmake/ssl.cmake @@ -145,9 +145,9 @@ MACRO (MYSQL_CHECK_SSL) @@ -16,3 +16,16 @@ ports' OpenSSL libs FIND_LIBRARY(OPENSSL_LIBRARIES NAMES ssl ssleay32 ssleay32MD HINTS ${OPENSSL_ROOT_DIR}/lib) +@@ -156,9 +156,9 @@ MACRO (MYSQL_CHECK_SSL) + HINTS ${OPENSSL_ROOT_DIR}/lib) + MARK_AS_ADVANCED(CRYPTO_LIBRARY OPENSSL_LIBRARIES OPENSSL_ROOT_DIR + OPENSSL_INCLUDE_DIR) +- IF (WITH_SSL_PATH) +- LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) +- ENDIF() ++# IF (WITH_SSL_PATH) ++# LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) ++# ENDIF() + + INCLUDE(CheckSymbolExists) + SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR}) Modified: head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -2,7 +2,7 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLI --- extra/CMakeLists.txt.orig 2015-10-15 15:43:36 UTC +++ extra/CMakeLists.txt -@@ -91,6 +91,8 @@ IF(UNIX) +@@ -100,6 +100,8 @@ IF(UNIX) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) Modified: head/databases/mariadb101-server/files/patch-mysys_my__default.c ============================================================================== --- head/databases/mariadb101-server/files/patch-mysys_my__default.c Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-mysys_my__default.c Sun Mar 27 20:57:51 2016 (r412011) @@ -1,6 +1,6 @@ Obey hier(7) ---- mysys/my_default.c.orig 2015-10-15 15:43:45 UTC +--- mysys/my_default.c.orig 2016-03-24 09:12:11 UTC +++ mysys/my_default.c @@ -90,7 +90,7 @@ static my_bool defaults_already_read= FA @@ -11,7 +11,7 @@ Obey hier(7) #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ static const char **default_directories = NULL; -@@ -784,7 +784,7 @@ static int search_default_file_with_ext( +@@ -785,7 +785,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; if (!my_stat(name,&stat_info,MYF(0))) @@ -20,7 +20,7 @@ Obey hier(7) /* Ignore world-writable regular files. This is mainly done to protect us to not read a file created by -@@ -802,6 +802,14 @@ static int search_default_file_with_ext( +@@ -803,6 +803,14 @@ static int search_default_file_with_ext( if (!(fp= mysql_file_fopen(key_file_cnf, name, O_RDONLY, MYF(0)))) return 1; /* Ignore wrong files */ @@ -35,7 +35,7 @@ Obey hier(7) while (mysql_file_fgets(buff, sizeof(buff) - 1, fp)) { line++; -@@ -1066,7 +1074,8 @@ void my_print_default_files(const char * +@@ -1067,7 +1075,8 @@ void my_print_default_files(const char * if (name[0] == FN_HOMELIB) /* Add . to filenames in home */ *end++= '.'; strxmov(end, conf_file, *ext, " ", NullS); @@ -45,7 +45,7 @@ Obey hier(7) } } } -@@ -1222,13 +1231,10 @@ static const char **init_default_directo +@@ -1223,13 +1232,10 @@ static const char **init_default_directo #else Modified: head/databases/mariadb101-server/files/patch-pcre_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-pcre_CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-pcre_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,8 +1,8 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options ---- pcre/CMakeLists.txt.orig 2015-10-15 15:43:45 UTC +--- pcre/CMakeLists.txt.orig 2016-03-24 09:12:11 UTC +++ pcre/CMakeLists.txt -@@ -513,6 +513,8 @@ IF(PCRE_SHOW_REPORT) +@@ -508,6 +508,8 @@ IF(PCRE_SHOW_REPORT) MESSAGE(STATUS "") ENDIF(PCRE_SHOW_REPORT) Modified: head/databases/mariadb101-server/files/patch-sql_sys__vars.cc ============================================================================== --- head/databases/mariadb101-server/files/patch-sql_sys__vars.cc Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-sql_sys__vars.cc Sun Mar 27 20:57:51 2016 (r412011) @@ -1,8 +1,8 @@ Fix clang build error ---- sql/sys_vars.cc.orig 2015-10-15 15:43:47 UTC +--- sql/sys_vars.cc.orig 2016-03-24 09:12:12 UTC +++ sql/sys_vars.cc -@@ -1040,7 +1040,7 @@ static Sys_var_ulong Sys_interactive_tim +@@ -1052,7 +1052,7 @@ static Sys_var_ulong Sys_interactive_tim "connection before closing it", NO_SET_STMT SESSION_VAR(net_interactive_timeout), CMD_LINE(REQUIRED_ARG), @@ -11,7 +11,7 @@ Fix clang build error static Sys_var_ulonglong Sys_join_buffer_size( "join_buffer_size", -@@ -2214,7 +2214,7 @@ static Sys_var_ulong Sys_net_read_timeou +@@ -2239,7 +2239,7 @@ static Sys_var_ulong Sys_net_read_timeou "Number of seconds to wait for more data from a connection before " "aborting the read", SESSION_VAR(net_read_timeout), CMD_LINE(REQUIRED_ARG), @@ -20,7 +20,7 @@ Fix clang build error NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_read_timeout)); -@@ -2229,7 +2229,7 @@ static Sys_var_ulong Sys_net_write_timeo +@@ -2254,7 +2254,7 @@ static Sys_var_ulong Sys_net_write_timeo "Number of seconds to wait for a block to be written to a connection " "before aborting the write", SESSION_VAR(net_write_timeout), CMD_LINE(REQUIRED_ARG), @@ -29,7 +29,7 @@ Fix clang build error NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_write_timeout)); -@@ -3424,7 +3424,7 @@ static Sys_var_ulong Sys_net_wait_timeou +@@ -3449,7 +3449,7 @@ static Sys_var_ulong Sys_net_wait_timeou "The number of seconds the server waits for activity on a " "connection before closing it", NO_SET_STMT SESSION_VAR(net_wait_timeout), CMD_LINE(REQUIRED_ARG), Added: head/databases/mariadb101-server/files/patch-storage_oqgraph_graphcore.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_oqgraph_graphcore.cc Sun Mar 27 20:57:51 2016 (r412011) @@ -0,0 +1,14 @@ +Patch to allow build with clang from Don Lewis +https://jira.mariadb.org/projects/MDEV/issues/MDEV-8051 + +--- storage/oqgraph/graphcore.cc.orig 2016-01-28 12:12:55 UTC ++++ storage/oqgraph/graphcore.cc +@@ -485,7 +485,7 @@ namespace open_query + optional + oqgraph_share::find_vertex(VertexID id) const + { +- return ::boost::find_vertex(id, g); ++ return oqgraph3::find_vertex(id, g); + } + + #if 0 Added: head/databases/mariadb101-server/files/patch-storage_oqgraph_oqgraph__shim.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_oqgraph_oqgraph__shim.h Sun Mar 27 20:57:51 2016 (r412011) @@ -0,0 +1,76 @@ +Patch to allow build with clang from Don Lewis +https://jira.mariadb.org/projects/MDEV/issues/MDEV-8051 + +--- storage/oqgraph/oqgraph_shim.h.orig 2016-01-28 12:12:55 UTC ++++ storage/oqgraph/oqgraph_shim.h +@@ -254,7 +254,7 @@ namespace boost + typedef no_property type; + }; + +-#if BOOST_VERSION >= 104601 ++#if BOOST_VERSION >= 104601 && BOOST_VERSION < 104900 + template <> + struct graph_bundle_type + { +@@ -274,6 +274,33 @@ namespace boost + }; + #endif + ++ template<> ++ struct property_map ++ { ++ typedef void type; ++ typedef oqgraph3::edge_weight_property_map const_type; ++ }; ++ ++ template<> ++ struct property_map ++ { ++ typedef void type; ++ typedef oqgraph3::vertex_index_property_map const_type; ++ }; ++ ++ template<> ++ struct property_map ++ { ++ typedef void type; ++ typedef oqgraph3::edge_index_property_map const_type; ++ }; ++ ++} ++ ++namespace oqgraph3 ++{ ++ using namespace boost; ++ + inline graph_traits::vertex_descriptor + source( + const graph_traits::edge_descriptor& e, +@@ -401,27 +428,6 @@ namespace boost + return count; + } + +- template<> +- struct property_map +- { +- typedef void type; +- typedef oqgraph3::edge_weight_property_map const_type; +- }; +- +- template<> +- struct property_map +- { +- typedef void type; +- typedef oqgraph3::vertex_index_property_map const_type; +- }; +- +- template<> +- struct property_map +- { +- typedef void type; +- typedef oqgraph3::edge_index_property_map const_type; +- }; +- + inline property_map< + oqgraph3::graph, + edge_weight_t>::const_type::reference Modified: head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,24 +1,12 @@ ---- storage/tokudb/CMakeLists.txt.orig 2015-12-23 15:33:32 UTC +--- storage/tokudb/CMakeLists.txt.orig 2016-03-26 16:20:50 UTC +++ storage/tokudb/CMakeLists.txt -@@ -1,7 +1,8 @@ - SET(TOKUDB_VERSION 5.6.26-74.0) - # PerconaFT only supports x86-64 and cmake-2.8.9+ --IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND -- NOT CMAKE_VERSION VERSION_LESS "2.8.9") -+IF( ( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" -+ OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64" ) -+ AND NOT CMAKE_VERSION VERSION_LESS "2.8.9") - CHECK_CXX_SOURCE_COMPILES( - " - struct a {int b; int c; }; -@@ -107,8 +109,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA +@@ -103,9 +103,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA TARGET_LINK_LIBRARIES(tokudb tokufractaltree_static tokuportability_static ${ZLIB_LIBRARY} stdc++) -SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} -flto -fuse-linker-plugin") -SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO} -flto -fuse-linker-plugin") -+SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE}") -+SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO}") - +- SET(CPACK_RPM_server_PACKAGE_OBSOLETES "${CPACK_RPM_server_PACKAGE_OBSOLETES} MariaDB-tokudb-engine < 10.0.5" PARENT_SCOPE) + Added: head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -0,0 +1,11 @@ +--- storage/tokudb/PerconaFT/CMakeLists.txt.orig 2016-03-26 18:18:05 UTC ++++ storage/tokudb/PerconaFT/CMakeLists.txt +@@ -77,7 +77,7 @@ add_subdirectory(src) + add_subdirectory(ftcxx) + add_subdirectory(tools) + +-INSTALL_DOCUMENTATION(README.md COPYING.AGPLv3 COPYING.GPLv2 PATENTS ++INSTALL_DOCUMENTATION(README.md + COMPONENT Server) + + ## build tags Modified: head/databases/mariadb101-server/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-support-files_CMakeLists.txt Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/files/patch-support-files_CMakeLists.txt Sun Mar 27 20:57:51 2016 (r412011) @@ -1,6 +1,6 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options ---- support-files/CMakeLists.txt.orig 2015-10-15 15:44:15 UTC +--- support-files/CMakeLists.txt.orig 2016-03-24 09:12:15 UTC +++ support-files/CMakeLists.txt @@ -64,7 +64,9 @@ IF(UNIX) CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY) @@ -10,5 +10,5 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLI INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) +ENDIF() - SET(bindir ${prefix}/${INSTALL_BINDIR}) - SET(sbindir ${prefix}/${INSTALL_SBINDIR}) + SET(bindir ${INSTALL_BINDIRABS}) + SET(sbindir ${INSTALL_SBINDIRABS}) Modified: head/databases/mariadb101-server/pkg-plist ============================================================================== --- head/databases/mariadb101-server/pkg-plist Sun Mar 27 19:11:06 2016 (r412010) +++ head/databases/mariadb101-server/pkg-plist Sun Mar 27 20:57:51 2016 (r412011) @@ -33,6 +33,8 @@ bin/perror bin/replace bin/resolve_stack_dump bin/resolveip +%%TOKUDB%%bin/tokuft_logprint +%%TOKUDB%%bin/tokuftdump bin/wsrep_sst_common bin/wsrep_sst_mysqldump bin/wsrep_sst_rsync @@ -44,14 +46,13 @@ lib/mysql/libmysqld.so lib/mysql/libmysqld.so.18 lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth_0x0100.so -lib/mysql/plugin/auth_gssapi.so -lib/mysql/plugin/auth_gssapi_client.so +%%NO_GSSAPI_NONE%%lib/mysql/plugin/auth_gssapi.so lib/mysql/plugin/auth_pam.so lib/mysql/plugin/auth_socket.so lib/mysql/plugin/auth_test_plugin.so -lib/mysql/plugin/daemon_example.ini +@comment lib/mysql/plugin/daemon_example.ini lib/mysql/plugin/debug_key_management.so -lib/mysql/plugin/dialog.so +@comment lib/mysql/plugin/dialog.so lib/mysql/plugin/dialog_examples.so lib/mysql/plugin/example_key_management.so lib/mysql/plugin/file_key_management.so @@ -72,7 +73,7 @@ lib/mysql/plugin/libdaemon_example.so lib/mysql/plugin/locales.so lib/mysql/plugin/metadata_lock_info.so lib/mysql/plugin/mypluglib.so -lib/mysql/plugin/mysql_clear_password.so +@comment lib/mysql/plugin/mysql_clear_password.so lib/mysql/plugin/qa_auth_client.so lib/mysql/plugin/qa_auth_interface.so lib/mysql/plugin/qa_auth_server.so @@ -159,8 +160,8 @@ man/man8/mysqld.8.gz %%DATADIR%%/japanese/errmsg.sys %%DATADIR%%/korean/errmsg.sys %%DATADIR%%/magic -%%DATADIR%%/maria_add_gis_sp.sql -%%DATADIR%%/maria_add_gis_sp_bootstrap.sql +@comment %%DATADIR%%/maria_add_gis_sp.sql +@comment %%DATADIR%%/maria_add_gis_sp_bootstrap.sql %%MROONGA%%%%DATADIR%%/mroonga/install.sql %%MROONGA%%%%DATADIR%%/mroonga/uninstall.sql %%DATADIR%%/my-huge.cnf From owner-svn-ports-all@freebsd.org Sun Mar 27 22:05:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD49ADFA58; Sun, 27 Mar 2016 22:05:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8565914A2; Sun, 27 Mar 2016 22:05:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RM5OJN096325; Sun, 27 Mar 2016 22:05:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RM5OeH096323; Sun, 27 Mar 2016 22:05:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272205.u2RM5OeH096323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412012 - head/misc/mdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:05:25 -0000 Author: amdmi3 Date: Sun Mar 27 22:05:24 2016 New Revision: 412012 URL: https://svnweb.freebsd.org/changeset/ports/412012 Log: - Update to 1.0.6 - While here, fix LICENSE PR: 208299 Submitted by: neel@neelc.org (maintainer) Modified: head/misc/mdp/Makefile head/misc/mdp/distinfo Modified: head/misc/mdp/Makefile ============================================================================== --- head/misc/mdp/Makefile Sun Mar 27 20:57:51 2016 (r412011) +++ head/misc/mdp/Makefile Sun Mar 27 22:05:24 2016 (r412012) @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= mdp -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= misc MAINTAINER= neel@neelc.org COMMENT= Command-line based markdown presentation tool -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= visit1985 Modified: head/misc/mdp/distinfo ============================================================================== --- head/misc/mdp/distinfo Sun Mar 27 20:57:51 2016 (r412011) +++ head/misc/mdp/distinfo Sun Mar 27 22:05:24 2016 (r412012) @@ -1,2 +1,2 @@ -SHA256 (visit1985-mdp-1.0.5_GH0.tar.gz) = a8126caff0aea4a1ce2151b8442e2e6d8030d17e04f5d6ff3dec8753ca4c6d32 -SIZE (visit1985-mdp-1.0.5_GH0.tar.gz) = 34824 +SHA256 (visit1985-mdp-1.0.6_GH0.tar.gz) = 29ac06aecfac6a2eed0d8687537d07ffb82b43c66fbe231c3e42ba99325ed8d4 +SIZE (visit1985-mdp-1.0.6_GH0.tar.gz) = 34929 From owner-svn-ports-all@freebsd.org Sun Mar 27 22:08:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A30FDADFA93; Sun, 27 Mar 2016 22:08:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9F315F5; Sun, 27 Mar 2016 22:08:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RM866F096531; Sun, 27 Mar 2016 22:08:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RM86QF096529; Sun, 27 Mar 2016 22:08:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272208.u2RM86QF096529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412013 - head/www/gist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:08:07 -0000 Author: amdmi3 Date: Sun Mar 27 22:08:06 2016 New Revision: 412013 URL: https://svnweb.freebsd.org/changeset/ports/412013 Log: - Update to 4.5.0 - While here, add LICENSE_FILE, NO_ARCH and remove unneeded bsd.port.pre.mk inclusion PR: 207945 Submitted by: jochen@jochen-neumeister.de Approved by: maintainer timeout (changlp@cs.nctu.edu.tw, 2 weeks) Modified: head/www/gist/Makefile head/www/gist/distinfo Modified: head/www/gist/Makefile ============================================================================== --- head/www/gist/Makefile Sun Mar 27 22:05:24 2016 (r412012) +++ head/www/gist/Makefile Sun Mar 27 22:08:06 2016 (r412013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gist -PORTVERSION= 4.2.1 +PORTVERSION= 4.5.0 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -10,6 +10,7 @@ MAINTAINER= changlp@cs.nctu.edu.tw COMMENT= Gist pastebin posting command LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.MIT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss @@ -21,12 +22,11 @@ GH_ACCOUNT= defunkt USE_RUBY= YES RUBY_NO_BUILD_DEPENDS= YES NO_BUILD= YES +NO_ARCH= yes PLIST_FILES= bin/gist \ man/man1/gist.1.gz -.include - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/build/gist @@ -34,4 +34,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/build/gist ${STAGEDIR}${PREFIX}/bin/gist ${INSTALL_MAN} ${WRKSRC}/build/gist.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include +.include Modified: head/www/gist/distinfo ============================================================================== --- head/www/gist/distinfo Sun Mar 27 22:05:24 2016 (r412012) +++ head/www/gist/distinfo Sun Mar 27 22:08:06 2016 (r412013) @@ -1,2 +1,2 @@ -SHA256 (defunkt-gist-v4.2.1_GH0.tar.gz) = 36fd18c9dcee0117a9c9b277cfffd798a36a3b26e033976e550eb1e694afe758 -SIZE (defunkt-gist-v4.2.1_GH0.tar.gz) = 34937 +SHA256 (defunkt-gist-v4.5.0_GH0.tar.gz) = f1060820a87bdc28b9e81f321d07e4b68604d3b84d6bf52a4422606fce34ed5f +SIZE (defunkt-gist-v4.5.0_GH0.tar.gz) = 36376 From owner-svn-ports-all@freebsd.org Sun Mar 27 22:11:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C6AADFAE0; Sun, 27 Mar 2016 22:11:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 333771763; Sun, 27 Mar 2016 22:11:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMB2u3096775; Sun, 27 Mar 2016 22:11:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMB2Rt096773; Sun, 27 Mar 2016 22:11:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272211.u2RMB2Rt096773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412014 - head/sysutils/flashrom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:11:03 -0000 Author: amdmi3 Date: Sun Mar 27 22:11:02 2016 New Revision: 412014 URL: https://svnweb.freebsd.org/changeset/ports/412014 Log: - Update to 0.9.9 - Remove some now unnecessary build flags from the port - Switch to using libftdi1 as suggested by the release notes PR: 207954 Submitted by: t@tobik.me Approved by: maintainer timeout (nukama+maintainer@gmail.com, 2 weeks) Modified: head/sysutils/flashrom/Makefile head/sysutils/flashrom/distinfo Modified: head/sysutils/flashrom/Makefile ============================================================================== --- head/sysutils/flashrom/Makefile Sun Mar 27 22:08:06 2016 (r412013) +++ head/sysutils/flashrom/Makefile Sun Mar 27 22:11:02 2016 (r412014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashrom -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= sysutils MASTER_SITES= http://download.flashrom.org/releases/ @@ -21,9 +21,8 @@ DMIDECODE_DESC= Use dmidecode to gather FTDI_DESC= Enable external FT2232SPI flasher support USES= gmake tar:bzip2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lc -MAKE_ENV= CONFIG_BUSPIRATE_SPI=no +MAKE_ENV= CONFIG_BUSPIRATE_SPI=no \ + WARNERROR=no ONLY_FOR_ARCHS= amd64 i386 @@ -43,13 +42,8 @@ BUSPIRATE_MAKE_ENV= CONFIG_BUSPIRATE_SPI DMIDECODE_RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode -FTDI_LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi +FTDI_LIB_DEPENDS= libftdi1.so:${PORTSDIR}/devel/libftdi1 FTDI_USES= pkgconfig -FTDI_LDFLAGS= -lz -FTDI_MAKE_ENV_OFF= 2_SPI=no - -post-patch: - ${REINPLACE_CMD} -e "s,-Werror,,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/sysutils/flashrom/distinfo ============================================================================== --- head/sysutils/flashrom/distinfo Sun Mar 27 22:08:06 2016 (r412013) +++ head/sysutils/flashrom/distinfo Sun Mar 27 22:11:02 2016 (r412014) @@ -1,2 +1,2 @@ -SHA256 (flashrom-0.9.8.tar.bz2) = 13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 -SIZE (flashrom-0.9.8.tar.bz2) = 473902 +SHA256 (flashrom-0.9.9.tar.bz2) = cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45 +SIZE (flashrom-0.9.9.tar.bz2) = 495199 From owner-svn-ports-all@freebsd.org Sun Mar 27 22:16:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08F72ADFC73; Sun, 27 Mar 2016 22:16:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF7A41ADC; Sun, 27 Mar 2016 22:16:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMGkv7099642; Sun, 27 Mar 2016 22:16:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMGjYw099640; Sun, 27 Mar 2016 22:16:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272216.u2RMGjYw099640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412015 - head/www/py-django_compressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:16:47 -0000 Author: amdmi3 Date: Sun Mar 27 22:16:45 2016 New Revision: 412015 URL: https://svnweb.freebsd.org/changeset/ports/412015 Log: - Update to 2.0 - While here, add NO_ARCH PR: 207943 Submitted by: jochen@jochen-neumeister.de Approved by: changlp@cs.nctu.edu.tw (maintainer) Modified: head/www/py-django_compressor/Makefile head/www/py-django_compressor/distinfo Modified: head/www/py-django_compressor/Makefile ============================================================================== --- head/www/py-django_compressor/Makefile Sun Mar 27 22:11:02 2016 (r412014) +++ head/www/py-django_compressor/Makefile Sun Mar 27 22:16:45 2016 (r412015) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django_compressor -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djan USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes OPTIONS_DEFINE= BEAUTIFULSOUP LXML HTML5LIB SLIMIT BEAUTIFULSOUP_DESC= Enable BeautifulSoupParser Modified: head/www/py-django_compressor/distinfo ============================================================================== --- head/www/py-django_compressor/distinfo Sun Mar 27 22:11:02 2016 (r412014) +++ head/www/py-django_compressor/distinfo Sun Mar 27 22:16:45 2016 (r412015) @@ -1,2 +1,2 @@ -SHA256 (django_compressor-1.4.tar.gz) = b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec -SIZE (django_compressor-1.4.tar.gz) = 106778 +SHA256 (django_compressor-2.0.tar.gz) = b1618260798e0c26ef52c8e6c14d445783756eca92f2ab1b8db8bee8ecc9b8c3 +SIZE (django_compressor-2.0.tar.gz) = 105110 From owner-svn-ports-all@freebsd.org Sun Mar 27 22:17:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA61ADFCB6; Sun, 27 Mar 2016 22:17:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A611F1BF4; Sun, 27 Mar 2016 22:17:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMHl8a099816; Sun, 27 Mar 2016 22:17:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMHlWd099813; Sun, 27 Mar 2016 22:17:47 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603272217.u2RMHlWd099813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 27 Mar 2016 22:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412016 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:17:49 -0000 Author: riggs Date: Sun Mar 27 22:17:47 2016 New Revision: 412016 URL: https://svnweb.freebsd.org/changeset/ports/412016 Log: Update to upstream version 3.0.5910 PR: 208335 Submitted by: woodsb02@gmail.com (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun Mar 27 22:16:45 2016 (r412015) +++ head/multimedia/emby-server/Makefile Sun Mar 27 22:17:47 2016 (r412016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5882 +PORTVERSION= 3.0.5910 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun Mar 27 22:16:45 2016 (r412015) +++ head/multimedia/emby-server/distinfo Sun Mar 27 22:17:47 2016 (r412016) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5882_GH0.tar.gz) = 8282a570f98eddb7bb423a55e061562003e9a0ac63e9e933a4cd7999c5aef32e -SIZE (MediaBrowser-Emby-3.0.5882_GH0.tar.gz) = 46968741 +SHA256 (MediaBrowser-Emby-3.0.5910_GH0.tar.gz) = 9b4bbecd8259480ff36bfb17a831d20d5ec493d38ecb964261aa386ef13c17a8 +SIZE (MediaBrowser-Emby-3.0.5910_GH0.tar.gz) = 48031719 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sun Mar 27 22:16:45 2016 (r412015) +++ head/multimedia/emby-server/pkg-plist Sun Mar 27 22:17:47 2016 (r412016) @@ -3,6 +3,7 @@ lib/emby-server/CommonIO.dll lib/emby-server/DvdLib.dll lib/emby-server/Emby.Drawing.dll lib/emby-server/Emby.Drawing.dll.mdb +lib/emby-server/INIFileParser.dll lib/emby-server/ImageMagickSharp.dll lib/emby-server/ImageMagickSharp.dll.config lib/emby-server/Interfaces.IO.dll @@ -289,22 +290,91 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/alert/nativealert.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/appsettings.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/backdrop/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/bower.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browser.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/nativeconfirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/montserrat/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/montserrat/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/montserrat/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/montserrat/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/montserrat/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/opensans/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RobotoBold.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RobotoLight.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RobotoMedium.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RobotoRegular.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RobotoThin.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/globalize.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/persistentimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-lite.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-smarttv.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.css -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/page.js/page.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/icons.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/nativeprompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js @@ -312,12 +382,14 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirecss.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirehtml.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/router.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/icons.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/usersettings.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js lib/emby-server/dashboard-ui/bower_components/fastclick/.bower.json lib/emby-server/dashboard-ui/bower_components/fastclick/LICENSE @@ -374,6 +446,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/hls.js/package.json lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/abr-controller.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/buffer-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/cap-level-controller.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/fps-controller.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/level-controller.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/stream-controller.js @@ -392,6 +465,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/hls.js/src/errors.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/event-handler.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/events.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/buffer-helper.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/level-helper.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/hls.js lib/emby-server/dashboard-ui/bower_components/hls.js/src/index.js @@ -565,6 +639,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icon/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-icon/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md lib/emby-server/dashboard-ui/bower_components/iron-icon/bower.json lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/async.html @@ -617,6 +693,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-input/hero.svg lib/emby-server/dashboard-ui/bower_components/iron-input/index.html lib/emby-server/dashboard-ui/bower_components/iron-input/iron-input.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/disabled-input.html lib/emby-server/dashboard-ui/bower_components/iron-input/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-input/test/iron-input.html lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html @@ -633,6 +710,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/CONTRIBUTING.md @@ -663,6 +741,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/CONTRIBUTING.md @@ -729,6 +808,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selection.html lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selector.html lib/emby-server/dashboard-ui/bower_components/iron-selector/test/activate-event.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/attr-for-selected-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/attr-for-selected.html lib/emby-server/dashboard-ui/bower_components/iron-selector/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content-element.html lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content.html @@ -768,6 +849,10 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.slim.js lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.slim.min.js lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.slim.min.map +lib/emby-server/dashboard-ui/bower_components/jquery/sizzle/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/sizzle/dist/sizzle.js +lib/emby-server/dashboard-ui/bower_components/jquery/sizzle/dist/sizzle.min.js +lib/emby-server/dashboard-ui/bower_components/jquery/sizzle/dist/sizzle.min.map lib/emby-server/dashboard-ui/bower_components/jquery/src/.jshintrc lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax.js lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/jsonp.js @@ -913,6 +998,224 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/marked/man/marked.1 lib/emby-server/dashboard-ui/bower_components/marked/marked.min.js lib/emby-server/dashboard-ui/bower_components/marked/package.json +lib/emby-server/dashboard-ui/bower_components/material-design-lite/.bower.json +lib/emby-server/dashboard-ui/bower_components/material-design-lite/LICENSE +lib/emby-server/dashboard-ui/bower_components/material-design-lite/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/bower.json +lib/emby-server/dashboard-ui/bower_components/material-design-lite/gulpfile.babel.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.min.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.min.css.map +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.min.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/material.min.js.map +lib/emby-server/dashboard-ui/bower_components/material-design-lite/package.json +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/INTRODUCTION.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/_color-definitions.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/_functions.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/_mixins.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/_variables.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/animation/_animation.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/animation/demo.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/animation/demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/animation/demo.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/_badge.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-icon-icon-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-icon-icon.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-icon-text-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-icon-text.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-text-icon-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-text-icon.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-text-text-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/badge/snippets/badge-on-text-text.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/_button.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/button.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-colored-ripple.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-colored.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-disabled.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini-colored.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-ripple.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-accent.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-disabled.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-primary.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-ripple.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon-colored.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-accent.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-colored.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-disabled.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-ripple-accent.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-ripple.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/_card.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/snippets/event.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/snippets/image.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/snippets/square.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/card/snippets/wide.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/checkbox/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/checkbox/_checkbox.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/checkbox/checkbox.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/checkbox/snippets/check-off.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/checkbox/snippets/check-on.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/data-table/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/data-table/_data-table.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/data-table/data-table.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/data-table/snippets/data-table.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/demos.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/dialog/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/dialog/_dialog.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/footer/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/footer/_mega_footer.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/footer/_mini_footer.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/footer/snippets/mega-footer.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/footer/snippets/mini-footer.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/grid/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/grid/_grid.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/grid/snippets/codepen-grid.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/grid/snippets/grid-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/grid/snippets/grid.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/icon-toggle/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/icon-toggle/_icon-toggle.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/icon-toggle/icon-toggle.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-off.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-on.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/images/buffer.svg +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/images/tick-mask.svg +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/images/tick.svg +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/index.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/_layout.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/layout.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-drawer-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-drawer.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-header-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-header-drawer-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-header-drawer.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-header.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-tabs-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/fixed-tabs.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/scrollable-tabs-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/scrollable-tabs.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/scrolling-header-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/scrolling-header.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/transparent-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/transparent.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/waterfall-header-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/layout/snippets/waterfall-header.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/_list.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/action.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/icon.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/list-control.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/list-item.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/three-line.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/list/snippets/two-line.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/material-design-lite-grid.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/material-design-lite.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/mdlComponentHandler.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/_menu.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/menu.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/codepen-lower-buttons.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/codepen-top-buttons.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/lower-left-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/lower-left.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/lower-right-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/lower-right.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/top-left-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/top-left.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/top-right-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/menu/snippets/top-right.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/palette/_palette.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/palette/demo.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/palette/demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/_progress.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/progress.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-buffering-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-buffering.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-default-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-default.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-indeterminate-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/progress/snippets/progress-indeterminate.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/radio/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/radio/_radio.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/radio/radio.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/radio/snippets/radio-off.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/radio/snippets/radio-on.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/resets/_h5bp.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/resets/_mobile.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/resets/_resets.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/ripple/_ripple.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/ripple/ripple.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/shadow/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/shadow/_shadow.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/shadow/demo.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/shadow/demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/_slider.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/slider.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/snippets/demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/snippets/slider-default-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/snippets/slider-default.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/snippets/slider-starting-value-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/slider/snippets/slider-starting-value.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/snackbar/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/snackbar/_snackbar.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/snackbar/snackbar.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/snackbar/snippets/snackbar.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/snackbar/snippets/toast.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/spinner/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/spinner/_spinner.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/spinner/snippets/spinner-default.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/spinner/snippets/spinner-single-color.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/spinner/spinner.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/styleguide.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/switch/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/switch/_switch.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/switch/snippets/switch-off.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/switch/snippets/switch-on.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/switch/switch.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tabs/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tabs/_tabs.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tabs/snippets/tabs.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tabs/tabs.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/template.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/_textfield.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-expanding-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-expanding.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-floating-numeric-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-floating-numeric.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-floating-text-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-floating-text.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-multi-line-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-multi-line.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-numeric-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-numeric.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-text-demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/snippets/textfield-text.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/textfield/textfield.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/third_party/rAF.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/_tooltip.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/snippets/tooltip-large.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/snippets/tooltip-multiline.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/snippets/tooltip-rich.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/snippets/tooltip-simple.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/tooltip/tooltip.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/typography/README.md +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/typography/_typography.scss +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/typography/demo.css +lib/emby-server/dashboard-ui/bower_components/material-design-lite/src/typography/demo.html +lib/emby-server/dashboard-ui/bower_components/material-design-lite/utils/jscs-rules/closure-camel-case.js +lib/emby-server/dashboard-ui/bower_components/material-design-lite/utils/uniffe.js lib/emby-server/dashboard-ui/bower_components/native-promise-only/.bower.json lib/emby-server/dashboard-ui/bower_components/native-promise-only/.gitignore lib/emby-server/dashboard-ui/bower_components/native-promise-only/.npmignore @@ -1034,6 +1337,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md @@ -1082,6 +1386,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/hero.svg lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/index.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/paper-drawer-panel.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/focus.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/small-devices.html @@ -2445,7 +2750,22 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/prism/themes/prism-twilight.css lib/emby-server/dashboard-ui/bower_components/prism/themes/prism.css lib/emby-server/dashboard-ui/bower_components/prism/vendor/promise.js +lib/emby-server/dashboard-ui/bower_components/query-string/.bower.json +lib/emby-server/dashboard-ui/bower_components/query-string/.editorconfig +lib/emby-server/dashboard-ui/bower_components/query-string/.gitattributes +lib/emby-server/dashboard-ui/bower_components/query-string/.gitignore +lib/emby-server/dashboard-ui/bower_components/query-string/.jshintrc +lib/emby-server/dashboard-ui/bower_components/query-string/.travis.yml +lib/emby-server/dashboard-ui/bower_components/query-string/index.js +lib/emby-server/dashboard-ui/bower_components/query-string/license +lib/emby-server/dashboard-ui/bower_components/query-string/package.json +lib/emby-server/dashboard-ui/bower_components/query-string/readme.md +lib/emby-server/dashboard-ui/bower_components/query-string/test.js +lib/emby-server/dashboard-ui/bower_components/query-string/test/extract.js +lib/emby-server/dashboard-ui/bower_components/query-string/test/parse.js +lib/emby-server/dashboard-ui/bower_components/query-string/test/stringify.js lib/emby-server/dashboard-ui/bower_components/requirejs/.bower.json +lib/emby-server/dashboard-ui/bower_components/requirejs/LICENSE lib/emby-server/dashboard-ui/bower_components/requirejs/README.md lib/emby-server/dashboard-ui/bower_components/requirejs/bower.json lib/emby-server/dashboard-ui/bower_components/requirejs/require.js @@ -2536,36 +2856,12 @@ lib/emby-server/dashboard-ui/components/ lib/emby-server/dashboard-ui/components/tvguide/tvguide.template.html lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.js lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.template.html +lib/emby-server/dashboard-ui/components/viewcontainer-lite.js lib/emby-server/dashboard-ui/connectlogin.html lib/emby-server/dashboard-ui/css/card.css lib/emby-server/dashboard-ui/css/chromecast.css lib/emby-server/dashboard-ui/css/detailtable.css lib/emby-server/dashboard-ui/css/fonts/Montserrat.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoBold.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoLight.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoMedium.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoRegular.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoThin.woff -lib/emby-server/dashboard-ui/css/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2 -lib/emby-server/dashboard-ui/css/fonts/roboto/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/images/ani_equalizer_black.gif lib/emby-server/dashboard-ui/css/images/ani_equalizer_white.gif lib/emby-server/dashboard-ui/css/images/checkmarkblack.png @@ -2627,17 +2923,17 @@ lib/emby-server/dashboard-ui/css/images/ lib/emby-server/dashboard-ui/css/images/touchicon114.png lib/emby-server/dashboard-ui/css/images/touchicon144.png lib/emby-server/dashboard-ui/css/images/touchicon72.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/chapters.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/cinemamode.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/dashboard.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/help.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/mobile.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/notifications.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/plugins.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/scheduledtasks.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/subtitles.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/sync.png -lib/emby-server/dashboard-ui/css/images/tour/dashboard/users.png +lib/emby-server/dashboard-ui/css/images/tour/admin/chapters.png +lib/emby-server/dashboard-ui/css/images/tour/admin/cinemamode.png +lib/emby-server/dashboard-ui/css/images/tour/admin/dashboard.png +lib/emby-server/dashboard-ui/css/images/tour/admin/help.png +lib/emby-server/dashboard-ui/css/images/tour/admin/mobile.png +lib/emby-server/dashboard-ui/css/images/tour/admin/notifications.png +lib/emby-server/dashboard-ui/css/images/tour/admin/plugins.png +lib/emby-server/dashboard-ui/css/images/tour/admin/scheduledtasks.png +lib/emby-server/dashboard-ui/css/images/tour/admin/subtitles.png +lib/emby-server/dashboard-ui/css/images/tour/admin/sync.png +lib/emby-server/dashboard-ui/css/images/tour/admin/users.png lib/emby-server/dashboard-ui/css/images/tour/enjoy.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourcollections.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourcontent.jpg @@ -2694,12 +2990,16 @@ lib/emby-server/dashboard-ui/games.html lib/emby-server/dashboard-ui/gamesrecommended.html lib/emby-server/dashboard-ui/gamestudios.html lib/emby-server/dashboard-ui/gamesystems.html +lib/emby-server/dashboard-ui/home.html lib/emby-server/dashboard-ui/index.html lib/emby-server/dashboard-ui/itemdetails.html lib/emby-server/dashboard-ui/itemlist.html lib/emby-server/dashboard-ui/kids.html lib/emby-server/dashboard-ui/legacy/buttonenabled.js lib/emby-server/dashboard-ui/legacy/dashboard.js +lib/emby-server/dashboard-ui/legacy/fnchecked.js +lib/emby-server/dashboard-ui/legacy/objectassign.js +lib/emby-server/dashboard-ui/legacy/selectmenu.js lib/emby-server/dashboard-ui/library.html lib/emby-server/dashboard-ui/librarypathmapping.html lib/emby-server/dashboard-ui/librarysettings.html @@ -2713,6 +3013,7 @@ lib/emby-server/dashboard-ui/livetvstatu lib/emby-server/dashboard-ui/livetvtimer.html lib/emby-server/dashboard-ui/livetvtunerprovider-hdhomerun.html lib/emby-server/dashboard-ui/livetvtunerprovider-m3u.html +lib/emby-server/dashboard-ui/livetvtunerprovider-satip.html lib/emby-server/dashboard-ui/log.html lib/emby-server/dashboard-ui/login.html lib/emby-server/dashboard-ui/manifest.json @@ -2749,10 +3050,10 @@ lib/emby-server/dashboard-ui/scripts/add lib/emby-server/dashboard-ui/scripts/advancedconfigurationpage.js lib/emby-server/dashboard-ui/scripts/alphapicker.js lib/emby-server/dashboard-ui/scripts/appservices.js +lib/emby-server/dashboard-ui/scripts/autobackdrops.js lib/emby-server/dashboard-ui/scripts/autoorganizelog.js lib/emby-server/dashboard-ui/scripts/autoorganizesmart.js lib/emby-server/dashboard-ui/scripts/autoorganizetv.js -lib/emby-server/dashboard-ui/scripts/backdrops.js lib/emby-server/dashboard-ui/scripts/channelitems.js lib/emby-server/dashboard-ui/scripts/channels.js lib/emby-server/dashboard-ui/scripts/channelsettings.js @@ -2784,7 +3085,6 @@ lib/emby-server/dashboard-ui/scripts/gam lib/emby-server/dashboard-ui/scripts/gamesrecommendedpage.js lib/emby-server/dashboard-ui/scripts/gamestudiospage.js lib/emby-server/dashboard-ui/scripts/gamesystemspage.js -lib/emby-server/dashboard-ui/scripts/globalize.js lib/emby-server/dashboard-ui/scripts/homenextup.js lib/emby-server/dashboard-ui/scripts/homeupcoming.js lib/emby-server/dashboard-ui/scripts/htmlmediarenderer.js @@ -2815,6 +3115,7 @@ lib/emby-server/dashboard-ui/scripts/liv lib/emby-server/dashboard-ui/scripts/livetvtimers.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-hdhomerun.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-m3u.js +lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-satip.js lib/emby-server/dashboard-ui/scripts/localsync.js lib/emby-server/dashboard-ui/scripts/loginpage.js lib/emby-server/dashboard-ui/scripts/logpage.js @@ -2875,7 +3176,6 @@ lib/emby-server/dashboard-ui/scripts/ser lib/emby-server/dashboard-ui/scripts/shared.js lib/emby-server/dashboard-ui/scripts/sharingmanager.js lib/emby-server/dashboard-ui/scripts/site.js -lib/emby-server/dashboard-ui/scripts/slideshow.js lib/emby-server/dashboard-ui/scripts/songs.js lib/emby-server/dashboard-ui/scripts/streamingsettings.js lib/emby-server/dashboard-ui/scripts/supporterkeypage.js @@ -2924,6 +3224,7 @@ lib/emby-server/dashboard-ui/strings/es- lib/emby-server/dashboard-ui/strings/es-MX.json lib/emby-server/dashboard-ui/strings/es.json lib/emby-server/dashboard-ui/strings/fi.json +lib/emby-server/dashboard-ui/strings/fr-CA.json lib/emby-server/dashboard-ui/strings/fr.json lib/emby-server/dashboard-ui/strings/gsw.json lib/emby-server/dashboard-ui/strings/he.json From owner-svn-ports-all@freebsd.org Sun Mar 27 22:18:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C19C6ADFD25; Sun, 27 Mar 2016 22:18:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ACE41CDD; Sun, 27 Mar 2016 22:18:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMItT7099992; Sun, 27 Mar 2016 22:18:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMItvX099989; Sun, 27 Mar 2016 22:18:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272218.u2RMItvX099989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412017 - head/devel/ding-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:18:56 -0000 Author: amdmi3 Date: Sun Mar 27 22:18:55 2016 New Revision: 412017 URL: https://svnweb.freebsd.org/changeset/ports/412017 Log: - Update to 0.5.0 - While here, fix LICENSE PR: 207942 Submitted by: jochen@jochen-neumeister.de Approved by: maintainer timeout (aweits@rit.edu, 2 weeks) Modified: head/devel/ding-libs/Makefile head/devel/ding-libs/distinfo head/devel/ding-libs/pkg-plist Modified: head/devel/ding-libs/Makefile ============================================================================== --- head/devel/ding-libs/Makefile Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/Makefile Sun Mar 27 22:18:55 2016 (r412017) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= ding-libs -DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ MAINTAINER= aweits@rit.edu COMMENT= Collection of useful libraries for developers -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes Modified: head/devel/ding-libs/distinfo ============================================================================== --- head/devel/ding-libs/distinfo Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/distinfo Sun Mar 27 22:18:55 2016 (r412017) @@ -1,2 +1,2 @@ -SHA256 (ding-libs-0.4.0.tar.gz) = bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457 -SIZE (ding-libs-0.4.0.tar.gz) = 827058 +SHA256 (ding-libs-0.5.0.tar.gz) = dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd +SIZE (ding-libs-0.5.0.tar.gz) = 868840 Modified: head/devel/ding-libs/pkg-plist ============================================================================== --- head/devel/ding-libs/pkg-plist Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/pkg-plist Sun Mar 27 22:18:55 2016 (r412017) @@ -5,6 +5,7 @@ include/collection_tools.h include/dhash.h include/ini_comment.h include/ini_config.h +include/ini_configmod.h include/ini_configobj.h include/ini_valueobj.h include/path_utils.h @@ -17,7 +18,7 @@ lib/libbasicobjects.so.0.1.0 lib/libcollection.a lib/libcollection.so lib/libcollection.so.4 -lib/libcollection.so.4.0.0 +lib/libcollection.so.4.1.0 lib/libdhash.a lib/libdhash.so lib/libdhash.so.1 @@ -25,7 +26,7 @@ lib/libdhash.so.1.0.2 lib/libini_config.a lib/libini_config.so lib/libini_config.so.5 -lib/libini_config.so.5.0.0 +lib/libini_config.so.5.1.0 lib/libpath_utils.a lib/libpath_utils.so lib/libpath_utils.so.1 @@ -33,7 +34,7 @@ lib/libpath_utils.so.1.0.1 lib/libref_array.a lib/libref_array.so lib/libref_array.so.1 -lib/libref_array.so.1.2.0 +lib/libref_array.so.1.2.1 libdata/pkgconfig/basicobjects.pc libdata/pkgconfig/collection.pc libdata/pkgconfig/dhash.pc From owner-svn-ports-all@freebsd.org Sun Mar 27 22:20:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C69ADFDA2; Sun, 27 Mar 2016 22:20:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 158B71E1E; Sun, 27 Mar 2016 22:20:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMKn8m000289; Sun, 27 Mar 2016 22:20:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMKnGX000287; Sun, 27 Mar 2016 22:20:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272220.u2RMKnGX000287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412018 - head/net-im/sendxmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:20:50 -0000 Author: amdmi3 Date: Sun Mar 27 22:20:48 2016 New Revision: 412018 URL: https://svnweb.freebsd.org/changeset/ports/412018 Log: - Add missing runtime dependencies - While here, cosmetic fix to pkg-message and silence mkdir PR: 207784 Submitted by: everytrash@gmail.com Approved by: maintainer timeout (mek@mek.uz.ua, 3 weeks) Modified: head/net-im/sendxmpp/Makefile head/net-im/sendxmpp/pkg-message Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Sun Mar 27 22:18:55 2016 (r412017) +++ head/net-im/sendxmpp/Makefile Sun Mar 27 22:20:48 2016 (r412018) @@ -11,8 +11,10 @@ COMMENT= Perl-script to send xmpp (jabbe LICENSE= GPLv2 -BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP -RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long +BUILD_DEPENDS= p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP +RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ + p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP USE_GITHUB= yes GH_ACCOUNT= lhost @@ -27,7 +29,7 @@ PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/s OPTIONS_DEFINE= EXAMPLES post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/net-im/sendxmpp/pkg-message ============================================================================== --- head/net-im/sendxmpp/pkg-message Sun Mar 27 22:18:55 2016 (r412017) +++ head/net-im/sendxmpp/pkg-message Sun Mar 27 22:20:48 2016 (r412018) @@ -1,7 +1,7 @@ - ---------------------------------------------------------- - Existing users of 'sendxmpp' be aware that the format of - the config file has changed and you need to update your - ~/.sendxmpprc file accordingly. +---------------------------------------------------------- +Existing users of 'sendxmpp' be aware that the format of +the config file has changed and you need to update your +~/.sendxmpprc file accordingly. - The new config file format is described in the man page. - ---------------------------------------------------------- +The new config file format is described in the man page. +---------------------------------------------------------- From owner-svn-ports-all@freebsd.org Sun Mar 27 22:45:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6E8CADF355; Sun, 27 Mar 2016 22:45:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ECBB1A67; Sun, 27 Mar 2016 22:45:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMjdaZ009227; Sun, 27 Mar 2016 22:45:39 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMjdZS009225; Sun, 27 Mar 2016 22:45:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603272245.u2RMjdZS009225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 27 Mar 2016 22:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412019 - head/games/tbe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:45:40 -0000 Author: marino Date: Sun Mar 27 22:45:39 2016 New Revision: 412019 URL: https://svnweb.freebsd.org/changeset/ports/412019 Log: games/tbe: Fix plist (main executable wasn't listed) At some port, this port was converted from having a plist to using PORTDATA as an automatic generator. Unfortunately, this excluded the main executable (bin/tbe) from being packaged as well as several icons. Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines). While here, pet portlint. PR: 207946 Approved by: maintainer timeout Added: head/games/tbe/pkg-plist (contents, props changed) Modified: head/games/tbe/Makefile Modified: head/games/tbe/Makefile ============================================================================== --- head/games/tbe/Makefile Sun Mar 27 22:20:48 2016 (r412018) +++ head/games/tbe/Makefile Sun Mar 27 22:45:39 2016 (r412019) @@ -2,9 +2,10 @@ PORTNAME= tbe PORTVERSION= 0.9.2.1 +DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games -DISTVERSIONPREFIX= v MAINTAINER= johans@FreeBSD.org COMMENT= The Butterfly Effect @@ -18,7 +19,6 @@ USE_QT4= gui linguisttools_build moc_bui USE_GITHUB= yes GH_ACCOUNT= kaa-ching -PORTDATA= * PORTDOCS= * post-patch: Added: head/games/tbe/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tbe/pkg-plist Sun Mar 27 22:45:39 2016 (r412019) @@ -0,0 +1,276 @@ +bin/tbe +share/applications/tbe.desktop +share/icons/hicolor/128x128/apps/tbe.png +share/icons/hicolor/16x16/apps/tbe.png +share/icons/hicolor/32x32/apps/tbe.png +share/icons/hicolor/48x48/apps/tbe.png +share/icons/hicolor/64x64/apps/tbe.png +%%DATADIR%%/i18n/tbe_be.qm +%%DATADIR%%/i18n/tbe_de.qm +%%DATADIR%%/i18n/tbe_es.qm +%%DATADIR%%/i18n/tbe_fr.qm +%%DATADIR%%/i18n/tbe_gl.qm +%%DATADIR%%/i18n/tbe_is.qm +%%DATADIR%%/i18n/tbe_lt.qm +%%DATADIR%%/i18n/tbe_ms.qm +%%DATADIR%%/i18n/tbe_nl.qm +%%DATADIR%%/i18n/tbe_ru.qm +%%DATADIR%%/i18n/tbe_sv.qm +%%DATADIR%%/i18n/tbe_uk.qm +%%DATADIR%%/images/ActionDelete.svg +%%DATADIR%%/images/ActionFastForward.svg +%%DATADIR%%/images/ActionMenuEject.svg +%%DATADIR%%/images/ActionMenuPause.svg +%%DATADIR%%/images/ActionMenuPlay.svg +%%DATADIR%%/images/ActionMenuStop.svg +%%DATADIR%%/images/ActionMove.svg +%%DATADIR%%/images/ActionNone.svg +%%DATADIR%%/images/ActionResize.svg +%%DATADIR%%/images/ActionResizeRotate.svg +%%DATADIR%%/images/ActionRotate.svg +%%DATADIR%%/images/ActionSetNumber.svg +%%DATADIR%%/images/ActionUndo.svg +%%DATADIR%%/images/Anonymous_daffodil_klaas.svg +%%DATADIR%%/images/Balloon.svg +%%DATADIR%%/images/BalloonPoof.svg +%%DATADIR%%/images/BalloonRest.svg +%%DATADIR%%/images/BedOfNails.svg +%%DATADIR%%/images/BigCross.svg +%%DATADIR%%/images/BowlingBall.png +%%DATADIR%%/images/BowlingPin.svg +%%DATADIR%%/images/ButterflyHalfOpen.svg +%%DATADIR%%/images/ButterflyOpen.svg +%%DATADIR%%/images/ButterflyStill.svg +%%DATADIR%%/images/Cactus.svg +%%DATADIR%%/images/CircularSaw.svg +%%DATADIR%%/images/ColaBottleBlowing.svg +%%DATADIR%%/images/ColaBottleEmpty.svg +%%DATADIR%%/images/ColaBottleFoaming.svg +%%DATADIR%%/images/ColaBottleNormal.svg +%%DATADIR%%/images/ColaSplatter.svg +%%DATADIR%%/images/CustomBall.svg +%%DATADIR%%/images/DetonatorBoxActivated.svg +%%DATADIR%%/images/DetonatorBoxDone.svg +%%DATADIR%%/images/DetonatorBoxHandle.svg +%%DATADIR%%/images/DetonatorBoxRinging.svg +%%DATADIR%%/images/DominoBlue.svg +%%DATADIR%%/images/DominoGreen.svg +%%DATADIR%%/images/DominoRed.svg +%%DATADIR%%/images/Dynamite.svg +%%DATADIR%%/images/DynamiteActive.svg +%%DATADIR%%/images/DynamiteBoom.svg +%%DATADIR%%/images/DynamiteRinging.svg +%%DATADIR%%/images/Empty.svg +%%DATADIR%%/images/GlueBlob.svg +%%DATADIR%%/images/IconBold.svg +%%DATADIR%%/images/IconInfo.svg +%%DATADIR%%/images/IconItalics.svg +%%DATADIR%%/images/IconModified.svg +%%DATADIR%%/images/IconNewline.svg +%%DATADIR%%/images/IconSetPhone.svg +%%DATADIR%%/images/LeftRamp.svg +%%DATADIR%%/images/NotFound.png +%%DATADIR%%/images/NotFound.svg +%%DATADIR%%/images/PetanqueBoule.svg +%%DATADIR%%/images/PolyObject.svg +%%DATADIR%%/images/PostIt.svg +%%DATADIR%%/images/PostItBackground.svg +%%DATADIR%%/images/ProxyMove.svg +%%DATADIR%%/images/ProxyResizeHori.svg +%%DATADIR%%/images/ProxyResizeTotal.svg +%%DATADIR%%/images/ProxyResizeVerti.svg +%%DATADIR%%/images/ProxyRotate.svg +%%DATADIR%%/images/QuarterArc.png +%%DATADIR%%/images/QuarterArc80.png +%%DATADIR%%/images/RectObject.svg +%%DATADIR%%/images/RightRamp.svg +%%DATADIR%%/images/Scenery.svg +%%DATADIR%%/images/Skyhook.svg +%%DATADIR%%/images/SoccerBall.png +%%DATADIR%%/images/StatusFF.svg +%%DATADIR%%/images/StatusFail.svg +%%DATADIR%%/images/StatusPause.svg +%%DATADIR%%/images/StatusPlay.svg +%%DATADIR%%/images/StatusProblem.svg +%%DATADIR%%/images/StatusStop.svg +%%DATADIR%%/images/TennisBall.png +%%DATADIR%%/images/VolleyBall.svg +%%DATADIR%%/images/Weight.svg +%%DATADIR%%/images/basket.svg +%%DATADIR%%/images/big_used_wood_bar.png +%%DATADIR%%/images/birch-wedge-left.png +%%DATADIR%%/images/birch-wedge-right.png +%%DATADIR%%/images/birch_bar.png +%%DATADIR%%/images/brass-pin.svg +%%DATADIR%%/images/chickenwire-texture.svg +%%DATADIR%%/images/cola-crate.svg +%%DATADIR%%/images/goal-scenery.svg +%%DATADIR%%/images/hammer.svg +%%DATADIR%%/images/i-beam.svg +%%DATADIR%%/images/oldbrick.png +%%DATADIR%%/images/rg1024_Grass_texture.svg +%%DATADIR%%/images/spring20.svg +%%DATADIR%%/images/styrofoam-left.png +%%DATADIR%%/images/styrofoam-right.png +%%DATADIR%%/images/styrofoam.png +%%DATADIR%%/images/the-sun.svg +%%DATADIR%%/images/used_wood_bar.png +%%DATADIR%%/levels/99luft/99-background.svg +%%DATADIR%%/levels/99luft/99-cannon-bottom.svg +%%DATADIR%%/levels/99luft/99-cannon-top.svg +%%DATADIR%%/levels/99luft/99-lowerbarrelwand.svg +%%DATADIR%%/levels/99luft/99-upperbarrelwand.svg +%%DATADIR%%/levels/99luft/99luftballons.xml +%%DATADIR%%/levels/99luft/White-to-green.svg +%%DATADIR%%/levels/angry/README +%%DATADIR%%/levels/angry/birds1.xml +%%DATADIR%%/levels/angry/birds2.xml +%%DATADIR%%/levels/angry/dream-of-hovering.svg +%%DATADIR%%/levels/angry/egg_1.svg +%%DATADIR%%/levels/angry/egg_2.svg +%%DATADIR%%/levels/angry/egg_3.svg +%%DATADIR%%/levels/angry/rg1024_eggs.svg +%%DATADIR%%/levels/angry/stick-figure-attack.svg +%%DATADIR%%/levels/angry/stick-figure-shoot.svg +%%DATADIR%%/levels/angry/wood_crate_2d.svg +%%DATADIR%%/levels/angry/wood_crate_write.svg +%%DATADIR%%/levels/angry/wooden_crate.svg +%%DATADIR%%/levels/angry/wooden_crate_square_2d.svg +%%DATADIR%%/levels/angry/yellow_bird.svg +%%DATADIR%%/levels/draft/Anonymous_Blue_bike.svg +%%DATADIR%%/levels/draft/BottleKnot-left.svg +%%DATADIR%%/levels/draft/BottleKnot-right.svg +%%DATADIR%%/levels/draft/CactusBracket.svg +%%DATADIR%%/levels/draft/CactusWheel.svg +%%DATADIR%%/levels/draft/README +%%DATADIR%%/levels/draft/SABROG_Glass_Blue_Ball.svg +%%DATADIR%%/levels/draft/White-to-green.svg +%%DATADIR%%/levels/draft/agone_chains.svg +%%DATADIR%%/levels/draft/backdrop_scaffolding.jpg +%%DATADIR%%/levels/draft/balloons-do-poof.xml +%%DATADIR%%/levels/draft/balloons-go-up.xml +%%DATADIR%%/levels/draft/blue_bike_frame.svg +%%DATADIR%%/levels/draft/blue_bike_wheel.svg +%%DATADIR%%/levels/draft/bouncing_balls.xml +%%DATADIR%%/levels/draft/bowling_pin_plays_soccer.xml +%%DATADIR%%/levels/draft/bridge-2.xml +%%DATADIR%%/levels/draft/bridge-3.xml +%%DATADIR%%/levels/draft/bridge_gap.xml +%%DATADIR%%/levels/draft/butterfly-on-steroids.xml +%%DATADIR%%/levels/draft/card-back-blue.svg +%%DATADIR%%/levels/draft/card-back-red.svg +%%DATADIR%%/levels/draft/carpenters-rule.svg +%%DATADIR%%/levels/draft/circus-stripe.svg +%%DATADIR%%/levels/draft/cola-powered-bike.v2.xml +%%DATADIR%%/levels/draft/contraption1.xml +%%DATADIR%%/levels/draft/contraption2.xml +%%DATADIR%%/levels/draft/dialbforboom.xml +%%DATADIR%%/levels/draft/domino_day.xml +%%DATADIR%%/levels/draft/driver-1m.svg +%%DATADIR%%/levels/draft/driver-2m.svg +%%DATADIR%%/levels/draft/factory.xml +%%DATADIR%%/levels/draft/find-the-message.v2.xml +%%DATADIR%%/levels/draft/float-balloon-float.xml +%%DATADIR%%/levels/draft/geyser.xml +%%DATADIR%%/levels/draft/house_of_cards.xml +%%DATADIR%%/levels/draft/imperfectbalance.xml +%%DATADIR%%/levels/draft/jumping_around-2.xml +%%DATADIR%%/levels/draft/jumping_around.xml +%%DATADIR%%/levels/draft/jumpingjack.svg +%%DATADIR%%/levels/draft/loopings.xml +%%DATADIR%%/levels/draft/loopings2.xml +%%DATADIR%%/levels/draft/nicubunu_White_deck_10_of_hearts.svg +%%DATADIR%%/levels/draft/nicubunu_White_deck_2_of_spades.svg +%%DATADIR%%/levels/draft/nicubunu_White_deck_6_of_diamonds.svg +%%DATADIR%%/levels/draft/nicubunu_White_deck_Jack_of_hearts.svg +%%DATADIR%%/levels/draft/nicubunu_White_deck_Queen_of_spades.svg +%%DATADIR%%/levels/draft/pinrack.xml +%%DATADIR%%/levels/draft/poing-poing-poing.xml +%%DATADIR%%/levels/draft/poofpoofpoof.xml +%%DATADIR%%/levels/draft/prizes.svg +%%DATADIR%%/levels/draft/rope.svg +%%DATADIR%%/levels/draft/save-the-butterfly.xml +%%DATADIR%%/levels/draft/skyhook.xml +%%DATADIR%%/levels/draft/spare-the-balloon.xml +%%DATADIR%%/levels/draft/springboard.xml +%%DATADIR%%/levels/draft/steam-machine.xml +%%DATADIR%%/levels/draft/steam-wheel.svg +%%DATADIR%%/levels/draft/styrofoam.xml +%%DATADIR%%/levels/draft/thank-you-stone.png +%%DATADIR%%/levels/draft/topple-the-other-way.xml +%%DATADIR%%/levels/draft/toychest.svg +%%DATADIR%%/levels/draft/turn-it-around.xml +%%DATADIR%%/levels/draft/wasteofcola.xml +%%DATADIR%%/levels/draft/xray2000.svg +%%DATADIR%%/levels/draft/zoingandboom.xml +%%DATADIR%%/levels/elce09/001.xml +%%DATADIR%%/levels/elce09/002.xml +%%DATADIR%%/levels/elce09/003.xml +%%DATADIR%%/levels/elce09/004.xml +%%DATADIR%%/levels/elce09/005.xml +%%DATADIR%%/levels/elce09/006-stick-figure-arm.svg +%%DATADIR%%/levels/elce09/006-stick-figure.svg +%%DATADIR%%/levels/elce09/006.xml +%%DATADIR%%/levels/elce09/007.xml +%%DATADIR%%/levels/elce09/DarkerBlue.svg +%%DATADIR%%/levels/elce09/DarkerGreen.svg +%%DATADIR%%/levels/elce09/DarkerRed.svg +%%DATADIR%%/levels/elce09/README +%%DATADIR%%/levels/elce09/White-to-green.svg +%%DATADIR%%/levels/elce09/Yellow-to-brown.svg +%%DATADIR%%/levels/elce09/black.svg +%%DATADIR%%/levels/elce09/boulder.svg +%%DATADIR%%/levels/elce09/brother-plays-soccer.xml +%%DATADIR%%/levels/elce09/brother-soccer-leg.svg +%%DATADIR%%/levels/elce09/brother-soccer.svg +%%DATADIR%%/levels/elce09/coconut.svg +%%DATADIR%%/levels/elce09/dream-of-flowers.svg +%%DATADIR%%/levels/elce09/palmtree.svg +%%DATADIR%%/levels/elce09/right-side-frame-003.svg +%%DATADIR%%/levels/elce09/round_coconut.svg +%%DATADIR%%/levels/elce09/triangle.svg +%%DATADIR%%/levels/games/Milkman666_Cone_svg_1.svg +%%DATADIR%%/levels/games/README.txt +%%DATADIR%%/levels/games/extreme-tux-racer.png +%%DATADIR%%/levels/games/extreme-tux-racer.xml +%%DATADIR%%/levels/games/penguin_gliding.svg +%%DATADIR%%/levels/games/penguinmigrating.svg +%%DATADIR%%/levels/games/pole.svg +%%DATADIR%%/levels/games/start-banner.svg +%%DATADIR%%/levels/games/stk-logo.png +%%DATADIR%%/levels/games/supertuxkart.xml +%%DATADIR%%/levels/games/tuxkart.svg +%%DATADIR%%/levels/games/used_wood_triangle.png +%%DATADIR%%/levels/games/zzz.svg +%%DATADIR%%/levels/jumpingjack/README +%%DATADIR%%/levels/jumpingjack/elkbuntu_Blue_gift_with_golden_ribbon.svg +%%DATADIR%%/levels/jumpingjack/jj-body.png +%%DATADIR%%/levels/jumpingjack/jj-leftfoot.png +%%DATADIR%%/levels/jumpingjack/jj-lefthand.png +%%DATADIR%%/levels/jumpingjack/jj-leftleg.png +%%DATADIR%%/levels/jumpingjack/jj-rightfoot.png +%%DATADIR%%/levels/jumpingjack/jj-righthand.png +%%DATADIR%%/levels/jumpingjack/jj-rightleg.png +%%DATADIR%%/levels/jumpingjack/party-at-office.xml +%%DATADIR%%/levels/jumpingjack/rope.svg +%%DATADIR%%/levels/levels.xml +%%DATADIR%%/levels/picnic/Bell.svg +%%DATADIR%%/levels/picnic/Milk_Carton.svg +%%DATADIR%%/levels/picnic/README +%%DATADIR%%/levels/picnic/White-to-green.svg +%%DATADIR%%/levels/picnic/golfclub.svg +%%DATADIR%%/levels/picnic/golfer.svg +%%DATADIR%%/levels/picnic/milk.png +%%DATADIR%%/levels/picnic/monkey.svg +%%DATADIR%%/levels/picnic/picnic-0-pole.svg +%%DATADIR%%/levels/picnic/picnic-0-rope.svg +%%DATADIR%%/levels/picnic/picnic-0-tent-canvas.svg +%%DATADIR%%/levels/picnic/picnic-0.xml +%%DATADIR%%/levels/picnic/picnic-1-background.svg +%%DATADIR%%/levels/picnic/picnic-1.xml +%%DATADIR%%/levels/picnic/picnic-2-left-body.svg +%%DATADIR%%/levels/picnic/picnic-2-left-underarm.svg +%%DATADIR%%/levels/picnic/picnic-2.xml +%%DATADIR%%/levels/picnic/picnic-3.xml +%%DATADIR%%/levels/picnic/sand.svg +%%DATADIR%%/levels/picnic/toychest.svg From owner-svn-ports-all@freebsd.org Sun Mar 27 23:02:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E0AADF7BD; Sun, 27 Mar 2016 23:02:58 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF8A1323; Sun, 27 Mar 2016 23:02:58 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RN2vtY015122; Sun, 27 Mar 2016 23:02:57 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RN2vjV015120; Sun, 27 Mar 2016 23:02:57 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201603272302.u2RN2vjV015120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 27 Mar 2016 23:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412020 - head/java/openjdk8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 23:02:58 -0000 Author: glewis Date: Sun Mar 27 23:02:57 2016 New Revision: 412020 URL: https://svnweb.freebsd.org/changeset/ports/412020 Log: . Update to 8u77. Modified: head/java/openjdk8/Makefile head/java/openjdk8/distinfo Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sun Mar 27 22:45:39 2016 (r412019) +++ head/java/openjdk8/Makefile Sun Mar 27 23:02:57 2016 (r412020) @@ -21,7 +21,9 @@ PATCHFILES= patch-8u05-b13.xz \ patch-8u51-b16.xz \ patch-8u60-b23.xz \ patch-8u66-b17-1.xz \ - patch-8u72-b15.xz + patch-8u72-b15.xz \ + patch-8u74-b02.xz \ + patch-8u77-b03.xz MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -199,8 +201,8 @@ NO_CCACHE= yes NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 72 -JDK_BUILD_NUMBER= 15 +JDK_UPDATE_VERSION= 77 +JDK_BUILD_NUMBER= 03 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 Modified: head/java/openjdk8/distinfo ============================================================================== --- head/java/openjdk8/distinfo Sun Mar 27 22:45:39 2016 (r412019) +++ head/java/openjdk8/distinfo Sun Mar 27 23:02:57 2016 (r412020) @@ -24,3 +24,7 @@ SHA256 (patch-8u66-b17-1.xz) = 8d11cf62d SIZE (patch-8u66-b17-1.xz) = 351328 SHA256 (patch-8u72-b15.xz) = 42f774b72f3dbdbfadc63d0b8fb7d94c51c3062d80aedec86f59d295823136d1 SIZE (patch-8u72-b15.xz) = 282984 +SHA256 (patch-8u74-b02.xz) = c21a08d00d8417369837fe82d68bb4f30bcf8c1c93aef85581761e328c58fccd +SIZE (patch-8u74-b02.xz) = 2056 +SHA256 (patch-8u77-b03.xz) = d6469852d556ff9e379852e5a64cc104faf0545804c7f18f65b9840a8cb3a1c1 +SIZE (patch-8u77-b03.xz) = 4404 From owner-svn-ports-all@freebsd.org Sun Mar 27 23:34:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3871ADFEDC; Sun, 27 Mar 2016 23:34:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 940DA136D; Sun, 27 Mar 2016 23:34:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RNY9Ge024327; Sun, 27 Mar 2016 23:34:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RNY9lT024326; Sun, 27 Mar 2016 23:34:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603272334.u2RNY9lT024326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 27 Mar 2016 23:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412021 - head/devel/rubygem-grape-entity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 23:34:10 -0000 Author: swills Date: Sun Mar 27 23:34:09 2016 New Revision: 412021 URL: https://svnweb.freebsd.org/changeset/ports/412021 Log: devel/rubygem-grape-entity: switch used Rails version from 3 to 4.2 PR: 206955 Submitted by: Torsten Zühlsdorff Modified: head/devel/rubygem-grape-entity/Makefile Modified: head/devel/rubygem-grape-entity/Makefile ============================================================================== --- head/devel/rubygem-grape-entity/Makefile Sun Mar 27 23:02:57 2016 (r412020) +++ head/devel/rubygem-grape-entity/Makefile Sun Mar 27 23:34:09 2016 (r412021) @@ -2,6 +2,7 @@ PORTNAME= grape-entity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Entities - a simple Facade to u LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Mar 27 23:56:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6529EAE041B; Sun, 27 Mar 2016 23:56:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3684A1E89; Sun, 27 Mar 2016 23:56:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RNuJJQ030536; Sun, 27 Mar 2016 23:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RNuJpY030533; Sun, 27 Mar 2016 23:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272356.u2RNuJpY030533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 23:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412022 - in head/games/xlennart: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 23:56:20 -0000 Author: amdmi3 Date: Sun Mar 27 23:56:19 2016 New Revision: 412022 URL: https://svnweb.freebsd.org/changeset/ports/412022 Log: - Update to 1.1.1 PR: 207962 Submitted by: neel@neelc.org (maintainer) Deleted: head/games/xlennart/files/ Modified: head/games/xlennart/Makefile head/games/xlennart/distinfo Modified: head/games/xlennart/Makefile ============================================================================== --- head/games/xlennart/Makefile Sun Mar 27 23:34:09 2016 (r412021) +++ head/games/xlennart/Makefile Sun Mar 27 23:56:19 2016 (r412022) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xlennart -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= games MAINTAINER= neel@neelc.org Modified: head/games/xlennart/distinfo ============================================================================== --- head/games/xlennart/distinfo Sun Mar 27 23:34:09 2016 (r412021) +++ head/games/xlennart/distinfo Sun Mar 27 23:56:19 2016 (r412022) @@ -1,2 +1,2 @@ -SHA256 (Xylemon-xlennart-1.1_GH0.tar.gz) = 52cfc4b88ec38abee8654c6f41bec709bb881067f098607b2dc2e05a7962516c -SIZE (Xylemon-xlennart-1.1_GH0.tar.gz) = 177628 +SHA256 (Xylemon-xlennart-1.1.1_GH0.tar.gz) = c614db5e7cc0e64469b7dbf6957170ff14e93b580e7ca1885e94041a5102bd57 +SIZE (Xylemon-xlennart-1.1.1_GH0.tar.gz) = 179953 From owner-svn-ports-all@freebsd.org Mon Mar 28 00:35:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32C28AE0BBF; Mon, 28 Mar 2016 00:35:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F36D51CF0; Mon, 28 Mar 2016 00:35:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S0Z1q3042384; Mon, 28 Mar 2016 00:35:01 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S0Z1Ds042382; Mon, 28 Mar 2016 00:35:01 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201603280035.u2S0Z1Ds042382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 28 Mar 2016 00:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412023 - head/devel/R-cran-Rcpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 00:35:02 -0000 Author: tota Date: Mon Mar 28 00:35:00 2016 New Revision: 412023 URL: https://svnweb.freebsd.org/changeset/ports/412023 Log: - Update to 0.12.4 Modified: head/devel/R-cran-Rcpp/Makefile (contents, props changed) head/devel/R-cran-Rcpp/distinfo (contents, props changed) Modified: head/devel/R-cran-Rcpp/Makefile ============================================================================== --- head/devel/R-cran-Rcpp/Makefile Sun Mar 27 23:56:19 2016 (r412022) +++ head/devel/R-cran-Rcpp/Makefile Mon Mar 28 00:35:00 2016 (r412023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-Rcpp/distinfo ============================================================================== --- head/devel/R-cran-Rcpp/distinfo Sun Mar 27 23:56:19 2016 (r412022) +++ head/devel/R-cran-Rcpp/distinfo Mon Mar 28 00:35:00 2016 (r412023) @@ -1,2 +1,2 @@ -SHA256 (Rcpp_0.12.3.tar.gz) = 39cfb2bf14baa42a1759139d7059e6712c785d91b9614f5f4d187358b0e12386 -SIZE (Rcpp_0.12.3.tar.gz) = 2374320 +SHA256 (Rcpp_0.12.4.tar.gz) = 8313522b29555241aa2ff040b3b3657449a2d11937d0115f24bc2c9bbbf2d0d3 +SIZE (Rcpp_0.12.4.tar.gz) = 2402065 From owner-svn-ports-all@freebsd.org Mon Mar 28 00:46:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80DE6AE0D0F; Mon, 28 Mar 2016 00:46:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E0A10CA; Mon, 28 Mar 2016 00:46:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S0kC6v045483; Mon, 28 Mar 2016 00:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S0kCVj045480; Mon, 28 Mar 2016 00:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603280046.u2S0kCVj045480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 00:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412024 - in head/x11-fm/xdiskusage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 00:46:13 -0000 Author: amdmi3 Date: Mon Mar 28 00:46:11 2016 New Revision: 412024 URL: https://svnweb.freebsd.org/changeset/ports/412024 Log: - Fix incorrect df command invocation which makes the port unusable - While here, silence patching and clean up pkg-descr PR: 207190 Submitted by: kalten@gmx.at Added: head/x11-fm/xdiskusage/files/ head/x11-fm/xdiskusage/files/patch-xdiskusage.C (contents, props changed) Modified: head/x11-fm/xdiskusage/Makefile head/x11-fm/xdiskusage/pkg-descr Modified: head/x11-fm/xdiskusage/Makefile ============================================================================== --- head/x11-fm/xdiskusage/Makefile Mon Mar 28 00:35:00 2016 (r412023) +++ head/x11-fm/xdiskusage/Makefile Mon Mar 28 00:46:11 2016 (r412024) @@ -3,6 +3,7 @@ PORTNAME= xdiskusage PORTVERSION= 1.51 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ \ http://www.gnu-darwin.org/distfiles/ @@ -20,9 +21,9 @@ LDFLAGS+= `fltk-config --ldflags` PLIST_FILES= bin/xdiskusage man/man1/xdiskusage.1.gz post-patch: - ${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \ + @${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \ ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e '/@CXXFLAGS@/s|$$| ${CXXFLAGS}|' \ + @${REINPLACE_CMD} -e '/@CXXFLAGS@/s|$$| ${CXXFLAGS}|' \ ${WRKSRC}/makeinclude.in do-install: Added: head/x11-fm/xdiskusage/files/patch-xdiskusage.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/xdiskusage/files/patch-xdiskusage.C Mon Mar 28 00:46:11 2016 (r412024) @@ -0,0 +1,12 @@ +--- xdiskusage.C.orig 2015-02-10 00:29:18.000000000 +0100 ++++ xdiskusage.C 2016-02-14 11:57:10.798244000 +0100 +@@ -28,6 +28,9 @@ + #elif defined(__bsdi__) + # define DF_COMMAND "df" + # define DU_COMMAND "du -x" ++#elif defined(__FreeBSD__) ++# define DF_COMMAND "df -k -t noprocfs,devfs,fdescfs" ++# define DU_COMMAND "du -kx" + #elif defined(SVR4) || defined(__sun) + # define DF_COMMAND "/bin/df -k" + # define DU_COMMAND "/bin/du -kd" Modified: head/x11-fm/xdiskusage/pkg-descr ============================================================================== --- head/x11-fm/xdiskusage/pkg-descr Mon Mar 28 00:35:00 2016 (r412023) +++ head/x11-fm/xdiskusage/pkg-descr Mon Mar 28 00:46:11 2016 (r412024) @@ -5,5 +5,3 @@ tree, or back out, by clicking on the gr a file, xdiskusage can analyze that too. PostScript output is available. WWW: http://xdiskusage.sourceforge.net/ - -Trevor Johnson From owner-svn-ports-all@freebsd.org Mon Mar 28 01:50:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78E3EADF626; Mon, 28 Mar 2016 01:50:20 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CBFB12E0; Mon, 28 Mar 2016 01:50:20 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S1oJ8w063504; Mon, 28 Mar 2016 01:50:19 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S1oJSM063503; Mon, 28 Mar 2016 01:50:19 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603280150.u2S1oJSM063503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 28 Mar 2016 01:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412025 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 01:50:20 -0000 Author: junovitch Date: Mon Mar 28 01:50:19 2016 New Revision: 412025 URL: https://svnweb.freebsd.org/changeset/ports/412025 Log: Syntax fix, drop leading FreeBSD- in tags as it caused links with a FreeBSD-FreeBSD-SA starting the URL. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Mar 28 00:46:11 2016 (r412024) +++ head/security/vuxml/vuln.xml Mon Mar 28 01:50:19 2016 (r412025) @@ -25430,7 +25430,7 @@ Notes: CVE-2014-3710 CVE-2014-8116 CVE-2014-8117 - FreeBSD-SA-14:28.file + SA-14:28.file http://seclists.org/oss-sec/2014/q4/1056 @@ -29632,7 +29632,7 @@ Notes: CVE-2014-0221 CVE-2014-0224 CVE-2014-3470 - http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc + SA-14:14.openssl http://www.openssl.org/news/secadv_20140605.txt @@ -30787,7 +30787,7 @@ Notes: CVE-2014-0076 - FreeBSD-SA-14:06.openssl + SA-14:06.openssl https://www.openssl.org/news/vulnerabilities.html#2014-0076 From owner-svn-ports-all@freebsd.org Mon Mar 28 01:51:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69415ADF681; Mon, 28 Mar 2016 01:51:05 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DAC91433; Mon, 28 Mar 2016 01:51:05 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S1p4aA063620; Mon, 28 Mar 2016 01:51:04 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S1p4f0063619; Mon, 28 Mar 2016 01:51:04 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603280151.u2S1p4f0063619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 28 Mar 2016 01:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412026 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 01:51:05 -0000 Author: junovitch Date: Mon Mar 28 01:51:04 2016 New Revision: 412026 URL: https://svnweb.freebsd.org/changeset/ports/412026 Log: Document BIND security advisories PR: 208034 Reported by: martin@lispworks.com Security: CVE-2016-1285 Security: CVE-2016-1286 Security: CVE-2016-2088 Security: https://vuxml.FreeBSD.org/freebsd/c9075321-f483-11e5-92ce-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/cba246d2-f483-11e5-92ce-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/cd409df7-f483-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Mar 28 01:50:19 2016 (r412025) +++ head/security/vuxml/vuln.xml Mon Mar 28 01:51:04 2016 (r412026) @@ -58,6 +58,125 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + bind -- denial of service vulnerability + + + bind910 + 9.10.09.10.3P4 + + + bind9-devel + 9.11.0.a20160309 + + + + +

ISC reports:

+
+

A response containing multiple DNS cookies causes servers with + cookie support enabled to exit with an assertion failure.

+
+ +
+ + CVE-2016-2088 + https://kb.isc.org/article/AA-01351 + + + 2016-03-09 + 2016-03-28 + +
+ + + bind -- denial of service vulnerability + + + bind98 + 9.8.8 + + + bind99 + 9.9.09.9.8P4 + + + bind910 + 9.10.09.10.3P4 + + + bind9-devel + 9.11.0.a20160309 + + + FreeBSD + 9.39.3_38 + + + + +

ISC reports:

+
+

A problem parsing resource record signatures for DNAME resource + records can lead to an assertion failure in resolver.c or db.c

+
+ +
+ + CVE-2016-1286 + SA-16:13.bind + https://kb.isc.org/article/AA-01353 + + + 2016-03-09 + 2016-03-28 + +
+ + + bind -- denial of service vulnerability + + + bind98 + 9.8.8 + + + bind99 + 9.9.09.9.8P4 + + + bind910 + 9.10.09.10.3P4 + + + bind9-devel + 9.11.0.a20160309 + + + FreeBSD + 9.39.3_38 + + + + +

ISC reports:

+
+

An error parsing input received by the rndc control channel can + cause an assertion failure in sexpr.c or alist.c.

+
+ +
+ + CVE-2016-1285 + SA-16:13.bind + https://kb.isc.org/article/AA-01352 + + + 2016-03-09 + 2016-03-28 + +
+ salt -- Insecure configuration of PAM external authentication service From owner-svn-ports-all@freebsd.org Mon Mar 28 02:03:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36E49ADF978; Mon, 28 Mar 2016 02:03:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0F741A84; Mon, 28 Mar 2016 02:03:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S23l88069512; Mon, 28 Mar 2016 02:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S23lPq069511; Mon, 28 Mar 2016 02:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603280203.u2S23lPq069511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 02:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412027 - head/mail/mimedefang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 02:03:48 -0000 Author: amdmi3 Date: Mon Mar 28 02:03:46 2016 New Revision: 412027 URL: https://svnweb.freebsd.org/changeset/ports/412027 Log: - Fix plist issue which leads to packaging failure with disabled DOCS or EXAMPLES PR: 207541 Submitted by: stewart.morgan@gmail.com Approved by: m.tsatsenko@gmail.com (maintainer) Modified: head/mail/mimedefang/pkg-plist Modified: head/mail/mimedefang/pkg-plist ============================================================================== --- head/mail/mimedefang/pkg-plist Mon Mar 28 01:51:04 2016 (r412026) +++ head/mail/mimedefang/pkg-plist Mon Mar 28 02:03:46 2016 (r412027) @@ -30,8 +30,5 @@ man/man8/watch-multiple-mimedefangs.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stream-by-domain-filter %%PORTEXAMPLES%%%%EXAMPLESDIR%%/suggested-minimum-filter-for-windows-clients -@dir %%PORTEXAMPLES%%%%EXAMPLESDIR%% -@dir %%PORTDOCS%%%%DOCSDIR%% -@dir %%ETCDIR%% @dir(%%USER%%,%%GROUP%%,710) %%MIMEDEFANG_RUNDIR%% @dir(%%USER%%,%%GROUP%%,700) %%MIMEDEFANG_QUARANTINEDIR%% From owner-svn-ports-all@freebsd.org Mon Mar 28 02:19:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04816ADFC7E; Mon, 28 Mar 2016 02:19:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B6F1035; Mon, 28 Mar 2016 02:19:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S2JelX072868; Mon, 28 Mar 2016 02:19:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S2JeKJ072867; Mon, 28 Mar 2016 02:19:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603280219.u2S2JeKJ072867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 02:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412028 - head/databases/rubygem-after_commit_queue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 02:19:41 -0000 Author: swills Date: Mon Mar 28 02:19:39 2016 New Revision: 412028 URL: https://svnweb.freebsd.org/changeset/ports/412028 Log: databases/rubygem-after_commit_queue: switch used Rails version from 3 to 4.2 PR: 206950 Submitted by: Torsten Zühlsdorff Modified: head/databases/rubygem-after_commit_queue/Makefile Modified: head/databases/rubygem-after_commit_queue/Makefile ============================================================================== --- head/databases/rubygem-after_commit_queue/Makefile Mon Mar 28 02:03:46 2016 (r412027) +++ head/databases/rubygem-after_commit_queue/Makefile Mon Mar 28 02:19:39 2016 (r412028) @@ -2,6 +2,7 @@ PORTNAME= after_commit_queue PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Allows to run callbacks after t LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS?= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord +RUN_DEPENDS?= rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Mon Mar 28 02:22:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9926ADFDAF; Mon, 28 Mar 2016 02:22:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 798EF133B; Mon, 28 Mar 2016 02:22:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S2Mu67075734; Mon, 28 Mar 2016 02:22:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S2MuJn075731; Mon, 28 Mar 2016 02:22:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603280222.u2S2MuJn075731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 02:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412029 - in head/textproc: . rubygem-html-pipeline1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 02:22:57 -0000 Author: swills Date: Mon Mar 28 02:22:56 2016 New Revision: 412029 URL: https://svnweb.freebsd.org/changeset/ports/412029 Log: textproc/rubygem-html-pipeline1: clone of textproc/rubygem-html-pipeline at version 1.x PR: 207799 Submitted by: Torsten Zühlsdorff Added: head/textproc/rubygem-html-pipeline1/ - copied from r411207, head/textproc/rubygem-html-pipeline/ Modified: head/textproc/Makefile head/textproc/rubygem-html-pipeline1/Makefile head/textproc/rubygem-html-pipeline1/distinfo Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Mar 28 02:19:39 2016 (r412028) +++ head/textproc/Makefile Mon Mar 28 02:22:56 2016 (r412029) @@ -1429,6 +1429,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline1 SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini Modified: head/textproc/rubygem-html-pipeline1/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline/Makefile Wed Mar 16 01:15:16 2016 (r411207) +++ head/textproc/rubygem-html-pipeline1/Makefile Mon Mar 28 02:22:56 2016 (r412029) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= html-pipeline -PORTVERSION= 2.3.0 +PORTVERSION= 1.11.0 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub HTML processing filters and utilities Modified: head/textproc/rubygem-html-pipeline1/distinfo ============================================================================== --- head/textproc/rubygem-html-pipeline/distinfo Wed Mar 16 01:15:16 2016 (r411207) +++ head/textproc/rubygem-html-pipeline1/distinfo Mon Mar 28 02:22:56 2016 (r412029) @@ -1,2 +1,2 @@ -SHA256 (rubygem/html-pipeline-2.3.0.gem) = 03f288663d55c5096ac1398f694297fa5afb826e7373c60df828ad1d2f13d855 -SIZE (rubygem/html-pipeline-2.3.0.gem) = 37376 +SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9 +SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792 From owner-svn-ports-all@freebsd.org Mon Mar 28 02:51:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 211EBADF2BA; Mon, 28 Mar 2016 02:51:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED4131E59; Mon, 28 Mar 2016 02:51:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S2pe3T082689; Mon, 28 Mar 2016 02:51:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S2pdnl082684; Mon, 28 Mar 2016 02:51:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603280251.u2S2pdnl082684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 28 Mar 2016 02:51:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412030 - in head/www: . plexwatchweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 02:51:41 -0000 Author: pi Date: Mon Mar 28 02:51:39 2016 New Revision: 412030 URL: https://svnweb.freebsd.org/changeset/ports/412030 Log: New port: www/plexwatchweb A web front-end for plexWatch WWW: https://github.com/ecleese/plexWatchWeb PR: 208337 Submitted by: ultima Added: head/www/plexwatchweb/ head/www/plexwatchweb/Makefile (contents, props changed) head/www/plexwatchweb/distinfo (contents, props changed) head/www/plexwatchweb/pkg-descr (contents, props changed) head/www/plexwatchweb/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Mar 28 02:22:56 2016 (r412029) +++ head/www/Makefile Mon Mar 28 02:51:39 2016 (r412030) @@ -1468,6 +1468,7 @@ SUBDIR += piwigo SUBDIR += piwik SUBDIR += planet + SUBDIR += plexwatchweb SUBDIR += pligg SUBDIR += plone SUBDIR += plugger Added: head/www/plexwatchweb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/plexwatchweb/Makefile Mon Mar 28 02:51:39 2016 (r412030) @@ -0,0 +1,30 @@ +# Created by: ultima +# $FreeBSD$ + +PORTNAME= plexWatchWeb +PORTVERSION= 1.5.4.2 +DISTVERSIONPREFIX= v +CATEGORIES= www + +MAINTAINER= ultima1252@gmail.com +COMMENT= Web front-end for plexWatch + +RUN_DEPENDS= multimedia/plexwatch>=0.1.6:${PORTSDIR}/multimedia/plexwatch + +USE_PHP= curl json session simplexml sqlite3 + +USERS= ${WWWOWN} +GROUPS= ${WWWGRP} + +USE_GITHUB= yes +GH_ACCOUNT= ecleese +GH_TAGNAME= 0d05556 +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR}/config + ${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/config + ${RM} -r ${WRKSRC}/config + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}/) + +.include Added: head/www/plexwatchweb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/plexwatchweb/distinfo Mon Mar 28 02:51:39 2016 (r412030) @@ -0,0 +1,2 @@ +SHA256 (ecleese-plexWatchWeb-v1.5.4.2-0d05556_GH0.tar.gz) = 4f5eec9d6d4d5b172a03b84d74e192d73016b49ff75cc1ecf417990b73afdef1 +SIZE (ecleese-plexWatchWeb-v1.5.4.2-0d05556_GH0.tar.gz) = 1196268 Added: head/www/plexwatchweb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/plexwatchweb/pkg-descr Mon Mar 28 02:51:39 2016 (r412030) @@ -0,0 +1,3 @@ +A web front-end for plexWatch + +WWW: https://github.com/ecleese/plexWatchWeb Added: head/www/plexwatchweb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/plexwatchweb/pkg-plist Mon Mar 28 02:51:39 2016 (r412030) @@ -0,0 +1,101 @@ +%%WWWDIR%%/README.md +%%WWWDIR%%/change.log +%%WWWDIR%%/charts.php +%%WWWDIR%%/css/font-awesome.min.css +%%WWWDIR%%/css/plexwatch-tables.css +%%WWWDIR%%/css/plexwatch.css +%%WWWDIR%%/css/xcharts.css +%%WWWDIR%%/font/FontAwesome.otf +%%WWWDIR%%/font/fontawesome-webfont.eot +%%WWWDIR%%/font/fontawesome-webfont.svg +%%WWWDIR%%/font/fontawesome-webfont.ttf +%%WWWDIR%%/font/fontawesome-webfont.woff +%%WWWDIR%%/history.php +%%WWWDIR%%/images/background.png +%%WWWDIR%%/images/chevron.png +%%WWWDIR%%/images/favicon.ico +%%WWWDIR%%/images/glyphicons-halflings-white.png +%%WWWDIR%%/images/glyphicons-halflings.png +%%WWWDIR%%/images/glyphicons.png +%%WWWDIR%%/images/gravatar-default-80x80.png +%%WWWDIR%%/images/gravatar-default-80x80_old.png +%%WWWDIR%%/images/gravatar-default.png +%%WWWDIR%%/images/gravatar-default_old.png +%%WWWDIR%%/images/icon_ipad.png +%%WWWDIR%%/images/icon_ipad@2x.png +%%WWWDIR%%/images/icon_iphone.png +%%WWWDIR%%/images/icon_iphone@2x.png +%%WWWDIR%%/images/logo-plexWatch-welcome.png +%%WWWDIR%%/images/logo-plexWatch-welcome_old.png +%%WWWDIR%%/images/logo-plexwatch.png +%%WWWDIR%%/images/logo-plexwatch@2x.png +%%WWWDIR%%/images/logo-plexwatch_old.png +%%WWWDIR%%/images/logo-plexwatch_old@2x.png +%%WWWDIR%%/images/platforms/android.png +%%WWWDIR%%/images/platforms/atv.png +%%WWWDIR%%/images/platforms/chrome.png +%%WWWDIR%%/images/platforms/chromecast.png +%%WWWDIR%%/images/platforms/default.png +%%WWWDIR%%/images/platforms/firefox.png +%%WWWDIR%%/images/platforms/gtv.png +%%WWWDIR%%/images/platforms/ie.png +%%WWWDIR%%/images/platforms/ios.png +%%WWWDIR%%/images/platforms/opera.png +%%WWWDIR%%/images/platforms/pht.png +%%WWWDIR%%/images/platforms/platform-android.png +%%WWWDIR%%/images/platforms/platform-appletv.png +%%WWWDIR%%/images/platforms/platform-atv.png +%%WWWDIR%%/images/platforms/platform-chrome.png +%%WWWDIR%%/images/platforms/platform-default.png +%%WWWDIR%%/images/platforms/platform-firefox.png +%%WWWDIR%%/images/platforms/platform-ie.png +%%WWWDIR%%/images/platforms/platform-ios.png +%%WWWDIR%%/images/platforms/platform-plex-ht.png +%%WWWDIR%%/images/platforms/platform-roku.png +%%WWWDIR%%/images/platforms/platform-safari.png +%%WWWDIR%%/images/platforms/platform-xbmc.png +%%WWWDIR%%/images/platforms/pmh.png +%%WWWDIR%%/images/platforms/pms.png +%%WWWDIR%%/images/platforms/roku.png +%%WWWDIR%%/images/platforms/safari.png +%%WWWDIR%%/images/platforms/samsung.png +%%WWWDIR%%/images/platforms/wiiu.png +%%WWWDIR%%/images/platforms/win8.png +%%WWWDIR%%/images/platforms/wp.png +%%WWWDIR%%/images/platforms/xbmc.png +%%WWWDIR%%/images/poster.png +%%WWWDIR%%/images/star-16.png +%%WWWDIR%%/images/star-32.png +%%WWWDIR%%/images/star-gray-16.png +%%WWWDIR%%/images/star-gray-32.png +%%WWWDIR%%/includes/current_activity.php +%%WWWDIR%%/includes/current_activity_header.php +%%WWWDIR%%/includes/functions.php +%%WWWDIR%%/includes/img.php +%%WWWDIR%%/includes/myplex.php +%%WWWDIR%%/includes/process_settings.php +%%WWWDIR%%/includes/recently_added.php +%%WWWDIR%%/includes/timeago.php +%%WWWDIR%%/index.php +%%WWWDIR%%/info.php +%%WWWDIR%%/js/bootstrap.js +%%WWWDIR%%/js/bootstrap.min.js +%%WWWDIR%%/js/cpufunctions.js +%%WWWDIR%%/js/d3.v3.js +%%WWWDIR%%/js/jquery-2.0.3.js +%%WWWDIR%%/js/jquery-2.0.3.min.js +%%WWWDIR%%/js/jquery-sortable.js +%%WWWDIR%%/js/jquery-ui.js +%%WWWDIR%%/js/jquery.dataTables.js +%%WWWDIR%%/js/jquery.dataTables.min.js +%%WWWDIR%%/js/jquery.dataTables.plugin.bootstrap_pagination.js +%%WWWDIR%%/js/jquery.dataTables.plugin.date_sorting.js +%%WWWDIR%%/js/jquery.rateit.js +%%WWWDIR%%/js/jquery.rateit.min.js +%%WWWDIR%%/js/jquery.ui.sortable.js +%%WWWDIR%%/js/xcharts.min.js +%%WWWDIR%%/settings.php +%%WWWDIR%%/stats.php +%%WWWDIR%%/user.php +%%WWWDIR%%/users.php +@dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/config From owner-svn-ports-all@freebsd.org Mon Mar 28 02:56:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB51ADF699; Mon, 28 Mar 2016 02:56:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F42221244; Mon, 28 Mar 2016 02:56:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S2uLUe084925; Mon, 28 Mar 2016 02:56:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S2uLuM084924; Mon, 28 Mar 2016 02:56:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603280256.u2S2uLuM084924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 28 Mar 2016 02:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412031 - head/multimedia/syncplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 02:56:22 -0000 Author: pi Date: Mon Mar 28 02:56:20 2016 New Revision: 412031 URL: https://svnweb.freebsd.org/changeset/ports/412031 Log: multimedia/syncplay: remove some lines that are no-ops Submitted by: jbeich Modified: head/multimedia/syncplay/Makefile Modified: head/multimedia/syncplay/Makefile ============================================================================== --- head/multimedia/syncplay/Makefile Mon Mar 28 02:51:39 2016 (r412030) +++ head/multimedia/syncplay/Makefile Mon Mar 28 02:56:20 2016 (r412031) @@ -34,8 +34,4 @@ VLC_MAKE_ARGS_OFF= VLC_SUPPORT=false CLIENT_INSTALL_TARGET= install-client SERVER_INSTALL_TARGET= install-server -.if !empty(PORT_OPTIONS:MCLIENT) && !empty(PORT_OPTIONS:MSERVER) -INSTALL_TARGET= install -.endif - .include From owner-svn-ports-all@freebsd.org Mon Mar 28 05:58:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BD1ADF717; Mon, 28 Mar 2016 05:58:56 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88E68196C; Mon, 28 Mar 2016 05:58:56 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S5wtUb039257; Mon, 28 Mar 2016 05:58:55 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S5wtDp039254; Mon, 28 Mar 2016 05:58:55 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201603280558.u2S5wtDp039254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 28 Mar 2016 05:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412032 - in head/irc/rubygem-cogbot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 05:58:56 -0000 Author: araujo Date: Mon Mar 28 05:58:55 2016 New Revision: 412032 URL: https://svnweb.freebsd.org/changeset/ports/412032 Log: Update to 0.1.7. PR: ports/208170 Submitted by: Mose (maintainer) Deleted: head/irc/rubygem-cogbot/files/ Modified: head/irc/rubygem-cogbot/Makefile head/irc/rubygem-cogbot/distinfo Modified: head/irc/rubygem-cogbot/Makefile ============================================================================== --- head/irc/rubygem-cogbot/Makefile Mon Mar 28 02:56:20 2016 (r412031) +++ head/irc/rubygem-cogbot/Makefile Mon Mar 28 05:58:55 2016 (r412032) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cogbot -PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= irc rubygems MASTER_SITES= RG @@ -14,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cinch>=2.3.1:${PORTSDIR}/irc/rubygem-cinch \ rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \ - rubygem-eventmachine>=1.0.8:${PORTSDIR}/devel/rubygem-eventmachine \ + rubygem-eventmachine>=1.0.9:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-eventmachine_httpserver>=0.2.1:${PORTSDIR}/www/rubygem-eventmachine_httpserver \ rubygem-nokogiri>=1.6.6.4:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-daemons>=1.2.3:${PORTSDIR}/devel/rubygem-daemons \ - rubygem-twitter>=1.6.6.2:${PORTSDIR}/net/rubygem-twitter \ + rubygem-twitter>=5.15.0:${PORTSDIR}/net/rubygem-twitter \ rubygem-json>=1.8.3:${PORTSDIR}/devel/rubygem-json \ rubygem-yajl-ruby>=1.2.1:${PORTSDIR}/devel/rubygem-yajl-ruby \ rubygem-fortune_gem>=0.0.8:${PORTSDIR}/games/rubygem-fortune_gem Modified: head/irc/rubygem-cogbot/distinfo ============================================================================== --- head/irc/rubygem-cogbot/distinfo Mon Mar 28 02:56:20 2016 (r412031) +++ head/irc/rubygem-cogbot/distinfo Mon Mar 28 05:58:55 2016 (r412032) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cogbot-0.1.4.gem) = e5de60133e11d1e2df84d1657e5258ca8a5130ddf7cb35b5e7763b04536f929a -SIZE (rubygem/cogbot-0.1.4.gem) = 17920 +SHA256 (rubygem/cogbot-0.1.7.gem) = 5bc1dc1dd9538ed0f0e246e13b47f0169184ed3c7c0fe6585aa7e68c0c503b04 +SIZE (rubygem/cogbot-0.1.7.gem) = 18432 From owner-svn-ports-all@freebsd.org Mon Mar 28 06:10:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82422ADF96B; Mon, 28 Mar 2016 06:10:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 529331F10; Mon, 28 Mar 2016 06:10:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S6ABg2042447; Mon, 28 Mar 2016 06:10:11 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S6AAcf042437; Mon, 28 Mar 2016 06:10:10 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603280610.u2S6AAcf042437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 28 Mar 2016 06:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412033 - in head/x11-toolkits: . Xmt Xmt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 06:10:12 -0000 Author: cy Date: Mon Mar 28 06:10:10 2016 New Revision: 412033 URL: https://svnweb.freebsd.org/changeset/ports/412033 Log: Welcome the new x11-tookits/Xmt port. Xmt is a Motif Tools library, introduced in the book Motif Tools (ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers of user interfaces tools that make Motif easier to use. Xmt consists of the core library of additional widgets, utility programs, docs, tutorials, and example code. WWW: http://motiftools.sourceforge.net/ Added: head/x11-toolkits/Xmt/ head/x11-toolkits/Xmt/Makefile (contents, props changed) head/x11-toolkits/Xmt/distinfo (contents, props changed) head/x11-toolkits/Xmt/files/ head/x11-toolkits/Xmt/files/patch-Imakefile (contents, props changed) head/x11-toolkits/Xmt/files/patch-Xmt.tmpl (contents, props changed) head/x11-toolkits/Xmt/files/patch-Xmt__Layout.c (contents, props changed) head/x11-toolkits/Xmt/files/patch-clients__Imakefile (contents, props changed) head/x11-toolkits/Xmt/pkg-descr (contents, props changed) head/x11-toolkits/Xmt/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Mar 28 05:58:55 2016 (r412032) +++ head/x11-toolkits/Makefile Mon Mar 28 06:10:10 2016 (r412033) @@ -5,6 +5,7 @@ SUBDIR += SoXt SUBDIR += Xaw3d + SUBDIR += Xmt SUBDIR += attica SUBDIR += bakery SUBDIR += blt Added: head/x11-toolkits/Xmt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/Makefile Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Xmt +PORTVERSION= 4.0.0 +CATEGORIES= x11-toolkits +MASTER_SITES= SF/${PORTNAME}/Xmt/Xmt400 +DISTNAME= xmt400 + +MAINTAINER= cy@FreeBSD.org +COMMENT= Xmt is a Motif Tools library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +WRKSRC= ${WRKDIR}/xmt400 + +USES= motif imake tar:tgz +USE_LDCONFIG= yes +MAKE_ENV= LANG=C + +post-patch: + ${TOUCH} ${WRKSRC}/clients/mockup.man + +.include Added: head/x11-toolkits/Xmt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/distinfo Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,2 @@ +SHA256 (xmt400.tgz) = f6d322fab6435676bd3ca6f6eccfa3576feec0a4cb8726d565ad9902652229ec +SIZE (xmt400.tgz) = 571615 Added: head/x11-toolkits/Xmt/files/patch-Imakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/files/patch-Imakefile Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,8 @@ +--- Imakefile.orig 2001-07-14 15:40:16.000000000 -0700 ++++ Imakefile 2016-03-26 23:12:38.339575000 -0700 +@@ -63,4 +63,4 @@ + /* + * target to install Xmt.tmpl in /usr/lib/X11/config + */ +-InstallNonExec(Xmt.tmpl, $(IRULESRC)) ++InstallNonExec(Xmt.tmpl,$(IRULESRC)) Added: head/x11-toolkits/Xmt/files/patch-Xmt.tmpl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/files/patch-Xmt.tmpl Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,44 @@ +--- Xmt.tmpl.orig 2001-09-25 19:47:00.000000000 -0700 ++++ Xmt.tmpl 2016-03-26 22:28:27.571053000 -0700 +@@ -13,7 +13,7 @@ + * set to YES. + */ + #define DoNormalLib YES +-#define DoSharedLib NO ++#define DoSharedLib YES + #define DoDebugLib NO + #define DoProfileLib NO + +@@ -35,10 +35,10 @@ + * the make install and make install.man from the Xmt and man + * subdirectories, respectively. + */ +- XMTLIBDIR = /usr/lib +- XMTINCDIR = /usr/include +- XMTMANDIR = /usr/man/man3 +- XMTMANSUFFIX = 3x ++ XMTLIBDIR = /usr/local/lib ++ XMTINCDIR = /usr/local/include ++ XMTMANDIR = /usr/local/man/man3 ++ XMTMANSUFFIX = 3 + /* + * These variables specify where the compiler should look for your + * installed Motif and Xt libraries and header files. They are +@@ -51,13 +51,13 @@ + * files, but not all sites have those templates installed properly, + * so Xmt requires that you explicitly specify the information here.) + */ +- XMTXTLIB = -L/usr/X11R6/lib +- XMTXTINC = -I/usr/X11R6/include +- XMTXMLIB = -L/usr/X11R6/Motif1.2/lib +- XMTXMINC = -I/usr/X11R6/Motif1.2/include ++ XMTXTLIB = -L${LOCALBASE}/lib ++ XMTXTINC = -I${LOCALBASE}/include ++ XMTXMLIB = -L${LOCALBASE}/lib ++ XMTXMINC = -I${LOCALBASE}/include + /* + XMTXMLIB = -L/usr/X11R6/LessTif/Motif1.2/lib + XMTXMINC = -I/usr/X11R6/LessTif/Motif1.2/include + */ + + /* Added: head/x11-toolkits/Xmt/files/patch-Xmt__Layout.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/files/patch-Xmt__Layout.c Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,11 @@ +--- Xmt/Layout.c.orig 2001-07-06 18:38:33.000000000 -0700 ++++ Xmt/Layout.c 2016-03-26 11:28:48.423314000 -0700 +@@ -1497,7 +1497,7 @@ + Dimension width, height, border_width; + + if (XtIsShell(w)) { +- return; ++ return(0); + } + + /* this is case 2 described above */ Added: head/x11-toolkits/Xmt/files/patch-clients__Imakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/files/patch-clients__Imakefile Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,14 @@ +--- clients/Imakefile.orig 2001-02-10 05:52:34.000000000 -0800 ++++ clients/Imakefile 2016-03-27 22:42:40.102281000 -0700 +@@ -24,7 +24,7 @@ + #endif + + ComplexProgramTarget(mockup) +-InstallProgram(checkres, $(BINDIR)) +-InstallProgram(ad2c, $(BINDIR)) +-InstallProgram(xbm2res, $(BINDIR)) +-InstallProgram(xpm2res, $(BINDIR)) ++InstallNamedProg(checkres,checkres,$(BINDIR)) ++InstallNamedProg(ad2c,ad2c,$(BINDIR)) ++InstallNamedProg(xbm2res,xbm2res,$(BINDIR)) ++InstallNamedProg(xpm2res,xpm2res,$(BINDIR)) Added: head/x11-toolkits/Xmt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/pkg-descr Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,7 @@ +Xmt is a Motif Tools library, introduced in the book Motif Tools +(ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers +of user interfaces tools that make Motif easier to use. Xmt consists +of the core library of additional widgets, utility programs, docs, +tutorials, and example code. + +WWW: http://motiftools.sourceforge.net/ Added: head/x11-toolkits/Xmt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/Xmt/pkg-plist Mon Mar 28 06:10:10 2016 (r412033) @@ -0,0 +1,311 @@ +bin/ad2c +bin/checkres +bin/mockup +bin/xbm2res +bin/xpm2res +include/Xmt/All.h +include/Xmt/AppRes.h +include/Xmt/AppResP.h +include/Xmt/Chooser.h +include/Xmt/ChooserP.h +include/Xmt/Cli.h +include/Xmt/CliP.h +include/Xmt/Color.h +include/Xmt/Converters.h +include/Xmt/ConvertersP.h +include/Xmt/Create.h +include/Xmt/Dialog.h +include/Xmt/DialogP.h +include/Xmt/Dialogs.h +include/Xmt/DialogsP.h +include/Xmt/Hash.h +include/Xmt/Help.h +include/Xmt/HelpBox.h +include/Xmt/HelpBoxP.h +include/Xmt/HelpBrowser.h +include/Xmt/HelpBrowserP.h +include/Xmt/Icon.h +include/Xmt/Include.h +include/Xmt/InputField.h +include/Xmt/InputFieldP.h +include/Xmt/Layout.h +include/Xmt/LayoutG.h +include/Xmt/LayoutGP.h +include/Xmt/LayoutP.h +include/Xmt/Lexer.h +include/Xmt/LookupP.h +include/Xmt/Menu.h +include/Xmt/MenuP.h +include/Xmt/MsgLine.h +include/Xmt/MsgLineP.h +include/Xmt/Pixmap.h +include/Xmt/Procedures.h +include/Xmt/ProceduresP.h +include/Xmt/Progress.h +include/Xmt/ProgressP.h +include/Xmt/QuarksP.h +include/Xmt/ScreenP.h +include/Xmt/SetValue.h +include/Xmt/Symbols.h +include/Xmt/Template.h +include/Xmt/Util.h +include/Xmt/WidgetType.h +include/Xmt/WorkingBox.h +include/Xmt/WorkingBoxP.h +include/Xmt/Xbm.h +include/Xmt/Xmt.h +include/Xmt/XmtP.h +include/Xmt/Xpm.h +lib/X11/config +lib/libXmt.a +lib/libXmt.so +lib/libXmt.so.4 +man/man1/mockup.1.gz +man/man3/XmtAddDeleteCallback.3.gz +man/man3/XmtAddSaveYourselfCallback.3.gz +man/man3/XmtAllocColor.3.gz +man/man3/XmtAllocWidgetColor.3.gz +man/man3/XmtAskForBoolean.3.gz +man/man3/XmtAskForDouble.3.gz +man/man3/XmtAskForFile.3.gz +man/man3/XmtAskForFilename.3.gz +man/man3/XmtAskForInteger.3.gz +man/man3/XmtAskForItem.3.gz +man/man3/XmtAskForItemNumber.3.gz +man/man3/XmtAskForString.3.gz +man/man3/XmtAssertWidgetClass.3.gz +man/man3/XmtBlock.3.gz +man/man3/XmtBuildApplication.3.gz +man/man3/XmtBuildDialog.3.gz +man/man3/XmtBuildQueryApplication.3.gz +man/man3/XmtBuildQueryDialog.3.gz +man/man3/XmtBuildToplevel.3.gz +man/man3/XmtCheckPrintfFormat.3.gz +man/man3/XmtChooser.3.gz +man/man3/XmtChooserGetState.3.gz +man/man3/XmtChooserGetValue.3.gz +man/man3/XmtChooserLookupItemName.3.gz +man/man3/XmtChooserLookupItemValue.3.gz +man/man3/XmtChooserSetState.3.gz +man/man3/XmtCli.3.gz +man/man3/XmtCliFlush.3.gz +man/man3/XmtCliGets.3.gz +man/man3/XmtCliPrintf.3.gz +man/man3/XmtCliPuts.3.gz +man/man3/XmtConvertStringToBitmap.3.gz +man/man3/XmtConvertStringToBitmask.3.gz +man/man3/XmtConvertStringToCallback.3.gz +man/man3/XmtConvertStringToColorTable.3.gz +man/man3/XmtConvertStringToPixel.3.gz +man/man3/XmtConvertStringToPixmap.3.gz +man/man3/XmtConvertStringToPixmapList.3.gz +man/man3/XmtConvertStringToStringList.3.gz +man/man3/XmtConvertStringToWidget.3.gz +man/man3/XmtConvertStringToXmFontList.3.gz +man/man3/XmtConvertStringToXmString.3.gz +man/man3/XmtConvertStringToXmtMenuItems.3.gz +man/man3/XmtCreateChild.3.gz +man/man3/XmtCreateChildren.3.gz +man/man3/XmtCreateChooser.3.gz +man/man3/XmtCreateCli.3.gz +man/man3/XmtCreateColorTable.3.gz +man/man3/XmtCreateHelpBox.3.gz +man/man3/XmtCreateHelpDialog.3.gz +man/man3/XmtCreateInputField.3.gz +man/man3/XmtCreateLayout.3.gz +man/man3/XmtCreateLayoutBox.3.gz +man/man3/XmtCreateLayoutCol.3.gz +man/man3/XmtCreateLayoutDialog.3.gz +man/man3/XmtCreateLayoutPixmap.3.gz +man/man3/XmtCreateLayoutRow.3.gz +man/man3/XmtCreateLayoutSeparator.3.gz +man/man3/XmtCreateLayoutSpace.3.gz +man/man3/XmtCreateLayoutString.3.gz +man/man3/XmtCreateMenuPane.3.gz +man/man3/XmtCreateMenubar.3.gz +man/man3/XmtCreateMsgLine.3.gz +man/man3/XmtCreateOptionMenu.3.gz +man/man3/XmtCreatePixmapFromXmtImage.3.gz +man/man3/XmtCreatePixmapIcon.3.gz +man/man3/XmtCreatePopupMenu.3.gz +man/man3/XmtCreateProgress.3.gz +man/man3/XmtCreateQueryChild.3.gz +man/man3/XmtCreateQueryChildren.3.gz +man/man3/XmtCreateQueryListChild.3.gz +man/man3/XmtCreateQueryListChildren.3.gz +man/man3/XmtCreateScrolledCli.3.gz +man/man3/XmtCreateWidgetType.3.gz +man/man3/XmtCreateWorkingBox.3.gz +man/man3/XmtCreateWorkingDialog.3.gz +man/man3/XmtCreateXImageFromXmtImage.3.gz +man/man3/XmtCreateXmString.3.gz +man/man3/XmtDestroyColorTable.3.gz +man/man3/XmtDestroyPixmapIcon.3.gz +man/man3/XmtDialogBindResourceList.3.gz +man/man3/XmtDialogDo.3.gz +man/man3/XmtDialogDoSync.3.gz +man/man3/XmtDialogGetDefaultValues.3.gz +man/man3/XmtDialogGetDialogValues.3.gz +man/man3/XmtDialogOkayCallback.3.gz +man/man3/XmtDialogPosition.3.gz +man/man3/XmtDialogResetCallback.3.gz +man/man3/XmtDialogSetDialogValues.3.gz +man/man3/XmtDialogSetReturnValue.3.gz +man/man3/XmtDiscardButtonEvents.3.gz +man/man3/XmtDiscardKeyPressEvents.3.gz +man/man3/XmtDisplayBusyCursor.3.gz +man/man3/XmtDisplayCursor.3.gz +man/man3/XmtDisplayDefaultCursor.3.gz +man/man3/XmtDisplayError.3.gz +man/man3/XmtDisplayErrorAndAsk.3.gz +man/man3/XmtDisplayErrorMsg.3.gz +man/man3/XmtDisplayErrorMsgAndWait.3.gz +man/man3/XmtDisplayInformation.3.gz +man/man3/XmtDisplayInformationMsg.3.gz +man/man3/XmtDisplayMessage.3.gz +man/man3/XmtDisplayMessageAndWait.3.gz +man/man3/XmtDisplayMessageVaList.3.gz +man/man3/XmtDisplayWarning.3.gz +man/man3/XmtDisplayWarningAndAsk.3.gz +man/man3/XmtDisplayWarningMsg.3.gz +man/man3/XmtDisplayWarningMsgAndWait.3.gz +man/man3/XmtDisplayWorkingDialog.3.gz +man/man3/XmtErrorMsg.3.gz +man/man3/XmtFindFile.3.gz +man/man3/XmtFocusShell.3.gz +man/man3/XmtFreeColor.3.gz +man/man3/XmtFreeWidgetColor.3.gz +man/man3/XmtGetApplicationValues.3.gz +man/man3/XmtGetBitmap.3.gz +man/man3/XmtGetHomeDir.3.gz +man/man3/XmtGetPixmap.3.gz +man/man3/XmtGetShell.3.gz +man/man3/XmtGetTopLevelShell.3.gz +man/man3/XmtHSLToRGB.3.gz +man/man3/XmtHashTableCreate.3.gz +man/man3/XmtHashTableDelete.3.gz +man/man3/XmtHashTableDestroy.3.gz +man/man3/XmtHashTableForEach.3.gz +man/man3/XmtHashTableLookup.3.gz +man/man3/XmtHashTableStore.3.gz +man/man3/XmtHelpBox.3.gz +man/man3/XmtHelpDoContextHelp.3.gz +man/man3/XmtHelpGetContextHelp.3.gz +man/man3/XmtHelpInstallContextHelp.3.gz +man/man3/XmtHideWorkingDialog.3.gz +man/man3/XmtIconifyShell.3.gz +man/man3/XmtInitialize.3.gz +man/man3/XmtInitializeApplicationShell.3.gz +man/man3/XmtInputField.3.gz +man/man3/XmtInputFieldGetString.3.gz +man/man3/XmtInputFieldSetString.3.gz +man/man3/XmtIntroduction.3.gz +man/man3/XmtLayout.3.gz +man/man3/XmtLayoutBox.3.gz +man/man3/XmtLayoutConvertSizeToPixels.3.gz +man/man3/XmtLayoutDisableLayout.3.gz +man/man3/XmtLayoutEnableLayout.3.gz +man/man3/XmtLayoutPixmap.3.gz +man/man3/XmtLayoutSeparator.3.gz +man/man3/XmtLayoutSpace.3.gz +man/man3/XmtLayoutString.3.gz +man/man3/XmtLoadResourceFile.3.gz +man/man3/XmtLoadResourceFileList.3.gz +man/man3/XmtLocalize2.3.gz +man/man3/XmtLocalizeWidget.3.gz +man/man3/XmtLookupColorName.3.gz +man/man3/XmtLookupPixmap.3.gz +man/man3/XmtLookupSimplePixmap.3.gz +man/man3/XmtLookupWidgetPixmap.3.gz +man/man3/XmtLookupWidgetType.3.gz +man/man3/XmtLowerShell.3.gz +man/man3/XmtMenu.3.gz +man/man3/XmtMenuActivateProcedure.3.gz +man/man3/XmtMenuGetMenuItem.3.gz +man/man3/XmtMenuInactivateProcedure.3.gz +man/man3/XmtMenuItemGetState.3.gz +man/man3/XmtMenuItemGetSubmenu.3.gz +man/man3/XmtMenuItemGetWidget.3.gz +man/man3/XmtMenuItemSetSensitivity.3.gz +man/man3/XmtMenuItemSetState.3.gz +man/man3/XmtMenuPopupHandler.3.gz +man/man3/XmtMoveShellToPointer.3.gz +man/man3/XmtMsgLine.3.gz +man/man3/XmtMsgLineGetString.3.gz +man/man3/XmtMsgLineGetUnsigned.3.gz +man/man3/XmtMsgLinePush.3.gz +man/man3/XmtMsgLineSet.3.gz +man/man3/XmtMsgLineSetInput.3.gz +man/man3/XmtNameToWidget.3.gz +man/man3/XmtParseCommandLine.3.gz +man/man3/XmtParseXpmData.3.gz +man/man3/XmtParseXpmFile.3.gz +man/man3/XmtPatchVisualInheritance.3.gz +man/man3/XmtProgress.3.gz +man/man3/XmtProgressClear.3.gz +man/man3/XmtProgressGet.3.gz +man/man3/XmtProgressSet.3.gz +man/man3/XmtRGBToHSL.3.gz +man/man3/XmtRaiseShell.3.gz +man/man3/XmtRegisterAll.3.gz +man/man3/XmtRegisterBitmapConverter.3.gz +man/man3/XmtRegisterBitmaskConverter.3.gz +man/man3/XmtRegisterCallbackConverter.3.gz +man/man3/XmtRegisterChooser.3.gz +man/man3/XmtRegisterColor.3.gz +man/man3/XmtRegisterColorTableConverter.3.gz +man/man3/XmtRegisterColors.3.gz +man/man3/XmtRegisterEnumConverter.3.gz +man/man3/XmtRegisterImage.3.gz +man/man3/XmtRegisterImprovedIcons.3.gz +man/man3/XmtRegisterInputField.3.gz +man/man3/XmtRegisterLayoutParser.3.gz +man/man3/XmtRegisterMenuItemsConverter.3.gz +man/man3/XmtRegisterMotifWidgets.3.gz +man/man3/XmtRegisterPixel.3.gz +man/man3/XmtRegisterPixelConverter.3.gz +man/man3/XmtRegisterPixmapConverter.3.gz +man/man3/XmtRegisterPixmapListConverter.3.gz +man/man3/XmtRegisterProcedures.3.gz +man/man3/XmtRegisterStandardColors.3.gz +man/man3/XmtRegisterStringListConverter.3.gz +man/man3/XmtRegisterStyle.3.gz +man/man3/XmtRegisterTemplate.3.gz +man/man3/XmtRegisterUnixProcedures.3.gz +man/man3/XmtRegisterWidgetClass.3.gz +man/man3/XmtRegisterWidgetConstructor.3.gz +man/man3/XmtRegisterWidgetConverter.3.gz +man/man3/XmtRegisterWidgetTypes.3.gz +man/man3/XmtRegisterXbmData.3.gz +man/man3/XmtRegisterXmFontListConverter.3.gz +man/man3/XmtRegisterXmScale.3.gz +man/man3/XmtRegisterXmScrolledText.3.gz +man/man3/XmtRegisterXmStringConverter.3.gz +man/man3/XmtRegisterXmText.3.gz +man/man3/XmtRegisterXmTextField.3.gz +man/man3/XmtRegisterXmToggleButton.3.gz +man/man3/XmtRegisterXmtProcedures.3.gz +man/man3/XmtRegisterXmtWidgets.3.gz +man/man3/XmtRegisterXtProcedures.3.gz +man/man3/XmtReleasePixmap.3.gz +man/man3/XmtSetApplicationValues.3.gz +man/man3/XmtSetFocusToShell.3.gz +man/man3/XmtSetInitialFocus.3.gz +man/man3/XmtSetValue.3.gz +man/man3/XmtStoreColor.3.gz +man/man3/XmtStoreWidgetColor.3.gz +man/man3/XmtSymbolAddCallback.3.gz +man/man3/XmtSymbolRemoveCallback.3.gz +man/man3/XmtSymbolSetValue.3.gz +man/man3/XmtTemplateInstantiate.3.gz +man/man3/XmtVaRegisterCallbackProcedures.3.gz +man/man3/XmtVaRegisterColors.3.gz +man/man3/XmtVaRegisterSymbols.3.gz +man/man3/XmtVaRegisterWidgetClasses.3.gz +man/man3/XmtVaRegisterWidgetConstructors.3.gz +man/man3/XmtWaitUntilMapped.3.gz +man/man3/XmtWarningMsg.3.gz +man/man3/XmtWarpToShell.3.gz +man/man3/XmtWorkingBox.3.gz +man/man3/XmtWorkingBoxHandleEvents.3.gz +man/man3/XmtWorkingBoxSetScaleValue.3.gz From owner-svn-ports-all@freebsd.org Mon Mar 28 06:45:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B96AE0033; Mon, 28 Mar 2016 06:45:01 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B042D1DBC; Mon, 28 Mar 2016 06:45:01 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S6j0U1054321; Mon, 28 Mar 2016 06:45:00 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S6j09V054319; Mon, 28 Mar 2016 06:45:00 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201603280645.u2S6j09V054319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 28 Mar 2016 06:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412034 - head/math/R-cran-car X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 06:45:02 -0000 Author: dbn Date: Mon Mar 28 06:45:00 2016 New Revision: 412034 URL: https://svnweb.freebsd.org/changeset/ports/412034 Log: math:R-cran-car: update to 2.1-2. Changes: - Add lmtest and sandwich as test dependencies. ChangeLog: - Modified scatter3d() so that plots can be embedded in HTML. Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Mon Mar 28 06:10:10 2016 (r412033) +++ head/math/R-cran-car/Makefile Mon Mar 28 06:45:00 2016 (r412034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-1 +DISTVERSION= 2.1-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,6 +14,8 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \ R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg +TEST_DEPENDS= R-cran-lmtest>=0.9.26:${PORTSDIR}/finance/R-cran-lmtest \ + R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich USES= cran Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Mon Mar 28 06:10:10 2016 (r412033) +++ head/math/R-cran-car/distinfo Mon Mar 28 06:45:00 2016 (r412034) @@ -1,2 +1,2 @@ -SHA256 (car_2.1-1.tar.gz) = 9d032939079e853552ce70cb0a738d6fb097447c63234f697e1b52cfaef0eff3 -SIZE (car_2.1-1.tar.gz) = 619595 +SHA256 (car_2.1-2.tar.gz) = 8cc3e57f172c8782a08960b508906d3201596a21f4b6c1dab8d4e59353093652 +SIZE (car_2.1-2.tar.gz) = 619120 From owner-svn-ports-all@freebsd.org Mon Mar 28 09:26:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC219ADF5FC; Mon, 28 Mar 2016 09:26:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 420C51F02; Mon, 28 Mar 2016 09:26:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x242.google.com with SMTP id 139so13338820wmn.2; Mon, 28 Mar 2016 02:26:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=OQ/tvxz5hbPxhW1dXCEto1kOf7fu9QOAQxJh+zHd/o4=; b=dxt5msOcQoxppd3/fJE3Zbq6K5giyTsCCR5CXBzDa0uRm1cqSDHvUIScWTQNztX7qZ OADh9jmZH2qefh7B6b4XFLVmT3nWVsscVnJWCvWaqUubku2reIOn6WpMHGsPzo02dmPJ OkTtnYXsM3Z2d9Kcx0/Tx++njTD8phBtZotgxugxHeJxOz8xSCcV2qRxgR5H/Wzbz4SA YInb5HhqZOg2/CwjBwxSSAuG9pJHcTYoG81BhJNqx5mNpEHXioTTQ16wOVx5sx5VMSFk tkNLEWdL20Fz4jcIm3U3rmkBlIPtpEPaDswo9vCF6Pj+Vl13RU3vhN9azggssqHmNSGS j2jQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=OQ/tvxz5hbPxhW1dXCEto1kOf7fu9QOAQxJh+zHd/o4=; b=Qf11K/4pdYS/AT7NmLizhWLU1oD34/6go0t/PGd+JfDq91mRjUlt7bTwn6WlkJTi2Q ynmjO83HhldkNnOsXs/rh81acc1mMHNvXBzkFHOGuSsAvnGBfqHN6lx8ExWBhDAqZSKi 2j43Gmq+GgZuqD6Nzm783tYrvh0lC52b3Qs3SDDmrEQ8ucn5uLir27LfFydJVt5EZDUa zAE7qfKOp7Gy2DUqJAoWOyu0AYsdpO5/RX4GQyDAWI4Q7dEibXONQFfyy4BlDXQ8aZKU 3ahkbgsqY6DV8prCzdC86yHGtT1NwwUYIitSyJGCYTxLW2YEaGCi66uWsoZMxaXxwSfq yx1w== X-Gm-Message-State: AD7BkJKhF4O4Tz9y/zN6rP05sOrOFm8o/rBXVSWKYhyb3buKUGLs3rpBG2w71oksRDQ04g== X-Received: by 10.28.187.212 with SMTP id l203mr10102203wmf.73.1459157158749; Mon, 28 Mar 2016 02:25:58 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id g203sm9290028wmf.23.2016.03.28.02.25.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Mar 2016 02:25:57 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 28 Mar 2016 11:25:56 +0200 From: Baptiste Daroussin To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412033 - in head/x11-toolkits: . Xmt Xmt/files Message-ID: <20160328092555.GE36953@ivaldir.etoilebsd.net> References: <201603280610.u2S6AAcf042437@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="idY8LE8SD6/8DnRI" Content-Disposition: inline In-Reply-To: <201603280610.u2S6AAcf042437@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 09:26:00 -0000 --idY8LE8SD6/8DnRI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2016 at 06:10:10AM +0000, Cy Schubert wrote: > Author: cy > Date: Mon Mar 28 06:10:10 2016 > New Revision: 412033 > URL: https://svnweb.freebsd.org/changeset/ports/412033 >=20 > Log: > Welcome the new x11-tookits/Xmt port. > =20 > Xmt is a Motif Tools library, introduced in the book Motif Tools > (ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers > of user interfaces tools that make Motif easier to use. Xmt consists > of the core library of additional widgets, utility programs, docs, > tutorials, and example code. Wow last release in 2001 a website where more than half of the links are de= ad links (in particular the documentation). This project is dead for more than= 15 years. Is there reallly any value added by having this port in? Maybe you p= lan to import some higher level ports using it? I don't really care, just it feels strange to add something abandonned for = that long in the ports tree. Best regards Bapt --idY8LE8SD6/8DnRI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW+PiDAAoJEGOJi9zxtz5aPWMQAKHhUV8licIOM6UotF68T4l1 7lY9aYCsxQv/WCqU06pjxNfZTM4t3xuEorg8dZA+rjmArApY6Lnm11pZid74hCK3 ay3rNxBhLarhfg7Fck9+Dx5xKrVjADOQw8sGdT4VjK/w3mLVSnDI6gzf0uU2H8WW IT7eDfDz8htLSO0eUtNluEzByamLXagkKilHjBd3edM6ZdtEYT7XMJsDrdA8zy/Q IK+JEg9mOBSeZk71cJTXdSkmvHRsXlfdWqW5zSJVgU9rs4ISbRRP30qqoaOeQoBM rZ/XTK2BwdT9or5tiuO0UwBwg7qcTuEwcAn7KgNHgVUecGKihK+6g+EyLLJncSPY ydCq252/XyQkbX0hvrKy1/gO1cn1/9mkpJSlfkVAwRt0ib6SUN6MD4I7AmAwOECq /i0gG2O3zT29BwfK0DPqBDyk/b8eQZDVKzu1kJNcyFY6RywQMa0CNxjelLGuPOjr Bxyf/AZLvhoqOzeQ7Il+xpid/TkMXqkC82bgFVF1ruMPdQkjmw2e1rC2+k80JXNW YJrJIqVDT3m9huFPCNkhR5Atsl8K2g/vxzt0Rhvm8BSK8uIwpWeOaCkuiYY9Cy3/ Yw7ElHVu+LuzEdBJAydFQkv57XqDGwCuycwCn+GFfCswtQrMtR2k6HE5Z4ViU8Jl QA18Hh5QJyNDKzDNRsm7 =nFi3 -----END PGP SIGNATURE----- --idY8LE8SD6/8DnRI-- From owner-svn-ports-all@freebsd.org Mon Mar 28 09:50:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28377AE0217; Mon, 28 Mar 2016 09:50:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 046101606; Mon, 28 Mar 2016 09:50:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S9oSAc008831; Mon, 28 Mar 2016 09:50:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2S9oRlc008820; Mon, 28 Mar 2016 09:50:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603280950.u2S9oRlc008820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 28 Mar 2016 09:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412035 - in head/net-mgmt/arpwatch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 09:50:29 -0000 Author: pi Date: Mon Mar 28 09:50:27 2016 New Revision: 412035 URL: https://svnweb.freebsd.org/changeset/ports/412035 Log: net-mgmt/arpwatch: some patches - take maintainer - add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks - makepatch conform patchfiles Modified: head/net-mgmt/arpwatch/Makefile head/net-mgmt/arpwatch/files/patch-Makefile.in head/net-mgmt/arpwatch/files/patch-arpsnmp.8 head/net-mgmt/arpwatch/files/patch-arpsnmp.c head/net-mgmt/arpwatch/files/patch-arpwatch.8 head/net-mgmt/arpwatch/files/patch-arpwatch.c head/net-mgmt/arpwatch/files/patch-configure head/net-mgmt/arpwatch/files/patch-db.c head/net-mgmt/arpwatch/files/patch-dns.c head/net-mgmt/arpwatch/files/patch-report.c head/net-mgmt/arpwatch/pkg-plist Modified: head/net-mgmt/arpwatch/Makefile ============================================================================== --- head/net-mgmt/arpwatch/Makefile Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/Makefile Mon Mar 28 09:50:27 2016 (r412035) @@ -3,12 +3,12 @@ PORTNAME= arpwatch DISTVERSION= 2.1a15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ GENTOO -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= Monitor arp & rarp requests LICENSE= BSD3CLAUSE Modified: head/net-mgmt/arpwatch/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/arpwatch/files/patch-Makefile.in Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-Makefile.in Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ --- Makefile.in.orig 2000-06-15 00:39:55 UTC +++ Makefile.in -@@ -31,7 +31,7 @@ +@@ -31,7 +31,7 @@ BINDEST = @sbindir@ # Pathname of directory to install the man page MANDEST = @mandir@ # Pathname of directory to install database file @@ -9,7 +9,7 @@ # VPATH srcdir = @srcdir@ -@@ -45,7 +45,7 @@ +@@ -45,7 +45,7 @@ CC = @CC@ PROG = arpwatch CCOPT = @V_CCOPT@ INCLS = -I. @V_INCLS@ @@ -18,7 +18,7 @@ # Standard CFLAGS CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -@@ -110,13 +110,13 @@ +@@ -110,13 +110,13 @@ zap: zap.o intoa.o $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil install: force Modified: head/net-mgmt/arpwatch/files/patch-arpsnmp.8 ============================================================================== --- head/net-mgmt/arpwatch/files/patch-arpsnmp.8 Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-arpsnmp.8 Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- arpsnmp.8.orig Sun Sep 17 16:34:48 2000 -+++ arpsnmp.8 Fri Jul 7 10:07:53 2006 -@@ -30,6 +30,9 @@ +--- arpsnmp.8.orig 2000-09-17 20:34:48 UTC ++++ arpsnmp.8 +@@ -30,6 +30,9 @@ arpsnmp - keep track of ethernet/ip addr ] [ .B -f .I datafile @@ -10,7 +10,7 @@ ] .I file [ -@@ -55,6 +58,12 @@ +@@ -55,6 +58,12 @@ flag is used to set the ethernet/ip addr The default is .IR arp.dat . .LP @@ -23,7 +23,7 @@ Note that an empty .I arp.dat file must be created before the first time you run -@@ -69,7 +78,7 @@ +@@ -69,7 +78,7 @@ man page for details on the report messa .na .nh .nf Modified: head/net-mgmt/arpwatch/files/patch-arpsnmp.c ============================================================================== --- head/net-mgmt/arpwatch/files/patch-arpsnmp.c Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-arpsnmp.c Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- arpsnmp.c.orig Mon Jan 18 01:47:40 1999 -+++ arpsnmp.c Thu Feb 22 22:47:29 2001 -@@ -68,6 +68,8 @@ +--- arpsnmp.c.orig 2004-01-22 22:25:17 UTC ++++ arpsnmp.c +@@ -68,6 +68,8 @@ __dead void usage(void) __attribute__((v char *prog; @@ -9,7 +9,7 @@ extern int optind; extern int opterr; extern char *optarg; -@@ -90,7 +92,7 @@ +@@ -90,7 +92,7 @@ main(int argc, char **argv) } opterr = 0; @@ -18,7 +18,7 @@ switch (op) { case 'd': -@@ -105,6 +107,10 @@ +@@ -105,6 +107,10 @@ main(int argc, char **argv) arpfile = optarg; break; @@ -29,7 +29,7 @@ default: usage(); } -@@ -184,6 +190,6 @@ +@@ -185,6 +191,6 @@ usage(void) (void)fprintf(stderr, "Version %s\n", version); (void)fprintf(stderr, Modified: head/net-mgmt/arpwatch/files/patch-arpwatch.8 ============================================================================== --- head/net-mgmt/arpwatch/files/patch-arpwatch.8 Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-arpwatch.8 Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,15 @@ ---- arpwatch.8.orig Sun Oct 8 16:31:28 2000 -+++ arpwatch.8 Fri Jul 7 10:03:53 2006 -@@ -38,6 +38,9 @@ +--- arpwatch.8.orig 2000-10-08 20:31:28 UTC ++++ arpwatch.8 +@@ -27,7 +27,7 @@ arpwatch - keep track of ethernet/ip add + .na + .B arpwatch + [ +-.B -dN ++.B -dNz + ] [ + .B -f + .I datafile +@@ -38,6 +38,9 @@ arpwatch - keep track of ethernet/ip add .br .ti +8 [ @@ -10,7 +19,7 @@ .B -n .IR net [/ width ]] [ -@@ -71,6 +74,12 @@ +@@ -71,6 +74,12 @@ The flag is used to override the default interface. .LP The @@ -23,7 +32,18 @@ .B -n flag specifies additional local networks. This can be useful to avoid "bogon" warnings when there is more than one network running -@@ -152,7 +161,7 @@ +@@ -83,6 +92,10 @@ The + flag disables reporting any bogons. + .LP + The ++.B -z ++flag disables reporting 0.0.0.0 changes, helpful in busy DHCP networks. ++.LP ++The + .B -r + flag is used to specify a savefile + (perhaps created by +@@ -152,7 +165,7 @@ addresses was a DECnet address. .na .nh .nf Modified: head/net-mgmt/arpwatch/files/patch-arpwatch.c ============================================================================== --- head/net-mgmt/arpwatch/files/patch-arpwatch.c Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-arpwatch.c Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- arpwatch.c.orig Thu Jan 22 17:18:20 2004 -+++ arpwatch.c Thu Jul 20 12:30:08 2006 -@@ -107,6 +107,8 @@ +--- arpwatch.c.orig 2004-01-22 22:18:20 UTC ++++ arpwatch.c +@@ -107,6 +107,8 @@ struct rtentry; char *prog; @@ -9,27 +9,30 @@ int can_checkpoint; int swapped; int nobogons; -@@ -170,7 +172,7 @@ +@@ -170,7 +172,7 @@ main(int argc, char **argv) interface = NULL; rfilename = NULL; pd = NULL; - while ((op = getopt(argc, argv, "df:i:n:Nr:")) != EOF) -+ while ((op = getopt(argc, argv, "df:i:m:n:Nr:")) != EOF) ++ while ((op = getopt(argc, argv, "dzf:i:m:n:Nr:")) != EOF) switch (op) { case 'd': -@@ -202,6 +204,10 @@ +@@ -202,6 +204,13 @@ main(int argc, char **argv) rfilename = optarg; break; + case 'm': + Watcher = optarg; + break; ++ case 'z': ++ zeroflag = 1; ++ break; + default: usage(); } -@@ -321,7 +327,6 @@ +@@ -321,7 +330,6 @@ main(int argc, char **argv) (void)setsignal(SIGINT, die); (void)setsignal(SIGTERM, die); @@ -37,7 +40,7 @@ if (rfilename == NULL) { (void)setsignal(SIGQUIT, checkpoint); (void)setsignal(SIGALRM, checkpoint); -@@ -751,6 +756,6 @@ +@@ -751,6 +759,6 @@ usage(void) (void)fprintf(stderr, "Version %s\n", version); (void)fprintf(stderr, "usage: %s [-dN] [-f datafile] [-i interface]" Modified: head/net-mgmt/arpwatch/files/patch-configure ============================================================================== --- head/net-mgmt/arpwatch/files/patch-configure Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-configure Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- configure.orig Wed Jun 21 16:32:38 2006 -+++ configure Fri Jul 7 09:57:50 2006 -@@ -1419,7 +1419,7 @@ +--- configure.orig 2006-06-21 20:32:38 UTC ++++ configure +@@ -1419,7 +1419,7 @@ if test "${with_gcc+set}" = set; then withval="$with_gcc" fi; @@ -9,7 +9,7 @@ V_INCLS="" if test "${srcdir}" != "." ; then V_INCLS="-I\$\(srcdir\)" -@@ -5299,7 +5299,7 @@ +@@ -5299,7 +5299,7 @@ echo "${ECHO_T}$ac_cv_lbl_gcc_vers" >&6 fi V_CCOPT="$V_CCOPT -Wall" if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then Modified: head/net-mgmt/arpwatch/files/patch-db.c ============================================================================== --- head/net-mgmt/arpwatch/files/patch-db.c Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-db.c Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- db.c.orig Sat Sep 30 19:39:58 2000 -+++ db.c Tue Apr 13 17:42:20 2004 -@@ -283,7 +283,7 @@ +--- db.c.orig 2000-09-30 23:39:58 UTC ++++ db.c +@@ -283,7 +283,7 @@ elist_alloc(register u_int32_t a, regist BCOPY(e, ep->e, 6); if (h == NULL && !initializing) h = getsname(a); @@ -9,7 +9,7 @@ strcpy(ep->h, h); ep->t = t; return (ep); -@@ -301,7 +301,7 @@ +@@ -301,7 +301,7 @@ check_hname(register struct ainfo *ap) return; ep = ap->elist[0]; h = getsname(ap->a); Modified: head/net-mgmt/arpwatch/files/patch-dns.c ============================================================================== --- head/net-mgmt/arpwatch/files/patch-dns.c Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-dns.c Mon Mar 28 09:50:27 2016 (r412035) @@ -1,15 +1,15 @@ ---- dns.c.orig Fri Oct 13 21:50:52 2000 -+++ dns.c Tue Apr 13 17:35:07 2004 -@@ -137,7 +137,7 @@ +--- dns.c.orig 2000-10-14 01:50:52 UTC ++++ dns.c +@@ -137,7 +137,7 @@ gethinfo(register char *hostname, regist return (0); } - + -/* Return the cannonical name of the host */ +/* Return the canonical name of the host (NULL if not found) */ char * gethname(u_int32_t a) { -@@ -150,18 +150,18 @@ +@@ -150,18 +150,18 @@ gethname(u_int32_t a) hp = gethostbyaddr((char *)&a, sizeof(a), AF_INET); _res.options = options; if (hp == NULL) @@ -17,14 +17,14 @@ + return NULL; return (hp->h_name); } - + -/* Return the simple name of the host */ +/* Return the simple name of the host (NULL if not found) */ char * getsname(register u_int32_t a) { register char *s, *cp; - + s = gethname(a); - if (!isdigit((int)*s)) { + if (s != NULL) { Modified: head/net-mgmt/arpwatch/files/patch-report.c ============================================================================== --- head/net-mgmt/arpwatch/files/patch-report.c Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/files/patch-report.c Mon Mar 28 09:50:27 2016 (r412035) @@ -1,6 +1,6 @@ ---- report.c.orig Sat Sep 30 19:41:10 2000 -+++ report.c Tue Apr 13 17:47:16 2004 -@@ -45,6 +45,8 @@ +--- report.c.orig 2000-09-30 23:41:10 UTC ++++ report.c +@@ -45,6 +45,8 @@ struct rtentry; #include #include @@ -9,7 +9,7 @@ #include #include #include -@@ -70,6 +72,8 @@ +@@ -70,6 +72,8 @@ struct rtentry; #define PLURAL(n) ((n) == 1 || (n) == -1 ? "" : "s") @@ -18,7 +18,7 @@ static int cdepth; /* number of outstanding children */ static char *fmtdate(time_t); -@@ -240,7 +244,7 @@ +@@ -240,7 +244,7 @@ report(register char *title, register u_ register FILE *f; char tempfile[64], cpu[64], os[64]; char *fmt = "%20s: %s\n"; @@ -27,7 +27,19 @@ char *watchee = WATCHEE; char *sendmail = PATH_SENDMAIL; char *unknown = ""; -@@ -303,7 +307,7 @@ +@@ -251,6 +255,11 @@ report(register char *title, register u_ + if (initializing) + return; + ++ /* No mail for 0.0.0.0 if -z */ ++ if (zeroflag == 1 && strncmp("0.0.0.0",intoa(a),16) == 0 ) { ++ dosyslog(LOG_NOTICE, title, a, e1, e2); ++ return; ++ } + if (debug) { + if (debug > 1) { + dosyslog(LOG_NOTICE, title, a, e1, e2); +@@ -303,7 +312,7 @@ report(register char *title, register u_ (void)fprintf(f, "From: %s\n", watchee); (void)fprintf(f, "To: %s\n", watcher); hn = gethname(a); @@ -36,7 +48,7 @@ (void)fprintf(f, "Subject: %s (%s)\n", title, hn); else { (void)fprintf(f, "Subject: %s\n", title); -@@ -344,6 +348,25 @@ +@@ -344,6 +353,25 @@ report(register char *title, register u_ exit(1); } /* XXX Need to freopen()? */ Modified: head/net-mgmt/arpwatch/pkg-plist ============================================================================== --- head/net-mgmt/arpwatch/pkg-plist Mon Mar 28 06:45:00 2016 (r412034) +++ head/net-mgmt/arpwatch/pkg-plist Mon Mar 28 09:50:27 2016 (r412035) @@ -10,6 +10,6 @@ man/man8/arpsnmp.8.gz man/man8/arpwatch.8.gz sbin/arpsnmp sbin/arpwatch -@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat -@exec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat +@postexec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat +@preunexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat @dir(,operator,0755) arpwatch From owner-svn-ports-all@freebsd.org Mon Mar 28 10:09:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBE07AE08B8; Mon, 28 Mar 2016 10:09:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5BA1FAC; Mon, 28 Mar 2016 10:09:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SA9fZQ014965; Mon, 28 Mar 2016 10:09:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SA9f6a014963; Mon, 28 Mar 2016 10:09:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603281009.u2SA9f6a014963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 28 Mar 2016 10:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412036 - in head/ports-mgmt/synth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 10:09:42 -0000 Author: marino Date: Mon Mar 28 10:09:41 2016 New Revision: 412036 URL: https://svnweb.freebsd.org/changeset/ports/412036 Log: ports-mgmt/synth: Fix regression The empty-queue check was supposed to improve pre-fetch behavior, but it negatively affected other use modes, so remove the check for now. Added: head/ports-mgmt/synth/files/ head/ports-mgmt/synth/files/patch-src_portscan-pilot.adb (contents, props changed) Modified: head/ports-mgmt/synth/Makefile Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Mon Mar 28 09:50:27 2016 (r412035) +++ head/ports-mgmt/synth/Makefile Mon Mar 28 10:09:41 2016 (r412036) @@ -4,6 +4,7 @@ PORTNAME= synth PORTVERSION= 1.33 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org Added: head/ports-mgmt/synth/files/patch-src_portscan-pilot.adb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/synth/files/patch-src_portscan-pilot.adb Mon Mar 28 10:09:41 2016 (r412036) @@ -0,0 +1,12 @@ +--- src/portscan-pilot.adb.orig 2016-03-27 14:03:52 UTC ++++ src/portscan-pilot.adb +@@ -275,9 +275,6 @@ package body PortScan.Pilot is + (repository => JT.USS (PM.configuration.dir_repository), + dry_run => dry_run, suppress_remote => block_remote); + bld_counter := (OPS.queue_length, 0, 0, 0, 0); +- if PKG.queue_is_empty then +- return False; +- end if; + if dry_run then + return True; + end if; From owner-svn-ports-all@freebsd.org Mon Mar 28 10:13:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F069BAE09ED; Mon, 28 Mar 2016 10:13:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96C3612BB; Mon, 28 Mar 2016 10:13:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SADdgd017825; Mon, 28 Mar 2016 10:13:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SADdXD017822; Mon, 28 Mar 2016 10:13:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281013.u2SADdXD017822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 10:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412037 - head/security/elixir-comeonin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 10:13:41 -0000 Author: olgeni Date: Mon Mar 28 10:13:39 2016 New Revision: 412037 URL: https://svnweb.freebsd.org/changeset/ports/412037 Log: Update security/elixir-comeonin to version 2.3. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo head/security/elixir-comeonin/pkg-plist Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Mon Mar 28 10:09:41 2016 (r412036) +++ head/security/elixir-comeonin/Makefile Mon Mar 28 10:13:39 2016 (r412037) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 2.1.0 +PORTVERSION= 2.3 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Mon Mar 28 10:09:41 2016 (r412036) +++ head/security/elixir-comeonin/distinfo Mon Mar 28 10:13:39 2016 (r412037) @@ -1,2 +1,2 @@ -SHA256 (elixircnx-comeonin-v2.1.0_GH0.tar.gz) = 518fce02731d826f8b5293e67dbe8a517f861c002e827bc0279ff90407212b8e -SIZE (elixircnx-comeonin-v2.1.0_GH0.tar.gz) = 30347 +SHA256 (elixircnx-comeonin-v2.3_GH0.tar.gz) = 7122c209ae2b09965487b5cf1fcb1f82a6d127bca9221a73c824b3b25d81ddea +SIZE (elixircnx-comeonin-v2.3_GH0.tar.gz) = 31879 Modified: head/security/elixir-comeonin/pkg-plist ============================================================================== --- head/security/elixir-comeonin/pkg-plist Mon Mar 28 10:09:41 2016 (r412036) +++ head/security/elixir-comeonin/pkg-plist Mon Mar 28 10:13:39 2016 (r412037) @@ -1,6 +1,7 @@ lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Config.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Otp.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2.Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Tools.beam @@ -10,6 +11,7 @@ lib/elixir/lib/comeonin/lib/comeonin.ex lib/elixir/lib/comeonin/lib/comeonin/bcrypt.ex lib/elixir/lib/comeonin/lib/comeonin/bcrypt/base64.ex lib/elixir/lib/comeonin/lib/comeonin/config.ex +lib/elixir/lib/comeonin/lib/comeonin/otp.ex lib/elixir/lib/comeonin/lib/comeonin/pbkdf2.ex lib/elixir/lib/comeonin/lib/comeonin/pbkdf2/base64.ex lib/elixir/lib/comeonin/lib/comeonin/tools.ex From owner-svn-ports-all@freebsd.org Mon Mar 28 10:16:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E321EAE0A61; Mon, 28 Mar 2016 10:16:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFA9614C3; Mon, 28 Mar 2016 10:16:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SAG4bh018020; Mon, 28 Mar 2016 10:16:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SAG4qU018018; Mon, 28 Mar 2016 10:16:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281016.u2SAG4qU018018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 10:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412038 - head/devel/elixir-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 10:16:06 -0000 Author: olgeni Date: Mon Mar 28 10:16:04 2016 New Revision: 412038 URL: https://svnweb.freebsd.org/changeset/ports/412038 Log: Update devel/elixir-csv to version 1.3.3. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Mon Mar 28 10:13:39 2016 (r412037) +++ head/devel/elixir-csv/Makefile Mon Mar 28 10:16:04 2016 (r412038) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Mon Mar 28 10:13:39 2016 (r412037) +++ head/devel/elixir-csv/distinfo Mon Mar 28 10:16:04 2016 (r412038) @@ -1,2 +1,2 @@ -SHA256 (beatrichartz-csv-v1.3.2_GH0.tar.gz) = e58e0107f14e6d75c3c1b9ca238e3ae36b8ff14b01d70df17a8c78193b164c59 -SIZE (beatrichartz-csv-v1.3.2_GH0.tar.gz) = 15706 +SHA256 (beatrichartz-csv-v1.3.3_GH0.tar.gz) = 5cf567a4348042b43685dacd32d1e9624db07129ae08388633df34da5bb63d00 +SIZE (beatrichartz-csv-v1.3.3_GH0.tar.gz) = 15772 From owner-svn-ports-all@freebsd.org Mon Mar 28 11:06:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 772B3AE08A2; Mon, 28 Mar 2016 11:06:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 384721830; Mon, 28 Mar 2016 11:06:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SB6b1l032892; Mon, 28 Mar 2016 11:06:37 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SB6bCQ032889; Mon, 28 Mar 2016 11:06:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281106.u2SB6bCQ032889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 11:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412039 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 11:06:38 -0000 Author: olgeni Date: Mon Mar 28 11:06:36 2016 New Revision: 412039 URL: https://svnweb.freebsd.org/changeset/ports/412039 Log: Update devel/elixir-timex to version 2.1.2. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/pkg-plist Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Mon Mar 28 10:16:04 2016 (r412038) +++ head/devel/elixir-timex/Makefile Mon Mar 28 11:06:36 2016 (r412039) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/elixir-combine \ + devel/elixir-gettext \ devel/elixir-tzdata \ www/elixir-httpoison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Mon Mar 28 10:16:04 2016 (r412038) +++ head/devel/elixir-timex/distinfo Mon Mar 28 11:06:36 2016 (r412039) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-2.1.1_GH0.tar.gz) = c034f4af0cd321d0649f9db598934bd0ebc4bf8c69d58f0fd75bbf9d3850f51e -SIZE (bitwalker-timex-2.1.1_GH0.tar.gz) = 123452 +SHA256 (bitwalker-timex-2.1.2_GH0.tar.gz) = 80a1c22900337db97c2e60210927d9a3b77527504579b85b58aa7617654e85ee +SIZE (bitwalker-timex-2.1.2_GH0.tar.gz) = 135265 Modified: head/devel/elixir-timex/pkg-plist ============================================================================== --- head/devel/elixir-timex/pkg-plist Mon Mar 28 10:16:04 2016 (r412038) +++ head/devel/elixir-timex/pkg-plist Mon Mar 28 11:06:36 2016 (r412039) @@ -25,11 +25,13 @@ lib/elixir/lib/timex/ebin/Elixir.Timex.D lib/elixir/lib/timex/ebin/Elixir.Timex.DateTime.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatter.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.Default.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.Relative.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.Strftime.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.FormatError.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatter.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatters.Default.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatters.Humanized.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Gettext.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Helpers.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Interval.FormatError.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Interval.beam @@ -54,6 +56,7 @@ lib/elixir/lib/timex/ebin/Elixir.Timex.T lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.Local.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.beam lib/elixir/lib/timex/ebin/Elixir.Timex.TimezoneInfo.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Translator.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Types.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Utils.beam lib/elixir/lib/timex/ebin/Elixir.Timex.beam @@ -79,12 +82,15 @@ lib/elixir/lib/timex/lib/datetime/dateti lib/elixir/lib/timex/lib/datetime/inspect.ex lib/elixir/lib/timex/lib/format/datetime/formatter.ex lib/elixir/lib/timex/lib/format/datetime/formatters/default.ex +lib/elixir/lib/timex/lib/format/datetime/formatters/relative.ex lib/elixir/lib/timex/lib/format/datetime/formatters/strftime.ex lib/elixir/lib/timex/lib/format/format_error.ex lib/elixir/lib/timex/lib/format/time/formatter.ex lib/elixir/lib/timex/lib/format/time/formatters/default.ex lib/elixir/lib/timex/lib/format/time/formatters/humanized.ex lib/elixir/lib/timex/lib/interval/interval.ex +lib/elixir/lib/timex/lib/l10n/gettext.ex +lib/elixir/lib/timex/lib/l10n/translator.ex lib/elixir/lib/timex/lib/parse/datetime/helpers.ex lib/elixir/lib/timex/lib/parse/datetime/parser.ex lib/elixir/lib/timex/lib/parse/datetime/parsers.ex @@ -110,4 +116,32 @@ lib/elixir/lib/timex/lib/timezone/timezo lib/elixir/lib/timex/lib/timezone/timezone_local.ex lib/elixir/lib/timex/priv/olson_to_win.exs lib/elixir/lib/timex/priv/standard_to_olson.exs +lib/elixir/lib/timex/priv/translations/day_periods.pot +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/weekdays.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/weekdays.po +lib/elixir/lib/timex/priv/translations/months.pot +lib/elixir/lib/timex/priv/translations/numbers.pot +lib/elixir/lib/timex/priv/translations/relative_time.pot +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/weekdays.po +lib/elixir/lib/timex/priv/translations/symbols.pot +lib/elixir/lib/timex/priv/translations/units.pot +lib/elixir/lib/timex/priv/translations/weekdays.pot %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Mar 28 11:06:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DFEFAE08E5; Mon, 28 Mar 2016 11:06:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F2501954; Mon, 28 Mar 2016 11:06:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SB6wHR033014; Mon, 28 Mar 2016 11:06:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SB6wlS033012; Mon, 28 Mar 2016 11:06:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281106.u2SB6wlS033012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 11:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412040 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 11:06:59 -0000 Author: olgeni Date: Mon Mar 28 11:06:58 2016 New Revision: 412040 URL: https://svnweb.freebsd.org/changeset/ports/412040 Log: Update databases/elixir-timex_ecto to version 1.0.4. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Mon Mar 28 11:06:36 2016 (r412039) +++ head/databases/elixir-timex_ecto/Makefile Mon Mar 28 11:06:58 2016 (r412040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Mon Mar 28 11:06:36 2016 (r412039) +++ head/databases/elixir-timex_ecto/distinfo Mon Mar 28 11:06:58 2016 (r412040) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex_ecto-1.0.3_GH0.tar.gz) = 449dd3012fd97aa327d91650e822d9fc6f2a7690bc40cac2fc51cf3ad5f43166 -SIZE (bitwalker-timex_ecto-1.0.3_GH0.tar.gz) = 6169 +SHA256 (bitwalker-timex_ecto-1.0.4_GH0.tar.gz) = 5ccbfe5be9d601d1c545387e1c6cfbf9d004d566e17d4bed8ef5de01e402cb92 +SIZE (bitwalker-timex_ecto-1.0.4_GH0.tar.gz) = 6181 From owner-svn-ports-all@freebsd.org Mon Mar 28 11:07:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63BB4AE0953; Mon, 28 Mar 2016 11:07:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33EC01A32; Mon, 28 Mar 2016 11:07:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SB7QwQ033144; Mon, 28 Mar 2016 11:07:26 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SB7Q6W033142; Mon, 28 Mar 2016 11:07:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281107.u2SB7Q6W033142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 11:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412041 - head/devel/elixir-quantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 11:07:27 -0000 Author: olgeni Date: Mon Mar 28 11:07:26 2016 New Revision: 412041 URL: https://svnweb.freebsd.org/changeset/ports/412041 Log: Update devel/elixir-quantum to version 1.7.1. Modified: head/devel/elixir-quantum/Makefile head/devel/elixir-quantum/distinfo Modified: head/devel/elixir-quantum/Makefile ============================================================================== --- head/devel/elixir-quantum/Makefile Mon Mar 28 11:06:58 2016 (r412040) +++ head/devel/elixir-quantum/Makefile Mon Mar 28 11:07:26 2016 (r412041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= quantum -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -17,6 +17,8 @@ GH_ACCOUNT= c-rack GH_PROJECT= quantum-elixir ELIXIR_APP_NAME=quantum +MIX_BUILD_DEPS= devel/elixir-timex +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes .include Modified: head/devel/elixir-quantum/distinfo ============================================================================== --- head/devel/elixir-quantum/distinfo Mon Mar 28 11:06:58 2016 (r412040) +++ head/devel/elixir-quantum/distinfo Mon Mar 28 11:07:26 2016 (r412041) @@ -1,2 +1,2 @@ -SHA256 (c-rack-quantum-elixir-v1.7.0_GH0.tar.gz) = 1a4bcae0673596be72f9ed3db2ffdc0399435ecd46245fb4bc127e1f37e33302 -SIZE (c-rack-quantum-elixir-v1.7.0_GH0.tar.gz) = 17919 +SHA256 (c-rack-quantum-elixir-v1.7.1_GH0.tar.gz) = e96c0eb38634e8283855d11a4ac780f808bc90f526aeb953ab8121ce0b684458 +SIZE (c-rack-quantum-elixir-v1.7.1_GH0.tar.gz) = 18837 From owner-svn-ports-all@freebsd.org Mon Mar 28 11:33:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC262ADE322; Mon, 28 Mar 2016 11:33:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41B016C8; Mon, 28 Mar 2016 11:33:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SBX9AD041901; Mon, 28 Mar 2016 11:33:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SBX9X3041898; Mon, 28 Mar 2016 11:33:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603281133.u2SBX9X3041898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 28 Mar 2016 11:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412042 - head/dns/erlang-idna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 11:33:11 -0000 Author: olgeni Date: Mon Mar 28 11:33:09 2016 New Revision: 412042 URL: https://svnweb.freebsd.org/changeset/ports/412042 Log: Update dns/erlang-idna to version 1.2.0. Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/pkg-plist Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Mon Mar 28 11:07:26 2016 (r412041) +++ head/dns/erlang-idna/Makefile Mon Mar 28 11:33:09 2016 (r412042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= dns PKGNAMEPREFIX= erlang- Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Mon Mar 28 11:07:26 2016 (r412041) +++ head/dns/erlang-idna/distinfo Mon Mar 28 11:33:09 2016 (r412042) @@ -1,2 +1,2 @@ -SHA256 (benoitc-erlang-idna-1.1.0_GH0.tar.gz) = d3308eea7e97888b66b5c3a55185d49463900ef548606e7e42f5adc71c630ea8 -SIZE (benoitc-erlang-idna-1.1.0_GH0.tar.gz) = 117143 +SHA256 (benoitc-erlang-idna-1.2.0_GH0.tar.gz) = 0fa997f1a2379eb01538af1d4700002500fa49aecfbbea9fb19fbb55c46c4446 +SIZE (benoitc-erlang-idna-1.2.0_GH0.tar.gz) = 129575 Modified: head/dns/erlang-idna/pkg-plist ============================================================================== --- head/dns/erlang-idna/pkg-plist Mon Mar 28 11:07:26 2016 (r412041) +++ head/dns/erlang-idna/pkg-plist Mon Mar 28 11:33:09 2016 (r412042) @@ -2,13 +2,14 @@ lib/erlang/lib/idna-%%VERSION%%/ebin/idn lib/erlang/lib/idna-%%VERSION%%/ebin/idna.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam -lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data1.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data2.beam lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam lib/erlang/lib/idna-%%VERSION%%/src/idna.app.src lib/erlang/lib/idna-%%VERSION%%/src/idna.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.hrl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data1.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data2.erl lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Mar 28 12:02:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48572ADF2FF; Mon, 28 Mar 2016 12:02:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3F661608; Mon, 28 Mar 2016 12:02:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SC27RE050904; Mon, 28 Mar 2016 12:02:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SC26xi050901; Mon, 28 Mar 2016 12:02:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603281202.u2SC26xi050901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 28 Mar 2016 12:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412043 - in head/lang/perl5-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:02:08 -0000 Author: mat Date: Mon Mar 28 12:02:06 2016 New Revision: 412043 URL: https://svnweb.freebsd.org/changeset/ports/412043 Log: Update to v5.23.9-30-g4caf7d8. Changes: https://github.com/Perl/perl5/compare/v5.23.9-7-gd1fa969...v5.23.9-30-g4caf7d8 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/files/patch-Configure (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Mar 28 11:33:09 2016 (r412042) +++ head/lang/perl5-devel/Makefile Mon Mar 28 12:02:06 2016 (r412043) @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.9-7-gd1fa969 +GH_TAGNAME= v5.23.9-30-g4caf7d8 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Mar 28 11:33:09 2016 (r412042) +++ head/lang/perl5-devel/distinfo Mon Mar 28 12:02:06 2016 (r412043) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.9-7_GH0.tar.gz) = 360e3f07f4776eb2114035c7a59da4a864f9e0306c8484b776de1bef1d2b9856 -SIZE (perl/perl-5.23.9-7_GH0.tar.gz) = 17860165 +SHA256 (perl/perl-5.23.9-30_GH0.tar.gz) = c39da02236981dc5acaea469134836083907e393e836a4640d11b7d15bb048f3 +SIZE (perl/perl-5.23.9-30_GH0.tar.gz) = 17864815 Modified: head/lang/perl5-devel/files/patch-Configure ============================================================================== --- head/lang/perl5-devel/files/patch-Configure Mon Mar 28 11:33:09 2016 (r412042) +++ head/lang/perl5-devel/files/patch-Configure Mon Mar 28 12:02:06 2016 (r412043) @@ -1,6 +1,6 @@ ---- Configure.orig 2016-03-20 17:57:16 UTC +--- Configure.orig 2016-03-28 00:24:24 UTC +++ Configure -@@ -3860,7 +3860,10 @@ esac +@@ -3861,7 +3861,10 @@ esac . ./posthint.sh : who configured the system @@ -12,7 +12,7 @@ case "$cf_by" in "") cf_by=`(logname) 2>/dev/null` -@@ -5041,7 +5044,7 @@ esac +@@ -5042,7 +5045,7 @@ esac : Now check and see which directories actually exist, avoiding duplicates for xxx in $dlist do @@ -21,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9615,8 +9618,7 @@ prefixvar=siteman3dir +@@ -9616,8 +9619,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in From owner-svn-ports-all@freebsd.org Mon Mar 28 12:05:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67358ADF42D; Mon, 28 Mar 2016 12:05:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4398417EB; Mon, 28 Mar 2016 12:05:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SC58PZ051146; Mon, 28 Mar 2016 12:05:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SC58SD051142; Mon, 28 Mar 2016 12:05:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603281205.u2SC58SD051142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 28 Mar 2016 12:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412044 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:05:09 -0000 Author: mat Date: Mon Mar 28 12:05:07 2016 New Revision: 412044 URL: https://svnweb.freebsd.org/changeset/ports/412044 Log: Update to latest snapshot. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Mar 28 12:02:06 2016 (r412043) +++ head/dns/bind9-devel/Makefile Mon Mar 28 12:05:07 2016 (r412044) @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160321 -HASH= 0993cd5 +ISCVERSION= 9.11.0.a20160327 +HASH= dd185fb MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Mar 28 12:02:06 2016 (r412043) +++ head/dns/bind9-devel/distinfo Mon Mar 28 12:05:07 2016 (r412044) @@ -1,2 +1,2 @@ -SHA256 (bind9-0993cd5.tar.gz) = 190eaf201c0df021f81bf0d1d7de843e04214993deb0e7751dec222c65615229 -SIZE (bind9-0993cd5.tar.gz) = 11692327 +SHA256 (bind9-dd185fb.tar.gz) = 44d24a44415e09cfad13abbdfdab6e58b8cd2733db72eabfe6085a6872d04f78 +SIZE (bind9-dd185fb.tar.gz) = 11693475 Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Mar 28 12:02:06 2016 (r412043) +++ head/dns/bind9-devel/files/patch-configure Mon Mar 28 12:05:07 2016 (r412044) @@ -1,6 +1,6 @@ ---- configure.orig 2016-03-09 04:02:43 UTC +--- configure.orig 2016-03-26 21:25:44 UTC +++ configure -@@ -14151,27 +14151,9 @@ done +@@ -14152,27 +14152,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14214,47 +14196,7 @@ $as_echo "no" >&6; } ;; +@@ -14215,47 +14197,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -21949,7 +21891,7 @@ $as_echo "" >&6; } +@@ -22061,7 +22003,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Mar 28 12:02:06 2016 (r412043) +++ head/dns/bind9-devel/pkg-plist Mon Mar 28 12:05:07 2016 (r412044) @@ -3,6 +3,7 @@ bin/delv bin/dig bin/host bin/isc-config.sh +bin/mdig bin/nslookup bin/nsupdate include/bind9/check.h @@ -58,6 +59,7 @@ include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/nsec3.h +include/dns/nta.h include/dns/opcode.h include/dns/order.h include/dns/peer.h @@ -157,6 +159,7 @@ include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h +include/isc/meminfo.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h @@ -401,7 +404,6 @@ sbin/dnssec-verify sbin/genrandom sbin/isc-hmac-fixup sbin/lwresd -sbin/mdig sbin/named sbin/named-checkconf sbin/named-checkzone From owner-svn-ports-all@freebsd.org Mon Mar 28 12:05:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69F1EADF44B; Mon, 28 Mar 2016 12:05:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1417418AC; Mon, 28 Mar 2016 12:05:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SC5Eht051250; Mon, 28 Mar 2016 12:05:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SC5Eop051249; Mon, 28 Mar 2016 12:05:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603281205.u2SC5Eop051249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 28 Mar 2016 12:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412045 - head/sysutils/3dm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:05:15 -0000 Author: mat Date: Mon Mar 28 12:05:13 2016 New Revision: 412045 URL: https://svnweb.freebsd.org/changeset/ports/412045 Log: Use LICENSE* instead of RESTRICTED, and USES=zip. PR: 205746 Submitted by: maintainer Sponsored by: Absolight Modified: head/sysutils/3dm/Makefile (contents, props changed) Modified: head/sysutils/3dm/Makefile ============================================================================== --- head/sysutils/3dm/Makefile Mon Mar 28 12:05:07 2016 (r412044) +++ head/sysutils/3dm/Makefile Mon Mar 28 12:05:13 2016 (r412045) @@ -3,20 +3,22 @@ PORTNAME= 3dm PORTVERSION= 2.11.00.021 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ -DISTFILES= 3DM2_CLI-freebsd_10-2-2-1_9-5-5-1.zip +DISTNAME= 3DM2_CLI-freebsd_10-2-2-1_9-5-5-1 DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server -RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} +LICENSE= 3dm +LICENSE_NAME= AVAGO +LICENSE_TEXT= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.avagotech.com/products/server-storage/raid-controllers/3ware-sas-9750-24i4e +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +USES= zip USE_RC_SUBR= 3dm2 SUB_FILES= pkg-message 3dm2.conf.sample SUB_LIST= HOSTNAME=`hostname` From owner-svn-ports-all@freebsd.org Mon Mar 28 12:11:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D807ADF64B; Mon, 28 Mar 2016 12:11:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D14C11CEB; Mon, 28 Mar 2016 12:11:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SCBspI052253; Mon, 28 Mar 2016 12:11:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SCBs2N052252; Mon, 28 Mar 2016 12:11:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603281211.u2SCBs2N052252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 12:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412046 - head/www/rubygem-task_list X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:11:55 -0000 Author: swills Date: Mon Mar 28 12:11:53 2016 New Revision: 412046 URL: https://svnweb.freebsd.org/changeset/ports/412046 Log: www/rubygem-task_list: change dependeny to rubygem-html-pipeline1 PR: 207802 Submitted by: Torsten Zühlsdorff Modified: head/www/rubygem-task_list/Makefile Modified: head/www/rubygem-task_list/Makefile ============================================================================== --- head/www/rubygem-task_list/Makefile Mon Mar 28 12:05:13 2016 (r412045) +++ head/www/rubygem-task_list/Makefile Mon Mar 28 12:11:53 2016 (r412046) @@ -12,7 +12,7 @@ COMMENT= GitHub-flavored-Markdown TaskLi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-html-pipeline>=0:${PORTSDIR}/textproc/rubygem-html-pipeline +RUN_DEPENDS= rubygem-html-pipeline1>=0:${PORTSDIR}/textproc/rubygem-html-pipeline1 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Mon Mar 28 12:19:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3702ADF9DF; Mon, 28 Mar 2016 12:19:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66FF7104E; Mon, 28 Mar 2016 12:19:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SCJLAQ054610; Mon, 28 Mar 2016 12:19:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SCJLtI054606; Mon, 28 Mar 2016 12:19:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603281219.u2SCJLtI054606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 12:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412047 - in head/net: . rubygem-omniauth-cas3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:19:22 -0000 Author: swills Date: Mon Mar 28 12:19:21 2016 New Revision: 412047 URL: https://svnweb.freebsd.org/changeset/ports/412047 Log: net/rubygem-omniauth-cas3: add port CAS 3.0 Strategy for OmniAuth WWW: https://github.com/tduehr/omniauth-cas3 PR: 208352 Submitted by: Johannes Jost Meixner Added: head/net/rubygem-omniauth-cas3/ head/net/rubygem-omniauth-cas3/Makefile (contents, props changed) head/net/rubygem-omniauth-cas3/distinfo (contents, props changed) head/net/rubygem-omniauth-cas3/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 28 12:11:53 2016 (r412046) +++ head/net/Makefile Mon Mar 28 12:19:21 2016 (r412047) @@ -1129,6 +1129,7 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-azure-oauth2 + SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse Added: head/net/rubygem-omniauth-cas3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/Makefile Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,23 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= omniauth-cas3 +PORTVERSION= 1.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= CAS 3.0 Strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ + rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-omniauth-cas3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/distinfo Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f +SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 Added: head/net/rubygem-omniauth-cas3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/pkg-descr Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,3 @@ +CAS 3.0 Strategy for OmniAuth + +WWW: https://github.com/tduehr/omniauth-cas3 From owner-svn-ports-all@freebsd.org Mon Mar 28 14:02:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AE08AE049E; Mon, 28 Mar 2016 14:02:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 90DB91E7E; Mon, 28 Mar 2016 14:02:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8F7301936; Mon, 28 Mar 2016 14:02:47 +0000 (UTC) Date: Mon, 28 Mar 2016 14:02:47 +0000 From: Alexey Dokuchaev To: marino@freebsd.org Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411712 - in head/sysutils/rename: . files Message-ID: <20160328140247.GA27920@FreeBSD.org> References: <201603231406.u2NE6VQa075069@repo.freebsd.org> <20160323142328.GA64753@FreeBSD.org> <56F2A825.8010703@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56F2A825.8010703@marino.st> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:02:47 -0000 On Wed, Mar 23, 2016 at 03:28:53PM +0100, John Marino wrote: > On 3/23/2016 3:23 PM, Alexey Dokuchaev wrote: > > > [ pkg-descr changes stripped ] > > > > There was nothing wrong with previous version, and it has nothing to do > > with "update to 1.99.2" anyways, please reinstate it. > > But there is nothing wrong with the current version either, so there's > nothing to be gained by a commit war. > > Plus I understand what he's doing, he's wrapping to 75 cols. I can > understand skipping the change in the PR stage, but now that it's > committed, it should stay. There's nothing to be gained by reverting > it now. See the problem here is that Kato won't listen to this, so while careful committers would probably not revert these changes, it essentially gives Kato carte blanche on pushing his changes, often overriding one's earlier works. I pay a great deal of attention when writing pkg-descr files, so they are complete, spell-checked, and nicely formatted, and then comes Kato and destroys my work just because he's wrapping to 75 cols. :-( > Also, updating pkg-descr is valid any time, you don't need to limit > it to strict version upgrades. It does not have to limited, but when it happens it should be mentioned in the commit log. ./danfe From owner-svn-ports-all@freebsd.org Mon Mar 28 14:03:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEAC0AE04E2; Mon, 28 Mar 2016 14:03:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A63F51F7D; Mon, 28 Mar 2016 14:03:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SE3o3g086913; Mon, 28 Mar 2016 14:03:50 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SE3oev086910; Mon, 28 Mar 2016 14:03:50 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603281403.u2SE3oev086910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 28 Mar 2016 14:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412048 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:03:51 -0000 Author: olivierd Date: Mon Mar 28 14:03:50 2016 New Revision: 412048 URL: https://svnweb.freebsd.org/changeset/ports/412048 Log: Update to 1.11.0 Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst Modified: head/math/py-numpy/Makefile head/math/py-numpy/distinfo head/math/py-numpy/pkg-plist Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Mon Mar 28 12:19:21 2016 (r412047) +++ head/math/py-numpy/Makefile Mon Mar 28 14:03:50 2016 (r412048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.10.4 +PORTVERSION= 1.11.0 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP:source \ Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Mon Mar 28 12:19:21 2016 (r412047) +++ head/math/py-numpy/distinfo Mon Mar 28 14:03:50 2016 (r412048) @@ -1,6 +1,6 @@ -SHA256 (numpy-1.10.4.tar.gz) = 7356e98fbcc529e8d540666f5a919912752e569150e9a4f8d869c686f14c720b -SIZE (numpy-1.10.4.tar.gz) = 4069996 -SHA256 (reference.pdf) = ea588d06b98534ede5f60876fb89c3aef0327cfaa1213ce40545a781676d5e22 -SIZE (reference.pdf) = 2603652 -SHA256 (userguide.pdf) = ada52ee3c84a61a589b84b39569fdf85e1157effa389f3c860fa604a877d2f9c -SIZE (userguide.pdf) = 403647 +SHA256 (numpy-1.11.0.tar.gz) = a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e +SIZE (numpy-1.11.0.tar.gz) = 4169494 +SHA256 (reference.pdf) = 8e0e95e2b73d08a6a1b70f941e083189aceba93dd6b7a509df386dda17defbc0 +SIZE (reference.pdf) = 2488720 +SHA256 (userguide.pdf) = 72622fd49c47e74135c66d793ad69484cf5c8a74f488d524deab7a6fc0d3c3b3 +SIZE (userguide.pdf) = 528010 Modified: head/math/py-numpy/pkg-plist ============================================================================== --- head/math/py-numpy/pkg-plist Mon Mar 28 12:19:21 2016 (r412047) +++ head/math/py-numpy/pkg-plist Mon Mar 28 14:03:50 2016 (r412048) @@ -126,16 +126,18 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_dtype.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_einsum.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_errstate.py +%%PYTHON_SITELIBDIR%%/numpy/core/tests/test_extint128.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_function_base.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_getlimits.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_half.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_indexerrors.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_indexing.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_item_selection.py +%%PYTHON_SITELIBDIR%%/numpy/core/tests/test_longdouble.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_machar.py +%%PYTHON_SITELIBDIR%%/numpy/core/tests/test_mem_overlap.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_memmap.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_multiarray.py -%%PYTHON_SITELIBDIR%%/numpy/core/tests/test_multiarray_assignment.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_nditer.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_numeric.py %%PYTHON_SITELIBDIR%%/numpy/core/tests/test_numerictypes.py @@ -337,33 +339,6 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/distutils/system_info.py %%PYTHON_SITELIBDIR%%/numpy/distutils/system_info.pyc %%PYTHON_SITELIBDIR%%/numpy/distutils/system_info.pyo -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_ext/__init__.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_ext/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_ext/src/fib1.f -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_ext/src/fib2.pyf -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_ext/tests/test_fib2.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_f90_ext/__init__.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_f90_ext/include/body.f90 -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_f90_ext/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/gen_ext/__init__.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/gen_ext/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/gen_ext/tests/test_fib3.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/pyrex_ext/__init__.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/pyrex_ext/primes.pyx -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/pyrex_ext/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/pyrex_ext/tests/test_primes.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/__init__.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/setup.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/src/example.c -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/src/example.i -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/src/zoo.cc -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/src/zoo.h -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/src/zoo.i -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/tests/test_example.py -%%PYTHON_SITELIBDIR%%/numpy/distutils/tests/swig_ext/tests/test_example2.py %%PYTHON_SITELIBDIR%%/numpy/distutils/tests/test_exec_command.py %%PYTHON_SITELIBDIR%%/numpy/distutils/tests/test_fcompiler_gnu.py %%PYTHON_SITELIBDIR%%/numpy/distutils/tests/test_fcompiler_intel.py @@ -394,30 +369,15 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/doc/glossary.py %%PYTHON_SITELIBDIR%%/numpy/doc/glossary.pyc %%PYTHON_SITELIBDIR%%/numpy/doc/glossary.pyo -%%PYTHON_SITELIBDIR%%/numpy/doc/howtofind.py -%%PYTHON_SITELIBDIR%%/numpy/doc/howtofind.pyc -%%PYTHON_SITELIBDIR%%/numpy/doc/howtofind.pyo %%PYTHON_SITELIBDIR%%/numpy/doc/indexing.py %%PYTHON_SITELIBDIR%%/numpy/doc/indexing.pyc %%PYTHON_SITELIBDIR%%/numpy/doc/indexing.pyo %%PYTHON_SITELIBDIR%%/numpy/doc/internals.py %%PYTHON_SITELIBDIR%%/numpy/doc/internals.pyc %%PYTHON_SITELIBDIR%%/numpy/doc/internals.pyo -%%PYTHON_SITELIBDIR%%/numpy/doc/io.py -%%PYTHON_SITELIBDIR%%/numpy/doc/io.pyc -%%PYTHON_SITELIBDIR%%/numpy/doc/io.pyo -%%PYTHON_SITELIBDIR%%/numpy/doc/jargon.py -%%PYTHON_SITELIBDIR%%/numpy/doc/jargon.pyc -%%PYTHON_SITELIBDIR%%/numpy/doc/jargon.pyo -%%PYTHON_SITELIBDIR%%/numpy/doc/methods_vs_functions.py -%%PYTHON_SITELIBDIR%%/numpy/doc/methods_vs_functions.pyc -%%PYTHON_SITELIBDIR%%/numpy/doc/methods_vs_functions.pyo %%PYTHON_SITELIBDIR%%/numpy/doc/misc.py %%PYTHON_SITELIBDIR%%/numpy/doc/misc.pyc %%PYTHON_SITELIBDIR%%/numpy/doc/misc.pyo -%%PYTHON_SITELIBDIR%%/numpy/doc/performance.py -%%PYTHON_SITELIBDIR%%/numpy/doc/performance.pyc -%%PYTHON_SITELIBDIR%%/numpy/doc/performance.pyo %%PYTHON_SITELIBDIR%%/numpy/doc/structured_arrays.py %%PYTHON_SITELIBDIR%%/numpy/doc/structured_arrays.pyc %%PYTHON_SITELIBDIR%%/numpy/doc/structured_arrays.pyo @@ -780,6 +740,7 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/testing/utils.pyo %%PYTHON_SITELIBDIR%%/numpy/tests/test_ctypeslib.py %%PYTHON_SITELIBDIR%%/numpy/tests/test_matlib.py +%%PYTHON_SITELIBDIR%%/numpy/tests/test_numpy_version.py %%PYTHON_SITELIBDIR%%/numpy/tests/test_scripts.py %%PYTHON_SITELIBDIR%%/numpy/version.py %%PYTHON_SITELIBDIR%%/numpy/version.pyc From owner-svn-ports-all@freebsd.org Mon Mar 28 14:08:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD0DAAE057C; Mon, 28 Mar 2016 14:08:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C3C7110E9; Mon, 28 Mar 2016 14:08:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C28F71B69; Mon, 28 Mar 2016 14:08:36 +0000 (UTC) Date: Mon, 28 Mar 2016 14:08:36 +0000 From: Alexey Dokuchaev To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411744 - head/sysutils/file Message-ID: <20160328140836.GB27920@FreeBSD.org> References: <201603232323.u2NNNX7R045554@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603232323.u2NNNX7R045554@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:08:36 -0000 On Wed, Mar 23, 2016 at 11:23:33PM +0000, Ryan Steinmetz wrote: > New Revision: 411744 > URL: https://svnweb.freebsd.org/changeset/ports/411744 > > Log: > - Update to 5.25 > > [...] > @@ -16,7 +16,7 @@ USES= libtool > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes > -CONFIGURE_ARGS+= --enable-fsect-man5 > +CONFIGURE_ARGS+=--enable-fsect-man5 This change is wrong for two reasons: first, it is gratuitous, and second, even if you were distressed by "broken" indentation, you should've s/+=/=/ instead (as amending CONFIGURE_ARGS here is bogus). ./danfe From owner-svn-ports-all@freebsd.org Mon Mar 28 14:31:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DACEFAE09ED; Mon, 28 Mar 2016 14:31:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D881992; Mon, 28 Mar 2016 14:31:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SEV30m093303; Mon, 28 Mar 2016 14:31:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SEV3To093301; Mon, 28 Mar 2016 14:31:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603281431.u2SEV3To093301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 28 Mar 2016 14:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412049 - head/multimedia/plexpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:31:05 -0000 Author: feld Date: Mon Mar 28 14:31:03 2016 New Revision: 412049 URL: https://svnweb.freebsd.org/changeset/ports/412049 Log: multimedia/plexpy: Update to 1.3.13 Changelog: https://github.com/drzoidberg33/plexpy/releases/tag/v1.3.13 Modified: head/multimedia/plexpy/Makefile head/multimedia/plexpy/distinfo Modified: head/multimedia/plexpy/Makefile ============================================================================== --- head/multimedia/plexpy/Makefile Mon Mar 28 14:03:50 2016 (r412048) +++ head/multimedia/plexpy/Makefile Mon Mar 28 14:31:03 2016 (r412049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexpy -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.13 CATEGORIES= multimedia python DISTVERSIONPREFIX=v Modified: head/multimedia/plexpy/distinfo ============================================================================== --- head/multimedia/plexpy/distinfo Mon Mar 28 14:03:50 2016 (r412048) +++ head/multimedia/plexpy/distinfo Mon Mar 28 14:31:03 2016 (r412049) @@ -1,2 +1,2 @@ -SHA256 (drzoidberg33-plexpy-v1.3.11_GH0.tar.gz) = 1aef8a6a3fa7e920f85dc6f9a4b03598625eaf41f2fc6576f1a536be1e73e4a2 -SIZE (drzoidberg33-plexpy-v1.3.11_GH0.tar.gz) = 42715070 +SHA256 (drzoidberg33-plexpy-v1.3.13_GH0.tar.gz) = e706a973aeb1a24f1e682112084659efa9e81481f0076645f08b4218568dbfce +SIZE (drzoidberg33-plexpy-v1.3.13_GH0.tar.gz) = 42716990 From owner-svn-ports-all@freebsd.org Mon Mar 28 14:52:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4153FAE00A7; Mon, 28 Mar 2016 14:52:45 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 035CC15EE; Mon, 28 Mar 2016 14:52:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SEqiiG002294; Mon, 28 Mar 2016 14:52:44 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SEqijI002293; Mon, 28 Mar 2016 14:52:44 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201603281452.u2SEqijI002293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 28 Mar 2016 14:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412050 - head/textproc/elasticsearch2-plugin-marvel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:52:45 -0000 Author: dvl Date: Mon Mar 28 14:52:43 2016 New Revision: 412050 URL: https://svnweb.freebsd.org/changeset/ports/412050 Log: Install the proper items for the plugins Bump PORTREVISION Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 14:31:03 2016 (r412049) +++ head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 14:52:43 2016 (r412050) @@ -3,6 +3,7 @@ PORTNAME= marvel PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \ http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2 @@ -38,9 +39,7 @@ do-extract: .endfor do-install: -.for file in ${ZIP_FILES} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/${file} - @cd ${WRKDIR}/${file}-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/${file} -.endfor - + # while installing, rename marvel-agent to marvel, which is what the plugin expects when running + @cd ${WRKDIR}/license-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/license + @cd ${WRKDIR}/marvel-agent-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel .include From owner-svn-ports-all@freebsd.org Mon Mar 28 14:59:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6DEAE012F; Mon, 28 Mar 2016 14:59:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6027D1725; Mon, 28 Mar 2016 14:59:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SExYOv002689; Mon, 28 Mar 2016 14:59:34 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SExY7t002686; Mon, 28 Mar 2016 14:59:34 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603281459.u2SExY7t002686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 28 Mar 2016 14:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412051 - in head/x11: libfm libfm-extra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 14:59:35 -0000 Author: olivierd Date: Mon Mar 28 14:59:34 2016 New Revision: 412051 URL: https://svnweb.freebsd.org/changeset/ports/412051 Log: x11/libfm: - Update to 1.2.4 - Cosmetic change for documentation files x11/libfm-extra - Update to 1.2.4 - Remove distinfo (not need in slave port) PR: 207579 Submitted by: myself Approved by: horia@racoviceanu.com (maintainer, timeout 1 month) Deleted: head/x11/libfm-extra/distinfo Modified: head/x11/libfm-extra/Makefile head/x11/libfm/Makefile head/x11/libfm/distinfo Modified: head/x11/libfm-extra/Makefile ============================================================================== --- head/x11/libfm-extra/Makefile Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm-extra/Makefile Mon Mar 28 14:59:34 2016 (r412051) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= libfm -PORTREVISION= 1 PKGNAMESUFFIX= -extra MAINTAINER= horia@racoviceanu.com Modified: head/x11/libfm/Makefile ============================================================================== --- head/x11/libfm/Makefile Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm/Makefile Mon Mar 28 14:59:34 2016 (r412051) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfm -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ @@ -39,7 +38,7 @@ USE_GNOME+= intltool intlhack CONFIGURE_ARGS+=--with-extra-only .endif -MICRO_VERSION= 0.3 +MICRO_VERSION= 0.4 ABI_VERSION= 4 PLIST_SUB+= MICRO_VERSION=${MICRO_VERSION} \ ABI_VERSION=${ABI_VERSION} @@ -82,6 +81,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/actions/fm-actions.h \ ${STAGEDIR}${PREFIX}/include/${PORTNAME} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif Modified: head/x11/libfm/distinfo ============================================================================== --- head/x11/libfm/distinfo Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm/distinfo Mon Mar 28 14:59:34 2016 (r412051) @@ -1,2 +1,2 @@ -SHA256 (libfm-1.2.3.tar.xz) = c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9 -SIZE (libfm-1.2.3.tar.xz) = 898256 +SHA256 (libfm-1.2.4.tar.xz) = 7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f +SIZE (libfm-1.2.4.tar.xz) = 912164 From owner-svn-ports-all@freebsd.org Mon Mar 28 15:00:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E5AAAE0188; Mon, 28 Mar 2016 15:00:23 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D410E1867; Mon, 28 Mar 2016 15:00:22 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id kYeMaiwdDabIFkYeNaXt7b; Mon, 28 Mar 2016 09:00:15 -0600 X-Authority-Analysis: v=2.1 cv=Daa30qZW c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=7OsogOcEt9IA:10 a=sol3VE4AAAAA:8 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=YxBL1-UpAAAA:8 a=8yi4d09e4rzAQDmZJJMA:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id E223313751; Mon, 28 Mar 2016 08:00:13 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u2SF0DJf058697; Mon, 28 Mar 2016 08:00:13 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201603281500.u2SF0DJf058697@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Baptiste Daroussin cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412033 - in head/x11-toolkits: . Xmt Xmt/files In-Reply-To: Message from Baptiste Daroussin of "Mon, 28 Mar 2016 11:25:56 +0200." <20160328092555.GE36953@ivaldir.etoilebsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Mar 2016 08:00:13 -0700 X-CMAE-Envelope: MS4wfPVjNmLtZnakW/Ywsp1v8IDWZpsscyNpqCiL+ZifVZmg0KVzH50CE6Z0d0XgpKu8yC7q5JVjKJv+l29jvIGE1lIy/TAUyyR5/N0WLrWNrdx5Oq/IMyk4 6kY8320iQaEtkOh/JShik/nPwixWTMh0YzMtc/ljI9CLIQnIpVMzBKk8OiwvHPsuMk/EVf5MuJznPv/gLKmgOsZif9nHewWTlAc94fPNTIx7S3WKBd0u58CH NhmjKURICm/c7yaN7qESzLFseYgcwkJoGmdCtvqkdQRFnfyHrbdV2pPIoWZoNE8pCW47jR0lyaQ4PXhrGQ0hWw== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:00:23 -0000 In message <20160328092555.GE36953@ivaldir.etoilebsd.net>, Baptiste Daroussin w rites: > On Mon, Mar 28, 2016 at 06:10:10AM +0000, Cy Schubert wrote: > > Author: cy > > Date: Mon Mar 28 06:10:10 2016 > > New Revision: 412033 > > URL: https://svnweb.freebsd.org/changeset/ports/412033 > >=20 > > Log: > > Welcome the new x11-tookits/Xmt port. > > =20 > > Xmt is a Motif Tools library, introduced in the book Motif Tools > > (ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers > > of user interfaces tools that make Motif easier to use. Xmt consists > > of the core library of additional widgets, utility programs, docs, > > tutorials, and example code. > > Wow last release in 2001 a website where more than half of the links are de= > ad > links (in particular the documentation). This project is dead for more than= > 15 > years. Is there reallly any value added by having this port in? Maybe you p= > lan > to import some higher level ports using it? > > I don't really care, just it feels strange to add something abandonned for = > that > long in the ports tree. It's still in use by some. I happen to have some apps that use it (using the original library that came with the CD that accompanied the book -- version 1.0.0). The latest book became Volume 6C of the Oreilly X11 library, considering this is also an extension to Motif toolkit. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Mon Mar 28 15:00:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 071D5AE01C8; Mon, 28 Mar 2016 15:00:52 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD86E19B8; Mon, 28 Mar 2016 15:00:51 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SF0p9p004078; Mon, 28 Mar 2016 15:00:51 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SF0o5Q003834; Mon, 28 Mar 2016 15:00:50 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201603281500.u2SF0o5Q003834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 28 Mar 2016 15:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412052 - head/sysutils/relaunchd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:00:52 -0000 Author: kmoore Date: Mon Mar 28 15:00:50 2016 New Revision: 412052 URL: https://svnweb.freebsd.org/changeset/ports/412052 Log: - Update to 0.5.0 Submitted by: Maintainer Modified: head/sysutils/relaunchd/Makefile head/sysutils/relaunchd/distinfo Modified: head/sysutils/relaunchd/Makefile ============================================================================== --- head/sysutils/relaunchd/Makefile Mon Mar 28 14:59:34 2016 (r412051) +++ head/sysutils/relaunchd/Makefile Mon Mar 28 15:00:50 2016 (r412052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relaunchd -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -13,7 +13,6 @@ LICENSE= ISCL LIB_DEPENDS= libucl.so:${PORTSDIR}/textproc/libucl HAS_CONFIGURE= YES -CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_GITHUB= YES GH_ACCOUNT= mheily Modified: head/sysutils/relaunchd/distinfo ============================================================================== --- head/sysutils/relaunchd/distinfo Mon Mar 28 14:59:34 2016 (r412051) +++ head/sysutils/relaunchd/distinfo Mon Mar 28 15:00:50 2016 (r412052) @@ -1,2 +1,2 @@ -SHA256 (mheily-relaunchd-v0.4.2_GH0.tar.gz) = be9764a48f91fc667d27bc720c919ce2673433b86014da91ddc28ea27fc1bf9d -SIZE (mheily-relaunchd-v0.4.2_GH0.tar.gz) = 2778445 +SHA256 (mheily-relaunchd-v0.5.0_GH0.tar.gz) = b2136f83b1b41ed9fb0cf6f2f5e79da67de7d500b684b9e5509a83c362e51db3 +SIZE (mheily-relaunchd-v0.5.0_GH0.tar.gz) = 2784102 From owner-svn-ports-all@freebsd.org Mon Mar 28 15:03:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E37AE0347; Mon, 28 Mar 2016 15:03:56 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 343FB1D00; Mon, 28 Mar 2016 15:03:56 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SF3tcN005695; Mon, 28 Mar 2016 15:03:55 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SF3t4Y005693; Mon, 28 Mar 2016 15:03:55 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603281503.u2SF3t4Y005693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 28 Mar 2016 15:03:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412053 - head/x11-fm/pcmanfm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:03:56 -0000 Author: olivierd Date: Mon Mar 28 15:03:55 2016 New Revision: 412053 URL: https://svnweb.freebsd.org/changeset/ports/412053 Log: - Update to 1.2.4 - Cosmetic change for documentation files PR: 207580 Submitted by: myself Approved by: horia@racoviceanu.com (maintainer, timeout 1 month) Modified: head/x11-fm/pcmanfm/Makefile head/x11-fm/pcmanfm/distinfo Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Mon Mar 28 15:00:50 2016 (r412052) +++ head/x11-fm/pcmanfm/Makefile Mon Mar 28 15:03:55 2016 (r412053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcmanfm -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ @@ -41,6 +41,8 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/pcmanfm/default/ ${INSTALL_DATA} ${WRKSRC}/data/pcmanfm.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/pcmanfm/default/pcmanfm.conf.sample + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/x11-fm/pcmanfm/distinfo ============================================================================== --- head/x11-fm/pcmanfm/distinfo Mon Mar 28 15:00:50 2016 (r412052) +++ head/x11-fm/pcmanfm/distinfo Mon Mar 28 15:03:55 2016 (r412053) @@ -1,2 +1,2 @@ -SHA256 (pcmanfm-1.2.3.tar.xz) = cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380 -SIZE (pcmanfm-1.2.3.tar.xz) = 406756 +SHA256 (pcmanfm-1.2.4.tar.xz) = 38cdbb5f01d24483b41b8e6846e4aa66a5751bb3982a8618899e88a853dbe313 +SIZE (pcmanfm-1.2.4.tar.xz) = 417316 From owner-svn-ports-all@freebsd.org Mon Mar 28 15:12:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE9BCAE056A; Mon, 28 Mar 2016 15:12:00 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7074811DC; Mon, 28 Mar 2016 15:12:00 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SFBxXO006151; Mon, 28 Mar 2016 15:11:59 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SFBx2a006149; Mon, 28 Mar 2016 15:11:59 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201603281511.u2SFBx2a006149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 28 Mar 2016 15:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412054 - head/textproc/elasticsearch2-plugin-marvel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:12:00 -0000 Author: dvl Date: Mon Mar 28 15:11:59 2016 New Revision: 412054 URL: https://svnweb.freebsd.org/changeset/ports/412054 Log: Include pkg-plist update missing from previous commit. bump PORTREVISION Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile head/textproc/elasticsearch2-plugin-marvel/pkg-plist Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 15:03:55 2016 (r412053) +++ head/textproc/elasticsearch2-plugin-marvel/Makefile Mon Mar 28 15:11:59 2016 (r412054) @@ -3,7 +3,7 @@ PORTNAME= marvel PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \ http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2 Modified: head/textproc/elasticsearch2-plugin-marvel/pkg-plist ============================================================================== --- head/textproc/elasticsearch2-plugin-marvel/pkg-plist Mon Mar 28 15:03:55 2016 (r412053) +++ head/textproc/elasticsearch2-plugin-marvel/pkg-plist Mon Mar 28 15:11:59 2016 (r412054) @@ -4,7 +4,7 @@ lib/elasticsearch/plugins/license/licens lib/elasticsearch/plugins/license/license-core-%%VERSION%%.jar lib/elasticsearch/plugins/license/license-plugin-api-%%VERSION%%.jar lib/elasticsearch/plugins/license/plugin-descriptor.properties -lib/elasticsearch/plugins/marvel-agent/LICENSE.txt -lib/elasticsearch/plugins/marvel-agent/NOTICE.txt -lib/elasticsearch/plugins/marvel-agent/marvel-agent-%%VERSION%%.jar -lib/elasticsearch/plugins/marvel-agent/plugin-descriptor.properties +lib/elasticsearch/plugins/marvel/LICENSE.txt +lib/elasticsearch/plugins/marvel/NOTICE.txt +lib/elasticsearch/plugins/marvel/marvel-agent-%%VERSION%%.jar +lib/elasticsearch/plugins/marvel/plugin-descriptor.properties From owner-svn-ports-all@freebsd.org Mon Mar 28 15:17:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47566AE06D0; Mon, 28 Mar 2016 15:17:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0150D1487; Mon, 28 Mar 2016 15:17:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SFHmfN009030; Mon, 28 Mar 2016 15:17:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SFHmjJ009028; Mon, 28 Mar 2016 15:17:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603281517.u2SFHmjJ009028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 15:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412055 - head/devel/p5-String-Errf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:17:49 -0000 Author: amdmi3 Date: Mon Mar 28 15:17:47 2016 New Revision: 412055 URL: https://svnweb.freebsd.org/changeset/ports/412055 Log: - Update to 0.007 - While here, add LICENSE and NO_ARCH PR: 207976 Submitted by: jochen@jochen-neumeister.de Approved by: maintainer timeout (geraud@gcu.info, 2 weeks) Modified: head/devel/p5-String-Errf/Makefile head/devel/p5-String-Errf/distinfo Modified: head/devel/p5-String-Errf/Makefile ============================================================================== --- head/devel/p5-String-Errf/Makefile Mon Mar 28 15:11:59 2016 (r412054) +++ head/devel/p5-String-Errf/Makefile Mon Mar 28 15:17:47 2016 (r412055) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= String-Errf -PORTVERSION= 0.006 -PORTREVISION= 1 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= geraud@gcu.info COMMENT= Simple sprintf-like dialect +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-String-Formatter>=0.102081:${PORTSDIR}/devel/p5-String-Formatter @@ -21,5 +23,6 @@ BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDI USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-String-Errf/distinfo ============================================================================== --- head/devel/p5-String-Errf/distinfo Mon Mar 28 15:11:59 2016 (r412054) +++ head/devel/p5-String-Errf/distinfo Mon Mar 28 15:17:47 2016 (r412055) @@ -1,2 +1,2 @@ -SHA256 (String-Errf-0.006.tar.gz) = 2c09631fbece8e85a94785abede882f5d29e0f21f72239d01332b3bafd9c53ac -SIZE (String-Errf-0.006.tar.gz) = 15166 +SHA256 (String-Errf-0.007.tar.gz) = d2491c753f2dce96aab98594ac7a770d1ae80dd744ad3567b03b73ac5baff6aa +SIZE (String-Errf-0.007.tar.gz) = 18047 From owner-svn-ports-all@freebsd.org Mon Mar 28 15:26:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42606AE0852; Mon, 28 Mar 2016 15:26:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4BB1883; Mon, 28 Mar 2016 15:26:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SFQ3ji012018; Mon, 28 Mar 2016 15:26:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SFQ3pP012017; Mon, 28 Mar 2016 15:26:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603281526.u2SFQ3pP012017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 15:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412056 - head/net-im/qTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:26:04 -0000 Author: amdmi3 Date: Mon Mar 28 15:26:02 2016 New Revision: 412056 URL: https://svnweb.freebsd.org/changeset/ports/412056 Log: - Update WWW PR: 207961 Submitted by: j3377622@trbvm.com Approved by: yuri@rawbw.com (maintainer) Modified: head/net-im/qTox/pkg-descr Modified: head/net-im/qTox/pkg-descr ============================================================================== --- head/net-im/qTox/pkg-descr Mon Mar 28 15:17:47 2016 (r412055) +++ head/net-im/qTox/pkg-descr Mon Mar 28 15:26:02 2016 (r412056) @@ -1,3 +1,3 @@ qTox is a graphical user interface for Tox written using Qt 5. -WWW: https://wiki.tox.im/QTox +WWW: https://github.com/tux3/qTox From owner-svn-ports-all@freebsd.org Mon Mar 28 15:38:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEC21AE0AFE; Mon, 28 Mar 2016 15:38:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E9C51EAC; Mon, 28 Mar 2016 15:38:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SFcqBK015466; Mon, 28 Mar 2016 15:38:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SFcqIY015464; Mon, 28 Mar 2016 15:38:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603281538.u2SFcqIY015464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 15:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412057 - in head: . net net/rubygem-omniauth-cas3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:38:53 -0000 Author: swills Date: Mon Mar 28 15:38:52 2016 New Revision: 412057 URL: https://svnweb.freebsd.org/changeset/ports/412057 Log: net/rubygem-omniauth-cas3: port duplicates security/rubygem-omniauth-cas3 Pointhat to: swills Deleted: head/net/rubygem-omniauth-cas3/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 28 15:26:02 2016 (r412056) +++ head/MOVED Mon Mar 28 15:38:52 2016 (r412057) @@ -8241,3 +8241,4 @@ net/libnids-libnet11|net/libnids|2016-03 lang/cloudabi-clang|devel/cloudabi-toolchain|2016-03-21|Merged graphics/hugin-devel||2016-03-22|overtaken by released version graphics/hugin-2016||2016-03-22|overtaken by released version +net/rubygem-omniauth-cas3||2016-03-28|Removed Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 28 15:26:02 2016 (r412056) +++ head/net/Makefile Mon Mar 28 15:38:52 2016 (r412057) @@ -1129,7 +1129,6 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-azure-oauth2 - SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse From owner-svn-ports-all@freebsd.org Mon Mar 28 15:55:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43B5DAE02AC; Mon, 28 Mar 2016 15:55:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF15A1A30; Mon, 28 Mar 2016 15:55:56 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SFturg021321; Mon, 28 Mar 2016 15:55:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SFtun6021320; Mon, 28 Mar 2016 15:55:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603281555.u2SFtun6021320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 28 Mar 2016 15:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412058 - in head/sysutils: syslog-ng-devel/files syslog-ng37/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 15:55:57 -0000 Author: cy Date: Mon Mar 28 15:55:55 2016 New Revision: 412058 URL: https://svnweb.freebsd.org/changeset/ports/412058 Log: Fix SPOOF build. PR: 208346 Deleted: head/sysutils/syslog-ng-devel/files/patch-modules__afsocket__afinet-dest.c head/sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c From owner-svn-ports-all@freebsd.org Mon Mar 28 16:17:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A93E2AE0A48; Mon, 28 Mar 2016 16:17:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8368E16BA; Mon, 28 Mar 2016 16:17:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGHmBm027527; Mon, 28 Mar 2016 16:17:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGHm04027522; Mon, 28 Mar 2016 16:17:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603281617.u2SGHm04027522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 28 Mar 2016 16:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412059 - in head/sysutils: . dsbbatmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 16:17:49 -0000 Author: jbeich Date: Mon Mar 28 16:17:48 2016 New Revision: 412059 URL: https://svnweb.freebsd.org/changeset/ports/412059 Log: sysutils/dsbbatmon: add new port PR: 207974 Submitted by: Marcel Kaiser DSBBatmon is a GTK+ battery monitor for FreeBSD. It displays the battery's current status, capacity, and remaining time. It warns the user if the battery capacity is low, and can automatically shut down the system if a critical capacity is reached. http://freeshell.de/~mk/projects/dsbbatmon.html Added: head/sysutils/dsbbatmon/ head/sysutils/dsbbatmon/Makefile (contents, props changed) head/sysutils/dsbbatmon/distinfo (contents, props changed) head/sysutils/dsbbatmon/pkg-descr (contents, props changed) head/sysutils/dsbbatmon/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Mar 28 15:55:55 2016 (r412058) +++ head/sysutils/Makefile Mon Mar 28 16:17:48 2016 (r412059) @@ -223,6 +223,7 @@ SUBDIR += dolly SUBDIR += downtime SUBDIR += downtimed + SUBDIR += dsbbatmon SUBDIR += dsbdriverd SUBDIR += dsbmc SUBDIR += dsbmd Added: head/sysutils/dsbbatmon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/Makefile Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= dsbbatmon +PORTVERSION= 0.1.2 +CATEGORIES= sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= GTK+ battery monitor + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= pkgconfig tar:tgz +USE_GNOME= gtk20 + +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT=NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_MAKE_ARGS_OFF= -DWITHOUT_GETTEXT + +.include Added: head/sysutils/dsbbatmon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/distinfo Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,2 @@ +SHA256 (dsbbatmon-0.1.2.tgz) = 298f63f18cf371bc4c75d82f5dbe3191fe539feb40441ca22e0d00da026ed31d +SIZE (dsbbatmon-0.1.2.tgz) = 74240 Added: head/sysutils/dsbbatmon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/pkg-descr Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,6 @@ +DSBBatmon is a GTK+ battery monitor for FreeBSD. It displays the battery's +current status, capacity, and remaining time. It warns the user if the battery +capacity is low, and can automatically shut down the system if a critical +capacity is reached. + +WWW: http://freeshell.de/~mk/projects/dsbbatmon.html Added: head/sysutils/dsbbatmon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/pkg-plist Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,3 @@ +bin/dsbbatmon +share/applications/dsbbatmon.desktop +%%NLS%%share/locale/de/LC_MESSAGES/dsbbatmon.mo From owner-svn-ports-all@freebsd.org Mon Mar 28 16:22:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E698CAE0C89; Mon, 28 Mar 2016 16:22:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C373A1C85; Mon, 28 Mar 2016 16:22:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGMU3s030708; Mon, 28 Mar 2016 16:22:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGMTA6030703; Mon, 28 Mar 2016 16:22:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603281622.u2SGMTA6030703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 28 Mar 2016 16:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412060 - in head/misc: . binclock binclock/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 16:22:31 -0000 Author: riggs Date: Mon Mar 28 16:22:29 2016 New Revision: 412060 URL: https://svnweb.freebsd.org/changeset/ports/412060 Log: Add new port: misc/binclock: A small CLI binary clock PR: 207406 Submitted by: dereckson@espace-win.org (maintainer) Reviewed by: riggs Added: head/misc/binclock/ head/misc/binclock/Makefile (contents, props changed) head/misc/binclock/distinfo (contents, props changed) head/misc/binclock/files/ head/misc/binclock/files/patch-Makefile (contents, props changed) head/misc/binclock/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Mar 28 16:17:48 2016 (r412059) +++ head/misc/Makefile Mon Mar 28 16:22:29 2016 (r412060) @@ -23,6 +23,7 @@ SUBDIR += bestfit SUBDIR += bibletime SUBDIR += biblical-curse + SUBDIR += binclock SUBDIR += biosfont-demos SUBDIR += birthday SUBDIR += bogosort Added: head/misc/binclock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/binclock/Makefile Mon Mar 28 16:22:29 2016 (r412060) @@ -0,0 +1,30 @@ +# Created by: Dereckson +# $FreeBSD$ + +PORTNAME= binclock +DISTVERSION= 1.5 +CATEGORIES= misc +MASTER_SITES= http://www.ngolde.de/download/ + +MAINTAINER= dereckson@gmail.com +COMMENT= CLI binary clock + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +PORTDOCS= README +PLIST_FILES= bin/binclock etc/binclockrc man/man1/binclock.1.gz + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/binclock ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/binclockrc ${STAGEDIR}${PREFIX}/etc + ${INSTALL_MAN} ${WRKSRC}/doc/binclock.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/binclock + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +.include Added: head/misc/binclock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/binclock/distinfo Mon Mar 28 16:22:29 2016 (r412060) @@ -0,0 +1,2 @@ +SHA256 (binclock-1.5.tar.gz) = 3b34033aef01771235e87848ddc92ef23dc2c989902f2ea1cb652b91e43f3df5 +SIZE (binclock-1.5.tar.gz) = 12301 Added: head/misc/binclock/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/binclock/files/patch-Makefile Mon Mar 28 16:22:29 2016 (r412060) @@ -0,0 +1,19 @@ +--- Makefile.orig 2004-07-24 16:13:19 UTC ++++ Makefile +@@ -18,8 +18,6 @@ + # Boston, MA 02111-1307, USA + # + +-CC = gcc +-CFLAGS = -O2 -Wall --pedantic + BIN = binclock + SRC = ./src/binclock.c + INSPATH = /usr/local/bin/ +@@ -29,7 +27,6 @@ CONF = /etc/ + + all : $(MAINSRC) + $(CC) $(CFLAGS) -o $(BIN) $(SRC) +- strip $(SOURCEPATH)$(BIN) + + install : + Added: head/misc/binclock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/binclock/pkg-descr Mon Mar 28 16:22:29 2016 (r412060) @@ -0,0 +1,6 @@ +Binary clock to display time in binary format. + +It supports showing the time with eight different colors, +and it can run a loop that prints the time every second. + +WWW: http://www.ngolde.de/binclock.html From owner-svn-ports-all@freebsd.org Mon Mar 28 16:24:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4F4AE0E75; Mon, 28 Mar 2016 16:24:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECFE1068; Mon, 28 Mar 2016 16:24:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGOQY2030938; Mon, 28 Mar 2016 16:24:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGOQCa030937; Mon, 28 Mar 2016 16:24:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603281624.u2SGOQCa030937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 28 Mar 2016 16:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412061 - head/net-mgmt/arpwatch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 16:24:27 -0000 Author: pi Date: Mon Mar 28 16:24:26 2016 New Revision: 412061 URL: https://svnweb.freebsd.org/changeset/ports/412061 Log: net-mgmt/arpwatch: add missing files for -z flag PR: 208361 Reported by: ohartman@zedat.fu-berlin.de Added: head/net-mgmt/arpwatch/files/patch-util.c (contents, props changed) head/net-mgmt/arpwatch/files/patch-util.h (contents, props changed) Added: head/net-mgmt/arpwatch/files/patch-util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/arpwatch/files/patch-util.c Mon Mar 28 16:24:26 2016 (r412061) @@ -0,0 +1,10 @@ +--- util.c.orig 2004-01-22 22:25:39 UTC ++++ util.c +@@ -60,6 +60,7 @@ u_char zero[6] = { 0, 0, 0, 0, 0, 0 }; + u_char allones[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; + + int debug = 0; ++int zeroflag = 0; + int initializing = 1; /* true if initializing */ + + /* syslog() helper routine */ Added: head/net-mgmt/arpwatch/files/patch-util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/arpwatch/files/patch-util.h Mon Mar 28 16:24:26 2016 (r412061) @@ -0,0 +1,8 @@ +--- util.h.orig 1996-10-06 10:22:14 UTC ++++ util.h +@@ -16,4 +16,5 @@ extern u_char zero[6]; + extern u_char allones[6]; + + extern int debug; ++extern int zeroflag; + extern int initializing; From owner-svn-ports-all@freebsd.org Mon Mar 28 16:36:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D9F5AE0147; Mon, 28 Mar 2016 16:36:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9A0160C; Mon, 28 Mar 2016 16:36:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGaMTm034102; Mon, 28 Mar 2016 16:36:22 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGaMFc034100; Mon, 28 Mar 2016 16:36:22 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201603281636.u2SGaMFc034100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 28 Mar 2016 16:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412062 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 16:36:23 -0000 Author: lwhsu Date: Mon Mar 28 16:36:22 2016 New Revision: 412062 URL: https://svnweb.freebsd.org/changeset/ports/412062 Log: - Update to 1.655 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Mar 28 16:24:26 2016 (r412061) +++ head/devel/jenkins/Makefile Mon Mar 28 16:36:22 2016 (r412062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.654 +PORTVERSION= 1.655 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Mar 28 16:24:26 2016 (r412061) +++ head/devel/jenkins/distinfo Mon Mar 28 16:36:22 2016 (r412062) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.654/jenkins.war) = af4b338cc899a3a242cff89fda09224c20d349617d2519391e742ff9669121fc -SIZE (jenkins/1.654/jenkins.war) = 64692780 +SHA256 (jenkins/1.655/jenkins.war) = 0cee889af697c115961ce50229cc5e39d1b798c0a0a689687b745c0a938c8547 +SIZE (jenkins/1.655/jenkins.war) = 64683155 From owner-svn-ports-all@freebsd.org Mon Mar 28 16:39:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A6BDAE01CF; Mon, 28 Mar 2016 16:39:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA871716; Mon, 28 Mar 2016 16:39:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGdMvf034289; Mon, 28 Mar 2016 16:39:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGdMU9034288; Mon, 28 Mar 2016 16:39:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603281639.u2SGdMU9034288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Mar 2016 16:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412063 - head/graphics/digikam-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 16:39:23 -0000 Author: rakuco Date: Mon Mar 28 16:39:22 2016 New Revision: 412063 URL: https://svnweb.freebsd.org/changeset/ports/412063 Log: Revert r411863. It is not necessary because r411791 fixed it differently. Modified: head/graphics/digikam-kde4/Makefile Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Mon Mar 28 16:36:22 2016 (r412062) +++ head/graphics/digikam-kde4/Makefile Mon Mar 28 16:39:22 2016 (r412063) @@ -24,9 +24,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libkgeomap.so:${PORTSDIR}/astro/libkgeomap \ libboost_graph.so:${PORTSDIR}/devel/boost-libs -# compiler:c++11-lang is necessary because graphics/lensfun's lensfun.h -# contains C++ code inside an extern "C" block that base GCC cannot handle. -USES+= compiler:c++11-lang pkgconfig shebangfix +USES+= pkgconfig shebangfix USE_KDE4+= libkdcraw libkexiv2 libkipi USE_QT4+= sql-sqlite3_run USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon Mar 28 17:19:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31936AE0DC7; Mon, 28 Mar 2016 17:19:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2FE11B61; Mon, 28 Mar 2016 17:19:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SHJtqL046806; Mon, 28 Mar 2016 17:19:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SHJthg046804; Mon, 28 Mar 2016 17:19:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603281719.u2SHJthg046804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 28 Mar 2016 17:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412064 - in head: mail/claws-mail security/greenbone-security-assistant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 17:19:56 -0000 Author: tijl Date: Mon Mar 28 17:19:54 2016 New Revision: 412064 URL: https://svnweb.freebsd.org/changeset/ports/412064 Log: Bump PORTREVISION for gnutls update in r411990. Modified: head/mail/claws-mail/Makefile head/security/greenbone-security-assistant/Makefile Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Mon Mar 28 16:39:22 2016 (r412063) +++ head/mail/claws-mail/Makefile Mon Mar 28 17:19:54 2016 (r412064) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client Modified: head/security/greenbone-security-assistant/Makefile ============================================================================== --- head/security/greenbone-security-assistant/Makefile Mon Mar 28 16:39:22 2016 (r412063) +++ head/security/greenbone-security-assistant/Makefile Mon Mar 28 17:19:54 2016 (r412064) @@ -2,6 +2,7 @@ PORTNAME= greenbone-security-assistant PORTVERSION= 6.0.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2299/ From owner-svn-ports-all@freebsd.org Mon Mar 28 18:16:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 738DFAE1EAA; Mon, 28 Mar 2016 18:16:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1025B13CA; Mon, 28 Mar 2016 18:16:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SIGg42066227; Mon, 28 Mar 2016 18:16:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SIGa2L066164; Mon, 28 Mar 2016 18:16:36 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603281816.u2SIGa2L066164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Mar 2016 18:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412065 - in head: chinese/calligra-l10n-zh_CN chinese/calligra-l10n-zh_TW editors/calligra-l10n-bs editors/calligra-l10n-ca editors/calligra-l10n-ca_valencia editors/calligra-l10n-cs e... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 18:16:43 -0000 Author: rakuco Date: Mon Mar 28 18:16:36 2016 New Revision: 412065 URL: https://svnweb.freebsd.org/changeset/ports/412065 Log: Add missing items to the calligra-l10n ports plists. Submitted by: Tobias Berner Modified: head/chinese/calligra-l10n-zh_CN/Makefile head/chinese/calligra-l10n-zh_CN/pkg-plist head/chinese/calligra-l10n-zh_TW/Makefile head/chinese/calligra-l10n-zh_TW/pkg-plist head/editors/calligra-l10n-bs/Makefile head/editors/calligra-l10n-bs/pkg-plist head/editors/calligra-l10n-ca/Makefile head/editors/calligra-l10n-ca/pkg-plist head/editors/calligra-l10n-ca_valencia/Makefile head/editors/calligra-l10n-ca_valencia/pkg-plist head/editors/calligra-l10n-cs/Makefile head/editors/calligra-l10n-cs/pkg-plist head/editors/calligra-l10n-da/Makefile head/editors/calligra-l10n-da/pkg-plist head/editors/calligra-l10n-el/Makefile head/editors/calligra-l10n-el/pkg-plist head/editors/calligra-l10n-en_GB/Makefile head/editors/calligra-l10n-en_GB/pkg-plist head/editors/calligra-l10n-es/Makefile head/editors/calligra-l10n-es/pkg-plist head/editors/calligra-l10n-et/Makefile head/editors/calligra-l10n-et/pkg-plist head/editors/calligra-l10n-fi/Makefile head/editors/calligra-l10n-fi/pkg-plist head/editors/calligra-l10n-gl/Makefile head/editors/calligra-l10n-gl/pkg-plist head/editors/calligra-l10n-it/Makefile head/editors/calligra-l10n-it/pkg-plist head/editors/calligra-l10n-kk/Makefile head/editors/calligra-l10n-kk/pkg-plist head/editors/calligra-l10n-nb/Makefile head/editors/calligra-l10n-nb/pkg-plist head/editors/calligra-l10n-nl/Makefile head/editors/calligra-l10n-nl/pkg-plist head/editors/calligra-l10n-sk/Makefile head/editors/calligra-l10n-sk/pkg-plist head/editors/calligra-l10n-sv/Makefile head/editors/calligra-l10n-sv/pkg-plist head/editors/calligra-l10n-tr/Makefile head/editors/calligra-l10n-tr/pkg-plist head/french/calligra-l10n/Makefile head/french/calligra-l10n/pkg-plist head/german/calligra-l10n/Makefile head/german/calligra-l10n/pkg-plist head/hungarian/calligra-l10n/Makefile head/hungarian/calligra-l10n/pkg-plist head/japanese/calligra-l10n/Makefile head/japanese/calligra-l10n/pkg-plist head/polish/calligra-l10n/Makefile head/polish/calligra-l10n/pkg-plist head/portuguese/calligra-l10n-pt_BR/Makefile head/portuguese/calligra-l10n-pt_BR/pkg-plist head/portuguese/calligra-l10n/Makefile head/portuguese/calligra-l10n/pkg-plist head/russian/calligra-l10n/Makefile head/russian/calligra-l10n/pkg-plist head/ukrainian/calligra-l10n/Makefile head/ukrainian/calligra-l10n/pkg-plist Modified: head/chinese/calligra-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_CN/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/chinese/calligra-l10n-zh_CN/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= chinese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/chinese/calligra-l10n-zh_CN/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_CN/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/chinese/calligra-l10n-zh_CN/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -25,6 +25,7 @@ share/locale/zh_CN/LC_MESSAGES/calligra_ share/locale/zh_CN/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_CN/LC_MESSAGES/calligraactive.mo share/locale/zh_CN/LC_MESSAGES/calligrafilters.mo +share/locale/zh_CN/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/zh_CN/LC_MESSAGES/flow.mo share/locale/zh_CN/LC_MESSAGES/karbon.mo share/locale/zh_CN/LC_MESSAGES/kexi.mo Modified: head/chinese/calligra-l10n-zh_TW/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_TW/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/chinese/calligra-l10n-zh_TW/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= chinese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/chinese/calligra-l10n-zh_TW/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_TW/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/chinese/calligra-l10n-zh_TW/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -23,6 +23,7 @@ share/locale/zh_TW/LC_MESSAGES/calligra_ share/locale/zh_TW/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_TW/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_TW/LC_MESSAGES/calligrafilters.mo +share/locale/zh_TW/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/zh_TW/LC_MESSAGES/flow.mo share/locale/zh_TW/LC_MESSAGES/karbon.mo share/locale/zh_TW/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-bs/Makefile ============================================================================== --- head/editors/calligra-l10n-bs/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-bs/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-bs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-bs/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-bs/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/bs/LC_MESSAGES/calligra_tex share/locale/bs/LC_MESSAGES/calligraactive.mo share/locale/bs/LC_MESSAGES/calligrafilters.mo share/locale/bs/LC_MESSAGES/crashhandler.mo +share/locale/bs/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/bs/LC_MESSAGES/flow.appdata.mo share/locale/bs/LC_MESSAGES/flow.mo share/locale/bs/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-ca/Makefile ============================================================================== --- head/editors/calligra-l10n-ca/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-ca/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-ca/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-ca/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -51,6 +51,7 @@ share/locale/ca/LC_MESSAGES/calligra_tex share/locale/ca/LC_MESSAGES/calligraactive.mo share/locale/ca/LC_MESSAGES/calligrafilters.mo share/locale/ca/LC_MESSAGES/crashhandler.mo +share/locale/ca/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/ca/LC_MESSAGES/flow.appdata.mo share/locale/ca/LC_MESSAGES/flow.mo share/locale/ca/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-ca_valencia/Makefile ============================================================================== --- head/editors/calligra-l10n-ca_valencia/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-ca_valencia/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-ca_valencia/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -29,6 +29,7 @@ share/locale/ca@valencia/LC_MESSAGES/cal share/locale/ca@valencia/LC_MESSAGES/calligraactive.mo share/locale/ca@valencia/LC_MESSAGES/calligrafilters.mo share/locale/ca@valencia/LC_MESSAGES/crashhandler.mo +share/locale/ca@valencia/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/ca@valencia/LC_MESSAGES/flow.appdata.mo share/locale/ca@valencia/LC_MESSAGES/flow.mo share/locale/ca@valencia/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-cs/Makefile ============================================================================== --- head/editors/calligra-l10n-cs/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-cs/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-cs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-cs/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-cs/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/cs/LC_MESSAGES/calligra_tex share/locale/cs/LC_MESSAGES/calligraactive.mo share/locale/cs/LC_MESSAGES/calligrafilters.mo share/locale/cs/LC_MESSAGES/crashhandler.mo +share/locale/cs/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/cs/LC_MESSAGES/flow.appdata.mo share/locale/cs/LC_MESSAGES/flow.mo share/locale/cs/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-da/Makefile ============================================================================== --- head/editors/calligra-l10n-da/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-da/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-da/pkg-plist ============================================================================== --- head/editors/calligra-l10n-da/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-da/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/da/LC_MESSAGES/calligra_tex share/locale/da/LC_MESSAGES/calligraactive.mo share/locale/da/LC_MESSAGES/calligrafilters.mo share/locale/da/LC_MESSAGES/crashhandler.mo +share/locale/da/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/da/LC_MESSAGES/flow.appdata.mo share/locale/da/LC_MESSAGES/flow.mo share/locale/da/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-el/Makefile ============================================================================== --- head/editors/calligra-l10n-el/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-el/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-el/pkg-plist ============================================================================== --- head/editors/calligra-l10n-el/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-el/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -25,6 +25,7 @@ share/locale/el/LC_MESSAGES/calligra_tex share/locale/el/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/el/LC_MESSAGES/calligraactive.mo share/locale/el/LC_MESSAGES/calligrafilters.mo +share/locale/el/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/el/LC_MESSAGES/flow.mo share/locale/el/LC_MESSAGES/karbon.mo share/locale/el/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-en_GB/Makefile ============================================================================== --- head/editors/calligra-l10n-en_GB/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-en_GB/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-en_GB/pkg-plist ============================================================================== --- head/editors/calligra-l10n-en_GB/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-en_GB/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/en_GB/LC_MESSAGES/calligra_ share/locale/en_GB/LC_MESSAGES/calligraactive.mo share/locale/en_GB/LC_MESSAGES/calligrafilters.mo share/locale/en_GB/LC_MESSAGES/crashhandler.mo +share/locale/en_GB/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/en_GB/LC_MESSAGES/flow.appdata.mo share/locale/en_GB/LC_MESSAGES/flow.mo share/locale/en_GB/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-es/Makefile ============================================================================== --- head/editors/calligra-l10n-es/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-es/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde spanish MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-es/pkg-plist ============================================================================== --- head/editors/calligra-l10n-es/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-es/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -80,6 +80,7 @@ share/locale/es/LC_MESSAGES/calligra_tex share/locale/es/LC_MESSAGES/calligraactive.mo share/locale/es/LC_MESSAGES/calligrafilters.mo share/locale/es/LC_MESSAGES/crashhandler.mo +share/locale/es/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/es/LC_MESSAGES/flow.appdata.mo share/locale/es/LC_MESSAGES/flow.mo share/locale/es/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-et/Makefile ============================================================================== --- head/editors/calligra-l10n-et/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-et/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-et/pkg-plist ============================================================================== --- head/editors/calligra-l10n-et/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-et/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -54,6 +54,7 @@ share/locale/et/LC_MESSAGES/calligra_tex share/locale/et/LC_MESSAGES/calligraactive.mo share/locale/et/LC_MESSAGES/calligrafilters.mo share/locale/et/LC_MESSAGES/crashhandler.mo +share/locale/et/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/et/LC_MESSAGES/flow.appdata.mo share/locale/et/LC_MESSAGES/flow.mo share/locale/et/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-fi/Makefile ============================================================================== --- head/editors/calligra-l10n-fi/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-fi/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-fi/pkg-plist ============================================================================== --- head/editors/calligra-l10n-fi/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-fi/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/fi/LC_MESSAGES/calligra_tex share/locale/fi/LC_MESSAGES/calligraactive.mo share/locale/fi/LC_MESSAGES/calligrafilters.mo share/locale/fi/LC_MESSAGES/crashhandler.mo +share/locale/fi/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/fi/LC_MESSAGES/desktop_calligra.mo share/locale/fi/LC_MESSAGES/flow.appdata.mo share/locale/fi/LC_MESSAGES/flow.mo Modified: head/editors/calligra-l10n-gl/Makefile ============================================================================== --- head/editors/calligra-l10n-gl/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-gl/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-gl/pkg-plist ============================================================================== --- head/editors/calligra-l10n-gl/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-gl/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -28,9 +28,16 @@ share/locale/gl/LC_MESSAGES/calligra_tex share/locale/gl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/gl/LC_MESSAGES/calligraactive.mo share/locale/gl/LC_MESSAGES/calligrafilters.mo +share/locale/gl/LC_MESSAGES/crashhandler.mo +share/locale/gl/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/gl/LC_MESSAGES/flow.appdata.mo share/locale/gl/LC_MESSAGES/flow.mo +share/locale/gl/LC_MESSAGES/karbon.appdata.mo share/locale/gl/LC_MESSAGES/karbon.mo +share/locale/gl/LC_MESSAGES/kexi.appdata.mo share/locale/gl/LC_MESSAGES/kexi.mo +share/locale/gl/LC_MESSAGES/kexisqlite3driver.mo +share/locale/gl/LC_MESSAGES/kexixbasedriver.mo share/locale/gl/LC_MESSAGES/kformdesigner_mapbrowser.mo share/locale/gl/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/gl/LC_MESSAGES/kocolorspaces.mo @@ -40,18 +47,24 @@ share/locale/gl/LC_MESSAGES/koreport_bar share/locale/gl/LC_MESSAGES/koreport_chartplugin.mo share/locale/gl/LC_MESSAGES/koreport_mapsplugin.mo share/locale/gl/LC_MESSAGES/koreport_webplugin.mo +share/locale/gl/LC_MESSAGES/krita.appdata.mo share/locale/gl/LC_MESSAGES/krita.mo share/locale/gl/LC_MESSAGES/krossmoduleplan.mo share/locale/gl/LC_MESSAGES/krossmodulesheets.mo share/locale/gl/LC_MESSAGES/krossmodulewords.mo share/locale/gl/LC_MESSAGES/okularGenerator_odp.mo +share/locale/gl/LC_MESSAGES/okularGenerator_odt.mo +share/locale/gl/LC_MESSAGES/plan.appdata.mo share/locale/gl/LC_MESSAGES/plan.mo share/locale/gl/LC_MESSAGES/planlibs.mo share/locale/gl/LC_MESSAGES/planrcpsplugin.mo share/locale/gl/LC_MESSAGES/plantjplugin.mo share/locale/gl/LC_MESSAGES/planwork.mo +share/locale/gl/LC_MESSAGES/sheets.appdata.mo share/locale/gl/LC_MESSAGES/sheets.mo share/locale/gl/LC_MESSAGES/sheetscalendartool.mo share/locale/gl/LC_MESSAGES/sheetssolver.mo +share/locale/gl/LC_MESSAGES/stage.appdata.mo share/locale/gl/LC_MESSAGES/stage.mo +share/locale/gl/LC_MESSAGES/words.appdata.mo share/locale/gl/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-it/Makefile ============================================================================== --- head/editors/calligra-l10n-it/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-it/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-it/pkg-plist ============================================================================== --- head/editors/calligra-l10n-it/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-it/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -54,6 +54,7 @@ share/locale/it/LC_MESSAGES/calligra_tex share/locale/it/LC_MESSAGES/calligraactive.mo share/locale/it/LC_MESSAGES/calligrafilters.mo share/locale/it/LC_MESSAGES/crashhandler.mo +share/locale/it/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/it/LC_MESSAGES/flow.appdata.mo share/locale/it/LC_MESSAGES/flow.mo share/locale/it/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-kk/Makefile ============================================================================== --- head/editors/calligra-l10n-kk/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-kk/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-kk/pkg-plist ============================================================================== --- head/editors/calligra-l10n-kk/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-kk/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -28,6 +28,7 @@ share/locale/kk/LC_MESSAGES/calligra_tex share/locale/kk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/kk/LC_MESSAGES/calligraactive.mo share/locale/kk/LC_MESSAGES/calligrafilters.mo +share/locale/kk/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/kk/LC_MESSAGES/flow.mo share/locale/kk/LC_MESSAGES/karbon.mo share/locale/kk/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-nb/Makefile ============================================================================== --- head/editors/calligra-l10n-nb/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-nb/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-nb/pkg-plist ============================================================================== --- head/editors/calligra-l10n-nb/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-nb/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -29,6 +29,7 @@ share/locale/nb/LC_MESSAGES/calligra_tex share/locale/nb/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nb/LC_MESSAGES/calligraactive.mo share/locale/nb/LC_MESSAGES/calligrafilters.mo +share/locale/nb/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/nb/LC_MESSAGES/flow.mo share/locale/nb/LC_MESSAGES/karbon.mo share/locale/nb/LC_MESSAGES/kexisqlite3driver.mo Modified: head/editors/calligra-l10n-nl/Makefile ============================================================================== --- head/editors/calligra-l10n-nl/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-nl/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-nl/pkg-plist ============================================================================== --- head/editors/calligra-l10n-nl/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-nl/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -126,6 +126,7 @@ share/locale/nl/LC_MESSAGES/calligra_tex share/locale/nl/LC_MESSAGES/calligraactive.mo share/locale/nl/LC_MESSAGES/calligrafilters.mo share/locale/nl/LC_MESSAGES/crashhandler.mo +share/locale/nl/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/nl/LC_MESSAGES/flow.appdata.mo share/locale/nl/LC_MESSAGES/flow.mo share/locale/nl/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-sk/Makefile ============================================================================== --- head/editors/calligra-l10n-sk/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-sk/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-sk/pkg-plist ============================================================================== --- head/editors/calligra-l10n-sk/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-sk/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/sk/LC_MESSAGES/calligra_tex share/locale/sk/LC_MESSAGES/calligraactive.mo share/locale/sk/LC_MESSAGES/calligrafilters.mo share/locale/sk/LC_MESSAGES/crashhandler.mo +share/locale/sk/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/sk/LC_MESSAGES/flow.appdata.mo share/locale/sk/LC_MESSAGES/flow.mo share/locale/sk/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-sv/Makefile ============================================================================== --- head/editors/calligra-l10n-sv/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-sv/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-sv/pkg-plist ============================================================================== --- head/editors/calligra-l10n-sv/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-sv/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -163,6 +163,7 @@ share/locale/sv/LC_MESSAGES/calligra_tex share/locale/sv/LC_MESSAGES/calligraactive.mo share/locale/sv/LC_MESSAGES/calligrafilters.mo share/locale/sv/LC_MESSAGES/crashhandler.mo +share/locale/sv/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/sv/LC_MESSAGES/flow.appdata.mo share/locale/sv/LC_MESSAGES/flow.mo share/locale/sv/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-tr/Makefile ============================================================================== --- head/editors/calligra-l10n-tr/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-tr/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-tr/pkg-plist ============================================================================== --- head/editors/calligra-l10n-tr/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/editors/calligra-l10n-tr/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -32,6 +32,7 @@ share/locale/tr/LC_MESSAGES/calligrafilt share/locale/tr/LC_MESSAGES/crashhandler.mo share/locale/tr/LC_MESSAGES/flow.appdata.mo share/locale/tr/LC_MESSAGES/flow.mo +share/locale/tr/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/tr/LC_MESSAGES/karbon.appdata.mo share/locale/tr/LC_MESSAGES/karbon.mo share/locale/tr/LC_MESSAGES/kexi.appdata.mo Modified: head/french/calligra-l10n/Makefile ============================================================================== --- head/french/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/french/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= french editors kde MAINTAINER= kde@FreeBSD.org Modified: head/french/calligra-l10n/pkg-plist ============================================================================== --- head/french/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/french/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -62,6 +62,8 @@ share/locale/fr/LC_MESSAGES/calligra_tex share/locale/fr/LC_MESSAGES/calligraactive.mo share/locale/fr/LC_MESSAGES/calligrafilters.mo share/locale/fr/LC_MESSAGES/crashhandler.mo +share/locale/fr/LC_MESSAGES/desktop_calligra.mo +share/locale/fr/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/fr/LC_MESSAGES/flow.appdata.mo share/locale/fr/LC_MESSAGES/flow.mo share/locale/fr/LC_MESSAGES/karbon.appdata.mo Modified: head/german/calligra-l10n/Makefile ============================================================================== --- head/german/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/german/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= german editors kde MAINTAINER= kde@FreeBSD.org Modified: head/german/calligra-l10n/pkg-plist ============================================================================== --- head/german/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/german/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -55,6 +55,7 @@ share/locale/de/LC_MESSAGES/calligra_tex share/locale/de/LC_MESSAGES/calligraactive.mo share/locale/de/LC_MESSAGES/calligrafilters.mo share/locale/de/LC_MESSAGES/crashhandler.mo +share/locale/de/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/de/LC_MESSAGES/flow.appdata.mo share/locale/de/LC_MESSAGES/flow.mo share/locale/de/LC_MESSAGES/karbon.appdata.mo Modified: head/hungarian/calligra-l10n/Makefile ============================================================================== --- head/hungarian/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/hungarian/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= hungarian editors kde MAINTAINER= kde@FreeBSD.org Modified: head/hungarian/calligra-l10n/pkg-plist ============================================================================== --- head/hungarian/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/hungarian/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/hu/LC_MESSAGES/calligra_tex share/locale/hu/LC_MESSAGES/calligraactive.mo share/locale/hu/LC_MESSAGES/calligrafilters.mo share/locale/hu/LC_MESSAGES/crashhandler.mo +share/locale/hu/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/hu/LC_MESSAGES/flow.mo share/locale/hu/LC_MESSAGES/karbon.mo share/locale/hu/LC_MESSAGES/kexi.mo Modified: head/japanese/calligra-l10n/Makefile ============================================================================== --- head/japanese/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/japanese/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= japanese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/japanese/calligra-l10n/pkg-plist ============================================================================== --- head/japanese/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/japanese/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/ja/LC_MESSAGES/calligra_tex share/locale/ja/LC_MESSAGES/calligraactive.mo share/locale/ja/LC_MESSAGES/calligrafilters.mo share/locale/ja/LC_MESSAGES/crashhandler.mo +share/locale/ja/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/ja/LC_MESSAGES/flow.appdata.mo share/locale/ja/LC_MESSAGES/flow.mo share/locale/ja/LC_MESSAGES/karbon.appdata.mo Modified: head/polish/calligra-l10n/Makefile ============================================================================== --- head/polish/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/polish/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= polish editors kde MAINTAINER= kde@FreeBSD.org Modified: head/polish/calligra-l10n/pkg-plist ============================================================================== --- head/polish/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/polish/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -30,6 +30,7 @@ share/locale/pl/LC_MESSAGES/calligra_tex share/locale/pl/LC_MESSAGES/calligraactive.mo share/locale/pl/LC_MESSAGES/calligrafilters.mo share/locale/pl/LC_MESSAGES/crashhandler.mo +share/locale/pl/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/pl/LC_MESSAGES/flow.appdata.mo share/locale/pl/LC_MESSAGES/flow.mo share/locale/pl/LC_MESSAGES/karbon.appdata.mo Modified: head/portuguese/calligra-l10n-pt_BR/Makefile ============================================================================== --- head/portuguese/calligra-l10n-pt_BR/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/portuguese/calligra-l10n-pt_BR/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= portuguese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/portuguese/calligra-l10n-pt_BR/pkg-plist ============================================================================== --- head/portuguese/calligra-l10n-pt_BR/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/portuguese/calligra-l10n-pt_BR/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -54,6 +54,7 @@ share/locale/pt_BR/LC_MESSAGES/calligra_ share/locale/pt_BR/LC_MESSAGES/calligraactive.mo share/locale/pt_BR/LC_MESSAGES/calligrafilters.mo share/locale/pt_BR/LC_MESSAGES/crashhandler.mo +share/locale/pt_BR/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/pt_BR/LC_MESSAGES/flow.appdata.mo share/locale/pt_BR/LC_MESSAGES/flow.mo share/locale/pt_BR/LC_MESSAGES/karbon.appdata.mo Modified: head/portuguese/calligra-l10n/Makefile ============================================================================== --- head/portuguese/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/portuguese/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= portuguese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/portuguese/calligra-l10n/pkg-plist ============================================================================== --- head/portuguese/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/portuguese/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -54,6 +54,7 @@ share/locale/pt/LC_MESSAGES/calligra_tex share/locale/pt/LC_MESSAGES/calligraactive.mo share/locale/pt/LC_MESSAGES/calligrafilters.mo share/locale/pt/LC_MESSAGES/crashhandler.mo +share/locale/pt/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/pt/LC_MESSAGES/flow.appdata.mo share/locale/pt/LC_MESSAGES/flow.mo share/locale/pt/LC_MESSAGES/karbon.appdata.mo Modified: head/russian/calligra-l10n/Makefile ============================================================================== --- head/russian/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/russian/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= russian editors kde MAINTAINER= kde@FreeBSD.org Modified: head/russian/calligra-l10n/pkg-plist ============================================================================== --- head/russian/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/russian/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -40,6 +40,7 @@ share/locale/ru/LC_MESSAGES/calligra_tex share/locale/ru/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ru/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ru/LC_MESSAGES/calligrafilters.mo +share/locale/ru/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/ru/LC_MESSAGES/flow.mo share/locale/ru/LC_MESSAGES/karbon.mo share/locale/ru/LC_MESSAGES/kexi.mo Modified: head/ukrainian/calligra-l10n/Makefile ============================================================================== --- head/ukrainian/calligra-l10n/Makefile Mon Mar 28 17:19:54 2016 (r412064) +++ head/ukrainian/calligra-l10n/Makefile Mon Mar 28 18:16:36 2016 (r412065) @@ -2,6 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= ukrainian editors kde MAINTAINER= kde@FreeBSD.org Modified: head/ukrainian/calligra-l10n/pkg-plist ============================================================================== --- head/ukrainian/calligra-l10n/pkg-plist Mon Mar 28 17:19:54 2016 (r412064) +++ head/ukrainian/calligra-l10n/pkg-plist Mon Mar 28 18:16:36 2016 (r412065) @@ -119,6 +119,7 @@ share/locale/uk/LC_MESSAGES/calligra_tex share/locale/uk/LC_MESSAGES/calligraactive.mo share/locale/uk/LC_MESSAGES/calligrafilters.mo share/locale/uk/LC_MESSAGES/crashhandler.mo +share/locale/uk/LC_MESSAGES/desktop_calligra_calligra.mo share/locale/uk/LC_MESSAGES/flow.appdata.mo share/locale/uk/LC_MESSAGES/flow.mo share/locale/uk/LC_MESSAGES/karbon.appdata.mo From owner-svn-ports-all@freebsd.org Mon Mar 28 18:43:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E528AE081A; Mon, 28 Mar 2016 18:43:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 209711A3D; Mon, 28 Mar 2016 18:43:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SIhwDh075459; Mon, 28 Mar 2016 18:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SIhwhv075458; Mon, 28 Mar 2016 18:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603281843.u2SIhwhv075458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 18:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412066 - head/misc/xosd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 18:43:59 -0000 Author: amdmi3 Date: Mon Mar 28 18:43:58 2016 New Revision: 412066 URL: https://svnweb.freebsd.org/changeset/ports/412066 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/misc/xosd/Makefile Modified: head/misc/xosd/Makefile ============================================================================== --- head/misc/xosd/Makefile Mon Mar 28 18:16:36 2016 (r412065) +++ head/misc/xosd/Makefile Mon Mar 28 18:43:58 2016 (r412066) @@ -10,7 +10,8 @@ MASTER_SITES= SF/libxosd/libxosd/${PORTN MAINTAINER= ports@FreeBSD.org COMMENT= X11 on-screen-display program and library -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake pkgconfig libtool USE_CSTD= gnu89 @@ -31,30 +32,25 @@ XFT_DESC= Unofficial Xft support OPTIONS_SUB= yes MSEC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-msec-timeout +MSEC_VARS= DELAY_UNITS=milliseconds +MSEC_VARS_OFF= DELAY_UNITS=seconds XFT_EXTRA_PATCHES= ${FILESDIR}/extra-patch-xft XFT_USE= GNOME=pango XORG=xft -.include - -.if ${PORT_OPTIONS:MMSEC} -DELAY_UNITS= milliseconds -.else -DELAY_UNITS= seconds -.endif - post-patch: @${REINPLACE_CMD} -e 's,^\(CFLAGS =\)\(.*\)$$,\1 -I..\2,' \ ${WRKSRC}/src/libxosd/Makefile.in \ ${WRKSRC}/src/xmms_plugin/Makefile.in @${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \ ${WRKSRC}/src/osd_cat.c -.if ${PORT_OPTIONS:MXFT} # unbreak against Clang + +post-patch-XFT-on: +# unbreak against Clang @${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \ ${WRKSRC}/src/libxosd/xosd.c -.endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Mon Mar 28 18:44:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2BEAE0846; Mon, 28 Mar 2016 18:44:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 148151A5B; Mon, 28 Mar 2016 18:44:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SIi2Sa075595; Mon, 28 Mar 2016 18:44:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SIi27B075593; Mon, 28 Mar 2016 18:44:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603281844.u2SIi27B075593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 18:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412067 - in head/misc/tempcontrol: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 18:44:04 -0000 Author: amdmi3 Date: Mon Mar 28 18:44:02 2016 New Revision: 412067 URL: https://svnweb.freebsd.org/changeset/ports/412067 Log: - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/misc/tempcontrol/Makefile head/misc/tempcontrol/files/patch-Makefile Modified: head/misc/tempcontrol/Makefile ============================================================================== --- head/misc/tempcontrol/Makefile Mon Mar 28 18:43:58 2016 (r412066) +++ head/misc/tempcontrol/Makefile Mon Mar 28 18:44:02 2016 (r412067) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Temperature control for fermenting beer and other applications LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= readline NO_WRKSUBDIR= yes @@ -33,6 +34,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/temperaturecontrol.sh.sample \ ${STAGEDIR}${PREFIX}/etc/rc.d +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/misc/tempcontrol/files/patch-Makefile ============================================================================== --- head/misc/tempcontrol/files/patch-Makefile Mon Mar 28 18:43:58 2016 (r412066) +++ head/misc/tempcontrol/files/patch-Makefile Mon Mar 28 18:44:02 2016 (r412067) @@ -1,6 +1,6 @@ ---- Makefile.orig 2006-01-25 18:03:13.000000000 -0500 -+++ Makefile 2014-08-15 12:53:03.000000000 -0400 -@@ -39,7 +39,7 @@ +--- Makefile.orig 2006-01-25 23:03:13 UTC ++++ Makefile +@@ -39,7 +39,7 @@ PRIVDIR = /usr/local/etc/tempcontrol # Where to install the startup script RCDIR = /usr/local/etc/rc.d @@ -9,7 +9,7 @@ LINK=gcc LFLAGS= -g -@@ -88,7 +88,7 @@ +@@ -88,7 +88,7 @@ depend: parser.h .FORCE .FORCE: tempcontrol: ${OBJS} From owner-svn-ports-all@freebsd.org Mon Mar 28 19:21:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA8C9AE136E; Mon, 28 Mar 2016 19:21:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7311E73; Mon, 28 Mar 2016 19:21:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SJLIPZ087652; Mon, 28 Mar 2016 19:21:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SJLHR0087643; Mon, 28 Mar 2016 19:21:17 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603281921.u2SJLHR0087643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Mar 2016 19:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412068 - in head/math/pdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 19:21:19 -0000 Author: rakuco Date: Mon Mar 28 19:21:17 2016 New Revision: 412068 URL: https://svnweb.freebsd.org/changeset/ports/412068 Log: Update to 1.1.0. Includes compatibility with the upcoming Boost 1.60. Original patch from the maintainer himself, and additional adjustments by me. Also thanks to pi@ for helping test-build the update. PR: 207059 Submitted by: coder@tuxfamily.org (maintainer, first version) Approved by: coder@tuxfamily.org (maintainer) Added: head/math/pdal/files/patch-git_080e614 (contents, props changed) head/math/pdal/files/patch-git_3c7e997 (contents, props changed) head/math/pdal/files/patch-git_5a0b123 (contents, props changed) head/math/pdal/files/patch-git_c8a1f88 (contents, props changed) head/math/pdal/files/patch-src_PluginManager.cpp (contents, props changed) head/math/pdal/files/patch-vendor_gtest-1.7.0_include_gtest_internal_gtest-port.h (contents, props changed) Deleted: head/math/pdal/files/patch-src-Utils.cpp Modified: head/math/pdal/Makefile head/math/pdal/distinfo head/math/pdal/pkg-plist Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Mon Mar 28 18:44:02 2016 (r412067) +++ head/math/pdal/Makefile Mon Mar 28 19:21:17 2016 (r412068) @@ -1,8 +1,8 @@ -# Created by: bart +# Created by: bart # $FreeBSD$ PORTNAME= pdal -PORTVERSION= 0.9.8 +PORTVERSION= 1.1.0 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org @@ -11,20 +11,68 @@ COMMENT= Library for translating and man LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake compiler:c++11-lang +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ + libgeos.so:${PORTSDIR}/graphics/geos \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} GH_PROJECT= ${GH_ACCOUNT} -OPTIONS_DEFINE= GDAL GEOTIFF LIBXML2 EMBED_BOOST -OPTIONS_DEFAULT= GDAL GEOTIFF LIBXML2 +# Unhide std::to_string() to fix build with GCC (see ports/193528 for details). +CXXFLAGS+= -D_GLIBCXX_USE_C99 + +OPTIONS_DEFINE= GEOTIFF LIBXML2 LASZIP APPS BASH ATTRIBUTE \ + ICEBRIDGE PGPOINTCLOUD SQLITE \ + PYTHON TESTS +OPTIONS_DEFAULT= GEOTIFF LIBXML2 LASZIP APPS +#Plugins with lib not in port: +#RivLib, Matlab, MrSID, CPD, GeoWave, GreyHound, HexBin OPTIONS_SUB= yes -GDAL_DESC= Enable GDAL support -GDAL_CMAKE_ON= -DWITH_GDAL:BOOL=TRUE -GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal -GDAL_CMAKE_OFF= -DWITH_GDAL:BOOL=FALSE +PGPOINTCLOUD_DESC= Enable Coherent PostgreSQL Point Cloud plugin +PGPOINTCLOUD_CMAKE_ON= -DBUILD_PLUGIN_PGPOINTCLOUD:BOOL=TRUE +PGPOINTCLOUD_USES= pgsql +PGPOINTCLOUD_CMAKE_OFF= -DBUILD_PLUGIN_PGPOINTCLOUD:BOOL=FALSE + +SQLITE_DESC= Enable SQLite plugin +SQLITE_CMAKE_ON= -DBUILD_PLUGIN_SQLITE:BOOL=TRUE +SQLITE_USES= sqlite +SQLITE_CMAKE_OFF= -DBUILD_PLUGIN_SQLITE:BOOL=FALSE + +PYTHON_DESC= Enable Python plugin +PYTHON_CMAKE_ON= -DBUILD_PLUGIN_PYTHON:BOOL=TRUE +PYTHON_USES= python +PYTHON_BUILD_DEPENDS= ${PYNUMPY} +PYTHON_RUN_DEPENDS= ${PYNUMPY} +PYTHON_CMAKE_OFF= -DBUILD_PLUGIN_PYTHON:BOOL=FALSE + +TESTS_DESC= Enable Tests +TESTS_CMAKE_ON= -DBUILD_PLUGIN_TESTS:BOOL=TRUE +TESTS_CMAKE_OFF= DBUILD_PLUGIN_TESTS:BOOL=FALSE + +ATTRIBUTE_DESC= Enable attribute plugin +ATTRIBUTE_CMAKE_ON= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=TRUE +ATTRIBUTE_CMAKE_OFF= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=FALSE + +ICEBRIDGE_DESC= Enable Icebridge plugin +ICEBRIDGE_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +ICEBRIDGE_CMAKE_ON= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=TRUE +ICEBRIDGE_CMAKE_OFF= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=FALSE + +APPS_DESC= PDAL command line application +APPS_CMAKE_ON= -DWITH_APPS:BOOL=TRUE +APPS_CMAKE_OFF= -DWITH_APPS:BOOL=FALSE + +BASH_DESC= BASH completion +BASH_CMAKE_ON= -DWITH_BASH:BOOL=TRUE +BASH_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BASH_CMAKE_OFF= -DWITH_BASH:BOOL=FALSE + +LASZIP_DESC= Enable LASZip support (Recommended) +LASZIP_LIB_DEPENDS= liblaszip.so:${PORTSDIR}/archivers/laszip GEOTIFF_CMAKE_ON= -DWITH_GEOTIFF:BOOL=TRUE GEOTIFF_LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff @@ -34,9 +82,4 @@ LIBXML2_CMAKE_ON= -DWITH_LIBXML2:BOOL=TR LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 LIBXML2_CMAKE_OFF= -DWITH_LIBXML2:BOOL=FALSE -EMBED_BOOST_DESC= Use embedded rather than system boost -EMBED_BOOST_CMAKE_ON= -DPDAL_EMBED_BOOST:BOOL=TRUE -EMBED_BOOST_CMAKE_OFF= -DPDAL_EMBED_BOOST:BOOL=FALSE -EMBED_BOOST_LIB_DEPENDS_OFF= libboost_thread.so:${PORTSDIR}/devel/boost-libs - .include Modified: head/math/pdal/distinfo ============================================================================== --- head/math/pdal/distinfo Mon Mar 28 18:44:02 2016 (r412067) +++ head/math/pdal/distinfo Mon Mar 28 19:21:17 2016 (r412068) @@ -1,2 +1,2 @@ -SHA256 (PDAL-PDAL-0.9.8_GH0.tar.gz) = aef41ae7c8b87541eb9cc11c2e17f086ac26799f3e4da0f19f8e78e0538060ff -SIZE (PDAL-PDAL-0.9.8_GH0.tar.gz) = 11046030 +SHA256 (PDAL-PDAL-1.1.0_GH0.tar.gz) = 70e0c84035b3fdc75c4eb72dde62a7a2138171d249f2a607170f79d5cafe589d +SIZE (PDAL-PDAL-1.1.0_GH0.tar.gz) = 37323319 Added: head/math/pdal/files/patch-git_080e614 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-git_080e614 Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,32 @@ +commit 080e614bd975aa3784a463a8a0b50885bc65c726 +Author: Raphael Kubo da Costa +Date: Fri Mar 25 00:21:04 2016 +0100 + + Link against ${CMAKE_DL_LIBS} instead of libdl. + + -dl only exists on Linux, so linking fails on other OSes like FreeBSD. + Use the portable CMAKE_DL_LIBS variable instead. +--- src/util/CMakeLists.txt.orig 2016-03-24 21:27:02 UTC ++++ src/util/CMakeLists.txt +@@ -33,20 +33,11 @@ set(PDAL_UTIL_SOURCES + ${PDAL_UTIL_HPP}) + + PDAL_ADD_LIBRARY(${PDAL_UTIL_LIB_NAME} SHARED ${PDAL_UTIL_SOURCES}) +-target_link_libraries(${PDAL_UTIL_LIB_NAME} ${Boost_LIBRARIES}) ++target_link_libraries(${PDAL_UTIL_LIB_NAME} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) + + set_target_properties(${PDAL_UTIL_LIB_NAME} PROPERTIES + VERSION "${PDAL_BUILD_VERSION}" + SOVERSION "${PDAL_API_VERSION}" + CLEAN_DIRECT_OUTPUT 1) + +-if (NOT WIN32) +- target_link_libraries(${PDAL_UTIL_LIB_NAME} dl) +-endif (NOT WIN32) +- +-if (NOT WIN32) +- target_link_libraries(${PDAL_UTIL_LIB_NAME} dl) +-endif (NOT WIN32) +- + set_property(GLOBAL PROPERTY _UTIL_INCLUDED TRUE) +- Added: head/math/pdal/files/patch-git_3c7e997 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-git_3c7e997 Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,38 @@ +commit 3c7e9979ea67a56e8d29f7404e1e8153dc93c6bb +Author: Raphael Kubo da Costa +Date: Mon Mar 28 14:55:29 2016 +0200 + + portable_endian: Remove wrong byte-order macro definitions for the BSDs. + + Only OpenBSD has {b,l}etoh{16,32,64} in addition to {b,l}e{16,32,64}toh, + so the macro definitions were breaking the build on all those OSes. + +--- include/pdal/util/portable_endian.hpp.orig 2015-11-25 18:45:33 UTC ++++ include/pdal/util/portable_endian.hpp +@@ -41,23 +41,10 @@ + # define __PDP_ENDIAN PDP_ENDIAN + **/ + +-#elif defined(__OpenBSD__) +- +-# include +- +-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) +- ++#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) ++ + # include +- +-# define be16toh betoh16 +-# define le16toh letoh16 +- +-# define be32toh betoh32 +-# define le32toh letoh32 +- +-# define be64toh betoh64 +-# define le64toh letoh64 +- ++ + #elif defined(__WINDOWS__) + + # include Added: head/math/pdal/files/patch-git_5a0b123 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-git_5a0b123 Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,20 @@ +commit 5a0b123bfd7a843b18318ec2e95ce725c5f1f386 +Author: Raphael Kubo da Costa +Date: Mon Mar 28 15:07:22 2016 +0200 + + utils: Include sys/wait.h for the WIFEXITED and WEXITSTATUS macros. + + These two macros are defined in sys/wait.h, which was being included + indirectly by other headers. This did not work on systems such as + FreeBSD, so explicitly include all headers that we actually need. + +--- src/util/Utils.cpp.orig 2015-11-25 18:45:33 UTC ++++ src/util/Utils.cpp +@@ -43,6 +43,7 @@ + #ifndef _WIN32 + #include + #include ++#include // WIFEXITED, WEXITSTATUS + #endif + + #ifdef PDAL_COMPILER_MSVC Added: head/math/pdal/files/patch-git_c8a1f88 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-git_c8a1f88 Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,20 @@ +commit c8a1f887d7316f76853bd67ffe5a9bb556e54b57 +Author: Raphael Kubo da Costa +Date: Fri Mar 25 17:48:33 2016 +0100 + + nanoflann: Include for ::malloc(). + + malloc() is defined in stdlib.h, which was being included indirectly by + other on Linux. On systems such as FreeBSD, the code was just failing to + build because of the missing symbol. + +--- vendor/nanoflann-1.1.8/nanoflann.hpp.orig 2015-11-25 18:45:33 UTC ++++ vendor/nanoflann-1.1.8/nanoflann.hpp +@@ -38,6 +38,7 @@ + #include + #include + #include // for fwrite() ++#include // for malloc() + #include // for fabs(),... + #include + Added: head/math/pdal/files/patch-src_PluginManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-src_PluginManager.cpp Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,11 @@ +--- src/PluginManager.cpp.orig 2015-11-25 18:45:33 UTC ++++ src/PluginManager.cpp +@@ -58,7 +58,7 @@ namespace + { + #if defined(__APPLE__) && defined(__MACH__) + const std::string dynamicLibraryExtension(".dylib"); +-#elif defined __linux__ ++#elif defined __linux__ || __FreeBSD__ + const std::string dynamicLibraryExtension(".so"); + #elif defined _WIN32 + const std::string dynamicLibraryExtension(".dll"); Added: head/math/pdal/files/patch-vendor_gtest-1.7.0_include_gtest_internal_gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-vendor_gtest-1.7.0_include_gtest_internal_gtest-port.h Mon Mar 28 19:21:17 2016 (r412068) @@ -0,0 +1,28 @@ +--- vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h.orig 2016-03-24 21:27:13 UTC ++++ vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h +@@ -92,6 +92,7 @@ + // the given platform; otherwise undefined): + // GTEST_OS_AIX - IBM AIX + // GTEST_OS_CYGWIN - Cygwin ++// GTEST_OS_FREEBSD - FreeBSD + // GTEST_OS_HPUX - HP-UX + // GTEST_OS_LINUX - Linux + // GTEST_OS_LINUX_ANDROID - Google Android +@@ -267,6 +268,8 @@ + # define GTEST_OS_OPENBSD 1 + #elif defined __QNX__ + # define GTEST_OS_QNX 1 ++#elif defined __FreeBSD__ ++# define GTEST_OS_FREEBSD 1 + #endif // __CYGWIN__ + + #ifndef GTEST_LANG_CXX11 +@@ -646,7 +649,7 @@ using ::std::tuple_size; + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ +- GTEST_OS_OPENBSD || GTEST_OS_QNX) ++ GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD) + # define GTEST_HAS_DEATH_TEST 1 + # include // NOLINT + #endif Modified: head/math/pdal/pkg-plist ============================================================================== --- head/math/pdal/pkg-plist Mon Mar 28 18:44:02 2016 (r412067) +++ head/math/pdal/pkg-plist Mon Mar 28 19:21:17 2016 (r412068) @@ -1,103 +1,145 @@ -bin/pc2pc -bin/pcequal -bin/pcinfo -bin/pcpipeline -bin/pcquery +bin/pdal bin/pdal-config -include/pdal/Bounds.hpp +include/pdal/BpfCompressor.hpp +include/pdal/BpfHeader.hpp +include/pdal/BpfReader.hpp +include/pdal/BpfWriter.hpp +include/pdal/BufferReader.hpp +include/pdal/ChipperFilter.hpp +include/pdal/ColorizationFilter.hpp +include/pdal/Compression.hpp +include/pdal/CropFilter.hpp +include/pdal/DbReader.hpp +include/pdal/DbWriter.hpp +include/pdal/DecimationFilter.hpp +include/pdal/DeltaKernel.hpp +include/pdal/DerivativeWriter.hpp +include/pdal/DiffKernel.hpp include/pdal/Dimension.hpp -include/pdal/Endian.hpp -include/pdal/FileUtils.hpp +include/pdal/DividerFilter.hpp +include/pdal/FauxReader.hpp +include/pdal/FerryFilter.hpp include/pdal/Filter.hpp -include/pdal/FilterIterator.hpp +include/pdal/FlexWriter.hpp +include/pdal/GDALReader.hpp include/pdal/GDALUtils.hpp +include/pdal/Geometry.hpp +include/pdal/GeotiffSupport.hpp include/pdal/GlobalEnvironment.hpp +include/pdal/HeaderVal.hpp +include/pdal/Ilvis2Reader.hpp +include/pdal/InfoKernel.hpp +include/pdal/KDIndex.hpp +include/pdal/Kernel.hpp +include/pdal/KernelFactory.hpp +include/pdal/KernelSupport.hpp +include/pdal/LasError.hpp +include/pdal/LasHeader.hpp +include/pdal/LasReader.hpp +include/pdal/LasUtils.hpp +include/pdal/LasWriter.hpp include/pdal/Log.hpp +include/pdal/MergeFilter.hpp +include/pdal/MergeKernel.hpp include/pdal/Metadata.hpp -include/pdal/MultiFilter.hpp -include/pdal/MultiFilterIterator.hpp -include/pdal/Object.hpp +include/pdal/MortonOrderFilter.hpp +include/pdal/NullWriter.hpp +include/pdal/OptechCommon.hpp +include/pdal/OptechReader.hpp +include/pdal/OptechRotationMatrix.hpp include/pdal/Options.hpp +include/pdal/PDALUtils.hpp +include/pdal/PipelineKernel.hpp include/pdal/PipelineManager.hpp include/pdal/PipelineReader.hpp include/pdal/PipelineWriter.hpp -include/pdal/PointBuffer.hpp -include/pdal/Range.hpp +include/pdal/PluginManager.hpp +include/pdal/PlyReader.hpp +include/pdal/PlyWriter.hpp +include/pdal/PointLayout.hpp +include/pdal/PointTable.hpp +include/pdal/PointView.hpp +include/pdal/PointViewIter.hpp +include/pdal/QfitReader.hpp +include/pdal/QuadIndex.hpp +include/pdal/QuickInfo.hpp +include/pdal/RandomKernel.hpp +include/pdal/RandomizeFilter.hpp +include/pdal/RangeFilter.hpp include/pdal/Reader.hpp -include/pdal/ReaderIterator.hpp -include/pdal/Schema.hpp +include/pdal/ReprojectionFilter.hpp +include/pdal/SbetCommon.hpp +include/pdal/SbetReader.hpp +include/pdal/SbetWriter.hpp +include/pdal/SortFilter.hpp +include/pdal/SortKernel.hpp include/pdal/SpatialReference.hpp +include/pdal/SplitKernel.hpp +include/pdal/SplitterFilter.hpp include/pdal/Stage.hpp -include/pdal/StageBase.hpp include/pdal/StageFactory.hpp -include/pdal/StageIterator.hpp -include/pdal/StreamFactory.hpp -include/pdal/ThreadEnvironment.hpp +include/pdal/StageWrapper.hpp +include/pdal/StatsFilter.hpp +include/pdal/SummaryData.hpp +include/pdal/TIndexKernel.hpp +include/pdal/TIndexReader.hpp +include/pdal/TerrasolidReader.hpp +include/pdal/TextWriter.hpp +include/pdal/TransformationFilter.hpp +include/pdal/TranslateKernel.hpp include/pdal/UserCallback.hpp -include/pdal/Utils.hpp -include/pdal/Vector.hpp +include/pdal/VariableLengthRecord.hpp include/pdal/Writer.hpp include/pdal/XMLSchema.hpp -include/pdal/drivers/buffer/Reader.hpp -include/pdal/drivers/caris/CloudIterator.hpp -include/pdal/drivers/caris/CloudReader.hpp -include/pdal/drivers/faux/Reader.hpp -include/pdal/drivers/faux/Writer.hpp -include/pdal/drivers/las/Header.hpp -include/pdal/drivers/las/Reader.hpp -include/pdal/drivers/las/ReaderBase.hpp -include/pdal/drivers/las/SummaryData.hpp -include/pdal/drivers/las/Support.hpp -include/pdal/drivers/las/VariableLengthRecord.hpp -include/pdal/drivers/las/Writer.hpp -include/pdal/drivers/mrsid/Reader.hpp -include/pdal/drivers/nitf/Reader.hpp -include/pdal/drivers/nitf/Writer.hpp -include/pdal/drivers/oci/Reader.hpp -include/pdal/drivers/oci/Writer.hpp -include/pdal/drivers/oci/common.hpp -include/pdal/drivers/oci/oci_wrapper.h -include/pdal/drivers/p2g/Writer.hpp -include/pdal/drivers/pgpointcloud/Reader.hpp -include/pdal/drivers/pgpointcloud/Writer.hpp -include/pdal/drivers/pgpointcloud/common.hpp -include/pdal/drivers/pipeline/Reader.hpp -include/pdal/drivers/qfit/Reader.hpp -include/pdal/drivers/soci/Reader.hpp -include/pdal/drivers/soci/Writer.hpp -include/pdal/drivers/soci/common.hpp -include/pdal/drivers/terrasolid/Reader.hpp -include/pdal/drivers/text/Writer.hpp -include/pdal/filters/ByteSwap.hpp -include/pdal/filters/Cache.hpp -include/pdal/filters/Chipper.hpp -include/pdal/filters/Color.hpp -include/pdal/filters/Colorization.hpp -include/pdal/filters/Crop.hpp -include/pdal/filters/Decimation.hpp -include/pdal/filters/HexBin.hpp -include/pdal/filters/InPlaceReprojection.hpp -include/pdal/filters/Index.hpp -include/pdal/filters/Mosaic.hpp -include/pdal/filters/PointBufferCache.hpp -include/pdal/filters/Predicate.hpp -include/pdal/filters/Programmable.hpp -include/pdal/filters/Reprojection.hpp -include/pdal/filters/Scaling.hpp -include/pdal/filters/Selector.hpp -include/pdal/filters/Stats.hpp +include/pdal/ZipPoint.hpp include/pdal/gitsha.h +include/pdal/pdal.hpp include/pdal/pdal_config.hpp include/pdal/pdal_defines.h -include/pdal/pdal_error.hpp include/pdal/pdal_export.hpp include/pdal/pdal_internal.hpp include/pdal/pdal_macros.hpp +include/pdal/pdal_test_main.hpp include/pdal/pdal_types.hpp +include/pdal/plang/Array.hpp include/pdal/plang/BufferedInvocation.hpp +include/pdal/plang/Environment.hpp include/pdal/plang/Invocation.hpp -include/pdal/plang/PythonEnvironment.hpp +include/pdal/plang/Redirector.hpp include/pdal/plang/Script.hpp -include/pdal/third/nanoflann.hpp -lib/libpdal.so -lib/libpdal.so.0 +include/pdal/plugin.hpp +include/pdal/util/Algorithm.hpp +include/pdal/util/Bounds.hpp +include/pdal/util/Charbuf.hpp +include/pdal/util/Endian.hpp +include/pdal/util/Extractor.hpp +include/pdal/util/FileUtils.hpp +include/pdal/util/Georeference.hpp +include/pdal/util/IStream.hpp +include/pdal/util/Inserter.hpp +include/pdal/util/OStream.hpp +include/pdal/util/Utils.hpp +include/pdal/util/portable_endian.hpp +lib/libpdal_base.so +lib/libpdal_base.so.1 +lib/libpdal_base.so.2.0.0 +lib/libpdal_util.so +lib/libpdal_util.so.1 +lib/libpdal_util.so.2.0.0 +lib/libpdalcpp.so +%%PYTHON%%lib/libpdal_plang.so +%%PYTHON%%lib/libpdal_plang.so.1 +%%PYTHON%%lib/libpdal_plang.so.2.0.0 +%%PYTHON%%lib/libpdal_plugin_filter_predicate.so +%%PYTHON%%lib/libpdal_plugin_filter_programmable.so +%%ATTRIBUTE%%lib/libpdal_plugin_filter_attribute.so +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so +lib/pdal/cmake/PDALConfig.cmake +lib/pdal/cmake/PDALConfigVersion.cmake +lib/pdal/cmake/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/pdal/cmake/PDALTargets.cmake +libdata/pkgconfig/pdal.pc From owner-svn-ports-all@freebsd.org Mon Mar 28 19:31:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C429AE152D; Mon, 28 Mar 2016 19:31:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDD31210; Mon, 28 Mar 2016 19:31:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SJV6W8088108; Mon, 28 Mar 2016 19:31:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SJV6Oa088107; Mon, 28 Mar 2016 19:31:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603281931.u2SJV6Oa088107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 19:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412069 - head/misc/telbook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 19:31:07 -0000 Author: amdmi3 Date: Mon Mar 28 19:31:06 2016 New Revision: 412069 URL: https://svnweb.freebsd.org/changeset/ports/412069 Log: - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Modified: head/misc/telbook/Makefile Modified: head/misc/telbook/Makefile ============================================================================== --- head/misc/telbook/Makefile Mon Mar 28 19:21:17 2016 (r412068) +++ head/misc/telbook/Makefile Mon Mar 28 19:31:06 2016 (r412069) @@ -10,13 +10,15 @@ MASTER_SITES= http://home.arcor.de/kaffe MAINTAINER= ports@FreeBSD.org COMMENT= Simple telephone book -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 USES= shebangfix tar:bzip2 SHEBANG_FILES= telbook NO_BUILD= yes +NO_ARCH= yes PORTDOCS= README PLIST_FILES= bin/telbook @@ -25,6 +27,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/telbook ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Mon Mar 28 19:33:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30BD7AE1714; Mon, 28 Mar 2016 19:33:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02967183F; Mon, 28 Mar 2016 19:33:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SJXDEH090995; Mon, 28 Mar 2016 19:33:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SJXDO4090993; Mon, 28 Mar 2016 19:33:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603281933.u2SJXDO4090993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Mar 2016 19:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412070 - in head: . textproc textproc/libe-book00 textproc/libvisio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 19:33:14 -0000 Author: rakuco Date: Mon Mar 28 19:33:12 2016 New Revision: 412070 URL: https://svnweb.freebsd.org/changeset/ports/412070 Log: Remove expired ports. 2016-03-26 textproc/libvisio: Not used any more 2016-03-26 textproc/libe-book00: Not used any more Not only do these two ports have newer versions in the tree (textproc/libvisio01 and textproc/libe-book, respectively), but they were failing to build with the upcoming Boost 1.60. PR: 199601 Deleted: head/textproc/libe-book00/ head/textproc/libvisio/ Modified: head/MOVED head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 28 19:31:06 2016 (r412069) +++ head/MOVED Mon Mar 28 19:33:12 2016 (r412070) @@ -8242,3 +8242,5 @@ lang/cloudabi-clang|devel/cloudabi-toolc graphics/hugin-devel||2016-03-22|overtaken by released version graphics/hugin-2016||2016-03-22|overtaken by released version net/rubygem-omniauth-cas3||2016-03-28|Removed +textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead +textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Mar 28 19:31:06 2016 (r412069) +++ head/textproc/Makefile Mon Mar 28 19:33:12 2016 (r412070) @@ -391,7 +391,6 @@ SUBDIR += libcsv SUBDIR += libcue SUBDIR += libe-book - SUBDIR += libe-book00 SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat @@ -423,7 +422,6 @@ SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libutf8proc - SUBDIR += libvisio SUBDIR += libvisio01 SUBDIR += libwapcaplet SUBDIR += libwpd From owner-svn-ports-all@freebsd.org Mon Mar 28 20:18:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C99D0AE00A0; Mon, 28 Mar 2016 20:18:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEEC1D3A; Mon, 28 Mar 2016 20:18:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SKIopJ003530; Mon, 28 Mar 2016 20:18:50 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SKIo0o003528; Mon, 28 Mar 2016 20:18:50 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603282018.u2SKIo0o003528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 28 Mar 2016 20:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412071 - in head/deskutils/calibre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 20:18:51 -0000 Author: madpilot Date: Mon Mar 28 20:18:50 2016 New Revision: 412071 URL: https://svnweb.freebsd.org/changeset/ports/412071 Log: Patch calibre to correctly extract device info from the hal through dbus. This allows it to correctly mount readers on FreeBSD. Reported by: avg@ (via email) Added: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py (contents, props changed) Modified: head/deskutils/calibre/Makefile Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Mar 28 19:33:12 2016 (r412070) +++ head/deskutils/calibre/Makefile Mon Mar 28 20:18:50 2016 (r412071) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.53.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Added: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py Mon Mar 28 20:18:50 2016 (r412071) @@ -0,0 +1,12 @@ +--- src/calibre/devices/usbms/device.py.orig 2016-03-11 03:07:28 UTC ++++ src/calibre/devices/usbms/device.py +@@ -699,7 +699,8 @@ class Device(DeviceConfig, DevicePlugin) + d.manufacturer == objif.GetProperty('usb.vendor') and \ + d.product == objif.GetProperty('usb.product') and \ + d.serial == objif.GetProperty('usb.serial'): +- dpaths = manager.FindDeviceStringMatch('storage.originating_device', path) ++ midpath = manager.FindDeviceStringMatch('info.parent', path) ++ dpaths = manager.FindDeviceStringMatch('storage.originating_device', midpath[0]) + for dpath in dpaths: + # devif = dbus.Interface(bus.get_object('org.freedesktop.Hal', dpath), 'org.freedesktop.Hal.Device') + try: From owner-svn-ports-all@freebsd.org Mon Mar 28 20:53:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74CF1AE0A3D; Mon, 28 Mar 2016 20:53:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45A721E84; Mon, 28 Mar 2016 20:53:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SKrusY015406; Mon, 28 Mar 2016 20:53:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SKrukW015405; Mon, 28 Mar 2016 20:53:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603282053.u2SKrukW015405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 28 Mar 2016 20:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412072 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 20:53:57 -0000 Author: marino Date: Mon Mar 28 20:53:56 2016 New Revision: 412072 URL: https://svnweb.freebsd.org/changeset/ports/412072 Log: Mk/Iconv.mk: Remove DragonFly exception This file has been locally patched in dports for over a year. The exception hasn't been valid since DragonFly 4.0. Approved by: erwin@ (portmgr) Modified: head/Mk/Uses/iconv.mk Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Mon Mar 28 20:18:50 2016 (r412071) +++ head/Mk/Uses/iconv.mk Mon Mar 28 20:53:56 2016 (r412072) @@ -41,7 +41,7 @@ ICONV_CONFIGURE_BASE= ICONV_INCLUDE_PATH= /usr/include ICONV_LIB_PATH= /usr/lib/libc.so -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \ +.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \ || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100069))) \ || exists(${LOCALBASE}/include/iconv.h) BUILD_DEPENDS+= libiconv>=1.14_9:converters/libiconv From owner-svn-ports-all@freebsd.org Mon Mar 28 20:59:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3B05AE0BFC; Mon, 28 Mar 2016 20:59:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A11681206; Mon, 28 Mar 2016 20:59:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SKxjUZ015734; Mon, 28 Mar 2016 20:59:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SKxjZG015732; Mon, 28 Mar 2016 20:59:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603282059.u2SKxjZG015732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 28 Mar 2016 20:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412073 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 20:59:46 -0000 Author: bapt Date: Mon Mar 28 20:59:45 2016 New Revision: 412073 URL: https://svnweb.freebsd.org/changeset/ports/412073 Log: Update to 1.6.99.6 Changes: - Add a basic automatic resolution plan for unsatisiable SAT problems - Fix regression in pkg info -R - Add a mechanism to finding libs when packaging base - Fix some warnings on arm - Fix hardlink extraction with --rootdir - Improved error reporting - Update libucl - Fixes on locked package handling - Add ip_version in pkg -vv output - Add !~ in pkg query (negated glob match) - Implement "vital" packages: prevent a package from being manually removed - Add support for arm hardfloat - Multiple bug fixes Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon Mar 28 20:53:56 2016 (r412072) +++ head/ports-mgmt/pkg-devel/Makefile Mon Mar 28 20:59:45 2016 (r412073) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.99.5 +DISTVERSION= 1.6.99.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Mar 28 20:53:56 2016 (r412072) +++ head/ports-mgmt/pkg-devel/distinfo Mon Mar 28 20:59:45 2016 (r412073) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.6.99.5.tar.xz) = 2f9f9b4b330fcd6863539ad60ecf21241a514ab738b04ad70f17d00fc0bd8a33 -SIZE (pkg-1.6.99.5.tar.xz) = 1936440 +SHA256 (pkg-1.6.99.6.tar.xz) = ce5695c65d0a55605c88fec6d13b75f2a6ba43cb0cd283cbf369f5ecd808c5c5 +SIZE (pkg-1.6.99.6.tar.xz) = 1907756 From owner-svn-ports-all@freebsd.org Mon Mar 28 23:04:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D230ADF610; Mon, 28 Mar 2016 23:04:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 570451551; Mon, 28 Mar 2016 23:04:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SN46VE054700; Mon, 28 Mar 2016 23:04:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SN46HX054696; Mon, 28 Mar 2016 23:04:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603282304.u2SN46HX054696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 23:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412074 - in head/math/xspread: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 23:04:07 -0000 Author: amdmi3 Date: Mon Mar 28 23:04:06 2016 New Revision: 412074 URL: https://svnweb.freebsd.org/changeset/ports/412074 Log: - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/math/xspread/Makefile head/math/xspread/files/patch-Makefile.in head/math/xspread/files/patch-config_h.in head/math/xspread/files/patch-interp.c Modified: head/math/xspread/Makefile ============================================================================== --- head/math/xspread/Makefile Mon Mar 28 20:59:45 2016 (r412073) +++ head/math/xspread/Makefile Mon Mar 28 23:04:06 2016 (r412074) @@ -16,8 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Spreadsheet program for X and terminals LICENSE= GPLv2+ - -OPTIONS_DEFINE= X11 DOCS +LICENSE_FILE= ${WRKSRC}/GNU_GENERAL WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig @@ -27,16 +26,12 @@ PORTDOCS= * PLIST_FILES= bin/pxspread bin/xspread man/man1/pxspread.1.gz \ man/man1/xspread.1.gz -.include +OPTIONS_DEFINE= X11 DOCS -.if ${PORT_OPTIONS:MX11} -USE_XORG= x11 xau xcb xdmcp xt -LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.else -CONFIGURE_ENV+= ac_cv_header_X11_X_h=no -.endif +X11_USE= XORG=x11,xau,xcb,xdmcp,xt +X11_LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs +X11_USES= localbase +X11_CONFIGURE_ENV_OFF= ac_cv_header_X11_X_h=no post-patch: @${REINPLACE_CMD} 's|/usr/local/lib/libXt|${LOCALBASE}/lib/libXt|' \ @@ -49,7 +44,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xspread ${STAGEDIR}${PREFIX}/bin/xspread ${INSTALL_MAN} ${WRKSRC}/pxspread.man ${STAGEDIR}${MANPREFIX}/man/man1/pxspread.1 ${INSTALL_MAN} ${WRKSRC}/xspread.man ${STAGEDIR}${MANPREFIX}/man/man1/xspread.1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/x/notes ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "doc documents sample_files tests" ${STAGEDIR}${DOCSDIR} "! -name *.tmp") Modified: head/math/xspread/files/patch-Makefile.in ============================================================================== --- head/math/xspread/files/patch-Makefile.in Mon Mar 28 20:59:45 2016 (r412073) +++ head/math/xspread/files/patch-Makefile.in Mon Mar 28 23:04:06 2016 (r412074) @@ -1,5 +1,5 @@ ---- Makefile.in.orig Tue Nov 7 11:17:18 1995 -+++ Makefile.in Tue Sep 28 01:41:35 1999 +--- Makefile.in.orig 1995-11-07 02:17:18 UTC ++++ Makefile.in @@ -1,7 +1,7 @@ # Common prefix for installation directories. @@ -9,7 +9,7 @@ exec_prefix = $(prefix) # Where to put the executables. bindir = $(exec_prefix)/bin -@@ -19,7 +19,7 @@ +@@ -19,7 +19,7 @@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ LIBS = @LIBS@ Modified: head/math/xspread/files/patch-config_h.in ============================================================================== --- head/math/xspread/files/patch-config_h.in Mon Mar 28 20:59:45 2016 (r412073) +++ head/math/xspread/files/patch-config_h.in Mon Mar 28 23:04:06 2016 (r412074) @@ -1,5 +1,5 @@ ---- config_h.in.orig Tue Nov 7 11:17:21 1995 -+++ config_h.in Tue Sep 28 04:00:50 1999 +--- config_h.in.orig 1995-11-07 02:17:21 UTC ++++ config_h.in @@ -12,7 +12,7 @@ #define SAVENAME "SC.SAVE" Modified: head/math/xspread/files/patch-interp.c ============================================================================== --- head/math/xspread/files/patch-interp.c Mon Mar 28 20:59:45 2016 (r412073) +++ head/math/xspread/files/patch-interp.c Mon Mar 28 23:04:06 2016 (r412074) @@ -1,6 +1,6 @@ ---- interp.c.orig Tue Nov 7 03:17:26 1995 -+++ interp.c Fri Mar 10 13:34:37 2000 -@@ -516,7 +516,7 @@ +--- interp.c.orig 1995-11-07 02:17:26 UTC ++++ interp.c +@@ -516,7 +516,7 @@ int mo, day, yr; mdays[1] = 28 + (yr%4 == 0); if (mo < 1 || mo > 12 || day < 1 || day > mdays[--mo] || From owner-svn-ports-all@freebsd.org Mon Mar 28 23:05:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C32F0ADF680; Mon, 28 Mar 2016 23:05:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95453166D; Mon, 28 Mar 2016 23:05:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SN5HxI054841; Mon, 28 Mar 2016 23:05:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SN5HYf054840; Mon, 28 Mar 2016 23:05:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603282305.u2SN5HYf054840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 23:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412075 - head/math/glgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 23:05:18 -0000 Author: amdmi3 Date: Mon Mar 28 23:05:17 2016 New Revision: 412075 URL: https://svnweb.freebsd.org/changeset/ports/412075 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/math/glgraph/Makefile Modified: head/math/glgraph/Makefile ============================================================================== --- head/math/glgraph/Makefile Mon Mar 28 23:04:06 2016 (r412074) +++ head/math/glgraph/Makefile Mon Mar 28 23:05:17 2016 (r412075) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL based function grapher +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= p5-OpenGL>=0:${PORTSDIR}/graphics/p5-OpenGL \ import:${PORTSDIR}/graphics/ImageMagick @@ -18,6 +21,7 @@ USES= perl5 shebangfix tar:bzip2 USE_PERL5= run SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/glgraph @@ -27,6 +31,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/glgraph ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/documentation.html ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Mon Mar 28 23:05:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C79F5ADF74A; Mon, 28 Mar 2016 23:05:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98F591937; Mon, 28 Mar 2016 23:05:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SN5hwA054952; Mon, 28 Mar 2016 23:05:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SN5h5b054951; Mon, 28 Mar 2016 23:05:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603282305.u2SN5h5b054951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Mar 2016 23:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412076 - head/mail/renattach X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 23:05:44 -0000 Author: amdmi3 Date: Mon Mar 28 23:05:43 2016 New Revision: 412076 URL: https://svnweb.freebsd.org/changeset/ports/412076 Log: - Add LICENSE - Switch to options helpers - Install more documentation - Switch to @sample Modified: head/mail/renattach/Makefile Modified: head/mail/renattach/Makefile ============================================================================== --- head/mail/renattach/Makefile Mon Mar 28 23:05:17 2016 (r412075) +++ head/mail/renattach/Makefile Mon Mar 28 23:05:43 2016 (r412076) @@ -3,17 +3,22 @@ PORTNAME= renattach PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.pc-tools.net/files/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Rename or remove certain attachments or kill entire messages +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PORTDOCS= INSTALL -PLIST_FILES= bin/renattach etc/renattach.conf.ex man/man1/renattach.1.gz +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README +PLIST_FILES= bin/renattach \ + "@sample etc/renattach.conf.sample" \ + man/man1/renattach.1.gz OPTIONS_DEFINE= DOCS @@ -21,10 +26,11 @@ post-extract: @${RM} -f ${WRKSRC}/src/getopt* post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.ex \ + ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "====================" - @${ECHO_MSG} "Check with ${DOCSDIR}/INSTALL" - @${ECHO_MSG} "After that you may need to adjust renattach.conf to your needs" + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Mon Mar 28 23:41:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B9E0AE0199; Mon, 28 Mar 2016 23:41:47 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC4DC18EB; Mon, 28 Mar 2016 23:41:46 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SNfkds064808; Mon, 28 Mar 2016 23:41:46 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SNfjkK064803; Mon, 28 Mar 2016 23:41:45 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201603282341.u2SNfjkK064803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 28 Mar 2016 23:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412077 - in head: multimedia/mpv security/libgcrypt security/libgcrypt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 23:41:47 -0000 Author: cpm Date: Mon Mar 28 23:41:45 2016 New Revision: 412077 URL: https://svnweb.freebsd.org/changeset/ports/412077 Log: - cipher/salsa20.c (selftest): Ensure 16-byte alignment for salsa20 context structure. - mpi/longlong.h: Fix build on sparc. PR: 206919 Approved by: junovitch (mentor) Added: head/security/libgcrypt/files/patch-cipher_salsa20.c (contents, props changed) head/security/libgcrypt/files/patch-mpi_longlong.h (contents, props changed) Deleted: head/security/libgcrypt/files/patch-cipher-Makefile.in Modified: head/multimedia/mpv/Makefile head/security/libgcrypt/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Mar 28 23:05:43 2016 (r412076) +++ head/multimedia/mpv/Makefile Mon Mar 28 23:41:45 2016 (r412077) @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -44,7 +45,7 @@ OPTIONS_DEFAULT= ASS DVDREAD DVDNAV ENCA OPTIONS_GROUP= IN VO AO OPTIONS_GROUP_IN= CDIO DVDREAD DVDNAV LIBBLURAY V4L YTDL SMB OPTIONS_GROUP_VO= CACA OPENGL VAAPI VDPAU X11 XINERAMA -OPTIONS_GROUP_AO= ALSA JACK PULSEAUDIO +OPTIONS_GROUP_AO= ALSA JACK PULSEAUDIO SDL OPTIONS_SUB= yes ASS_DESC= ASS/SSA subtitle and OSD rendering @@ -104,6 +105,10 @@ OPENGL_IMPLIES= X11 PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF= --disable-pulse +SDL_USE= SDL=sdl2 +SDL_CONFIGURE_ON= --enable-sdl2 +SDL_CONFIGURE_OFF= --disable-sdl2 + SMB_LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient SMB_CONFIGURE_OFF= --disable-libsmbclient @@ -135,11 +140,6 @@ ZSH_CONFIGURE_ENABLE= zsh-comp .include -# Fix crash on i386 -.if ${ARCH} == "i386" -CFLAGS:= ${CFLAGS:N-O*} -O0 -.endif - post-patch: @${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \ ${WRKSRC}/wscript_build.py Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Mon Mar 28 23:05:43 2016 (r412076) +++ head/security/libgcrypt/Makefile Mon Mar 28 23:41:45 2016 (r412077) @@ -2,6 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG @@ -40,11 +41,6 @@ post-patch: ${RM} -f ${WRKSRC}/doc/gcrypt.info* ${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S -# Fix crash at cipher/salsa20.c module on amd64 -.if ${ARCH} == "amd64" && exists(/usr/bin/clang) -CFLAGS:= ${CFLAGS:N-O*} -O2 -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so Added: head/security/libgcrypt/files/patch-cipher_salsa20.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-cipher_salsa20.c Mon Mar 28 23:41:45 2016 (r412077) @@ -0,0 +1,62 @@ +--- cipher/salsa20.c.orig 2016-03-23 16:34:00 UTC ++++ cipher/salsa20.c +@@ -485,7 +485,8 @@ salsa20r12_encrypt_stream (void *context + static const char* + selftest (void) + { +- SALSA20_context_t ctx; ++ byte ctxbuf[sizeof(SALSA20_context_t) + 15]; ++ SALSA20_context_t *ctx; + byte scratch[8+1]; + byte buf[256+64+4]; + int i; +@@ -502,32 +503,35 @@ selftest (void) + static const byte ciphertext_1[] = + { 0xE3, 0xBE, 0x8F, 0xDD, 0x8B, 0xEC, 0xA2, 0xE3}; + +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); ++ /* 16-byte alignment required for amd64 implementation. */ ++ ctx = (SALSA20_context_t *)((uintptr_t)(ctxbuf + 15) & ~(uintptr_t)15); ++ ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); + scratch[8] = 0; +- salsa20_encrypt_stream (&ctx, scratch, plaintext_1, sizeof plaintext_1); ++ salsa20_encrypt_stream (ctx, scratch, plaintext_1, sizeof plaintext_1); + if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) + return "Salsa20 encryption test 1 failed."; + if (scratch[8]) + return "Salsa20 wrote too much."; +- salsa20_setkey( &ctx, key_1, sizeof(key_1)); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); +- salsa20_encrypt_stream (&ctx, scratch, scratch, sizeof plaintext_1); ++ salsa20_setkey( ctx, key_1, sizeof(key_1)); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); ++ salsa20_encrypt_stream (ctx, scratch, scratch, sizeof plaintext_1); + if (memcmp (scratch, plaintext_1, sizeof plaintext_1)) + return "Salsa20 decryption test 1 failed."; + + for (i = 0; i < sizeof buf; i++) + buf[i] = i; +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); + /*encrypt*/ +- salsa20_encrypt_stream (&ctx, buf, buf, sizeof buf); ++ salsa20_encrypt_stream (ctx, buf, buf, sizeof buf); + /*decrypt*/ +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); +- salsa20_encrypt_stream (&ctx, buf, buf, 1); +- salsa20_encrypt_stream (&ctx, buf+1, buf+1, (sizeof buf)-1-1); +- salsa20_encrypt_stream (&ctx, buf+(sizeof buf)-1, buf+(sizeof buf)-1, 1); ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); ++ salsa20_encrypt_stream (ctx, buf, buf, 1); ++ salsa20_encrypt_stream (ctx, buf+1, buf+1, (sizeof buf)-1-1); ++ salsa20_encrypt_stream (ctx, buf+(sizeof buf)-1, buf+(sizeof buf)-1, 1); + for (i = 0; i < sizeof buf; i++) + if (buf[i] != (byte)i) + return "Salsa20 encryption test 2 failed."; Added: head/security/libgcrypt/files/patch-mpi_longlong.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-mpi_longlong.h Mon Mar 28 23:41:45 2016 (r412077) @@ -0,0 +1,27 @@ +--- mpi/longlong.h.orig 2016-03-23 17:33:08 UTC ++++ mpi/longlong.h +@@ -170,6 +170,7 @@ MA 02111-1307, USA. */ + (pl) = __m0 * __m1; \ + } while (0) + #define UMUL_TIME 46 ++#if 0 + #ifndef LONGLONG_STANDALONE + #define udiv_qrnnd(q, r, n1, n0, d) \ + do { UDItype __r; \ +@@ -179,6 +180,7 @@ MA 02111-1307, USA. */ + extern UDItype __udiv_qrnnd (); + #define UDIV_TIME 220 + #endif /* LONGLONG_STANDALONE */ ++#endif /* 0 */ + #endif /* __alpha */ + + /*************************************** +@@ -1287,7 +1289,7 @@ typedef unsigned int UTItype __attribute + "rJ" ((USItype)(al)), \ + "rI" ((USItype)(bl)) \ + __CLOBBER_CC) +-#if defined (__sparc_v8__) || defined(__sparcv8) ++#if defined (__sparc_v8__) || defined(__sparcv8) || defined (__sparc__) + /* Don't match immediate range because, 1) it is not often useful, + 2) the 'I' flag thinks of the range as a 13 bit signed interval, + while we want to match a 13 bit interval, sign extended to 32 bits, From owner-svn-ports-all@freebsd.org Tue Mar 29 00:00:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 587FDAE094E; Tue, 29 Mar 2016 00:00:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2648B136E; Tue, 29 Mar 2016 00:00:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T00n5C070347; Tue, 29 Mar 2016 00:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T00nTD070346; Tue, 29 Mar 2016 00:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290000.u2T00nTD070346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412078 - head/editors/beav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:00:50 -0000 Author: amdmi3 Date: Tue Mar 29 00:00:49 2016 New Revision: 412078 URL: https://svnweb.freebsd.org/changeset/ports/412078 Log: - Switch to options helpers Modified: head/editors/beav/Makefile Modified: head/editors/beav/Makefile ============================================================================== --- head/editors/beav/Makefile Mon Mar 28 23:41:45 2016 (r412077) +++ head/editors/beav/Makefile Tue Mar 29 00:00:49 2016 (r412078) @@ -29,7 +29,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beav ${STAGEDIR}${PREFIX}/bin/beav - ${INSTALL_MAN} ${WRKSRC}/beav.1 ${STAGEDIR}${PREFIX}/man/man1/beav.1 + ${INSTALL_MAN} ${WRKSRC}/beav.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/beav140.txt ${STAGEDIR}${DOCSDIR}/beav.txt From owner-svn-ports-all@freebsd.org Tue Mar 29 00:24:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB48DAD5071; Tue, 29 Mar 2016 00:24:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBFCF1FC2; Tue, 29 Mar 2016 00:24:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0Orwq079189; Tue, 29 Mar 2016 00:24:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0Orkm079187; Tue, 29 Mar 2016 00:24:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290024.u2T0Orkm079187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412079 - head/www/mozplugger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:24:55 -0000 Author: amdmi3 Date: Tue Mar 29 00:24:53 2016 New Revision: 412079 URL: https://svnweb.freebsd.org/changeset/ports/412079 Log: - Update to 2.1.6 PR: 208099 Submitted by: jochen@jochen-neumeister.de Modified: head/www/mozplugger/Makefile head/www/mozplugger/distinfo Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Tue Mar 29 00:00:49 2016 (r412078) +++ head/www/mozplugger/Makefile Tue Mar 29 00:24:53 2016 (r412079) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mozplugger -PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTVERSION= 2.1.6 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ Modified: head/www/mozplugger/distinfo ============================================================================== --- head/www/mozplugger/distinfo Tue Mar 29 00:00:49 2016 (r412078) +++ head/www/mozplugger/distinfo Tue Mar 29 00:24:53 2016 (r412079) @@ -1,2 +1,2 @@ -SHA256 (mozplugger-2.1.4.tar.gz) = 0aed537ea826bfdd28a5b14e0c45a772df836a939152e13d52e10a1ceb2ce062 -SIZE (mozplugger-2.1.4.tar.gz) = 152832 +SHA256 (mozplugger-2.1.6.tar.gz) = 294cf06ad37b8d89e57ee9c4dc9e7549fd1b0dcec9769171d65dad36099e5fef +SIZE (mozplugger-2.1.6.tar.gz) = 153183 From owner-svn-ports-all@freebsd.org Tue Mar 29 00:25:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43078AD50F9; Tue, 29 Mar 2016 00:25:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13B5010BD; Tue, 29 Mar 2016 00:25:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0PEA2079304; Tue, 29 Mar 2016 00:25:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0PEhS079303; Tue, 29 Mar 2016 00:25:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290025.u2T0PEhS079303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412080 - head/editors/fileobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:25:15 -0000 Author: amdmi3 Date: Tue Mar 29 00:25:14 2016 New Revision: 412080 URL: https://svnweb.freebsd.org/changeset/ports/412080 Log: - Add LICENSE_FILE - Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB) Approved by: portmgr blanket Modified: head/editors/fileobj/Makefile Modified: head/editors/fileobj/Makefile ============================================================================== --- head/editors/fileobj/Makefile Tue Mar 29 00:24:53 2016 (r412079) +++ head/editors/fileobj/Makefile Tue Mar 29 00:25:14 2016 (r412080) @@ -10,11 +10,12 @@ MAINTAINER= zrj@dragonflybsd.org COMMENT= Portable hex editor with vi like interface LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING GH_ACCOUNT= kusumi USE_GITHUB= yes -USES= python tar:bzip2 +USES= python USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@freebsd.org Tue Mar 29 00:31:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89E74AD540C; Tue, 29 Mar 2016 00:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4258013DB; Tue, 29 Mar 2016 00:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0VPuw079633; Tue, 29 Mar 2016 00:31:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0VP4Y079631; Tue, 29 Mar 2016 00:31:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290031.u2T0VP4Y079631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412081 - in head/lang: php55-extensions php56-extensions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:31:26 -0000 Author: amdmi3 Date: Tue Mar 29 00:31:25 2016 New Revision: 412081 URL: https://svnweb.freebsd.org/changeset/ports/412081 Log: - Convert to USES=metaport PR: 201618 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (ale, 8 months) Modified: head/lang/php55-extensions/Makefile head/lang/php56-extensions/Makefile Modified: head/lang/php55-extensions/Makefile ============================================================================== --- head/lang/php55-extensions/Makefile Tue Mar 29 00:25:14 2016 (r412080) +++ head/lang/php55-extensions/Makefile Tue Mar 29 00:31:25 2016 (r412081) @@ -4,22 +4,17 @@ PORTNAME= php55 PORTVERSION= 1.8 CATEGORIES= lang -MASTER_SITES= # none PKGNAMESUFFIX= -extensions -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +USES= metaport USE_PHP= yes PHP_DEFAULT= 5.5 IGNORE_WITH_PHP=56 70 USE_PHP_BUILD= yes -NO_BUILD= yes -NO_MTREE= yes - OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM EXIF FILEINFO FILTER FTP GD GETTEXT \ GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \ @@ -123,7 +118,4 @@ USE_PHP+= ${opt:tl} . endif .endfor -do-install: build - @${DO_NADA} - .include Modified: head/lang/php56-extensions/Makefile ============================================================================== --- head/lang/php56-extensions/Makefile Tue Mar 29 00:25:14 2016 (r412080) +++ head/lang/php56-extensions/Makefile Tue Mar 29 00:31:25 2016 (r412081) @@ -4,22 +4,17 @@ PORTNAME= php56 PORTVERSION= 1.0 CATEGORIES= lang -MASTER_SITES= # none PKGNAMESUFFIX= -extensions -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +USES= metaport USE_PHP= yes PHP_DEFAULT= 5.6 IGNORE_WITH_PHP= 55 70 USE_PHP_BUILD= yes -NO_BUILD= yes -NO_MTREE= yes - OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM EXIF FILEINFO FILTER FTP GD GETTEXT \ GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \ @@ -123,7 +118,4 @@ USE_PHP+= ${opt:tl} . endif .endfor -do-install: build - @${DO_NADA} - .include From owner-svn-ports-all@freebsd.org Tue Mar 29 00:37:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAC95AD5465; Tue, 29 Mar 2016 00:37:23 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from mta2-3.ox.privateemail.com (mta2-3.ox.privateemail.com [192.64.116.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "privateemail.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86DC516E0; Tue, 29 Mar 2016 00:37:23 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from [192.168.1.37] (191.red-83-40-62.dynamicip.rima-tde.net [83.40.62.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mta2.ox.privateemail.com (Postfix) with ESMTPSA id 1E8DB60153; Mon, 28 Mar 2016 20:37:14 -0400 (EDT) Message-ID: <1459208234.1418.7.camel@fbsd.es> Subject: Re: svn commit: r412077 - in head: multimedia/mpv security/libgcrypt security/libgcrypt/files From: Carlos J Puga Medina To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Tue, 29 Mar 2016 01:37:14 +0200 In-Reply-To: <201603282341.u2SNfjkK064803@repo.freebsd.org> References: <201603282341.u2SNfjkK064803@repo.freebsd.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-lQOhfZ/FvpthLOUtCDrj" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:37:23 -0000 --=-lQOhfZ/FvpthLOUtCDrj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2016-03-28 at 23:41 +0000, Carlos J. Puga Medina wrote: Oops, I think I need more coffee! The multimedia/mpv changes should have committed in a separate commit and should say PR 202588. > Author: cpm > Date: Mon Mar 28 23:41:45 2016 > New Revision: 412077 > URL: https://svnweb.freebsd.org/changeset/ports/412077 >=20 > Log: > =C2=A0 - cipher/salsa20.c (selftest): Ensure 16-byte alignment for salsa2= 0 > =C2=A0 context structure. > =C2=A0=C2=A0 > =C2=A0 - mpi/longlong.h: Fix build on sparc. > =C2=A0=C2=A0 > =C2=A0 PR: 206919 > =C2=A0 Approved by: junovitch (mentor) >=20 > Added: > =C2=A0 head/security/libgcrypt/files/patch-cipher_salsa20.c=C2=A0=C2=A0= =C2=A0(contents, > props changed) > =C2=A0 head/security/libgcrypt/files/patch-mpi_longlong.h=C2=A0=C2=A0=C2= =A0(contents, > props changed) > Deleted: > =C2=A0 head/security/libgcrypt/files/patch-cipher-Makefile.in > Modified: > =C2=A0 head/multimedia/mpv/Makefile > =C2=A0 head/security/libgcrypt/Makefile >=20 > Modified: head/multimedia/mpv/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D > --- head/multimedia/mpv/Makefile Mon Mar 28 23:05:43 2016=09 > (r412076) > +++ head/multimedia/mpv/Makefile Mon Mar 28 23:41:45 2016=09 > (r412077) > @@ -4,6 +4,7 @@ > =C2=A0PORTNAME=3D mpv > =C2=A0PORTVERSION=3D 0.16.0 > =C2=A0DISTVERSIONPREFIX=3D v > +PORTREVISION=3D 1 > =C2=A0PORTEPOCH=3D 1 > =C2=A0CATEGORIES=3D multimedia audio > =C2=A0 > @@ -44,7 +45,7 @@ OPTIONS_DEFAULT=3D ASS DVDREAD DVDNAV ENCA > =C2=A0OPTIONS_GROUP=3D IN VO AO > =C2=A0OPTIONS_GROUP_IN=3D CDIO DVDREAD DVDNAV LIBBLURAY V4L YTDL SMB > =C2=A0OPTIONS_GROUP_VO=3D CACA OPENGL VAAPI VDPAU X11 XINERAMA > -OPTIONS_GROUP_AO=3D ALSA JACK PULSEAUDIO > +OPTIONS_GROUP_AO=3D ALSA JACK PULSEAUDIO SDL > =C2=A0OPTIONS_SUB=3D yes > =C2=A0 > =C2=A0ASS_DESC=3D ASS/SSA subtitle and OSD rendering > @@ -104,6 +105,10 @@ OPENGL_IMPLIES=3D X11 > =C2=A0PULSEAUDIO_LIB_DEPENDS=3D libpulse.so:${PORTSDIR}/audio > /pulseaudio > =C2=A0PULSEAUDIO_CONFIGURE_OFF=3D --disable-pulse > =C2=A0 > +SDL_USE=3D SDL=3Dsdl2 > +SDL_CONFIGURE_ON=3D --enable-sdl2 > +SDL_CONFIGURE_OFF=3D --disable-sdl2 > + > =C2=A0SMB_LIB_DEPENDS=3D libsmbclient.so:${PORTSDIR}/net/samb > a-libsmbclient > =C2=A0SMB_CONFIGURE_OFF=3D --disable-libsmbclient > =C2=A0 > @@ -135,11 +140,6 @@ ZSH_CONFIGURE_ENABLE=3D zsh-comp > =C2=A0 > =C2=A0.include > =C2=A0 > -# Fix crash on i386 > -.if ${ARCH} =3D=3D "i386" > -CFLAGS:=3D ${CFLAGS:N-O*} -O0 > -.endif > - > =C2=A0post-patch: > =C2=A0 @${REINPLACE_CMD} -e > 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \ > =C2=A0 ${WRKSRC}/wscript_build.py >=20 > Modified: head/security/libgcrypt/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D > --- head/security/libgcrypt/Makefile Mon Mar 28 23:05:43 2016=09 > (r412076) > +++ head/security/libgcrypt/Makefile Mon Mar 28 23:41:45 2016=09 > (r412077) > @@ -2,6 +2,7 @@ > =C2=A0 > =C2=A0PORTNAME=3D libgcrypt > =C2=A0PORTVERSION=3D 1.6.5 > +PORTREVISION=3D 1 > =C2=A0CATEGORIES=3D security > =C2=A0MASTER_SITES=3D GNUPG > =C2=A0 > @@ -40,11 +41,6 @@ post-patch: > =C2=A0 ${RM} -f ${WRKSRC}/doc/gcrypt.info* > =C2=A0 ${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' > ${WRKSRC}/mpi/i386/*.S > =C2=A0 > -# Fix crash at cipher/salsa20.c module on amd64 > -.if ${ARCH} =3D=3D "amd64" && exists(/usr/bin/clang) > -CFLAGS:=3D ${CFLAGS:N-O*} -O2 > -.endif > - > =C2=A0post-install: > =C2=A0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so > =C2=A0 >=20 > Added: head/security/libgcrypt/files/patch-cipher_salsa20.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/security/libgcrypt/files/patch-cipher_salsa20.c Mon > Mar 28 23:41:45 2016 (r412077) > @@ -0,0 +1,62 @@ > +--- cipher/salsa20.c.orig 2016-03-23 16:34:00 UTC > ++++ cipher/salsa20.c > +@@ -485,7 +485,8 @@ salsa20r12_encrypt_stream (void *context > + static const char* > + selftest (void) > + { > +-=C2=A0=C2=A0SALSA20_context_t ctx; > ++=C2=A0=C2=A0byte ctxbuf[sizeof(SALSA20_context_t) + 15]; > ++=C2=A0=C2=A0SALSA20_context_t *ctx; > +=C2=A0=C2=A0=C2=A0byte scratch[8+1]; > +=C2=A0=C2=A0=C2=A0byte buf[256+64+4]; > +=C2=A0=C2=A0=C2=A0int i; > +@@ -502,32 +503,35 @@ selftest (void) > +=C2=A0=C2=A0=C2=A0static const byte ciphertext_1[] =3D > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0{ 0xE3, 0xBE, 0x8F, 0xDD, 0x8B, 0xEC, 0xA2= , 0xE3}; > +=C2=A0 > +-=C2=A0=C2=A0salsa20_setkey (&ctx, key_1, sizeof key_1); > +-=C2=A0=C2=A0salsa20_setiv=C2=A0=C2=A0(&ctx, nonce_1, sizeof nonce_1); > ++=C2=A0=C2=A0/* 16-byte alignment required for amd64 implementation. */ > ++=C2=A0=C2=A0ctx =3D (SALSA20_context_t *)((uintptr_t)(ctxbuf + 15) & > ~(uintptr_t)15); > ++ > ++=C2=A0=C2=A0salsa20_setkey (ctx, key_1, sizeof key_1); > ++=C2=A0=C2=A0salsa20_setiv=C2=A0=C2=A0(ctx, nonce_1, sizeof nonce_1); > +=C2=A0=C2=A0=C2=A0scratch[8] =3D 0; > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, scratch, plaintext_1, sizeof > plaintext_1); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, scratch, plaintext_1, sizeof > plaintext_1); > +=C2=A0=C2=A0=C2=A0if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1= )) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return "Salsa20 encryption test 1 failed."= ; > +=C2=A0=C2=A0=C2=A0if (scratch[8]) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return "Salsa20 wrote too much."; > +-=C2=A0=C2=A0salsa20_setkey( &ctx, key_1, sizeof(key_1)); > +-=C2=A0=C2=A0salsa20_setiv=C2=A0=C2=A0(&ctx, nonce_1, sizeof nonce_1); > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, scratch, scratch, sizeof > plaintext_1); > ++=C2=A0=C2=A0salsa20_setkey( ctx, key_1, sizeof(key_1)); > ++=C2=A0=C2=A0salsa20_setiv=C2=A0=C2=A0(ctx, nonce_1, sizeof nonce_1); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, scratch, scratch, sizeof > plaintext_1); > +=C2=A0=C2=A0=C2=A0if (memcmp (scratch, plaintext_1, sizeof plaintext_1)) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return "Salsa20 decryption test 1 failed."= ; > +=C2=A0 > +=C2=A0=C2=A0=C2=A0for (i =3D 0; i < sizeof buf; i++) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0buf[i] =3D i; > +-=C2=A0=C2=A0salsa20_setkey (&ctx, key_1, sizeof key_1); > +-=C2=A0=C2=A0salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); > ++=C2=A0=C2=A0salsa20_setkey (ctx, key_1, sizeof key_1); > ++=C2=A0=C2=A0salsa20_setiv (ctx, nonce_1, sizeof nonce_1); > +=C2=A0=C2=A0=C2=A0/*encrypt*/ > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, buf, buf, sizeof buf); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, buf, buf, sizeof buf); > +=C2=A0=C2=A0=C2=A0/*decrypt*/ > +-=C2=A0=C2=A0salsa20_setkey (&ctx, key_1, sizeof key_1); > +-=C2=A0=C2=A0salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, buf, buf, 1); > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, buf+1, buf+1, (sizeof buf)-1-= 1); > +-=C2=A0=C2=A0salsa20_encrypt_stream (&ctx, buf+(sizeof buf)-1, buf+(size= of > buf)-1, 1); > ++=C2=A0=C2=A0salsa20_setkey (ctx, key_1, sizeof key_1); > ++=C2=A0=C2=A0salsa20_setiv (ctx, nonce_1, sizeof nonce_1); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, buf, buf, 1); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, buf+1, buf+1, (sizeof buf)-1-1= ); > ++=C2=A0=C2=A0salsa20_encrypt_stream (ctx, buf+(sizeof buf)-1, buf+(sizeo= f > buf)-1, 1); > +=C2=A0=C2=A0=C2=A0for (i =3D 0; i < sizeof buf; i++) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0if (buf[i] !=3D (byte)i) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return "Salsa20 encryption tes= t 2 failed."; >=20 > Added: head/security/libgcrypt/files/patch-mpi_longlong.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/security/libgcrypt/files/patch-mpi_longlong.h Mon Mar > 28 23:41:45 2016 (r412077) > @@ -0,0 +1,27 @@ > +--- mpi/longlong.h.orig 2016-03-23 17:33:08 UTC > ++++ mpi/longlong.h > +@@ -170,6 +170,7 @@ MA 02111-1307, USA. */ > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0(pl) =3D __m0 * __m1;=C2=A0 =09 > \ > +=C2=A0=C2=A0=C2=A0} while (0) > + #define UMUL_TIME 46 > ++#if 0 > + #ifndef LONGLONG_STANDALONE > + #define udiv_qrnnd(q, r, n1, n0, d) \ > +=C2=A0=C2=A0=C2=A0do { UDItype __r; =09 > \ > +@@ -179,6 +180,7 @@ MA 02111-1307, USA. */ > + extern UDItype __udiv_qrnnd (); > + #define UDIV_TIME 220 > + #endif /* LONGLONG_STANDALONE */ > ++#endif /* 0 */ > + #endif /* __alpha */ > +=C2=A0 > + /*************************************** > +@@ -1287,7 +1289,7 @@ typedef unsigned int UTItype __attribute > +=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0"rJ" > ((USItype)(al)),=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0\ > +=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0"rI" > ((USItype)(bl))=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0\ > +=C2=A0 =C2=A0=C2=A0=C2=A0__CLOBBER_CC) > +-#if defined (__sparc_v8__) || defined(__sparcv8) > ++#if defined (__sparc_v8__) || defined(__sparcv8) || defined > (__sparc__) > + /* Don't match immediate range because, 1) it is not often useful, > +=C2=A0=C2=A0=C2=A0=C2=A02) the 'I' flag thinks of the range as a 13 bit = signed interval, > +=C2=A0=C2=A0=C2=A0=C2=A0while we want to match a 13 bit interval, sign e= xtended to 32 > bits, >=20 --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-lQOhfZ/FvpthLOUtCDrj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJW+cAqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNjBFOTQ5NzUzMDI3OTNCQ0MyREJCODlB MUYzNUQ2NkU2RDA1NDUzAAoJEKHzXWbm0FRTQcUH/2hU0O2h88hgQKEfPKVjePtc LdicJH6t0pd+89epvPeb66EYQHGMVF90vqw4rAxHFzPBiZTcEmYqFW8cNyMFK9Js 43FkM47fl4gwokCtrA0VzmvyxdVKxTs6eF/UYRWXJIqbxYyKjqURJjRoF+S3FK8t gh8NhFZYT5A26/URO+l3VFj6waff20dKivHM7QmRVWR/GiOVXFVqH6Lc2jqPmU1J sgjdrtA9VPwypgedDv90hSrb6W05b99s1xlg2bmi6LXZ4qvp8tBwOxlAHCvRa2lo AoDKtsz6lKhAACn7Du0jcpNLfMIwlN/QtrrtDHKyNuP3fjEfVN8MFBIKAvdnI4k= =NI8H -----END PGP SIGNATURE----- --=-lQOhfZ/FvpthLOUtCDrj-- From owner-svn-ports-all@freebsd.org Tue Mar 29 00:37:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3937AD54A5; Tue, 29 Mar 2016 00:37:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3BA180C; Tue, 29 Mar 2016 00:37:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0bi6V082581; Tue, 29 Mar 2016 00:37:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0bi14082577; Tue, 29 Mar 2016 00:37:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290037.u2T0bi14082577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412082 - in head/mail/usendmail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:37:46 -0000 Author: amdmi3 Date: Tue Mar 29 00:37:44 2016 New Revision: 412082 URL: https://svnweb.freebsd.org/changeset/ports/412082 Log: - Switch to options helpers - Switch to new test framework - Regenerate patches with `make makepatch` Modified: head/mail/usendmail/Makefile head/mail/usendmail/files/patch-src_env_get.c head/mail/usendmail/files/patch-src_typesize.sh head/mail/usendmail/files/patch-src_uogetopt.c Modified: head/mail/usendmail/Makefile ============================================================================== --- head/mail/usendmail/Makefile Tue Mar 29 00:31:25 2016 (r412081) +++ head/mail/usendmail/Makefile Tue Mar 29 00:37:44 2016 (r412082) @@ -23,15 +23,17 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,/var/qmail,${QMAIL_PREFIX},' \ - ${WRKSRC}/src/usendmail.c + ${WRKSRC}/src/usendmail.c @${REINPLACE_CMD} -e 's,^CC=,CC\?=,' \ - ${WRKSRC}/src/Makefile + ${WRKSRC}/src/Makefile -regression-test: build +do-test: cd ${WRKSRC} && ./package/check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/usendmail ${STAGEDIR}${PREFIX}/sbin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/src && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/mail/usendmail/files/patch-src_env_get.c ============================================================================== --- head/mail/usendmail/files/patch-src_env_get.c Tue Mar 29 00:31:25 2016 (r412081) +++ head/mail/usendmail/files/patch-src_env_get.c Tue Mar 29 00:37:44 2016 (r412082) @@ -1,5 +1,5 @@ ---- src/env_get.c.orig Wed Jul 20 19:28:21 2005 -+++ src/env_get.c Wed Jul 20 19:28:43 2005 +--- src/env_get.c.orig 2003-04-24 07:07:23 UTC ++++ src/env_get.c @@ -4,7 +4,6 @@ */ #include "env.h" Modified: head/mail/usendmail/files/patch-src_typesize.sh ============================================================================== --- head/mail/usendmail/files/patch-src_typesize.sh Tue Mar 29 00:31:25 2016 (r412081) +++ head/mail/usendmail/files/patch-src_typesize.sh Tue Mar 29 00:37:44 2016 (r412082) @@ -1,6 +1,6 @@ ---- src/typesize.sh.orig 2009-11-22 19:02:59.000000000 +0100 -+++ src/typesize.sh 2009-11-22 19:04:28.000000000 +0100 -@@ -21,7 +21,7 @@ +--- src/typesize.sh.orig 2003-04-24 07:07:24 UTC ++++ src/typesize.sh +@@ -21,7 +21,7 @@ for i in "short" "int" "long " "unsigned : else x=$? Modified: head/mail/usendmail/files/patch-src_uogetopt.c ============================================================================== --- head/mail/usendmail/files/patch-src_uogetopt.c Tue Mar 29 00:31:25 2016 (r412081) +++ head/mail/usendmail/files/patch-src_uogetopt.c Tue Mar 29 00:37:44 2016 (r412082) @@ -1,6 +1,6 @@ ---- src/uogetopt.c.orig Wed Jul 20 19:28:57 2005 -+++ src/uogetopt.c Wed Jul 20 19:31:50 2005 -@@ -116,7 +116,8 @@ +--- src/uogetopt.c.orig 2003-05-13 05:06:57 UTC ++++ src/uogetopt.c +@@ -116,7 +116,8 @@ uogetopt_outn (uogetopt_env_t * env, #define SETEXITVOID() do { SETEXIT(); return; } while(0) #define SETEXITRET(x) do { SETEXIT(); return x; } while(0) @@ -10,7 +10,7 @@ const char *s) { unsigned int l; -@@ -140,7 +141,7 @@ +@@ -140,7 +141,7 @@ uogetopt_num(uogetopt_env_t *env, int is #define uogetopt_hlong(e,s,o) uogetopt_num(e,1,s,o) @@ -19,7 +19,7 @@ outandcount(void (*out)(int iserr,const char *), const char *s) { if (!s) return 0; -@@ -231,7 +232,7 @@ +@@ -231,7 +232,7 @@ for, but i suppose someone will need the } while (EXPECT(*p,1) && EXPECT(p[1],1)); } @@ -28,7 +28,7 @@ uogetopt_printver(uogetopt_env_t *env, int maxlen) { int l; -@@ -249,7 +250,7 @@ +@@ -249,7 +250,7 @@ uogetopt_printver(uogetopt_env_t *env, i env->out(0,env->version); } @@ -37,7 +37,7 @@ handle_argopt(uogetopt_env_t *env, uogetopt_t *o, char *arg) { int at=o->argtype; -@@ -274,7 +275,7 @@ +@@ -274,7 +275,7 @@ handle_argopt(uogetopt_env_t *env, uoget #define PRINTHELP_MODE_SHORT 0 #define PRINTHELP_MODE_NORM 1 #define PRINTHELP_MODE_LONG 2 From owner-svn-ports-all@freebsd.org Tue Mar 29 00:38:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2459AD54DC; Tue, 29 Mar 2016 00:38:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B010018FB; Tue, 29 Mar 2016 00:38:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0cCpf082728; Tue, 29 Mar 2016 00:38:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0cCWw082725; Tue, 29 Mar 2016 00:38:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290038.u2T0cCWw082725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412083 - in head/mail/mailsync: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:38:14 -0000 Author: amdmi3 Date: Tue Mar 29 00:38:12 2016 New Revision: 412083 URL: https://svnweb.freebsd.org/changeset/ports/412083 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` - Don't install COPYING Modified: head/mail/mailsync/Makefile head/mail/mailsync/files/patch-configure head/mail/mailsync/pkg-plist Modified: head/mail/mailsync/Makefile ============================================================================== --- head/mail/mailsync/Makefile Tue Mar 29 00:37:44 2016 (r412082) +++ head/mail/mailsync/Makefile Tue Mar 29 00:38:12 2016 (r412083) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.ori MAINTAINER= ports@FreeBSD.org COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized +LICENSE= GPLv2 + LIB_DEPENDS= libc-client4.so:${PORTSDIR}/mail/cclient USES= gmake @@ -18,20 +20,24 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-c-client=${LOCALBASE} -OPTIONS_DEFINE= DOCS EXAMPLES - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README \ + cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \ THANKS TODO ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ABSTRACT HACKING \ mail_open_close_flowchart.dia \ mail_open_close_flowchart.svg \ mail_open_close_flowchart2.svg ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync ${STAGEDIR}${EXAMPLESDIR} Modified: head/mail/mailsync/files/patch-configure ============================================================================== --- head/mail/mailsync/files/patch-configure Tue Mar 29 00:37:44 2016 (r412082) +++ head/mail/mailsync/files/patch-configure Tue Mar 29 00:38:12 2016 (r412083) @@ -1,6 +1,6 @@ ---- configure.orig Wed Jun 30 18:04:12 2004 -+++ configure Sun Sep 30 15:39:42 2007 -@@ -5012,7 +5012,7 @@ +--- configure.orig 2004-06-30 08:04:12 UTC ++++ configure +@@ -5012,7 +5012,7 @@ fi @@ -9,7 +9,7 @@ HAVE_OPENSSL="no" OPENSSL_LDFLAGS="" OPENSSL_LIBS="" -@@ -5035,14 +5035,13 @@ +@@ -5035,14 +5035,13 @@ fi; else echo "$as_me:$LINENO: checking for libssl" >&5 echo $ECHO_N "checking for libssl... $ECHO_C" >&6 @@ -25,7 +25,7 @@ if test -z "${OPENSSL_LDFLAGS}" ; then echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 -@@ -5190,14 +5189,13 @@ +@@ -5190,14 +5189,13 @@ fi else echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 @@ -41,7 +41,7 @@ if test -z "${OPENSSL_INCLUDES}" ; then echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 -@@ -5447,7 +5445,7 @@ +@@ -5447,7 +5445,7 @@ fi @@ -50,7 +50,7 @@ HAVE_CCLIENT="no" CCLIENT_LIBS="" CCLIENT_INCLUDES="" -@@ -5462,7 +5460,7 @@ +@@ -5462,7 +5460,7 @@ if test "${with_c_client+set}" = set; th if test "$withval" = "no" ; then CCLIENTLOCATIONS="" else @@ -59,7 +59,7 @@ fi -@@ -5477,8 +5475,8 @@ +@@ -5477,8 +5475,8 @@ echo "$as_me: error: a working c-client echo "$as_me:$LINENO: checking for c-client.h" >&5 echo $ECHO_N "checking for c-client.h... $ECHO_C" >&6 @@ -70,7 +70,7 @@ CCLIENT_INCLUDES="-I${p}" CCLIENT_LINKAGE_H="${p}/linkage.h" CCLIENT_LINKAGE_C="${p}/linkage.c" -@@ -5486,7 +5484,6 @@ +@@ -5486,7 +5484,6 @@ echo $ECHO_N "checking for c-client.h... echo "${ECHO_T}found in ${p}" >&6 break fi @@ -78,7 +78,7 @@ if test -z "${CCLIENT_INCLUDES}" ; then echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 -@@ -5501,14 +5498,13 @@ +@@ -5501,14 +5498,13 @@ echo "$as_me: error: a working c-client echo "$as_me:$LINENO: checking for c-client library" >&5 echo $ECHO_N "checking for c-client library... $ECHO_C" >&6 Modified: head/mail/mailsync/pkg-plist ============================================================================== --- head/mail/mailsync/pkg-plist Tue Mar 29 00:37:44 2016 (r412082) +++ head/mail/mailsync/pkg-plist Tue Mar 29 00:38:12 2016 (r412083) @@ -2,7 +2,6 @@ bin/mailsync man/man1/mailsync.1.gz %%PORTDOCS%%%%DOCSDIR%%/ABSTRACT %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-all@freebsd.org Tue Mar 29 00:38:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE65AD550A; Tue, 29 Mar 2016 00:38:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3C051A0C; Tue, 29 Mar 2016 00:38:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0cT0E082851; Tue, 29 Mar 2016 00:38:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0cTnn082849; Tue, 29 Mar 2016 00:38:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290038.u2T0cTnn082849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412084 - in head/mail/py-ppolicy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:38:30 -0000 Author: amdmi3 Date: Tue Mar 29 00:38:28 2016 New Revision: 412084 URL: https://svnweb.freebsd.org/changeset/ports/412084 Log: - Add NO_ARCH - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/mail/py-ppolicy/Makefile head/mail/py-ppolicy/files/patch-ppolicy.tap Modified: head/mail/py-ppolicy/Makefile ============================================================================== --- head/mail/py-ppolicy/Makefile Tue Mar 29 00:38:12 2016 (r412083) +++ head/mail/py-ppolicy/Makefile Tue Mar 29 00:38:28 2016 (r412084) @@ -8,7 +8,7 @@ CATEGORIES= mail python MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SUBDIR%/ \ http://www.chifeng.name/dist/ppolicy/%SUBDIR%/ -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PPolicy is tool for extending Postfix checking capabilities RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython @@ -16,28 +16,25 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__ USES= python twisted USE_PYTHON= distutils autoplist NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= ppolicyd -DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + SUB_FILES= pkg-message OPTIONS_DEFINE= GEOIP LDAP MYSQL DOCS OPTIONS_DEFAULT= GEOIP LDAP -.include - -.if ${PORT_OPTIONS:MGEOIP} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP -.endif -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb -.endif -.if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap -.endif +GEOIP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb +LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap post-install: + ${INSTALL_DATA} ${WRKSRC}/ppolicy.conf ${STAGEDIR}${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/ppolicy.tap ${STAGEDIR}${PREFIX}/sbin + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MODULES ${STAGEDIR}${DOCSDIR} @@ -45,7 +42,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TESTS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ppolicy.sql ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ppolicy.conf ${STAGEDIR}${PREFIX}/etc - ${INSTALL_DATA} ${WRKSRC}/ppolicy.tap ${STAGEDIR}${PREFIX}/sbin .include Modified: head/mail/py-ppolicy/files/patch-ppolicy.tap ============================================================================== --- head/mail/py-ppolicy/files/patch-ppolicy.tap Tue Mar 29 00:38:12 2016 (r412083) +++ head/mail/py-ppolicy/files/patch-ppolicy.tap Tue Mar 29 00:38:28 2016 (r412084) @@ -1,6 +1,6 @@ ---- ppolicy.tap.orig 2008-11-27 09:31:42.000000000 +0000 -+++ ppolicy.tap 2008-11-27 09:32:20.000000000 +0000 -@@ -20,7 +20,7 @@ +--- ppolicy.tap.orig 2007-08-20 12:53:28 UTC ++++ ppolicy.tap +@@ -20,7 +20,7 @@ from twisted.internet import reactor, pr # default config config = { From owner-svn-ports-all@freebsd.org Tue Mar 29 00:41:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD205AD5632; Tue, 29 Mar 2016 00:41:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 652631B7F; Tue, 29 Mar 2016 00:41:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0f0Lu083679; Tue, 29 Mar 2016 00:41:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0f0hJ083677; Tue, 29 Mar 2016 00:41:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290041.u2T0f0hJ083677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:41:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412085 - in head/editors/sted: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:41:01 -0000 Author: amdmi3 Date: Tue Mar 29 00:41:00 2016 New Revision: 412085 URL: https://svnweb.freebsd.org/changeset/ports/412085 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/editors/sted/Makefile head/editors/sted/files/patch-sted.c Modified: head/editors/sted/Makefile ============================================================================== --- head/editors/sted/Makefile Tue Mar 29 00:38:28 2016 (r412084) +++ head/editors/sted/Makefile Tue Mar 29 00:41:00 2016 (r412085) @@ -9,7 +9,8 @@ MASTER_SITES= LOCAL/gabor MAINTAINER= ports@FreeBSD.org COMMENT= Simple/Small/Stupid Text Editor -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses WRKSRC= ${WRKDIR}/sted @@ -18,13 +19,17 @@ MAKE_ARGS= CC="${CC}" C_OPTS="${CFLAGS}" PORTDOCS= CHANGES README PLIST_FILES= bin/sted man/man1/sted.1.gz +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} "s|||" ${WRKSRC}/sted.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sted ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sted.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/editors/sted/files/patch-sted.c ============================================================================== --- head/editors/sted/files/patch-sted.c Tue Mar 29 00:38:28 2016 (r412084) +++ head/editors/sted/files/patch-sted.c Tue Mar 29 00:41:00 2016 (r412085) @@ -1,5 +1,5 @@ ---- sted.c.orig 2011-12-22 00:15:01.000000000 +0800 -+++ sted.c 2011-12-22 00:15:09.000000000 +0800 +--- sted.c.orig 1998-05-17 13:15:08 UTC ++++ sted.c @@ -74,7 +74,7 @@ rad *head = NULL; /* The head pointer f * user. Processes the input and stores it. **************************************************************************/ From owner-svn-ports-all@freebsd.org Tue Mar 29 00:53:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC148AD588D; Tue, 29 Mar 2016 00:53:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A335910DF; Tue, 29 Mar 2016 00:53:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T0rmpc088944; Tue, 29 Mar 2016 00:53:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T0rmnp088941; Tue, 29 Mar 2016 00:53:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290053.u2T0rmnp088941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 00:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412086 - in head/editors/lfhex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 00:53:50 -0000 Author: amdmi3 Date: Tue Mar 29 00:53:48 2016 New Revision: 412086 URL: https://svnweb.freebsd.org/changeset/ports/412086 Log: - Clarify LICENSE - Switch to WRKSRC_SUBDIR - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/editors/lfhex/Makefile head/editors/lfhex/files/patch-expr.h head/editors/lfhex/files/patch-mappings.h Modified: head/editors/lfhex/Makefile ============================================================================== --- head/editors/lfhex/Makefile Tue Mar 29 00:41:00 2016 (r412085) +++ head/editors/lfhex/Makefile Tue Mar 29 00:53:48 2016 (r412086) @@ -10,27 +10,27 @@ MASTER_SITES= http://stoopidsimple.com/f MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor -LICENSE= GPLv2 +LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/../COPYING USES= bison qmake USE_QT4= corelib gui moc_build rcc_build -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC_SUBDIR= src PORTDOCS= README PLIST_FILES= bin/lfhex OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e 's|^DEFINES|# DEFINES|g' ${WRKSRC}/lfhex.pro @${REINPLACE_CMD} -e 's| abs| llabs|g' ${WRKSRC}/reader.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} Modified: head/editors/lfhex/files/patch-expr.h ============================================================================== --- head/editors/lfhex/files/patch-expr.h Tue Mar 29 00:41:00 2016 (r412085) +++ head/editors/lfhex/files/patch-expr.h Tue Mar 29 00:53:48 2016 (r412086) @@ -1,5 +1,5 @@ ---- expr.h.orig Sun Nov 5 13:26:04 2006 -+++ expr.h Wed Dec 26 02:53:48 2007 +--- expr.h.orig 2008-09-19 00:36:49 UTC ++++ expr.h @@ -19,6 +19,7 @@ */ Modified: head/editors/lfhex/files/patch-mappings.h ============================================================================== --- head/editors/lfhex/files/patch-mappings.h Tue Mar 29 00:41:00 2016 (r412085) +++ head/editors/lfhex/files/patch-mappings.h Tue Mar 29 00:53:48 2016 (r412086) @@ -1,5 +1,5 @@ ---- mappings.h.orig Sun Nov 5 13:26:04 2006 -+++ mappings.h Wed Dec 26 02:53:48 2007 +--- mappings.h.orig 2008-09-19 00:36:49 UTC ++++ mappings.h @@ -19,7 +19,7 @@ /* automatically generated mappings from gen*To*Map.pl scripts */ @@ -9,7 +9,7 @@ "00000000", "00000001", "00000010", "00000011", "00000100", "00000101", "00000110", "00000111", "00001000", "00001001", "00001010", "00001011", "00001100", "00001101", "00001110", "00001111", "00010000", "00010001", -@@ -92,7 +92,7 @@ +@@ -92,7 +92,7 @@ namespace TranslationTables { '.','.','.','.','.','.','.','.','.','.', '.','.','.','.','.','.', }; @@ -18,7 +18,7 @@ "00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "0a", "0b", "0c", "0d", "0e", "0f", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "1a", "1b", "1c", "1d", -@@ -120,7 +120,7 @@ +@@ -120,7 +120,7 @@ namespace TranslationTables { "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "fa", "fb", "fc", "fd", "fe", "ff", }; From owner-svn-ports-all@freebsd.org Tue Mar 29 01:06:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86167AD5AE4; Tue, 29 Mar 2016 01:06:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39749155A; Tue, 29 Mar 2016 01:06:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T16QDY092131; Tue, 29 Mar 2016 01:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T16QC5092129; Tue, 29 Mar 2016 01:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290106.u2T16QC5092129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 01:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412087 - head/dns/dnrd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 01:06:27 -0000 Author: amdmi3 Date: Tue Mar 29 01:06:26 2016 New Revision: 412087 URL: https://svnweb.freebsd.org/changeset/ports/412087 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Fix WWW: Modified: head/dns/dnrd/Makefile head/dns/dnrd/pkg-descr Modified: head/dns/dnrd/Makefile ============================================================================== --- head/dns/dnrd/Makefile Tue Mar 29 00:53:48 2016 (r412086) +++ head/dns/dnrd/Makefile Tue Mar 29 01:06:26 2016 (r412087) @@ -10,24 +10,26 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Proxy DNS daemon -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +USERS= dnrd +GROUPS= dnrd + PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README PORTEXAMPLES= README-cache README-cygwin README-master TODO master.sample OPTIONS_DEFINE= TCP MASTER DEBUG RANDOM DOCS EXAMPLES OPTIONS_DEFAULT=MASTER + TCP_DESC= TCP support MASTER_DESC= Master file support RANDOM_DESC= Random source port -USERS= dnrd -GROUPS= dnrd - TCP_CONFIGURE_ENABLE= tcp MASTER_CONFIGURE_ENABLE= master DEBUG_CONFIGURE_ENABLE= enable-debug @@ -38,8 +40,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dnrd ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/doc/dnrd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/doc/master.sample ${STAGEDIR}${ETCDIR}/ + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/dns/dnrd/pkg-descr ============================================================================== --- head/dns/dnrd/pkg-descr Tue Mar 29 00:53:48 2016 (r412086) +++ head/dns/dnrd/pkg-descr Tue Mar 29 01:06:26 2016 (r412087) @@ -4,4 +4,4 @@ be forwarded to a specific group of DNS load balancing) for that domain. It is useful for VPNs and also good support for offline and dialup sites. -WWW: http://dnrd.sourceforge.net +WWW: http://dnrd.sourceforge.net/ From owner-svn-ports-all@freebsd.org Tue Mar 29 01:22:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01025AE10B3; Tue, 29 Mar 2016 01:22:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C27DE1E05; Tue, 29 Mar 2016 01:22:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T1MOCq098033; Tue, 29 Mar 2016 01:22:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T1MOux098031; Tue, 29 Mar 2016 01:22:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290122.u2T1MOux098031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 01:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412088 - head/lang/cython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 01:22:26 -0000 Author: amdmi3 Date: Tue Mar 29 01:22:24 2016 New Revision: 412088 URL: https://svnweb.freebsd.org/changeset/ports/412088 Log: - Update to 0.23.5 - Add "verify" target to verify distfile GPG signature PR: 208358 Submitted by: vmagerya@gmail.com (maintainer) Modified: head/lang/cython/Makefile head/lang/cython/distinfo Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Tue Mar 29 01:06:26 2016 (r412087) +++ head/lang/cython/Makefile Tue Mar 29 01:22:24 2016 (r412088) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.23.4 +PORTVERSION= 0.23.5 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP @@ -21,4 +21,9 @@ post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \ -name '*.so' -exec ${STRIP_CMD} {} + +verify: checksum + fetch -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc" \ + http://www.cython.org/release/${DISTNAME}${EXTRACT_SUFX}.asc + gpg2 --verify "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc" + .include Modified: head/lang/cython/distinfo ============================================================================== --- head/lang/cython/distinfo Tue Mar 29 01:06:26 2016 (r412087) +++ head/lang/cython/distinfo Tue Mar 29 01:22:24 2016 (r412088) @@ -1,2 +1,2 @@ -SHA256 (Cython-0.23.4.tar.gz) = fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e -SIZE (Cython-0.23.4.tar.gz) = 1628326 +SHA256 (Cython-0.23.5.tar.gz) = 0ae5a5451a190e03ee36922c4189ca2c88d1df40a89b4f224bc842d388a0d1b6 +SIZE (Cython-0.23.5.tar.gz) = 1629433 From owner-svn-ports-all@freebsd.org Tue Mar 29 01:31:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C490AE12FA; Tue, 29 Mar 2016 01:31:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E59E111E1; Tue, 29 Mar 2016 01:31:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T1Vuqc001203; Tue, 29 Mar 2016 01:31:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T1Vtqa001200; Tue, 29 Mar 2016 01:31:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290131.u2T1Vtqa001200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 01:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412089 - in head/www/interchange: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 01:31:57 -0000 Author: amdmi3 Date: Tue Mar 29 01:31:55 2016 New Revision: 412089 URL: https://svnweb.freebsd.org/changeset/ports/412089 Log: - Update to 5.6.3 - While here, add NO_ARCH and fix LICENSE PR: 208100 Submitted by: jochen@jochen-neumeister.de Deleted: head/www/interchange/files/patch-Makefile.PL Modified: head/www/interchange/Makefile head/www/interchange/distinfo head/www/interchange/pkg-plist Modified: head/www/interchange/Makefile ============================================================================== --- head/www/interchange/Makefile Tue Mar 29 01:22:24 2016 (r412088) +++ head/www/interchange/Makefile Tue Mar 29 01:31:55 2016 (r412089) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= interchange -PORTVERSION= 5.6.1 -PORTREVISION= 5 +PORTVERSION= 5.6.3 CATEGORIES= www perl5 MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.6/tar/ MAINTAINER= ports@FreeBSD.org COMMENT= RedHat's database-enabled e-commerce server -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \ @@ -28,6 +27,7 @@ SHEBANG_FILES= dist/src/compile.pl \ dist/src/tlink.pl \ dist/src/vlink.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL Modified: head/www/interchange/distinfo ============================================================================== --- head/www/interchange/distinfo Tue Mar 29 01:22:24 2016 (r412088) +++ head/www/interchange/distinfo Tue Mar 29 01:31:55 2016 (r412089) @@ -1,2 +1,2 @@ -SHA256 (interchange-5.6.1.tar.bz2) = e52b9dbcdbc0092b34b8a27d3d2772a8e0c35538dbee21255d8bf11054a315f8 -SIZE (interchange-5.6.1.tar.bz2) = 2067230 +SHA256 (interchange-5.6.3.tar.bz2) = da489c5ec942a346e8e38bb7862ceaa76d97da689117037247fba131a7bd717e +SIZE (interchange-5.6.3.tar.bz2) = 2059781 Modified: head/www/interchange/pkg-plist ============================================================================== --- head/www/interchange/pkg-plist Tue Mar 29 01:22:24 2016 (r412088) +++ head/www/interchange/pkg-plist Tue Mar 29 01:31:55 2016 (r412089) @@ -198,6 +198,7 @@ interchange/code/SystemTag/row.coretag interchange/code/SystemTag/salestax.coretag interchange/code/SystemTag/scratch.coretag interchange/code/SystemTag/scratchd.coretag +interchange/code/SystemTag/search.coretag interchange/code/SystemTag/search_region.coretag interchange/code/SystemTag/selected.coretag interchange/code/SystemTag/set.coretag From owner-svn-ports-all@freebsd.org Tue Mar 29 02:03:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F818AE1D8A; Tue, 29 Mar 2016 02:03:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4AB13CF; Tue, 29 Mar 2016 02:03:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T23ZUS010246; Tue, 29 Mar 2016 02:03:35 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T23ZI5010245; Tue, 29 Mar 2016 02:03:35 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201603290203.u2T23ZI5010245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 29 Mar 2016 02:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412090 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 02:03:36 -0000 Author: cpm Date: Tue Mar 29 02:03:35 2016 New Revision: 412090 URL: https://svnweb.freebsd.org/changeset/ports/412090 Log: - Fix my previous svn commit message (PR should be 202588) - While I'm here, improve package description Approved by: junovitch (mentor) Modified: head/multimedia/mpv/pkg-descr Modified: head/multimedia/mpv/pkg-descr ============================================================================== --- head/multimedia/mpv/pkg-descr Tue Mar 29 01:31:55 2016 (r412089) +++ head/multimedia/mpv/pkg-descr Tue Mar 29 02:03:35 2016 (r412090) @@ -1,4 +1,7 @@ -Mpv is a free and open-source general-purpose video player. Mpv is based on the MPlayer and mplayer2 projects which it greatly improves. +It supports a wide variety of video file formats, audio and video codecs, and +subtitle types. Special input URL types are available to read input from +a variety of sources other than disk files. Depending on platform, a variety of +different video and audio output methods are supported. WWW: http://mpv.io/ From owner-svn-ports-all@freebsd.org Tue Mar 29 02:43:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B56CAE1761; Tue, 29 Mar 2016 02:43:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D670A1894; Tue, 29 Mar 2016 02:43:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T2hFP2022261; Tue, 29 Mar 2016 02:43:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T2hEHc022259; Tue, 29 Mar 2016 02:43:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290243.u2T2hEHc022259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 02:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412091 - head/games/fairymax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 02:43:16 -0000 Author: amdmi3 Date: Tue Mar 29 02:43:14 2016 New Revision: 412091 URL: https://svnweb.freebsd.org/changeset/ports/412091 Log: - Update to 5.0b.20160316.1 PR: 208268 Submitted by: kalten@gmx.at Modified: head/games/fairymax/Makefile head/games/fairymax/distinfo Modified: head/games/fairymax/Makefile ============================================================================== --- head/games/fairymax/Makefile Tue Mar 29 02:03:35 2016 (r412090) +++ head/games/fairymax/Makefile Tue Mar 29 02:43:14 2016 (r412091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fairymax -PORTVERSION= 5.0b +PORTVERSION= 5.0b.20160316.1 CATEGORIES= games MASTER_SITES= http://freeheimdall.spdns.org/files/ # http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=${COMMIT_HASH};sf=tgz @@ -13,9 +13,7 @@ DISTNAME= ${PORTNAME}-${COMMIT_HASH} MAINTAINER= kalten@gmx.at COMMENT= Chess engine for shatranj, courier chess, and others -CONFLICTS= fairymax-4.* - -COMMIT_HASH= f7a7847 +COMMIT_HASH= 67cee03 OPTIONS_DEFINE= DOCS Modified: head/games/fairymax/distinfo ============================================================================== --- head/games/fairymax/distinfo Tue Mar 29 02:03:35 2016 (r412090) +++ head/games/fairymax/distinfo Tue Mar 29 02:43:14 2016 (r412091) @@ -1,2 +1,2 @@ -SHA256 (fairymax-f7a7847.tar.gz) = 1afedf536bdf29ae249e34222f47c703b1700031c603a238be6ca5ef0ab46696 -SIZE (fairymax-f7a7847.tar.gz) = 67418 +SHA256 (fairymax-67cee03.tar.gz) = 426f377ea66b0436844953832c1eb42db245e9dcd7d845997a0ff27b58cf9b4a +SIZE (fairymax-67cee03.tar.gz) = 67497 From owner-svn-ports-all@freebsd.org Tue Mar 29 02:45:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE605AE17A1; Tue, 29 Mar 2016 02:45:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 912B519B0; Tue, 29 Mar 2016 02:45:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T2jWeD022472; Tue, 29 Mar 2016 02:45:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T2jWSZ022470; Tue, 29 Mar 2016 02:45:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290245.u2T2jWSZ022470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 02:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412092 - head/security/py-pyscard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 02:45:33 -0000 Author: amdmi3 Date: Tue Mar 29 02:45:32 2016 New Revision: 412092 URL: https://svnweb.freebsd.org/changeset/ports/412092 Log: - Update to 1.9.3 - While here, fix LICENSE PR: 208354 Submitted by: mp39590@gmail.com (maintainer) Modified: head/security/py-pyscard/Makefile head/security/py-pyscard/distinfo Modified: head/security/py-pyscard/Makefile ============================================================================== --- head/security/py-pyscard/Makefile Tue Mar 29 02:43:14 2016 (r412091) +++ head/security/py-pyscard/Makefile Tue Mar 29 02:45:32 2016 (r412092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyscard -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mp39590@gmail.com COMMENT= Smartcard module for Python -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \ Modified: head/security/py-pyscard/distinfo ============================================================================== --- head/security/py-pyscard/distinfo Tue Mar 29 02:43:14 2016 (r412091) +++ head/security/py-pyscard/distinfo Tue Mar 29 02:45:32 2016 (r412092) @@ -1,2 +1,2 @@ -SHA256 (pyscard-1.9.2.tar.gz) = 390b5f9393c04a2b3491a65c326fe045d2955a780ca675635ce2c74367d3fbba -SIZE (pyscard-1.9.2.tar.gz) = 145287 +SHA256 (pyscard-1.9.3.tar.gz) = cb8a18fc1342099ecb38e93d50d42c5ab56792e5be5fb243d6af3afaa48a2cec +SIZE (pyscard-1.9.3.tar.gz) = 145926 From owner-svn-ports-all@freebsd.org Tue Mar 29 02:49:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D02AE188E; Tue, 29 Mar 2016 02:49:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9DFC1EA0; Tue, 29 Mar 2016 02:49:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T2no4K022738; Tue, 29 Mar 2016 02:49:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T2nnBQ022734; Tue, 29 Mar 2016 02:49:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603290249.u2T2nnBQ022734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 02:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412093 - head/x11-wm/jwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 02:49:51 -0000 Author: amdmi3 Date: Tue Mar 29 02:49:49 2016 New Revision: 412093 URL: https://svnweb.freebsd.org/changeset/ports/412093 Log: - Update to 2.3.5 - While here, switch to USES=localbase PR: 208348 Submitted by: woodsb02@gmail.com (maintainer) Modified: head/x11-wm/jwm/Makefile head/x11-wm/jwm/distinfo head/x11-wm/jwm/pkg-plist Modified: head/x11-wm/jwm/Makefile ============================================================================== --- head/x11-wm/jwm/Makefile Tue Mar 29 02:45:32 2016 (r412092) +++ head/x11-wm/jwm/Makefile Tue Mar 29 02:49:49 2016 (r412093) @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= jwm -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/projects/jwm/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= Joe's Window Manager LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= iconv pkgconfig tar:xz +USES= iconv localbase pkgconfig tar:xz USE_XORG= x11 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= CAIRO DEBUG FRIBIDI JPEG NLS PNG SVG XEXT XFT \ XINERAMA XMU XPM XRENDER OPTIONS_DEFAULT= FRIBIDI JPEG PNG XEXT XFT XINERAMA XMU XPM XRENDER @@ -63,9 +61,6 @@ XRENDER_CONFIGURE_ENABLE=xrender CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=yes .endif -post-extract: - @${LN} -sf pt-br.po ${WRKSRC}/po/pt_BR.po - post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc @@ -73,8 +68,6 @@ post-patch: 's|install -m 644|@INSTALL_DATA@| ; \ s|jwmrc$$|jwmrc.sample|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ - 's|pt-br|pt_BR|' ${WRKSRC}/po/LINGUAS - @${REINPLACE_CMD} -e \ '/EXE/s|install|@INSTALL_PROGRAM@| ; \ /strip/s|^|#|' ${WRKSRC}/src/Makefile.in Modified: head/x11-wm/jwm/distinfo ============================================================================== --- head/x11-wm/jwm/distinfo Tue Mar 29 02:45:32 2016 (r412092) +++ head/x11-wm/jwm/distinfo Tue Mar 29 02:49:49 2016 (r412093) @@ -1,2 +1,2 @@ -SHA256 (jwm-2.3.4.tar.xz) = 249867d2e21fab27f69d4f64b5c8acba5ddc540030e31e450c20ed4b647a06ee -SIZE (jwm-2.3.4.tar.xz) = 332140 +SHA256 (jwm-2.3.5.tar.xz) = b0a7908ba3299f82542125f67e329a8a727c2761b4abaa6d0d489bdb8629acf0 +SIZE (jwm-2.3.5.tar.xz) = 339792 Modified: head/x11-wm/jwm/pkg-plist ============================================================================== --- head/x11-wm/jwm/pkg-plist Tue Mar 29 02:45:32 2016 (r412092) +++ head/x11-wm/jwm/pkg-plist Tue Mar 29 02:49:49 2016 (r412093) @@ -1,6 +1,10 @@ bin/jwm -man/man1/jwm.1.gz @sample etc/system.jwmrc.sample +man/man1/jwm.1.gz +%%DATADIR%%/jwm-blue.svg +%%DATADIR%%/jwm-gray.svg +%%DATADIR%%/jwm-orange.svg +%%DATADIR%%/jwm.xbm %%NLS%%share/locale/de/LC_MESSAGES/jwm.mo %%NLS%%share/locale/es/LC_MESSAGES/jwm.mo %%NLS%%share/locale/fr/LC_MESSAGES/jwm.mo @@ -9,6 +13,6 @@ man/man1/jwm.1.gz %%NLS%%share/locale/nl/LC_MESSAGES/jwm.mo %%NLS%%share/locale/pl/LC_MESSAGES/jwm.mo %%NLS%%share/locale/pt/LC_MESSAGES/jwm.mo -%%NLS%%share/locale/ru/LC_MESSAGES/jwm.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/jwm.mo +%%NLS%%share/locale/ru/LC_MESSAGES/jwm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/jwm.mo From owner-svn-ports-all@freebsd.org Tue Mar 29 05:13:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B3BAE1A7E; Tue, 29 Mar 2016 05:13:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5B041D65; Tue, 29 Mar 2016 05:13:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T5D2h6067212; Tue, 29 Mar 2016 05:13:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T5D2ZY067210; Tue, 29 Mar 2016 05:13:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603290513.u2T5D2ZY067210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 29 Mar 2016 05:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412094 - head/sysutils/hfm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 05:13:04 -0000 Author: pi Date: Tue Mar 29 05:13:02 2016 New Revision: 412094 URL: https://svnweb.freebsd.org/changeset/ports/412094 Log: sysutils/hfm: 1.2.1 -> 1.2.3 - Removed tests that depend on events happening within a certain time. These times can be pathological on the build cluster, and don't accurately reflect what the "average expected" behaviour is. PR: 208368 Submitted by: 554b8425@razorfever.net (maintainer) Modified: head/sysutils/hfm/Makefile head/sysutils/hfm/distinfo Modified: head/sysutils/hfm/Makefile ============================================================================== --- head/sysutils/hfm/Makefile Tue Mar 29 02:49:49 2016 (r412093) +++ head/sysutils/hfm/Makefile Tue Mar 29 05:13:02 2016 (r412094) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hfm -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/hfm/distinfo ============================================================================== --- head/sysutils/hfm/distinfo Tue Mar 29 02:49:49 2016 (r412093) +++ head/sysutils/hfm/distinfo Tue Mar 29 05:13:02 2016 (r412094) @@ -1,5 +1,5 @@ -SHA256 (derekmarcotte-hfm-v1.2.1_GH0.tar.gz) = 2d8e9063d4bc3543316cb8c7e0464ce05cc61361733f0d2e2c9ae5ff5db83ed9 -SIZE (derekmarcotte-hfm-v1.2.1_GH0.tar.gz) = 37040 +SHA256 (derekmarcotte-hfm-v1.2.3_GH0.tar.gz) = 6c613caa93a3cea23fc5d4367f92b3ea87bfbac0217fdf6580389d7e9f51af95 +SIZE (derekmarcotte-hfm-v1.2.3_GH0.tar.gz) = 37116 SHA256 (mitchellh-go-libucl-f9d0e55_GH0.tar.gz) = 955e56fa334e7131ca313098fcf0a91ce89270cf1294d2a07830aa1c17b58fc0 SIZE (mitchellh-go-libucl-f9d0e55_GH0.tar.gz) = 9426 SHA256 (op-go-logging-dfaf3df_GH0.tar.gz) = d34d3afbdb07ad92f51d2a0a9f2682a4c0fcece733618a4ad27013e5ab6c8b60 From owner-svn-ports-all@freebsd.org Tue Mar 29 06:17:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59CB8AE1851; Tue, 29 Mar 2016 06:17:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2D71481; Tue, 29 Mar 2016 06:17:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T6HEu1085406; Tue, 29 Mar 2016 06:17:14 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T6HE4i085405; Tue, 29 Mar 2016 06:17:14 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603290617.u2T6HE4i085405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 29 Mar 2016 06:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412095 - head/x11-toolkits/Xmt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 06:17:15 -0000 Author: cy Date: Tue Mar 29 06:17:14 2016 New Revision: 412095 URL: https://svnweb.freebsd.org/changeset/ports/412095 Log: Correct MASTER_SITE URL. Modified: head/x11-toolkits/Xmt/Makefile Modified: head/x11-toolkits/Xmt/Makefile ============================================================================== --- head/x11-toolkits/Xmt/Makefile Tue Mar 29 05:13:02 2016 (r412094) +++ head/x11-toolkits/Xmt/Makefile Tue Mar 29 06:17:14 2016 (r412095) @@ -3,7 +3,7 @@ PORTNAME= Xmt PORTVERSION= 4.0.0 CATEGORIES= x11-toolkits -MASTER_SITES= SF/${PORTNAME}/Xmt/Xmt400 +MASTER_SITES= SF/motiftools/Xmt/Xmt400 DISTNAME= xmt400 MAINTAINER= cy@FreeBSD.org From owner-svn-ports-all@freebsd.org Tue Mar 29 06:21:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 289E7AE1913; Tue, 29 Mar 2016 06:21:25 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA797172E; Tue, 29 Mar 2016 06:21:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T6LOqH087634; Tue, 29 Mar 2016 06:21:24 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T6LOwK087632; Tue, 29 Mar 2016 06:21:24 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201603290621.u2T6LOwK087632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 29 Mar 2016 06:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412096 - in head: . graphics graphics/libtxc_dxtn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 06:21:25 -0000 Author: dbn Date: Tue Mar 29 06:21:23 2016 New Revision: 412096 URL: https://svnweb.freebsd.org/changeset/ports/412096 Log: graphics/libtxc_dxtn: remove port Remove libtxc_dxtn as s2tc is based on a newer version and includes extra components (command line tools for texture compression). s2tc is also based on a newer version than libtxc_dxtn. Approved by: x11 (dumbbell@) Deleted: head/graphics/libtxc_dxtn/ Modified: head/MOVED head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 29 06:17:14 2016 (r412095) +++ head/MOVED Tue Mar 29 06:21:23 2016 (r412096) @@ -8244,3 +8244,4 @@ graphics/hugin-2016||2016-03-22|overtake net/rubygem-omniauth-cas3||2016-03-28|Removed textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead +graphics/libtxc_dxtn|graphics/s2tc|2016-03-29|Superseded by graphics/s2tc Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Mar 29 06:17:14 2016 (r412095) +++ head/graphics/Makefile Tue Mar 29 06:21:23 2016 (r412096) @@ -532,7 +532,6 @@ SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo - SUBDIR += libtxc_dxtn SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins From owner-svn-ports-all@freebsd.org Tue Mar 29 07:33:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87DDEAE11D0; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAC8169D; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7CF8017D6; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) Date: Tue, 29 Mar 2016 07:33:39 +0000 From: Alexey Dokuchaev To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412019 - head/games/tbe Message-ID: <20160329073339.GA72433@FreeBSD.org> References: <201603272245.u2RMjdZS009225@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603272245.u2RMjdZS009225@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 07:33:39 -0000 On Sun, Mar 27, 2016 at 10:45:39PM +0000, John Marino wrote: > New Revision: 412019 > URL: https://svnweb.freebsd.org/changeset/ports/412019 > > Log: > games/tbe: Fix plist (main executable wasn't listed) > > At some port, this port was converted from having a plist to using > PORTDATA as an automatic generator. Unfortunately, this excluded the > main executable (bin/tbe) from being packaged as well as several icons. > Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines). > While here, pet portlint. > > Added: > head/games/tbe/pkg-plist (contents, props changed) I guess pkg-plist should've been repocopied (resurrected) in this case. ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 29 07:42:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 880B5AE14FE; Tue, 29 Mar 2016 07:42:25 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BA7B1BF2; Tue, 29 Mar 2016 07:42:24 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id AD77A43BED; Tue, 29 Mar 2016 02:42:23 -0500 (CDT) To: Alexey Dokuchaev Subject: Re: svn commit: r412019 - head/games/tbe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 29 Mar 2016 09:42:23 +0200 From: "John Marino (FreeBSD)" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: <20160329073339.GA72433@FreeBSD.org> References: <201603272245.u2RMjdZS009225@repo.freebsd.org> <20160329073339.GA72433@FreeBSD.org> Message-ID: X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 07:42:25 -0000 On 3/29/2016 9:33 AM, Alexey Dokuchaev wrote: > On Sun, Mar 27, 2016 at 10:45:39PM +0000, John Marino wrote: >> New Revision: 412019 >> URL: https://svnweb.freebsd.org/changeset/ports/412019 >> >> Log: >> games/tbe: Fix plist (main executable wasn't listed) >> >> At some port, this port was converted from having a plist to using >> PORTDATA as an automatic generator. Unfortunately, this excluded >> the >> main executable (bin/tbe) from being packaged as well as several >> icons. >> Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines). >> While here, pet portlint. >> >> Added: >> head/games/tbe/pkg-plist (contents, props changed) > > I guess pkg-plist should've been repocopied (resurrected) in this case. > I disagree. 1) It's been gone a long time and many versions have changed since. Showing changes from back then to now has no value. 2) Repocopy makes sense to me ONCE, when creating a new port. After the port is created, don't use it within a port. I don't see people doing this and I'm glad about that. If we said it's okay returning pkg-plist, then you can claim it's okay for returning patch files, which is absurd. John From owner-svn-ports-all@freebsd.org Tue Mar 29 08:00:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1C23AE1A78; Tue, 29 Mar 2016 08:00:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7B8210A3; Tue, 29 Mar 2016 08:00:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A5F6F1C72; Tue, 29 Mar 2016 08:00:01 +0000 (UTC) Date: Tue, 29 Mar 2016 08:00:01 +0000 From: Alexey Dokuchaev To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412019 - head/games/tbe Message-ID: <20160329080001.GA81193@FreeBSD.org> References: <201603272245.u2RMjdZS009225@repo.freebsd.org> <20160329073339.GA72433@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 08:00:01 -0000 On Tue, Mar 29, 2016 at 09:42:23AM +0200, John Marino (FreeBSD) wrote: > On 3/29/2016 9:33 AM, Alexey Dokuchaev wrote: > > On Sun, Mar 27, 2016 at 10:45:39PM +0000, John Marino wrote: > >> New Revision: 412019 > >> URL: https://svnweb.freebsd.org/changeset/ports/412019 > >> > >> Log: > >> games/tbe: Fix plist (main executable wasn't listed) > >> [...] > >> > >> Added: > >> head/games/tbe/pkg-plist (contents, props changed) > > > > I guess pkg-plist should've been repocopied (resurrected) in this case. > > I disagree. > 1) It's been gone a long time and many versions have changed since. > Showing changes from back then to now has no value. I thought that perhaps the won't be too many differences between that old version amd current. > 2) Repocopy makes sense to me ONCE, when creating a new port. After the > port is created, don't use it within a port. I don't see people doing > this and I'm glad about that. If we said it's okay returning pkg-plist, > then you can claim it's okay for returning patch files, which is absurd. That seems arguable; I would consider repocopying even patches if changes warrant it, and would certainly repocopy any pkg-* files. It really helps to keep the dots connected and makes archaeology much easier. Once you get into the habit of studying the history before making any changes on a port this becomes quite conspicuous. ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 29 08:09:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9555AE1DA2; Tue, 29 Mar 2016 08:09:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 970231510; Tue, 29 Mar 2016 08:09:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id EA68C43BED; Tue, 29 Mar 2016 03:09:40 -0500 (CDT) To: Alexey Dokuchaev Subject: Re: svn commit: r412019 - head/games/tbe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 29 Mar 2016 10:09:40 +0200 From: "John Marino (FreeBSD)" Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: <20160329080001.GA81193@FreeBSD.org> References: <201603272245.u2RMjdZS009225@repo.freebsd.org> <20160329073339.GA72433@FreeBSD.org> <20160329080001.GA81193@FreeBSD.org> Message-ID: <4eeeec4223ac25967c34601fe6f170c7@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 08:09:42 -0000 On 2016-03-29 10:00, Alexey Dokuchaev wrote: >> 2) Repocopy makes sense to me ONCE, when creating a new port. After >> the >> port is created, don't use it within a port. I don't see people doing >> this and I'm glad about that. If we said it's okay returning >> pkg-plist, >> then you can claim it's okay for returning patch files, which is >> absurd. > > That seems arguable; I would consider repocopying even patches if > changes > warrant it, and would certainly repocopy any pkg-* files. It really > helps > to keep the dots connected and makes archaeology much easier. Once you > get into the habit of studying the history before making any changes on > a > port this becomes quite conspicuous. Recopy is not free. There is a price of effort to do this. It slows maintenance down. If somebody is truly doing geneology on a particular port, svn holds enough information. Suggesting to repocopy individual files in a port is too much for benefit of 0.00001% of the time somebody will find such effort useful. Let's not put up even more barriers to maintenance. "Keeping dots connected" doesn't demonstrate a real benefit to me. Surely svn has some kind of "diff between revs" feature that could be used by anyone that cares (which I assume is truly nobody once the academic arguments are put aside). John From owner-svn-ports-all@freebsd.org Tue Mar 29 09:20:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73375AE0573; Tue, 29 Mar 2016 09:20:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3790419C1; Tue, 29 Mar 2016 09:20:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T9Kieg040665; Tue, 29 Mar 2016 09:20:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T9KivL040662; Tue, 29 Mar 2016 09:20:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201603290920.u2T9KivL040662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 29 Mar 2016 09:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412097 - head/security/p5-CryptX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 09:20:45 -0000 Author: vanilla Date: Tue Mar 29 09:20:44 2016 New Revision: 412097 URL: https://svnweb.freebsd.org/changeset/ports/412097 Log: 1: Update to 0.028. 2: remove dependencies to p5-JSON & p5-Module-Build. Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo head/security/p5-CryptX/pkg-plist Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Tue Mar 29 06:21:23 2016 (r412096) +++ head/security/p5-CryptX/Makefile Tue Mar 29 09:20:44 2016 (r412097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.027 +PORTVERSION= 0.028 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- @@ -13,11 +13,10 @@ COMMENT= Crypto toolkit LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure post-install: ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Tue Mar 29 06:21:23 2016 (r412096) +++ head/security/p5-CryptX/distinfo Tue Mar 29 09:20:44 2016 (r412097) @@ -1,2 +1,2 @@ -SHA256 (CryptX-0.027.tar.gz) = 2af43ccdf1a5db1712671d407173586760b876b90f6eae58555a3f165c9f268c -SIZE (CryptX-0.027.tar.gz) = 1326197 +SHA256 (CryptX-0.028.tar.gz) = 81dbc29b0c67af17c8bb5e4d1d5a8fc3906f484e432b15c19502fc8d7780e4cd +SIZE (CryptX-0.028.tar.gz) = 1136123 Modified: head/security/p5-CryptX/pkg-plist ============================================================================== --- head/security/p5-CryptX/pkg-plist Tue Mar 29 06:21:23 2016 (r412096) +++ head/security/p5-CryptX/pkg-plist Tue Mar 29 09:20:44 2016 (r412097) @@ -70,6 +70,29 @@ %%PERL5_MAN3%%/Crypt::PRNG::Sober128.3.gz %%PERL5_MAN3%%/Crypt::PRNG::Yarrow.3.gz %%PERL5_MAN3%%/CryptX.3.gz +%%SITE_ARCH%%/CryptX_AuthEnc_CCM.xs.inc +%%SITE_ARCH%%/CryptX_AuthEnc_EAX.xs.inc +%%SITE_ARCH%%/CryptX_AuthEnc_GCM.xs.inc +%%SITE_ARCH%%/CryptX_AuthEnc_OCB.xs.inc +%%SITE_ARCH%%/CryptX_Cipher.xs.inc +%%SITE_ARCH%%/CryptX_Digest.xs.inc +%%SITE_ARCH%%/CryptX_KeyDerivation.xs.inc +%%SITE_ARCH%%/CryptX_Mac_F9.xs.inc +%%SITE_ARCH%%/CryptX_Mac_HMAC.xs.inc +%%SITE_ARCH%%/CryptX_Mac_OMAC.xs.inc +%%SITE_ARCH%%/CryptX_Mac_PMAC.xs.inc +%%SITE_ARCH%%/CryptX_Mac_Pelican.xs.inc +%%SITE_ARCH%%/CryptX_Mac_XCBC.xs.inc +%%SITE_ARCH%%/CryptX_Mode_CBC.xs.inc +%%SITE_ARCH%%/CryptX_Mode_CFB.xs.inc +%%SITE_ARCH%%/CryptX_Mode_CTR.xs.inc +%%SITE_ARCH%%/CryptX_Mode_ECB.xs.inc +%%SITE_ARCH%%/CryptX_Mode_OFB.xs.inc +%%SITE_ARCH%%/CryptX_PK_DH.xs.inc +%%SITE_ARCH%%/CryptX_PK_DSA.xs.inc +%%SITE_ARCH%%/CryptX_PK_ECC.xs.inc +%%SITE_ARCH%%/CryptX_PK_RSA.xs.inc +%%SITE_ARCH%%/CryptX_PRNG.xs.inc %%SITE_ARCH%%/Crypt/AuthEnc.pm %%SITE_ARCH%%/Crypt/AuthEnc/CCM.pm %%SITE_ARCH%%/Crypt/AuthEnc/EAX.pm From owner-svn-ports-all@freebsd.org Tue Mar 29 09:26:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FB3DAE079C; Tue, 29 Mar 2016 09:26:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21C5E1D49; Tue, 29 Mar 2016 09:26:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T9QqPR043761; Tue, 29 Mar 2016 09:26:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T9QqBV043760; Tue, 29 Mar 2016 09:26:52 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603290926.u2T9QqBV043760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 29 Mar 2016 09:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412098 - head/devel/llvm38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 09:26:53 -0000 Author: tijl Date: Tue Mar 29 09:26:52 2016 New Revision: 412098 URL: https://svnweb.freebsd.org/changeset/ports/412098 Log: Don't delete /bin/rmdir. PR: 208375 Submitted by: Aleksander Alekseev Modified: head/devel/llvm38/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Tue Mar 29 09:20:44 2016 (r412097) +++ head/devel/llvm38/Makefile Tue Mar 29 09:26:52 2016 (r412098) @@ -265,7 +265,7 @@ post-install-DOCS-on: .if ${PORT_OPTIONS:MCLANG} post-install-DOCS-off: - ${RM} -f ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/scan-build.1 + ${RM} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/scan-build.1 ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/ ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/ .endif From owner-svn-ports-all@freebsd.org Tue Mar 29 10:17:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BDA9AE189C; Tue, 29 Mar 2016 10:17:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2655218FE; Tue, 29 Mar 2016 10:17:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TAHJA2058731; Tue, 29 Mar 2016 10:17:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TAHJVB058729; Tue, 29 Mar 2016 10:17:19 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291017.u2TAHJVB058729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 10:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412099 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 10:17:20 -0000 Author: olgeni Date: Tue Mar 29 10:17:18 2016 New Revision: 412099 URL: https://svnweb.freebsd.org/changeset/ports/412099 Log: Update devel/elixir-timex to version 2.1.3. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Tue Mar 29 09:26:52 2016 (r412098) +++ head/devel/elixir-timex/Makefile Tue Mar 29 10:17:18 2016 (r412099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Tue Mar 29 09:26:52 2016 (r412098) +++ head/devel/elixir-timex/distinfo Tue Mar 29 10:17:18 2016 (r412099) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-2.1.2_GH0.tar.gz) = 80a1c22900337db97c2e60210927d9a3b77527504579b85b58aa7617654e85ee -SIZE (bitwalker-timex-2.1.2_GH0.tar.gz) = 135265 +SHA256 (bitwalker-timex-2.1.3_GH0.tar.gz) = 05b8759da7e87364f9739b30ff8796bcf8e0d6908df1f2cf9db54f86791b2331 +SIZE (bitwalker-timex-2.1.3_GH0.tar.gz) = 135984 From owner-svn-ports-all@freebsd.org Tue Mar 29 11:01:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B413AE2357; Tue, 29 Mar 2016 11:01:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 488A61E4C; Tue, 29 Mar 2016 11:01:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TB1aUI071669; Tue, 29 Mar 2016 11:01:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TB1ap3071667; Tue, 29 Mar 2016 11:01:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603291101.u2TB1ap3071667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 29 Mar 2016 11:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412100 - in head/deskutils/calibre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 11:01:37 -0000 Author: madpilot Date: Tue Mar 29 11:01:36 2016 New Revision: 412100 URL: https://svnweb.freebsd.org/changeset/ports/412100 Log: Update patch to match the code accepted by upstream for merging. Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Mar 29 10:17:18 2016 (r412099) +++ head/deskutils/calibre/Makefile Tue Mar 29 11:01:36 2016 (r412100) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.53.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py ============================================================================== --- head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py Tue Mar 29 10:17:18 2016 (r412099) +++ head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py Tue Mar 29 11:01:36 2016 (r412100) @@ -6,7 +6,7 @@ d.serial == objif.GetProperty('usb.serial'): - dpaths = manager.FindDeviceStringMatch('storage.originating_device', path) + midpath = manager.FindDeviceStringMatch('info.parent', path) -+ dpaths = manager.FindDeviceStringMatch('storage.originating_device', midpath[0]) ++ dpaths = manager.FindDeviceStringMatch('storage.originating_device', path) + manager.FindDeviceStringMatch('storage.originating_device', midpath[0]) for dpath in dpaths: # devif = dbus.Interface(bus.get_object('org.freedesktop.Hal', dpath), 'org.freedesktop.Hal.Device') try: From owner-svn-ports-all@freebsd.org Tue Mar 29 11:35:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1BF9AE2DAC; Tue, 29 Mar 2016 11:35:19 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEFA91254; Tue, 29 Mar 2016 11:35:19 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TBZI5v082875; Tue, 29 Mar 2016 11:35:18 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TBZIcQ082872; Tue, 29 Mar 2016 11:35:18 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201603291135.u2TBZIcQ082872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 29 Mar 2016 11:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412101 - head/irc/irssi-xmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 11:35:20 -0000 Author: jadawin Date: Tue Mar 29 11:35:18 2016 New Revision: 412101 URL: https://svnweb.freebsd.org/changeset/ports/412101 Log: - Update to 0.53 Modified: head/irc/irssi-xmpp/Makefile head/irc/irssi-xmpp/distinfo head/irc/irssi-xmpp/pkg-plist Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Tue Mar 29 11:01:36 2016 (r412100) +++ head/irc/irssi-xmpp/Makefile Tue Mar 29 11:35:18 2016 (r412101) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= irssi-xmpp -PORTVERSION= 0.52 -PORTREVISION= 1 +PORTVERSION= 0.53 CATEGORIES= irc MASTER_SITES= http://cybione.org/~irssi-xmpp/files/ Modified: head/irc/irssi-xmpp/distinfo ============================================================================== --- head/irc/irssi-xmpp/distinfo Tue Mar 29 11:01:36 2016 (r412100) +++ head/irc/irssi-xmpp/distinfo Tue Mar 29 11:35:18 2016 (r412101) @@ -1,2 +1,2 @@ -SHA256 (irssi-xmpp-0.52.tar.gz) = c63975e0562e7ec6a1b68cb607829b3933ec822aa4a844c3d6dccf16f110dbdc -SIZE (irssi-xmpp-0.52.tar.gz) = 68105 +SHA256 (irssi-xmpp-0.53.tar.gz) = 6487362d23af7b9c185d8ac74e6b651e697cacc01de8bb9c750db1752140536f +SIZE (irssi-xmpp-0.53.tar.gz) = 65649 Modified: head/irc/irssi-xmpp/pkg-plist ============================================================================== --- head/irc/irssi-xmpp/pkg-plist Tue Mar 29 11:01:36 2016 (r412100) +++ head/irc/irssi-xmpp/pkg-plist Tue Mar 29 11:35:18 2016 (r412101) @@ -1,3 +1,4 @@ +%%DATADIR%%/help/presence %%DATADIR%%/help/roster %%DATADIR%%/help/xmppconnect %%DATADIR%%/help/xmppserver From owner-svn-ports-all@freebsd.org Tue Mar 29 11:39:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DBBCAE2F01; Tue, 29 Mar 2016 11:39:20 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3CF9145A; Tue, 29 Mar 2016 11:39:19 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TBdJB1083115; Tue, 29 Mar 2016 11:39:19 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TBdJsN083113; Tue, 29 Mar 2016 11:39:19 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201603291139.u2TBdJsN083113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 29 Mar 2016 11:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412102 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 11:39:20 -0000 Author: jadawin Date: Tue Mar 29 11:39:18 2016 New Revision: 412102 URL: https://svnweb.freebsd.org/changeset/ports/412102 Log: - Update to 1.97 Modified: head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-TimeZone/distinfo Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Tue Mar 29 11:35:18 2016 (r412101) +++ head/devel/p5-DateTime-TimeZone/Makefile Tue Mar 29 11:39:18 2016 (r412102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone -PORTVERSION= 1.96 +PORTVERSION= 1.97 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-TimeZone/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone/distinfo Tue Mar 29 11:35:18 2016 (r412101) +++ head/devel/p5-DateTime-TimeZone/distinfo Tue Mar 29 11:39:18 2016 (r412102) @@ -1,2 +1,2 @@ -SHA256 (DateTime-TimeZone-1.96.tar.gz) = 573f11683facbe5d7c912c0ba3aab1491990a7e4ee301be10c2470932927394e -SIZE (DateTime-TimeZone-1.96.tar.gz) = 915166 +SHA256 (DateTime-TimeZone-1.97.tar.gz) = 68a5f4b0a77074f9cc96b2c1d2282e2110db74f55e43fbad72926cee0fd434c8 +SIZE (DateTime-TimeZone-1.97.tar.gz) = 922750 From owner-svn-ports-all@freebsd.org Tue Mar 29 11:55:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A5C3AE2421; Tue, 29 Mar 2016 11:55:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B40F1D07; Tue, 29 Mar 2016 11:55:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TBtZpi088943; Tue, 29 Mar 2016 11:55:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TBtZeD088941; Tue, 29 Mar 2016 11:55:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291155.u2TBtZeD088941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 11:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412103 - head/sysutils/puppet4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 11:55:36 -0000 Author: amdmi3 Date: Tue Mar 29 11:55:34 2016 New Revision: 412103 URL: https://svnweb.freebsd.org/changeset/ports/412103 Log: - Update to 4.4.1 PR: 208360 Submitted by: freebsd@zleslie.info (maintainer) Modified: head/sysutils/puppet4/Makefile head/sysutils/puppet4/distinfo Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Tue Mar 29 11:39:18 2016 (r412102) +++ head/sysutils/puppet4/Makefile Tue Mar 29 11:55:34 2016 (r412103) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 4.3.2 +PORTVERSION= 4.4.1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 Modified: head/sysutils/puppet4/distinfo ============================================================================== --- head/sysutils/puppet4/distinfo Tue Mar 29 11:39:18 2016 (r412102) +++ head/sysutils/puppet4/distinfo Tue Mar 29 11:55:34 2016 (r412103) @@ -1,2 +1,2 @@ -SHA256 (puppet-4.3.2.tar.gz) = 75932db3b7118b21ac15005c1baa0a566b91c94f1a2c254bfde5bd9f19d83a26 -SIZE (puppet-4.3.2.tar.gz) = 2636406 +SHA256 (puppet-4.4.1.tar.gz) = a8b15fc035acd56711fdc6160cfbcae455f9f2708ed49ee8c937d93aa7d1c291 +SIZE (puppet-4.4.1.tar.gz) = 2675495 From owner-svn-ports-all@freebsd.org Tue Mar 29 12:37:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 144A3AE05AA; Tue, 29 Mar 2016 12:37:36 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A66FD16C9; Tue, 29 Mar 2016 12:37:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TCbYEg001376; Tue, 29 Mar 2016 12:37:34 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TCbYIT001372; Tue, 29 Mar 2016 12:37:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201603291237.u2TCbYIT001372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 29 Mar 2016 12:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412104 - in head/astro/stellarium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 12:37:36 -0000 Author: danfe Date: Tue Mar 29 12:37:34 2016 New Revision: 412104 URL: https://svnweb.freebsd.org/changeset/ports/412104 Log: - Update to version 0.14.3, which contains few closed bugs (ported from version 0.15.0) and adds Bengali description for landscapes - Make scripting support optional and sanitize Qt5 dependencies - Disable building the unit tests for the time being (needs more work) - While here, use some option helpers and clarify LICENSE (GPLv2+) Added: head/astro/stellarium/files/ head/astro/stellarium/files/patch-src_CMakeLists.txt (contents, props changed) Modified: head/astro/stellarium/Makefile head/astro/stellarium/distinfo head/astro/stellarium/pkg-plist Modified: head/astro/stellarium/Makefile ============================================================================== --- head/astro/stellarium/Makefile Tue Mar 29 11:55:34 2016 (r412103) +++ head/astro/stellarium/Makefile Tue Mar 29 12:37:34 2016 (r412104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stellarium -PORTVERSION= 0.14.2 +PORTVERSION= 0.14.3 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -11,21 +11,22 @@ EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat} MAINTAINER= danfe@FreeBSD.org COMMENT= 3D photo-realistic sky renderer (planetarium) -LICENSE= GPLv2 +LICENSE= GPLv2+ CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* USES= cmake gettext USE_QT5= qmake_build buildtools_build linguisttools_build \ - concurrent core declarative serialport + concurrent core gui network opengl serialport widgets PORTDOCS= AUTHORS ChangeLog README -OPTIONS_DEFINE= MORE_STARS TEXTURES MULTIMEDIA DOCS -OPTIONS_DEFAULT= MULTIMEDIA TEXTURES +OPTIONS_DEFINE= DOCS MORE_STARS MULTIMEDIA SCRIPTING TEXTURES +OPTIONS_DEFAULT= MULTIMEDIA SCRIPTING TEXTURES MORE_STARS_DESC= Install extra star catalogs (1.0GB) TEXTURES_DESC= Install better quality textures MULTIMEDIA_DESC= Sound and video support +SCRIPTING_DESC= Scripting support .include @@ -52,17 +53,24 @@ USE_QT5+= multimedia CMAKE_ARGS+= -DENABLE_SOUND:BOOL=OFF .endif +.if ${PORT_OPTIONS:MSCRIPTING} +USE_QT5+= script +PLIST_SUB+= SCRIPTS="" +.else +CMAKE_ARGS+= -DENABLE_SCRIPTING:BOOL=OFF +PLIST_SUB+= SCRIPTS="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's, -Wno-unused-result,,' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's,-Testscene,&_ground,' \ ${WRKSRC}/scenery3d/Testscene/TX_Stellarium-Testscene_ground/CMakeLists.txt -post-install: -.if ${PORT_OPTIONS:MMORE_STARS} +post-install-MORE_STARS-on: ${INSTALL_DATA} ${DISTDIR}/stars_[45678]_[12]v0_1.cat \ ${STAGEDIR}${DATADIR}/stars/default -.endif -.if ${PORT_OPTIONS:MTEXTURES} + +post-install-TEXTURES-on: (cd ${WRKDIR} && for f in *.png; do \ new=`${STAT} -f '%z' $$f` ; \ existing=`${STAT} -f '%z' \ @@ -72,7 +80,8 @@ post-install: (has larger file size: $$new > $$existing)" ; \ ${INSTALL_DATA} $$f ${STAGEDIR}${DATADIR}/textures ; \ done) -.endif + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/astro/stellarium/distinfo ============================================================================== --- head/astro/stellarium/distinfo Tue Mar 29 11:55:34 2016 (r412103) +++ head/astro/stellarium/distinfo Tue Mar 29 12:37:34 2016 (r412104) @@ -1,5 +1,5 @@ -SHA256 (stellarium-0.14.2.tar.gz) = aa04a5ae44ed177bc187d20e27a87cc11fc2f465036d673f02ec07b333a0b1f7 -SIZE (stellarium-0.14.2.tar.gz) = 139069181 +SHA256 (stellarium-0.14.3.tar.gz) = de41c5b14fdf0c5f6e73bab2975f380554487b1817f2c5a2ebad3bb8e9e729a4 +SIZE (stellarium-0.14.3.tar.gz) = 137661611 SHA256 (stars_4_1v0_1.cat) = 7a2084e5e45610bbffae9448d9552d8a8dd191e5b1a07b0e47d27622fab4a979 SIZE (stars_4_1v0_1.cat) = 17040932 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164 Added: head/astro/stellarium/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/stellarium/files/patch-src_CMakeLists.txt Tue Mar 29 12:37:34 2016 (r412104) @@ -0,0 +1,230 @@ +--- src/CMakeLists.txt.orig 2016-01-11 16:18:30 UTC ++++ src/CMakeLists.txt +@@ -444,7 +444,10 @@ ELSE() + # This will add the ANGLE lib if the Qt version supports it. + TARGET_LINK_LIBRARIES(stellarium ${Qt5Gui_LIBRARIES} ${Qt5Gui_OPENGL_LIBRARIES}) + +- QT5_USE_MODULES(stellarium Core Concurrent Gui Network OpenGL Script Widgets) ++ QT5_USE_MODULES(stellarium Core Concurrent Gui Network OpenGL Widgets) ++ IF(ENABLE_SCRIPTING) ++ QT5_USE_MODULES(stellarium Script) ++ ENDIF() + IF(ENABLE_SOUND) + QT5_USE_MODULES(stellarium Multimedia) + ENDIF() +@@ -470,215 +473,3 @@ IF(MSVC) + ENDIF(MSVC) + + INSTALL(TARGETS stellarium DESTINATION bin) +- +- +-############################################################################################# +-################################## Build unit tests ######################################### +-############################################################################################# +- +-SET(STELLARIUM_TESTS) +-MACRO(ADD_TEST NAME) +- SET(STELLARIUM_TESTS ${STELLARIUM_TESTS} ${NAME}) +-ENDMACRO() +- +-SET(extLinkerOptionTest ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTOPENGL_LIBRARY} ${OPENGL_LIBRARIES} ${ZLIB_LIBRARIES}) +- +-# Custom target used to build all tests at once +-ADD_CUSTOM_TARGET(buildTests) +- +-SET(tests_testDates_SRCS +- tests/testDates.hpp +- tests/testDates.cpp +- core/StelUtils.hpp +- core/StelUtils.cpp +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testDates_SRCS ${tests_testDates_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testDates EXCLUDE_FROM_ALL ${tests_testDates_SRCS}) +-QT5_USE_MODULES(testDates Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testDates ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testDates) +-ADD_TEST(testDates) +- +-SET(tests_testStelFileMgr_SRCS +- tests/testStelFileMgr.hpp +- tests/testStelFileMgr.cpp +- core/StelFileMgr.hpp +- core/StelFileMgr.cpp +-) +-ADD_EXECUTABLE(testStelFileMgr EXCLUDE_FROM_ALL ${tests_testStelFileMgr_SRCS}) +-QT5_USE_MODULES(testStelFileMgr Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testStelFileMgr ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testStelFileMgr) +-ADD_TEST(testStelFileMgr) +- +-SET(tests_testStelSphereGeometry_SRCS +- tests/testStelSphereGeometry.hpp +- tests/testStelSphereGeometry.cpp +- core/StelSphereGeometry.hpp +- core/StelSphereGeometry.cpp +- core/StelVertexArray.hpp +- core/StelVertexArray.cpp +- core/OctahedronPolygon.hpp +- core/OctahedronPolygon.cpp +- core/StelJsonParser.hpp +- core/StelJsonParser.cpp +- core/StelUtils.hpp +- core/StelUtils.cpp +- core/StelProjector.hpp +- core/StelProjector.cpp +- core/StelFileMgr.hpp +- core/StelFileMgr.cpp +- core/StelTranslator.hpp +- core/StelTranslator.cpp +- ${glues_lib_SRCS} +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testStelSphereGeometry_SRCS ${tests_testStelSphereGeometry_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testStelSphereGeometry EXCLUDE_FROM_ALL ${tests_testStelSphereGeometry_SRCS}) +-QT5_USE_MODULES(testStelSphereGeometry Core Gui OpenGL Test) +-TARGET_LINK_LIBRARIES(testStelSphereGeometry ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testStelSphereGeometry) +-ADD_TEST(testStelSphereGeometry) +- +-#SET(tests_testStelSphericalIndex_SRCS +-# tests/testStelSphericalIndex.hpp +-# tests/testStelSphericalIndex.cpp +-# core/StelSphericalIndex.hpp +-# core/StelSphericalIndex.cpp +-# core/StelSphereGeometry.hpp +-# core/StelSphereGeometry.cpp +-# core/StelVertexArray.hpp +-# core/StelVertexArray.cpp +-# core/OctahedronPolygon.hpp +-# core/OctahedronPolygon.cpp +-# core/StelJsonParser.hpp +-# core/StelJsonParser.cpp +-# core/StelUtils.cpp +-# core/StelUtils.hpp +-# core/StelProjector.cpp +-# core/StelProjector.hpp +-# core/StelTranslator.cpp +-# core/StelTranslator.hpp +-# ${glues_lib_SRCS}) +-#ADD_EXECUTABLE(testStelSphericalIndex EXCLUDE_FROM_ALL ${tests_testStelSphericalIndex_SRCS}) +-#QT5_USE_MODULES(testStelSphericalIndex Core Gui Widgets OpenGL Script Test) +-#TARGET_LINK_LIBRARIES(testStelSphericalIndex ${extLinkerOptionTest}) +-#ADD_DEPENDENCIES(buildTests testStelSphericalIndex) +- +-SET(tests_testStelJsonParser_SRCS +- tests/testStelJsonParser.hpp +- tests/testStelJsonParser.cpp +- core/StelJsonParser.hpp +- core/StelJsonParser.cpp +-) +-ADD_EXECUTABLE(testStelJsonParser EXCLUDE_FROM_ALL ${tests_testStelJsonParser_SRCS}) +-QT5_USE_MODULES(testStelJsonParser Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testStelJsonParser ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testStelJsonParser) +-ADD_TEST(testStelJsonParser) +- +-SET(tests_testStelVertexArray_SRCS +- tests/testStelVertexArray.hpp +- tests/testStelVertexArray.cpp +- core/StelVertexArray.hpp +-) +-ADD_EXECUTABLE(testStelVertexArray EXCLUDE_FROM_ALL ${tests_testStelVertexArray_SRCS}) +-QT5_USE_MODULES(testStelVertexArray Core Gui Test OpenGL) +-TARGET_LINK_LIBRARIES(testStelVertexArray ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testStelVertexArray) +-ADD_TEST(testStelVertexArray) +- +-SET(tests_testDeltaT_SRCS +- tests/testDeltaT.hpp +- tests/testDeltaT.cpp +- core/StelUtils.hpp +- core/StelUtils.cpp +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testDeltaT_SRCS ${tests_testDeltaT_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testDeltaT EXCLUDE_FROM_ALL ${tests_testDeltaT_SRCS}) +-QT5_USE_MODULES(testDeltaT Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testDeltaT ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testDeltaT) +-ADD_TEST(testDeltaT) +- +-SET(tests_testConversions_SRCS +- tests/testConversions.hpp +- tests/testConversions.cpp +- core/StelUtils.hpp +- core/StelUtils.cpp +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testConversions_SRCS ${tests_testConversions_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testConversions EXCLUDE_FROM_ALL ${tests_testConversions_SRCS}) +-QT5_USE_MODULES(testConversions Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testConversions ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testConversions) +-ADD_TEST(testConversions) +- +-SET(tests_testExtinction_SRCS +- tests/testExtinction.hpp +- tests/testExtinction.cpp +- core/RefractionExtinction.hpp +- core/RefractionExtinction.cpp +-) +-ADD_EXECUTABLE(testExtinction EXCLUDE_FROM_ALL ${tests_testExtinction_SRCS}) +-QT5_USE_MODULES(testExtinction Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testExtinction ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testExtinction) +-ADD_TEST(testExtinction) +- +-SET(tests_testRefraction_SRCS +- tests/testRefraction.hpp +- tests/testRefraction.cpp +- core/RefractionExtinction.hpp +- core/RefractionExtinction.cpp +- core/StelUtils.hpp +- core/StelUtils.cpp +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testRefraction_SRCS ${tests_testRefraction_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testRefraction EXCLUDE_FROM_ALL ${tests_testRefraction_SRCS}) +-QT5_USE_MODULES(testRefraction Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testRefraction ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testRefraction) +-ADD_TEST(testRefraction) +- +-SET(tests_testPrecession_SRCS +- tests/testPrecession.hpp +- tests/testPrecession.cpp +- core/planetsephems/precession.h +- core/planetsephems/precession.c +- core/StelUtils.hpp +- core/StelUtils.cpp +-) +-IF(WIN32) +- # StelUtils required zlib sources +- SET(tests_testPrecession_SRCS ${tests_testPrecession_SRCS} ${zlib_SRCS}) +-ENDIF() +-ADD_EXECUTABLE(testPrecession EXCLUDE_FROM_ALL ${tests_testPrecession_SRCS}) +-QT5_USE_MODULES(testPrecession Core Gui Widgets Script Test) +-TARGET_LINK_LIBRARIES(testPrecession ${extLinkerOptionTest}) +-ADD_DEPENDENCIES(buildTests testPrecession) +-ADD_TEST(testPrecession) +- +-ADD_CUSTOM_TARGET(tests COMMENT "Run the Stellarium unit tests") +-FOREACH(NAME ${STELLARIUM_TESTS}) +- IF(MSVC) +- ADD_CUSTOM_COMMAND(TARGET tests POST_BUILD COMMAND ./${CMAKE_BUILD_TYPE}/${NAME}.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/src) +- ELSE() +- ADD_CUSTOM_COMMAND(TARGET tests POST_BUILD COMMAND ./${NAME} WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/src) +- ENDIF() +-ENDFOREACH() +-ADD_DEPENDENCIES(tests buildTests) Modified: head/astro/stellarium/pkg-plist ============================================================================== --- head/astro/stellarium/pkg-plist Tue Mar 29 11:55:34 2016 (r412103) +++ head/astro/stellarium/pkg-plist Tue Mar 29 12:37:34 2016 (r412104) @@ -39,6 +39,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/garching/description.ar.utf8 %%DATADIR%%/landscapes/garching/description.be.utf8 %%DATADIR%%/landscapes/garching/description.bg.utf8 +%%DATADIR%%/landscapes/garching/description.bn.utf8 %%DATADIR%%/landscapes/garching/description.de.utf8 %%DATADIR%%/landscapes/garching/description.en.utf8 %%DATADIR%%/landscapes/garching/description.fr.utf8 @@ -56,6 +57,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/garching/landscape.ini %%DATADIR%%/landscapes/geneva/description.ar.utf8 %%DATADIR%%/landscapes/geneva/description.be.utf8 +%%DATADIR%%/landscapes/geneva/description.bn.utf8 %%DATADIR%%/landscapes/geneva/description.de.utf8 %%DATADIR%%/landscapes/geneva/description.en.utf8 %%DATADIR%%/landscapes/geneva/description.fr.utf8 @@ -67,6 +69,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/geneva/landscape.ini %%DATADIR%%/landscapes/grossmugl/description.ar.utf8 %%DATADIR%%/landscapes/grossmugl/description.be.utf8 +%%DATADIR%%/landscapes/grossmugl/description.bn.utf8 %%DATADIR%%/landscapes/grossmugl/description.de.utf8 %%DATADIR%%/landscapes/grossmugl/description.en.utf8 %%DATADIR%%/landscapes/grossmugl/description.fr.utf8 @@ -74,6 +77,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/grossmugl/description.pt_BR.utf8 %%DATADIR%%/landscapes/grossmugl/description.ru.utf8 %%DATADIR%%/landscapes/grossmugl/description.uk.utf8 +%%DATADIR%%/landscapes/grossmugl/gazetteer.bn.utf8 %%DATADIR%%/landscapes/grossmugl/gazetteer.de.utf8 %%DATADIR%%/landscapes/grossmugl/gazetteer.en.utf8 %%DATADIR%%/landscapes/grossmugl/gazetteer.fr.utf8 @@ -85,6 +89,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/guereins/description.ar.utf8 %%DATADIR%%/landscapes/guereins/description.be.utf8 %%DATADIR%%/landscapes/guereins/description.bg.utf8 +%%DATADIR%%/landscapes/guereins/description.bn.utf8 %%DATADIR%%/landscapes/guereins/description.de.utf8 %%DATADIR%%/landscapes/guereins/description.en.utf8 %%DATADIR%%/landscapes/guereins/description.fr.utf8 @@ -108,6 +113,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/hurricane/description.ar.utf8 %%DATADIR%%/landscapes/hurricane/description.be.utf8 %%DATADIR%%/landscapes/hurricane/description.bg.utf8 +%%DATADIR%%/landscapes/hurricane/description.bn.utf8 %%DATADIR%%/landscapes/hurricane/description.de.utf8 %%DATADIR%%/landscapes/hurricane/description.en.utf8 %%DATADIR%%/landscapes/hurricane/description.fr.utf8 @@ -129,6 +135,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/hurricane/landscape.ini %%DATADIR%%/landscapes/jupiter/description.ar.utf8 %%DATADIR%%/landscapes/jupiter/description.be.utf8 +%%DATADIR%%/landscapes/jupiter/description.bn.utf8 %%DATADIR%%/landscapes/jupiter/description.en.utf8 %%DATADIR%%/landscapes/jupiter/description.fr.utf8 %%DATADIR%%/landscapes/jupiter/description.hu.utf8 @@ -140,6 +147,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/mars/description.ar.utf8 %%DATADIR%%/landscapes/mars/description.be.utf8 %%DATADIR%%/landscapes/mars/description.bg.utf8 +%%DATADIR%%/landscapes/mars/description.bn.utf8 %%DATADIR%%/landscapes/mars/description.de.utf8 %%DATADIR%%/landscapes/mars/description.en.utf8 %%DATADIR%%/landscapes/mars/description.fr.utf8 @@ -154,6 +162,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/moon/description.ar.utf8 %%DATADIR%%/landscapes/moon/description.be.utf8 %%DATADIR%%/landscapes/moon/description.bg.utf8 +%%DATADIR%%/landscapes/moon/description.bn.utf8 %%DATADIR%%/landscapes/moon/description.de.utf8 %%DATADIR%%/landscapes/moon/description.en.utf8 %%DATADIR%%/landscapes/moon/description.fr.utf8 @@ -165,6 +174,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/moon/landscape.ini %%DATADIR%%/landscapes/neptune/description.ar.utf8 %%DATADIR%%/landscapes/neptune/description.be.utf8 +%%DATADIR%%/landscapes/neptune/description.bn.utf8 %%DATADIR%%/landscapes/neptune/description.en.utf8 %%DATADIR%%/landscapes/neptune/description.fr.utf8 %%DATADIR%%/landscapes/neptune/description.hu.utf8 @@ -176,6 +186,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/ocean/description.ar.utf8 %%DATADIR%%/landscapes/ocean/description.be.utf8 %%DATADIR%%/landscapes/ocean/description.bg.utf8 +%%DATADIR%%/landscapes/ocean/description.bn.utf8 %%DATADIR%%/landscapes/ocean/description.de.utf8 %%DATADIR%%/landscapes/ocean/description.en.utf8 %%DATADIR%%/landscapes/ocean/description.fr.utf8 @@ -198,6 +209,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/saturn/description.ar.utf8 %%DATADIR%%/landscapes/saturn/description.be.utf8 %%DATADIR%%/landscapes/saturn/description.bg.utf8 +%%DATADIR%%/landscapes/saturn/description.bn.utf8 %%DATADIR%%/landscapes/saturn/description.de.utf8 %%DATADIR%%/landscapes/saturn/description.en.utf8 %%DATADIR%%/landscapes/saturn/description.fr.utf8 @@ -211,6 +223,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/trees/description.ar.utf8 %%DATADIR%%/landscapes/trees/description.be.utf8 %%DATADIR%%/landscapes/trees/description.bg.utf8 +%%DATADIR%%/landscapes/trees/description.bn.utf8 %%DATADIR%%/landscapes/trees/description.de.utf8 %%DATADIR%%/landscapes/trees/description.en.utf8 %%DATADIR%%/landscapes/trees/description.fr.utf8 @@ -225,6 +238,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/trees/trees_illum_512.png %%DATADIR%%/landscapes/uranus/description.ar.utf8 %%DATADIR%%/landscapes/uranus/description.be.utf8 +%%DATADIR%%/landscapes/uranus/description.bn.utf8 %%DATADIR%%/landscapes/uranus/description.en.utf8 %%DATADIR%%/landscapes/uranus/description.fr.utf8 %%DATADIR%%/landscapes/uranus/description.hu.utf8 @@ -235,6 +249,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/landscapes/uranus/uranus-256.png %%DATADIR%%/landscapes/zero/description.ar.utf8 %%DATADIR%%/landscapes/zero/description.be.utf8 +%%DATADIR%%/landscapes/zero/description.bn.utf8 %%DATADIR%%/landscapes/zero/description.de.utf8 %%DATADIR%%/landscapes/zero/description.en.utf8 %%DATADIR%%/landscapes/zero/description.fr.utf8 @@ -440,7 +455,9 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/nebulae/default/textures.json %%DATADIR%%/scenery3d/Sterngarten/Sterngarten_20100320.png %%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea-optimized.mtl -%%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea-optimized.obj.gz +%%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea-optimized.obj +%%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea.mtl +%%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea.obj %%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea/Concrete_White.jpg %%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea/Fencing_Mesh.png %%DATADIR%%/scenery3d/Sterngarten/Sterngarten_Wien_innerArea/Google_Earth_Snapshot_1.jpg @@ -473,7 +490,6 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid.obj %%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid_Bump-separateSpheres.mtl %%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid_Bump-separateSpheres.obj -%%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid_Bump-separateSpheres.obj.gz %%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid_Bump.mtl %%DATADIR%%/scenery3d/Testscene/Stellarium-Testscene_withGrid_Bump.obj %%DATADIR%%/scenery3d/Testscene/TX_Stellarium-Testscene/Bodenbelag_Schotter_Indisch.jpg @@ -501,36 +517,36 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/scenery3d/Testscene/description.pt_BR.utf8 %%DATADIR%%/scenery3d/Testscene/description.ru.utf8 %%DATADIR%%/scenery3d/Testscene/scenery3d.ini -%%DATADIR%%/scripts/analemma.ssc -%%DATADIR%%/scripts/common_objects.inc -%%DATADIR%%/scripts/constellations_tour.ssc -%%DATADIR%%/scripts/earth_1.ssc -%%DATADIR%%/scripts/earth_2.ssc -%%DATADIR%%/scripts/earth_3.ssc -%%DATADIR%%/scripts/earth_4.ssc -%%DATADIR%%/scripts/earth_5.ssc -%%DATADIR%%/scripts/earth_6.ssc -%%DATADIR%%/scripts/earth_7.ssc -%%DATADIR%%/scripts/landscapes.ssc -%%DATADIR%%/scripts/lunar_partial.ssc -%%DATADIR%%/scripts/lunar_total.ssc -%%DATADIR%%/scripts/phobos_phun_1.ssc -%%DATADIR%%/scripts/phobos_phun_2.ssc -%%DATADIR%%/scripts/phobos_phun_3.ssc -%%DATADIR%%/scripts/phobos_phun_4.ssc -%%DATADIR%%/scripts/phobos_phun_5.ssc -%%DATADIR%%/scripts/save_state.inc -%%DATADIR%%/scripts/screensaver.ssc -%%DATADIR%%/scripts/sky_cultures.ssc -%%DATADIR%%/scripts/solar_eclipse.ssc -%%DATADIR%%/scripts/solar_system_screensaver.ssc -%%DATADIR%%/scripts/startup.ssc -%%DATADIR%%/scripts/sun.ssc -%%DATADIR%%/scripts/supernova.ssc -%%DATADIR%%/scripts/transit_of_venus.ssc -%%DATADIR%%/scripts/translation.inc -%%DATADIR%%/scripts/triple_sunrise_and_sunsets.ssc -%%DATADIR%%/scripts/zodiac.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/analemma.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/common_objects.inc +%%SCRIPTS%%%%DATADIR%%/scripts/constellations_tour.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_1.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_2.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_3.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_4.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_5.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_6.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/earth_7.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/landscapes.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/lunar_partial.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/lunar_total.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/phobos_phun_1.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/phobos_phun_2.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/phobos_phun_3.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/phobos_phun_4.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/phobos_phun_5.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/save_state.inc +%%SCRIPTS%%%%DATADIR%%/scripts/screensaver.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/sky_cultures.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/solar_eclipse.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/solar_system_screensaver.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/startup.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/sun.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/supernova.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/transit_of_venus.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/translation.inc +%%SCRIPTS%%%%DATADIR%%/scripts/triple_sunrise_and_sunsets.ssc +%%SCRIPTS%%%%DATADIR%%/scripts/zodiac.ssc %%DATADIR%%/skycultures/arabic/Bearer-of-the-Demons-Head.png %%DATADIR%%/skycultures/arabic/Book_of_Fixed_Stars3.png %%DATADIR%%/skycultures/arabic/CentaurAndThe-Beast-of-Prey.png @@ -586,6 +602,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/arabic/constellationship.fab %%DATADIR%%/skycultures/arabic/description.ar.utf8 %%DATADIR%%/skycultures/arabic/description.be.utf8 +%%DATADIR%%/skycultures/arabic/description.bn.utf8 %%DATADIR%%/skycultures/arabic/description.de.utf8 %%DATADIR%%/skycultures/arabic/description.en.utf8 %%DATADIR%%/skycultures/arabic/description.fr.utf8 @@ -599,6 +616,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/arabic_moon_stations/constellations_boundaries.dat %%DATADIR%%/skycultures/arabic_moon_stations/constellationship.fab %%DATADIR%%/skycultures/arabic_moon_stations/description.ar.utf8 +%%DATADIR%%/skycultures/arabic_moon_stations/description.bn.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.en.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.ru.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.uk.utf8 @@ -619,6 +637,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/aztec/constellationship.fab %%DATADIR%%/skycultures/aztec/description.ar.utf8 %%DATADIR%%/skycultures/aztec/description.be.utf8 +%%DATADIR%%/skycultures/aztec/description.bn.utf8 %%DATADIR%%/skycultures/aztec/description.de.utf8 %%DATADIR%%/skycultures/aztec/description.en.utf8 %%DATADIR%%/skycultures/aztec/description.es.utf8 @@ -650,6 +669,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/boorong/cwar.png %%DATADIR%%/skycultures/boorong/cwarepil.png %%DATADIR%%/skycultures/boorong/description.be.utf8 +%%DATADIR%%/skycultures/boorong/description.bn.utf8 %%DATADIR%%/skycultures/boorong/description.de.utf8 %%DATADIR%%/skycultures/boorong/description.en.utf8 %%DATADIR%%/skycultures/boorong/description.hu.utf8 @@ -686,6 +706,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/chinese/constellationship.fab %%DATADIR%%/skycultures/chinese/description.ar.utf8 %%DATADIR%%/skycultures/chinese/description.be.utf8 +%%DATADIR%%/skycultures/chinese/description.bn.utf8 %%DATADIR%%/skycultures/chinese/description.en.utf8 %%DATADIR%%/skycultures/chinese/description.fr.utf8 %%DATADIR%%/skycultures/chinese/description.it.utf8 @@ -699,6 +720,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/egyptian/constellationship.fab %%DATADIR%%/skycultures/egyptian/description.ar.utf8 %%DATADIR%%/skycultures/egyptian/description.be.utf8 +%%DATADIR%%/skycultures/egyptian/description.bn.utf8 %%DATADIR%%/skycultures/egyptian/description.bs.utf8 %%DATADIR%%/skycultures/egyptian/description.de.utf8 %%DATADIR%%/skycultures/egyptian/description.en.utf8 @@ -723,6 +745,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/indian/constellationship.fab %%DATADIR%%/skycultures/indian/description.ar.utf8 %%DATADIR%%/skycultures/indian/description.be.utf8 +%%DATADIR%%/skycultures/indian/description.bn.utf8 %%DATADIR%%/skycultures/indian/description.bs.utf8 %%DATADIR%%/skycultures/indian/description.de.utf8 %%DATADIR%%/skycultures/indian/description.en.utf8 @@ -752,6 +775,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/inuit/constellationship.fab %%DATADIR%%/skycultures/inuit/description.ar.utf8 %%DATADIR%%/skycultures/inuit/description.be.utf8 +%%DATADIR%%/skycultures/inuit/description.bn.utf8 %%DATADIR%%/skycultures/inuit/description.de.utf8 %%DATADIR%%/skycultures/inuit/description.en.utf8 %%DATADIR%%/skycultures/inuit/description.fr.utf8 @@ -773,6 +797,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/japanese_moon_stations/constellation_names.eng.fab %%DATADIR%%/skycultures/japanese_moon_stations/constellations_boundaries.dat %%DATADIR%%/skycultures/japanese_moon_stations/constellationship.fab +%%DATADIR%%/skycultures/japanese_moon_stations/description.bn.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.en.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.uk.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/info.ini @@ -812,6 +837,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/korean/constellationship.fab %%DATADIR%%/skycultures/korean/description.ar.utf8 %%DATADIR%%/skycultures/korean/description.be.utf8 +%%DATADIR%%/skycultures/korean/description.bn.utf8 %%DATADIR%%/skycultures/korean/description.de.utf8 %%DATADIR%%/skycultures/korean/description.en.utf8 %%DATADIR%%/skycultures/korean/description.fr.utf8 @@ -827,6 +853,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/lakota/constellationship.fab %%DATADIR%%/skycultures/lakota/description.ar.utf8 %%DATADIR%%/skycultures/lakota/description.be.utf8 +%%DATADIR%%/skycultures/lakota/description.bn.utf8 %%DATADIR%%/skycultures/lakota/description.bs.utf8 %%DATADIR%%/skycultures/lakota/description.de.utf8 %%DATADIR%%/skycultures/lakota/description.en.utf8 @@ -844,6 +871,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/maori/constellationship.fab %%DATADIR%%/skycultures/maori/description.ar.utf8 %%DATADIR%%/skycultures/maori/description.be.utf8 +%%DATADIR%%/skycultures/maori/description.bn.utf8 %%DATADIR%%/skycultures/maori/description.de.utf8 %%DATADIR%%/skycultures/maori/description.en.utf8 %%DATADIR%%/skycultures/maori/description.fr.utf8 @@ -859,6 +887,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/mongolian/constellation_names.fr.fab %%DATADIR%%/skycultures/mongolian/constellations_boundaries.dat %%DATADIR%%/skycultures/mongolian/constellationship.fab +%%DATADIR%%/skycultures/mongolian/description.bn.utf8 %%DATADIR%%/skycultures/mongolian/description.en.utf8 %%DATADIR%%/skycultures/mongolian/description.fr.utf8 %%DATADIR%%/skycultures/mongolian/description.hu.utf8 @@ -872,6 +901,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/navajo/constellationship.fab %%DATADIR%%/skycultures/navajo/description.ar.utf8 %%DATADIR%%/skycultures/navajo/description.be.utf8 +%%DATADIR%%/skycultures/navajo/description.bn.utf8 %%DATADIR%%/skycultures/navajo/description.bs.utf8 %%DATADIR%%/skycultures/navajo/description.de.utf8 %%DATADIR%%/skycultures/navajo/description.en.utf8 @@ -887,6 +917,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/norse/constellationship.fab %%DATADIR%%/skycultures/norse/description.ar.utf8 %%DATADIR%%/skycultures/norse/description.be.utf8 +%%DATADIR%%/skycultures/norse/description.bn.utf8 %%DATADIR%%/skycultures/norse/description.bs.utf8 %%DATADIR%%/skycultures/norse/description.de.utf8 %%DATADIR%%/skycultures/norse/description.en.utf8 @@ -904,6 +935,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/polynesian/constellationship.fab %%DATADIR%%/skycultures/polynesian/description.ar.utf8 %%DATADIR%%/skycultures/polynesian/description.be.utf8 +%%DATADIR%%/skycultures/polynesian/description.bn.utf8 %%DATADIR%%/skycultures/polynesian/description.de.utf8 %%DATADIR%%/skycultures/polynesian/description.en.utf8 %%DATADIR%%/skycultures/polynesian/description.fr.utf8 @@ -941,6 +973,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/romanian/crucea-mare.png %%DATADIR%%/skycultures/romanian/crucea-mica.png %%DATADIR%%/skycultures/romanian/description.be.utf8 +%%DATADIR%%/skycultures/romanian/description.bn.utf8 %%DATADIR%%/skycultures/romanian/description.en.utf8 %%DATADIR%%/skycultures/romanian/description.pt_BR.utf8 %%DATADIR%%/skycultures/romanian/description.ro.utf8 @@ -971,6 +1004,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/sami/constellationship.fab %%DATADIR%%/skycultures/sami/description.ar.utf8 %%DATADIR%%/skycultures/sami/description.be.utf8 +%%DATADIR%%/skycultures/sami/description.bn.utf8 %%DATADIR%%/skycultures/sami/description.en.utf8 %%DATADIR%%/skycultures/sami/description.fr.utf8 %%DATADIR%%/skycultures/sami/description.hu.utf8 @@ -984,6 +1018,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/siberian/constellations_boundaries.dat %%DATADIR%%/skycultures/siberian/constellationship.fab %%DATADIR%%/skycultures/siberian/description.be.utf8 +%%DATADIR%%/skycultures/siberian/description.bn.utf8 %%DATADIR%%/skycultures/siberian/description.en.utf8 %%DATADIR%%/skycultures/siberian/description.hu.utf8 %%DATADIR%%/skycultures/siberian/description.pt_BR.utf8 @@ -998,6 +1033,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/tongan/constellationship.fab %%DATADIR%%/skycultures/tongan/description.ar.utf8 %%DATADIR%%/skycultures/tongan/description.be.utf8 +%%DATADIR%%/skycultures/tongan/description.bn.utf8 %%DATADIR%%/skycultures/tongan/description.de.utf8 %%DATADIR%%/skycultures/tongan/description.en.utf8 %%DATADIR%%/skycultures/tongan/description.fr.utf8 @@ -1013,6 +1049,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/tukano/constellationsart.fab %%DATADIR%%/skycultures/tukano/constellationship.fab %%DATADIR%%/skycultures/tukano/description.be.utf8 +%%DATADIR%%/skycultures/tukano/description.bn.utf8 %%DATADIR%%/skycultures/tukano/description.en.utf8 %%DATADIR%%/skycultures/tukano/description.uk.utf8 %%DATADIR%%/skycultures/tukano/info.ini @@ -1023,6 +1060,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/tupi/constellationship.fab %%DATADIR%%/skycultures/tupi/description.ar.utf8 %%DATADIR%%/skycultures/tupi/description.be.utf8 +%%DATADIR%%/skycultures/tupi/description.bn.utf8 %%DATADIR%%/skycultures/tupi/description.de.utf8 %%DATADIR%%/skycultures/tupi/description.en.utf8 %%DATADIR%%/skycultures/tupi/description.fr.utf8 @@ -1070,6 +1108,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/western/delphinus.png %%DATADIR%%/skycultures/western/description.ar.utf8 %%DATADIR%%/skycultures/western/description.be.utf8 +%%DATADIR%%/skycultures/western/description.bn.utf8 %%DATADIR%%/skycultures/western/description.en.utf8 %%DATADIR%%/skycultures/western/description.fr.utf8 %%DATADIR%%/skycultures/western/description.hu.utf8 @@ -1138,6 +1177,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/western_rey/constellation_names.eng.fab %%DATADIR%%/skycultures/western_rey/constellationship.fab %%DATADIR%%/skycultures/western_rey/description.be.utf8 +%%DATADIR%%/skycultures/western_rey/description.bn.utf8 %%DATADIR%%/skycultures/western_rey/description.de.utf8 %%DATADIR%%/skycultures/western_rey/description.en.utf8 %%DATADIR%%/skycultures/western_rey/description.ru.utf8 From owner-svn-ports-all@freebsd.org Tue Mar 29 12:41:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 359FEAE07C2; Tue, 29 Mar 2016 12:41:49 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 032561AA6; Tue, 29 Mar 2016 12:41:48 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TCfmjY002266; Tue, 29 Mar 2016 12:41:48 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TCfmkh002264; Tue, 29 Mar 2016 12:41:48 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201603291241.u2TCfmkh002264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 29 Mar 2016 12:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412105 - head/devel/go-runewidth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 12:41:49 -0000 Author: knu Date: Tue Mar 29 12:41:47 2016 New Revision: 412105 URL: https://svnweb.freebsd.org/changeset/ports/412105 Log: Update to 0.0.1. Modified: head/devel/go-runewidth/Makefile head/devel/go-runewidth/distinfo Modified: head/devel/go-runewidth/Makefile ============================================================================== --- head/devel/go-runewidth/Makefile Tue Mar 29 12:37:34 2016 (r412104) +++ head/devel/go-runewidth/Makefile Tue Mar 29 12:41:47 2016 (r412105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= runewidth -PORTVERSION= 0.0.0.20140715 +PORTVERSION= 0.0.1 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -14,7 +14,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= mattn GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_TAGNAME= 36f63b8 +GH_TAGNAME= d6bea18f GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} Modified: head/devel/go-runewidth/distinfo ============================================================================== --- head/devel/go-runewidth/distinfo Tue Mar 29 12:37:34 2016 (r412104) +++ head/devel/go-runewidth/distinfo Tue Mar 29 12:41:47 2016 (r412105) @@ -1,2 +1,2 @@ -SHA256 (mattn-go-runewidth-0.0.0.20140715-36f63b8_GH0.tar.gz) = be9ef72313e80057234255333c85b66d8e8328d177c9533ae741817c50da32e0 -SIZE (mattn-go-runewidth-0.0.0.20140715-36f63b8_GH0.tar.gz) = 4522 +SHA256 (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 7ad847cd4cba8007609f8e0d42f90ff6220ae63c85a0e441eb10558859226fef +SIZE (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 5877 From owner-svn-ports-all@freebsd.org Tue Mar 29 13:11:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD671AE0FB7; Tue, 29 Mar 2016 13:11:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8638F1A6F; Tue, 29 Mar 2016 13:11:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TDBcEd011477; Tue, 29 Mar 2016 13:11:38 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TDBcD6011474; Tue, 29 Mar 2016 13:11:38 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201603291311.u2TDBcD6011474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 29 Mar 2016 13:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412106 - head/devel/go-flags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 13:11:39 -0000 Author: knu Date: Tue Mar 29 13:11:38 2016 New Revision: 412106 URL: https://svnweb.freebsd.org/changeset/ports/412106 Log: Update to 1.0.0.20160227. Modified: head/devel/go-flags/Makefile head/devel/go-flags/distinfo head/devel/go-flags/pkg-plist Modified: head/devel/go-flags/Makefile ============================================================================== --- head/devel/go-flags/Makefile Tue Mar 29 12:41:47 2016 (r412105) +++ head/devel/go-flags/Makefile Tue Mar 29 13:11:38 2016 (r412106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flags -PORTVERSION= 1.0.0.20140623 +PORTVERSION= 1.0.0.20160227 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= jessevdk GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_TAGNAME= 7047cf7 +GH_TAGNAME= 6b9493b3 GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} Modified: head/devel/go-flags/distinfo ============================================================================== --- head/devel/go-flags/distinfo Tue Mar 29 12:41:47 2016 (r412105) +++ head/devel/go-flags/distinfo Tue Mar 29 13:11:38 2016 (r412106) @@ -1,2 +1,2 @@ -SHA256 (jessevdk-go-flags-1.0.0.20140623-7047cf7_GH0.tar.gz) = a0af4bd9c77fdb579b820e978686cbc6750016cd4d4bb39a83aa5f14f7351b0f -SIZE (jessevdk-go-flags-1.0.0.20140623-7047cf7_GH0.tar.gz) = 41494 +SHA256 (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 03320c6f2cac34b92555e65dba34a23aba559dec717cefe77ca005a3cf48c6b1 +SIZE (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 52459 Modified: head/devel/go-flags/pkg-plist ============================================================================== --- head/devel/go-flags/pkg-plist Tue Mar 29 12:41:47 2016 (r412105) +++ head/devel/go-flags/pkg-plist Tue Mar 29 13:11:38 2016 (r412106) @@ -7,7 +7,6 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/check_crosscompile.sh %%GO_SRCDIR%%/%%GO_PKGNAME%%/closest.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/command.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/command_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/command_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/completion.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/completion_test.go @@ -21,24 +20,20 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/rm.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/flags.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/group_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/help.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/help_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ini.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/ini_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ini_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/long_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/man.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/marshal_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/multitag.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/option.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/option_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/options_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_other.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/parser_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pointer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/short_test.go From owner-svn-ports-all@freebsd.org Tue Mar 29 13:16:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F4E8AE1126; Tue, 29 Mar 2016 13:16:04 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E8D61CCB; Tue, 29 Mar 2016 13:16:04 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TDG3e6013727; Tue, 29 Mar 2016 13:16:03 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TDG3Kp013724; Tue, 29 Mar 2016 13:16:03 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201603291316.u2TDG3Kp013724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 29 Mar 2016 13:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412107 - head/devel/go-termbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 13:16:04 -0000 Author: knu Date: Tue Mar 29 13:16:02 2016 New Revision: 412107 URL: https://svnweb.freebsd.org/changeset/ports/412107 Log: Update to 0.0.0.20160123. Modified: head/devel/go-termbox/Makefile head/devel/go-termbox/distinfo head/devel/go-termbox/pkg-plist Modified: head/devel/go-termbox/Makefile ============================================================================== --- head/devel/go-termbox/Makefile Tue Mar 29 13:11:38 2016 (r412106) +++ head/devel/go-termbox/Makefile Tue Mar 29 13:16:02 2016 (r412107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= termbox -PORTVERSION= 0.0.0.20140715 +PORTVERSION= 0.0.0.20160123 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR} USE_GITHUB= yes GH_ACCOUNT= nsf GH_PROJECT= ${PORTNAME}-go -GH_TAGNAME= e9227d6 +GH_TAGNAME= 362329b GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} Modified: head/devel/go-termbox/distinfo ============================================================================== --- head/devel/go-termbox/distinfo Tue Mar 29 13:11:38 2016 (r412106) +++ head/devel/go-termbox/distinfo Tue Mar 29 13:16:02 2016 (r412107) @@ -1,2 +1,2 @@ -SHA256 (nsf-termbox-go-0.0.0.20140715-e9227d6_GH0.tar.gz) = 32b650afaf2d4ffba80feb924962e406ed05f16a7ff9e69e030ea288d28f0ff5 -SIZE (nsf-termbox-go-0.0.0.20140715-e9227d6_GH0.tar.gz) = 23795 +SHA256 (nsf-termbox-go-0.0.0.20160123-362329b_GH0.tar.gz) = 813f48a7ed87e5e22c3a0e49392931ea09947f36b966fdbf7d5d995e56b982c6 +SIZE (nsf-termbox-go-0.0.0.20160123-362329b_GH0.tar.gz) = 30061 Modified: head/devel/go-termbox/pkg-plist ============================================================================== --- head/devel/go-termbox/pkg-plist Tue Mar 29 13:11:38 2016 (r412106) +++ head/devel/go-termbox/pkg-plist Tue Mar 29 13:16:02 2016 (r412107) @@ -3,18 +3,22 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE %%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md %%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/editbox.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/interrupt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/keyboard.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/output.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/paint.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/random_output.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/raw_input.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/api.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/api_common.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/api_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collect_terminfo.py %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin_386.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin_amd64.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_freebsd.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_linux.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_netbsd.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_openbsd.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox.go From owner-svn-ports-all@freebsd.org Tue Mar 29 13:19:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1082FAE11B1; Tue, 29 Mar 2016 13:19:58 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C40F31E4D; Tue, 29 Mar 2016 13:19:57 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TDJuDn014023; Tue, 29 Mar 2016 13:19:56 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TDJujU014018; Tue, 29 Mar 2016 13:19:56 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201603291319.u2TDJujU014018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 29 Mar 2016 13:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412108 - in head/devel: . go-btree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 13:19:58 -0000 Author: knu Date: Tue Mar 29 13:19:56 2016 New Revision: 412108 URL: https://svnweb.freebsd.org/changeset/ports/412108 Log: Add go-btree, BTree implementation for Go. Added: head/devel/go-btree/ head/devel/go-btree/Makefile (contents, props changed) head/devel/go-btree/distinfo (contents, props changed) head/devel/go-btree/pkg-descr (contents, props changed) head/devel/go-btree/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 29 13:16:02 2016 (r412107) +++ head/devel/Makefile Tue Mar 29 13:19:56 2016 (r412108) @@ -714,6 +714,7 @@ SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-bindata + SUBDIR += go-btree SUBDIR += go-flags SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest Added: head/devel/go-btree/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-btree/Makefile Tue Mar 29 13:19:56 2016 (r412108) @@ -0,0 +1,23 @@ +# Created by: Akinori MUSHA aka knu +# $FreeBSD$ + +PORTNAME= btree +PORTVERSION= 0.0.0.20150414 +CATEGORIES= devel +PKGNAMEPREFIX= go- + +MAINTAINER= knu@FreeBSD.org +COMMENT= BTree implementation for Go + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= google +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= cc6329d + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} + +.include +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include Added: head/devel/go-btree/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-btree/distinfo Tue Mar 29 13:19:56 2016 (r412108) @@ -0,0 +1,2 @@ +SHA256 (google-btree-0.0.0.20150414-cc6329d_GH0.tar.gz) = 0e99ef9aa857291b90d8371272665d8fffe382a3c991dd41853beab9a04e8fdf +SIZE (google-btree-0.0.0.20150414-cc6329d_GH0.tar.gz) = 11293 Added: head/devel/go-btree/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-btree/pkg-descr Tue Mar 29 13:19:56 2016 (r412108) @@ -0,0 +1,4 @@ +This package provides an in-memory B-Tree implementation for Go, +useful as a an ordered, mutable data structure. + +WWW: https://github.com/google/btree Added: head/devel/go-btree/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-btree/pkg-plist Tue Mar 29 13:19:56 2016 (r412108) @@ -0,0 +1,6 @@ +%%GO_LIBDIR%%/github.com/google/btree.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree_mem.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree_test.go From owner-svn-ports-all@freebsd.org Tue Mar 29 13:20:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4E0AE11FF; Tue, 29 Mar 2016 13:20:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BA41F4F; Tue, 29 Mar 2016 13:20:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TDKcp1014174; Tue, 29 Mar 2016 13:20:38 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TDKcuG014172; Tue, 29 Mar 2016 13:20:38 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201603291320.u2TDKcuG014172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 29 Mar 2016 13:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412109 - head/textproc/peco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 13:20:39 -0000 Author: knu Date: Tue Mar 29 13:20:38 2016 New Revision: 412109 URL: https://svnweb.freebsd.org/changeset/ports/412109 Log: Update to 0.3.5. Modified: head/textproc/peco/Makefile head/textproc/peco/distinfo Modified: head/textproc/peco/Makefile ============================================================================== --- head/textproc/peco/Makefile Tue Mar 29 13:19:56 2016 (r412108) +++ head/textproc/peco/Makefile Tue Mar 29 13:20:38 2016 (r412109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peco -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.5 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -13,7 +13,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/jessevdk/go-flags.a:${PORTSDIR}/devel/go-flags \ ${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:${PORTSDIR}/devel/go-runewidth \ - ${LOCALBASE}/${GO_LIBDIR}/github.com/nsf/termbox-go.a:${PORTSDIR}/devel/go-termbox + ${LOCALBASE}/${GO_LIBDIR}/github.com/nsf/termbox-go.a:${PORTSDIR}/devel/go-termbox \ + ${LOCALBASE}/${GO_LIBDIR}/github.com/google/btree.a:${PORTSDIR}/devel/go-btree USE_GITHUB= yes Modified: head/textproc/peco/distinfo ============================================================================== --- head/textproc/peco/distinfo Tue Mar 29 13:19:56 2016 (r412108) +++ head/textproc/peco/distinfo Tue Mar 29 13:20:38 2016 (r412109) @@ -1,2 +1,2 @@ -SHA256 (peco-peco-v0.2.1_GH0.tar.gz) = 4d3a029e87fbec91d4e9763003bb8acff32cfd449ded8b4a805ec2ca14d37356 -SIZE (peco-peco-v0.2.1_GH0.tar.gz) = 35199 +SHA256 (peco-peco-v0.3.5_GH0.tar.gz) = 416d2547b639b11563d0bd910fa043e532f25fcc40de3ec0d7bec4943747fff1 +SIZE (peco-peco-v0.3.5_GH0.tar.gz) = 59443 From owner-svn-ports-all@freebsd.org Tue Mar 29 13:57:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4911AE009B; Tue, 29 Mar 2016 13:57:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81C181A7C; Tue, 29 Mar 2016 13:57:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TDvnLa026318; Tue, 29 Mar 2016 13:57:49 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TDvnfr026317; Tue, 29 Mar 2016 13:57:49 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201603291357.u2TDvnfr026317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 29 Mar 2016 13:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412110 - branches/2016Q1/sysutils/hptcli X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 13:57:50 -0000 Author: wg Date: Tue Mar 29 13:57:49 2016 New Revision: 412110 URL: https://svnweb.freebsd.org/changeset/ports/412110 Log: MFH: r411701 sysutils/hptcli: install using INSTALL_PROGRAM Approved by: portmgr (feld) Modified: branches/2016Q1/sysutils/hptcli/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/hptcli/Makefile ============================================================================== --- branches/2016Q1/sysutils/hptcli/Makefile Tue Mar 29 13:20:38 2016 (r412109) +++ branches/2016Q1/sysutils/hptcli/Makefile Tue Mar 29 13:57:49 2016 (r412110) @@ -3,6 +3,7 @@ PORTNAME= hptcli PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.highpoint-tech.com/BIOS_Driver/HRM/FreeBSD/ DISTNAME= CLI-FreeBSD-3.6-1-120913 @@ -28,11 +29,11 @@ do-install: #@${MKDIR} ${STAGEDIR}${PREFIX} ${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${ARCH} == "i386" - ${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf - ${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr + ${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf + ${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr .else - ${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf - ${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr + ${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf + ${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr .endif .include From owner-svn-ports-all@freebsd.org Tue Mar 29 14:05:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C5EDAE044E; Tue, 29 Mar 2016 14:05:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B098103C; Tue, 29 Mar 2016 14:05:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TE5E2l029271; Tue, 29 Mar 2016 14:05:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TE5E1n029269; Tue, 29 Mar 2016 14:05:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603291405.u2TE5E1n029269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 29 Mar 2016 14:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412111 - in head/news/nzbget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:05:15 -0000 Author: feld Date: Tue Mar 29 14:05:13 2016 New Revision: 412111 URL: https://svnweb.freebsd.org/changeset/ports/412111 Log: news/nzbget: Add pkg-message to inform users how to drop privs PR: 207282 Added: head/news/nzbget/files/pkg-message.in (contents, props changed) Modified: head/news/nzbget/Makefile Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Tue Mar 29 13:57:49 2016 (r412110) +++ head/news/nzbget/Makefile Tue Mar 29 14:05:13 2016 (r412111) @@ -3,7 +3,7 @@ PORTNAME= nzbget PORTVERSION= 16.4 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= news @@ -26,6 +26,7 @@ LDFLAGS+= -lpthread BINMODE= 0755 SHEBANG_FILES= scripts/*.py +SUB_FILES= pkg-message USE_GITHUB= yes Added: head/news/nzbget/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/nzbget/files/pkg-message.in Tue Mar 29 14:05:13 2016 (r412111) @@ -0,0 +1,2 @@ +To run nzbget as an unprivileged user you can set the nzbget_user +variable in %%ETCDIR%%/nzbget.conf From owner-svn-ports-all@freebsd.org Tue Mar 29 14:09:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06B82AE0522; Tue, 29 Mar 2016 14:09:49 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB707131A; Tue, 29 Mar 2016 14:09:48 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TE9l6C029513; Tue, 29 Mar 2016 14:09:47 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TE9lT2029512; Tue, 29 Mar 2016 14:09:47 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201603291409.u2TE9lT2029512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Tue, 29 Mar 2016 14:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412112 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:09:49 -0000 Author: andrew (src committer) Date: Tue Mar 29 14:09:47 2016 New Revision: 412112 URL: https://svnweb.freebsd.org/changeset/ports/412112 Log: Stop calling sbrk from binutils. This will help remive the need for this function on arm64. PR: 208255 Approved by: bapt Sponsored by: ABT Systems Ltd Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Tue Mar 29 14:05:13 2016 (r412111) +++ head/devel/binutils/Makefile Tue Mar 29 14:09:47 2016 (r412112) @@ -49,6 +49,8 @@ INFO= as \ CONFIGURE_ARGS+= --disable-werror \ --with-sysroot=/ +MAKE_ENV+= ac_cv_func_sbrk=0 + OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls From owner-svn-ports-all@freebsd.org Tue Mar 29 14:14:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE7FDAE072D; Tue, 29 Mar 2016 14:14:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65F1A1882; Tue, 29 Mar 2016 14:14:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TEEsEJ032407; Tue, 29 Mar 2016 14:14:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TEEsg8032405; Tue, 29 Mar 2016 14:14:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201603291414.u2TEEsg8032405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 29 Mar 2016 14:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412113 - in head: graphics/libGL lang/clover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:14:55 -0000 Author: kwm Date: Tue Mar 29 14:14:54 2016 New Revision: 412113 URL: https://svnweb.freebsd.org/changeset/ports/412113 Log: Exclude libclc (and thus OpenCL) on 10.1 i386. There is a wierd issue with base clang and llvm37 which stops libclc to build on 10.1 i386. So disable it so we don't block 1500+ ports. Submitted by: pkg-fallout via antoine@ Modified: head/graphics/libGL/Makefile.common head/lang/clover/Makefile Modified: head/graphics/libGL/Makefile.common ============================================================================== --- head/graphics/libGL/Makefile.common Tue Mar 29 14:09:47 2016 (r412112) +++ head/graphics/libGL/Makefile.common Tue Mar 29 14:14:54 2016 (r412113) @@ -87,8 +87,11 @@ CONFIGURE_ARGS+= --enable-gles2 # Clover (OpenCL). .if ${OPSYS} == DragonFly || \ - (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && \ - (${ARCH} == i386 || ${ARCH} == amd64)) + (${OPSYS} == FreeBSD && \ + (${OSVERSION} >= 1001000 && ${ARCH} == amd64 || \ + ${OSVERSION} >= 1002000 && ${ARCH} == i386)) +# Disabled on 10.1-R i386 because of compile issues with libclc. + BUILD_DEPENDS+= libclc>=0.0.r222830:${PORTSDIR}/devel/libclc # We need the clang port too even if it is not used to compile because Modified: head/lang/clover/Makefile ============================================================================== --- head/lang/clover/Makefile Tue Mar 29 14:09:47 2016 (r412112) +++ head/lang/clover/Makefile Tue Mar 29 14:14:54 2016 (r412113) @@ -25,9 +25,12 @@ ONLY_FOR_ARCHS_REASON= Clover needs a gr #MESA_BUILD_WRKSRC= src/util src/glsl src/mesa src/gallium MESA_INSTALL_WRKSRC= src/gallium/targets/opencl src/gallium/targets/pipe-loader -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 && ${ARCH} == amd64 IGNORE= Clover is only supported on FreeBSD 10.1 and newer .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 && ${ARCH} == i386 +IGNORE= Clover is only supported on FreeBSD 10.2 and newer +.endif .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" From owner-svn-ports-all@freebsd.org Tue Mar 29 14:19:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38115AE079C; Tue, 29 Mar 2016 14:19:11 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE59C1A31; Tue, 29 Mar 2016 14:19:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TEJAqS032670; Tue, 29 Mar 2016 14:19:10 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TEJ9T3032666; Tue, 29 Mar 2016 14:19:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603291419.u2TEJ9T3032666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 29 Mar 2016 14:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412114 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:19:11 -0000 Author: tijl Date: Tue Mar 29 14:19:09 2016 New Revision: 412114 URL: https://svnweb.freebsd.org/changeset/ports/412114 Log: - Update cups-filters to 1.8.3. - Move D-Bus dependency under a COLORD option. - Make libijs dependency optional. - Add BRAILLE option and add missing dependencies to it. There's no port of liblouisutdml yet but it isn't strictly required. - Move jpeg, png and tiff dependencies under an IMAGEFILTERS option. - Add an option group for cups-browsed, move AVAHI under it and add LDAP. - Add an option group to select the default PDF-to-PostScript renderer. - Add --disable-silent-rules to CONFIGURE_ARGS to make build logs more verbose. PR: 208345 Approved by: Naram Qashat (maintainer) Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo head/print/cups-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Mar 29 14:14:54 2016 (r412113) +++ head/print/cups-filters/Makefile Tue Mar 29 14:19:09 2016 (r412114) @@ -1,22 +1,15 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.8.2 -PORTREVISION= 5 +PORTVERSION= 1.8.3 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= Backends, filters and other software (was part of the core CUPS) +COMMENT= Additional backends, filters and other software for CUPS -BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils -RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils -LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png \ - libijs.so:${PORTSDIR}/print/libijs \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ +LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libqpdf.so:${PORTSDIR}/print/qpdf \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ libcupsimage.so:${PORTSDIR}/print/cups \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ @@ -24,7 +17,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]* -USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ +USES= compiler:c++11-lib cpe ghostscript gmake gnome libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ @@ -36,25 +29,79 @@ SHEBANG_FILES= filter/braille/drivers/ge USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-shell=/bin/sh ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" +CONFIGURE_ARGS= --disable-silent-rules --with-shell=/bin/sh \ + ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -OPTIONS_DEFINE= AVAHI DOCS -OPTIONS_DEFAULT=AVAHI +OPTIONS_DEFINE= BRAILLE COLORD DOCS IJS IMAGEFILTERS +OPTIONS_GROUP= CUPS_BROWSED +OPTIONS_GROUP_CUPS_BROWSED= AVAHI LDAP +OPTIONS_SINGLE= PDFTOPS_RENDERER +OPTIONS_SINGLE_PDFTOPS_RENDERER=GS HYBRID PDFTOPS +OPTIONS_DEFAULT= AVAHI COLORD HYBRID IJS IMAGEFILTERS +OPTIONS_SUB= yes + +BRAILLE_CONFIGURE_ENABLE= braille +BRAILLE_DESC= Braille embosser support +BRAILLE_LIB_DEPENDS= liblouis.so:${PORTSDIR}/devel/liblouis \ +# liblouisutdml.so:${PORTSDIR}/devel/liblouisutdml +BRAILLE_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ + pdftotext:${PORTSDIR}/graphics/poppler-utils \ + bash:${PORTSDIR}/shells/bash + +COLORD_CONFIGURE_ENABLE= dbus +COLORD_DESC= Get ICC color profiles from colord (via D-Bus) +COLORD_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +COLORD_RUN_DEPENDS= colord>0:${PORTSDIR}/graphics/colord + +IJS_CONFIGURE_ENABLE= ijs +IJS_DESC= Support PPD files that use pdftoijs +IJS_LIB_DEPENDS= libijs.so:${PORTSDIR}/print/libijs + +IMAGEFILTERS_CONFIGURE_ENABLE= imagefilters +IMAGEFILTERS_CONFIGURE_WITH= jpeg png tiff +IMAGEFILTERS_DESC= Support printing image files +IMAGEFILTERS_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ + libpng.so:${PORTSDIR}/graphics/png +IMAGEFILTERS_USES= jpeg + +# cups-browsed(8) options + +AVAHI_CONFIGURE_ENABLE= avahi +AVAHI_CONFIGURE_OFF= --with-browseremoteprotocols=cups +AVAHI_CONFIGURE_ON= --with-browseremoteprotocols="dnssd cups" +AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app +AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon +AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= + +CUPS_BROWSED_DESC= cups-browsed(8) options + +LDAP_CONFIGURE_ENABLE= ldap +LDAP_USE= OPENLDAP=yes + +# Default PDF-to-PostScript renderer + +GS_CONFIGURE_ON= --with-pdftops=gs +GS_DESC= Ghostscript gs(1) + +HYBRID_BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils +HYBRID_RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils +HYBRID_CONFIGURE_ON= --with-pdftops=hybrid +HYBRID_DESC= Ghostscript or Poppler depending on printer + +PDFTOPS_BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils +PDFTOPS_RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils +PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops +PDFTOPS_DESC= Poppler pdftops(1) -AVAHI_CONFIGURE_ENABLE= avahi -AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app -AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon -AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= +PDFTOPS_RENDERER_DESC= Default PDF-to-PostScript renderer post-patch: @${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} 's|/usr/share/liblouis|${LOCALBASE}/share/liblouis|' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ -e 's|README.gz|README|' \ ${WRKSRC}/utils/cups-browsed.8 \ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Tue Mar 29 14:14:54 2016 (r412113) +++ head/print/cups-filters/distinfo Tue Mar 29 14:19:09 2016 (r412114) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.8.2.tar.xz) = 06d1c2a65e45d92d0e2dc854d13161d01072094efe4fadc23319700c9a259c69 -SIZE (cups-filters-1.8.2.tar.xz) = 1372508 +SHA256 (cups-filters-1.8.3.tar.xz) = e1e786f1fbcd3a203d87ebb4106a0ba8d579953cbe22056d12d4ee8143f5341a +SIZE (cups-filters-1.8.3.tar.xz) = 1373028 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Tue Mar 29 14:14:54 2016 (r412113) +++ head/print/cups-filters/pkg-plist Tue Mar 29 14:19:09 2016 (r412114) @@ -27,20 +27,20 @@ libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf -libexec/cups/filter/brftoembosser +%%BRAILLE%%libexec/cups/filter/brftoembosser libexec/cups/filter/commandtoescpx libexec/cups/filter/commandtopclx libexec/cups/filter/foomatic-rip libexec/cups/filter/gstopxl libexec/cups/filter/gstoraster -libexec/cups/filter/imagetobrf -libexec/cups/filter/imagetopdf -libexec/cups/filter/imagetops -libexec/cups/filter/imagetoraster -libexec/cups/filter/imagetoubrl -libexec/cups/filter/imageubrltoindexv3 -libexec/cups/filter/imageubrltoindexv4 -libexec/cups/filter/pdftoijs +%%BRAILLE%%libexec/cups/filter/imagetobrf +%%IMAGEFILTERS%%libexec/cups/filter/imagetopdf +%%IMAGEFILTERS%%libexec/cups/filter/imagetops +%%IMAGEFILTERS%%libexec/cups/filter/imagetoraster +%%BRAILLE%%libexec/cups/filter/imagetoubrl +%%BRAILLE%%libexec/cups/filter/imageubrltoindexv3 +%%BRAILLE%%libexec/cups/filter/imageubrltoindexv4 +%%IJS%%libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf libexec/cups/filter/pdftops @@ -50,10 +50,10 @@ libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx libexec/cups/filter/rastertopdf libexec/cups/filter/sys5ippprinter -libexec/cups/filter/textbrftoindexv3 -libexec/cups/filter/textbrftoindexv4 +%%BRAILLE%%libexec/cups/filter/textbrftoindexv3 +%%BRAILLE%%libexec/cups/filter/textbrftoindexv4 libexec/cups/filter/textonly -libexec/cups/filter/texttobrf +%%BRAILLE%%libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/urftopdf @@ -68,10 +68,10 @@ share/cups/banners/secret share/cups/banners/standard share/cups/banners/topsecret share/cups/banners/unclassified -share/cups/braille/cups-braille.sh -share/cups/braille/index.sh -share/cups/braille/indexv3.sh -share/cups/braille/indexv4.sh +%%BRAILLE%%share/cups/braille/cups-braille.sh +%%BRAILLE%%share/cups/braille/index.sh +%%BRAILLE%%share/cups/braille/indexv3.sh +%%BRAILLE%%share/cups/braille/indexv4.sh share/cups/charsets/pdf.utf-8 share/cups/charsets/pdf.utf-8.heavy share/cups/charsets/pdf.utf-8.simple @@ -89,24 +89,25 @@ share/cups/data/testprint share/cups/data/topsecret.pdf share/cups/data/unclassified.pdf share/cups/drv/cupsfilters.drv -share/cups/drv/generic-brf.drv -share/cups/drv/indexv3.drv -share/cups/drv/indexv4.drv -share/cups/mime/braille.convs -share/cups/mime/braille.types +%%BRAILLE%%share/cups/drv/generic-brf.drv +%%BRAILLE%%share/cups/drv/indexv3.drv +%%BRAILLE%%share/cups/drv/indexv4.drv +%%BRAILLE%%share/cups/mime/braille.convs +%%BRAILLE%%share/cups/mime/braille.types +share/cups/mime/cupsfilters-ghostscript.convs share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types -share/cups/ppdc/braille.defs +%%BRAILLE%%share/cups/ppdc/braille.defs share/cups/ppdc/escp.h -share/cups/ppdc/fr-braille.po -share/cups/ppdc/imagemagick.defs -share/cups/ppdc/index.defs -share/cups/ppdc/liblouis.defs -share/cups/ppdc/liblouis1.defs -share/cups/ppdc/liblouis2.defs -share/cups/ppdc/liblouis3.defs -share/cups/ppdc/liblouis4.defs -share/cups/ppdc/media-braille.defs +%%BRAILLE%%share/cups/ppdc/fr-braille.po +%%BRAILLE%%share/cups/ppdc/imagemagick.defs +%%BRAILLE%%share/cups/ppdc/index.defs +%%BRAILLE%%share/cups/ppdc/liblouis.defs +%%BRAILLE%%share/cups/ppdc/liblouis1.defs +%%BRAILLE%%share/cups/ppdc/liblouis2.defs +%%BRAILLE%%share/cups/ppdc/liblouis3.defs +%%BRAILLE%%share/cups/ppdc/liblouis4.defs +%%BRAILLE%%share/cups/ppdc/media-braille.defs share/cups/ppdc/pcl.h %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING @@ -116,7 +117,7 @@ share/cups/ppdc/pcl.h share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd -share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd +%%IJS%%share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd share/ppd/cupsfilters/pxlcolor.ppd share/ppd/cupsfilters/pxlmono.ppd From owner-svn-ports-all@freebsd.org Tue Mar 29 14:41:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2F6AE0FC4; Tue, 29 Mar 2016 14:41:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CCE41647; Tue, 29 Mar 2016 14:41:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TEfIUB041395; Tue, 29 Mar 2016 14:41:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TEfIZM041394; Tue, 29 Mar 2016 14:41:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603291441.u2TEfIZM041394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 29 Mar 2016 14:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412115 - head/sysutils/cluster-glue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:41:19 -0000 Author: tijl Date: Tue Mar 29 14:41:18 2016 New Revision: 412115 URL: https://svnweb.freebsd.org/changeset/ports/412115 Log: - Remove docbook-xsl build dependency now that asciidoc depends on it. - Add missing help2man build dependency. Reported by: Rainer Duffner Modified: head/sysutils/cluster-glue/Makefile Modified: head/sysutils/cluster-glue/Makefile ============================================================================== --- head/sysutils/cluster-glue/Makefile Tue Mar 29 14:19:09 2016 (r412114) +++ head/sysutils/cluster-glue/Makefile Tue Mar 29 14:41:18 2016 (r412115) @@ -53,7 +53,7 @@ IPMI_DESC= Intelligent Platform Managem IPMI_LIB_DEPENDS= libOpenIPMI.so:${PORTSDIR}/sysutils/openipmi MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ + help2man:${PORTSDIR}/misc/help2man \ xsltproc:${PORTSDIR}/textproc/libxslt MANPAGES_CONFIGURE_ENABLE=doc From owner-svn-ports-all@freebsd.org Tue Mar 29 14:49:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCF9AAE1114; Tue, 29 Mar 2016 14:49:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F7351A4A; Tue, 29 Mar 2016 14:49:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TEnrnH041890; Tue, 29 Mar 2016 14:49:53 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TEnrIf041884; Tue, 29 Mar 2016 14:49:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291449.u2TEnrIf041884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 14:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412116 - in head: . devel devel/erlang-ssl_verify_fun devel/erlang-ssl_verify_hostname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:49:55 -0000 Author: olgeni Date: Tue Mar 29 14:49:53 2016 New Revision: 412116 URL: https://svnweb.freebsd.org/changeset/ports/412116 Log: Move devel/erlang-ssl_verify_hostname to devel/erlang-ssl_verify_fun. Project was renamed upstream. Added: head/devel/erlang-ssl_verify_fun/ - copied from r412115, head/devel/erlang-ssl_verify_hostname/ Deleted: head/devel/erlang-ssl_verify_hostname/ Modified: head/MOVED head/devel/Makefile head/devel/erlang-ssl_verify_fun/Makefile head/devel/erlang-ssl_verify_fun/distinfo head/devel/erlang-ssl_verify_fun/pkg-descr head/devel/erlang-ssl_verify_fun/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 29 14:41:18 2016 (r412115) +++ head/MOVED Tue Mar 29 14:49:53 2016 (r412116) @@ -8245,3 +8245,4 @@ net/rubygem-omniauth-cas3||2016-03-28|Re textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead graphics/libtxc_dxtn|graphics/s2tc|2016-03-29|Superseded by graphics/s2tc +devel/erlang-ssl_verify_hostname|devel/erlang-ssl_verify_fun|2016-03-28|Project renamed Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 29 14:41:18 2016 (r412115) +++ head/devel/Makefile Tue Mar 29 14:49:53 2016 (r412116) @@ -506,7 +506,7 @@ SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon SUBDIR += erlang-sbroker - SUBDIR += erlang-ssl_verify_hostname + SUBDIR += erlang-ssl_verify_fun SUBDIR += erlang-syslog SUBDIR += es-eric6 SUBDIR += etcd Modified: head/devel/erlang-ssl_verify_fun/Makefile ============================================================================== --- head/devel/erlang-ssl_verify_hostname/Makefile Tue Mar 29 14:41:18 2016 (r412115) +++ head/devel/erlang-ssl_verify_fun/Makefile Tue Mar 29 14:49:53 2016 (r412116) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= ssl_verify_hostname -PORTVERSION= 1.0.6 +PORTNAME= ssl_verify_fun +PORTVERSION= 1.1.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -13,6 +13,6 @@ LICENSE= MIT USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= deadtrickster -GH_PROJECT= ssl_verify_hostname.erl +GH_PROJECT= ssl_verify_fun.erl .include Modified: head/devel/erlang-ssl_verify_fun/distinfo ============================================================================== --- head/devel/erlang-ssl_verify_hostname/distinfo Tue Mar 29 14:41:18 2016 (r412115) +++ head/devel/erlang-ssl_verify_fun/distinfo Tue Mar 29 14:49:53 2016 (r412116) @@ -1,2 +1,2 @@ -SHA256 (deadtrickster-ssl_verify_hostname.erl-1.0.6_GH0.tar.gz) = 073d4aba769137fbfc5dc7a99ebbd36366ed07d6c66ffe73d4fc2549d12202bd -SIZE (deadtrickster-ssl_verify_hostname.erl-1.0.6_GH0.tar.gz) = 11035 +SHA256 (deadtrickster-ssl_verify_fun.erl-1.1.0_GH0.tar.gz) = fd0ac972d9d5cdaf17da898347d3b1a6a2f3c7b37517dccc5c0d95ee9381f513 +SIZE (deadtrickster-ssl_verify_fun.erl-1.1.0_GH0.tar.gz) = 11790 Modified: head/devel/erlang-ssl_verify_fun/pkg-descr ============================================================================== --- head/devel/erlang-ssl_verify_hostname/pkg-descr Tue Mar 29 14:41:18 2016 (r412115) +++ head/devel/erlang-ssl_verify_fun/pkg-descr Tue Mar 29 14:49:53 2016 (r412116) @@ -1,3 +1,3 @@ Erlang library for certificate hostname validation based on RFC 6125. -WWW: https://github.com/deadtrickster/ssl_verify_hostname.erl +WWW: https://github.com/deadtrickster/ssl_verify_fun.erl Modified: head/devel/erlang-ssl_verify_fun/pkg-plist ============================================================================== --- head/devel/erlang-ssl_verify_hostname/pkg-plist Tue Mar 29 14:41:18 2016 (r412115) +++ head/devel/erlang-ssl_verify_fun/pkg-plist Tue Mar 29 14:49:53 2016 (r412116) @@ -1,5 +1,7 @@ -lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/ebin/ssl_verify_hostname.app -lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/ebin/ssl_verify_hostname.beam -lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/src/ssl_verify_hostname.app.src -lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/src/ssl_verify_hostname.erl +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/ebin/ssl_verify_fingerprint.beam +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/ebin/ssl_verify_fun.app +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/ebin/ssl_verify_hostname.beam +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/src/ssl_verify_fingerprint.erl +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/src/ssl_verify_fun.app.src +lib/erlang/lib/ssl_verify_fun-%%VERSION%%/src/ssl_verify_hostname.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Tue Mar 29 14:53:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E37B4AE1288; Tue, 29 Mar 2016 14:53:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C8851DAF; Tue, 29 Mar 2016 14:53:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TErDW8044710; Tue, 29 Mar 2016 14:53:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TErD7O044707; Tue, 29 Mar 2016 14:53:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291453.u2TErD7O044707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 14:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412117 - in head/www/erlang-hackney: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:53:15 -0000 Author: olgeni Date: Tue Mar 29 14:53:13 2016 New Revision: 412117 URL: https://svnweb.freebsd.org/changeset/ports/412117 Log: Update www/erlang-hackney to version 1.6.0. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/files/patch-rebar.config Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Tue Mar 29 14:49:53 2016 (r412116) +++ head/www/erlang-hackney/Makefile Tue Mar 29 14:53:13 2016 (r412117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= www PKGNAMEPREFIX= erlang- @@ -16,14 +16,14 @@ GH_ACCOUNT= benoitc ERL_BUILD_DEPS= dns/erlang-idna \ devel/erlang-certifi \ - devel/erlang-ssl_verify_hostname \ + devel/erlang-ssl_verify_fun \ devel/erlang-metrics \ misc/erlang-mimerl ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} pre-build: @${MKDIR} ${WRKSRC}/_build/default/lib -.for lib in idna certifi mimerl ssl_verify_hostname +.for lib in idna certifi ssl_verify_fun metrics mimerl @${LN} -s ${PREFIX}/lib/erlang/lib/${lib}-* ${WRKSRC}/_build/default/lib/${lib} .endfor Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Tue Mar 29 14:49:53 2016 (r412116) +++ head/www/erlang-hackney/distinfo Tue Mar 29 14:53:13 2016 (r412117) @@ -1,2 +1,2 @@ -SHA256 (benoitc-hackney-1.5.1_GH0.tar.gz) = f2fcab0f0368bb31d80530fe1a7118970ad73385041c95abc4e16c53de4ec4df -SIZE (benoitc-hackney-1.5.1_GH0.tar.gz) = 109532 +SHA256 (benoitc-hackney-1.6.0_GH0.tar.gz) = 9a080b75b87eb21deb2f5e172204d3115f34ca1d4ffc97c52972976a1377a174 +SIZE (benoitc-hackney-1.6.0_GH0.tar.gz) = 110255 Modified: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- head/www/erlang-hackney/files/patch-rebar.config Tue Mar 29 14:49:53 2016 (r412116) +++ head/www/erlang-hackney/files/patch-rebar.config Tue Mar 29 14:53:13 2016 (r412117) @@ -1,21 +1,14 @@ ---- rebar.config.orig 2016-03-12 16:37:13 UTC +--- rebar.config.orig 2016-03-28 13:13:31 UTC +++ rebar.config @@ -14,11 +14,6 @@ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. {deps, [ -- {idna, "1.1.0"}, +- {idna, "1.2.0"}, - {mimerl, "1.0.2"}, - {certifi, "0.4.0"}, - {metrics, "1.0.1"}, -- {ssl_verify_hostname, "1.0.6"} +- {ssl_verify_fun, "1.1.0"} ]}. {profiles, [{docs, [{deps, -@@ -36,4 +31,4 @@ - {test, [ - {deps, [{cowboy, "1.0.4"}]} - ]} -- ]}. -\ No newline at end of file -+ ]}. From owner-svn-ports-all@freebsd.org Tue Mar 29 15:05:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE6B3AE14C5; Tue, 29 Mar 2016 15:05:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8832C1237; Tue, 29 Mar 2016 15:05:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TF5sGI048207; Tue, 29 Mar 2016 15:05:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TF5sgt048201; Tue, 29 Mar 2016 15:05:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291505.u2TF5sgt048201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 15:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412118 - in head/lang: erlang erlang-java erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 15:05:55 -0000 Author: olgeni Date: Tue Mar 29 15:05:54 2016 New Revision: 412118 URL: https://svnweb.freebsd.org/changeset/ports/412118 Log: Upgrade Erlang 18 ports to version 18.3. Also, make sure that ODBC is actually built (PR 207622). PR: 207622 Submitted by: Mathieu Kerjouan Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang-java/Makefile Tue Mar 29 15:05:54 2016 (r412118) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.2.4 +PORTVERSION= 18.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.2.2 patch-otp-18.2.3 patch-otp-18.2.4 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java @@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.2.1 +ERL_RELEASE= 18.3 USES= gmake ncurses perl5 USE_PERL5= build Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang-java/distinfo Tue Mar 29 15:05:54 2016 (r412118) @@ -1,10 +1,4 @@ -SHA256 (erlang/otp_src_18.2.1.tar.gz) = 82d76ebfeeda5db64ea5b0f1a04aa0e9ac63380b278722e0e6052249bd3fe39a -SIZE (erlang/otp_src_18.2.1.tar.gz) = 68110840 -SHA256 (erlang/otp_doc_html_18.2.1.tar.gz) = 3576c567b30400fec2b456897d54ba79933ee0f83f6ec57816417b5417ea9723 -SIZE (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 -SHA256 (erlang/patch-otp-18.2.2) = 2a223e838a5b018535905f813eb95830dcced30b39dce3fdac02919c98823353 -SIZE (erlang/patch-otp-18.2.2) = 9587 -SHA256 (erlang/patch-otp-18.2.3) = 9294879b4b3f1fc9eb005003b1e930458b184e543a898f21d7cab921e36a0862 -SIZE (erlang/patch-otp-18.2.3) = 55919 -SHA256 (erlang/patch-otp-18.2.4) = ea07166fcfd6cab6fcf21945cf7b630473d3a5828a6e101b60e845f42dbbd002 -SIZE (erlang/patch-otp-18.2.4) = 17847 +SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 +SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 +SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f +SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang-wx/Makefile Tue Mar 29 15:05:54 2016 (r412118) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.2.4 +PORTVERSION= 18.3 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.2.2 patch-otp-18.2.3 patch-otp-18.2.4 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows @@ -32,13 +32,13 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.2.1 +ERL_RELEASE= 18.3 USES= gmake GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.6 +APP_VERSION= 1.6.1 APP_DIR= ${PREFIX}/lib/erlang/lib/wx-${APP_VERSION} .include Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang-wx/distinfo Tue Mar 29 15:05:54 2016 (r412118) @@ -1,7 +1,7 @@ -SHA256 (erlang/otp_src_18.2.1.tar.gz) = 82d76ebfeeda5db64ea5b0f1a04aa0e9ac63380b278722e0e6052249bd3fe39a -SIZE (erlang/otp_src_18.2.1.tar.gz) = 68110840 -SHA256 (erlang/otp_doc_html_18.2.1.tar.gz) = 3576c567b30400fec2b456897d54ba79933ee0f83f6ec57816417b5417ea9723 -SIZE (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 +SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 +SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 +SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f +SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 SHA256 (erlang/patch-otp-18.2.2) = 2a223e838a5b018535905f813eb95830dcced30b39dce3fdac02919c98823353 SIZE (erlang/patch-otp-18.2.2) = 9587 SHA256 (erlang/patch-otp-18.2.3) = 9294879b4b3f1fc9eb005003b1e930458b184e543a898f21d7cab921e36a0862 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang/Makefile Tue Mar 29 15:05:54 2016 (r412118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.2.4 +PORTVERSION= 18.3 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.2.2 patch-otp-18.2.3 patch-otp-18.2.4 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -51,7 +51,7 @@ WX_DESC= Enable WX application OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= HIPE SCTP -ERL_RELEASE= 18.2.1 +ERL_RELEASE= 18.3 USES= gmake ncurses perl5 USE_PERL5= build @@ -59,9 +59,9 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -EI_VSN= 3.8.1 -SNMP_VSN= 5.2.1 -TOOLS_VSN= 2.8.2 +EI_VSN= 3.8.2 +SNMP_VSN= 5.2.2 +TOOLS_VSN= 2.8.3 .include @@ -205,6 +205,11 @@ pre-configure: echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif +post-configure: +.if ${PORT_OPTIONS:MODBC} + ${RM} ${WRKSRC}/lib/odbc/SKIP +.endif + post-install: ${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf ${LN} -sf ../lib/${ERLANG_LIB}/lib/erl_interface-${EI_VSN}/bin/erl_call ${STAGEDIR}${PREFIX}/bin/erl_call @@ -217,19 +222,6 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2 - ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Tue Mar 29 14:53:13 2016 (r412117) +++ head/lang/erlang/distinfo Tue Mar 29 15:05:54 2016 (r412118) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_18.2.1.tar.gz) = 82d76ebfeeda5db64ea5b0f1a04aa0e9ac63380b278722e0e6052249bd3fe39a -SIZE (erlang/otp_src_18.2.1.tar.gz) = 68110840 -SHA256 (erlang/otp_doc_man_18.2.1.tar.gz) = a58005ccd64853e8c79631a3c4c057dd6f92f581d97d00845a0aea817c33afa0 -SIZE (erlang/otp_doc_man_18.2.1.tar.gz) = 1390940 -SHA256 (erlang/otp_doc_html_18.2.1.tar.gz) = 3576c567b30400fec2b456897d54ba79933ee0f83f6ec57816417b5417ea9723 -SIZE (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 +SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 +SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 +SHA256 (erlang/otp_doc_man_18.3.tar.gz) = 978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 +SIZE (erlang/otp_doc_man_18.3.tar.gz) = 1395166 +SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f +SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b @@ -16,9 +16,3 @@ SHA256 (erlang/mnesia_overview.pdf) = f0 SIZE (erlang/mnesia_overview.pdf) = 150266 SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 SIZE (erlang/programming_rules.pdf) = 77025 -SHA256 (erlang/patch-otp-18.2.2) = 2a223e838a5b018535905f813eb95830dcced30b39dce3fdac02919c98823353 -SIZE (erlang/patch-otp-18.2.2) = 9587 -SHA256 (erlang/patch-otp-18.2.3) = 9294879b4b3f1fc9eb005003b1e930458b184e543a898f21d7cab921e36a0862 -SIZE (erlang/patch-otp-18.2.3) = 55919 -SHA256 (erlang/patch-otp-18.2.4) = ea07166fcfd6cab6fcf21945cf7b630473d3a5828a6e101b60e845f42dbbd002 -SIZE (erlang/patch-otp-18.2.4) = 17847 From owner-svn-ports-all@freebsd.org Tue Mar 29 15:08:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D5F4AE1590; Tue, 29 Mar 2016 15:08:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74E0913B7; Tue, 29 Mar 2016 15:08:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TF87Hj048401; Tue, 29 Mar 2016 15:08:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TF87bl048399; Tue, 29 Mar 2016 15:08:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291508.u2TF87bl048399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 15:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412119 - head/lang/erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 15:08:08 -0000 Author: olgeni Date: Tue Mar 29 15:08:07 2016 New Revision: 412119 URL: https://svnweb.freebsd.org/changeset/ports/412119 Log: Upgrade lang/erlang-runtime18 to version 18.3. - Make sure that ODBC is actually built (PR 207622). - Enable HIPE by default, like lang/erlang. Modified: head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/distinfo Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Tue Mar 29 15:05:54 2016 (r412118) +++ head/lang/erlang-runtime18/Makefile Tue Mar 29 15:08:07 2016 (r412119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.2.4 +PORTVERSION= 18.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.2.2 patch-otp-18.2.3 patch-otp-18.2.4 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -43,10 +43,10 @@ SCTP_DESC= Enable SCTP support SMP_DESC= Enable SMP support WX_DESC= Enable WX application -OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= HIPE SCTP -ERL_RELEASE= 18.2.1 +ERL_RELEASE= 18.3 USES= gmake ncurses perl5 USE_PERL5= build @@ -185,6 +185,11 @@ pre-configure: echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif +post-configure: +.if ${PORT_OPTIONS:MODBC} + ${RM} ${WRKSRC}/lib/odbc/SKIP +.endif + post-install: for SECTION in 1 3 4 6 7; do \ ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ @@ -195,19 +200,6 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.11.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2 - ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime18/distinfo ============================================================================== --- head/lang/erlang-runtime18/distinfo Tue Mar 29 15:05:54 2016 (r412118) +++ head/lang/erlang-runtime18/distinfo Tue Mar 29 15:08:07 2016 (r412119) @@ -1,12 +1,6 @@ -SHA256 (erlang/otp_src_18.2.1.tar.gz) = 82d76ebfeeda5db64ea5b0f1a04aa0e9ac63380b278722e0e6052249bd3fe39a -SIZE (erlang/otp_src_18.2.1.tar.gz) = 68110840 -SHA256 (erlang/otp_doc_man_18.2.1.tar.gz) = a58005ccd64853e8c79631a3c4c057dd6f92f581d97d00845a0aea817c33afa0 -SIZE (erlang/otp_doc_man_18.2.1.tar.gz) = 1390940 -SHA256 (erlang/otp_doc_html_18.2.1.tar.gz) = 3576c567b30400fec2b456897d54ba79933ee0f83f6ec57816417b5417ea9723 -SIZE (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 -SHA256 (erlang/patch-otp-18.2.2) = 2a223e838a5b018535905f813eb95830dcced30b39dce3fdac02919c98823353 -SIZE (erlang/patch-otp-18.2.2) = 9587 -SHA256 (erlang/patch-otp-18.2.3) = 9294879b4b3f1fc9eb005003b1e930458b184e543a898f21d7cab921e36a0862 -SIZE (erlang/patch-otp-18.2.3) = 55919 -SHA256 (erlang/patch-otp-18.2.4) = ea07166fcfd6cab6fcf21945cf7b630473d3a5828a6e101b60e845f42dbbd002 -SIZE (erlang/patch-otp-18.2.4) = 17847 +SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 +SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 +SHA256 (erlang/otp_doc_man_18.3.tar.gz) = 978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 +SIZE (erlang/otp_doc_man_18.3.tar.gz) = 1395166 +SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f +SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 From owner-svn-ports-all@freebsd.org Tue Mar 29 15:09:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 277A2AE15DB; Tue, 29 Mar 2016 15:09:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6CB151E; Tue, 29 Mar 2016 15:09:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TF9M7J048561; Tue, 29 Mar 2016 15:09:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TF9MeZ048559; Tue, 29 Mar 2016 15:09:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291509.u2TF9MeZ048559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 15:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412120 - in head/lang: erlang-runtime16 erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 15:09:23 -0000 Author: olgeni Date: Tue Mar 29 15:09:21 2016 New Revision: 412120 URL: https://svnweb.freebsd.org/changeset/ports/412120 Log: Make sure that ODBC is actually built in lang/erlang-runtime16 and lang/erlang-runtime17. Modified: head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Tue Mar 29 15:08:07 2016 (r412119) +++ head/lang/erlang-runtime16/Makefile Tue Mar 29 15:09:21 2016 (r412120) @@ -173,6 +173,11 @@ pre-configure: echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif +post-configure: +.if ${PORT_OPTIONS:MODBC} + ${RM} ${WRKSRC}/lib/odbc/SKIP +.endif + post-install: for SECTION in 1 3 4 6 7; do \ ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Tue Mar 29 15:08:07 2016 (r412119) +++ head/lang/erlang-runtime17/Makefile Tue Mar 29 15:09:21 2016 (r412120) @@ -189,6 +189,11 @@ pre-configure: echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif +post-configure: +.if ${PORT_OPTIONS:MODBC} + ${RM} ${WRKSRC}/lib/odbc/SKIP +.endif + post-install: for SECTION in 1 3 4 6 7; do \ ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ From owner-svn-ports-all@freebsd.org Tue Mar 29 15:52:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C71DAE23AC; Tue, 29 Mar 2016 15:52:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1767B12ED; Tue, 29 Mar 2016 15:52:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TFqFgR063464; Tue, 29 Mar 2016 15:52:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TFqFgO063461; Tue, 29 Mar 2016 15:52:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291552.u2TFqFgO063461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 15:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412121 - head/sysutils/usermin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 15:52:16 -0000 Author: olgeni Date: Tue Mar 29 15:52:14 2016 New Revision: 412121 URL: https://svnweb.freebsd.org/changeset/ports/412121 Log: Update sysutils/usermin to version 1.701. Modified: head/sysutils/usermin/Makefile head/sysutils/usermin/distinfo head/sysutils/usermin/pkg-plist Modified: head/sysutils/usermin/Makefile ============================================================================== --- head/sysutils/usermin/Makefile Tue Mar 29 15:09:21 2016 (r412120) +++ head/sysutils/usermin/Makefile Tue Mar 29 15:52:14 2016 (r412121) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= usermin -PORTVERSION= 1.690 +PORTVERSION= 1.701 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \ Modified: head/sysutils/usermin/distinfo ============================================================================== --- head/sysutils/usermin/distinfo Tue Mar 29 15:09:21 2016 (r412120) +++ head/sysutils/usermin/distinfo Tue Mar 29 15:52:14 2016 (r412121) @@ -1,2 +1,2 @@ -SHA256 (usermin-1.690.tar.gz) = 1e7d7c3344d61b7ac5b93e2965651752566c6ca39f0f65d8d81ff3170da32b34 -SIZE (usermin-1.690.tar.gz) = 15766437 +SHA256 (usermin-1.701.tar.gz) = 93a1be3cee975dd3d4e64d27b09cf252750949eaad7b62f5d5bb88d4edb2da28 +SIZE (usermin-1.701.tar.gz) = 15944198 Modified: head/sysutils/usermin/pkg-plist ============================================================================== --- head/sysutils/usermin/pkg-plist Tue Mar 29 15:09:21 2016 (r412120) +++ head/sysutils/usermin/pkg-plist Tue Mar 29 15:52:14 2016 (r412121) @@ -135,11 +135,12 @@ lib/usermin/at/module.info lib/usermin/at/solaris-lib.pl lib/usermin/authentic-theme/LICENSE lib/usermin/authentic-theme/VERSION.txt -lib/usermin/authentic-theme/authentic-lib.cgi -lib/usermin/authentic-theme/authentic.pl -lib/usermin/authentic-theme/buttons.cgi -lib/usermin/authentic-theme/changelog.pl +lib/usermin/authentic-theme/authentic-lib.pm +lib/usermin/authentic-theme/authentic.pm +lib/usermin/authentic-theme/buttons.pm +lib/usermin/authentic-theme/changelog.pm lib/usermin/authentic-theme/config +lib/usermin/authentic-theme/help/file-manager.html lib/usermin/authentic-theme/images/__blank.gif lib/usermin/authentic-theme/images/__logo.png lib/usermin/authentic-theme/images/after.gif @@ -923,7 +924,9 @@ lib/usermin/authentic-theme/images/usage lib/usermin/authentic-theme/images/usage-web.gif lib/usermin/authentic-theme/images/use.gif lib/usermin/authentic-theme/images/users.gif +lib/usermin/authentic-theme/images/white.gif lib/usermin/authentic-theme/index.cgi +lib/usermin/authentic-theme/lang/ca lib/usermin/authentic-theme/lang/cz lib/usermin/authentic-theme/lang/cz.UTF-8 lib/usermin/authentic-theme/lang/da @@ -957,14 +960,14 @@ lib/usermin/authentic-theme/lib/JSON/bac lib/usermin/authentic-theme/lib/JSON/backportPP/Boolean.pm lib/usermin/authentic-theme/lib/JSON/backportPP/Compat5005.pm lib/usermin/authentic-theme/lib/JSON/backportPP/Compat5006.pm -lib/usermin/authentic-theme/navigation.cgi +lib/usermin/authentic-theme/navigation.pm lib/usermin/authentic-theme/session_login.cgi lib/usermin/authentic-theme/settings-editor_read.cgi lib/usermin/authentic-theme/settings-editor_write.cgi lib/usermin/authentic-theme/settings-favorites_save.cgi lib/usermin/authentic-theme/settings-upload.cgi lib/usermin/authentic-theme/settings-upload_save.cgi -lib/usermin/authentic-theme/settings.cgi +lib/usermin/authentic-theme/settings.pm lib/usermin/authentic-theme/sysinfo.cgi lib/usermin/authentic-theme/theme.info lib/usermin/authentic-theme/unauthenticated/css/authentic.css @@ -975,6 +978,11 @@ lib/usermin/authentic-theme/unauthentica lib/usermin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.ttf lib/usermin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.woff lib/usermin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.woff2 +lib/usermin/authentic-theme/unauthenticated/fonts/jsglyph.eot +lib/usermin/authentic-theme/unauthenticated/fonts/jsglyph.svg +lib/usermin/authentic-theme/unauthenticated/fonts/jsglyph.ttf +lib/usermin/authentic-theme/unauthenticated/fonts/jsglyph.woff +lib/usermin/authentic-theme/unauthenticated/fonts/jsglyph.woff2 lib/usermin/authentic-theme/unauthenticated/fonts/roboto/1_sFLBJZ_MiiGcnkjN_Mgg.woff lib/usermin/authentic-theme/unauthenticated/fonts/roboto/7KXg6nyyqN8gyMoNwQ7aOQ.woff lib/usermin/authentic-theme/unauthenticated/fonts/roboto/El-bgsteBznJNL5pgUfFLA.woff2 @@ -1124,6 +1132,7 @@ lib/usermin/authentic-theme/unauthentica lib/usermin/authentic-theme/unauthenticated/js/init.js lib/usermin/authentic-theme/unauthenticated/js/init.min.js lib/usermin/authentic-theme/unauthenticated/js/package.min.js +lib/usermin/authentic-theme/unauthenticated/js/settings.js lib/usermin/authentic-theme/unauthenticated/js/timeplot.min.js lib/usermin/authentic-theme/unauthenticated/js/tinymce/langs/da.js lib/usermin/authentic-theme/unauthenticated/js/tinymce/langs/de.js @@ -1217,7 +1226,6 @@ lib/usermin/authentic-theme/unauthentica lib/usermin/authentic-theme/unauthenticated/js/tinymce/skins/lightgray/skin.min.css lib/usermin/authentic-theme/unauthenticated/js/tinymce/themes/modern/theme.min.js lib/usermin/authentic-theme/unauthenticated/js/tinymce/tinymce.min.js -lib/usermin/authentic-theme/update lib/usermin/blue-theme/CHANGELOG lib/usermin/blue-theme/acl/images/convert.gif lib/usermin/blue-theme/acl/images/icon.gif @@ -3130,6 +3138,9 @@ lib/usermin/filemin/compress.cgi lib/usermin/filemin/config lib/usermin/filemin/config.cgi lib/usermin/filemin/config.info +lib/usermin/filemin/config.info.ca +lib/usermin/filemin/config.info.ca.UTF-8 +lib/usermin/filemin/config.info.de lib/usermin/filemin/copy.cgi lib/usermin/filemin/create_file.cgi lib/usermin/filemin/create_folder.cgi @@ -3412,12 +3423,16 @@ lib/usermin/filemin/images/icons/quick/r lib/usermin/filemin/images/icons/quick/rename.png lib/usermin/filemin/images/icons/quick/select-all.png lib/usermin/filemin/images/icons/quick/upload.png +lib/usermin/filemin/images/smallicon.gif lib/usermin/filemin/index.cgi lib/usermin/filemin/lang/ca lib/usermin/filemin/lang/ca.UTF-8 +lib/usermin/filemin/lang/de lib/usermin/filemin/lang/de.UTF-8 lib/usermin/filemin/lang/en lib/usermin/filemin/lang/en.UTF-8 +lib/usermin/filemin/lang/no +lib/usermin/filemin/lang/no.UTF-8 lib/usermin/filemin/lang/ru.UTF-8 lib/usermin/filemin/lib/File/BaseDir.pm lib/usermin/filemin/lib/File/Basename.pm @@ -5324,6 +5339,7 @@ lib/usermin/mailbox/search_form.cgi lib/usermin/mailbox/send_mail.cgi lib/usermin/mailbox/slideshow.cgi lib/usermin/mailbox/sort.cgi +lib/usermin/mailbox/specialsync.cgi lib/usermin/mailbox/system_info.pl lib/usermin/mailbox/uconfig.info lib/usermin/mailbox/uconfig.info.ca From owner-svn-ports-all@freebsd.org Tue Mar 29 15:54:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A53E7AE23ED; Tue, 29 Mar 2016 15:54:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62A7E145D; Tue, 29 Mar 2016 15:54:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TFsLnX063660; Tue, 29 Mar 2016 15:54:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TFsLc0063657; Tue, 29 Mar 2016 15:54:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603291554.u2TFsLc0063657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Mar 2016 15:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412122 - head/sysutils/webmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 15:54:22 -0000 Author: olgeni Date: Tue Mar 29 15:54:21 2016 New Revision: 412122 URL: https://svnweb.freebsd.org/changeset/ports/412122 Log: Update sysutils/webmin to version 1.791 and replace @exec with @postexec. PR: 208366 Submitted by: pi Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/distinfo head/sysutils/webmin/pkg-plist Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Tue Mar 29 15:52:14 2016 (r412121) +++ head/sysutils/webmin/Makefile Tue Mar 29 15:54:21 2016 (r412122) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webmin -PORTVERSION= 1.780 +PORTVERSION= 1.791 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf Modified: head/sysutils/webmin/distinfo ============================================================================== --- head/sysutils/webmin/distinfo Tue Mar 29 15:52:14 2016 (r412121) +++ head/sysutils/webmin/distinfo Tue Mar 29 15:54:21 2016 (r412122) @@ -1,2 +1,2 @@ -SHA256 (webmin-1.780.tar.gz) = eb2613a4f4525cbbd04435580a843cb2a454bcf2712301105657cc114beda40e -SIZE (webmin-1.780.tar.gz) = 28578888 +SHA256 (webmin-1.791.tar.gz) = e62148a2263c016a66e7c825c5cb124614268c1da1e0f0bee75cd060c3acfa9c +SIZE (webmin-1.791.tar.gz) = 28800013 Modified: head/sysutils/webmin/pkg-plist ============================================================================== --- head/sysutils/webmin/pkg-plist Tue Mar 29 15:52:14 2016 (r412121) +++ head/sysutils/webmin/pkg-plist Tue Mar 29 15:54:21 2016 (r412122) @@ -980,11 +980,12 @@ lib/webmin/at/save_allow.cgi lib/webmin/at/solaris-lib.pl lib/webmin/authentic-theme/LICENSE lib/webmin/authentic-theme/VERSION.txt -lib/webmin/authentic-theme/authentic-lib.cgi -lib/webmin/authentic-theme/authentic.pl -lib/webmin/authentic-theme/buttons.cgi -lib/webmin/authentic-theme/changelog.pl +lib/webmin/authentic-theme/authentic-lib.pm +lib/webmin/authentic-theme/authentic.pm +lib/webmin/authentic-theme/buttons.pm +lib/webmin/authentic-theme/changelog.pm lib/webmin/authentic-theme/config +lib/webmin/authentic-theme/help/file-manager.html lib/webmin/authentic-theme/images/__blank.gif lib/webmin/authentic-theme/images/__logo.png lib/webmin/authentic-theme/images/after.gif @@ -1768,7 +1769,9 @@ lib/webmin/authentic-theme/images/usage- lib/webmin/authentic-theme/images/usage-web.gif lib/webmin/authentic-theme/images/use.gif lib/webmin/authentic-theme/images/users.gif +lib/webmin/authentic-theme/images/white.gif lib/webmin/authentic-theme/index.cgi +lib/webmin/authentic-theme/lang/ca lib/webmin/authentic-theme/lang/cz lib/webmin/authentic-theme/lang/cz.UTF-8 lib/webmin/authentic-theme/lang/da @@ -1802,14 +1805,14 @@ lib/webmin/authentic-theme/lib/JSON/back lib/webmin/authentic-theme/lib/JSON/backportPP/Boolean.pm lib/webmin/authentic-theme/lib/JSON/backportPP/Compat5005.pm lib/webmin/authentic-theme/lib/JSON/backportPP/Compat5006.pm -lib/webmin/authentic-theme/navigation.cgi +lib/webmin/authentic-theme/navigation.pm lib/webmin/authentic-theme/session_login.cgi lib/webmin/authentic-theme/settings-editor_read.cgi lib/webmin/authentic-theme/settings-editor_write.cgi lib/webmin/authentic-theme/settings-favorites_save.cgi lib/webmin/authentic-theme/settings-upload.cgi lib/webmin/authentic-theme/settings-upload_save.cgi -lib/webmin/authentic-theme/settings.cgi +lib/webmin/authentic-theme/settings.pm lib/webmin/authentic-theme/sysinfo.cgi lib/webmin/authentic-theme/theme.info lib/webmin/authentic-theme/unauthenticated/css/authentic.css @@ -1820,6 +1823,11 @@ lib/webmin/authentic-theme/unauthenticat lib/webmin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.ttf lib/webmin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.woff lib/webmin/authentic-theme/unauthenticated/fonts/fontawesome-webfont.woff2 +lib/webmin/authentic-theme/unauthenticated/fonts/jsglyph.eot +lib/webmin/authentic-theme/unauthenticated/fonts/jsglyph.svg +lib/webmin/authentic-theme/unauthenticated/fonts/jsglyph.ttf +lib/webmin/authentic-theme/unauthenticated/fonts/jsglyph.woff +lib/webmin/authentic-theme/unauthenticated/fonts/jsglyph.woff2 lib/webmin/authentic-theme/unauthenticated/fonts/roboto/1_sFLBJZ_MiiGcnkjN_Mgg.woff lib/webmin/authentic-theme/unauthenticated/fonts/roboto/7KXg6nyyqN8gyMoNwQ7aOQ.woff lib/webmin/authentic-theme/unauthenticated/fonts/roboto/El-bgsteBznJNL5pgUfFLA.woff2 @@ -1969,6 +1977,7 @@ lib/webmin/authentic-theme/unauthenticat lib/webmin/authentic-theme/unauthenticated/js/init.js lib/webmin/authentic-theme/unauthenticated/js/init.min.js lib/webmin/authentic-theme/unauthenticated/js/package.min.js +lib/webmin/authentic-theme/unauthenticated/js/settings.js lib/webmin/authentic-theme/unauthenticated/js/timeplot.min.js lib/webmin/authentic-theme/unauthenticated/js/tinymce/langs/da.js lib/webmin/authentic-theme/unauthenticated/js/tinymce/langs/de.js @@ -2206,6 +2215,8 @@ lib/webmin/bacula-backup/config.info.ms_ lib/webmin/bacula-backup/config.info.ms_MY.UTF-8 lib/webmin/bacula-backup/config.info.nl lib/webmin/bacula-backup/config.info.nl.UTF-8 +lib/webmin/bacula-backup/config.info.no +lib/webmin/bacula-backup/config.info.no.UTF-8 lib/webmin/bacula-backup/config.info.pl lib/webmin/bacula-backup/config.info.pl.UTF-8 lib/webmin/bacula-backup/config.info.pt_BR @@ -2466,6 +2477,8 @@ lib/webmin/bacula-backup/lang/ms_MY lib/webmin/bacula-backup/lang/ms_MY.UTF-8 lib/webmin/bacula-backup/lang/nl lib/webmin/bacula-backup/lang/nl.UTF-8 +lib/webmin/bacula-backup/lang/no +lib/webmin/bacula-backup/lang/no.UTF-8 lib/webmin/bacula-backup/lang/pl lib/webmin/bacula-backup/lang/pl.UTF-8 lib/webmin/bacula-backup/lang/pt_BR @@ -7669,6 +7682,9 @@ lib/webmin/filemin/compress.cgi lib/webmin/filemin/config lib/webmin/filemin/config.cgi lib/webmin/filemin/config.info +lib/webmin/filemin/config.info.ca +lib/webmin/filemin/config.info.ca.UTF-8 +lib/webmin/filemin/config.info.de lib/webmin/filemin/copy.cgi lib/webmin/filemin/create_file.cgi lib/webmin/filemin/create_folder.cgi @@ -7951,12 +7967,16 @@ lib/webmin/filemin/images/icons/quick/re lib/webmin/filemin/images/icons/quick/rename.png lib/webmin/filemin/images/icons/quick/select-all.png lib/webmin/filemin/images/icons/quick/upload.png +lib/webmin/filemin/images/smallicon.gif lib/webmin/filemin/index.cgi lib/webmin/filemin/lang/ca lib/webmin/filemin/lang/ca.UTF-8 +lib/webmin/filemin/lang/de lib/webmin/filemin/lang/de.UTF-8 lib/webmin/filemin/lang/en lib/webmin/filemin/lang/en.UTF-8 +lib/webmin/filemin/lang/no +lib/webmin/filemin/lang/no.UTF-8 lib/webmin/filemin/lang/ru.UTF-8 lib/webmin/filemin/lib/File/BaseDir.pm lib/webmin/filemin/lib/File/Basename.pm @@ -8533,6 +8553,8 @@ lib/webmin/firewalld/config.info.ca lib/webmin/firewalld/config.info.ca.UTF-8 lib/webmin/firewalld/config.info.de lib/webmin/firewalld/config.info.de.UTF-8 +lib/webmin/firewalld/config.info.no +lib/webmin/firewalld/config.info.no.UTF-8 lib/webmin/firewalld/create_zone.cgi lib/webmin/firewalld/default_zone.cgi lib/webmin/firewalld/delete_rules.cgi @@ -8550,6 +8572,8 @@ lib/webmin/firewalld/lang/de lib/webmin/firewalld/lang/de.UTF-8 lib/webmin/firewalld/lang/en lib/webmin/firewalld/lang/en.UTF-8 +lib/webmin/firewalld/lang/no +lib/webmin/firewalld/lang/no.UTF-8 lib/webmin/firewalld/log_parser.pl lib/webmin/firewalld/module.info lib/webmin/firewalld/open-ports.pl @@ -11325,6 +11349,8 @@ lib/webmin/iscsi-tgtd/config.info.ca lib/webmin/iscsi-tgtd/config.info.ca.UTF-8 lib/webmin/iscsi-tgtd/config.info.de lib/webmin/iscsi-tgtd/config.info.de.UTF-8 +lib/webmin/iscsi-tgtd/config.info.no +lib/webmin/iscsi-tgtd/config.info.no.UTF-8 lib/webmin/iscsi-tgtd/delete_targets.cgi lib/webmin/iscsi-tgtd/edit_manual.cgi lib/webmin/iscsi-tgtd/edit_target.cgi @@ -11339,6 +11365,8 @@ lib/webmin/iscsi-tgtd/lang/de lib/webmin/iscsi-tgtd/lang/de.UTF-8 lib/webmin/iscsi-tgtd/lang/en lib/webmin/iscsi-tgtd/lang/en.UTF-8 +lib/webmin/iscsi-tgtd/lang/no +lib/webmin/iscsi-tgtd/lang/no.UTF-8 lib/webmin/iscsi-tgtd/log_parser.pl lib/webmin/iscsi-tgtd/module.info lib/webmin/iscsi-tgtd/restart.cgi @@ -24050,6 +24078,7 @@ lib/webmin/webmin-init lib/webmin/webmin-pam lib/webmin/webmin-search-lib.pl lib/webmin/webmin/CHANGELOG +lib/webmin/webmin/acme_tiny.py lib/webmin/webmin/adminupgrade lib/webmin/webmin/backup_config.pl lib/webmin/webmin/bootup.cgi @@ -24910,4 +24939,4 @@ lib/webmin/zones/zones-lib.pl @dir lib/webmin/mailboxes/xinha/plugins @dir lib/webmin/system-status/images @dir lib/webmin/webmincron/images -@exec [ -d %D/etc/webmin ] && %D/lib/webmin/setup.sh || true +@postexec [ -d %D/etc/webmin ] && %D/lib/webmin/setup.sh || true From owner-svn-ports-all@freebsd.org Tue Mar 29 16:05:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 851E0AE2923; Tue, 29 Mar 2016 16:05:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60E2D1D18; Tue, 29 Mar 2016 16:05:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TG5mmk066920; Tue, 29 Mar 2016 16:05:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TG5lYH066910; Tue, 29 Mar 2016 16:05:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603291605.u2TG5lYH066910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 29 Mar 2016 16:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412123 - in branches/2016Q1: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/s... X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 16:05:49 -0000 Author: jbeich Date: Tue Mar 29 16:05:47 2016 New Revision: 412123 URL: https://svnweb.freebsd.org/changeset/ports/412123 Log: MFH: r411909 gecko: fix an unlikely race with environ(7) Approved by: ports-secteam (feld) Added: branches/2016Q1/mail/thunderbird/files/patch-bug1233275 - copied unchanged from r411909, head/mail/thunderbird/files/patch-bug1233275 branches/2016Q1/www/firefox-esr/files/patch-bug1233275 - copied unchanged from r411909, head/www/firefox-esr/files/patch-bug1233275 branches/2016Q1/www/firefox/files/patch-bug1233275 - copied unchanged from r411909, head/www/firefox/files/patch-bug1233275 branches/2016Q1/www/libxul/files/patch-bug1233275 - copied unchanged from r411909, head/www/libxul/files/patch-bug1233275 branches/2016Q1/www/seamonkey/files/patch-bug1233275 - copied unchanged from r411909, head/www/seamonkey/files/patch-bug1233275 Modified: branches/2016Q1/mail/thunderbird/Makefile branches/2016Q1/www/firefox-esr/Makefile branches/2016Q1/www/firefox/Makefile branches/2016Q1/www/libxul/Makefile branches/2016Q1/www/seamonkey/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q1/mail/thunderbird/Makefile Tue Mar 29 15:54:21 2016 (r412122) +++ branches/2016Q1/mail/thunderbird/Makefile Tue Mar 29 16:05:47 2016 (r412123) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.7.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2016Q1/mail/thunderbird/files/patch-bug1233275 (from r411909, head/mail/thunderbird/files/patch-bug1233275) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/mail/thunderbird/files/patch-bug1233275 Tue Mar 29 16:05:47 2016 (r412123, copy of r411909, head/mail/thunderbird/files/patch-bug1233275) @@ -0,0 +1,40 @@ +# Copy environment for IPC using NSPR to avoid race + +diff --git a/ipc/chromium/src/base/process_util_bsd.cc b/ipc/chromium/src/base/process_util_bsd.cc +--- mozilla/ipc/chromium/src/base/process_util_bsd.cc ++++ mozilla/ipc/chromium/src/base/process_util_bsd.cc +@@ -13,6 +13,7 @@ + + #include + ++#include "nspr.h" + #include "base/eintr_wrapper.h" + #include "base/file_util.h" + #include "base/logging.h" +@@ -48,7 +49,6 @@ + + #ifdef HAVE_POSIX_SPAWN + #include +-extern "C" char **environ __dso_public; + #endif + + namespace { +@@ -114,6 +114,7 @@ bool LaunchApp(const std::vector + ++#include "nspr.h" + #include "base/eintr_wrapper.h" + +-extern "C" char **environ __attribute__((__visibility__("default"))); +- + namespace base { + + void FreeEnvVarsArray(char* array[], int length) +@@ -66,6 +65,7 @@ bool LaunchApp(const std::vector + ++#include "nspr.h" + #include "base/eintr_wrapper.h" + #include "base/file_util.h" + #include "base/logging.h" +@@ -48,7 +49,6 @@ + + #ifdef HAVE_POSIX_SPAWN + #include +-extern "C" char **environ __dso_public; + #endif + + namespace { +@@ -114,6 +114,7 @@ bool LaunchApp(const std::vector Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B317AAE22CE; Tue, 29 Mar 2016 17:47:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4D31657; Tue, 29 Mar 2016 17:47:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2THlIbl096938; Tue, 29 Mar 2016 17:47:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2THlI4u096936; Tue, 29 Mar 2016 17:47:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201603291747.u2THlI4u096936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 29 Mar 2016 17:47:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412125 - in head/sysutils/acpica-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 17:47:19 -0000 Author: jkim Date: Tue Mar 29 17:47:18 2016 New Revision: 412125 URL: https://svnweb.freebsd.org/changeset/ports/412125 Log: - Prefer devel/byacc over devel/bison to reduce build dependencies between releases. It builds fine after r411933. - Replace the previous patch with the upstream submitted version. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Tue Mar 29 16:17:59 2016 (r412124) +++ head/sysutils/acpica-tools/Makefile Tue Mar 29 17:47:18 2016 (r412125) @@ -29,10 +29,8 @@ MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YAC .include .if ${OSVERSION} < 1001506 -BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison -BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 -MAKE_ARGS+= MACROPROC="${LOCALBASE}/bin/gm4" -YACC= ${LOCALBASE}/bin/bison +BUILD_DEPENDS+= byacc>=20160324_1:devel/byacc +YACC= ${LOCALBASE}/bin/yacc .endif do-install: Modified: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile ============================================================================== --- head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Tue Mar 29 16:17:59 2016 (r412124) +++ head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Tue Mar 29 17:47:18 2016 (r412125) @@ -1,6 +1,6 @@ --- generate/unix/iasl/Makefile.orig 2016-03-18 16:25:41 UTC +++ generate/unix/iasl/Makefile -@@ -274,12 +274,11 @@ include ../Makefile.rules +@@ -274,12 +274,14 @@ include ../Makefile.rules # Function to safely execute yacc # safe_yacc = \ @@ -10,11 +10,14 @@ - $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\ - mv $$_d/$$_f.$${_t\#\#*.} $(3);\ - test -d $$_d && rm -fr $$_d -+ _d=$$(mktemp -d '$(abspath $(OBJDIR))/$(1).XXXXXX') &&\ -+ cd "$$_d" &&\ -+ $(YACC) $(YFLAGS) -p$(1) -o$(1).c -d '$(abspath $(2))' &&\ -+ mv $(1)$(suffix $(3)) '$(abspath $(3))' &&\ -+ rm -fr "$$_d" ++ _d=`mktemp -d $(OBJDIR)/$(1).XXXXXX` &&\ ++ cd $$_d &&\ ++ $(YACC) $(YFLAGS) -d -p$(1) $(abspath $(2)) &&\ ++ cd - &&\ ++ mv $$_d/y.tab$(suffix $(3)) $(3);\ ++ _r=$$?;\ ++ rm -fr $$_d;\ ++ exit $$_r # # Macro processing for iASL .y files From owner-svn-ports-all@freebsd.org Tue Mar 29 17:59:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85291AE25B5; Tue, 29 Mar 2016 17:59:00 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53B181CCD; Tue, 29 Mar 2016 17:59:00 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2THwx0m000229; Tue, 29 Mar 2016 17:58:59 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2THwxuO000225; Tue, 29 Mar 2016 17:58:59 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201603291758.u2THwxuO000225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Tue, 29 Mar 2016 17:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412126 - head/lang/rust-nightly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 17:59:00 -0000 Author: dumbbell (src committer) Date: Tue Mar 29 17:58:59 2016 New Revision: 412126 URL: https://svnweb.freebsd.org/changeset/ports/412126 Log: lang/rust-nightly: Update to 1.9.0.20160318 While here, relevant improvements made to lang/rust were copied. PR: 204418, 206091 Reviewed by: asomers, jbeich Approved by: asomers, jbeich Differential Revision: https://reviews.freebsd.org/D5766 Modified: head/lang/rust-nightly/Makefile head/lang/rust-nightly/distinfo head/lang/rust-nightly/pkg-plist Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Tue Mar 29 17:47:18 2016 (r412125) +++ head/lang/rust-nightly/Makefile Tue Mar 29 17:58:59 2016 (r412126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust-nightly -PORTVERSION= 1.3.0.20150703 +PORTVERSION= 1.9.0.20160318 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/stage0-snapshots/:bootstrap DISTFILES= ${RUST_BOOT}:bootstrap @@ -10,21 +10,9 @@ EXTRACT_ONLY= ${DISTNAME}${_GITHUB_EXTRA ${DISTFILE_compiler_rt} \ ${DISTFILE_hoedown} \ ${DISTFILE_jemalloc} \ + ${DISTFILE_liblibc} \ ${DISTFILE_rust_installer} -USE_GITHUB= yes -GH_ACCOUNT= rust-lang -GH_PROJECT= rust \ - compiler-rt:compiler_rt \ - hoedown:hoedown \ - jemalloc:jemalloc \ - rust-installer:rust_installer -GH_TAGNAME= 7b148381c7 \ - 58ab642:compiler_rt \ - 238c4d5:hoedown \ - e24a1a0:jemalloc \ - 8e4f8ea:rust_installer - MAINTAINER= dumbbell@FreeBSD.org COMMENT= Language with a focus on memory safety and concurrency @@ -37,6 +25,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE \ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler +USE_GITHUB= yes +GH_ACCOUNT= rust-lang +GH_PROJECT= rust \ + compiler-rt:compiler_rt \ + hoedown:hoedown \ + jemalloc:jemalloc \ + libc:liblibc \ + rust-installer:rust_installer +GH_TAGNAME= 235d77457d \ + 57315f7:compiler_rt \ + 4638c60:hoedown \ + aab1c0a:jemalloc \ + 2278a54:liblibc \ + c37d374:rust_installer + # FIXME: The bootstrapped rustc adds -L/usr/local/lib in front of # the LDFLAGS. When stage0's rustc is linked, it picks the installed # librust*so and fails. @@ -44,8 +47,9 @@ CONFLICTS_BUILD= rust \ rust-nightly CONFLICTS_INSTALL= rust-nightly -RUST_BOOT= rust-stage0-${RUST_BOOT_SIG}.tar.bz2 -RUST_BOOT_SIG= 2015-05-24-ba0e1cd-freebsd-x86_64-370db40613f5c08563ed7e38357826dd42d4e0f8 +RUST_BOOT= rust-stage0-${RUST_BOOT_SIG_${ARCH}}.tar.bz2 + +RUST_BOOT_SIG_amd64= 2016-02-17-4d3eebf-freebsd-x86_64-f38991fbb81c1cd8d0bbda396f98f13a55b42804 # Rust's libraries are named librustc_${component}-${RUST_VSN_HASH}.so. # The hash depends on Rust version and, if the channel is not "stable", @@ -55,7 +59,11 @@ RUST_CHANNEL= ${PORTNAME:S/^rust-//} RUST_VSN_HASH!= /usr/bin/printf '%s' ${RUST_VSN}-${RUST_CHANNEL} | /sbin/md5 -q | cut -c 1-8 PLIST_SUB+= RUST_VSN_HASH=${RUST_VSN_HASH} -PLIST_SUB+= RUST_TARGET=x86_64-unknown-${OPSYS:tl} +# Rust's target arch string is different from *BSD arch strings +RUST_ARCH_amd64= x86_64 +RUST_ARCH_i386= i686 +RUST_TARGET= ${RUST_ARCH_${ARCH}}-unknown-${OPSYS:tl} +PLIST_SUB+= RUST_TARGET=${RUST_TARGET} USES= gmake libedit python:2,build HAS_CONFIGURE= yes @@ -63,20 +71,28 @@ CONFIGURE_ARGS= --disable-valgrind --dis --enable-clang --mandir=${MANPREFIX}/man \ --release-channel=${RUST_CHANNEL} -# Use LLVM from ports, instead of the copy shipped with rust. -LLVM_VER= 36 -BUILD_DEPENDS+= llvm${LLVM_VER}>=0:${PORTSDIR}/devel/llvm${LLVM_VER} -CONFIGURE_ARGS+=--llvm-root=${LOCALBASE}/llvm${LLVM_VER} - .if defined(BATCH) || defined(PACKAGE_BUILDING) MAKE_ARGS+= VERBOSE=1 .endif -OPTIONS_DEFINE= LLNEXTGEN +OPTIONS_DEFINE= DOCS GDB LLNEXTGEN PORT_LLVM +GDB_DESC= Install ports gdb (necessary for debugging rust programs) LLNEXTGEN_DESC= Build with grammar verification +GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:${PORTSDIR}/devel/gdb LLNEXTGEN_BUILD_DEPENDS= LLnextgen:${PORTSDIR}/devel/llnextgen +# Rust may pass more regression tests with bundled LLVM +PORT_LLVM_DESC= Build against devel/llvm${LLVM_VER} instead of bundled version +PORT_LLVM_BUILD_DEPENDS= ${LLVM_PREFIX}/bin/FileCheck:${PORTSDIR}/devel/llvm${LLVM_VER} +PORT_LLVM_CONFIGURE_ON= --llvm-root=${LLVM_PREFIX} +PORT_LLVM_EXTRACT_ONLY_OFF= ${DISTFILE_llvm} +PORT_LLVM_GH_PROJECT_OFF= llvm:llvm +PORT_LLVM_GH_TAGNAME_OFF= 63f3a1b:llvm +PORT_LLVM_VARS_OFF= NOPRECIOUSMAKEVARS=1 # ARCH +LLVM_VER?= 36 # XXX Move to DEFAULT_VERSIONS +LLVM_PREFIX= ${LOCALBASE}/llvm${LLVM_VER} + .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 @@ -114,44 +130,59 @@ post-extract: ${MV} ${WRKSRC_hoedown} ${WRKSRC}/src/rt/hoedown) @(${RMDIR} ${WRKSRC}/src/jemalloc && \ ${MV} ${WRKSRC_jemalloc} ${WRKSRC}/src/jemalloc) + @(${RMDIR} ${WRKSRC}/src/liblibc && \ + ${MV} ${WRKSRC_liblibc} ${WRKSRC}/src/liblibc) @(${RMDIR} ${WRKSRC}/src/rust-installer && \ ${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer) @${MKDIR} ${WRKSRC}/dl ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl - (cd ${WRKSRC} && find . -type d -exec chmod 0755 {} \;) + (cd ${WRKSRC} && ${FIND} . -type d -exec ${CHMOD} 0755 {} \;) + +post-extract-PORT_LLVM-off: + @(${RMDIR} ${WRKSRC}/src/llvm && \ + ${MV} ${WRKSRC_llvm} ${WRKSRC}/src/llvm) post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/mk/main.mk + @${REINPLACE_CMD} -e 's|gdb|${LOCALBASE}/bin/gdb|' \ + ${WRKSRC}/src/etc/rust-gdb # In case the previous "make stage" failed, this ensures rust's # install.sh won't backup previously staged files before reinstalling # new ones. Otherwise, the staging directory is polluted with unneeded # files. pre-install: - @if test -f ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc; then \ +.for f in manifest-rustc manifest-rust-std-${RUST_TARGET} + @if test -f ${STAGEDIR}${PREFIX}/lib/rustlib/${f}; then \ ${SED} -E -e 's,^(dir|file:),${STAGEDIR},' \ - < ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc \ + < ${STAGEDIR}${PREFIX}/lib/rustlib/${f} \ | ${XARGS} ${RM}; \ fi +.endfor @${RM} \ ${STAGEDIR}${PREFIX}/lib/rustlib/components \ ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc \ + ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rust-std-${RUST_TARGET} \ ${STAGEDIR}${PREFIX}/lib/rustlib/rust-installer-version \ ${STAGEDIR}${PREFIX}/lib/rustlib/uninstall.sh post-install: - @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log +.for f in manifest-rustc manifest-rust-std-${RUST_TARGET} @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \ - ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc - @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc.bak + ${STAGEDIR}${PREFIX}/lib/rustlib/${f} + @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/${f}.bak +.endfor + @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/bin/rustc \ ${STAGEDIR}${PREFIX}/bin/rustdoc \ ${STAGEDIR}${PREFIX}/lib/*.so \ ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so -.if ${PORT_OPTIONS:MDOCS} - @${MV} ${STAGEDIR}${PREFIX}/share/doc/rust ${STAGEDIR}${DOCSDIR} -.endif +# FIXME: Static libraries in lib/rustlib/*/lib/*.rlib are not stripped, +# but they contain non-object files which make strip(1) unhappy. + +post-install-DOCS-on: + ${MV} ${STAGEDIR}${PREFIX}/share/doc/rust ${STAGEDIR}${DOCSDIR} .include Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Tue Mar 29 17:47:18 2016 (r412125) +++ head/lang/rust-nightly/distinfo Tue Mar 29 17:58:59 2016 (r412126) @@ -1,12 +1,16 @@ -SHA256 (rust-stage0-2015-05-24-ba0e1cd-freebsd-x86_64-370db40613f5c08563ed7e38357826dd42d4e0f8.tar.bz2) = 454530016c6a2f033de5fdfa6086a8caf78a597b99519f1b9a2ecbdd18b001eb -SIZE (rust-stage0-2015-05-24-ba0e1cd-freebsd-x86_64-370db40613f5c08563ed7e38357826dd42d4e0f8.tar.bz2) = 13137436 -SHA256 (rust-lang-rust-1.3.0.20150703-7b148381c7_GH0.tar.gz) = 3df365a30727ffb733fe1cc20545b04eac7be20461c5bf3a51fc95b880a5fcf4 -SIZE (rust-lang-rust-1.3.0.20150703-7b148381c7_GH0.tar.gz) = 6490885 -SHA256 (rust-lang-compiler-rt-58ab642_GH0.tar.gz) = 5553488bae570271b7faf9f112b2594bb70d802d3d071f9ab0e37919e6327f98 -SIZE (rust-lang-compiler-rt-58ab642_GH0.tar.gz) = 1938952 -SHA256 (rust-lang-hoedown-238c4d5_GH0.tar.gz) = e2e62b68cc4ea415c6d584f5e97a4b94f60023acde30345ec7bd68aa52739368 -SIZE (rust-lang-hoedown-238c4d5_GH0.tar.gz) = 60652 -SHA256 (rust-lang-jemalloc-e24a1a0_GH0.tar.gz) = c50c61eae80772cbc7af0905110c30fcea267a57bbc930df115bd4a647a5e2e1 -SIZE (rust-lang-jemalloc-e24a1a0_GH0.tar.gz) = 398919 -SHA256 (rust-lang-rust-installer-8e4f8ea_GH0.tar.gz) = c865d4d2542e2a6588d928857caf910e201e32e200005c485964717bde7970aa -SIZE (rust-lang-rust-installer-8e4f8ea_GH0.tar.gz) = 14602 +SHA256 (rust-stage0-2016-02-17-4d3eebf-freebsd-x86_64-f38991fbb81c1cd8d0bbda396f98f13a55b42804.tar.bz2) = 6123aa870918555835623548e7edbf79480cd754c649fda844dc3c14e4e142f2 +SIZE (rust-stage0-2016-02-17-4d3eebf-freebsd-x86_64-f38991fbb81c1cd8d0bbda396f98f13a55b42804.tar.bz2) = 15922558 +SHA256 (rust-lang-rust-1.9.0.20160318-235d77457d_GH0.tar.gz) = 6833cab6dc2c34a23cdabd565cb950b4e22f2606337c1d9f36c1a9e038eb4192 +SIZE (rust-lang-rust-1.9.0.20160318-235d77457d_GH0.tar.gz) = 5696553 +SHA256 (rust-lang-compiler-rt-57315f7_GH0.tar.gz) = d84fb1afd630c8dd9cca4fb37c4aa90b0b1ee95a7da04439ac109bcb2b63de3a +SIZE (rust-lang-compiler-rt-57315f7_GH0.tar.gz) = 2170312 +SHA256 (rust-lang-hoedown-4638c60_GH0.tar.gz) = c27c4fd8d24082ea6ced012dfefced9b4b2a3b90383b68276f08569803fe0c84 +SIZE (rust-lang-hoedown-4638c60_GH0.tar.gz) = 65837 +SHA256 (rust-lang-jemalloc-aab1c0a_GH0.tar.gz) = cc218c8b704b336a1eb562d58e1311937e3765c83018d00a6c3891a5a87e886a +SIZE (rust-lang-jemalloc-aab1c0a_GH0.tar.gz) = 469834 +SHA256 (rust-lang-libc-2278a54_GH0.tar.gz) = ee3ef64b8c59f2545d6b096f218d5362f713fb61ca0aa24f95b3e6c3dc30769a +SIZE (rust-lang-libc-2278a54_GH0.tar.gz) = 84299 +SHA256 (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 7cc41029b14de023dd4f250b332470c98cf9d1a77d174a20e93d78d07e4255f1 +SIZE (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 19267 +SHA256 (rust-lang-llvm-63f3a1b_GH0.tar.gz) = 3181fb7ae7a3004ad92b35daf0e0d9bf1c93c1c65e3183718c61a3b622336e9f +SIZE (rust-lang-llvm-63f3a1b_GH0.tar.gz) = 23907407 Modified: head/lang/rust-nightly/pkg-plist ============================================================================== --- head/lang/rust-nightly/pkg-plist Tue Mar 29 17:47:18 2016 (r412125) +++ head/lang/rust-nightly/pkg-plist Tue Mar 29 17:58:59 2016 (r412126) @@ -11,10 +11,17 @@ lib/librbml-%%RUST_VSN_HASH%%.so lib/librustc-%%RUST_VSN_HASH%%.so lib/librustc_back-%%RUST_VSN_HASH%%.so lib/librustc_borrowck-%%RUST_VSN_HASH%%.so +lib/librustc_const_eval-%%RUST_VSN_HASH%%.so lib/librustc_data_structures-%%RUST_VSN_HASH%%.so lib/librustc_driver-%%RUST_VSN_HASH%%.so +lib/librustc_front-%%RUST_VSN_HASH%%.so lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/librustc_metadata-%%RUST_VSN_HASH%%.so +lib/librustc_mir-%%RUST_VSN_HASH%%.so +lib/librustc_passes-%%RUST_VSN_HASH%%.so +lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so +lib/librustc_plugin-%%RUST_VSN_HASH%%.so lib/librustc_privacy-%%RUST_VSN_HASH%%.so lib/librustc_resolve-%%RUST_VSN_HASH%%.so lib/librustc_trans-%%RUST_VSN_HASH%%.so @@ -23,6 +30,7 @@ lib/librustdoc-%%RUST_VSN_HASH%%.so lib/libserialize-%%RUST_VSN_HASH%%.so lib/libstd-%%RUST_VSN_HASH%%.so lib/libsyntax-%%RUST_VSN_HASH%%.so +lib/libsyntax_ext-%%RUST_VSN_HASH%%.so lib/libterm-%%RUST_VSN_HASH%%.so lib/libtest-%%RUST_VSN_HASH%%.so lib/rustlib/components @@ -30,47 +38,52 @@ lib/rustlib/etc/debugger_pretty_printers lib/rustlib/etc/gdb_load_rust_pretty_printers.py lib/rustlib/etc/gdb_rust_pretty_printing.py lib/rustlib/manifest-rustc +lib/rustlib/manifest-rust-std-%%RUST_TARGET%% lib/rustlib/rust-installer-version lib/rustlib/uninstall.sh lib/rustlib/%%RUST_TARGET%%/lib/liballoc-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/libarena-%%RUST_VSN_HASH%%.rlib +lib/rustlib/%%RUST_TARGET%%/lib/liballoc_jemalloc-%%RUST_VSN_HASH%%.rlib +lib/rustlib/%%RUST_TARGET%%/lib/liballoc_system-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libarena-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libcollections-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libcompiler-rt.a lib/rustlib/%%RUST_TARGET%%/lib/libcore-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/libflate-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libflate-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libfmt_macros-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libgetopts-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libgetopts-%%RUST_VSN_HASH%%.so -lib/rustlib/%%RUST_TARGET%%/lib/libgraphviz-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libgraphviz-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/liblibc-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/liblog-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/liblog-%%RUST_VSN_HASH%%.so -lib/rustlib/%%RUST_TARGET%%/lib/libmorestack.a lib/rustlib/%%RUST_TARGET%%/lib/librand-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/librbml-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/librbml-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_back-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_bitflags-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/librustc_borrowck-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_const_eval-%%RUST_VSN_HASH%%.rlib +lib/rustlib/%%RUST_TARGET%%/lib/librustc_const_eval-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_data_structures-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_driver-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_front-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_metadata-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_mir-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_passes-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_plugin-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_privacy-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_resolve-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_trans-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_typeck-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_unicode-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/librustdoc-%%RUST_VSN_HASH%%.so -lib/rustlib/%%RUST_TARGET%%/lib/libserialize-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libserialize-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libstd-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libstd-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libsyntax-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/libsyntax_ext-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libterm-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libterm-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libtest-%%RUST_VSN_HASH%%.rlib From owner-svn-ports-all@freebsd.org Tue Mar 29 18:13:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52440AE294B; Tue, 29 Mar 2016 18:13:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 241711459; Tue, 29 Mar 2016 18:13:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TIDlqn006263; Tue, 29 Mar 2016 18:13:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TIDloE006261; Tue, 29 Mar 2016 18:13:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291813.u2TIDloE006261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 18:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412127 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 18:13:48 -0000 Author: amdmi3 Date: Tue Mar 29 18:13:47 2016 New Revision: 412127 URL: https://svnweb.freebsd.org/changeset/ports/412127 Log: - Update to 0.7.1 PR: 208355 Submitted by: bbtruk@users.sourceforge.net (maintainer) Modified: head/x11-fm/doublecmd/Makefile head/x11-fm/doublecmd/distinfo Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Tue Mar 29 17:58:59 2016 (r412126) +++ head/x11-fm/doublecmd/Makefile Tue Mar 29 18:13:47 2016 (r412127) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= doublecmd -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/x11-fm/doublecmd/distinfo ============================================================================== --- head/x11-fm/doublecmd/distinfo Tue Mar 29 17:58:59 2016 (r412126) +++ head/x11-fm/doublecmd/distinfo Tue Mar 29 18:13:47 2016 (r412127) @@ -1,4 +1,4 @@ -SHA256 (doublecmd-0.7.0-src.tar.gz) = 4c0bb537268f44c6571da20a68650ee0164d1db9a300666012a72e8e3d7d6d20 -SIZE (doublecmd-0.7.0-src.tar.gz) = 6635488 +SHA256 (doublecmd-0.7.1-src.tar.gz) = ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf +SIZE (doublecmd-0.7.1-src.tar.gz) = 6655564 SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39 SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996 From owner-svn-ports-all@freebsd.org Tue Mar 29 18:44:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C933EAE2161; Tue, 29 Mar 2016 18:44:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9602F15CD; Tue, 29 Mar 2016 18:44:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TIijeh015275; Tue, 29 Mar 2016 18:44:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TIijoa015274; Tue, 29 Mar 2016 18:44:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291844.u2TIijoa015274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 18:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412128 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 18:44:46 -0000 Author: amdmi3 Date: Tue Mar 29 18:44:45 2016 New Revision: 412128 URL: https://svnweb.freebsd.org/changeset/ports/412128 Log: - Add CPE information PR: 208330 Submitted by: shun.fbsd.pr@dropcut.net Approved by: christer.edwards@gmail.com (maintainer) Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Tue Mar 29 18:13:47 2016 (r412127) +++ head/sysutils/py-salt/Makefile Tue Mar 29 18:44:45 2016 (r412128) @@ -39,7 +39,9 @@ RAET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX ${PYTHON_PKGNAMEPREFIX}ioflo>=1.2.1:${PORTSDIR}/devel/py-ioflo \ ${PYTHON_PKGNAMEPREFIX}raet>0:${PORTSDIR}/net/py-raet -USES= python:2 +USES= cpe python:2 +CPE_VENDOR= saltstack +CPE_PRODUCT= salt USE_PYTHON= distutils NO_ARCH= yes PYDISTUTILS_EGGINFO= salt-${DISTVERSION}-py${PYTHON_VER}.egg-info From owner-svn-ports-all@freebsd.org Tue Mar 29 18:51:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E8FEAE220C; Tue, 29 Mar 2016 18:51:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D77418FC; Tue, 29 Mar 2016 18:51:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TIpF81016225; Tue, 29 Mar 2016 18:51:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TIpFZo016224; Tue, 29 Mar 2016 18:51:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291851.u2TIpFZo016224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 18:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412129 - head/security/dropbear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 18:51:16 -0000 Author: amdmi3 Date: Tue Mar 29 18:51:15 2016 New Revision: 412129 URL: https://svnweb.freebsd.org/changeset/ports/412129 Log: - Add CPE information PR: 208327 Submitted by: shun.fbsd.pr@dropcut.net Approved by: portmgr blanket Modified: head/security/dropbear/Makefile Modified: head/security/dropbear/Makefile ============================================================================== --- head/security/dropbear/Makefile Tue Mar 29 18:44:45 2016 (r412128) +++ head/security/dropbear/Makefile Tue Mar 29 18:51:15 2016 (r412129) @@ -10,7 +10,9 @@ MAINTAINER= pkubaj@anongoth.pl COMMENT= SSH 2 server, designed to be usable in small memory environments GNU_CONFIGURE= yes -USES= gmake tar:bzip2 +USES= cpe gmake tar:bzip2 +CPE_VENDOR= matt_johnston +CPE_PRODUCT= dropbear_ssh_server USE_RC_SUBR= ${PORTNAME} From owner-svn-ports-all@freebsd.org Tue Mar 29 19:41:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA244AE2009; Tue, 29 Mar 2016 19:41:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93E2117D9; Tue, 29 Mar 2016 19:41:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TJfkxc031345; Tue, 29 Mar 2016 19:41:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TJfkrS031343; Tue, 29 Mar 2016 19:41:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291941.u2TJfkrS031343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 19:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412130 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 19:41:47 -0000 Author: amdmi3 Date: Tue Mar 29 19:41:46 2016 New Revision: 412130 URL: https://svnweb.freebsd.org/changeset/ports/412130 Log: - Update to 5.9.1 PR: 208376 Submitted by: bradleythughes@fastmail.fm Approved by: linpct@gmail.com (maintainer) Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Mar 29 18:51:15 2016 (r412129) +++ head/www/node/Makefile Tue Mar 29 19:41:46 2016 (r412130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 5.9.0 +PORTVERSION= 5.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Mar 29 18:51:15 2016 (r412129) +++ head/www/node/distinfo Tue Mar 29 19:41:46 2016 (r412130) @@ -1,2 +1,2 @@ -SHA256 (node-v5.9.0.tar.gz) = e5175a66481fd9389ef74ef8e8c164d052f139664deffc9e79241d6234760f3e -SIZE (node-v5.9.0.tar.gz) = 22455112 +SHA256 (node-v5.9.1.tar.gz) = 9bfa882ba832c526add1f939121c79d95b9c592785ec8afe043086a0c7a30c18 +SIZE (node-v5.9.1.tar.gz) = 22432928 From owner-svn-ports-all@freebsd.org Tue Mar 29 19:54:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 307C9AE2303; Tue, 29 Mar 2016 19:54:42 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D83E81066; Tue, 29 Mar 2016 19:54:41 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TJsfth036639; Tue, 29 Mar 2016 19:54:41 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TJse85036636; Tue, 29 Mar 2016 19:54:40 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201603291954.u2TJse85036636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Tue, 29 Mar 2016 19:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412131 - head/www/xpi-firebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 19:54:42 -0000 Author: bar Date: Tue Mar 29 19:54:40 2016 New Revision: 412131 URL: https://svnweb.freebsd.org/changeset/ports/412131 Log: Update Firebug to 2.0.15 Modified: head/www/xpi-firebug/Makefile head/www/xpi-firebug/distinfo head/www/xpi-firebug/pkg-plist Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Tue Mar 29 19:41:46 2016 (r412130) +++ head/www/xpi-firebug/Makefile Tue Mar 29 19:54:40 2016 (r412131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebug -PORTVERSION= 2.0.13 +PORTVERSION= 2.0.15 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www Modified: head/www/xpi-firebug/distinfo ============================================================================== --- head/www/xpi-firebug/distinfo Tue Mar 29 19:41:46 2016 (r412130) +++ head/www/xpi-firebug/distinfo Tue Mar 29 19:54:40 2016 (r412131) @@ -1,2 +1,2 @@ -SHA256 (xpi/firebug-2.0.13-fx.xpi) = 554e8158c0d39c061ce759de0ade356299a9f92d6ef9ac35ffe65eb449eee422 -SIZE (xpi/firebug-2.0.13-fx.xpi) = 2594940 +SHA256 (xpi/firebug-2.0.15-fx.xpi) = 9155f4d2efc6a228c10d8b72bb99f4cbfffef473b2d8920e57b5554f8d80670b +SIZE (xpi/firebug-2.0.15-fx.xpi) = 2615768 Modified: head/www/xpi-firebug/pkg-plist ============================================================================== --- head/www/xpi-firebug/pkg-plist Tue Mar 29 19:41:46 2016 (r412130) +++ head/www/xpi-firebug/pkg-plist Tue Mar 29 19:54:40 2016 (r412131) @@ -217,6 +217,7 @@ %%XPI_XPIDIR%%/content/firebug/firefox/firebugMenuOverlay.xul %%XPI_XPIDIR%%/content/firebug/firefox/macBrowserOverlay.css %%XPI_XPIDIR%%/content/firebug/firefox/multiprocessNotificationPanel.xml +%%XPI_XPIDIR%%/content/firebug/firefox/newMultiprocessNotificationPanel.xml %%XPI_XPIDIR%%/content/firebug/firefox/panelBarWaiter.js %%XPI_XPIDIR%%/content/firebug/firefox/searchBox.xml %%XPI_XPIDIR%%/content/firebug/firefox/start-button/startButton.xml From owner-svn-ports-all@freebsd.org Tue Mar 29 19:58:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62498AE2724; Tue, 29 Mar 2016 19:58:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3295617C3; Tue, 29 Mar 2016 19:58:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TJwwgN037027; Tue, 29 Mar 2016 19:58:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TJwwCl037025; Tue, 29 Mar 2016 19:58:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603291958.u2TJwwCl037025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 19:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412132 - head/www/node4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 19:58:59 -0000 Author: amdmi3 Date: Tue Mar 29 19:58:58 2016 New Revision: 412132 URL: https://svnweb.freebsd.org/changeset/ports/412132 Log: - Update to 4.4.1 PR: 208379 Submitted by: bradleythughes@fastmail.fm Approved by: linpct@gmail.com (maintainer) Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Tue Mar 29 19:54:40 2016 (r412131) +++ head/www/node4/Makefile Tue Mar 29 19:58:58 2016 (r412132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -52,10 +52,13 @@ post-patch: @${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \ ${WRKSRC}/deps/v8/build/toolchain.gypi @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ - ${WRKSRC}/tools/icu/icu-generic.gyp \ + ${WRKSRC}/common.gypi \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ + ${WRKSRC}/deps/v8/build/standalone.gypi \ + ${WRKSRC}/deps/v8/src/d8.gyp \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ - ${WRKSRC}/deps/v8/src/d8.gyp + ${WRKSRC}/node.gyp \ + ${WRKSRC}/tools/icu/icu-generic.gyp post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Tue Mar 29 19:54:40 2016 (r412131) +++ head/www/node4/distinfo Tue Mar 29 19:58:58 2016 (r412132) @@ -1,2 +1,2 @@ -SHA256 (node-v4.3.1.tar.gz) = 61e2d58e861b6c9dbf0ac7624b718198cbd59b88a9de31a39a05de95a32eee73 -SIZE (node-v4.3.1.tar.gz) = 22585371 +SHA256 (node-v4.4.1.tar.gz) = f3e604cc4d05a4810c37cd43a838a2dc4399d517bd1e8c53b7670dcffc4dc481 +SIZE (node-v4.4.1.tar.gz) = 22361560 From owner-svn-ports-all@freebsd.org Tue Mar 29 20:08:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF20FAE2B53; Tue, 29 Mar 2016 20:08:04 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9CF41120; Tue, 29 Mar 2016 20:08:04 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TK83S1040104; Tue, 29 Mar 2016 20:08:03 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TK83wm040103; Tue, 29 Mar 2016 20:08:03 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201603292008.u2TK83wm040103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 29 Mar 2016 20:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412133 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:08:05 -0000 Author: cmt Date: Tue Mar 29 20:08:03 2016 New Revision: 412133 URL: https://svnweb.freebsd.org/changeset/ports/412133 Log: Document chromium vulnerabilities Approved by: miwi (mentor), rene (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 29 19:58:58 2016 (r412132) +++ head/security/vuxml/vuln.xml Tue Mar 29 20:08:03 2016 (r412133) @@ -58,6 +58,76 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 49.0.2623.108 + + + + +

Google Chrome Releases reports:

+
+

[594574] High CVE-2016-1646: Out-of-bounds read in V8.

+

[590284] High CVE-2016-1647: Use-after-free in Navigation.

+

[590455] High CVE-2016-1648: Use-after-free in Extensions.

+

[597518] CVE-2016-1650: Various fixes from internal audits, + fuzzing and other initiatives.

+

Multiple vulnerabilities in V8 fixed at the tip of the + 4.9 branch

+
+ +
+ + CVE-2016-1646 + CVE-2016-1647 + CVE-2016-1648 + CVE-2016-1649 + CVE-2016-1650 + http://googlechromereleases.blogspot.de/2016/03/stable-channel-update_24.html + + + 2016-03-24 + 2016-03-29 + +
+ + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 49.0.2623.87 + + + + +

Google Chrome Releases reports:

+
+

[589838] High CVE-2016-1643: Type confusion in Blink.

+

[590620] High CVE-2016-1644: Use-after-free in Blink.

+

[587227] High CVE-2016-1645: Out-of-bounds write in PDFium.

+
+ +
+ + CVE-2016-1643 + CVE-2016-1644 + CVE-2016-1645 + http://googlechromereleases.blogspot.de/2016/03/stable-channel-update_8.html + + + 2016-03-08 + 2016-03-29 + +
+ bind -- denial of service vulnerability From owner-svn-ports-all@freebsd.org Tue Mar 29 20:12:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 052B0AE2E0D; Tue, 29 Mar 2016 20:12:51 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAB8E1742; Tue, 29 Mar 2016 20:12:50 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TKCoSw042970; Tue, 29 Mar 2016 20:12:50 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TKCotx042969; Tue, 29 Mar 2016 20:12:50 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201603292012.u2TKCotx042969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 29 Mar 2016 20:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412134 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:12:51 -0000 Author: brd Date: Tue Mar 29 20:12:49 2016 New Revision: 412134 URL: https://svnweb.freebsd.org/changeset/ports/412134 Log: Make the do-{build,extract,install} targets overrideable. Approved by: swills (mentor) Modified: head/Mk/bsd.ruby.mk Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Tue Mar 29 20:08:03 2016 (r412133) +++ head/Mk/bsd.ruby.mk Tue Mar 29 20:12:49 2016 (r412134) @@ -479,6 +479,7 @@ RUBYGEM_ARGS+= --no-rdoc --no-ri RUBYGEM_ARGS+= --rdoc --ri .endif +.if !target(do-extract) do-extract: @${SETENV} ${GEM_ENV} ${RUBYGEMBIN} unpack --target=${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/${GEMFILES} @(cd ${BUILD_WRKSRC}; if ! ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} spec --ruby ${DISTDIR}/${DIST_SUBDIR}/${GEMFILES} > ${GEMSPEC} ; then \ @@ -488,7 +489,9 @@ do-extract: fi; \ ${FALSE}; \ fi) +.endif +.if !target(do-build) do-build: @(cd ${BUILD_WRKSRC}; if ! ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} build --force ${GEMSPEC} ; then \ if [ -n "${BUILD_FAIL_MESSAGE}" ] ; then \ @@ -497,7 +500,9 @@ do-build: fi; \ ${FALSE}; \ fi) +.endif +.if !target(do-install) do-install: (cd ${BUILD_WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install ${RUBYGEM_ARGS} ${GEMFILES} -- --build-args ${CONFIGURE_ARGS}) ${RM} -r ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/build_info/ @@ -509,6 +514,7 @@ do-install: .if defined(NOPORTDOCS) -@${RMDIR} ${STAGEDIR}${PREFIX}/${DOC_DIR} .endif +.endif . if defined(RUBYGEM_AUTOPLIST) . if !target(post-install-script) From owner-svn-ports-all@freebsd.org Tue Mar 29 20:36:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC729AE2420; Tue, 29 Mar 2016 20:36:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 556F612E3; Tue, 29 Mar 2016 20:36:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TKaTlQ050380; Tue, 29 Mar 2016 20:36:29 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TKaPS8050332; Tue, 29 Mar 2016 20:36:25 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201603292036.u2TKaPS8050332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 29 Mar 2016 20:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412135 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:36:30 -0000 Author: cmt Date: Tue Mar 29 20:36:24 2016 New Revision: 412135 URL: https://svnweb.freebsd.org/changeset/ports/412135 Log: Update chromium to 49.0.2623.110 Approved by: miwi (mentor), rene (mentor) MFH: 2016Q1 Security: 5c288f68-c7ca-4c0d-b7dc-1ec6295200b3 Security: f85fa236-e2a6-412e-b5c7-c42120892de5 Security: 8be8ca39-ae70-4422-bf1a-d8fae6911c5e Added: head/www/chromium/files/patch-base__move.h (contents, props changed) head/www/chromium/files/patch-chrome__browser__download__download_query.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc (contents, props changed) head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc (contents, props changed) head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc (contents, props changed) head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc (contents, props changed) head/www/chromium/files/patch-components__drive__drive_api_util.cc (contents, props changed) head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc (contents, props changed) head/www/chromium/files/patch-components__flags_ui__flags_state.cc (contents, props changed) head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc (contents, props changed) head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc (contents, props changed) head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc (contents, props changed) head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc (contents, props changed) head/www/chromium/files/patch-components__policy__core__common__schema.cc (contents, props changed) head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc (contents, props changed) head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc (contents, props changed) head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc (contents, props changed) head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc (contents, props changed) head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc (contents, props changed) head/www/chromium/files/patch-extensions__common__image_util.cc (contents, props changed) head/www/chromium/files/patch-extensions__common__stack_frame.cc (contents, props changed) head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc (contents, props changed) head/www/chromium/files/patch-third_party__leveldatabase__env_chromium.cc (contents, props changed) head/www/chromium/files/patch-third_party__webrtc__modules__video_coding__receiver.cc (contents, props changed) head/www/chromium/files/patch-ui__accessibility__platform__ax_platform_node.h (contents, props changed) head/www/chromium/files/patch-ui__views__accessibility__native_view_accessibility.h (contents, props changed) Deleted: head/www/chromium/files/patch-base__allocator__allocator_extension.cc head/www/chromium/files/patch-chrome__app__theme__theme_resources.grd head/www/chromium/files/patch-chrome__browser__about_flags.cc head/www/chromium/files/patch-chrome__browser__ssl__bad_blocking_page.cc head/www/chromium/files/patch-chrome__browser__sync__profile_sync_components_factory_impl.cc head/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc head/www/chromium/files/patch-components__printing__renderer__print_web_view_helper.h head/www/chromium/files/patch-net__base__net_util.h head/www/chromium/files/patch-third_party__boringssl__src__crypto__bn__generic.c head/www/chromium/files/patch-third_party__skia__src__core__SkVarAlloc.cpp head/www/chromium/files/patch-third_party__skia__src__ports__SkTime_Unix.cpp head/www/chromium/files/patch-third_party__webrtc__modules__video_coding__main__source__receiver.cc head/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__thread_posix.cc head/www/chromium/files/patch-ui__accessibility__platform__ax_platform_node.cc head/www/chromium/files/patch-ui__views__accessibility__native_view_accessibility.cc Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/extra-patch-clang head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc head/www/chromium/files/patch-base__strings__safe_sprintf.cc head/www/chromium/files/patch-base__sys_info_freebsd.cc head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc head/www/chromium/files/patch-build__common.gypi head/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc (contents, props changed) head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc (contents, props changed) head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h head/www/chromium/files/patch-content__browser__browser_main_loop.cc head/www/chromium/files/patch-content__browser__child_process_launcher.cc head/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc head/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc (contents, props changed) head/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc (contents, props changed) head/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc (contents, props changed) head/www/chromium/files/patch-gpu__config__gpu_control_list.cc head/www/chromium/files/patch-gpu__config__gpu_info_collector.cc (contents, props changed) head/www/chromium/files/patch-media__filters__decrypting_audio_decoder.cc head/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc head/www/chromium/files/patch-media__formats__common__offset_byte_queue.h (contents, props changed) head/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc head/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc (contents, props changed) head/www/chromium/files/patch-net__base__address_tracker_linux.h head/www/chromium/files/patch-net__proxy__proxy_config_service_linux.cc head/www/chromium/files/patch-net__quic__congestion_control__rtt_stats.cc head/www/chromium/files/patch-net__socket__socks5_client_socket.cc head/www/chromium/files/patch-ppapi__proxy__file_io_resource.cc head/www/chromium/files/patch-ppapi__shared_impl__private__net_address_private_impl.cc head/www/chromium/files/patch-third_party__WebKit__Source__bindings__core__v8__V8ScriptRunner.cpp head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gni head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gypi (contents, props changed) head/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h head/www/chromium/files/patch-third_party__webrtc__base__physicalsocketserver.cc (contents, props changed) head/www/chromium/files/patch-third_party__webrtc__modules__audio_device__audio_device.gypi head/www/chromium/pkg-plist Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/Makefile Tue Mar 29 20:36:24 2016 (r412135) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.116 -PORTREVISION= 1 +PORTVERSION= 49.0.2623.110 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -57,7 +56,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l xdg-open:${PORTSDIR}/devel/xdg-utils ONLY_FOR_ARCHS= i386 amd64 -USES= bison compiler:c++11-lib cpe desktop-file-utils execinfo jpeg \ +USES= bison compiler:c++14-lang cpe desktop-file-utils execinfo jpeg \ ninja perl5 pkgconfig python:2,build shebangfix tar:xz CPE_VENDOR= google CPE_PRODUCT= chrome @@ -206,7 +205,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local .else GYP_DEFINES+= clang=1 -CFLAGS+= -Wno-unknown-warning-option +CFLAGS+= -Wno-unknown-warning-option \ + -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 # work around base r261801 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang CONFIGURE_ENV+= AR=/usr/bin/ar .endif @@ -339,6 +339,7 @@ pre-configure: 'third_party/webdriver' \ 'third_party/webrtc' \ 'third_party/widevine' \ + 'third_party/woff2' \ 'third_party/x86inc' \ 'third_party/yasm' \ 'third_party/zlib' \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/distinfo Tue Mar 29 20:36:24 2016 (r412135) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.116.tar.xz) = 6a1eb9b4c853f15eeec0a55af7ac3b41835f0fc592ba6c0a500873cb12a84d0f -SIZE (chromium-48.0.2564.116.tar.xz) = 432321192 -SHA256 (chromium-48.0.2564.116-testdata.tar.xz) = 3cc8a9cf3f01321b22d31d37b99372aca027a1bcbe160b5d5dc7197159ebd35d -SIZE (chromium-48.0.2564.116-testdata.tar.xz) = 117230276 +SHA256 (chromium-49.0.2623.110.tar.xz) = 41840925d3769555ce4ebd780ee0dc6789ffae27b1684006c9b543bcaa35bbd2 +SIZE (chromium-49.0.2623.110.tar.xz) = 520407796 +SHA256 (chromium-49.0.2623.110-testdata.tar.xz) = 5a3d3a920a780caa685e6667a41489a756f3847095bcaf202b9d0b1bec566328 +SIZE (chromium-49.0.2623.110-testdata.tar.xz) = 117576612 Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/extra-patch-clang Tue Mar 29 20:36:24 2016 (r412135) @@ -1,29 +1,3 @@ ---- base/allocator/allocator_extension.cc 2015-04-15 00:18:47.000000000 +0200 -+++ base/allocator/allocator_extension.cc 2015-04-18 21:44:25.000000000 +0200 -@@ -35,20 +35,20 @@ - void SetGetAllocatorWasteSizeFunction( - thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { - DCHECK_EQ(thunks::GetGetAllocatorWasteSizeFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetGetAllocatorWasteSizeFunction(get_allocator_waste_size_function); - } - - void SetGetStatsFunction(thunks::GetStatsFunction get_stats_function) { - DCHECK_EQ(thunks::GetGetStatsFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetGetStatsFunction(get_stats_function); - } - - void SetReleaseFreeMemoryFunction( - thunks::ReleaseFreeMemoryFunction release_free_memory_function) { - DCHECK_EQ(thunks::GetReleaseFreeMemoryFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); - } - --- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 +++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 @@ -729,12 +729,14 @@ @@ -77,24 +51,6 @@ } // Helper function to verify the most common test expectations. -@@ -240,7 +240,7 @@ - ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); - - scoped_ptr data(new DeathData()); -- ASSERT_NE(data, reinterpret_cast(NULL)); -+ ASSERT_NE(data, static_cast(NULL)); - EXPECT_EQ(data->run_duration_sum(), 0); - EXPECT_EQ(data->run_duration_max(), 0); - EXPECT_EQ(data->run_duration_sample(), 0); -@@ -279,7 +279,7 @@ - ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); - - scoped_ptr data(new DeathData()); -- ASSERT_NE(data, reinterpret_cast(NULL)); -+ ASSERT_NE(data, static_cast(NULL)); - - int32 run_ms = 42; - int32 queue_ms = 8; --- components/sync_sessions/synced_session_tracker.cc.orig 2016-01-21 13:04:41.772845558 +0100 +++ components/sync_sessions/synced_session_tracker.cc 2016-01-21 13:05:17.652842509 +0100 @@ -286,7 +286,7 @@ Added: head/www/chromium/files/patch-base__move.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-base__move.h Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,11 @@ +--- base/move.h.orig 2016-03-05 17:46:48.797428036 +0100 ++++ base/move.h 2016-03-05 17:47:02.108427026 +0100 +@@ -31,7 +31,7 @@ + // for more details. + // TODO(crbug.com/566182): Remove this macro and use DISALLOW_COPY_AND_ASSIGN + // everywhere instead. +-#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX) ++#if (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX)) && !defined(OS_BSD) + #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \ + private: \ + type(const type&) = delete; \ Modified: head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc ============================================================================== --- head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,11 +1,13 @@ ---- base/posix/unix_domain_socket_linux_unittest.cc.orig 2014-10-10 08:54:09 UTC -+++ base/posix/unix_domain_socket_linux_unittest.cc -@@ -2,8 +2,13 @@ +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2016-03-02 22:40:17.347033545 +0100 ++++ base/posix/unix_domain_socket_linux_unittest.cc 2016-03-02 22:40:44.347072090 +0100 +@@ -2,10 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "build/build_config.h" + + #include + #include #include #include +#if defined(OS_BSD) Modified: head/www/chromium/files/patch-base__strings__safe_sprintf.cc ============================================================================== --- head/www/chromium/files/patch-base__strings__safe_sprintf.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-base__strings__safe_sprintf.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,26 +1,16 @@ ---- base/strings/safe_sprintf.cc.orig 2014-10-10 08:54:09 UTC -+++ base/strings/safe_sprintf.cc -@@ -107,15 +107,16 @@ - : buffer_(buffer), - size_(size - 1), // Account for trailing NUL byte +--- base/strings/safe_sprintf.cc.orig 2016-03-02 22:57:14.510959331 +0100 ++++ base/strings/safe_sprintf.cc 2016-03-02 23:00:42.911944805 +0100 +@@ -115,8 +115,11 @@ count_(0) { --// The following assertion does not build on Mac and Android. This is because --// static_assert only works with compile-time constants, but mac uses --// libstdc++4.2 and android uses stlport, which both don't mark --// numeric_limits::max() as constexp. Likewise, MSVS2013's standard library --// also doesn't mark max() as constexpr yet. cl.exe supports static_cast but --// doesn't really implement constexpr yet so it doesn't complain, but clang -+// The following assertion does not build on Mac and Android and older FreeBSD. -+// This is because static_assert only works with compile-time constants, but -+// mac and FreeBSD < 10 use libstdc++4.2 and android uses stlport, which both -+// don't mark numeric_limits::max() as constexp. Likewise, MSVS2013's standard -+// library also doesn't mark max() as constexpr yet. cl.exe supports static_cast -+// but doesn't really implement constexpr yet so it doesn't complain, but clang - // does. - #if __cplusplus >= 201103 && !defined(OS_ANDROID) && !defined(OS_MACOSX) && \ -- !defined(OS_IOS) && !(defined(__clang__) && defined(OS_WIN)) -+ !defined(OS_IOS) && !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) \ -+ && !(defined(__clang__) && defined(OS_WIN)) - COMPILE_ASSERT(kSSizeMaxConst == \ - static_cast(std::numeric_limits::max()), - kSSizeMax_is_the_max_value_of_an_ssize_t); + // MSVS2013's standard library doesn't mark max() as constexpr yet. cl.exe + // supports static_cast but doesn't really implement constexpr yet so it doesn't +-// complain, but clang does. +-#if __cplusplus >= 201103 && !(defined(__clang__) && defined(OS_WIN)) ++// complain, but clang does. Older FreeBSD (<10) use libstdc++4.2, which ++// doesn't mark numeric_limits::max() as constexp. ++#if __cplusplus >= 201103 && \ ++ !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) && \ ++ !(defined(__clang__) && defined(OS_WIN)) + static_assert(kSSizeMaxConst == + static_cast(std::numeric_limits::max()), + "kSSizeMaxConst should be the max value of an ssize_t"); Modified: head/www/chromium/files/patch-base__sys_info_freebsd.cc ============================================================================== --- head/www/chromium/files/patch-base__sys_info_freebsd.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-base__sys_info_freebsd.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,35 +1,46 @@ ---- base/sys_info_freebsd.cc.orig 2015-07-15 16:29:55.000000000 -0400 -+++ base/sys_info_freebsd.cc 2015-07-21 20:50:15.595303000 -0400 -@@ -4,6 +4,7 @@ +--- base/sys_info_freebsd.cc.orig_orig 2016-03-20 18:19:10.466074029 +0100 ++++ base/sys_info_freebsd.cc 2016-03-20 18:22:51.449059006 +0100 +@@ -12,12 +12,34 @@ - #include "base/sys_info.h" + namespace base { -+#include - #include - - #include "base/logging.h" -@@ -23,6 +24,19 @@ - } - - // static -+int64 SysInfo::AmountOfAvailablePhysicalMemory() { -+ int available_pages, page_size; -+ size_t size = sizeof(available_pages); -+ sysctlbyname("vm.stats.vm.v_free_count", &available_pages, &size, NULL, 0); -+ sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); -+ if (available_pages == -1 || page_size == -1) { ++int64_t SysInfo::AmountOfAvailablePhysicalMemory() { ++ int page_size, r = 0; ++ unsigned pgfree, pginact, pgcache; ++ size_t size = sizeof(page_size); ++ size_t szpg = sizeof(pgfree); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_free_count", &pgfree, &szpg, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_inactive_count", &pginact, &szpg, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_cache_count", &pgcache, &szpg, NULL, 0); ++ if (r == -1) { + NOTREACHED(); + return 0; + } -+ return static_cast(available_pages) * page_size; ++ return static_cast((pgfree + pginact + pgcache) * page_size); +} + -+// static - uint64 SysInfo::MaxSharedMemorySize() { - size_t limit; - size_t size = sizeof(limit); -@@ -33,4 +47,25 @@ - return static_cast(limit); + int64_t SysInfo::AmountOfPhysicalMemory() { +- int pages, page_size; ++ int pages, page_size, r = 0; + size_t size = sizeof(pages); +- sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0); +- sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); +- if (pages == -1 || page_size == -1) { ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); ++ if (r == -1) { + NOTREACHED(); + return 0; + } +@@ -35,4 +57,25 @@ + return static_cast(limit); } +// static Modified: head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc ============================================================================== --- head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,11 +1,11 @@ ---- base/trace_event/process_memory_dump.cc.orig 2016-01-21 17:38:36.214712498 +0100 -+++ base/trace_event/process_memory_dump.cc 2016-01-21 17:38:51.814711855 +0100 +--- base/trace_event/process_memory_dump.cc.orig 2016-03-05 15:21:43.755196423 +0100 ++++ base/trace_event/process_memory_dump.cc 2016-03-05 15:22:37.112362644 +0100 @@ -66,7 +66,7 @@ int error_counter = 0; // HANDLE_EINTR tries for 100 times. So following the same pattern. do { -- result = mincore(chunk_start, chunk_size, vector_as_array(&vec)); -+ result = mincore(chunk_start, chunk_size, (char *) vector_as_array(&vec)); +- result = mincore(chunk_start, chunk_size, vec.data()); ++ result = mincore(chunk_start, chunk_size, (char *) vec.data()); } while (result == -1 && errno == EAGAIN && error_counter++ < 100); if (result) break; Modified: head/www/chromium/files/patch-build__common.gypi ============================================================================== --- head/www/chromium/files/patch-build__common.gypi Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-build__common.gypi Tue Mar 29 20:36:24 2016 (r412135) @@ -31,13 +31,13 @@ 'use_dbus%': 1, }, { 'use_dbus%': 0, -@@ -997,7 +1003,7 @@ +@@ -1011,7 +1011,7 @@ }, { 'use_openmax_dl_fft%': 0, }], - ['OS=="win" or OS=="linux"', { + ['OS=="win" or OS=="linux" or OS=="freebsd"', { - 'enable_mdns%' : 1, + 'enable_mdns%' : 1, }], @@ -1263,6 +1269,10 @@ Added: head/www/chromium/files/patch-chrome__browser__download__download_query.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__download__download_query.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- chrome/browser/download/download_query.cc.orig 2016-03-05 21:04:25.551612729 +0100 ++++ chrome/browser/download/download_query.cc 2016-03-05 21:05:14.895785377 +0100 +@@ -31,7 +31,11 @@ + #include "components/url_formatter/url_formatter.h" + #include "content/public/browser/content_browser_client.h" + #include "content/public/browser/download_item.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + using content::DownloadDangerType; Added: head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- chrome/browser/extensions/activity_log/activity_log.cc.orig 2016-03-05 21:02:01.319620815 +0100 ++++ chrome/browser/extensions/activity_log/activity_log.cc 2016-03-05 21:02:58.927616965 +0100 +@@ -39,7 +39,11 @@ + #include "extensions/browser/extensions_browser_client.h" + #include "extensions/common/extension.h" + #include "extensions/common/one_shot_event.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace constants = activity_log_constants; Modified: head/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,5 +1,5 @@ ---- chrome/browser/extensions/api/music_manager_private/device_id_linux.cc.orig 2014-10-10 08:54:10 UTC -+++ chrome/browser/extensions/api/music_manager_private/device_id_linux.cc +--- chrome/browser/extensions/api/music_manager_private/device_id_linux.cc.orig 2016-03-04 21:17:01.250966286 +0100 ++++ chrome/browser/extensions/api/music_manager_private/device_id_linux.cc 2016-03-04 21:17:09.082965156 +0100 @@ -4,6 +4,10 @@ #include "chrome/browser/extensions/api/music_manager_private/device_id.h" @@ -8,9 +8,9 @@ +#include +#include +#endif - #include // Must be included before ifaddrs.h. #include #include + #include @@ -102,11 +106,33 @@ const char* prefixes[], size_t prefixes_count) { Added: head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2016-03-05 21:11:05.017583997 +0100 ++++ chrome/browser/password_manager/chrome_password_manager_client.cc 2016-03-05 21:11:24.785751124 +0100 +@@ -55,7 +55,11 @@ + #include "content/public/browser/web_contents.h" + #include "google_apis/gaia/gaia_urls.h" + #include "net/base/url_util.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + #if defined(OS_MACOSX) || BUILDFLAG(ANDROID_JAVA_UI) + #include "chrome/browser/password_manager/save_password_infobar_delegate.h" Added: head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,16 @@ +--- chrome/browser/search/local_files_ntp_source.cc.orig 2016-03-05 21:06:47.216601080 +0100 ++++ chrome/browser/search/local_files_ntp_source.cc 2016-03-05 21:07:16.040598823 +0100 +@@ -19,8 +19,13 @@ + #include "chrome/common/url_constants.h" + #include "content/public/browser/browser_thread.h" + #include "content/public/browser/url_data_source.h" ++#if defined(OS_BSD) ++#include ++#include ++#else + #include "third_party/re2/src/re2/re2.h" + #include "third_party/re2/src/re2/stringpiece.h" ++#endif + + namespace { + Added: head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,11 @@ +--- chrome/browser/sync/chrome_sync_client.cc.orig 2016-03-04 21:50:06.513829549 +0100 ++++ chrome/browser/sync/chrome_sync_client.cc 2016-03-04 21:50:19.352828601 +0100 +@@ -572,7 +572,7 @@ + } + #endif + +-#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_BSD) + // Dictionary sync is enabled by default. + if (!disabled_types.Has(syncer::DICTIONARY)) { + sync_service->RegisterDataTypeController(new UIDataTypeController( Modified: head/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -18,10 +18,10 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -1799,7 +1799,7 @@ - attached_tabstrip_->GetWidget()->GetNativeWindow(); - if (exclude_dragged_view && dragged_window) - exclude.insert(dragged_window); +@@ -1806,7 +1806,7 @@ + if (dragged_window) + exclude.insert(dragged_window); + } -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) +#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) // Exclude windows which are pending deletion via Browser::TabStripEmpty(). Added: head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- chrome/browser/ui/webui/extensions/extension_loader_handler.cc.orig 2016-03-05 21:09:24.961590217 +0100 ++++ chrome/browser/ui/webui/extensions/extension_loader_handler.cc 2016-03-05 21:09:41.001588829 +0100 +@@ -25,7 +25,11 @@ + #include "extensions/common/constants.h" + #include "extensions/common/extension.h" + #include "extensions/common/manifest_constants.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "ui/base/l10n/l10n_util.h" + + namespace extensions { Added: head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/autofill/content/renderer/password_form_conversion_utils.cc.orig 2016-03-05 21:26:25.526530088 +0100 ++++ components/autofill/content/renderer/password_form_conversion_utils.cc 2016-03-05 21:26:38.502521878 +0100 +@@ -26,7 +26,11 @@ + #include "third_party/WebKit/public/web/WebFormControlElement.h" + #include "third_party/WebKit/public/web/WebFrame.h" + #include "third_party/WebKit/public/web/WebInputElement.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using blink::WebDocument; + using blink::WebFormControlElement; Added: head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/autofill/core/browser/form_structure.cc.orig 2016-03-05 21:25:19.742524141 +0100 ++++ components/autofill/core/browser/form_structure.cc 2016-03-05 21:25:31.566523885 +0100 +@@ -35,7 +35,11 @@ + #include "components/rappor/rappor_service.h" + #include "components/rappor/rappor_utils.h" + #include "third_party/libxml/chromium/libxml_utils.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace autofill { + namespace { Added: head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/dom_distiller/core/page_features.cc.orig 2016-03-05 21:23:13.237533214 +0100 ++++ components/dom_distiller/core/page_features.cc 2016-03-05 21:23:28.813592348 +0100 +@@ -9,7 +9,11 @@ + #include + + #include "base/json/json_reader.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace dom_distiller { Added: head/www/chromium/files/patch-components__drive__drive_api_util.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__drive__drive_api_util.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/drive/drive_api_util.cc.orig 2016-03-05 21:22:18.245536848 +0100 ++++ components/drive/drive_api_util.cc 2016-03-05 21:22:28.781536000 +0100 +@@ -22,7 +22,11 @@ + #include "google_apis/drive/drive_api_parser.h" + #include "net/base/escape.h" + #include "net/base/net_errors.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace drive { Added: head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/feedback/anonymizer_tool.cc.orig 2016-03-05 21:12:40.810576880 +0100 ++++ components/feedback/anonymizer_tool.cc 2016-03-05 21:12:56.522575394 +0100 +@@ -9,7 +9,11 @@ + #include "base/strings/string_number_conversions.h" + #include "base/strings/string_util.h" + #include "base/strings/stringprintf.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using re2::RE2; + Added: head/www/chromium/files/patch-components__flags_ui__flags_state.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__flags_ui__flags_state.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,11 @@ +--- components/flags_ui/flags_state.cc.orig 2016-03-04 21:01:15.539156962 +0100 ++++ components/flags_ui/flags_state.cc 2016-03-04 21:00:48.239033063 +0100 +@@ -450,7 +450,7 @@ + return kOsWin; + #elif defined(OS_CHROMEOS) // Needs to be before the OS_LINUX check. + return kOsCrOS; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_FREEBSD) + return kOsLinux; + #elif defined(OS_ANDROID) + return kOsAndroid; Added: head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/json_schema/json_schema_validator.cc.orig 2016-03-05 17:55:58.871393896 +0100 ++++ components/json_schema/json_schema_validator.cc 2016-03-05 17:56:49.927387504 +0100 +@@ -20,7 +20,11 @@ + #include "base/strings/stringprintf.h" + #include "base/values.h" + #include "components/json_schema/json_schema_constants.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace schema = json_schema_constants; + Added: head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/keyed_service/core/dependency_graph_unittest.cc.orig 2016-03-05 21:17:52.372555224 +0100 ++++ components/keyed_service/core/dependency_graph_unittest.cc 2016-03-05 21:18:04.371555206 +0100 +@@ -9,7 +9,11 @@ + #include "components/keyed_service/core/dependency_graph.h" + #include "components/keyed_service/core/dependency_node.h" + #include "testing/gtest/include/gtest/gtest.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace { + Added: head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/password_manager/core/browser/import/csv_reader.cc.orig 2016-03-05 21:24:14.054528874 +0100 ++++ components/password_manager/core/browser/import/csv_reader.cc 2016-03-05 21:24:28.997912844 +0100 +@@ -9,7 +9,11 @@ + #include "base/logging.h" + #include "base/macros.h" + #include "base/strings/string_util.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace { + Added: head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/plugins/renderer/plugin_placeholder.cc.orig 2016-03-05 21:19:00.436550513 +0100 ++++ components/plugins/renderer/plugin_placeholder.cc 2016-03-05 21:20:14.436562091 +0100 +@@ -11,7 +11,11 @@ + #include "gin/object_template_builder.h" + #include "third_party/WebKit/public/web/WebElement.h" + #include "third_party/WebKit/public/web/WebPluginContainer.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace plugins { + Added: head/www/chromium/files/patch-components__policy__core__common__schema.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__policy__core__common__schema.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/policy/core/common/schema.cc.orig 2016-03-05 19:30:39.179235992 +0100 ++++ components/policy/core/common/schema.cc 2016-03-05 19:31:28.596994984 +0100 +@@ -21,7 +21,11 @@ + #include "components/json_schema/json_schema_constants.h" + #include "components/json_schema/json_schema_validator.h" + #include "components/policy/core/common/schema_internal.h" ++#if defined(OS_FREEBSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace schema = json_schema_constants; + Modified: head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc ============================================================================== --- head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,6 +1,6 @@ --- components/storage_monitor/storage_monitor_freebsd.cc.orig 1970-01-01 01:00:00.000000000 +0100 +++ components/storage_monitor/storage_monitor_freebsd.cc 2015-04-19 19:38:05.000000000 +0200 -@@ -0,0 +1,102 @@ +@@ -0,0 +1,101 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -13,7 +13,6 @@ + +#include + -+#include "base/basictypes.h" +#include "base/bind.h" +#include "base/metrics/histogram.h" +#include "base/process/kill.h" @@ -64,7 +63,7 @@ + if (!process.WaitForExitWithTimeout(base::TimeDelta::FromMilliseconds(3000), + &exit_code)) { + process.Terminate(-1, false); -+ base::EnsureProcessTerminated(process.Pass()); ++ base::EnsureProcessTerminated(std::move(process)); + return StorageMonitor::EJECT_FAILURE; + } + Modified: head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h ============================================================================== --- head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h Tue Mar 29 20:36:24 2016 (r412135) @@ -1,6 +1,6 @@ --- components/storage_monitor/storage_monitor_freebsd.h.orig 2015-01-24 17:14:44 UTC +++ components/storage_monitor/storage_monitor_freebsd.h -@@ -0,0 +1,47 @@ +@@ -0,0 +1,46 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -17,7 +17,6 @@ +#include +#include + -+#include "base/basictypes.h" +#include "base/compiler_specific.h" +#include "base/files/file_path.h" +#include "base/files/file_path_watcher.h" Added: head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,16 @@ +--- components/url_matcher/regex_set_matcher.cc.orig 2016-03-05 21:14:47.451567783 +0100 ++++ components/url_matcher/regex_set_matcher.cc 2016-03-05 21:15:45.419563760 +0100 +@@ -10,8 +10,13 @@ + #include "base/stl_util.h" + #include "base/strings/string_util.h" + #include "components/url_matcher/substring_set_matcher.h" ++#if defined(OS_BSD) ++#include ++#include ++#else + #include "third_party/re2/src/re2/filtered_re2.h" + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace url_matcher { + Added: head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/url_matcher/url_matcher_factory.cc.orig 2016-03-05 21:16:31.699560757 +0100 ++++ components/url_matcher/url_matcher_factory.cc 2016-03-05 21:16:54.155559498 +0100 +@@ -15,7 +15,11 @@ + #include "base/values.h" + #include "components/url_matcher/url_matcher_constants.h" + #include "components/url_matcher/url_matcher_helpers.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace url_matcher { + Added: head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- components/webcrypto/algorithms/test_helpers.cc.orig 2016-03-05 21:20:58.677542744 +0100 ++++ components/webcrypto/algorithms/test_helpers.cc 2016-03-05 21:21:13.733542071 +0100 +@@ -26,7 +26,11 @@ + #include "components/webcrypto/status.h" + #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h" + #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace webcrypto { + Modified: head/www/chromium/files/patch-content__browser__browser_main_loop.cc ============================================================================== --- head/www/chromium/files/patch-content__browser__browser_main_loop.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-content__browser__browser_main_loop.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -18,15 +18,3 @@ // No thread should be created before this call, as SetupSandbox() // will end-up using fork(). SetupSandbox(parsed_command_line_); -@@ -808,9 +808,9 @@ - } - #endif - --#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) - ZygoteHostImpl::GetInstance()->TearDownAfterLastChild(); --#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) - - // The device monitors are using |system_monitor_| as dependency, so delete - // them before |system_monitor_| goes away. Modified: head/www/chromium/files/patch-content__browser__child_process_launcher.cc ============================================================================== --- head/www/chromium/files/patch-content__browser__child_process_launcher.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-content__browser__child_process_launcher.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,6 +1,6 @@ ---- content/browser/child_process_launcher.cc.orig 2015-09-01 16:10:42.000000000 -0400 -+++ content/browser/child_process_launcher.cc 2015-09-03 10:33:53.388547000 -0400 -@@ -114,7 +114,11 @@ +--- content/browser/child_process_launcher.cc.orig 2016-03-04 22:27:56.807672733 +0100 ++++ content/browser/child_process_launcher.cc 2016-03-04 22:34:35.624645928 +0100 +@@ -116,7 +116,11 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #elif defined(OS_POSIX) && !defined(OS_ANDROID) @@ -12,7 +12,7 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #endif -@@ -143,7 +147,7 @@ +@@ -145,7 +149,7 @@ #endif #endif @@ -21,7 +21,7 @@ std::map regions; GetContentClient()->browser()->GetAdditionalMappedFilesForChildProcess( *cmd_line, child_process_id, files_to_register.get() -@@ -176,7 +180,7 @@ +@@ -178,7 +182,7 @@ } } #endif // defined(V8_USE_EXTERNAL_STARTUP_DATA) @@ -30,7 +30,7 @@ #if defined(OS_ANDROID) files_to_register->Share( -@@ -196,21 +200,21 @@ +@@ -198,21 +202,21 @@ // We need to close the client end of the IPC channel to reliably detect // child termination. @@ -38,7 +38,7 @@ +#if !defined(OS_MACOSX) && !defined(OS_BSD) if (use_zygote) { base::ProcessHandle handle = ZygoteHostImpl::GetInstance()->ForkRequest( - cmd_line->argv(), files_to_register.Pass(), process_type); + cmd_line->argv(), std::move(files_to_register), process_type); process = base::Process(handle); } else // Fall through to the normal posix case below when we're not zygoting. @@ -55,7 +55,7 @@ if (process_type == switches::kRendererProcess) { const int sandbox_fd = RenderSandboxHostLinux::GetInstance()->GetRendererSocket(); -@@ -218,7 +222,7 @@ +@@ -220,7 +224,7 @@ sandbox_fd, GetSandboxFD())); } @@ -64,7 +64,7 @@ // Actually launch the app. base::LaunchOptions options; -@@ -294,13 +298,13 @@ +@@ -296,13 +300,13 @@ process.Terminate(RESULT_CODE_NORMAL_EXIT, false); // On POSIX, we must additionally reap the child. #if defined(OS_POSIX) @@ -76,11 +76,11 @@ ZygoteHostImpl::GetInstance()->EnsureProcessTerminated(process.Handle()); } else -#endif // !OS_MACOSX -+#endif // !OS_MACOSX && !OS_BSD - base::EnsureProcessTerminated(process.Pass()); ++#endif // !OS_MACOSX && !defined(OS_BSD) + base::EnsureProcessTerminated(std::move(process)); #endif // OS_POSIX #endif // defined(OS_ANDROID) -@@ -399,7 +403,7 @@ +@@ -398,7 +402,7 @@ void ChildProcessLauncher::UpdateTerminationStatus(bool known_dead) { DCHECK(CalledOnValidThread()); @@ -89,7 +89,7 @@ if (zygote_) { termination_status_ = ZygoteHostImpl::GetInstance()-> GetTerminationStatus(process_.Handle(), known_dead, &exit_code_); -@@ -407,7 +411,7 @@ +@@ -406,7 +410,7 @@ termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); } else { @@ -98,9 +98,9 @@ if (known_dead) { termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); -@@ -481,7 +485,7 @@ +@@ -469,7 +473,7 @@ starting_ = false; - process_ = process.Pass(); + process_ = std::move(process); -#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) Modified: head/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc ============================================================================== --- head/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,10 +1,11 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2015-05-13 18:35:46.000000000 -0400 -+++ content/browser/gpu/gpu_data_manager_impl_private.cc 2015-05-20 11:59:04.537631000 -0400 -@@ -471,7 +471,9 @@ +--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2016-03-04 22:36:56.082636647 +0100 ++++ content/browser/gpu/gpu_data_manager_impl_private.cc 2016-03-04 22:37:11.778635557 +0100 +@@ -483,8 +483,10 @@ gpu_info.gl_renderer = gl_renderer; gpu_info.gl_version = gl_version; +#if !defined(OS_FREEBSD) + gpu::IdentifyActiveGPU(&gpu_info); gpu::CollectDriverInfoGL(&gpu_info); +#endif Modified: head/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc ============================================================================== --- head/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,9 +1,9 @@ ---- content/browser/indexed_db/indexed_db_backing_store.cc.orig 2014-10-10 09:15:31 UTC -+++ content/browser/indexed_db/indexed_db_backing_store.cc -@@ -2377,7 +2377,7 @@ +--- content/browser/indexed_db/indexed_db_backing_store.cc.orig 2016-03-04 22:40:11.786622515 +0100 ++++ content/browser/indexed_db/indexed_db_backing_store.cc 2016-03-04 22:40:23.035622110 +0100 +@@ -2455,7 +2455,7 @@ // The round-trip can be lossy; round to nearest millisecond. - int64 delta = (descriptor.last_modified() - - info.last_modified).InMilliseconds(); + int64_t delta = + (descriptor.last_modified() - info.last_modified).InMilliseconds(); - if (std::abs(delta) > 1) + if (std::labs(delta) > 1) return false; Modified: head/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc ============================================================================== --- head/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,16 +1,16 @@ ---- content/common/sandbox_linux/sandbox_debug_handling_linux.cc.orig 2015-04-19 22:52:03.000000000 +0200 -+++ content/common/sandbox_linux/sandbox_debug_handling_linux.cc 2015-04-19 23:27:21.000000000 +0200 -@@ -6,7 +6,9 @@ - +--- content/common/sandbox_linux/sandbox_debug_handling_linux.cc.orig 2016-03-04 22:42:42.203612627 +0100 ++++ content/common/sandbox_linux/sandbox_debug_handling_linux.cc 2016-03-04 22:43:36.442729525 +0100 +@@ -7,7 +7,9 @@ #include #include + #include +#if 0 // no OS_FREEBSD here? #include +#endif #include #include "base/command_line.h" -@@ -68,12 +70,16 @@ +@@ -69,12 +71,16 @@ return true; } Added: head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- extensions/browser/api/declarative_webrequest/webrequest_action.cc.orig 2016-03-05 21:30:23.744503770 +0100 ++++ extensions/browser/api/declarative_webrequest/webrequest_action.cc 2016-03-05 21:30:38.440502352 +0100 +@@ -28,7 +28,11 @@ + #include "net/base/registry_controlled_domains/registry_controlled_domain.h" + #include "net/http/http_util.h" + #include "net/url_request/url_request.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using content::ResourceRequestInfo; + Modified: head/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc ============================================================================== --- head/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc Tue Mar 29 20:12:49 2016 (r412134) +++ head/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -1,16 +1,12 @@ ---- extensions/browser/api/serial/serial_api.cc.orig 2014-10-10 08:54:15 UTC -+++ extensions/browser/api/serial/serial_api.cc -@@ -85,11 +85,13 @@ - void SerialGetDevicesFunction::Work() { +--- extensions/browser/api/serial/serial_api.cc.orig 2016-03-04 22:52:57.757575528 +0100 ++++ extensions/browser/api/serial/serial_api.cc 2016-03-04 22:52:30.452574585 +0100 +@@ -87,7 +87,8 @@ DCHECK_CURRENTLY_ON(BrowserThread::FILE); -+#if !defined(OS_FREEBSD) //XXX(rene) quick hack + // TODO(moshayedi): crbug.com/549257. Add USB support for Aura on Android. +-#if !defined(OS_ANDROID) ++// XXX also, rene's quick hack on FreeBSD ++#if !defined(OS_ANDROID) && !defined(OS_FREEBSD) scoped_ptr enumerator = device::SerialDeviceEnumerator::Create(); mojo::Array devices = enumerator->GetDevices(); - results_ = serial::GetDevices::Results::Create( - devices.To > >()); -+#endif - } - - SerialConnectFunction::SerialConnectFunction() { Added: head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- extensions/browser/api/web_request/form_data_parser.cc.orig 2016-03-05 21:31:37.080498500 +0100 ++++ extensions/browser/api/web_request/form_data_parser.cc 2016-03-05 21:31:50.448497605 +0100 +@@ -15,7 +15,11 @@ + #include "base/values.h" + #include "net/base/escape.h" + #include "net/url_request/url_request.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using base::DictionaryValue; + using base::ListValue; Added: head/www/chromium/files/patch-extensions__common__image_util.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-extensions__common__image_util.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- extensions/common/image_util.cc.orig 2016-03-05 21:28:20.783511398 +0100 ++++ extensions/common/image_util.cc 2016-03-05 21:28:33.615510847 +0100 +@@ -11,7 +11,11 @@ + #include "base/strings/string_number_conversions.h" + #include "base/strings/string_util.h" + #include "base/strings/stringprintf.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "third_party/skia/include/core/SkColor.h" + #include "ui/gfx/color_utils.h" + Added: head/www/chromium/files/patch-extensions__common__stack_frame.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-extensions__common__stack_frame.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- extensions/common/stack_frame.cc.orig 2016-03-05 21:29:12.679508172 +0100 ++++ extensions/common/stack_frame.cc 2016-03-05 21:29:26.039507364 +0100 +@@ -7,7 +7,11 @@ + #include + + #include "base/strings/utf_string_conversions.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace extensions { + Added: head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc Tue Mar 29 20:36:24 2016 (r412135) @@ -0,0 +1,14 @@ +--- gpu/command_buffer/service/program_manager.cc.orig 2016-03-05 21:34:10.137487636 +0100 ++++ gpu/command_buffer/service/program_manager.cc 2016-03-05 21:35:00.089484564 +0100 +@@ -29,7 +29,11 @@ + #include "gpu/command_buffer/service/gpu_switches.h" + #include "gpu/command_buffer/service/program_cache.h" + #include "gpu/command_buffer/service/shader_manager.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Mar 29 20:52:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA1C7AE2929; Tue, 29 Mar 2016 20:52:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9528C1C44; Tue, 29 Mar 2016 20:52:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TKqBst056431; Tue, 29 Mar 2016 20:52:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TKqBxZ056429; Tue, 29 Mar 2016 20:52:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603292052.u2TKqBxZ056429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 20:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412136 - in head/sysutils/smartmontools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:52:12 -0000 Author: amdmi3 Date: Tue Mar 29 20:52:11 2016 New Revision: 412136 URL: https://svnweb.freebsd.org/changeset/ports/412136 Log: - Fix update-smart-drivedb when curl is installed update-smart-drivedb is an utility bundled with smartmontools which downloads fresh version of smartctl device database from the web. It is a shell script which tries to use different http file retrieving programs such as wget, curl, lynx, ftp and fetch. If curl is installed, it is usually used, however it does't handle HTTP redirect which database download url causes (arguments needed to handle it not specified?) and downloads redirection page HTML instead of actual database. No breakage occurs as the database is verified before being installed, so it's just not updated, with error: /usr/local/share/smartmontools/drivedb.h.error: rejected by /usr/local/sbin/smartctl, probably no longer compatible Patch update-smart-drivedb to only use fetch(1), which is always available on FreeBSD. The change provides consistent behavior, and fetch(1) handles redirects correctly out of box, so actual database is downloaded and successfully installed. - While here, fix LICENSE and silence mkdir PR: 207737 Reported by: everytrash@gmail.com Approved by: maintainer timeout (samm@os2.kiev.ua, 3 weeks) Added: head/sysutils/smartmontools/files/patch-update-smart-drivedb.in (contents, props changed) Modified: head/sysutils/smartmontools/Makefile Modified: head/sysutils/smartmontools/Makefile ============================================================================== --- head/sysutils/smartmontools/Makefile Tue Mar 29 20:36:24 2016 (r412135) +++ head/sysutils/smartmontools/Makefile Tue Mar 29 20:52:11 2016 (r412136) @@ -3,14 +3,15 @@ PORTNAME= smartmontools PORTVERSION= 6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= samm@os2.kiev.ua COMMENT= S.M.A.R.T. disk monitoring tools -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= smartmontools-devel-[0-9]* @@ -32,7 +33,7 @@ post-patch: @${REINPLACE_CMD} -e 's| install-initdDATA| |' ${WRKSRC}/Makefile.in post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/smart \ ${STAGEDIR}${PREFIX}/etc/periodic/daily Added: head/sysutils/smartmontools/files/patch-update-smart-drivedb.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/smartmontools/files/patch-update-smart-drivedb.in Tue Mar 29 20:52:11 2016 (r412136) @@ -0,0 +1,30 @@ +--- update-smart-drivedb.in.orig 2014-12-06 20:12:50 UTC ++++ update-smart-drivedb.in +@@ -69,26 +69,8 @@ EOF + *) DEST="$1" ;; + esac + +-# Abort if 'which' is not available +-which which >/dev/null || exit 1 +- + # Find download tool +-DOWNLOAD= +-for t in $os_dltools; do +- if which $t >/dev/null 2>/dev/null; then +- case $t in +- curl) DOWNLOAD="curl ${q:+-s }"'-f -o "$DEST.new" "$SRC"' ;; +- lynx) DOWNLOAD='lynx -source "$SRC" >"$DEST.new"' ;; +- wget) DOWNLOAD="wget $q"'-O "$DEST.new" "$SRC"' ;; +- fetch) DOWNLOAD='fetch -o "$DEST.new" "$SRC"' ;; # FreeBSD +- ftp) DOWNLOAD='ftp -o "$DEST.new" "$SRC"' ;; # OpenBSD +- esac +- break +- fi +-done +-if [ -z "$DOWNLOAD" ]; then +- echo "$0: found none of: $os_dltools" >&2; exit 1 +-fi ++DOWNLOAD='fetch -o "$DEST.new" "$SRC"' + + # Try possible branch first, then trunk + for location in "branches/$BRANCH" "trunk"; do From owner-svn-ports-all@freebsd.org Tue Mar 29 20:55:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D34AE2AB7; Tue, 29 Mar 2016 20:55:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC2711EF8; Tue, 29 Mar 2016 20:55:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TKtn6l056683; Tue, 29 Mar 2016 20:55:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TKtnss056682; Tue, 29 Mar 2016 20:55:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603292055.u2TKtnss056682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 20:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412137 - head/biology/jellyfish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:55:50 -0000 Author: amdmi3 Date: Tue Mar 29 20:55:48 2016 New Revision: 412137 URL: https://svnweb.freebsd.org/changeset/ports/412137 Log: - Use more appropriate BROKEN instead of IGNORE PR: 208367 Submitted by: bacon4000@gmail.com (maintainer) Suggested by: rakuco Modified: head/biology/jellyfish/Makefile Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Tue Mar 29 20:52:11 2016 (r412136) +++ head/biology/jellyfish/Makefile Tue Mar 29 20:55:48 2016 (r412137) @@ -26,16 +26,14 @@ GH_PROJECT= Jellyfish INSTALL_TARGET= install-strip +BROKEN_FreeBSD_9_i386= multiple code issues on i386 < 10.0-RELEASE + .include # SSE code assumes amd64 features .if ${ARCH} != "amd64" -.if ${OSVERSION} < 1000000 -IGNORE= multiple code issues on i386 < 10.0-RELEASE -.else CONFIGURE_ARGS+=--without-sse .endif -.endif # configure does not support --with-pkgconfigdir post-patch: From owner-svn-ports-all@freebsd.org Tue Mar 29 20:57:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C161AE2AF5; Tue, 29 Mar 2016 20:57:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D763100E; Tue, 29 Mar 2016 20:57:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TKvAwJ056826; Tue, 29 Mar 2016 20:57:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TKvAae056825; Tue, 29 Mar 2016 20:57:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603292057.u2TKvAae056825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Mar 2016 20:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412138 - head/www/anyterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 20:57:11 -0000 Author: amdmi3 Date: Tue Mar 29 20:57:10 2016 New Revision: 412138 URL: https://svnweb.freebsd.org/changeset/ports/412138 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=tar:tbz2 - Switch to USES=localbase - Usilence installation Approved by: portmgr blanket Modified: head/www/anyterm/Makefile Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Tue Mar 29 20:55:48 2016 (r412137) +++ head/www/anyterm/Makefile Tue Mar 29 20:57:10 2016 (r412138) @@ -8,24 +8,22 @@ CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ -EXTRACT_SUFX= .tbz2 MAINTAINER= douglas@douglasthrift.net COMMENT= Terminal emulator on a Web page -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs USE_RC_SUBR= anytermd -USES= gmake iconv tar:bzip2 +USES= gmake iconv localbase tar:tbz2 USE_GCC= any ALL_TARGET= default_target PLIST_FILES= man/man1/anytermd.1.gz \ sbin/anytermd -CPPFLAGS+= -I${LOCALBASE}/include - post-patch: @${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \ ${WRKSRC}/scripts/mimetype.sh @@ -42,7 +40,7 @@ post-patch: ${WRKSRC}/libpbe/common.mk do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${STAGEDIR}${PREFIX}/sbin/anytermd - @${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${STAGEDIR}${MANPREFIX}/man/man1/anytermd.1 + ${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${STAGEDIR}${PREFIX}/sbin/anytermd + ${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${STAGEDIR}${MANPREFIX}/man/man1/anytermd.1 .include From owner-svn-ports-all@freebsd.org Tue Mar 29 22:15:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FF9DAE0027; Tue, 29 Mar 2016 22:15:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BDEC17D3; Tue, 29 Mar 2016 22:15:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TMFNmP080368; Tue, 29 Mar 2016 22:15:23 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TMFNUn080367; Tue, 29 Mar 2016 22:15:23 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603292215.u2TMFNUn080367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 29 Mar 2016 22:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412139 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 22:15:24 -0000 Author: olivierd Date: Tue Mar 29 22:15:23 2016 New Revision: 412139 URL: https://svnweb.freebsd.org/changeset/ports/412139 Log: Document multiple Mercurial vulnerabilities Security: CVE-2016-3630 Security: CVE-2016-3068 Security: CVE-2016-3069 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 29 20:57:10 2016 (r412138) +++ head/security/vuxml/vuln.xml Tue Mar 29 22:15:23 2016 (r412139) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mercurial -- multiple vulnerabilities + + + mercurial + 2.7.3 + + + + +

Mercurial reports:

+
+

CVE-2016-3630: Remote code execution in binary delta decoding

+

CVE-2016-3068: Arbitrary code execution with Git subrepos

+

CVE-2016-3069: Arbitrary code execution when converting + Git repos

+
+ +
+ + CVE-2016-3630 + CVE-2016-3068 + CVE-2016-3069 + https://www.mercurial-scm.org/pipermail/mercurial/2016-March/049452.html + + + 2016-03-29 + 2016-03-29 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Tue Mar 29 22:21:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA798AE0252; Tue, 29 Mar 2016 22:21:01 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BE061A8E; Tue, 29 Mar 2016 22:21:01 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TML0CQ080672; Tue, 29 Mar 2016 22:21:00 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TML0qn080670; Tue, 29 Mar 2016 22:21:00 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603292221.u2TML0qn080670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 29 Mar 2016 22:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412140 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 22:21:01 -0000 Author: olivierd Date: Tue Mar 29 22:21:00 2016 New Revision: 412140 URL: https://svnweb.freebsd.org/changeset/ports/412140 Log: Update to 2.7.3 Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.3_.282016-3-29.29 MFH: 2016Q1 Security: e1085b15-f609-11e5-a230-0014a5a57822 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Tue Mar 29 22:15:23 2016 (r412139) +++ head/devel/mercurial/Makefile Tue Mar 29 22:21:00 2016 (r412140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.7.2 +PORTVERSION= 3.7.3 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Tue Mar 29 22:15:23 2016 (r412139) +++ head/devel/mercurial/distinfo Tue Mar 29 22:21:00 2016 (r412140) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.7.2.tar.gz) = 5ba9438d6ab0db93f7b0786ba632138eb64a9dc0d93e30dde2b17b328fdc6d7a -SIZE (mercurial-3.7.2.tar.gz) = 4634748 +SHA256 (mercurial-3.7.3.tar.gz) = c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 +SIZE (mercurial-3.7.3.tar.gz) = 4636732 From owner-svn-ports-all@freebsd.org Tue Mar 29 23:20:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D3C9AE105B; Tue, 29 Mar 2016 23:20:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D730168F; Tue, 29 Mar 2016 23:20:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TNKXut098701; Tue, 29 Mar 2016 23:20:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TNKXfQ098699; Tue, 29 Mar 2016 23:20:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603292320.u2TNKXfQ098699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 29 Mar 2016 23:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412141 - in head/x11/xstroke: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 23:20:34 -0000 Author: bapt Date: Tue Mar 29 23:20:33 2016 New Revision: 412141 URL: https://svnweb.freebsd.org/changeset/ports/412141 Log: Replace the bison dependency by byacc It reduces the number of build dependencies required (bison requires gettext) Also note that byacc is in base since FreeBSD 10.0 Modified: head/x11/xstroke/Makefile head/x11/xstroke/files/patch-Imakefile Modified: head/x11/xstroke/Makefile ============================================================================== --- head/x11/xstroke/Makefile Tue Mar 29 22:21:00 2016 (r412140) +++ head/x11/xstroke/Makefile Tue Mar 29 23:20:33 2016 (r412141) @@ -13,7 +13,8 @@ COMMENT= Fullscreen gesture recognition LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= bison imake +USES= imake +BUILD_DEPENDS= byacc:devel/byacc USE_XORG= xft x11 xext xi xtst PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz Modified: head/x11/xstroke/files/patch-Imakefile ============================================================================== --- head/x11/xstroke/files/patch-Imakefile Tue Mar 29 22:21:00 2016 (r412140) +++ head/x11/xstroke/files/patch-Imakefile Tue Mar 29 23:20:33 2016 (r412141) @@ -9,7 +9,7 @@ -LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm -ldl -lpthread +LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm $(LDFLAGS) FLEX=flex -+YACC=bison -y ++YACC=byacc OBJS=xstroke.o args.o backing.o bresenham.o brush.o control_win.o stroke.o matrix.o \ action.o action_item.o feature.o gesture.o log.o option.o sprintf_alloc.o \ rec.o rec_callback.o rec_history.o rec_lex.o rec_mode.o rec_parse.o \ From owner-svn-ports-all@freebsd.org Tue Mar 29 23:39:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C2CAE14D8; Tue, 29 Mar 2016 23:39:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AAFA10B5; Tue, 29 Mar 2016 23:39:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TNdJjh004711; Tue, 29 Mar 2016 23:39:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TNdJOh004710; Tue, 29 Mar 2016 23:39:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603292339.u2TNdJOh004710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 29 Mar 2016 23:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412142 - head/net/unfs3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 23:39:20 -0000 Author: bapt Date: Tue Mar 29 23:39:19 2016 New Revision: 412142 URL: https://svnweb.freebsd.org/changeset/ports/412142 Log: Replace bison dependency with byacc Modified: head/net/unfs3/Makefile Modified: head/net/unfs3/Makefile ============================================================================== --- head/net/unfs3/Makefile Tue Mar 29 23:20:33 2016 (r412141) +++ head/net/unfs3/Makefile Tue Mar 29 23:39:19 2016 (r412142) @@ -13,9 +13,11 @@ COMMENT= User-space implementation of th LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf bison +USES= autoreconf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +CONFIGURE_ENV= YACC=byacc +BUILD_DEPENDS= byacc:devel/byacc PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz From owner-svn-ports-all@freebsd.org Tue Mar 29 23:42:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F5F6AE1691; Tue, 29 Mar 2016 23:42:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CD9013E6; Tue, 29 Mar 2016 23:42:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TNgPLU007155; Tue, 29 Mar 2016 23:42:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TNgPIB007131; Tue, 29 Mar 2016 23:42:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603292342.u2TNgPIB007131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 29 Mar 2016 23:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412143 - head/devel/libmimedir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 23:42:26 -0000 Author: bapt Date: Tue Mar 29 23:42:25 2016 New Revision: 412143 URL: https://svnweb.freebsd.org/changeset/ports/412143 Log: Prefer byacc over bison Modified: head/devel/libmimedir/Makefile Modified: head/devel/libmimedir/Makefile ============================================================================== --- head/devel/libmimedir/Makefile Tue Mar 29 23:39:19 2016 (r412142) +++ head/devel/libmimedir/Makefile Tue Mar 29 23:42:25 2016 (r412143) @@ -10,8 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information -USES= bison desthack libtool +USES= desthack libtool GNU_CONFIGURE= yes +CONFIGURE_ENV= YACC=byacc +BUILD_DEPENDS= byacc:devel/byacc USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes From owner-svn-ports-all@freebsd.org Wed Mar 30 00:08:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A164AE1FBC; Wed, 30 Mar 2016 00:08:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C41B1214; Wed, 30 Mar 2016 00:08:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U08chn014000; Wed, 30 Mar 2016 00:08:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U08cMW013998; Wed, 30 Mar 2016 00:08:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603300008.u2U08cMW013998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 30 Mar 2016 00:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412144 - in head: devel/libmimedir net/unfs3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:08:39 -0000 Author: bapt Date: Wed Mar 30 00:08:38 2016 New Revision: 412144 URL: https://svnweb.freebsd.org/changeset/ports/412144 Log: Actually build fine without ports byacc (tested on 9.3 i386) Modified: head/devel/libmimedir/Makefile head/net/unfs3/Makefile Modified: head/devel/libmimedir/Makefile ============================================================================== --- head/devel/libmimedir/Makefile Tue Mar 29 23:42:25 2016 (r412143) +++ head/devel/libmimedir/Makefile Wed Mar 30 00:08:38 2016 (r412144) @@ -13,7 +13,6 @@ COMMENT= Library for parsing RFC2425 MIM USES= desthack libtool GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=byacc -BUILD_DEPENDS= byacc:devel/byacc USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes Modified: head/net/unfs3/Makefile ============================================================================== --- head/net/unfs3/Makefile Tue Mar 29 23:42:25 2016 (r412143) +++ head/net/unfs3/Makefile Wed Mar 30 00:08:38 2016 (r412144) @@ -17,7 +17,6 @@ USES= autoreconf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ENV= YACC=byacc -BUILD_DEPENDS= byacc:devel/byacc PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz From owner-svn-ports-all@freebsd.org Wed Mar 30 00:48:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ADCEAE2678; Wed, 30 Mar 2016 00:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 621AC12A1; Wed, 30 Mar 2016 00:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0mu1Y026024; Wed, 30 Mar 2016 00:48:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0mtLe026018; Wed, 30 Mar 2016 00:48:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300048.u2U0mtLe026018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412145 - in head/devel/zthread: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:48:57 -0000 Author: amdmi3 Date: Wed Mar 30 00:48:55 2016 New Revision: 412145 URL: https://svnweb.freebsd.org/changeset/ports/412145 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/devel/zthread/Makefile head/devel/zthread/files/patch-include__zthread__Barrier.h head/devel/zthread/files/patch-include__zthread__BlockingQueue.h head/devel/zthread/files/patch-include__zthread__Guard.h head/devel/zthread/files/patch-src__MutexImpl.h head/devel/zthread/files/patch-src__ThreadQueue.cxx Modified: head/devel/zthread/Makefile ============================================================================== --- head/devel/zthread/Makefile Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/Makefile Wed Mar 30 00:48:55 2016 (r412145) @@ -11,16 +11,19 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Platform-independent object-oriented C++ threading library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-ftime --disable-static -MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" +MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_SCRIPT}" USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - PORTDOCS= AUTHORS ChangeLog NEWS README TODO +OPTIONS_DEFINE= DOCS + post-extract: @${FIND} ${WRKSRC} -name CVS -type d -delete @@ -30,8 +33,10 @@ post-patch: ${WRKSRC}/Makefile.in post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libZThread.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libZThread.so .include Modified: head/devel/zthread/files/patch-include__zthread__Barrier.h ============================================================================== --- head/devel/zthread/files/patch-include__zthread__Barrier.h Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/files/patch-include__zthread__Barrier.h Wed Mar 30 00:48:55 2016 (r412145) @@ -1,6 +1,6 @@ ---- ./include/zthread/Barrier.h.orig 2005-03-13 00:23:00.000000000 -0500 -+++ ./include/zthread/Barrier.h 2009-04-23 15:03:09.000000000 -0400 -@@ -150,7 +150,7 @@ +--- include/zthread/Barrier.h.orig 2005-03-13 05:23:00 UTC ++++ include/zthread/Barrier.h +@@ -150,7 +150,7 @@ namespace ZThread { } else { @@ -9,7 +9,7 @@ try { -@@ -251,7 +251,7 @@ +@@ -251,7 +251,7 @@ namespace ZThread { } else { Modified: head/devel/zthread/files/patch-include__zthread__BlockingQueue.h ============================================================================== --- head/devel/zthread/files/patch-include__zthread__BlockingQueue.h Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/files/patch-include__zthread__BlockingQueue.h Wed Mar 30 00:48:55 2016 (r412145) @@ -1,6 +1,6 @@ ---- ./include/zthread/BlockingQueue.h.orig 2005-03-12 21:04:18.000000000 -0500 -+++ ./include/zthread/BlockingQueue.h 2009-04-23 15:03:09.000000000 -0400 -@@ -83,7 +83,7 @@ +--- include/zthread/BlockingQueue.h.orig 2005-03-13 02:04:18 UTC ++++ include/zthread/BlockingQueue.h +@@ -83,7 +83,7 @@ namespace ZThread { /** * @see Queue::add(const T& item, unsigned long timeout) */ Modified: head/devel/zthread/files/patch-include__zthread__Guard.h ============================================================================== --- head/devel/zthread/files/patch-include__zthread__Guard.h Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/files/patch-include__zthread__Guard.h Wed Mar 30 00:48:55 2016 (r412145) @@ -1,6 +1,6 @@ ---- ./include/zthread/Guard.h.orig 2005-03-12 21:10:09.000000000 -0500 -+++ ./include/zthread/Guard.h 2013-01-17 13:50:40.000000000 -0500 -@@ -108,7 +108,7 @@ +--- include/zthread/Guard.h.orig 2005-03-13 02:10:09 UTC ++++ include/zthread/Guard.h +@@ -108,7 +108,7 @@ class CompoundScope { } template @@ -9,7 +9,7 @@ if(Scope1::createScope(l, ms)) if(!Scope2::createScope(l, ms)) { -@@ -428,7 +428,7 @@ +@@ -428,7 +428,7 @@ public: template Guard(Guard& g) : LockHolder(g) { @@ -18,7 +18,7 @@ } -@@ -458,7 +458,7 @@ +@@ -458,7 +458,7 @@ public: template Guard(Guard& g, LockType& lock) : LockHolder(lock) { @@ -27,7 +27,7 @@ } -@@ -491,7 +491,7 @@ +@@ -491,7 +491,7 @@ Guard::~Guard() try { Modified: head/devel/zthread/files/patch-src__MutexImpl.h ============================================================================== --- head/devel/zthread/files/patch-src__MutexImpl.h Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/files/patch-src__MutexImpl.h Wed Mar 30 00:48:55 2016 (r412145) @@ -1,6 +1,6 @@ ---- ./src/MutexImpl.h.orig 2005-03-12 22:59:15.000000000 -0500 -+++ ./src/MutexImpl.h 2009-04-23 15:03:09.000000000 -0400 -@@ -153,7 +153,7 @@ +--- src/MutexImpl.h.orig 2005-03-13 03:59:15 UTC ++++ src/MutexImpl.h +@@ -153,7 +153,7 @@ void MutexImpl::acquire( _owner = self; @@ -9,7 +9,7 @@ } -@@ -164,7 +164,7 @@ +@@ -164,7 +164,7 @@ void MutexImpl::acquire( _waiters.insert(self); m.acquire(); @@ -18,7 +18,7 @@ { -@@ -173,7 +173,7 @@ +@@ -173,7 +173,7 @@ void MutexImpl::acquire( } @@ -27,7 +27,7 @@ m.release(); -@@ -192,7 +192,7 @@ +@@ -192,7 +192,7 @@ void MutexImpl::acquire( assert(_owner == 0); _owner = self; @@ -36,7 +36,7 @@ break; -@@ -236,7 +236,7 @@ +@@ -236,7 +236,7 @@ bool MutexImpl::tryAcqui _owner = self; @@ -45,7 +45,7 @@ } -@@ -253,7 +253,7 @@ +@@ -253,7 +253,7 @@ bool MutexImpl::tryAcqui m.acquire(); @@ -54,7 +54,7 @@ { -@@ -262,7 +262,7 @@ +@@ -262,7 +262,7 @@ bool MutexImpl::tryAcqui } @@ -63,7 +63,7 @@ m.release(); -@@ -284,7 +284,7 @@ +@@ -284,7 +284,7 @@ bool MutexImpl::tryAcqui assert(0 == _owner); _owner = self; @@ -72,7 +72,7 @@ break; -@@ -326,7 +326,7 @@ +@@ -326,7 +326,7 @@ void MutexImpl::release( _owner = 0; Modified: head/devel/zthread/files/patch-src__ThreadQueue.cxx ============================================================================== --- head/devel/zthread/files/patch-src__ThreadQueue.cxx Wed Mar 30 00:08:38 2016 (r412144) +++ head/devel/zthread/files/patch-src__ThreadQueue.cxx Wed Mar 30 00:48:55 2016 (r412145) @@ -1,6 +1,6 @@ ---- ./src/ThreadQueue.cxx.orig 2005-03-12 22:55:23.000000000 -0500 -+++ ./src/ThreadQueue.cxx 2013-01-17 13:48:32.000000000 -0500 -@@ -139,11 +139,12 @@ +--- src/ThreadQueue.cxx.orig 2005-03-13 03:55:23 UTC ++++ src/ThreadQueue.cxx +@@ -139,11 +139,12 @@ namespace ZThread { // Wake the main thread,if its waiting, when the last pending-thread becomes available; // Otherwise, take note that no wait for pending threads to finish is needed From owner-svn-ports-all@freebsd.org Wed Mar 30 00:52:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B631AE27B5; Wed, 30 Mar 2016 00:52:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC81F165B; Wed, 30 Mar 2016 00:52:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0qf9W028821; Wed, 30 Mar 2016 00:52:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0qfeU028820; Wed, 30 Mar 2016 00:52:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300052.u2U0qfeU028820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412146 - head/mail/sqlgrey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:52:42 -0000 Author: amdmi3 Date: Wed Mar 30 00:52:40 2016 New Revision: 412146 URL: https://svnweb.freebsd.org/changeset/ports/412146 Log: - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Cleanup etcdir handling - Switch to options helpers - Cosmetic fixes Modified: head/mail/sqlgrey/Makefile Modified: head/mail/sqlgrey/Makefile ============================================================================== --- head/mail/sqlgrey/Makefile Wed Mar 30 00:48:55 2016 (r412145) +++ head/mail/sqlgrey/Makefile Wed Mar 30 00:52:40 2016 (r412146) @@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Greylisting policy server for Postfix using an SQL backend -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ @@ -23,57 +24,41 @@ SHEBANG_FILES= ${WRKSRC}/sqlgrey-logstat USE_PERL5= run USE_RC_SUBR= sqlgrey NO_BUILD= yes +NO_ARCH= yes ETCFILES= clients_fqdn_whitelist clients_ip_whitelist dyn_fqdn.regexp smtp_server.regexp sqlgrey.conf USERS= sqlgrey GROUPS= ${USERS} -ETCDIR?= etc/sqlgrey -SUB_LIST+= PERL=${PERL} USERS=${USERS} GROUPS=${GROUPS} +SUB_LIST= PERL=${PERL} USERS=${USERS} GROUPS=${GROUPS} PLIST_SUB= TOUCH=${TOUCH} +PORTDOCS= Changelog FAQ HOWTO README TODO + OPTIONS_DEFINE= PGSQL MYSQL SQLITE STATS DOCS OPTIONS_DEFAULT=PGSQL STATS_DESC= Depend on Date::Calc for logstats.pl script -.include - -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= Changelog FAQ HOWTO README TODO -.endif - -.if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -.endif - -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -.endif - -.if ${PORT_OPTIONS:MSTATS} -RUN_DEPENDS+= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc -.endif +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite +STATS_RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc post-patch: - @${REINPLACE_CMD} -e 's!/etc/sqlgrey!${PREFIX}/${ETCDIR}!g' ${WRKSRC}/sqlgrey + @${REINPLACE_CMD} -e 's!/etc/sqlgrey!${ETCDIR}!g' ${WRKSRC}/sqlgrey do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey-logstats.pl ${STAGEDIR}/${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey ${STAGEDIR}/${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/update_sqlgrey_config ${STAGEDIR}/${PREFIX}/sbin - @cd ${WRKSRC} && perldoc -u sqlgrey | pod2man sqlgrey > ${STAGEDIR}/${MANPREFIX}/man/man1/sqlgrey.1 - @${MKDIR} ${STAGEDIR}/${PREFIX}/${ETCDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey-logstats.pl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/update_sqlgrey_config ${STAGEDIR}${PREFIX}/sbin + cd ${WRKSRC} && perldoc -u sqlgrey | pod2man sqlgrey > ${STAGEDIR}${MANPREFIX}/man/man1/sqlgrey.1 + @${MKDIR} ${STAGEDIR}${ETCDIR} .for i in ${ETCFILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}/${PREFIX}/${ETCDIR}/${i}.sample + ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${ETCDIR}/${i}.sample .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}/${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${STAGEDIR}/${DOCSDIR}." -.endif + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Wed Mar 30 00:53:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B06C4AE27ED; Wed, 30 Mar 2016 00:53:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63EA31739; Wed, 30 Mar 2016 00:53:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0rAfX028950; Wed, 30 Mar 2016 00:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0rALn028948; Wed, 30 Mar 2016 00:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300053.u2U0rALn028948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412147 - head/editors/teco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:53:11 -0000 Author: amdmi3 Date: Wed Mar 30 00:53:10 2016 New Revision: 412147 URL: https://svnweb.freebsd.org/changeset/ports/412147 Log: - Switch to options helpers - Cosmetic fixes Modified: head/editors/teco/Makefile head/editors/teco/pkg-descr Modified: head/editors/teco/Makefile ============================================================================== --- head/editors/teco/Makefile Wed Mar 30 00:52:40 2016 (r412146) +++ head/editors/teco/Makefile Wed Mar 30 00:53:10 2016 (r412147) @@ -13,7 +13,7 @@ COMMENT= Powerful and compact editor wit MAKEFILE= makefile WRKSRC= ${WRKDIR}/tecoc${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src -ALL_TARGET= # +ALL_TARGET= # empty DOCSFILES= src/readme.1st src/readme.lnx src/changes.txt src/aaout.txt \ src/problems.txt src/video.txt doc/teco.doc doc/wchart.txt @@ -22,11 +22,11 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/tecoc ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR} -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOCSFILES} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/editors/teco/pkg-descr ============================================================================== --- head/editors/teco/pkg-descr Wed Mar 30 00:52:40 2016 (r412146) +++ head/editors/teco/pkg-descr Wed Mar 30 00:53:10 2016 (r412147) @@ -1,9 +1,8 @@ - TECO is the grand old text editor. It is powerful and compact -precursor to EMACS and has a completely nongraphical user interface. -It is very fast (probably the fastes editor in the world) and have a -macro language. TECO was written by Dan Murphy (http://www.opost.com/dlm) -at Digital Equipment Corporation in 1962. This is based on Pete Siemsen's -TECOC implementation, and comes with a copy of the originals DECUS TECO -documentation. +TECO is the grand old text editor. It is powerful and compact precursor +to EMACS and has a completely nongraphical user interface. It is very fast +(probably the fastes editor in the world) and have a macro language. TECO +was written by Dan Murphy (http://www.opost.com/dlm) at Digital Equipment +Corporation in 1962. This is based on Pete Siemsen's TECOC implementation, +and comes with a copy of the originals DECUS TECO documentation. WWW: http://almy.us/teco.html From owner-svn-ports-all@freebsd.org Wed Mar 30 00:53:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B65EAE2830; Wed, 30 Mar 2016 00:53:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C744E186F; Wed, 30 Mar 2016 00:53:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0rRHU029074; Wed, 30 Mar 2016 00:53:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0rR1q029072; Wed, 30 Mar 2016 00:53:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300053.u2U0rR1q029072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412148 - in head/devel/tpasm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:53:29 -0000 Author: amdmi3 Date: Wed Mar 30 00:53:27 2016 New Revision: 412148 URL: https://svnweb.freebsd.org/changeset/ports/412148 Log: - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/devel/tpasm/Makefile head/devel/tpasm/files/patch-Makefile Modified: head/devel/tpasm/Makefile ============================================================================== --- head/devel/tpasm/Makefile Wed Mar 30 00:53:10 2016 (r412147) +++ head/devel/tpasm/Makefile Wed Mar 30 00:53:27 2016 (r412148) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-assembler for variety of microprocessors and controllers LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= gmake tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -25,8 +26,12 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libdata/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/include/* \ ${STAGEDIR}${PREFIX}/libdata/${PORTNAME} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/tpasm/files/patch-Makefile ============================================================================== --- head/devel/tpasm/files/patch-Makefile Wed Mar 30 00:53:10 2016 (r412147) +++ head/devel/tpasm/files/patch-Makefile Wed Mar 30 00:53:27 2016 (r412148) @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Feb 13 19:58:06 2003 -+++ Makefile Thu Feb 13 19:58:18 2003 -@@ -17,8 +17,8 @@ +--- Makefile.orig 2012-12-23 15:41:45 UTC ++++ Makefile +@@ -17,8 +17,8 @@ INCLUDES=-I. # new gnu compilers have a really annoying default behavior of wrapping # error message lines. The default should be NO-WRAPPING. @@ -11,7 +11,7 @@ OBJECTS = \ globals.o \ -@@ -44,7 +44,7 @@ +@@ -44,7 +44,7 @@ OBJECTS = \ all : tpasm tpasm : $(OBJECTS) @@ -20,7 +20,7 @@ clean : rm -f *.o -@@ -58,5 +58,5 @@ +@@ -58,5 +58,5 @@ install : # suffix rules (this makes sure that the ".o" files # end up in their respective directories on all systems) .c.o: From owner-svn-ports-all@freebsd.org Wed Mar 30 00:53:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 752D9AE288F; Wed, 30 Mar 2016 00:53:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DFC31991; Wed, 30 Mar 2016 00:53:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0ri7o029196; Wed, 30 Mar 2016 00:53:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0rijC029194; Wed, 30 Mar 2016 00:53:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300053.u2U0rijC029194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412149 - in head/devel/tinyq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:53:45 -0000 Author: amdmi3 Date: Wed Mar 30 00:53:44 2016 New Revision: 412149 URL: https://svnweb.freebsd.org/changeset/ports/412149 Log: - Add LICENSE - Silence stripping - Regenerate patches with `make makepatch` Modified: head/devel/tinyq/Makefile head/devel/tinyq/files/patch-include-qvaluestack.h Modified: head/devel/tinyq/Makefile ============================================================================== --- head/devel/tinyq/Makefile Wed Mar 30 00:53:27 2016 (r412148) +++ head/devel/tinyq/Makefile Wed Mar 30 00:53:44 2016 (r412149) @@ -10,11 +10,14 @@ MASTER_SITES= http://www.uwyn.com/downlo MAINTAINER= ports@FreeBSD.org COMMENT= Stripped down version of Qt 3 for use as a utility library +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL + USES= gmake tar:bzip2 HAS_CONFIGURE= yes -CONFIGURE_ARGS+=-thread -stl -prefix ${PREFIX}/tinyq -docdir ${DOCSDIR} -CONFIGURE_ENV+= QTDIR="${WRKSRC}" -MAKE_ENV+= QTDIR="${WRKSRC}" INSTALL_ROOT="${STAGEDIR}" +CONFIGURE_ARGS= -thread -stl -prefix ${PREFIX}/tinyq -docdir ${DOCSDIR} +CONFIGURE_ENV= QTDIR="${WRKSRC}" +MAKE_ENV= QTDIR="${WRKSRC}" INSTALL_ROOT="${STAGEDIR}" REINPLACE_ARGS= -i '' OPTIONS_DEFINE= DOCS @@ -29,7 +32,7 @@ post-patch: ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/tinyq/bin/qmake - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/tinyq/lib/libtinyq-mt.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/tinyq/bin/qmake + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/tinyq/lib/libtinyq-mt.so .include Modified: head/devel/tinyq/files/patch-include-qvaluestack.h ============================================================================== --- head/devel/tinyq/files/patch-include-qvaluestack.h Wed Mar 30 00:53:27 2016 (r412148) +++ head/devel/tinyq/files/patch-include-qvaluestack.h Wed Mar 30 00:53:44 2016 (r412149) @@ -1,6 +1,6 @@ ---- include/qvaluestack.h.orig 2002-10-17 15:08:58.000000000 +0000 -+++ include/qvaluestack.h 2012-09-03 22:17:15.000000000 +0000 -@@ -50,12 +50,12 @@ +--- include/qvaluestack.h.orig 2002-10-17 15:08:58 UTC ++++ include/qvaluestack.h +@@ -50,12 +50,12 @@ class QValueStack public: QValueStack() {} ~QValueStack() {} From owner-svn-ports-all@freebsd.org Wed Mar 30 00:53:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90714AE2952; Wed, 30 Mar 2016 00:53:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC1B1A8A; Wed, 30 Mar 2016 00:53:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0rvCh029300; Wed, 30 Mar 2016 00:53:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0rvVd029299; Wed, 30 Mar 2016 00:53:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300053.u2U0rvVd029299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412150 - head/devel/statcvs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:53:58 -0000 Author: amdmi3 Date: Wed Mar 30 00:53:57 2016 New Revision: 412150 URL: https://svnweb.freebsd.org/changeset/ports/412150 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/devel/statcvs/Makefile Modified: head/devel/statcvs/Makefile ============================================================================== --- head/devel/statcvs/Makefile Wed Mar 30 00:53:44 2016 (r412149) +++ head/devel/statcvs/Makefile Wed Mar 30 00:53:57 2016 (r412150) @@ -11,13 +11,17 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sou MAINTAINER= ports@FreeBSD.org COMMENT= CVS repository activity report generator -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DATADIR= ${JAVASHAREDIR}/${PORTNAME} +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/etc/LICENSE USES= zip USE_JAVA= yes USE_ANT= yes JAVA_VERSION= 1.6+ +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +DATADIR= ${JAVASHAREDIR}/${PORTNAME} ALL_TARGET= jar @@ -27,12 +31,7 @@ PORTDOCS= * PLIST_FILES= %%DATADIR%%/statcvs.jar OPTIONS_DEFINE= DOCS - -.include - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= javadoc -.endif +DOCS_ALL_TARGET=javadoc .include @@ -44,8 +43,8 @@ PLIST_SUB= JDK6="@comment " do-install: (cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif .include From owner-svn-ports-all@freebsd.org Wed Mar 30 00:54:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B736AE2999; Wed, 30 Mar 2016 00:54:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7A321BA3; Wed, 30 Mar 2016 00:54:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0sKha029421; Wed, 30 Mar 2016 00:54:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0sK7g029420; Wed, 30 Mar 2016 00:54:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300054.u2U0sK7g029420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412151 - head/multimedia/dv2jpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:54:22 -0000 Author: amdmi3 Date: Wed Mar 30 00:54:20 2016 New Revision: 412151 URL: https://svnweb.freebsd.org/changeset/ports/412151 Log: - Clarify LICENSE - Switch to options helpers Modified: head/multimedia/dv2jpg/Makefile Modified: head/multimedia/dv2jpg/Makefile ============================================================================== --- head/multimedia/dv2jpg/Makefile Wed Mar 30 00:53:57 2016 (r412150) +++ head/multimedia/dv2jpg/Makefile Wed Mar 30 00:54:20 2016 (r412151) @@ -10,18 +10,17 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert Type-2 DV codec-encoded AVI streams to mjpeg-encoded AVI -LICENSE= GPLv2 +LICENSE= GPLv2+ LIB_DEPENDS= libdv.so:${PORTSDIR}/multimedia/libdv USE_GNOME= gdkpixbuf MAKEFILE= makefile +PORTDOCS= README.avilib README.dv2jpg.html PLIST_FILES= bin/avijoin bin/dv2jpg -PORTDOCS= README.avilib README.dv2jpg.html OPTIONS_DEFINE= DOCS - OPTIONS_SINGLE= VIDEO-FORMAT OPTIONS_SINGLE_VIDEO-FORMAT= NTSC PAL OPTIONS_DEFAULT= NTSC @@ -30,27 +29,25 @@ VIDEO-FORMAT_DESC= Use default video for NTSC_DESC= Default video format NTSC PAL_DESC= Default video format PAL -.include - post-extract: - ${INSTALL_DATA} ${FILESDIR}/makefile ${WRKSRC} - ${RM} ${WRKSRC}/avijoin ${WRKSRC}/dv2jpg ${WRKSRC}/*.o + @${INSTALL_DATA} ${FILESDIR}/makefile ${WRKSRC} + @${RM} ${WRKSRC}/avijoin ${WRKSRC}/dv2jpg ${WRKSRC}/*.o post-patch: @${REINPLACE_CMD} -e 's|/opt/vidpb/lib/avilib.h|avilib.h|' \ ${WRKSRC}/avijoin.c -.if ${PORT_OPTIONS:MPAL} +post-patch-PAL-on: @${REINPLACE_CMD} -e 's|VIDEO=NTSC|# VIDEO=NTSC|; \ s|# VIDEO=PAL|VIDEO=PAL|' \ ${WRKSRC}/${MAKEFILE} -.endif do-install: .for f in avijoin dv2jpg - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${f} ${STAGEDIR}${PREFIX}/bin/) + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Wed Mar 30 00:56:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00661AE2A2C; Wed, 30 Mar 2016 00:56:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A82C51C95; Wed, 30 Mar 2016 00:56:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0u7qv029592; Wed, 30 Mar 2016 00:56:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0u77C029591; Wed, 30 Mar 2016 00:56:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300056.u2U0u77C029591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412152 - head/editors/ted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:56:09 -0000 Author: amdmi3 Date: Wed Mar 30 00:56:07 2016 New Revision: 412152 URL: https://svnweb.freebsd.org/changeset/ports/412152 Log: - Add LICENSE_FILE - Switch to options helpers - Fix build with GTK2 Modified: head/editors/ted/Makefile Modified: head/editors/ted/Makefile ============================================================================== --- head/editors/ted/Makefile Wed Mar 30 00:54:20 2016 (r412151) +++ head/editors/ted/Makefile Wed Mar 30 00:56:07 2016 (r412152) @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 based RTF editor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/gpl.txt LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libpng.so:${PORTSDIR}/graphics/png \ @@ -20,13 +21,10 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve libpaper.so:${PORTSDIR}/print/libpaper RUN_DEPENDS= gsfonts>0:${PORTSDIR}/print/gsfonts -OPTIONS_DEFINE= GTK2 DOCS -GTK2_DESC= Use GTK2 instead of MOTIF - WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} USE_XORG= xext xft -USES= ghostscript:x11,run iconv +USES= ghostscript:x11,run iconv pkgconfig GNU_CONFIGURE= yes MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \ DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \ @@ -42,15 +40,13 @@ DOCSDIR= ${PREFIX}/share/doc/Ted AFMDIR= ${DATADIR}/afm INDDIR= ${DATADIR}/dfa -.include - -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 -CONFIGURE_ARGS+=--with-GTK -.else -USES+= motif -CONFIGURE_ARGS+=--with-MOTIF -.endif +OPTIONS_DEFINE= GTK2 DOCS +GTK2_DESC= Use GTK2 instead of MOTIF +GTK2_USE= GNOME=gtk20 +GTK2_CONFIGURE_ON= --with-GTK +GTK2_CPPFLAGS= `pkg-config --cflags gtk+-2.0 | ${SED} -e 's|-I|-isystem |g'` +GTK2_USES_OFF= motif +GTK2_CONFIGURE_OFF= --with-MOTIF .include @@ -81,9 +77,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tedPackage/afm/*.afm ${STAGEDIR}${AFMDIR} @${MKDIR} ${STAGEDIR}${INDDIR} ${INSTALL_DATA} ${WRKSRC}/tedPackage/dfa/*.dfa ${STAGEDIR}${INDDIR} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tedPackage/TedDocument-en_US.rtf ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-all@freebsd.org Wed Mar 30 01:44:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012C7ADF215; Wed, 30 Mar 2016 01:44:25 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6A4F1130; Wed, 30 Mar 2016 01:44:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U1iOUd044854; Wed, 30 Mar 2016 01:44:24 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U1iNSI044852; Wed, 30 Mar 2016 01:44:23 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201603300144.u2U1iNSI044852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 30 Mar 2016 01:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412153 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 01:44:25 -0000 Author: tota Date: Wed Mar 30 01:44:23 2016 New Revision: 412153 URL: https://svnweb.freebsd.org/changeset/ports/412153 Log: - Update to 1.1-7 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Wed Mar 30 00:56:07 2016 (r412152) +++ head/graphics/R-cran-rgdal/Makefile Wed Mar 30 01:44:23 2016 (r412153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.1-3 +DISTVERSION= 1.1-7 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Wed Mar 30 00:56:07 2016 (r412152) +++ head/graphics/R-cran-rgdal/distinfo Wed Mar 30 01:44:23 2016 (r412153) @@ -1,2 +1,2 @@ -SHA256 (rgdal_1.1-3.tar.gz) = ea2e4b5d76d96bd7e350152dd900f4fab9dd8560582b19fd5c1714f0b3c6022a -SIZE (rgdal_1.1-3.tar.gz) = 1647483 +SHA256 (rgdal_1.1-7.tar.gz) = fac1c32c7395e008b8c8e605be760755a21c105e5ec5c72bb2b697fc990f9fe4 +SIZE (rgdal_1.1-7.tar.gz) = 1650335 From owner-svn-ports-all@freebsd.org Wed Mar 30 04:18:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00524AE2164; Wed, 30 Mar 2016 04:18:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C65071EF9; Wed, 30 Mar 2016 04:18:24 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U4IO7W090505; Wed, 30 Mar 2016 04:18:24 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U4INaV090503; Wed, 30 Mar 2016 04:18:23 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603300418.u2U4INaV090503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 30 Mar 2016 04:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412154 - head/security/nmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 04:18:25 -0000 Author: ohauer Date: Wed Mar 30 04:18:23 2016 New Revision: 412154 URL: https://svnweb.freebsd.org/changeset/ports/412154 Log: Nmap 7.12 [2016-03-29] o [NSE] VNC updates including vnc-brute support for TLS security type and negotiating a lower RFB version if the server sends an unknown higher version. [Daniel Miller] o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP [Daniel Miller] o Added new service probes and match lines for OpenVPN on UDP and TCP. Modified: head/security/nmap/Makefile head/security/nmap/distinfo Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Wed Mar 30 01:44:23 2016 (r412153) +++ head/security/nmap/Makefile Wed Mar 30 04:18:23 2016 (r412154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.11 +DISTVERSION= 7.12 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer Modified: head/security/nmap/distinfo ============================================================================== --- head/security/nmap/distinfo Wed Mar 30 01:44:23 2016 (r412153) +++ head/security/nmap/distinfo Wed Mar 30 04:18:23 2016 (r412154) @@ -1,2 +1,2 @@ -SHA256 (nmap-7.11.tar.bz2) = 13fa971555dec00e495a5b72c1f9efa1363b8e6c7388a2f05117cb0778c0954a -SIZE (nmap-7.11.tar.bz2) = 8960056 +SHA256 (nmap-7.12.tar.bz2) = 63df082a87c95a189865d37304357405160fc6333addcf5b84204c95e0539b04 +SIZE (nmap-7.12.tar.bz2) = 8960599 From owner-svn-ports-all@freebsd.org Wed Mar 30 05:57:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93EDDAE2392; Wed, 30 Mar 2016 05:57:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B91D1070; Wed, 30 Mar 2016 05:57:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U5vhX2020595; Wed, 30 Mar 2016 05:57:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U5vhV1020589; Wed, 30 Mar 2016 05:57:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201603300557.u2U5vhV1020589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 30 Mar 2016 05:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412155 - in head: . databases databases/cassandra graphics graphics/libwpg textproc textproc/libabw00 textproc/libwpd textproc/libwps02 www www/py-django-pipeline14 www/session2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 05:57:44 -0000 Author: rene Date: Wed Mar 30 05:57:42 2016 New Revision: 412155 URL: https://svnweb.freebsd.org/changeset/ports/412155 Log: Remove expired ports: 2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer have in ports 2016-03-26 www/py-django-pipeline14: This port depends upon expired www/py-django16 and have no consumers 2016-03-26 textproc/libwpd: Not used any more 2016-03-26 graphics/libwpg: Not used any more 2016-03-26 textproc/libwps02: Not used any more 2016-03-26 textproc/libabw00: Not used any more 2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported version of Cassandra Deleted: head/databases/cassandra/ head/graphics/libwpg/ head/textproc/libabw00/ head/textproc/libwpd/ head/textproc/libwps02/ head/www/py-django-pipeline14/ head/www/session2/ Modified: head/MOVED head/databases/Makefile head/graphics/Makefile head/textproc/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 30 04:18:23 2016 (r412154) +++ head/MOVED Wed Mar 30 05:57:42 2016 (r412155) @@ -8246,3 +8246,10 @@ textproc/libvisio||2016-03-28|No longer textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead graphics/libtxc_dxtn|graphics/s2tc|2016-03-29|Superseded by graphics/s2tc devel/erlang-ssl_verify_hostname|devel/erlang-ssl_verify_fun|2016-03-28|Project renamed +www/session2||2016-03-29|Has expired: That is a part of Quixote webapp framework we no longer have in ports +www/py-django-pipeline14||2016-03-29|Has expired: This port depends upon expired www/py-django16 and have no consumers +textproc/libwpd||2016-03-29|Has expired: Not used any more +graphics/libwpg||2016-03-29|Has expired: Not used any more +textproc/libwps02||2016-03-29|Has expired: Not used any more +textproc/libabw00||2016-03-29|Has expired: Not used any more +databases/cassandra||2016-03-29|Has expired: 1.2.x has reached EOL, upgrade to a supported version of Cassandra Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Mar 30 04:18:23 2016 (r412154) +++ head/databases/Makefile Wed Mar 30 05:57:42 2016 (r412155) @@ -25,7 +25,6 @@ SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 - SUBDIR += cassandra SUBDIR += cassandra-cpp-driver SUBDIR += cassandra2 SUBDIR += casstcl Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Mar 30 04:18:23 2016 (r412154) +++ head/graphics/Makefile Wed Mar 30 05:57:42 2016 (r412155) @@ -537,7 +537,6 @@ SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 - SUBDIR += libwpg SUBDIR += libwpg03 SUBDIR += libyuv SUBDIR += lightzone Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 30 04:18:23 2016 (r412154) +++ head/textproc/Makefile Wed Mar 30 05:57:42 2016 (r412155) @@ -384,7 +384,6 @@ SUBDIR += latex-service SUBDIR += latex2html SUBDIR += libabw - SUBDIR += libabw00 SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcss @@ -424,10 +423,8 @@ SUBDIR += libutf8proc SUBDIR += libvisio01 SUBDIR += libwapcaplet - SUBDIR += libwpd SUBDIR += libwpd010 SUBDIR += libwps - SUBDIR += libwps02 SUBDIR += libwps03 SUBDIR += libxdiff SUBDIR += libxml++26 Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 30 04:18:23 2016 (r412154) +++ head/www/Makefile Wed Mar 30 05:57:42 2016 (r412155) @@ -1561,7 +1561,6 @@ SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline13 - SUBDIR += py-django-pipeline14 SUBDIR += py-django-piston SUBDIR += py-django-profiles SUBDIR += py-django-redis @@ -2051,7 +2050,6 @@ SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api - SUBDIR += session2 SUBDIR += sfnt2woff SUBDIR += shellinabox SUBDIR += shttpd From owner-svn-ports-all@freebsd.org Wed Mar 30 06:41:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DC1EAE2E47; Wed, 30 Mar 2016 06:41:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFDF1337; Wed, 30 Mar 2016 06:41:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U6fuaV036084; Wed, 30 Mar 2016 06:41:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U6fthB036074; Wed, 30 Mar 2016 06:41:55 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201603300641.u2U6fthB036074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 30 Mar 2016 06:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412156 - in head/games: . zhlt zhlt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 06:41:57 -0000 Author: danfe Date: Wed Mar 30 06:41:55 2016 New Revision: 412156 URL: https://svnweb.freebsd.org/changeset/ports/412156 Log: Add a port of Zoner's Half-Life compile tools, which offer many improvements over the original map compiling tools for Half-Life. WWW: http://zhlt.info/ Added: head/games/zhlt/ head/games/zhlt/Makefile (contents, props changed) head/games/zhlt/distinfo (contents, props changed) head/games/zhlt/files/ head/games/zhlt/files/Makefile (contents, props changed) head/games/zhlt/files/patch-common_bspfile.h (contents, props changed) head/games/zhlt/files/patch-common_cmdlib.cpp (contents, props changed) head/games/zhlt/files/patch-common_mathlib.h (contents, props changed) head/games/zhlt/files/patch-common_win32fix.h (contents, props changed) head/games/zhlt/files/patch-hlrad_mathutil.cpp (contents, props changed) head/games/zhlt/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Mar 30 05:57:42 2016 (r412155) +++ head/games/Makefile Wed Mar 30 06:41:55 2016 (r412156) @@ -1194,6 +1194,7 @@ SUBDIR += zatacka SUBDIR += zaz SUBDIR += zephulor + SUBDIR += zhlt SUBDIR += znibbles SUBDIR += zoom SUBDIR += ztrack Added: head/games/zhlt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/Makefile Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,32 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= zhlt +PORTVERSION= 3.4 +CATEGORIES= games devel +MASTER_SITES= http://downloads.ammahls.com/zhlt/Old%20SDK%20Code/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}f-src + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Zoner's Half-Life compile tools + +USES= dos2unix zip +DOS2UNIX_FILES= common/bspfile.h common/cmdlib.cpp common/mathlib.h \ + common/win32fix.h hlrad/mathutil.cpp + +MAKEFILE= ${FILESDIR}/Makefile +NO_WRKSUBDIR= yes + +PLIST_FILES= bin/hlbsp bin/hlcsg bin/hlrad bin/hlvis bin/ripent + +post-patch: + @${REINPLACE_CMD} -E 's,(min|max)\(,std::&,g' \ + ${WRKSRC}/common/boundingbox.h \ + ${WRKSRC}/common/filelib.cpp \ + ${WRKSRC}/common/winding.cpp \ + ${WRKSRC}/hlrad/lightmap.cpp \ + ${WRKSRC}/hlvis/flow.cpp + @${REINPLACE_CMD} -e 's,min(32,&L,' \ + ${WRKSRC}/common/filelib.cpp + +.include Added: head/games/zhlt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/distinfo Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,2 @@ +SHA256 (zhlt34f-src.zip) = 17cce9227f825498f0ce2ba7a55a5f28229eedf9609aa59c029d533f6facab39 +SIZE (zhlt34f-src.zip) = 519205 Added: head/games/zhlt/files/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/Makefile Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,79 @@ +CPPFLAGS+= -DSYSTEM_POSIX -DSTDC_HEADERS -DHAVE_SYS_RESOURCE_H \ + -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H \ + -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DDOUBLEVEC_T +CXXFLAGS+= -Wall -Wextra + +common_OBJS= common/blockmem.o \ + common/bspfile.o \ + common/cmdlib.o \ + common/filelib.o \ + common/files.o \ + common/log.o \ + common/mathlib.o \ + common/messages.o \ + common/resourcelock.o \ + common/scriplib.o \ + common/threads.o \ + common/winding.o + +hlbsp_OBJ= hlbsp/merge.o \ + hlbsp/outside.o \ + hlbsp/portals.o \ + hlbsp/qbsp.o \ + hlbsp/solidbsp.o \ + hlbsp/surfaces.o \ + hlbsp/tjunc.o \ + hlbsp/writebsp.o + +hlcsg_OBJS= hlcsg/autowad.o \ + hlcsg/brush.o \ + hlcsg/brushunion.o \ + hlcsg/hullfile.o \ + hlcsg/map.o \ + hlcsg/netvis_in_vis.o \ + hlcsg/properties.o \ + hlcsg/qcsg.o \ + hlcsg/textures.o \ + hlcsg/wadcfg.o \ + hlcsg/wadinclude.o \ + hlcsg/wadpath.o + +hlrad_OBJS= hlrad/lerp.o \ + hlrad/lightmap.o \ + hlrad/mathutil.o \ + hlrad/nomatrix.o \ + hlrad/qrad.o \ + hlrad/qradutil.o \ + hlrad/sparse.o \ + hlrad/trace.o \ + hlrad/transfers.o \ + hlrad/transparency.o \ + hlrad/vismatrix.o \ + hlrad/vismatrixutil.o + +hlvis_OBJS= hlvis/flow.o \ + hlvis/vis.o \ + hlvis/zones.o + +ripent_OBJS= ripent/ripent.o + +PROGS= hlbsp/hlbsp hlcsg/hlcsg hlrad/hlrad hlvis/hlvis ripent/ripent + +.cpp.o: + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $< -Icommon -Itemplate + +all: $(PROGS) + +hlbsp/hlbsp: $(common_OBJS) $(hlbsp_OBJ) +hlcsg/hlcsg: $(common_OBJS) $(hlcsg_OBJS) +hlrad/hlrad: $(common_OBJS) $(hlrad_OBJS) +hlvis/hlvis: $(common_OBJS) $(hlvis_OBJS) +ripent/ripent: $(common_OBJS) $(ripent_OBJS) + +$(PROGS): + $(CXX) $(LDFLAGS) -o $@ $> -lpthread + +install: $(PROGS) + $(BSD_INSTALL_PROGRAM) $> $(DESTDIR)$(PREFIX)/bin + +.PHONY: all install Added: head/games/zhlt/files/patch-common_bspfile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-common_bspfile.h Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,11 @@ +--- common/bspfile.h.orig 2016-03-30 06:24:01 UTC ++++ common/bspfile.h +@@ -155,7 +155,7 @@ dvertex_t; + + typedef struct + { +- float normal[3]; ++ vec3_t normal; + float dist; + planetypes type; // PLANE_X - PLANE_ANYZ ?remove? trivial to regenerate + } Added: head/games/zhlt/files/patch-common_cmdlib.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-common_cmdlib.cpp Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,30 @@ +--- common/cmdlib.cpp.orig 2016-03-30 06:24:01 UTC ++++ common/cmdlib.cpp +@@ -13,6 +13,9 @@ + #ifdef HAVE_SYS_STAT_H + #include + #endif ++#ifdef HAVE_SYS_TIME_H ++#include ++#endif + #ifdef HAVE_FCNTL_H + #include + #endif +@@ -21,6 +24,8 @@ + #endif + #endif + ++#include ++ + #define PATHSEPARATOR(c) ((c) == '\\' || (c) == '/') + + /* +@@ -128,7 +133,7 @@ inline void getFilePositions(char* path, + else + { *extension_position = ptr - path; } + +- ptr = max(strrchr(path,'/'),strrchr(path,'\\')); ++ ptr = std::max(strrchr(path,'/'),strrchr(path,'\\')); + if(ptr == 0) + { *directory_position = -1; } + else Added: head/games/zhlt/files/patch-common_mathlib.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-common_mathlib.h Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,46 @@ +--- common/mathlib.h.orig 2016-03-30 06:24:01 UTC ++++ common/mathlib.h +@@ -12,20 +12,13 @@ + #endif + + #ifdef STDC_HEADERS ++#include + #include + #include + #endif + + #include + +-#if !defined(max) +-#define max(a,b) (((a) > (b)) ? (a) : (b)) +-#endif +- +-#if !defined(min) +-#define min(a,b) (((a) < (b)) ? (a) : (b)) +-#endif +- + #define Q_PI 3.14159265358979323846 + + extern const vec3_t vec3_origin; +@@ -71,8 +64,8 @@ extern const vec3_t vec3_origin; + #define VectorCopy(a,b) { (b)[0]=(a)[0]; (b)[1]=(a)[1]; (b)[2]=(a)[2]; } + #define VectorClear(a) { (a)[0] = (a)[1] = (a)[2] = 0.0; } + +-#define VectorMaximum(a) ( max( (a)[0], max( (a)[1], (a)[2] ) ) ) +-#define VectorMinimum(a) ( min( (a)[0], min( (a)[1], (a)[2] ) ) ) ++#define VectorMaximum(a) ( std::max( (a)[0], std::max( (a)[1], (a)[2] ) ) ) ++#define VectorMinimum(a) ( std::min( (a)[0], std::min( (a)[1], (a)[2] ) ) ) + + #define VectorInverse(a) \ + { \ +@@ -88,8 +81,8 @@ extern const vec3_t vec3_origin; + (dest)[2] = (a)[2] + scale * (b)[2]; \ + } + #define VectorLength(a) sqrt((double) ((double)((a)[0] * (a)[0]) + (double)( (a)[1] * (a)[1]) + (double)( (a)[2] * (a)[2])) ) +-#define VectorCompareMinimum(a,b,c) { (c)[0] = min((a)[0], (b)[0]); (c)[1] = min((a)[1], (b)[1]); (c)[2] = min((a)[2], (b)[2]); } +-#define VectorCompareMaximum(a,b,c) { (c)[0] = max((a)[0], (b)[0]); (c)[1] = max((a)[1], (b)[1]); (c)[2] = max((a)[2], (b)[2]); } ++#define VectorCompareMinimum(a,b,c) { (c)[0] = std::min((a)[0], (b)[0]); (c)[1] = std::min((a)[1], (b)[1]); (c)[2] = std::min((a)[2], (b)[2]); } ++#define VectorCompareMaximum(a,b,c) { (c)[0] = std::max((a)[0], (b)[0]); (c)[1] = std::max((a)[1], (b)[1]); (c)[2] = std::max((a)[2], (b)[2]); } + + inline vec_t VectorNormalize(vec3_t v) + { Added: head/games/zhlt/files/patch-common_win32fix.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-common_win32fix.h Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,31 @@ +--- common/win32fix.h.orig 2016-03-30 06:24:01 UTC ++++ common/win32fix.h +@@ -5,7 +5,7 @@ + #pragma once + #endif + +-#include ++#include + + ///////////////////////////// + #ifdef SYSTEM_WIN32 +@@ -50,6 +50,19 @@ + + #define INLINE inline + ++#define _close close ++#define _open open ++#define _read read ++#define _strdup strdup ++#define _strlwr strlwr ++#define _strupr strupr ++#define _unlink unlink ++ ++#define fscanf_s fscanf ++#define sprintf_s(str, ...) snprintf(str, sizeof(str), __VA_ARGS__) ++#define sscanf_s sscanf ++#define strcpy_s(dst, src) strlcpy(dst, src, sizeof(dst)) ++ + #endif + ///////////////////////////// + Added: head/games/zhlt/files/patch-hlrad_mathutil.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-hlrad_mathutil.cpp Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,54 @@ +--- hlrad/mathutil.cpp.orig 2016-03-30 06:24:01 UTC ++++ hlrad/mathutil.cpp +@@ -20,7 +20,7 @@ inline bool PointInEdge(const vec_t* con + // PointInWall - check a lerpWall_t boundary + //=============================================== + +-inline bool PointInWall(const lerpWall_t* const wall, const vec_t* const point) ++bool PointInWall(const lerpWall_t* const wall, const vec_t* const point) + { + for(int counter = 0; counter < NUM_LERP_POINTS; counter++) + { +@@ -49,7 +49,7 @@ inline bool PointInWinding(const Winding + // PointInTri - check a boundary defined by 3 points + //================================================== + +-inline bool PointInTri(const vec_t* const point, const dplane_t* const plane, const vec_t* const p1, const vec_t* const p2, const vec_t* const p3) ++bool PointInTri(const vec_t* const point, const dplane_t* const plane, const vec_t* const p1, const vec_t* const p2, const vec_t* const p3) + { + return (PointInEdge(point,p1,p2,plane->normal) && PointInEdge(point,p2,p3,plane->normal) && PointInEdge(point,p3,p1,plane->normal)); + } +@@ -131,7 +131,7 @@ inline bool LineSegmentIntersectsFace(co + // point in point parameter if it exists + //================================================== + +-inline bool LineSegmentIntersectsPlane(const dplane_t& plane, const vec_t* const p1, const vec_t* const p2, vec3_t& point) ++bool LineSegmentIntersectsPlane(const dplane_t& plane, const vec_t* const p1, const vec_t* const p2, vec3_t& point) + { + vec3_t line; + VectorSubtract(p2,p1,line); +@@ -156,7 +156,7 @@ inline bool LineSegmentIntersectsPlane(c + // PlaneFromPoints + //================================================== + +-inline void PlaneFromPoints(const vec_t* const p1, const vec_t* const p2, const vec_t* const p3, dplane_t* plane) ++void PlaneFromPoints(const vec_t* const p1, const vec_t* const p2, const vec_t* const p3, dplane_t* plane) + { + vec3_t temp, temp2; + VectorSubtract(p3,p2,temp); +@@ -170,7 +170,7 @@ inline void PlaneFromPoints(const vec_t* + // SnapToPlane + //================================================== + +-inline void SnapToPlane(const dplane_t* const plane, vec_t* const point, const vec_t offset) ++void SnapToPlane(const dplane_t* const plane, vec_t* const point, const vec_t offset) + { + vec_t scale = (plane->dist + offset); + scale -= DotProduct(plane->normal,point); +@@ -243,4 +243,4 @@ int TestSegmentAgainstOpaqueList(const v + } + #endif + return -1; //not completely blocked +-} +\ No newline at end of file ++} Added: head/games/zhlt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/pkg-descr Wed Mar 30 06:41:55 2016 (r412156) @@ -0,0 +1,11 @@ +Zoner's Half-Life compile tools offer many improvements over the original +map compiling tools for Half-Life, such as better lighting quality, faster +vis times, switchable texture based lighting, support for brush entities +casting shadows, removal of "sticky" edges, support for 64-bit processors, +and much more. + +Please note that these tools are for use with the Half-Life 1 engine (also +known as GoldSrc or GoldSource), not for the Source Engine used in Half- +Life 2. For the Source Engine, refer to Custom Source Tools (CST). + +WWW: http://zhlt.info/ From owner-svn-ports-all@freebsd.org Wed Mar 30 06:48:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA43EAE2F12; Wed, 30 Mar 2016 06:48:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C54F165D; Wed, 30 Mar 2016 06:48:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U6m8od036430; Wed, 30 Mar 2016 06:48:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U6m85u036428; Wed, 30 Mar 2016 06:48:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603300648.u2U6m85u036428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 30 Mar 2016 06:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412157 - in head/x11/xstroke: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 06:48:09 -0000 Author: bapt Date: Wed Mar 30 06:48:08 2016 New Revision: 412157 URL: https://svnweb.freebsd.org/changeset/ports/412157 Log: revert r412141 On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in in base and not byacc from ports which does not support %pure_parser. Dropping bison as a build dependency is not worth a more complex syntax Modified: head/x11/xstroke/Makefile head/x11/xstroke/files/patch-Imakefile Modified: head/x11/xstroke/Makefile ============================================================================== --- head/x11/xstroke/Makefile Wed Mar 30 06:41:55 2016 (r412156) +++ head/x11/xstroke/Makefile Wed Mar 30 06:48:08 2016 (r412157) @@ -13,8 +13,7 @@ COMMENT= Fullscreen gesture recognition LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= imake -BUILD_DEPENDS= byacc:devel/byacc +USES= bison imake USE_XORG= xft x11 xext xi xtst PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz Modified: head/x11/xstroke/files/patch-Imakefile ============================================================================== --- head/x11/xstroke/files/patch-Imakefile Wed Mar 30 06:41:55 2016 (r412156) +++ head/x11/xstroke/files/patch-Imakefile Wed Mar 30 06:48:08 2016 (r412157) @@ -9,7 +9,7 @@ -LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm -ldl -lpthread +LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm $(LDFLAGS) FLEX=flex -+YACC=byacc ++YACC=bison -y OBJS=xstroke.o args.o backing.o bresenham.o brush.o control_win.o stroke.o matrix.o \ action.o action_item.o feature.o gesture.o log.o option.o sprintf_alloc.o \ rec.o rec_callback.o rec_history.o rec_lex.o rec_mode.o rec_parse.o \ From owner-svn-ports-all@freebsd.org Wed Mar 30 07:19:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D83F2AE2743; Wed, 30 Mar 2016 07:19:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D3718C8; Wed, 30 Mar 2016 07:19:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U7JnvT045472; Wed, 30 Mar 2016 07:19:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U7Jn5o045470; Wed, 30 Mar 2016 07:19:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603300719.u2U7Jn5o045470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 30 Mar 2016 07:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412158 - in head: devel/libsigc++20 sysutils/pacman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 07:19:50 -0000 Author: bapt Date: Wed Mar 30 07:19:49 2016 New Revision: 412158 URL: https://svnweb.freebsd.org/changeset/ports/412158 Log: Remove uneeded dependency on GNU m4 Modified: head/devel/libsigc++20/Makefile head/sysutils/pacman/Makefile Modified: head/devel/libsigc++20/Makefile ============================================================================== --- head/devel/libsigc++20/Makefile Wed Mar 30 06:48:08 2016 (r412157) +++ head/devel/libsigc++20/Makefile Wed Mar 30 07:19:49 2016 (r412158) @@ -13,8 +13,6 @@ COMMENT= Callback Framework for C++ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix perl5 tar:xz Modified: head/sysutils/pacman/Makefile ============================================================================== --- head/sysutils/pacman/Makefile Wed Mar 30 06:48:08 2016 (r412157) +++ head/sysutils/pacman/Makefile Wed Mar 30 07:19:49 2016 (r412158) @@ -14,7 +14,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - gm4:${PORTSDIR}/devel/m4 \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libarchive.so.13:${PORTSDIR}/archivers/libarchive From owner-svn-ports-all@freebsd.org Wed Mar 30 07:28:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB0CDAE2A3E; Wed, 30 Mar 2016 07:28:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E60D1F8B; Wed, 30 Mar 2016 07:28:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U7SNvo048562; Wed, 30 Mar 2016 07:28:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U7SNmn048558; Wed, 30 Mar 2016 07:28:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201603300728.u2U7SNmn048558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 30 Mar 2016 07:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412159 - in head/security: krb5-112 krb5-113 krb5-114 krb5-appl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 07:28:24 -0000 Author: bapt Date: Wed Mar 30 07:28:23 2016 New Revision: 412159 URL: https://svnweb.freebsd.org/changeset/ports/412159 Log: Remove uneeded dependency on GNU m4 Modified: head/security/krb5-112/Makefile head/security/krb5-113/Makefile head/security/krb5-114/Makefile head/security/krb5-appl/Makefile Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Wed Mar 30 07:19:49 2016 (r412158) +++ head/security/krb5-112/Makefile Wed Mar 30 07:28:23 2016 (r412159) @@ -20,8 +20,6 @@ LICENSE= MIT DEPRECATED= EOL twelve months after release of krb5-1.14 EXPIRATION_DATE= 2016-11-20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-[0-9].* krb5-11[014-9]-* KERBEROSV_URL= http://web.mit.edu/kerberos/ Modified: head/security/krb5-113/Makefile ============================================================================== --- head/security/krb5-113/Makefile Wed Mar 30 07:19:49 2016 (r412158) +++ head/security/krb5-113/Makefile Wed Mar 30 07:28:23 2016 (r412159) @@ -17,8 +17,6 @@ COMMENT= Authentication system develope LICENSE= MIT -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[0-2]-* krb5-[0-9].* KERBEROSV_URL= http://web.mit.edu/kerberos/ Modified: head/security/krb5-114/Makefile ============================================================================== --- head/security/krb5-114/Makefile Wed Mar 30 07:19:49 2016 (r412158) +++ head/security/krb5-114/Makefile Wed Mar 30 07:28:23 2016 (r412159) @@ -18,8 +18,6 @@ COMMENT= Authentication system develope LICENSE= MIT -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[0-9]-* KERBEROSV_URL= http://web.mit.edu/kerberos/ Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Wed Mar 30 07:19:49 2016 (r412158) +++ head/security/krb5-appl/Makefile Wed Mar 30 07:28:23 2016 (r412159) @@ -13,8 +13,7 @@ EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - krb5-config:${PORTSDIR}/security/krb5 +BUILD_DEPENDS= krb5-config:${PORTSDIR}/security/krb5 CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* From owner-svn-ports-all@freebsd.org Wed Mar 30 07:30:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DC47AE2B3B; Wed, 30 Mar 2016 07:30:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51AE13A7; Wed, 30 Mar 2016 07:30:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U7UoQ3048828; Wed, 30 Mar 2016 07:30:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U7Unp6048825; Wed, 30 Mar 2016 07:30:49 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603300730.u2U7Unp6048825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 07:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412160 - head/devel/elixir-plug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 07:30:51 -0000 Author: olgeni Date: Wed Mar 30 07:30:49 2016 New Revision: 412160 URL: https://svnweb.freebsd.org/changeset/ports/412160 Log: Update devel/elixir-plug to version 1.1.3. Modified: head/devel/elixir-plug/Makefile head/devel/elixir-plug/distinfo head/devel/elixir-plug/pkg-plist Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Wed Mar 30 07:28:23 2016 (r412159) +++ head/devel/elixir-plug/Makefile Wed Mar 30 07:30:49 2016 (r412160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Wed Mar 30 07:28:23 2016 (r412159) +++ head/devel/elixir-plug/distinfo Wed Mar 30 07:30:49 2016 (r412160) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v1.1.2_GH0.tar.gz) = 3147e315b08278e0753e0b9c6ffc1fe512a498acfef8c0fac001da2de204c5b1 -SIZE (elixir-lang-plug-v1.1.2_GH0.tar.gz) = 107334 +SHA256 (elixir-lang-plug-v1.1.3_GH0.tar.gz) = 9c928c8968ab47641bf3eafa618b31221dd0ea9acf4a59a08a3519d955c277ea +SIZE (elixir-lang-plug-v1.1.3_GH0.tar.gz) = 108178 Modified: head/devel/elixir-plug/pkg-plist ============================================================================== --- head/devel/elixir-plug/pkg-plist Wed Mar 30 07:28:23 2016 (r412159) +++ head/devel/elixir-plug/pkg-plist Wed Mar 30 07:30:49 2016 (r412160) @@ -14,6 +14,7 @@ lib/elixir/lib/plug/ebin/Elixir.Plug.Con lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.CookieOverflowError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Cookies.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidHeaderError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidQueryError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.NotSentError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Query.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Status.beam From owner-svn-ports-all@freebsd.org Wed Mar 30 09:02:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C46CAE084F; Wed, 30 Mar 2016 09:02:34 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E936E123D; Wed, 30 Mar 2016 09:02:33 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U92XHc078573; Wed, 30 Mar 2016 09:02:33 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U92XUE078571; Wed, 30 Mar 2016 09:02:33 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201603300902.u2U92XUE078571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 30 Mar 2016 09:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412161 - in head/multimedia/mpv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:02:34 -0000 Author: cpm Date: Wed Mar 30 09:02:32 2016 New Revision: 412161 URL: https://svnweb.freebsd.org/changeset/ports/412161 Log: - Initialize volume to 50% by default. Submitted by: soralx@cydem.org Approved by: junovitch (mentor) Added: head/multimedia/mpv/files/ head/multimedia/mpv/files/patch-audio_mixer.c (contents, props changed) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Wed Mar 30 07:30:49 2016 (r412160) +++ head/multimedia/mpv/Makefile Wed Mar 30 09:02:32 2016 (r412161) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio Added: head/multimedia/mpv/files/patch-audio_mixer.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpv/files/patch-audio_mixer.c Wed Mar 30 09:02:32 2016 (r412161) @@ -0,0 +1,13 @@ +--- audio/mixer.c.orig 2016-03-29 14:12:22 UTC ++++ audio/mixer.c +@@ -57,8 +57,8 @@ struct mixer *mixer_init(void *talloc_ct + *mixer = (struct mixer) { + .log = mp_log_new(mixer, global->log, "mixer"), + .opts = global->opts, +- .vol_l = 100, +- .vol_r = 100, ++ .vol_l = -1, ++ .vol_r = -1, + .driver = "", + }; + return mixer; From owner-svn-ports-all@freebsd.org Wed Mar 30 09:09:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4123CAE08EE; Wed, 30 Mar 2016 09:09:06 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7C1D14B3; Wed, 30 Mar 2016 09:09:05 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U9957t079806; Wed, 30 Mar 2016 09:09:05 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U990eV079757; Wed, 30 Mar 2016 09:09:00 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201603300909.u2U990eV079757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 30 Mar 2016 09:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412162 - in branches/2016Q1/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:09:06 -0000 Author: cmt Date: Wed Mar 30 09:09:00 2016 New Revision: 412162 URL: https://svnweb.freebsd.org/changeset/ports/412162 Log: MFH: r412135 Update chromium to 49.0.2623.110 Approved by: miwi (mentor), rene (mentor) Security: 5c288f68-c7ca-4c0d-b7dc-1ec6295200b3 Security: f85fa236-e2a6-412e-b5c7-c42120892de5 Security: 8be8ca39-ae70-4422-bf1a-d8fae6911c5e Approved by: portmgr (erwin) Added: branches/2016Q1/www/chromium/files/patch-base__move.h - copied unchanged from r412135, head/www/chromium/files/patch-base__move.h branches/2016Q1/www/chromium/files/patch-chrome__browser__download__download_query.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__download__download_query.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc - copied unchanged from r412135, head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc branches/2016Q1/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc branches/2016Q1/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc branches/2016Q1/www/chromium/files/patch-components__dom_distiller__core__page_features.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc branches/2016Q1/www/chromium/files/patch-components__drive__drive_api_util.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__drive__drive_api_util.cc branches/2016Q1/www/chromium/files/patch-components__feedback__anonymizer_tool.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc branches/2016Q1/www/chromium/files/patch-components__flags_ui__flags_state.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__flags_ui__flags_state.cc branches/2016Q1/www/chromium/files/patch-components__json_schema__json_schema_validator.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc branches/2016Q1/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc branches/2016Q1/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc branches/2016Q1/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc branches/2016Q1/www/chromium/files/patch-components__policy__core__common__schema.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__policy__core__common__schema.cc branches/2016Q1/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc branches/2016Q1/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc branches/2016Q1/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc - copied unchanged from r412135, head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc branches/2016Q1/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc - copied unchanged from r412135, head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc branches/2016Q1/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc - copied unchanged from r412135, head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc branches/2016Q1/www/chromium/files/patch-extensions__common__image_util.cc - copied unchanged from r412135, head/www/chromium/files/patch-extensions__common__image_util.cc branches/2016Q1/www/chromium/files/patch-extensions__common__stack_frame.cc - copied unchanged from r412135, head/www/chromium/files/patch-extensions__common__stack_frame.cc branches/2016Q1/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc - copied unchanged from r412135, head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc branches/2016Q1/www/chromium/files/patch-third_party__leveldatabase__env_chromium.cc - copied unchanged from r412135, head/www/chromium/files/patch-third_party__leveldatabase__env_chromium.cc branches/2016Q1/www/chromium/files/patch-third_party__webrtc__modules__video_coding__receiver.cc - copied unchanged from r412135, head/www/chromium/files/patch-third_party__webrtc__modules__video_coding__receiver.cc branches/2016Q1/www/chromium/files/patch-ui__accessibility__platform__ax_platform_node.h - copied unchanged from r412135, head/www/chromium/files/patch-ui__accessibility__platform__ax_platform_node.h branches/2016Q1/www/chromium/files/patch-ui__views__accessibility__native_view_accessibility.h - copied unchanged from r412135, head/www/chromium/files/patch-ui__views__accessibility__native_view_accessibility.h Deleted: branches/2016Q1/www/chromium/files/patch-base__allocator__allocator_extension.cc branches/2016Q1/www/chromium/files/patch-chrome__app__theme__theme_resources.grd branches/2016Q1/www/chromium/files/patch-chrome__browser__about_flags.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ssl__bad_blocking_page.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__sync__profile_sync_components_factory_impl.cc branches/2016Q1/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc branches/2016Q1/www/chromium/files/patch-components__printing__renderer__print_web_view_helper.h branches/2016Q1/www/chromium/files/patch-net__base__net_util.h branches/2016Q1/www/chromium/files/patch-third_party__boringssl__src__crypto__bn__generic.c branches/2016Q1/www/chromium/files/patch-third_party__skia__src__core__SkVarAlloc.cpp branches/2016Q1/www/chromium/files/patch-third_party__skia__src__ports__SkTime_Unix.cpp branches/2016Q1/www/chromium/files/patch-third_party__webrtc__modules__video_coding__main__source__receiver.cc branches/2016Q1/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__thread_posix.cc branches/2016Q1/www/chromium/files/patch-ui__accessibility__platform__ax_platform_node.cc branches/2016Q1/www/chromium/files/patch-ui__views__accessibility__native_view_accessibility.cc Modified: branches/2016Q1/www/chromium/Makefile branches/2016Q1/www/chromium/distinfo branches/2016Q1/www/chromium/files/extra-patch-clang branches/2016Q1/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc branches/2016Q1/www/chromium/files/patch-base__strings__safe_sprintf.cc branches/2016Q1/www/chromium/files/patch-base__sys_info_freebsd.cc branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc branches/2016Q1/www/chromium/files/patch-build__common.gypi branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h branches/2016Q1/www/chromium/files/patch-content__browser__browser_main_loop.cc branches/2016Q1/www/chromium/files/patch-content__browser__child_process_launcher.cc branches/2016Q1/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc branches/2016Q1/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-gpu__config__gpu_control_list.cc branches/2016Q1/www/chromium/files/patch-gpu__config__gpu_info_collector.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-media__filters__decrypting_audio_decoder.cc branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.h (contents, props changed) branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-net__base__address_tracker_linux.h branches/2016Q1/www/chromium/files/patch-net__proxy__proxy_config_service_linux.cc branches/2016Q1/www/chromium/files/patch-net__quic__congestion_control__rtt_stats.cc branches/2016Q1/www/chromium/files/patch-net__socket__socks5_client_socket.cc branches/2016Q1/www/chromium/files/patch-ppapi__proxy__file_io_resource.cc branches/2016Q1/www/chromium/files/patch-ppapi__shared_impl__private__net_address_private_impl.cc branches/2016Q1/www/chromium/files/patch-third_party__WebKit__Source__bindings__core__v8__V8ScriptRunner.cpp branches/2016Q1/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gni branches/2016Q1/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gypi (contents, props changed) branches/2016Q1/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h branches/2016Q1/www/chromium/files/patch-third_party__webrtc__base__physicalsocketserver.cc (contents, props changed) branches/2016Q1/www/chromium/files/patch-third_party__webrtc__modules__audio_device__audio_device.gypi branches/2016Q1/www/chromium/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/chromium/Makefile ============================================================================== --- branches/2016Q1/www/chromium/Makefile Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/Makefile Wed Mar 30 09:09:00 2016 (r412162) @@ -56,7 +56,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l xdg-open:${PORTSDIR}/devel/xdg-utils ONLY_FOR_ARCHS= i386 amd64 -USES= bison compiler:c++11-lib cpe desktop-file-utils execinfo jpeg \ +USES= bison compiler:c++14-lang cpe desktop-file-utils execinfo jpeg \ ninja perl5 pkgconfig python:2,build shebangfix tar:xz CPE_VENDOR= google CPE_PRODUCT= chrome @@ -205,7 +205,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local .else GYP_DEFINES+= clang=1 -CFLAGS+= -Wno-unknown-warning-option +CFLAGS+= -Wno-unknown-warning-option \ + -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 # work around base r261801 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang CONFIGURE_ENV+= AR=/usr/bin/ar .endif @@ -338,6 +339,7 @@ pre-configure: 'third_party/webdriver' \ 'third_party/webrtc' \ 'third_party/widevine' \ + 'third_party/woff2' \ 'third_party/x86inc' \ 'third_party/yasm' \ 'third_party/zlib' \ Modified: branches/2016Q1/www/chromium/distinfo ============================================================================== --- branches/2016Q1/www/chromium/distinfo Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/distinfo Wed Mar 30 09:09:00 2016 (r412162) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.116.tar.xz) = 6a1eb9b4c853f15eeec0a55af7ac3b41835f0fc592ba6c0a500873cb12a84d0f -SIZE (chromium-48.0.2564.116.tar.xz) = 432321192 -SHA256 (chromium-48.0.2564.116-testdata.tar.xz) = 3cc8a9cf3f01321b22d31d37b99372aca027a1bcbe160b5d5dc7197159ebd35d -SIZE (chromium-48.0.2564.116-testdata.tar.xz) = 117230276 +SHA256 (chromium-49.0.2623.110.tar.xz) = 41840925d3769555ce4ebd780ee0dc6789ffae27b1684006c9b543bcaa35bbd2 +SIZE (chromium-49.0.2623.110.tar.xz) = 520407796 +SHA256 (chromium-49.0.2623.110-testdata.tar.xz) = 5a3d3a920a780caa685e6667a41489a756f3847095bcaf202b9d0b1bec566328 +SIZE (chromium-49.0.2623.110-testdata.tar.xz) = 117576612 Modified: branches/2016Q1/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2016Q1/www/chromium/files/extra-patch-clang Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/extra-patch-clang Wed Mar 30 09:09:00 2016 (r412162) @@ -1,29 +1,3 @@ ---- base/allocator/allocator_extension.cc 2015-04-15 00:18:47.000000000 +0200 -+++ base/allocator/allocator_extension.cc 2015-04-18 21:44:25.000000000 +0200 -@@ -35,20 +35,20 @@ - void SetGetAllocatorWasteSizeFunction( - thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { - DCHECK_EQ(thunks::GetGetAllocatorWasteSizeFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetGetAllocatorWasteSizeFunction(get_allocator_waste_size_function); - } - - void SetGetStatsFunction(thunks::GetStatsFunction get_stats_function) { - DCHECK_EQ(thunks::GetGetStatsFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetGetStatsFunction(get_stats_function); - } - - void SetReleaseFreeMemoryFunction( - thunks::ReleaseFreeMemoryFunction release_free_memory_function) { - DCHECK_EQ(thunks::GetReleaseFreeMemoryFunction(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); - } - --- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 +++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 @@ -729,12 +729,14 @@ @@ -77,24 +51,6 @@ } // Helper function to verify the most common test expectations. -@@ -240,7 +240,7 @@ - ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); - - scoped_ptr data(new DeathData()); -- ASSERT_NE(data, reinterpret_cast(NULL)); -+ ASSERT_NE(data, static_cast(NULL)); - EXPECT_EQ(data->run_duration_sum(), 0); - EXPECT_EQ(data->run_duration_max(), 0); - EXPECT_EQ(data->run_duration_sample(), 0); -@@ -279,7 +279,7 @@ - ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); - - scoped_ptr data(new DeathData()); -- ASSERT_NE(data, reinterpret_cast(NULL)); -+ ASSERT_NE(data, static_cast(NULL)); - - int32 run_ms = 42; - int32 queue_ms = 8; --- components/sync_sessions/synced_session_tracker.cc.orig 2016-01-21 13:04:41.772845558 +0100 +++ components/sync_sessions/synced_session_tracker.cc 2016-01-21 13:05:17.652842509 +0100 @@ -286,7 +286,7 @@ Copied: branches/2016Q1/www/chromium/files/patch-base__move.h (from r412135, head/www/chromium/files/patch-base__move.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-base__move.h Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-base__move.h) @@ -0,0 +1,11 @@ +--- base/move.h.orig 2016-03-05 17:46:48.797428036 +0100 ++++ base/move.h 2016-03-05 17:47:02.108427026 +0100 +@@ -31,7 +31,7 @@ + // for more details. + // TODO(crbug.com/566182): Remove this macro and use DISALLOW_COPY_AND_ASSIGN + // everywhere instead. +-#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX) ++#if (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX)) && !defined(OS_BSD) + #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \ + private: \ + type(const type&) = delete; \ Modified: branches/2016Q1/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,11 +1,13 @@ ---- base/posix/unix_domain_socket_linux_unittest.cc.orig 2014-10-10 08:54:09 UTC -+++ base/posix/unix_domain_socket_linux_unittest.cc -@@ -2,8 +2,13 @@ +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2016-03-02 22:40:17.347033545 +0100 ++++ base/posix/unix_domain_socket_linux_unittest.cc 2016-03-02 22:40:44.347072090 +0100 +@@ -2,10 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "build/build_config.h" + + #include + #include #include #include +#if defined(OS_BSD) Modified: branches/2016Q1/www/chromium/files/patch-base__strings__safe_sprintf.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-base__strings__safe_sprintf.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-base__strings__safe_sprintf.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,26 +1,16 @@ ---- base/strings/safe_sprintf.cc.orig 2014-10-10 08:54:09 UTC -+++ base/strings/safe_sprintf.cc -@@ -107,15 +107,16 @@ - : buffer_(buffer), - size_(size - 1), // Account for trailing NUL byte +--- base/strings/safe_sprintf.cc.orig 2016-03-02 22:57:14.510959331 +0100 ++++ base/strings/safe_sprintf.cc 2016-03-02 23:00:42.911944805 +0100 +@@ -115,8 +115,11 @@ count_(0) { --// The following assertion does not build on Mac and Android. This is because --// static_assert only works with compile-time constants, but mac uses --// libstdc++4.2 and android uses stlport, which both don't mark --// numeric_limits::max() as constexp. Likewise, MSVS2013's standard library --// also doesn't mark max() as constexpr yet. cl.exe supports static_cast but --// doesn't really implement constexpr yet so it doesn't complain, but clang -+// The following assertion does not build on Mac and Android and older FreeBSD. -+// This is because static_assert only works with compile-time constants, but -+// mac and FreeBSD < 10 use libstdc++4.2 and android uses stlport, which both -+// don't mark numeric_limits::max() as constexp. Likewise, MSVS2013's standard -+// library also doesn't mark max() as constexpr yet. cl.exe supports static_cast -+// but doesn't really implement constexpr yet so it doesn't complain, but clang - // does. - #if __cplusplus >= 201103 && !defined(OS_ANDROID) && !defined(OS_MACOSX) && \ -- !defined(OS_IOS) && !(defined(__clang__) && defined(OS_WIN)) -+ !defined(OS_IOS) && !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) \ -+ && !(defined(__clang__) && defined(OS_WIN)) - COMPILE_ASSERT(kSSizeMaxConst == \ - static_cast(std::numeric_limits::max()), - kSSizeMax_is_the_max_value_of_an_ssize_t); + // MSVS2013's standard library doesn't mark max() as constexpr yet. cl.exe + // supports static_cast but doesn't really implement constexpr yet so it doesn't +-// complain, but clang does. +-#if __cplusplus >= 201103 && !(defined(__clang__) && defined(OS_WIN)) ++// complain, but clang does. Older FreeBSD (<10) use libstdc++4.2, which ++// doesn't mark numeric_limits::max() as constexp. ++#if __cplusplus >= 201103 && \ ++ !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) && \ ++ !(defined(__clang__) && defined(OS_WIN)) + static_assert(kSSizeMaxConst == + static_cast(std::numeric_limits::max()), + "kSSizeMaxConst should be the max value of an ssize_t"); Modified: branches/2016Q1/www/chromium/files/patch-base__sys_info_freebsd.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-base__sys_info_freebsd.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-base__sys_info_freebsd.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,35 +1,46 @@ ---- base/sys_info_freebsd.cc.orig 2015-07-15 16:29:55.000000000 -0400 -+++ base/sys_info_freebsd.cc 2015-07-21 20:50:15.595303000 -0400 -@@ -4,6 +4,7 @@ +--- base/sys_info_freebsd.cc.orig_orig 2016-03-20 18:19:10.466074029 +0100 ++++ base/sys_info_freebsd.cc 2016-03-20 18:22:51.449059006 +0100 +@@ -12,12 +12,34 @@ - #include "base/sys_info.h" + namespace base { -+#include - #include - - #include "base/logging.h" -@@ -23,6 +24,19 @@ - } - - // static -+int64 SysInfo::AmountOfAvailablePhysicalMemory() { -+ int available_pages, page_size; -+ size_t size = sizeof(available_pages); -+ sysctlbyname("vm.stats.vm.v_free_count", &available_pages, &size, NULL, 0); -+ sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); -+ if (available_pages == -1 || page_size == -1) { ++int64_t SysInfo::AmountOfAvailablePhysicalMemory() { ++ int page_size, r = 0; ++ unsigned pgfree, pginact, pgcache; ++ size_t size = sizeof(page_size); ++ size_t szpg = sizeof(pgfree); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_free_count", &pgfree, &szpg, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_inactive_count", &pginact, &szpg, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_cache_count", &pgcache, &szpg, NULL, 0); ++ if (r == -1) { + NOTREACHED(); + return 0; + } -+ return static_cast(available_pages) * page_size; ++ return static_cast((pgfree + pginact + pgcache) * page_size); +} + -+// static - uint64 SysInfo::MaxSharedMemorySize() { - size_t limit; - size_t size = sizeof(limit); -@@ -33,4 +47,25 @@ - return static_cast(limit); + int64_t SysInfo::AmountOfPhysicalMemory() { +- int pages, page_size; ++ int pages, page_size, r = 0; + size_t size = sizeof(pages); +- sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0); +- sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); +- if (pages == -1 || page_size == -1) { ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0); ++ if(r == 0) ++ r = sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); ++ if (r == -1) { + NOTREACHED(); + return 0; + } +@@ -35,4 +57,25 @@ + return static_cast(limit); } +// static Modified: branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,11 +1,11 @@ ---- base/trace_event/process_memory_dump.cc.orig 2016-01-21 17:38:36.214712498 +0100 -+++ base/trace_event/process_memory_dump.cc 2016-01-21 17:38:51.814711855 +0100 +--- base/trace_event/process_memory_dump.cc.orig 2016-03-05 15:21:43.755196423 +0100 ++++ base/trace_event/process_memory_dump.cc 2016-03-05 15:22:37.112362644 +0100 @@ -66,7 +66,7 @@ int error_counter = 0; // HANDLE_EINTR tries for 100 times. So following the same pattern. do { -- result = mincore(chunk_start, chunk_size, vector_as_array(&vec)); -+ result = mincore(chunk_start, chunk_size, (char *) vector_as_array(&vec)); +- result = mincore(chunk_start, chunk_size, vec.data()); ++ result = mincore(chunk_start, chunk_size, (char *) vec.data()); } while (result == -1 && errno == EAGAIN && error_counter++ < 100); if (result) break; Modified: branches/2016Q1/www/chromium/files/patch-build__common.gypi ============================================================================== --- branches/2016Q1/www/chromium/files/patch-build__common.gypi Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-build__common.gypi Wed Mar 30 09:09:00 2016 (r412162) @@ -31,13 +31,13 @@ 'use_dbus%': 1, }, { 'use_dbus%': 0, -@@ -997,7 +1003,7 @@ +@@ -1011,7 +1011,7 @@ }, { 'use_openmax_dl_fft%': 0, }], - ['OS=="win" or OS=="linux"', { + ['OS=="win" or OS=="linux" or OS=="freebsd"', { - 'enable_mdns%' : 1, + 'enable_mdns%' : 1, }], @@ -1263,6 +1269,10 @@ Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__download__download_query.cc (from r412135, head/www/chromium/files/patch-chrome__browser__download__download_query.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__download__download_query.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__download__download_query.cc) @@ -0,0 +1,14 @@ +--- chrome/browser/download/download_query.cc.orig 2016-03-05 21:04:25.551612729 +0100 ++++ chrome/browser/download/download_query.cc 2016-03-05 21:05:14.895785377 +0100 +@@ -31,7 +31,11 @@ + #include "components/url_formatter/url_formatter.h" + #include "content/public/browser/content_browser_client.h" + #include "content/public/browser/download_item.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + using content::DownloadDangerType; Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc (from r412135, head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__extensions__activity_log__activity_log.cc) @@ -0,0 +1,14 @@ +--- chrome/browser/extensions/activity_log/activity_log.cc.orig 2016-03-05 21:02:01.319620815 +0100 ++++ chrome/browser/extensions/activity_log/activity_log.cc 2016-03-05 21:02:58.927616965 +0100 +@@ -39,7 +39,11 @@ + #include "extensions/browser/extensions_browser_client.h" + #include "extensions/common/extension.h" + #include "extensions/common/one_shot_event.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace constants = activity_log_constants; Modified: branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,5 +1,5 @@ ---- chrome/browser/extensions/api/music_manager_private/device_id_linux.cc.orig 2014-10-10 08:54:10 UTC -+++ chrome/browser/extensions/api/music_manager_private/device_id_linux.cc +--- chrome/browser/extensions/api/music_manager_private/device_id_linux.cc.orig 2016-03-04 21:17:01.250966286 +0100 ++++ chrome/browser/extensions/api/music_manager_private/device_id_linux.cc 2016-03-04 21:17:09.082965156 +0100 @@ -4,6 +4,10 @@ #include "chrome/browser/extensions/api/music_manager_private/device_id.h" @@ -8,9 +8,9 @@ +#include +#include +#endif - #include // Must be included before ifaddrs.h. #include #include + #include @@ -102,11 +106,33 @@ const char* prefixes[], size_t prefixes_count) { Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc (from r412135, head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc) @@ -0,0 +1,14 @@ +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2016-03-05 21:11:05.017583997 +0100 ++++ chrome/browser/password_manager/chrome_password_manager_client.cc 2016-03-05 21:11:24.785751124 +0100 +@@ -55,7 +55,11 @@ + #include "content/public/browser/web_contents.h" + #include "google_apis/gaia/gaia_urls.h" + #include "net/base/url_util.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + #if defined(OS_MACOSX) || BUILDFLAG(ANDROID_JAVA_UI) + #include "chrome/browser/password_manager/save_password_infobar_delegate.h" Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc (from r412135, head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__search__local_files_ntp_source.cc) @@ -0,0 +1,16 @@ +--- chrome/browser/search/local_files_ntp_source.cc.orig 2016-03-05 21:06:47.216601080 +0100 ++++ chrome/browser/search/local_files_ntp_source.cc 2016-03-05 21:07:16.040598823 +0100 +@@ -19,8 +19,13 @@ + #include "chrome/common/url_constants.h" + #include "content/public/browser/browser_thread.h" + #include "content/public/browser/url_data_source.h" ++#if defined(OS_BSD) ++#include ++#include ++#else + #include "third_party/re2/src/re2/re2.h" + #include "third_party/re2/src/re2/stringpiece.h" ++#endif + + namespace { + Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc (from r412135, head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__sync__chrome_sync_client.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/sync/chrome_sync_client.cc.orig 2016-03-04 21:50:06.513829549 +0100 ++++ chrome/browser/sync/chrome_sync_client.cc 2016-03-04 21:50:19.352828601 +0100 +@@ -572,7 +572,7 @@ + } + #endif + +-#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_BSD) + // Dictionary sync is enabled by default. + if (!disabled_types.Has(syncer::DICTIONARY)) { + sync_service->RegisterDataTypeController(new UIDataTypeController( Modified: branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -18,10 +18,10 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -1799,7 +1799,7 @@ - attached_tabstrip_->GetWidget()->GetNativeWindow(); - if (exclude_dragged_view && dragged_window) - exclude.insert(dragged_window); +@@ -1806,7 +1806,7 @@ + if (dragged_window) + exclude.insert(dragged_window); + } -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) +#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) // Exclude windows which are pending deletion via Browser::TabStripEmpty(). Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc (from r412135, head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-chrome__browser__ui__webui__extensions__extension_loader_handler.cc) @@ -0,0 +1,14 @@ +--- chrome/browser/ui/webui/extensions/extension_loader_handler.cc.orig 2016-03-05 21:09:24.961590217 +0100 ++++ chrome/browser/ui/webui/extensions/extension_loader_handler.cc 2016-03-05 21:09:41.001588829 +0100 +@@ -25,7 +25,11 @@ + #include "extensions/common/constants.h" + #include "extensions/common/extension.h" + #include "extensions/common/manifest_constants.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "ui/base/l10n/l10n_util.h" + + namespace extensions { Copied: branches/2016Q1/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc (from r412135, head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__autofill__content__renderer__password_form_conversion_utils.cc) @@ -0,0 +1,14 @@ +--- components/autofill/content/renderer/password_form_conversion_utils.cc.orig 2016-03-05 21:26:25.526530088 +0100 ++++ components/autofill/content/renderer/password_form_conversion_utils.cc 2016-03-05 21:26:38.502521878 +0100 +@@ -26,7 +26,11 @@ + #include "third_party/WebKit/public/web/WebFormControlElement.h" + #include "third_party/WebKit/public/web/WebFrame.h" + #include "third_party/WebKit/public/web/WebInputElement.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using blink::WebDocument; + using blink::WebFormControlElement; Copied: branches/2016Q1/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc (from r412135, head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__autofill__core__browser__form_structure.cc) @@ -0,0 +1,14 @@ +--- components/autofill/core/browser/form_structure.cc.orig 2016-03-05 21:25:19.742524141 +0100 ++++ components/autofill/core/browser/form_structure.cc 2016-03-05 21:25:31.566523885 +0100 +@@ -35,7 +35,11 @@ + #include "components/rappor/rappor_service.h" + #include "components/rappor/rappor_utils.h" + #include "third_party/libxml/chromium/libxml_utils.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace autofill { + namespace { Copied: branches/2016Q1/www/chromium/files/patch-components__dom_distiller__core__page_features.cc (from r412135, head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__dom_distiller__core__page_features.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__dom_distiller__core__page_features.cc) @@ -0,0 +1,14 @@ +--- components/dom_distiller/core/page_features.cc.orig 2016-03-05 21:23:13.237533214 +0100 ++++ components/dom_distiller/core/page_features.cc 2016-03-05 21:23:28.813592348 +0100 +@@ -9,7 +9,11 @@ + #include + + #include "base/json/json_reader.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace dom_distiller { Copied: branches/2016Q1/www/chromium/files/patch-components__drive__drive_api_util.cc (from r412135, head/www/chromium/files/patch-components__drive__drive_api_util.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__drive__drive_api_util.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__drive__drive_api_util.cc) @@ -0,0 +1,14 @@ +--- components/drive/drive_api_util.cc.orig 2016-03-05 21:22:18.245536848 +0100 ++++ components/drive/drive_api_util.cc 2016-03-05 21:22:28.781536000 +0100 +@@ -22,7 +22,11 @@ + #include "google_apis/drive/drive_api_parser.h" + #include "net/base/escape.h" + #include "net/base/net_errors.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "url/gurl.h" + + namespace drive { Copied: branches/2016Q1/www/chromium/files/patch-components__feedback__anonymizer_tool.cc (from r412135, head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__feedback__anonymizer_tool.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__feedback__anonymizer_tool.cc) @@ -0,0 +1,14 @@ +--- components/feedback/anonymizer_tool.cc.orig 2016-03-05 21:12:40.810576880 +0100 ++++ components/feedback/anonymizer_tool.cc 2016-03-05 21:12:56.522575394 +0100 +@@ -9,7 +9,11 @@ + #include "base/strings/string_number_conversions.h" + #include "base/strings/string_util.h" + #include "base/strings/stringprintf.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using re2::RE2; + Copied: branches/2016Q1/www/chromium/files/patch-components__flags_ui__flags_state.cc (from r412135, head/www/chromium/files/patch-components__flags_ui__flags_state.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__flags_ui__flags_state.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__flags_ui__flags_state.cc) @@ -0,0 +1,11 @@ +--- components/flags_ui/flags_state.cc.orig 2016-03-04 21:01:15.539156962 +0100 ++++ components/flags_ui/flags_state.cc 2016-03-04 21:00:48.239033063 +0100 +@@ -450,7 +450,7 @@ + return kOsWin; + #elif defined(OS_CHROMEOS) // Needs to be before the OS_LINUX check. + return kOsCrOS; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_FREEBSD) + return kOsLinux; + #elif defined(OS_ANDROID) + return kOsAndroid; Copied: branches/2016Q1/www/chromium/files/patch-components__json_schema__json_schema_validator.cc (from r412135, head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__json_schema__json_schema_validator.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__json_schema__json_schema_validator.cc) @@ -0,0 +1,14 @@ +--- components/json_schema/json_schema_validator.cc.orig 2016-03-05 17:55:58.871393896 +0100 ++++ components/json_schema/json_schema_validator.cc 2016-03-05 17:56:49.927387504 +0100 +@@ -20,7 +20,11 @@ + #include "base/strings/stringprintf.h" + #include "base/values.h" + #include "components/json_schema/json_schema_constants.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace schema = json_schema_constants; + Copied: branches/2016Q1/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc (from r412135, head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__keyed_service__core__dependency_graph_unittest.cc) @@ -0,0 +1,14 @@ +--- components/keyed_service/core/dependency_graph_unittest.cc.orig 2016-03-05 21:17:52.372555224 +0100 ++++ components/keyed_service/core/dependency_graph_unittest.cc 2016-03-05 21:18:04.371555206 +0100 +@@ -9,7 +9,11 @@ + #include "components/keyed_service/core/dependency_graph.h" + #include "components/keyed_service/core/dependency_node.h" + #include "testing/gtest/include/gtest/gtest.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace { + Copied: branches/2016Q1/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc (from r412135, head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__password_manager__core__browser__import__csv_reader.cc) @@ -0,0 +1,14 @@ +--- components/password_manager/core/browser/import/csv_reader.cc.orig 2016-03-05 21:24:14.054528874 +0100 ++++ components/password_manager/core/browser/import/csv_reader.cc 2016-03-05 21:24:28.997912844 +0100 +@@ -9,7 +9,11 @@ + #include "base/logging.h" + #include "base/macros.h" + #include "base/strings/string_util.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace { + Copied: branches/2016Q1/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc (from r412135, head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__plugins__renderer_plugin_placeholder.cc) @@ -0,0 +1,14 @@ +--- components/plugins/renderer/plugin_placeholder.cc.orig 2016-03-05 21:19:00.436550513 +0100 ++++ components/plugins/renderer/plugin_placeholder.cc 2016-03-05 21:20:14.436562091 +0100 +@@ -11,7 +11,11 @@ + #include "gin/object_template_builder.h" + #include "third_party/WebKit/public/web/WebElement.h" + #include "third_party/WebKit/public/web/WebPluginContainer.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace plugins { + Copied: branches/2016Q1/www/chromium/files/patch-components__policy__core__common__schema.cc (from r412135, head/www/chromium/files/patch-components__policy__core__common__schema.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__policy__core__common__schema.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__policy__core__common__schema.cc) @@ -0,0 +1,14 @@ +--- components/policy/core/common/schema.cc.orig 2016-03-05 19:30:39.179235992 +0100 ++++ components/policy/core/common/schema.cc 2016-03-05 19:31:28.596994984 +0100 +@@ -21,7 +21,11 @@ + #include "components/json_schema/json_schema_constants.h" + #include "components/json_schema/json_schema_validator.h" + #include "components/policy/core/common/schema_internal.h" ++#if defined(OS_FREEBSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace schema = json_schema_constants; + Modified: branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,6 +1,6 @@ --- components/storage_monitor/storage_monitor_freebsd.cc.orig 1970-01-01 01:00:00.000000000 +0100 +++ components/storage_monitor/storage_monitor_freebsd.cc 2015-04-19 19:38:05.000000000 +0200 -@@ -0,0 +1,102 @@ +@@ -0,0 +1,101 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -13,7 +13,6 @@ + +#include + -+#include "base/basictypes.h" +#include "base/bind.h" +#include "base/metrics/histogram.h" +#include "base/process/kill.h" @@ -64,7 +63,7 @@ + if (!process.WaitForExitWithTimeout(base::TimeDelta::FromMilliseconds(3000), + &exit_code)) { + process.Terminate(-1, false); -+ base::EnsureProcessTerminated(process.Pass()); ++ base::EnsureProcessTerminated(std::move(process)); + return StorageMonitor::EJECT_FAILURE; + } + Modified: branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h ============================================================================== --- branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h Wed Mar 30 09:09:00 2016 (r412162) @@ -1,6 +1,6 @@ --- components/storage_monitor/storage_monitor_freebsd.h.orig 2015-01-24 17:14:44 UTC +++ components/storage_monitor/storage_monitor_freebsd.h -@@ -0,0 +1,47 @@ +@@ -0,0 +1,46 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -17,7 +17,6 @@ +#include +#include + -+#include "base/basictypes.h" +#include "base/compiler_specific.h" +#include "base/files/file_path.h" +#include "base/files/file_path_watcher.h" Copied: branches/2016Q1/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc (from r412135, head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__url_matcher__regex_set_matcher.cc) @@ -0,0 +1,16 @@ +--- components/url_matcher/regex_set_matcher.cc.orig 2016-03-05 21:14:47.451567783 +0100 ++++ components/url_matcher/regex_set_matcher.cc 2016-03-05 21:15:45.419563760 +0100 +@@ -10,8 +10,13 @@ + #include "base/stl_util.h" + #include "base/strings/string_util.h" + #include "components/url_matcher/substring_set_matcher.h" ++#if defined(OS_BSD) ++#include ++#include ++#else + #include "third_party/re2/src/re2/filtered_re2.h" + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace url_matcher { + Copied: branches/2016Q1/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc (from r412135, head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__url_matcher__url_matcher_factory.cc) @@ -0,0 +1,14 @@ +--- components/url_matcher/url_matcher_factory.cc.orig 2016-03-05 21:16:31.699560757 +0100 ++++ components/url_matcher/url_matcher_factory.cc 2016-03-05 21:16:54.155559498 +0100 +@@ -15,7 +15,11 @@ + #include "base/values.h" + #include "components/url_matcher/url_matcher_constants.h" + #include "components/url_matcher/url_matcher_helpers.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace url_matcher { + Copied: branches/2016Q1/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc (from r412135, head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-components__webcrypto__algorithms__test_helpers.cc) @@ -0,0 +1,14 @@ +--- components/webcrypto/algorithms/test_helpers.cc.orig 2016-03-05 21:20:58.677542744 +0100 ++++ components/webcrypto/algorithms/test_helpers.cc 2016-03-05 21:21:13.733542071 +0100 +@@ -26,7 +26,11 @@ + #include "components/webcrypto/status.h" + #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h" + #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace webcrypto { + Modified: branches/2016Q1/www/chromium/files/patch-content__browser__browser_main_loop.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__browser__browser_main_loop.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-content__browser__browser_main_loop.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -18,15 +18,3 @@ // No thread should be created before this call, as SetupSandbox() // will end-up using fork(). SetupSandbox(parsed_command_line_); -@@ -808,9 +808,9 @@ - } - #endif - --#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) - ZygoteHostImpl::GetInstance()->TearDownAfterLastChild(); --#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) - - // The device monitors are using |system_monitor_| as dependency, so delete - // them before |system_monitor_| goes away. Modified: branches/2016Q1/www/chromium/files/patch-content__browser__child_process_launcher.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__browser__child_process_launcher.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-content__browser__child_process_launcher.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,6 +1,6 @@ ---- content/browser/child_process_launcher.cc.orig 2015-09-01 16:10:42.000000000 -0400 -+++ content/browser/child_process_launcher.cc 2015-09-03 10:33:53.388547000 -0400 -@@ -114,7 +114,11 @@ +--- content/browser/child_process_launcher.cc.orig 2016-03-04 22:27:56.807672733 +0100 ++++ content/browser/child_process_launcher.cc 2016-03-04 22:34:35.624645928 +0100 +@@ -116,7 +116,11 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #elif defined(OS_POSIX) && !defined(OS_ANDROID) @@ -12,7 +12,7 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #endif -@@ -143,7 +147,7 @@ +@@ -145,7 +149,7 @@ #endif #endif @@ -21,7 +21,7 @@ std::map regions; GetContentClient()->browser()->GetAdditionalMappedFilesForChildProcess( *cmd_line, child_process_id, files_to_register.get() -@@ -176,7 +180,7 @@ +@@ -178,7 +182,7 @@ } } #endif // defined(V8_USE_EXTERNAL_STARTUP_DATA) @@ -30,7 +30,7 @@ #if defined(OS_ANDROID) files_to_register->Share( -@@ -196,21 +200,21 @@ +@@ -198,21 +202,21 @@ // We need to close the client end of the IPC channel to reliably detect // child termination. @@ -38,7 +38,7 @@ +#if !defined(OS_MACOSX) && !defined(OS_BSD) if (use_zygote) { base::ProcessHandle handle = ZygoteHostImpl::GetInstance()->ForkRequest( - cmd_line->argv(), files_to_register.Pass(), process_type); + cmd_line->argv(), std::move(files_to_register), process_type); process = base::Process(handle); } else // Fall through to the normal posix case below when we're not zygoting. @@ -55,7 +55,7 @@ if (process_type == switches::kRendererProcess) { const int sandbox_fd = RenderSandboxHostLinux::GetInstance()->GetRendererSocket(); -@@ -218,7 +222,7 @@ +@@ -220,7 +224,7 @@ sandbox_fd, GetSandboxFD())); } @@ -64,7 +64,7 @@ // Actually launch the app. base::LaunchOptions options; -@@ -294,13 +298,13 @@ +@@ -296,13 +300,13 @@ process.Terminate(RESULT_CODE_NORMAL_EXIT, false); // On POSIX, we must additionally reap the child. #if defined(OS_POSIX) @@ -76,11 +76,11 @@ ZygoteHostImpl::GetInstance()->EnsureProcessTerminated(process.Handle()); } else -#endif // !OS_MACOSX -+#endif // !OS_MACOSX && !OS_BSD - base::EnsureProcessTerminated(process.Pass()); ++#endif // !OS_MACOSX && !defined(OS_BSD) + base::EnsureProcessTerminated(std::move(process)); #endif // OS_POSIX #endif // defined(OS_ANDROID) -@@ -399,7 +403,7 @@ +@@ -398,7 +402,7 @@ void ChildProcessLauncher::UpdateTerminationStatus(bool known_dead) { DCHECK(CalledOnValidThread()); @@ -89,7 +89,7 @@ if (zygote_) { termination_status_ = ZygoteHostImpl::GetInstance()-> GetTerminationStatus(process_.Handle(), known_dead, &exit_code_); -@@ -407,7 +411,7 @@ +@@ -406,7 +410,7 @@ termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); } else { @@ -98,9 +98,9 @@ if (known_dead) { termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); -@@ -481,7 +485,7 @@ +@@ -469,7 +473,7 @@ starting_ = false; - process_ = process.Pass(); + process_ = std::move(process); -#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) Modified: branches/2016Q1/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,10 +1,11 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2015-05-13 18:35:46.000000000 -0400 -+++ content/browser/gpu/gpu_data_manager_impl_private.cc 2015-05-20 11:59:04.537631000 -0400 -@@ -471,7 +471,9 @@ +--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2016-03-04 22:36:56.082636647 +0100 ++++ content/browser/gpu/gpu_data_manager_impl_private.cc 2016-03-04 22:37:11.778635557 +0100 +@@ -483,8 +483,10 @@ gpu_info.gl_renderer = gl_renderer; gpu_info.gl_version = gl_version; +#if !defined(OS_FREEBSD) + gpu::IdentifyActiveGPU(&gpu_info); gpu::CollectDriverInfoGL(&gpu_info); +#endif Modified: branches/2016Q1/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,9 +1,9 @@ ---- content/browser/indexed_db/indexed_db_backing_store.cc.orig 2014-10-10 09:15:31 UTC -+++ content/browser/indexed_db/indexed_db_backing_store.cc -@@ -2377,7 +2377,7 @@ +--- content/browser/indexed_db/indexed_db_backing_store.cc.orig 2016-03-04 22:40:11.786622515 +0100 ++++ content/browser/indexed_db/indexed_db_backing_store.cc 2016-03-04 22:40:23.035622110 +0100 +@@ -2455,7 +2455,7 @@ // The round-trip can be lossy; round to nearest millisecond. - int64 delta = (descriptor.last_modified() - - info.last_modified).InMilliseconds(); + int64_t delta = + (descriptor.last_modified() - info.last_modified).InMilliseconds(); - if (std::abs(delta) > 1) + if (std::labs(delta) > 1) return false; Modified: branches/2016Q1/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,16 +1,16 @@ ---- content/common/sandbox_linux/sandbox_debug_handling_linux.cc.orig 2015-04-19 22:52:03.000000000 +0200 -+++ content/common/sandbox_linux/sandbox_debug_handling_linux.cc 2015-04-19 23:27:21.000000000 +0200 -@@ -6,7 +6,9 @@ - +--- content/common/sandbox_linux/sandbox_debug_handling_linux.cc.orig 2016-03-04 22:42:42.203612627 +0100 ++++ content/common/sandbox_linux/sandbox_debug_handling_linux.cc 2016-03-04 22:43:36.442729525 +0100 +@@ -7,7 +7,9 @@ #include #include + #include +#if 0 // no OS_FREEBSD here? #include +#endif #include #include "base/command_line.h" -@@ -68,12 +70,16 @@ +@@ -69,12 +71,16 @@ return true; } Copied: branches/2016Q1/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc (from r412135, head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-extensions__browser__api__declarative_webrequest__webrequest_action.cc) @@ -0,0 +1,14 @@ +--- extensions/browser/api/declarative_webrequest/webrequest_action.cc.orig 2016-03-05 21:30:23.744503770 +0100 ++++ extensions/browser/api/declarative_webrequest/webrequest_action.cc 2016-03-05 21:30:38.440502352 +0100 +@@ -28,7 +28,11 @@ + #include "net/base/registry_controlled_domains/registry_controlled_domain.h" + #include "net/http/http_util.h" + #include "net/url_request/url_request.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using content::ResourceRequestInfo; + Modified: branches/2016Q1/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,16 +1,12 @@ ---- extensions/browser/api/serial/serial_api.cc.orig 2014-10-10 08:54:15 UTC -+++ extensions/browser/api/serial/serial_api.cc -@@ -85,11 +85,13 @@ - void SerialGetDevicesFunction::Work() { +--- extensions/browser/api/serial/serial_api.cc.orig 2016-03-04 22:52:57.757575528 +0100 ++++ extensions/browser/api/serial/serial_api.cc 2016-03-04 22:52:30.452574585 +0100 +@@ -87,7 +87,8 @@ DCHECK_CURRENTLY_ON(BrowserThread::FILE); -+#if !defined(OS_FREEBSD) //XXX(rene) quick hack + // TODO(moshayedi): crbug.com/549257. Add USB support for Aura on Android. +-#if !defined(OS_ANDROID) ++// XXX also, rene's quick hack on FreeBSD ++#if !defined(OS_ANDROID) && !defined(OS_FREEBSD) scoped_ptr enumerator = device::SerialDeviceEnumerator::Create(); mojo::Array devices = enumerator->GetDevices(); - results_ = serial::GetDevices::Results::Create( - devices.To > >()); -+#endif - } - - SerialConnectFunction::SerialConnectFunction() { Copied: branches/2016Q1/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc (from r412135, head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-extensions__browser__api__web_request__form_data_parser.cc) @@ -0,0 +1,14 @@ +--- extensions/browser/api/web_request/form_data_parser.cc.orig 2016-03-05 21:31:37.080498500 +0100 ++++ extensions/browser/api/web_request/form_data_parser.cc 2016-03-05 21:31:50.448497605 +0100 +@@ -15,7 +15,11 @@ + #include "base/values.h" + #include "net/base/escape.h" + #include "net/url_request/url_request.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + using base::DictionaryValue; + using base::ListValue; Copied: branches/2016Q1/www/chromium/files/patch-extensions__common__image_util.cc (from r412135, head/www/chromium/files/patch-extensions__common__image_util.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-extensions__common__image_util.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-extensions__common__image_util.cc) @@ -0,0 +1,14 @@ +--- extensions/common/image_util.cc.orig 2016-03-05 21:28:20.783511398 +0100 ++++ extensions/common/image_util.cc 2016-03-05 21:28:33.615510847 +0100 +@@ -11,7 +11,11 @@ + #include "base/strings/string_number_conversions.h" + #include "base/strings/string_util.h" + #include "base/strings/stringprintf.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "third_party/skia/include/core/SkColor.h" + #include "ui/gfx/color_utils.h" + Copied: branches/2016Q1/www/chromium/files/patch-extensions__common__stack_frame.cc (from r412135, head/www/chromium/files/patch-extensions__common__stack_frame.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-extensions__common__stack_frame.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-extensions__common__stack_frame.cc) @@ -0,0 +1,14 @@ +--- extensions/common/stack_frame.cc.orig 2016-03-05 21:29:12.679508172 +0100 ++++ extensions/common/stack_frame.cc 2016-03-05 21:29:26.039507364 +0100 +@@ -7,7 +7,11 @@ + #include + + #include "base/strings/utf_string_conversions.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + + namespace extensions { + Copied: branches/2016Q1/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc (from r412135, head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc Wed Mar 30 09:09:00 2016 (r412162, copy of r412135, head/www/chromium/files/patch-gpu__command_buffer__service__program_manager.cc) @@ -0,0 +1,14 @@ +--- gpu/command_buffer/service/program_manager.cc.orig 2016-03-05 21:34:10.137487636 +0100 ++++ gpu/command_buffer/service/program_manager.cc 2016-03-05 21:35:00.089484564 +0100 +@@ -29,7 +29,11 @@ + #include "gpu/command_buffer/service/gpu_switches.h" + #include "gpu/command_buffer/service/program_cache.h" + #include "gpu/command_buffer/service/shader_manager.h" ++#if defined(OS_BSD) ++#include ++#else + #include "third_party/re2/src/re2/re2.h" ++#endif + #include "ui/gl/gl_version_info.h" + + using base::TimeDelta; Modified: branches/2016Q1/www/chromium/files/patch-gpu__config__gpu_control_list.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-gpu__config__gpu_control_list.cc Wed Mar 30 09:02:32 2016 (r412161) +++ branches/2016Q1/www/chromium/files/patch-gpu__config__gpu_control_list.cc Wed Mar 30 09:09:00 2016 (r412162) @@ -1,15 +1,14 @@ ---- gpu/config/gpu_control_list.cc.orig 2014-10-10 08:54:15 UTC -+++ gpu/config/gpu_control_list.cc -@@ -1482,10 +1482,10 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Mar 30 09:29:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51681AE0EB2; Wed, 30 Mar 2016 09:29:01 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1403C1DE8; Wed, 30 Mar 2016 09:29:01 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U9T0QL085906; Wed, 30 Mar 2016 09:29:00 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U9T0kk085904; Wed, 30 Mar 2016 09:29:00 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603300929.u2U9T0kk085904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 30 Mar 2016 09:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412163 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:29:01 -0000 Author: ohauer Date: Wed Mar 30 09:28:59 2016 New Revision: 412163 URL: https://svnweb.freebsd.org/changeset/ports/412163 Log: - update to 3.2-20160327 - remove ${PORTSDIR} from dependency Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Wed Mar 30 09:09:00 2016 (r412162) +++ head/mail/postfix-current/Makefile Wed Mar 30 09:28:59 2016 (r412163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160314 +DISTVERSION= 3.2-20160327 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -23,7 +23,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicuuc.so:devel/icu CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* \ sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* postfix211-* \ @@ -47,14 +47,14 @@ OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= PCRE TLS BDB_USE= BDB=yes -CDB_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USE= MYSQL=yes -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite TLS_USE= OPENSSL=yes @@ -219,7 +219,7 @@ POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${ _REQUIRE+= slapd . if ${PORT_OPTIONS:MLDAP_SASL} . if ! ${PORT_OPTIONS:MSASL} -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 . endif WANT_OPENLDAP_SASL= yes POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Wed Mar 30 09:09:00 2016 (r412162) +++ head/mail/postfix-current/distinfo Wed Mar 30 09:28:59 2016 (r412163) @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.2-20160314.tar.gz) = edcadbd45e9e9aafa7aea7c62d72571454c3ceab793a5f4b36612a35b6ebb5d6 -SIZE (postfix/postfix-3.2-20160314.tar.gz) = 4331538 +SHA256 (postfix/postfix-3.2-20160327.tar.gz) = 6718c0cba4e612229e42bb70013610682741b6b7e8c7952557cd6c6db72fc5f1 +SIZE (postfix/postfix-3.2-20160327.tar.gz) = 4334899 From owner-svn-ports-all@freebsd.org Wed Mar 30 09:43:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 665EAAE1791; Wed, 30 Mar 2016 09:43:59 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27F6B1D24; Wed, 30 Mar 2016 09:43:59 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U9hwHS092029; Wed, 30 Mar 2016 09:43:58 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U9hvo4092023; Wed, 30 Mar 2016 09:43:57 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603300943.u2U9hvo4092023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 30 Mar 2016 09:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412164 - in head: devel/cvs2svn devel/viewvc mail/postfix mail/postfix211 security/nmap security/pulledpork X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:43:59 -0000 Author: ohauer Date: Wed Mar 30 09:43:57 2016 New Revision: 412164 URL: https://svnweb.freebsd.org/changeset/ports/412164 Log: - remove ${PORTSDIR} from dependency Modified: head/devel/cvs2svn/Makefile head/devel/viewvc/Makefile head/mail/postfix/Makefile head/mail/postfix211/Makefile head/security/nmap/Makefile head/security/pulledpork/Makefile Modified: head/devel/cvs2svn/Makefile ============================================================================== --- head/devel/cvs2svn/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/devel/cvs2svn/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -14,7 +14,7 @@ PATCH_SITES= LOCAL/ohauer MAINTAINER= ohauer@FreeBSD.org COMMENT= CVS to Subversion Repository Converter -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm RUN_DEPENDS:= ${BUILD_DEPENDS} # 2.4.0 -> svn r5392 @@ -35,14 +35,14 @@ SUBVERSION_DESC= Build with subversion s GIT_DESC= Build with git support BAZAAR_DESC= Build with Bazaar support -SUBVERSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion -GIT_RUN_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git -BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr:${PORTSDIR}/devel/bzr +SUBVERSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion +GIT_RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git +BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr:devel/bzr .include .if ${OSVERSION} > 1000000 -RUN_DEPENDS+= cvs:${PORTSDIR}/devel/cvs +RUN_DEPENDS+= cvs:devel/cvs .endif # documents from ${WRKSRC}/doc Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/devel/viewvc/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -30,12 +30,12 @@ MODPYTHON35_DESC= Enable mod_python35 su MYSQL_DESC= Bonsai-like repository query facilities APACHE_USE= APACHE_RUN=22+ -LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd -MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:${PORTSDIR}/www/mod_python33 -MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:${PORTSDIR}/www/mod_python35 -MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:${PORTSDIR}/www/mod_wsgi4 -SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb +LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd +MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:www/mod_python33 +MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:www/mod_python35 +MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:www/mod_wsgi4 +SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb .include @@ -47,7 +47,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ CHOWN=${CHOWN} RM=${RM:Q} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments pre-everything:: .if ${PORT_OPTIONS:MAPMOD} && !${PORT_OPTIONS:MAPACHE} Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/mail/postfix/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -22,7 +22,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicuuc.so:devel/icu PORTSCOUT= limit:^3\.1\. @@ -48,14 +48,14 @@ OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= PCRE TLS BDB_USE= BDB=yes -CDB_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USE= MYSQL=yes -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite TLS_USE= OPENSSL=yes @@ -220,7 +220,7 @@ POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${ _REQUIRE+= slapd . if ${PORT_OPTIONS:MLDAP_SASL} . if ! ${PORT_OPTIONS:MSASL} -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 . endif WANT_OPENLDAP_SASL= yes POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL Modified: head/mail/postfix211/Makefile ============================================================================== --- head/mail/postfix211/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/mail/postfix211/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -49,15 +49,15 @@ OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= PCRE TLS BDB_USE= BDB=yes -CDB_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USE= MYSQL=yes -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 +SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SQLITE_USES= sqlite TLS_USE= OPENSSL=yes @@ -222,7 +222,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ll _REQUIRE+= slapd . if ${PORT_OPTIONS:MLDAP_SASL} . if ! ${PORT_OPTIONS:MSASL} -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 . endif WANT_OPENLDAP_SASL= yes POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/security/nmap/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -17,7 +17,7 @@ COMMENT= Port scanning utility for large LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= tar:bzip2 gmake cpe GNU_CONFIGURE= yes Modified: head/security/pulledpork/Makefile ============================================================================== --- head/security/pulledpork/Makefile Wed Mar 30 09:28:59 2016 (r412163) +++ head/security/pulledpork/Makefile Wed Mar 30 09:43:57 2016 (r412164) @@ -12,10 +12,10 @@ COMMENT= Script to update snort-2.8+ rul LICENSE= GPLv2 -RUN_DEPENDS= p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=6.00:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>=6.00:www/p5-LWP-Protocol-https \ + p5-libwww>=0:www/p5-libwww \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss NO_BUILD= yes USES= perl5 shebangfix From owner-svn-ports-all@freebsd.org Wed Mar 30 09:53:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F822AE1D30; Wed, 30 Mar 2016 09:53:55 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E16113AA; Wed, 30 Mar 2016 09:53:54 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id 6C2E443C3A; Wed, 30 Mar 2016 04:53:47 -0500 (CDT) To: Olli Hauer Subject: Re: svn commit: r412164 - in head: devel/cvs2svn devel/viewvc mail/postfix mail/postfix211 security/nmap security/pulledpork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 30 Mar 2016 11:53:47 +0200 From: "John Marino (FreeBSD)" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: <201603300943.u2U9hvo4092023@repo.freebsd.org> References: <201603300943.u2U9hvo4092023@repo.freebsd.org> Message-ID: <6516c2f060ba4d8f2869b7a507dffa84@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:53:55 -0000 On 2016-03-30 11:43, Olli Hauer wrote: > Author: ohauer > Date: Wed Mar 30 09:43:57 2016 > New Revision: 412164 > URL: https://svnweb.freebsd.org/changeset/ports/412164 > > Log: > - remove ${PORTSDIR} from dependency > > Modified: > head/devel/cvs2svn/Makefile > head/devel/viewvc/Makefile > head/mail/postfix/Makefile > head/mail/postfix211/Makefile > head/security/nmap/Makefile > head/security/pulledpork/Makefile What is the purpose of this commit? I know ${PORTSDIR} is now optional, and I can see removing it if touching the port for other reasons, but what is gained by removing it as the only change? for portmgr: 1) Is everyone supposed to do this? 2) Is there going to be a set of sweeping commits to convert the entire tree? Can somebody elaborate on what the ${PORTSDIR} policy currently is and what it will be? John From owner-svn-ports-all@freebsd.org Wed Mar 30 10:11:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 081BAAE25F3; Wed, 30 Mar 2016 10:11:58 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AEE51E6B; Wed, 30 Mar 2016 10:11:56 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LwZtX-1ZfCuJ2OVj-018Mz8; Wed, 30 Mar 2016 12:11:48 +0200 Subject: Re: svn commit: r412164 - in head: devel/cvs2svn devel/viewvc mail/postfix mail/postfix211 security/nmap security/pulledpork References: <201603300943.u2U9hvo4092023@repo.freebsd.org> <6516c2f060ba4d8f2869b7a507dffa84@secure.marino.st> To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: olli hauer Message-ID: <56FBA75E.9000002@gmx.de> Date: Wed, 30 Mar 2016 12:15:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <6516c2f060ba4d8f2869b7a507dffa84@secure.marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:G1NrBIi3TD0p7yfqhS7Alxm75bR6GdRDqNCm2CZDVfEoA+Y+v63 1SHdVrU2Yy5yR78Dkt93jlw5R42QWKn7kw1+u9USDc/jpbIbvJik6y2cquOCqzEGpDOrbWm 3ulSV6RxYSYs6Dcm+kehHHLh6N4YikUxGMpHp36Fu+aJPEdjD6YZ4hNghAth4/uv+Sa1Gs/ mdmkf5XlS9W6M8Zn5zn4w== X-UI-Out-Filterresults: notjunk:1;V01:K0:9Q0D5N4VBYU=:MaZc9oRITo55v7cFHbLb1p ih9NN0H3w6wj+zgWhJVBmD1mnYvtDySwDQbZQ4bWGENXyA3ulEBV9TCV5l/Wmi95AfzNGesWh qGH03GBp/vXrTdIeXk3z0W3GLNe4kTWB4bNthn1E+oyoevhQJ2E6aL/cmE8dHp1XB64fWhjzP mDfVbqUSPofo06OuTJ2yNSmqIuiUKwR1ZCHMcwF+EhQv2CRyQ+b/I9gcEObGVoats1AnhnwxZ mbtVZO5EHBn5nmdtmnnhho6AYdF9s2JVMwfHGalTQfF1ot7YsHf2TaV3LElKkb9tgeqkoaiuC YQFH/2M0OelSQS7pOA1qnij9HUTpnavJV1LN4TfEboFNBmhBXEVcom2582znyUB/KcK40Ibzm ExaBLcgqXNFKgPrKDEfr8CeQPp5hqVcSy0MesYgy0kbKB81Q+eaGlmU8w2hGuXVuXKLuKP6ZS mE0ZFriAiZcVZPTjkuUZ0yhMzKWu8f9s/yADJEe3neRBMWfF66m7W7s4FUtSdgOttdCjEKXpA DyfBsDPSXNbmAqYGYtTCGJP0L/qgLqRXlESy+goKUH4nL9fIShmhfyo7ndzG1gNbhqjZOy1nk yYhxiqLefEkudrTaag63OsEyUPSrC1dAE4Aw5wCH+ZG7t/OKSWFFAC2Xf+Ksjzc29s0vVZvMQ /NsyyL0tehLGddhItLMGL2abCxB/zV+YHC/m3Fv9lWn6d3akndkGgs15OGvd+Csj2QHBYEPNe XnvnzWgFBrOUSy4hgW+ZIoo/WMUikP7WnpmHdImLmIFKZ2TC74AMgnTiZ6LudKOxB0idPsb5d /FRvQPv X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 10:11:58 -0000 On 2016-03-30 11:53, John Marino (FreeBSD) wrote: > On 2016-03-30 11:43, Olli Hauer wrote: >> Author: ohauer >> Date: Wed Mar 30 09:43:57 2016 >> New Revision: 412164 >> URL: https://svnweb.freebsd.org/changeset/ports/412164 >> >> Log: >> - remove ${PORTSDIR} from dependency >> >> Modified: >> head/devel/cvs2svn/Makefile >> head/devel/viewvc/Makefile >> head/mail/postfix/Makefile >> head/mail/postfix211/Makefile >> head/security/nmap/Makefile >> head/security/pulledpork/Makefile > > What is the purpose of this commit? > I know ${PORTSDIR} is now optional, and I can see removing it if touching the port for other reasons, but what is gained by removing it as the only change? > > for portmgr: > 1) Is everyone supposed to do this? > 2) Is there going to be a set of sweeping commits to convert the entire tree? > > Can somebody elaborate on what the ${PORTSDIR} policy currently is and what it will be? > > John > It simplifies the comparison between official and my local (personal) dev tree ... Here I forgot to drop it this morning >> head/security/nmap/Makefile Those ports are really stable and do not change that often >> head/devel/cvs2svn/Makefile >> head/devel/viewvc/Makefile >> head/security/pulledpork/Makefile This change was in my tree for quite some time. >> head/mail/postfix/Makefile >> head/mail/postfix211/Makefile -- olli From owner-svn-ports-all@freebsd.org Wed Mar 30 12:54:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0CA2AE1763; Wed, 30 Mar 2016 12:54:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 830F011D0; Wed, 30 Mar 2016 12:54:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UCsmld048754; Wed, 30 Mar 2016 12:54:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UCsmij048753; Wed, 30 Mar 2016 12:54:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301254.u2UCsmij048753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 12:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412165 - head/security/py-crits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 12:54:49 -0000 Author: olgeni Date: Wed Mar 30 12:54:48 2016 New Revision: 412165 URL: https://svnweb.freebsd.org/changeset/ports/412165 Log: Fix a couple of typos in security/py-crits. Modified: head/security/py-crits/pkg-message Modified: head/security/py-crits/pkg-message ============================================================================== --- head/security/py-crits/pkg-message Wed Mar 30 09:43:57 2016 (r412164) +++ head/security/py-crits/pkg-message Wed Mar 30 12:54:48 2016 (r412165) @@ -1,4 +1,4 @@ -This port requires non-defualt configuration options for Apache. +This port requires non-default configuration options for Apache. The list of modules and their configuration options are: @@ -7,4 +7,4 @@ The list of modules and their configurat * SUEXEC : mod_suexec * PROXY_AJP : mod_proxy_ajp * PROXY_CONNECT : mod_proxy_connect -* PROXY_FPT : mod_proxy_ftp +* PROXY_FTP : mod_proxy_ftp From owner-svn-ports-all@freebsd.org Wed Mar 30 13:09:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D411AE1A23; Wed, 30 Mar 2016 13:09:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD701773; Wed, 30 Mar 2016 13:09:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UD9IE0052002; Wed, 30 Mar 2016 13:09:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UD9IIv052000; Wed, 30 Mar 2016 13:09:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301309.u2UD9IIv052000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 13:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412166 - head/sysutils/ts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 13:09:19 -0000 Author: olgeni Date: Wed Mar 30 13:09:18 2016 New Revision: 412166 URL: https://svnweb.freebsd.org/changeset/ports/412166 Log: Update sysutils/ts to version 0.7.6, and add LICENSE. PR: 208394 Submitted by: olgeni Approved by: demon (by mail) Modified: head/sysutils/ts/Makefile head/sysutils/ts/distinfo Modified: head/sysutils/ts/Makefile ============================================================================== --- head/sysutils/ts/Makefile Wed Mar 30 12:54:48 2016 (r412165) +++ head/sysutils/ts/Makefile Wed Mar 30 13:09:18 2016 (r412166) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= ts -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= sysutils MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ MAINTAINER= demon@FreeBSD.org COMMENT= Serial task spooler +LICENSE= GPLv2+ + USES= gmake PLIST_FILES= bin/ts \ man/man8/ts.8.gz Modified: head/sysutils/ts/distinfo ============================================================================== --- head/sysutils/ts/distinfo Wed Mar 30 12:54:48 2016 (r412165) +++ head/sysutils/ts/distinfo Wed Mar 30 13:09:18 2016 (r412166) @@ -1,2 +1,2 @@ -SHA256 (ts-0.7.5.tar.gz) = 216d09dcfbae2f9bfea7582a71494172fe91c33d65499ea01b3bcac0600de96d -SIZE (ts-0.7.5.tar.gz) = 64872 +SHA256 (ts-0.7.6.tar.gz) = 93d383e6cf239f90aa06b9aed163c33e71de75fab907551eeded6238ba0e661d +SIZE (ts-0.7.6.tar.gz) = 65122 From owner-svn-ports-all@freebsd.org Wed Mar 30 13:57:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C8D8AE36AF; Wed, 30 Mar 2016 13:57:21 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69C4F1189; Wed, 30 Mar 2016 13:57:21 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UDvKx2067470; Wed, 30 Mar 2016 13:57:20 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UDvKKW067468; Wed, 30 Mar 2016 13:57:20 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201603301357.u2UDvKKW067468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Wed, 30 Mar 2016 13:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412167 - head/www/p5-HTTP-BrowserDetect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 13:57:21 -0000 Author: jadawin Date: Wed Mar 30 13:57:20 2016 New Revision: 412167 URL: https://svnweb.freebsd.org/changeset/ports/412167 Log: - Update to 3.10 Modified: head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-BrowserDetect/distinfo Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Wed Mar 30 13:09:18 2016 (r412166) +++ head/www/p5-HTTP-BrowserDetect/Makefile Wed Mar 30 13:57:20 2016 (r412167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-BrowserDetect -PORTVERSION= 3.00 +PORTVERSION= 3.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-BrowserDetect/distinfo ============================================================================== --- head/www/p5-HTTP-BrowserDetect/distinfo Wed Mar 30 13:09:18 2016 (r412166) +++ head/www/p5-HTTP-BrowserDetect/distinfo Wed Mar 30 13:57:20 2016 (r412167) @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-3.00.tar.gz) = e75a6016600ee1d10a6672c0880b837b8c3a4c7c52132231ab60c2762ea68ebd -SIZE (HTTP-BrowserDetect-3.00.tar.gz) = 86523 +SHA256 (HTTP-BrowserDetect-3.10.tar.gz) = 8fe863def7630065177c8648501a04585fba4b9db120ab4ddea1f1677157b3cf +SIZE (HTTP-BrowserDetect-3.10.tar.gz) = 90326 From owner-svn-ports-all@freebsd.org Wed Mar 30 14:17:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8274AE3C87; Wed, 30 Mar 2016 14:17:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7C971D18; Wed, 30 Mar 2016 14:17:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UEHgb7073788; Wed, 30 Mar 2016 14:17:42 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UEHgJZ073787; Wed, 30 Mar 2016 14:17:42 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603301417.u2UEHgJZ073787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 30 Mar 2016 14:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412168 - head/net/asterisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 14:17:43 -0000 Author: madpilot Date: Wed Mar 30 14:17:42 2016 New Revision: 412168 URL: https://svnweb.freebsd.org/changeset/ports/412168 Log: Fix typo in deprecation message. Modified: head/net/asterisk/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Wed Mar 30 13:57:20 2016 (r412167) +++ head/net/asterisk/Makefile Wed Mar 30 14:17:42 2016 (r412168) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} -DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21 +DEPRECATED= Asterisk 1.8 reached EOL on 2015-10-21 EXPIRATION_DATE= 2016-04-30 ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 From owner-svn-ports-all@freebsd.org Wed Mar 30 15:36:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0093AE31CF; Wed, 30 Mar 2016 15:36:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 633C51546; Wed, 30 Mar 2016 15:36:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UFaV76097858; Wed, 30 Mar 2016 15:36:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UFaVfI097856; Wed, 30 Mar 2016 15:36:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301536.u2UFaVfI097856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 15:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412169 - head/textproc/py-elasticsearch-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 15:36:32 -0000 Author: olgeni Date: Wed Mar 30 15:36:31 2016 New Revision: 412169 URL: https://svnweb.freebsd.org/changeset/ports/412169 Log: Update textproc/py-elasticsearch-py to version 2.3.0. PR: 208395 Submitted by: olgeni Approved by: maintainer Modified: head/textproc/py-elasticsearch-py/Makefile head/textproc/py-elasticsearch-py/distinfo Modified: head/textproc/py-elasticsearch-py/Makefile ============================================================================== --- head/textproc/py-elasticsearch-py/Makefile Wed Mar 30 14:17:42 2016 (r412168) +++ head/textproc/py-elasticsearch-py/Makefile Wed Mar 30 15:36:31 2016 (r412169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-py -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-elasticsearch-py/distinfo ============================================================================== --- head/textproc/py-elasticsearch-py/distinfo Wed Mar 30 14:17:42 2016 (r412168) +++ head/textproc/py-elasticsearch-py/distinfo Wed Mar 30 15:36:31 2016 (r412169) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-elasticsearch-py-2.2.0_GH0.tar.gz) = e0d252a8c1e9af2b7b89ae8aa8cb006bb1714e19e147418655baebd0c4f90e77 -SIZE (elasticsearch-elasticsearch-py-2.2.0_GH0.tar.gz) = 74228 +SHA256 (elasticsearch-elasticsearch-py-2.3.0_GH0.tar.gz) = 3610d3a2d2f4eb1906794276ac6fca1ad801067e0f36d71a8a11c2c9112ed120 +SIZE (elasticsearch-elasticsearch-py-2.3.0_GH0.tar.gz) = 74954 From owner-svn-ports-all@freebsd.org Wed Mar 30 15:37:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E40D8AE3208; Wed, 30 Mar 2016 15:37:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4FD01645; Wed, 30 Mar 2016 15:37:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UFb8al098008; Wed, 30 Mar 2016 15:37:08 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UFb8Qd098006; Wed, 30 Mar 2016 15:37:08 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201603301537.u2UFb8Qd098006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 30 Mar 2016 15:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412170 - head/net-im/openfire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 15:37:10 -0000 Author: gahr Date: Wed Mar 30 15:37:08 2016 New Revision: 412170 URL: https://svnweb.freebsd.org/changeset/ports/412170 Log: net-im/openfire: update to 4.0.2 Announcement: https://community.igniterealtime.org/blogs/ignite/2016/03/21/openfire-402-released This update bumps the dependency from Java 7 to Java 8 (USE_JAVA=1.8 now). From the follow-ups to the announcement, it looks like 4.0.2 has issues with Java 7. Modified: head/net-im/openfire/Makefile head/net-im/openfire/distinfo Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Wed Mar 30 15:36:31 2016 (r412169) +++ head/net-im/openfire/Makefile Wed Mar 30 15:37:08 2016 (r412170) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.0.2 PORTEPOCH= 1 CATEGORIES= net-im java MASTER_SITES= http://download.igniterealtime.org/openfire/ @@ -25,7 +24,7 @@ DOS2UNIX_FILES= src/java/org/jivesoftwar USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.7 # some plugins not available with later java, needs special handling +JAVA_VERSION= 1.8 CPE_VENDOR= igniterealtime Modified: head/net-im/openfire/distinfo ============================================================================== --- head/net-im/openfire/distinfo Wed Mar 30 15:36:31 2016 (r412169) +++ head/net-im/openfire/distinfo Wed Mar 30 15:37:08 2016 (r412170) @@ -1,2 +1,2 @@ -SHA256 (openfire_src_4_0_1.zip) = 56543cb11931dc9c0a50623526f9df80947740ec7f6f5ef9f5eb9336fa932499 -SIZE (openfire_src_4_0_1.zip) = 103206033 +SHA256 (openfire_src_4_0_2.zip) = ed0fff35a0ebb9a5839fd3806038b9d5d9720f2c9491538a7429c704d85215da +SIZE (openfire_src_4_0_2.zip) = 103209103 From owner-svn-ports-all@freebsd.org Wed Mar 30 15:50:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B79AE3512; Wed, 30 Mar 2016 15:50:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28D141BC0; Wed, 30 Mar 2016 15:50:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UFoGTl001347; Wed, 30 Mar 2016 15:50:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UFoFYE001341; Wed, 30 Mar 2016 15:50:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603301550.u2UFoFYE001341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 30 Mar 2016 15:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412171 - in head/finance: gnucash gnucash-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 15:50:17 -0000 Author: madpilot Date: Wed Mar 30 15:50:15 2016 New Revision: 412171 URL: https://svnweb.freebsd.org/changeset/ports/412171 Log: - Update gnucash to 2.6.12 - Update gnucash-docs to 2.6.12 Modified: head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash-docs/pkg-plist head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/pkg-plist Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash-docs/Makefile Wed Mar 30 15:50:15 2016 (r412171) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash-docs/distinfo Wed Mar 30 15:50:15 2016 (r412171) @@ -1,2 +1,2 @@ -SHA256 (gnucash-docs-2.6.11.tar.gz) = dd461bb1168f0b194924c47b182d237f08ec8e13bc7068c901fe834cd2011eeb -SIZE (gnucash-docs-2.6.11.tar.gz) = 66441458 +SHA256 (gnucash-docs-2.6.12.tar.gz) = 0e4a7338aee0c5ec50d46a9b5f243a08e82215f079a125d85fc95af823906d04 +SIZE (gnucash-docs-2.6.12.tar.gz) = 79469496 Modified: head/finance/gnucash-docs/pkg-plist ============================================================================== --- head/finance/gnucash-docs/pkg-plist Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash-docs/pkg-plist Wed Mar 30 15:50:15 2016 (r412171) @@ -43,6 +43,7 @@ share/gnome/help/gnucash-guide/C/figures share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_Finish.png share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_Setup.png share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_currency.png +share/gnome/help/gnucash-guide/C/figures/basics_NewBookOpts.png share/gnome/help/gnucash-guide/C/figures/basics_QIF_Import_welcome.png share/gnome/help/gnucash-guide/C/figures/basics_SaveSQL.png share/gnome/help/gnucash-guide/C/figures/basics_SaveXML.png @@ -793,6 +794,202 @@ share/gnome/help/gnucash-guide/ja/figure share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/ja/gnucash-guide.xml share/gnome/help/gnucash-guide/ja/legal.xml +share/gnome/help/gnucash-guide/pt_PT/appendixa.xml +share/gnome/help/gnucash-guide/pt_PT/appendixb.xml +share/gnome/help/gnucash-guide/pt_PT/appendixc.xml +share/gnome/help/gnucash-guide/pt_PT/appendixd.xml +share/gnome/help/gnucash-guide/pt_PT/ch_accts.xml +share/gnome/help/gnucash-guide/pt_PT/ch_basics.xml +share/gnome/help/gnucash-guide/pt_PT/ch_budgets.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_ap.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_ar.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_intro.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_pay.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_setup.xml +share/gnome/help/gnucash-guide/pt_PT/ch_capgain.xml +share/gnome/help/gnucash-guide/pt_PT/ch_cbook.xml +share/gnome/help/gnucash-guide/pt_PT/ch_cc.xml +share/gnome/help/gnucash-guide/pt_PT/ch_currency.xml +share/gnome/help/gnucash-guide/pt_PT/ch_dep.xml +share/gnome/help/gnucash-guide/pt_PT/ch_import_business_data.xml +share/gnome/help/gnucash-guide/pt_PT/ch_invest.xml +share/gnome/help/gnucash-guide/pt_PT/ch_loans.xml +share/gnome/help/gnucash-guide/pt_PT/ch_oth_assets.xml +share/gnome/help/gnucash-guide/pt_PT/ch_oview.xml +share/gnome/help/gnucash-guide/pt_PT/ch_python_bindings.xml +share/gnome/help/gnucash-guide/pt_PT/ch_txns.xml +share/gnome/help/gnucash-guide/pt_PT/fdl-appendix.xml +share/gnome/help/gnucash-guide/pt_PT/figures/accts_CreateAssetsAccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_DefaultExpenseAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_DefaultIncomeAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_toplevel.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_tree.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_AccountRelationships.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_Accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_AccountsSampleQIF.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_CheckAccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_SalarySplit.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_compact.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_expanded.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_groceries.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_salary.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_EmptyAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Finish.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Setup.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_book_options.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_currency.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_QIF_Import_welcome.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_SaveSQL.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_SaveXML.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_TipOfDay.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billedit.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billpost.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_jobnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_vendorfind.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_vendornew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_custfind.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_custnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange1.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange2.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange3.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoiceedit.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicenew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicepost.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoiceprint.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_jobnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_co_reg.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex1.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex2.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex3.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex4.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_tax_main.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_tax_new.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_terms_main.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_terms_new.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_app2main.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_app3main.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_appmain.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_TransactionRptAssets.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_atm.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_bankstmt.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_chartaccts5.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_checkexamp.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_gcashdata4.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_reconciledCheckAct.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_reconexamp.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_servch.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_transferin.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_Reversing_Transaction_1.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_Reversing_Transaction_2.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_TransactionRptVisa.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_final.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_interest.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_purchases.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_reconcile.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_reconcile_init.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_refund.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_AfterGetOnlineQuotes.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_BeforeGetOnlineQuotes.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AfterMoney.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AfterStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AussieHouse.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_addcurr.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main1.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main2.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main3.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_peditor.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_AfterBoat.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_AfterStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_BeforeBoat.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_BeforeStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_Commodities.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_MoveMoney.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_SetExchangeRate.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_ToAmount.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_assetmain.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_assetreg.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_example.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_AccountsPredef.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_SetupPortfolio2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_dividendcash.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_dividendreinvest1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int2-1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_merge2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_merge3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_newaccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_newsecurity.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_peditor.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_peditor2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_selectsecurity.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstock.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstock2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstockLoss.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstockLoss2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_setup_current.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_setup_portfolio1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_simplesplit1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split4.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split5.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockmerge1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue_report.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue_report_options.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanCalculation.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanFirstPayment.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanInitial.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanSecondPayment.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanSecondPaymentAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_fcalc.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage1.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage2.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage3.png +share/gnome/help/gnucash-guide/pt_PT/figures/oview_intro.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_TransactionRptChecking.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_2account.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_2account2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_multiaccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit4.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit5.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit6.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-frequency.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-overview.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-template.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-4.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor_slr.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger4.png +share/gnome/help/gnucash-guide/pt_PT/gnucash-guide.xml +share/gnome/help/gnucash-guide/pt_PT/legal.xml share/gnome/help/gnucash-help/C/Help_ch_Account-Actions.xml share/gnome/help/gnucash-help/C/Help_ch_Business.xml share/gnome/help/gnucash-help/C/Help_ch_Customize.xml @@ -866,3 +1063,43 @@ share/gnome/help/gnucash-help/it/figures share/gnome/help/gnucash-help/it/figures/right.png share/gnome/help/gnucash-help/it/figures/up.png share/gnome/help/gnucash-help/it/gnucash-help.xml +share/gnome/help/gnucash-help/pt/Help_ch_Account-Actions.xml +share/gnome/help/gnucash-help/pt/Help_ch_Business.xml +share/gnome/help/gnucash-help/pt/Help_ch_Customize.xml +share/gnome/help/gnucash-help/pt/Help_ch_GUIMenus.xml +share/gnome/help/gnucash-help/pt/Help_ch_GettingHelp.xml +share/gnome/help/gnucash-help/pt/Help_ch_GettingStarted.xml +share/gnome/help/gnucash-help/pt/Help_ch_Intro.xml +share/gnome/help/gnucash-help/pt/Help_ch_Reports.xml +share/gnome/help/gnucash-help/pt/Help_ch_Tools_Assistants.xml +share/gnome/help/gnucash-help/pt/Help_ch_Transactions.xml +share/gnome/help/gnucash-help/pt/Help_chartofaccts.xml +share/gnome/help/gnucash-help/pt/Help_chtacctseg.xml +share/gnome/help/gnucash-help/pt/Help_fdl-appendix.xml +share/gnome/help/gnucash-help/pt/Help_legal.xml +share/gnome/help/gnucash-help/pt/Help_tips-appendix.xml +share/gnome/help/gnucash-help/pt/Help_txf-categories.xml +share/gnome/help/gnucash-help/pt/figures/Help_AccountReg_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_AccountTree_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_AccntPeriod.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Accnts.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Business.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_DateTime.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_General.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_OnlineBanking.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Printing.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Register.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_RegisterDefaults.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Reports.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Sched.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Windows.png +share/gnome/help/gnucash-help/pt/figures/Help_Report_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_TxRptOpt_Screen.png +share/gnome/help/gnucash-help/pt/figures/Main-window-callouts.png +share/gnome/help/gnucash-help/pt/figures/Report_Screen.png +share/gnome/help/gnucash-help/pt/figures/Report_Screen_pt_PT.png +share/gnome/help/gnucash-help/pt/figures/home.png +share/gnome/help/gnucash-help/pt/figures/left.png +share/gnome/help/gnucash-help/pt/figures/right.png +share/gnome/help/gnucash-help/pt/figures/up.png +share/gnome/help/gnucash-help/pt/gnucash-help.xml Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash/Makefile Wed Mar 30 15:50:15 2016 (r412171) @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash/distinfo Wed Mar 30 15:50:15 2016 (r412171) @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.6.11.tar.bz2) = 516d97afa61971ca0a16f56319f3f7129db2da1a9d2c77ab7d8b4e6e9e018ac6 -SIZE (gnucash-2.6.11.tar.bz2) = 13626927 +SHA256 (gnucash-2.6.12.tar.bz2) = 371fe9af3ec4b5d6839722b07c9064a51cfe247511edaa6286fc82710f700475 +SIZE (gnucash-2.6.12.tar.bz2) = 13549926 Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Wed Mar 30 15:37:08 2016 (r412170) +++ head/finance/gnucash/pkg-plist Wed Mar 30 15:50:15 2016 (r412171) @@ -456,6 +456,7 @@ share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2012 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2013 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 %%PORTDOCS%%%%DOCSDIR%%/DOCUMENTERS %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -1220,7 +1221,6 @@ share/locale/nl/LC_MESSAGES/gnucash.mo share/locale/pl/LC_MESSAGES/gnucash.mo share/locale/pt/LC_MESSAGES/gnucash.mo share/locale/pt_BR/LC_MESSAGES/gnucash.mo -share/locale/pt_PT/LC_MESSAGES/gnucash.mo share/locale/ro/LC_MESSAGES/gnucash.mo share/locale/ru/LC_MESSAGES/gnucash.mo share/locale/rw/LC_MESSAGES/gnucash.mo From owner-svn-ports-all@freebsd.org Wed Mar 30 15:51:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BE48AE362C; Wed, 30 Mar 2016 15:51:48 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D17C41D84; Wed, 30 Mar 2016 15:51:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (www.gahr.ch [192.168.1.2]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id f3766a67 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Wed, 30 Mar 2016 15:51:31 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 30 Mar 2016 17:51:31 +0200 From: Pietro Cerutti To: Pietro Cerutti Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r412170 - head/net-im/openfire Organization: The FreeBSD Project In-Reply-To: <201603301537.u2UFb8Qd098006@repo.freebsd.org> References: <201603301537.u2UFb8Qd098006@repo.freebsd.org> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 15:51:48 -0000 On 2016-03-30 17:37, Pietro Cerutti wrote: > This update bumps the dependency from Java 7 to Java 8 (USE_JAVA=1.8 > now). Err, of course I meant (JAVA_VERSION=1.8 now). -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp From owner-svn-ports-all@freebsd.org Wed Mar 30 16:10:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA69AE3A37; Wed, 30 Mar 2016 16:10:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4907A16BF; Wed, 30 Mar 2016 16:10:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGAaHQ007535; Wed, 30 Mar 2016 16:10:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGAa9L007532; Wed, 30 Mar 2016 16:10:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201603301610.u2UGAa9L007532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 30 Mar 2016 16:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412172 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 16:10:37 -0000 Author: pawel Date: Wed Mar 30 16:10:36 2016 New Revision: 412172 URL: https://svnweb.freebsd.org/changeset/ports/412172 Log: Update to version 2.6.2 Changelog: Fix flickering in multi threaded palette conversion. Improved YUV / RGB palette conversions. Play selections should function even after switching clips, restarting playback. Add encoded files to global "recently used files". Implement new theming engine, allow custom themes / colours in Preferences. Fix bug with layout reloading after crash. Fix bugs in setting in/out points in multitrack. Fix showing of textbuffer parameters in effect windows (regression). Fix possible minor memory leak when applying inplace effects (regression). Fix crash / bug in MIDI / joystick learner. Fix bug which prevented OSC clip changes during recording. Rewrite keyboard handler, fixing keyboard repeat for ctrl-arrow keys. Allow for slightly longer strings in LiVES libOSC. Improvements to edge detect and onedTV filters. Compatibility updates for ffmpeg 2.9+ Add qtrle format and quality settings to ffmpeg_encoder. Add new VJ keys: ctrl-alt-space (change direction of background clip), ctrl-alt-page-up/down (adjust speed of background clip) Major code cleanup and optimisations. Minor compilation fixes for gtk+ 2.x Fix bug in finding of "Next filter map" in multitrack. Updated translation to Ukranian (thanks Yuri Churnoivan). Updated translation to Brazilian Portuguese. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/Makefile Wed Mar 30 16:10:36 2016 (r412172) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.6.2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/distinfo Wed Mar 30 16:10:36 2016 (r412172) @@ -1,2 +1,2 @@ -SHA256 (lives-2.6.0.tar.bz2) = 24ddb744434f53653df9275bf30e27beacaf71682e6cc2c31444c06a3e1970bc -SIZE (lives-2.6.0.tar.bz2) = 3785980 +SHA256 (lives-2.6.2.tar.bz2) = a90ac6a65d879bc3931a112baf9943d1cb9d3a8538bcd2134090510d8df830cc +SIZE (lives-2.6.2.tar.bz2) = 3800397 Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/pkg-plist Wed Mar 30 16:10:36 2016 (r412172) @@ -309,17 +309,25 @@ share/applications/LiVES.desktop %%DATADIR%%/plugins/effects/compound/neural_net %%DATADIR%%/resources/vidtest.avi %%DATADIR%%/themes/camera/frame.jpg +%%DATADIR%%/themes/camera/header.theme %%DATADIR%%/themes/camera/main.jpg %%DATADIR%%/themes/crayons-bright/frame.jpg +%%DATADIR%%/themes/crayons-bright/header.theme %%DATADIR%%/themes/crayons-bright/main.jpg %%DATADIR%%/themes/crayons/frame.jpg +%%DATADIR%%/themes/crayons/header.theme +%%DATADIR%%/themes/crayons/header.theme_gtk2 %%DATADIR%%/themes/crayons/main.jpg %%DATADIR%%/themes/cutting_room/frame.jpg +%%DATADIR%%/themes/cutting_room/header.theme %%DATADIR%%/themes/cutting_room/main.jpg %%DATADIR%%/themes/editor/frame.jpg +%%DATADIR%%/themes/editor/header.theme +%%DATADIR%%/themes/editor/header.theme_gtk2 %%DATADIR%%/themes/editor/main.jpg %%DATADIR%%/themes/lives-splash.png %%DATADIR%%/themes/pinks/frame.jpg +%%DATADIR%%/themes/pinks/header.theme %%DATADIR%%/themes/pinks/main.jpg %%NLS%%share/locale/ar/LC_MESSAGES/lives.mo %%NLS%%share/locale/ca/LC_MESSAGES/lives.mo From owner-svn-ports-all@freebsd.org Wed Mar 30 16:26:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE5EAE3CA4; Wed, 30 Mar 2016 16:26:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 668071F3F; Wed, 30 Mar 2016 16:26:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGQYqO013464; Wed, 30 Mar 2016 16:26:34 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGQY7X013462; Wed, 30 Mar 2016 16:26:34 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603301626.u2UGQY7X013462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 30 Mar 2016 16:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412173 - in head/devel/gnustep-make: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 16:26:35 -0000 Author: acm Date: Wed Mar 30 16:26:34 2016 New Revision: 412173 URL: https://svnweb.freebsd.org/changeset/ports/412173 Log: - Fix issue with DESTDIR and stage-qa on some GNUStep apps. PR: 208402 Submitted by: me Approved by: maintainer Obtained from: http://marc.info/?l=fedora-extras-commits&m=137852553509836&w=2 Added: head/devel/gnustep-make/files/ head/devel/gnustep-make/files/patch-Instance_framework.make (contents, props changed) Modified: head/devel/gnustep-make/Makefile Modified: head/devel/gnustep-make/Makefile ============================================================================== --- head/devel/gnustep-make/Makefile Wed Mar 30 16:10:36 2016 (r412172) +++ head/devel/gnustep-make/Makefile Wed Mar 30 16:26:34 2016 (r412173) @@ -3,7 +3,7 @@ PORTNAME= gnustep-make PORTVERSION= 2.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/core Added: head/devel/gnustep-make/files/patch-Instance_framework.make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gnustep-make/files/patch-Instance_framework.make Wed Mar 30 16:26:34 2016 (r412173) @@ -0,0 +1,11 @@ +--- Instance/framework.make 2016-03-18 10:56:04.192482000 -0500 ++++ Instance/framework.make 2016-03-18 10:56:59.215696000 -0500 +@@ -493,7 +493,7 @@ + echo "@end" >> $@; \ + echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \ + echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \ +- echo "+ (NSString *)frameworkPath { return @\"$(FRAMEWORK_INSTALL_DIR)\"; }" >> $@; \ ++ echo "+ (NSString *)frameworkPath { return @\"$(GNUSTEP_$(GNUSTEP_INSTALLATION_DOMAIN)_FRAMEWORKS)\"; }" >> $@; \ + echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \ + echo "static NSString *allClasses[] = {$$classlist};" >> $@; \ + echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\ From owner-svn-ports-all@freebsd.org Wed Mar 30 16:33:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68079AE3E4A; Wed, 30 Mar 2016 16:33:15 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A54C139C; Wed, 30 Mar 2016 16:33:15 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGXEAi016654; Wed, 30 Mar 2016 16:33:14 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGXE3R016652; Wed, 30 Mar 2016 16:33:14 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201603301633.u2UGXE3R016652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 30 Mar 2016 16:33:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412174 - in head/devel/jenkins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 16:33:15 -0000 Author: lwhsu Date: Wed Mar 30 16:33:14 2016 New Revision: 412174 URL: https://svnweb.freebsd.org/changeset/ports/412174 Log: - Move pkg-message to default place, make it really be displayed Added: head/devel/jenkins/pkg-message - copied unchanged from r412173, head/devel/jenkins/files/pkg-message Deleted: head/devel/jenkins/files/pkg-message Modified: head/devel/jenkins/Makefile Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed Mar 30 16:26:34 2016 (r412173) +++ head/devel/jenkins/Makefile Wed Mar 30 16:33:14 2016 (r412174) @@ -2,6 +2,7 @@ PORTNAME= jenkins PORTVERSION= 1.655 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Copied: head/devel/jenkins/pkg-message (from r412173, head/devel/jenkins/files/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jenkins/pkg-message Wed Mar 30 16:33:14 2016 (r412174, copy of r412173, head/devel/jenkins/files/pkg-message) @@ -0,0 +1,10 @@ +************************************************************************ + +Please login to the Jenkins web interface and secure with a password, +when installing for the first time. + +More information: +https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security +https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup + +************************************************************************ From owner-svn-ports-all@freebsd.org Wed Mar 30 16:41:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A57C6AE30A0; Wed, 30 Mar 2016 16:41:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6606F1866; Wed, 30 Mar 2016 16:41:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGfNMS019209; Wed, 30 Mar 2016 16:41:23 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGfMb7019198; Wed, 30 Mar 2016 16:41:22 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201603301641.u2UGfMb7019198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 30 Mar 2016 16:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412175 - in head: astro/astrometry devel/libtermkey devel/libvterm devel/spin devel/unibilium editors/neovim emulators/bochs www/trac x11-wm/bspwm x11/antimicro x11/sxhkd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 16:41:24 -0000 Author: culot Date: Wed Mar 30 16:41:22 2016 New Revision: 412175 URL: https://svnweb.freebsd.org/changeset/ports/412175 Log: - Reassign to the heap, on maintainer's request Modified: head/astro/astrometry/Makefile head/devel/libtermkey/Makefile head/devel/libvterm/Makefile head/devel/spin/Makefile head/devel/unibilium/Makefile head/editors/neovim/Makefile head/emulators/bochs/Makefile head/www/trac/Makefile head/x11-wm/bspwm/Makefile head/x11/antimicro/Makefile head/x11/sxhkd/Makefile Modified: head/astro/astrometry/Makefile ============================================================================== --- head/astro/astrometry/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/astro/astrometry/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -8,7 +8,7 @@ CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Software for describing astronomical images LICENSE= GPLv2 Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/libtermkey/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.18 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Easy processing of keyboard entry from terminal-based programs LICENSE= MIT Modified: head/devel/libvterm/Makefile ============================================================================== --- head/devel/libvterm/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/libvterm/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -5,7 +5,7 @@ PORTNAME= libvterm PORTVERSION= git20150828 CATEGORIES= devel -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator LICENSE= MIT Modified: head/devel/spin/Makefile ============================================================================== --- head/devel/spin/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/spin/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://spinroot.com/spin/Src/ DISTNAME= spin${PORTVERSION:S/.//g} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= On-the-fly verification system for asynchronous concurrent systems OPTIONS_DEFINE= ISPIN DOCS Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/unibilium/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Unibilium is a very basic terminfo library LICENSE= LGPL3 Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/editors/neovim/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.2 CATEGORIES= editors MASTER_SITES= GH -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Next generation Vim LICENSE= APACHE20 Modified: head/emulators/bochs/Makefile ============================================================================== --- head/emulators/bochs/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/emulators/bochs/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -7,7 +7,7 @@ PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= IA-32 (x86) PC emulator that runs DOS, Win 95, and more LICENSE= LGPL21 Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/www/trac/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -8,7 +8,7 @@ MASTER_SITES= http://ftp.edgewall.com/pu ftp://ftp.edgewall.com/pub/trac/ DISTNAME= Trac-${PORTVERSION} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced wiki and issue tracking system for software projects LICENSE= BSD3CLAUSE Modified: head/x11-wm/bspwm/Makefile ============================================================================== --- head/x11-wm/bspwm/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11-wm/bspwm/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.9 PORTREVISION= 2 CATEGORIES= x11-wm -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Tiling window manager based on binary space partitioning LICENSE= BSD2CLAUSE Modified: head/x11/antimicro/Makefile ============================================================================== --- head/x11/antimicro/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11/antimicro/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -5,7 +5,7 @@ PORTNAME= antimicro PORTVERSION= 2.13 CATEGORIES= x11 -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Program for mapping keyboard and mouse to a gamepad LICENSE= GPLv3 Modified: head/x11/sxhkd/Makefile ============================================================================== --- head/x11/sxhkd/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11/sxhkd/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.5.5 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Simple X hotkey daemon LICENSE= BSD2CLAUSE From owner-svn-ports-all@freebsd.org Wed Mar 30 16:47:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4243AE319C; Wed, 30 Mar 2016 16:47:47 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B20881D00; Wed, 30 Mar 2016 16:47:47 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGlkZZ020184; Wed, 30 Mar 2016 16:47:46 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGlklq020180; Wed, 30 Mar 2016 16:47:46 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201603301647.u2UGlklq020180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Wed, 30 Mar 2016 16:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412176 - head/devel/kyua X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 16:47:48 -0000 Author: brd Date: Wed Mar 30 16:47:46 2016 New Revision: 412176 URL: https://svnweb.freebsd.org/changeset/ports/412176 Log: Revert devel/kyua due to random segfaults during longer runs. See: https://github.com/jmmv/kyua/issues/156 Approved by: jmmv (maintainer), bdrewery (mentor) Modified: head/devel/kyua/Makefile head/devel/kyua/distinfo head/devel/kyua/pkg-plist Modified: head/devel/kyua/Makefile ============================================================================== --- head/devel/kyua/Makefile Wed Mar 30 16:41:22 2016 (r412175) +++ head/devel/kyua/Makefile Wed Mar 30 16:47:46 2016 (r412176) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kyua -PORTVERSION= 0.12 -PORTEPOCH= 2 +PORTVERSION= 0.11 +PORTEPOCH= 3 CATEGORIES= devel MASTER_SITES= https://github.com/jmmv/kyua/releases/download/${PORTNAME}-${PORTVERSION}/ \ LOCAL/jmmv Modified: head/devel/kyua/distinfo ============================================================================== --- head/devel/kyua/distinfo Wed Mar 30 16:41:22 2016 (r412175) +++ head/devel/kyua/distinfo Wed Mar 30 16:47:46 2016 (r412176) @@ -1,2 +1,2 @@ -SHA256 (kyua-0.12.tar.gz) = 5b0d43c4ca0921034dd523249bd7aa2f07f718d302e4b574634ba5167aa369fc -SIZE (kyua-0.12.tar.gz) = 663129 +SHA256 (kyua-0.11.tar.gz) = 2b8b64a458b642df75086eeb73e8073d105b8d9cff04c9b1a905b68bc8502560 +SIZE (kyua-0.11.tar.gz) = 611865 Modified: head/devel/kyua/pkg-plist ============================================================================== --- head/devel/kyua/pkg-plist Wed Mar 30 16:41:22 2016 (r412175) +++ head/devel/kyua/pkg-plist Wed Mar 30 16:47:46 2016 (r412176) @@ -1,5 +1,8 @@ bin/kyua etc/kyua/kyua.conf +libexec/kyua-atf-tester +libexec/kyua-plain-tester +libexec/kyua-tap-tester man/man1/kyua-about.1.gz man/man1/kyua-config.1.gz man/man1/kyua-db-exec.1.gz @@ -22,10 +25,9 @@ man/man5/kyuafile.5.gz %%DATADIR%%/store/migrate_v2_v3.sql %%DATADIR%%/store/schema_v3.sql %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md -%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Kyuafile.top %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kyua.conf %%TEST%%tests/Kyuafile @@ -51,22 +53,15 @@ man/man5/kyuafile.5.gz %%TEST%%tests/kyua/drivers/report_junit_test %%TEST%%tests/kyua/drivers/scan_results_test %%TEST%%tests/kyua/engine/Kyuafile -%%TEST%%tests/kyua/engine/atf_helpers -%%TEST%%tests/kyua/engine/atf_list_test -%%TEST%%tests/kyua/engine/atf_result_test -%%TEST%%tests/kyua/engine/atf_test %%TEST%%tests/kyua/engine/config_test %%TEST%%tests/kyua/engine/exceptions_test %%TEST%%tests/kyua/engine/filters_test %%TEST%%tests/kyua/engine/kyuafile_test -%%TEST%%tests/kyua/engine/plain_helpers -%%TEST%%tests/kyua/engine/plain_test -%%TEST%%tests/kyua/engine/scanner_test -%%TEST%%tests/kyua/engine/scheduler_test %%TEST%%tests/kyua/engine/requirements_test -%%TEST%%tests/kyua/engine/tap_helpers -%%TEST%%tests/kyua/engine/tap_parser_test -%%TEST%%tests/kyua/engine/tap_test +%%TEST%%tests/kyua/engine/runner_test +%%TEST%%tests/kyua/engine/test_case_atf_helpers +%%TEST%%tests/kyua/engine/test_case_plain_helpers +%%TEST%%tests/kyua/engine/testers_test %%TEST%%tests/kyua/examples/Kyuafile %%TEST%%tests/kyua/examples/syntax_test %%TEST%%tests/kyua/integration/Kyuafile @@ -85,12 +80,10 @@ man/man5/kyuafile.5.gz %%TEST%%tests/kyua/integration/helpers/bad_test_program %%TEST%%tests/kyua/integration/helpers/bogus_test_cases %%TEST%%tests/kyua/integration/helpers/config -%%TEST%%tests/kyua/integration/helpers/dump_env %%TEST%%tests/kyua/integration/helpers/expect_all_pass %%TEST%%tests/kyua/integration/helpers/expect_some_fail %%TEST%%tests/kyua/integration/helpers/interrupts %%TEST%%tests/kyua/integration/helpers/metadata -%%TEST%%tests/kyua/integration/helpers/race %%TEST%%tests/kyua/integration/helpers/simple_all_pass %%TEST%%tests/kyua/integration/helpers/simple_some_fail %%TEST%%tests/kyua/model/Kyuafile @@ -120,6 +113,25 @@ man/man5/kyuafile.5.gz %%TEST%%tests/kyua/store/transaction_test %%TEST%%tests/kyua/store/write_backend_test %%TEST%%tests/kyua/store/write_transaction_test +%%TEST%%tests/kyua/testers/Kyuafile +%%TEST%%tests/kyua/testers/atf_helpers +%%TEST%%tests/kyua/testers/atf_inttest +%%TEST%%tests/kyua/testers/atf_list_test +%%TEST%%tests/kyua/testers/atf_result_test +%%TEST%%tests/kyua/testers/cli_test +%%TEST%%tests/kyua/testers/env_test +%%TEST%%tests/kyua/testers/error_test +%%TEST%%tests/kyua/testers/fs_test +%%TEST%%tests/kyua/testers/plain_helpers +%%TEST%%tests/kyua/testers/plain_inttest +%%TEST%%tests/kyua/testers/result_test +%%TEST%%tests/kyua/testers/run_test +%%TEST%%tests/kyua/testers/stacktrace_helper +%%TEST%%tests/kyua/testers/stacktrace_test +%%TEST%%tests/kyua/testers/tap_helpers +%%TEST%%tests/kyua/testers/tap_inttest +%%TEST%%tests/kyua/testers/tap_parser_test +%%TEST%%tests/kyua/testers/text_test %%TEST%%tests/kyua/utils/Kyuafile %%TEST%%tests/kyua/utils/auto_array_test %%TEST%%tests/kyua/utils/cmdline/Kyuafile @@ -145,7 +157,6 @@ man/man5/kyuafile.5.gz %%TEST%%tests/kyua/utils/format/formatter_test %%TEST%%tests/kyua/utils/fs/Kyuafile %%TEST%%tests/kyua/utils/fs/auto_cleaners_test -%%TEST%%tests/kyua/utils/fs/directory_test %%TEST%%tests/kyua/utils/fs/exceptions_test %%TEST%%tests/kyua/utils/fs/lua_module_test %%TEST%%tests/kyua/utils/fs/operations_test @@ -158,35 +169,28 @@ man/man5/kyuafile.5.gz %%TEST%%tests/kyua/utils/passwd_test %%TEST%%tests/kyua/utils/process/Kyuafile %%TEST%%tests/kyua/utils/process/child_test -%%TEST%%tests/kyua/utils/process/deadline_killer_test %%TEST%%tests/kyua/utils/process/exceptions_test -%%TEST%%tests/kyua/utils/process/executor_test %%TEST%%tests/kyua/utils/process/fdstream_test %%TEST%%tests/kyua/utils/process/helpers -%%TEST%%tests/kyua/utils/process/isolation_test -%%TEST%%tests/kyua/utils/process/operations_test %%TEST%%tests/kyua/utils/process/status_test %%TEST%%tests/kyua/utils/process/systembuf_test +%%TEST%%tests/kyua/utils/releaser_test %%TEST%%tests/kyua/utils/sanity_test %%TEST%%tests/kyua/utils/signals/Kyuafile %%TEST%%tests/kyua/utils/signals/exceptions_test %%TEST%%tests/kyua/utils/signals/interrupts_test %%TEST%%tests/kyua/utils/signals/misc_test %%TEST%%tests/kyua/utils/signals/programmer_test -%%TEST%%tests/kyua/utils/signals/timer_test %%TEST%%tests/kyua/utils/sqlite/Kyuafile %%TEST%%tests/kyua/utils/sqlite/c_gate_test %%TEST%%tests/kyua/utils/sqlite/database_test %%TEST%%tests/kyua/utils/sqlite/exceptions_test %%TEST%%tests/kyua/utils/sqlite/statement_test %%TEST%%tests/kyua/utils/sqlite/transaction_test -%%TEST%%tests/kyua/utils/stacktrace_helper -%%TEST%%tests/kyua/utils/stacktrace_test %%TEST%%tests/kyua/utils/stream_test %%TEST%%tests/kyua/utils/text/Kyuafile %%TEST%%tests/kyua/utils/text/exceptions_test %%TEST%%tests/kyua/utils/text/operations_test -%%TEST%%tests/kyua/utils/text/regex_test %%TEST%%tests/kyua/utils/text/table_test %%TEST%%tests/kyua/utils/text/templates_test %%TEST%%tests/kyua/utils/units_test From owner-svn-ports-all@freebsd.org Wed Mar 30 17:30:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35D87AE3A23; Wed, 30 Mar 2016 17:30:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2BE416F1; Wed, 30 Mar 2016 17:30:47 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UHUlkD032599; Wed, 30 Mar 2016 17:30:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UHUlh5032598; Wed, 30 Mar 2016 17:30:47 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603301730.u2UHUlh5032598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 30 Mar 2016 17:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412177 - head/devel/dyncall X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 17:30:48 -0000 Author: riggs Date: Wed Mar 30 17:30:46 2016 New Revision: 412177 URL: https://svnweb.freebsd.org/changeset/ports/412177 Log: Add -fPIC to CFLAGS; bump PORTREVISION PIC is required for this port to work properly. However, the port's own build system only adds it if CFLAGS is not set in MAKE_ENV. This adds -fPIC to the pre-defined set of CFLAGS to ensure the port is properly built. PR: 208201 Submitted by: tphilipp@potion-studios.com (maintainer) Modified: head/devel/dyncall/Makefile Modified: head/devel/dyncall/Makefile ============================================================================== --- head/devel/dyncall/Makefile Wed Mar 30 16:47:46 2016 (r412176) +++ head/devel/dyncall/Makefile Wed Mar 30 17:30:46 2016 (r412177) @@ -3,6 +3,7 @@ PORTNAME= dyncall PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \ http://www.potion-studios.com/ @@ -14,6 +15,8 @@ LICENSE= ISCL HAS_CONFIGURE= yes +CFLAGS+= -fPIC + # There is no install target in the BSD makefile for this version of the dyncall # library, so install it manually. From owner-svn-ports-all@freebsd.org Wed Mar 30 17:54:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C8FCAE3047; Wed, 30 Mar 2016 17:54:19 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DF6A13B8; Wed, 30 Mar 2016 17:54:18 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UHsIgU041497; Wed, 30 Mar 2016 17:54:18 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UHsIYq041495; Wed, 30 Mar 2016 17:54:18 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603301754.u2UHsIYq041495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 17:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412178 - head/devel/p5-Log-Log4perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 17:54:19 -0000 Author: lth Date: Wed Mar 30 17:54:17 2016 New Revision: 412178 URL: https://svnweb.freebsd.org/changeset/ports/412178 Log: - update to 1.47 - distribute maintainership Modified: head/devel/p5-Log-Log4perl/Makefile head/devel/p5-Log-Log4perl/distinfo Modified: head/devel/p5-Log-Log4perl/Makefile ============================================================================== --- head/devel/p5-Log-Log4perl/Makefile Wed Mar 30 17:30:46 2016 (r412177) +++ head/devel/p5-Log-Log4perl/Makefile Wed Mar 30 17:54:17 2016 (r412178) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= Log-Log4perl -PORTVERSION= 1.46 -PORTREVISION= 1 +PORTVERSION= 1.47 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Log4j implementation for Perl LICENSE= ART10 GPLv1 Modified: head/devel/p5-Log-Log4perl/distinfo ============================================================================== --- head/devel/p5-Log-Log4perl/distinfo Wed Mar 30 17:30:46 2016 (r412177) +++ head/devel/p5-Log-Log4perl/distinfo Wed Mar 30 17:54:17 2016 (r412178) @@ -1,2 +1,2 @@ -SHA256 (Log-Log4perl-1.46.tar.gz) = 31011a17c04e78016e73eaa4865d0481d2ffc3dc22813c61065d90ad73c64e6f -SIZE (Log-Log4perl-1.46.tar.gz) = 278058 +SHA256 (Log-Log4perl-1.47.tar.gz) = 9001dded011226538b9a50c7856815bb0dba72a1e6218fdcaba56f651356b96f +SIZE (Log-Log4perl-1.47.tar.gz) = 278780 From owner-svn-ports-all@freebsd.org Wed Mar 30 17:59:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D2C5AE30FB; Wed, 30 Mar 2016 17:59:17 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D366F157B; Wed, 30 Mar 2016 17:59:16 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UHxGBg041787; Wed, 30 Mar 2016 17:59:16 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UHxFMk041785; Wed, 30 Mar 2016 17:59:15 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603301759.u2UHxFMk041785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 17:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412179 - head/textproc/p5-Pod-Spell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 17:59:17 -0000 Author: lth Date: Wed Mar 30 17:59:15 2016 New Revision: 412179 URL: https://svnweb.freebsd.org/changeset/ports/412179 Log: - update to 1.19 - distribute maintainership Modified: head/textproc/p5-Pod-Spell/Makefile head/textproc/p5-Pod-Spell/distinfo Modified: head/textproc/p5-Pod-Spell/Makefile ============================================================================== --- head/textproc/p5-Pod-Spell/Makefile Wed Mar 30 17:54:17 2016 (r412178) +++ head/textproc/p5-Pod-Spell/Makefile Wed Mar 30 17:59:15 2016 (r412179) @@ -1,19 +1,17 @@ # $FreeBSD$ PORTNAME= Pod-Spell -PORTVERSION= 1.17 -PORTREVISION= 1 +PORTVERSION= 1.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Formatter for spellchecking Pod LICENSE= ART20 BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ - p5-File-ShareDir-Install>=0.06:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-File-ShareDir-ProjectDistDir>=1.000:${PORTSDIR}/devel/p5-File-ShareDir-ProjectDistDir \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes Modified: head/textproc/p5-Pod-Spell/distinfo ============================================================================== --- head/textproc/p5-Pod-Spell/distinfo Wed Mar 30 17:54:17 2016 (r412178) +++ head/textproc/p5-Pod-Spell/distinfo Wed Mar 30 17:59:15 2016 (r412179) @@ -1,2 +1,2 @@ -SHA256 (Pod-Spell-1.17.tar.gz) = 2f6e0e58ea9f87c5cca7b355b7c23eb217105557d5589df5fcbc7bb3b5035b9d -SIZE (Pod-Spell-1.17.tar.gz) = 30299 +SHA256 (Pod-Spell-1.19.tar.gz) = 6d8bb05578dab2c62f50442802e25baecc9ae844ab40773a346aab565ba6654d +SIZE (Pod-Spell-1.19.tar.gz) = 29244 From owner-svn-ports-all@freebsd.org Wed Mar 30 18:06:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DAB4AE3276; Wed, 30 Mar 2016 18:06:49 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5061967; Wed, 30 Mar 2016 18:06:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UI6mxu044769; Wed, 30 Mar 2016 18:06:48 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UI6lx1044767; Wed, 30 Mar 2016 18:06:47 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603301806.u2UI6lx1044767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 18:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412180 - head/textproc/p5-Version-Next X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:06:49 -0000 Author: lth Date: Wed Mar 30 18:06:47 2016 New Revision: 412180 URL: https://svnweb.freebsd.org/changeset/ports/412180 Log: - update to 1.000 - distribute maintainership Modified: head/textproc/p5-Version-Next/Makefile head/textproc/p5-Version-Next/distinfo Modified: head/textproc/p5-Version-Next/Makefile ============================================================================== --- head/textproc/p5-Version-Next/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/textproc/p5-Version-Next/Makefile Wed Mar 30 18:06:47 2016 (r412180) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= Version-Next -PORTVERSION= 0.004 -PORTREVISION= 1 +PORTVERSION= 1.000 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Increment module version numbers simply and correctly LICENSE= APACHE20 Modified: head/textproc/p5-Version-Next/distinfo ============================================================================== --- head/textproc/p5-Version-Next/distinfo Wed Mar 30 17:59:15 2016 (r412179) +++ head/textproc/p5-Version-Next/distinfo Wed Mar 30 18:06:47 2016 (r412180) @@ -1,2 +1,2 @@ -SHA256 (Version-Next-0.004.tar.gz) = 50ece546daff7f45bfdfc4ef1f1bc4a089ca8675886fae239973e38a25f83259 -SIZE (Version-Next-0.004.tar.gz) = 14956 +SHA256 (Version-Next-1.000.tar.gz) = e2163cd4e3e805662c2ed6788fda35870fd804ecd949554c56454f50f8d1d1a1 +SIZE (Version-Next-1.000.tar.gz) = 16759 From owner-svn-ports-all@freebsd.org Wed Mar 30 18:24:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F84AE36AD; Wed, 30 Mar 2016 18:24:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3C4D1260; Wed, 30 Mar 2016 18:24:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UIOgDE050733; Wed, 30 Mar 2016 18:24:42 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UIOglB050729; Wed, 30 Mar 2016 18:24:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603301824.u2UIOglB050729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 30 Mar 2016 18:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412181 - in head/devel: . sope3 sope3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:24:43 -0000 Author: acm Date: Wed Mar 30 18:24:42 2016 New Revision: 412181 URL: https://svnweb.freebsd.org/changeset/ports/412181 Log: - New port: devel/sope3 SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. Added: head/devel/sope3/ - copied from r412179, head/devel/sope/ Modified: head/devel/Makefile head/devel/sope3/Makefile head/devel/sope3/distinfo head/devel/sope3/files/patch-configure Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 30 18:06:47 2016 (r412180) +++ head/devel/Makefile Wed Mar 30 18:24:42 2016 (r412181) @@ -5248,6 +5248,7 @@ SUBDIR += smv SUBDIR += soapui SUBDIR += sope + SUBDIR += sope3 SUBDIR += sourcenav SUBDIR += sparc64-binutils SUBDIR += sparc64-gcc Modified: head/devel/sope3/Makefile ============================================================================== --- head/devel/sope/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope3/Makefile Wed Mar 30 18:24:42 2016 (r412181) @@ -1,13 +1,13 @@ # Created by: Euan Thoms # $FreeBSD$ -PORTNAME= sope -PORTVERSION= 2.3.8 +PORTNAME= sope3 +PORTVERSION= 3.0.2 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 @@ -30,10 +30,13 @@ USES= gmake gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +CONFLICTS= sope-[0-9]* + SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip +CONFIGURE_ENV+= CC="${CC}" LDAP_USE= OPENLDAP=client PGSQL_USES= pgsql Modified: head/devel/sope3/distinfo ============================================================================== --- head/devel/sope/distinfo Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope3/distinfo Wed Mar 30 18:24:42 2016 (r412181) @@ -1,2 +1,2 @@ -SHA256 (SOPE-2.3.8.tar.gz) = 6fded26f80748bd9628d3c0e54ed44e7689b4df13a596c33a192a008502cd0c3 -SIZE (SOPE-2.3.8.tar.gz) = 2275132 +SHA256 (SOPE-3.0.2.tar.gz) = 62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1 +SIZE (SOPE-3.0.2.tar.gz) = 2275515 Modified: head/devel/sope3/files/patch-configure ============================================================================== --- head/devel/sope/files/patch-configure Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope3/files/patch-configure Wed Mar 30 18:24:42 2016 (r412181) @@ -11,7 +11,7 @@ # TODO: add pg_config, mysql_config etc! -LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" -+LINK_SYSLIBDIRS="-L/usr/local/lib/postgresql -L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib" # ******************** usage ******************** From owner-svn-ports-all@freebsd.org Wed Mar 30 18:27:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B126DAE36EF; Wed, 30 Mar 2016 18:27:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52AA41370; Wed, 30 Mar 2016 18:27:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UIRTEX051044; Wed, 30 Mar 2016 18:27:29 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UIRTYn051038; Wed, 30 Mar 2016 18:27:29 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603301827.u2UIRTYn051038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 30 Mar 2016 18:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412182 - in head/www: . sogo3 sogo3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:27:30 -0000 Author: acm Date: Wed Mar 30 18:27:28 2016 New Revision: 412182 URL: https://svnweb.freebsd.org/changeset/ports/412182 Log: - New port: www/sogo3 SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. Added: head/www/sogo3/ - copied from r412179, head/www/sogo/ Deleted: head/www/sogo3/files/patch-SoObjects_SOGo_GNUmakefile head/www/sogo3/files/patch-SoObjects_SOGo_instance-framework.make head/www/sogo3/files/patch-SoObjects_SOGo_master-framework.make Modified: head/www/Makefile head/www/sogo3/Makefile head/www/sogo3/distinfo head/www/sogo3/files/patch-ActiveSync_GNUmakefile head/www/sogo3/pkg-message head/www/sogo3/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 30 18:24:42 2016 (r412181) +++ head/www/Makefile Wed Mar 30 18:27:28 2016 (r412182) @@ -2065,6 +2065,7 @@ SUBDIR += smb_auth SUBDIR += snarf SUBDIR += sogo + SUBDIR += sogo3 SUBDIR += sogo-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay Modified: head/www/sogo3/Makefile ============================================================================== --- head/www/sogo/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3/Makefile Wed Mar 30 18:27:28 2016 (r412182) @@ -1,21 +1,21 @@ # Created by: Euan Thoms # $FreeBSD$ -PORTNAME= sogo -PORTVERSION= 2.3.8 -PORTREVISION= 1 +PORTNAME= sogo3 +PORTVERSION= 3.0.2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached \ libcurl.so:${PORTSDIR}/ftp/curl \ - libDOM.so:${PORTSDIR}/devel/sope + libDOM.so:${PORTSDIR}/devel/sope3 +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip OPTIONS_DEFINE= ACTIVESYNC OPTIONS_SUB= yes @@ -31,7 +31,7 @@ USES= gnustep objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo -CONFLICTS?= sogo-activesync-[0-9]* +CONFLICTS?= sogo-activesync-[0-9]* sogo-[0-9]* USE_RC_SUBR= sogod @@ -43,7 +43,6 @@ CONFIGURE_ARGS= --disable-debug --enabl post-patch: @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' - @${REINPLACE_CMD} -e 's|/usr/lib/GNUstep|${GNUSTEP_LOCAL_ROOT}/Library|' ${WRKSRC}/Apache/SOGo.conf post-patch-ACTIVESYNC-on: @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile Modified: head/www/sogo3/distinfo ============================================================================== --- head/www/sogo/distinfo Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3/distinfo Wed Mar 30 18:27:28 2016 (r412182) @@ -1,2 +1,2 @@ -SHA256 (SOGo-2.3.8.tar.gz) = ae57518d29f256cee73ef29491f92c8d12289146924b07a827be5bb99f8f1bf6 -SIZE (SOGo-2.3.8.tar.gz) = 12200043 +SHA256 (SOGo-3.0.2.tar.gz) = 1fbeae01b77418eb87b12d8e4ee730b6d508759af1e3cf760743128579401bd8 +SIZE (SOGo-3.0.2.tar.gz) = 25284629 Modified: head/www/sogo3/files/patch-ActiveSync_GNUmakefile ============================================================================== --- head/www/sogo/files/patch-ActiveSync_GNUmakefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3/files/patch-ActiveSync_GNUmakefile Wed Mar 30 18:27:28 2016 (r412182) @@ -5,7 +5,7 @@ ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -I../SoObjects/ ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ -ADDITIONAL_INCLUDE_DIRS += -I/usr/include/libwbxml-1.0/ -+ADDITIONAL_INCLUDE_DIRS += -I/usr/local/include/libwbxml-1.0/ ++ADDITIONAL_INCLUDE_DIRS += -I${LOCALBASE}/include/libwbxml-1.0/ ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -lwbxml2 -include GNUmakefile.preamble Modified: head/www/sogo3/pkg-message ============================================================================== --- head/www/sogo/pkg-message Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3/pkg-message Wed Mar 30 18:27:28 2016 (r412182) @@ -1,3 +1,6 @@ +############################################################################### + +SOGo 3 was installed In order to run the sogo daemon (sogod), you will need to create and configure the main configuration file, e.g.: @@ -56,3 +59,5 @@ Then add the following lines to the root For more information about using SOGo, visit: http://www.sogo.nu/downloads/documentation.html + +############################################################################### Modified: head/www/sogo3/pkg-plist ============================================================================== --- head/www/sogo/pkg-plist Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3/pkg-plist Wed Mar 30 18:27:28 2016 (r412182) @@ -1,78 +1,79 @@ GNUstep/Local/Library/Frameworks/SOGo.framework/Headers GNUstep/Local/Library/Frameworks/SOGo.framework/Resources -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/BSONCodec.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOBitmaskQualifier.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOQualifier+SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/GCSSpecialQueries+SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSourceSchema.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSCalendarDate+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSData+Crypto.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+URL.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNull+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNumber+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Crypto.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSURL+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoBuild.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCASSession.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCache.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoConstants.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCredentialsFile.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDAVAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDateFormatter.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDefaultsSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDomainDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGCSFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGroup.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoLDAPDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoMailer.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoParentFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoPermissions.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProductLoader.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProxyAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSession.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSieveManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStartupLogger.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStaticAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSystemDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUser.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserProfile.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVAclManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVValue.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SQLSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOContext+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WORequest+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResourceManager+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResponse+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/CASLogoutRequestMap.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/DAVReportMap.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/Info-gnustep.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/SOGoDefaults.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/SOGo -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.2 -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/BSONCodec.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/CardElement+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/DOMNode+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/EOBitmaskQualifier.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/EOQualifier+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/GCSSpecialQueries+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSourceSchema.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSCalendarDate+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSData+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+URL.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSNull+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSNumber+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSURL+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoBuild.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCASSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCache.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoConstants.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoContentObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCredentialsFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDAVAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDateFormatter.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDefaultsSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDomainDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGroup.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoLDAPDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoMailer.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoParentFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoPermissions.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProductLoader.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProxyAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSieveManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStartupLogger.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStaticAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSystemDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUser.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserProfile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVAclManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVValue.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SQLSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOContext+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WORequest+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOResourceManager+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOResponse+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/CASLogoutRequestMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/DAVReportMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/Info-gnustep.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/SOGoDefaults.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.3 +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/SOGo GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/libSOGo.so @@ -561,11 +562,11 @@ GNUstep/Local/Library/Libraries/sogo/lib GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9 GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9.0 GNUstep/Local/Library/Libraries/sogo/libSOGo.so -GNUstep/Local/Library/Libraries/sogo/libSOGo.so.2 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.3 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs @@ -625,10 +626,10 @@ GNUstep/Local/Library/SOGo/Appointments. GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings -GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings @@ -801,7 +802,6 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Portuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings -GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html @@ -914,6 +914,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings @@ -1099,6 +1100,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.S GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministration.wox +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationAclEditor.wox GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox @@ -1106,9 +1108,12 @@ GNUstep/Local/Library/SOGo/Templates/App GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditor.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactView.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactViewTemplate.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox @@ -1128,6 +1133,7 @@ GNUstep/Local/Library/SOGo/Templates/Mai GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderTemplate.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMainFrame.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailPopupView.wox @@ -1136,12 +1142,14 @@ GNUstep/Local/Library/SOGo/Templates/Mai GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailView.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailViewTemplate.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupsPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoRootPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoUserHomePage.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAccountEditor.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxPreferences.wox @@ -1215,8 +1223,8 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox -GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox @@ -1286,6 +1294,8 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDateSelector.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox @@ -1297,6 +1307,7 @@ GNUstep/Local/Library/SOGo/Templates/Sch GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalViewPrint.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxColorPicker.wox @@ -1309,515 +1320,353 @@ GNUstep/Local/Library/SOGo/Templates/Sch GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxSortButton.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskViewTemplate.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTimeDateControl.wox GNUstep/Local/Library/SOGo/Templates/UIxAclEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxJSClose.wox GNUstep/Local/Library/SOGo/Templates/UIxLoading.wox GNUstep/Local/Library/SOGo/Templates/UIxModuleAccessDenied.wox GNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox +GNUstep/Local/Library/SOGo/Templates/UIxSidenavToolbarTemplate.wox GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox +GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbarTemplate.wox GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox -GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.css -GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.js -GNUstep/Local/Library/SOGo/WebServerResources/COPYING-thunderbird.txt -GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.css -GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.js -GNUstep/Local/Library/SOGo/WebServerResources/HTMLElement.js -GNUstep/Local/Library/SOGo/WebServerResources/HTMLInputElement.js -GNUstep/Local/Library/SOGo/WebServerResources/HTMLTableElement.js -GNUstep/Local/Library/SOGo/WebServerResources/JavascriptAPIExtensions.js -GNUstep/Local/Library/SOGo/WebServerResources/LICENSE-thunderbird.txt -GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.css -GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.js -GNUstep/Local/Library/SOGo/WebServerResources/MailerUIdTree.js -GNUstep/Local/Library/SOGo/WebServerResources/PasswordPolicy.js -GNUstep/Local/Library/SOGo/WebServerResources/RowEditionController.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoAutoCompletion.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoDataTable.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoDragHandles.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoMailDataSource.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoResizableTable.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.css -GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoTabsController.js -GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.css -GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.js -GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.css -GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.js -GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUIDnD.js -GNUstep/Local/Library/SOGo/WebServerResources/Search-bar.png -GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxColorPicker.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPartExternalHTMLViewer.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPopupView.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailToSelection.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxMailView.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.css -GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.js -GNUstep/Local/Library/SOGo/WebServerResources/XMLHttpRequest.js -GNUstep/Local/Library/SOGo/WebServerResources/abcard-anonymous.png -GNUstep/Local/Library/SOGo/WebServerResources/abcard-anyone.png -GNUstep/Local/Library/SOGo/WebServerResources/abcard.png -GNUstep/Local/Library/SOGo/WebServerResources/ablist.png -GNUstep/Local/Library/SOGo/WebServerResources/account-settings.png -GNUstep/Local/Library/SOGo/WebServerResources/add-addressbook.png -GNUstep/Local/Library/SOGo/WebServerResources/add-calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/add-contact.gif -GNUstep/Local/Library/SOGo/WebServerResources/add-icon.png -GNUstep/Local/Library/SOGo/WebServerResources/add-user-addressbook.png -GNUstep/Local/Library/SOGo/WebServerResources/add-user-calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/add-web-calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/addrbook.png -GNUstep/Local/Library/SOGo/WebServerResources/alarm.png -GNUstep/Local/Library/SOGo/WebServerResources/arrow-down.png -GNUstep/Local/Library/SOGo/WebServerResources/arrow-dwn-sharp.gif -GNUstep/Local/Library/SOGo/WebServerResources/arrow-left.png -GNUstep/Local/Library/SOGo/WebServerResources/arrow-right.png -GNUstep/Local/Library/SOGo/WebServerResources/arrow-up.png -GNUstep/Local/Library/SOGo/WebServerResources/attachment.gif -GNUstep/Local/Library/SOGo/WebServerResources/attachment.png -GNUstep/Local/Library/SOGo/WebServerResources/attendee-partstats.png -GNUstep/Local/Library/SOGo/WebServerResources/attendee-roles.png -GNUstep/Local/Library/SOGo/WebServerResources/browser_chrome.gif -GNUstep/Local/Library/SOGo/WebServerResources/browser_firefox.gif -GNUstep/Local/Library/SOGo/WebServerResources/browser_ie.gif -GNUstep/Local/Library/SOGo/WebServerResources/browser_safari.gif -GNUstep/Local/Library/SOGo/WebServerResources/btn_a_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/btn_span_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/busy.gif -GNUstep/Local/Library/SOGo/WebServerResources/calendar-folder-16x16.png -GNUstep/Local/Library/SOGo/WebServerResources/calendar-reload.png -GNUstep/Local/Library/SOGo/WebServerResources/choose-date.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/build-config.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/ckeditor.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/config.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/contents.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ar.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ca.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cs.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cy.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/da.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/de.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/en.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/es.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/eu.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fi.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fr.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hr.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hu.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/is.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/it.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/mk.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nb.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nl.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/no.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pl.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pt.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pt-br.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ru.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sk.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sl.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sv.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/uk.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh-cn.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/LICENSE.md -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/about.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/logo_ckeditor.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/div/dialogs/div.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons_hidpi.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/dialogs/image.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/images/noimage.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/link.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/anchor.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/hidpi/anchor.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/LICENSE.md -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/table/dialogs/table.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/LICENSE.md -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc_ie.js -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_gecko.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons_hidpi.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/arrow.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/close.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/close.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/spinner.gif -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/readme.md -GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/styles.js -GNUstep/Local/Library/SOGo/WebServerResources/collapse.png -GNUstep/Local/Library/SOGo/WebServerResources/confidential.png -GNUstep/Local/Library/SOGo/WebServerResources/create-account.png -GNUstep/Local/Library/SOGo/WebServerResources/datepicker.css -GNUstep/Local/Library/SOGo/WebServerResources/datepicker.js -GNUstep/Local/Library/SOGo/WebServerResources/day-view-multicolumn.png -GNUstep/Local/Library/SOGo/WebServerResources/day-view.png -GNUstep/Local/Library/SOGo/WebServerResources/dialog-left.png -GNUstep/Local/Library/SOGo/WebServerResources/dialog-right.png -GNUstep/Local/Library/SOGo/WebServerResources/dialog-top.png -GNUstep/Local/Library/SOGo/WebServerResources/dot.png -GNUstep/Local/Library/SOGo/WebServerResources/down-icon.png -GNUstep/Local/Library/SOGo/WebServerResources/dragdot.png -GNUstep/Local/Library/SOGo/WebServerResources/dtree.css -GNUstep/Local/Library/SOGo/WebServerResources/dtree.js -GNUstep/Local/Library/SOGo/WebServerResources/edit.png -GNUstep/Local/Library/SOGo/WebServerResources/empty.gif -GNUstep/Local/Library/SOGo/WebServerResources/error.png -GNUstep/Local/Library/SOGo/WebServerResources/event-gradient.png -GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-bottom.png -GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-top.png -GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-vertical.png -GNUstep/Local/Library/SOGo/WebServerResources/event7.png -GNUstep/Local/Library/SOGo/WebServerResources/first.gif -GNUstep/Local/Library/SOGo/WebServerResources/flag-col.png -GNUstep/Local/Library/SOGo/WebServerResources/flag.png -GNUstep/Local/Library/SOGo/WebServerResources/generic.css -GNUstep/Local/Library/SOGo/WebServerResources/generic.js -GNUstep/Local/Library/SOGo/WebServerResources/goto-today.png -GNUstep/Local/Library/SOGo/WebServerResources/green_corner.gif -GNUstep/Local/Library/SOGo/WebServerResources/icon-deleted.png -GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded-replied.png -GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded.png -GNUstep/Local/Library/SOGo/WebServerResources/icon-new.png -GNUstep/Local/Library/SOGo/WebServerResources/icon-replied.png -GNUstep/Local/Library/SOGo/WebServerResources/iefixes.css -GNUstep/Local/Library/SOGo/WebServerResources/important.png -GNUstep/Local/Library/SOGo/WebServerResources/input_bg.gif -GNUstep/Local/Library/SOGo/WebServerResources/inverse.png -GNUstep/Local/Library/SOGo/WebServerResources/jquery-ui.js -GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.css -GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.js -GNUstep/Local/Library/SOGo/WebServerResources/jquery.iframe-transport.js -GNUstep/Local/Library/SOGo/WebServerResources/jquery.js -GNUstep/Local/Library/SOGo/WebServerResources/js_color_picker_v2.js -GNUstep/Local/Library/SOGo/WebServerResources/last.gif -GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.js -GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.txt -GNUstep/Local/Library/SOGo/WebServerResources/lori_32x32.png -GNUstep/Local/Library/SOGo/WebServerResources/manage-filters.png -GNUstep/Local/Library/SOGo/WebServerResources/manage-imap.png -GNUstep/Local/Library/SOGo/WebServerResources/menu-check-hover.gif -GNUstep/Local/Library/SOGo/WebServerResources/menu-check.gif -GNUstep/Local/Library/SOGo/WebServerResources/menu-nocheck.gif -GNUstep/Local/Library/SOGo/WebServerResources/message-copy.gif -GNUstep/Local/Library/SOGo/WebServerResources/message.gif -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-certificate.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-magicpoint.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-msword.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-ogg.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-pdf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-postscript.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-rtf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.lotus-1-2-3.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-excel.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-powerpoint.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.graphics.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.image.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.presentation.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.spreadsheet.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text-web.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-secure.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-vbr.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.calc.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.impress.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.writer.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.calc.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.draw.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.impress.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.writer.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-wordperfect.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-7z-compressed.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-abiword.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-spreadsheet.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-word.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-archive.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-arj.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip-compressed-tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cd-image.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compress.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compressed-tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio-compressed.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-deb.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-dvi.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-executable.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-afm.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-bdf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-linux-psf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-pcf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-sunos-news.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-ttf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gnumeric.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzip.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzpostscript.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-jar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-killustrator.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kpresenter.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kspread.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kword.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lha.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lhz.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma-compressed-tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-ms-dos-executable.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-perl.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-php.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-python-bytecode.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rpm.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-scribus.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shellscript.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shockwave-flash.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-stuffit.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tarz.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tex.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-xhtml+xml.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-application-zip.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-ascii.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-audio-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-audio.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-binary.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-contents2.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-deb.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-document.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-empty.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-exec.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-folder_tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-font-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-font.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-font_bitmap.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-font_truetype.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-font_type1.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-executable.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-regular.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-package.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-gtk-file.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-html.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-image-pdf.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-image-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-image.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-kpresenter_kpr.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-mime_ascii.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-misc.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-package-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-package.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-package_editors.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-package_wordprocessing.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-plan.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-rpm.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-shellscript.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-sound.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-spreadsheet.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_addressbook.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_certificate.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_script.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-tar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-template_source.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-html.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-plain.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-vnd.wap.wml.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-csh.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic-template.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-preview.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-python.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-script.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-sh.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcalendar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcard.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-zsh.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-text.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-tgz.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-txt.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-txt2.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-unknown.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-vcalendar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-vcard.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-video-x-generic.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-video.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-wordprocessing.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-www.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-font-afm.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-address-book.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-document.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-drawing.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-presentation.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-spreadsheet.png -GNUstep/Local/Library/SOGo/WebServerResources/mime-zip.png -GNUstep/Local/Library/SOGo/WebServerResources/minus.png -GNUstep/Local/Library/SOGo/WebServerResources/month-view.png -GNUstep/Local/Library/SOGo/WebServerResources/new-card.png -GNUstep/Local/Library/SOGo/WebServerResources/new-event.png -GNUstep/Local/Library/SOGo/WebServerResources/new-list.png -GNUstep/Local/Library/SOGo/WebServerResources/new-task.png -GNUstep/Local/Library/SOGo/WebServerResources/next.gif -GNUstep/Local/Library/SOGo/WebServerResources/notice.png -GNUstep/Local/Library/SOGo/WebServerResources/offline-settings.png -GNUstep/Local/Library/SOGo/WebServerResources/options.png -GNUstep/Local/Library/SOGo/WebServerResources/plus.png -GNUstep/Local/Library/SOGo/WebServerResources/previous.gif -GNUstep/Local/Library/SOGo/WebServerResources/private.png -GNUstep/Local/Library/SOGo/WebServerResources/properties.png -GNUstep/Local/Library/SOGo/WebServerResources/prototype.js -GNUstep/Local/Library/SOGo/WebServerResources/quota-level-alert.png -GNUstep/Local/Library/SOGo/WebServerResources/quota-level-ok.png -GNUstep/Local/Library/SOGo/WebServerResources/quota-level-warn.png -GNUstep/Local/Library/SOGo/WebServerResources/quota-level.png -GNUstep/Local/Library/SOGo/WebServerResources/read-messages.png -GNUstep/Local/Library/SOGo/WebServerResources/remote-addrbook.png -GNUstep/Local/Library/SOGo/WebServerResources/remove-addressbook.png -GNUstep/Local/Library/SOGo/WebServerResources/remove-calendar.png -GNUstep/Local/Library/SOGo/WebServerResources/remove-contact.gif -GNUstep/Local/Library/SOGo/WebServerResources/remove-icon.png -GNUstep/Local/Library/SOGo/WebServerResources/search-messages.png -GNUstep/Local/Library/SOGo/WebServerResources/signature-not-ok.png -GNUstep/Local/Library/SOGo/WebServerResources/signature-ok.png -GNUstep/Local/Library/SOGo/WebServerResources/slider_handle.gif -GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_a_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_span_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/sogo-logo.png -GNUstep/Local/Library/SOGo/WebServerResources/sogo.ico -GNUstep/Local/Library/SOGo/WebServerResources/status.vacation-msg.png -GNUstep/Local/Library/SOGo/WebServerResources/submenu-active.gif -GNUstep/Local/Library/SOGo/WebServerResources/submenu-disabled.gif -GNUstep/Local/Library/SOGo/WebServerResources/submenu.gif -GNUstep/Local/Library/SOGo/WebServerResources/success.png -GNUstep/Local/Library/SOGo/WebServerResources/tab_a_active_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/tab_a_inactive_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/tab_left_active.gif -GNUstep/Local/Library/SOGo/WebServerResources/tab_left_inactive.gif -GNUstep/Local/Library/SOGo/WebServerResources/tab_right_active.gif -GNUstep/Local/Library/SOGo/WebServerResources/tab_right_inactive.gif -GNUstep/Local/Library/SOGo/WebServerResources/tab_span_active_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/tab_span_inactive_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/tablekit-sogo.js -GNUstep/Local/Library/SOGo/WebServerResources/tablekit-trueresize.js -GNUstep/Local/Library/SOGo/WebServerResources/tablekit.js -GNUstep/Local/Library/SOGo/WebServerResources/task.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-ab-properties-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-attach-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-contacts-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-save-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-security-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-send-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-16x16.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-delete-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-file-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-print-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-replyall-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-stop-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-write-flat-24x24.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_account_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_minus_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_plus_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_drafts_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_inbox_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_junction_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_leaf_corner_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_line_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_minus_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_plus_17x22.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_sent_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tbtv_trash_17x17.png -GNUstep/Local/Library/SOGo/WebServerResources/tentative.png -GNUstep/Local/Library/SOGo/WebServerResources/thead_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/title_attachment_14x14.png -GNUstep/Local/Library/SOGo/WebServerResources/title_read_14x14.png -GNUstep/Local/Library/SOGo/WebServerResources/title_sortdown_12x12.png -GNUstep/Local/Library/SOGo/WebServerResources/title_sortup_12x12.png -GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_a_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_span_bg.png -GNUstep/Local/Library/SOGo/WebServerResources/unread.png -GNUstep/Local/Library/SOGo/WebServerResources/up-icon.png -GNUstep/Local/Library/SOGo/WebServerResources/upload_document.png -GNUstep/Local/Library/SOGo/WebServerResources/warning.png -GNUstep/Local/Library/SOGo/WebServerResources/week-view.png -GNUstep/Local/Library/SOGo/WebServerResources/write-message.png -GNUstep/Local/Library/SOGo/WebServerResources/write.png +GNUstep/Local/Library/SOGo/WebServerResources/css/icons.css +GNUstep/Local/Library/SOGo/WebServerResources/css/styles.css +GNUstep/Local/Library/SOGo/WebServerResources/css/styles.css.map +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2 +GNUstep/Local/Library/SOGo/WebServerResources/img/cardboard-transp.png +GNUstep/Local/Library/SOGo/WebServerResources/img/felt-transp.png +GNUstep/Local/Library/SOGo/WebServerResources/img/inverse.png +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-compact.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-full.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-logo.png +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo.ico +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/Administration.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/Administration.service.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Mar 30 18:27:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51993AE371C; Wed, 30 Mar 2016 18:27:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239921498; Wed, 30 Mar 2016 18:27:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UIRiWD051165; Wed, 30 Mar 2016 18:27:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UIRi1h051163; Wed, 30 Mar 2016 18:27:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301827.u2UIRi1h051163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 18:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412183 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:27:45 -0000 Author: olgeni Date: Wed Mar 30 18:27:44 2016 New Revision: 412183 URL: https://svnweb.freebsd.org/changeset/ports/412183 Log: Update devel/elixir-timex to version 2.1.4. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Wed Mar 30 18:27:28 2016 (r412182) +++ head/devel/elixir-timex/Makefile Wed Mar 30 18:27:44 2016 (r412183) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Wed Mar 30 18:27:28 2016 (r412182) +++ head/devel/elixir-timex/distinfo Wed Mar 30 18:27:44 2016 (r412183) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-2.1.3_GH0.tar.gz) = 05b8759da7e87364f9739b30ff8796bcf8e0d6908df1f2cf9db54f86791b2331 -SIZE (bitwalker-timex-2.1.3_GH0.tar.gz) = 135984 +SHA256 (bitwalker-timex-2.1.4_GH0.tar.gz) = c817d9b9cff295b1ec7d91356b9e9c51b375753d59764312d8d6852c6dc8cfd6 +SIZE (bitwalker-timex-2.1.4_GH0.tar.gz) = 136038 From owner-svn-ports-all@freebsd.org Wed Mar 30 18:28:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34C94AE3768; Wed, 30 Mar 2016 18:28:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06A8E15C0; Wed, 30 Mar 2016 18:28:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UISrNw051313; Wed, 30 Mar 2016 18:28:53 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UISre2051311; Wed, 30 Mar 2016 18:28:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301828.u2UISre2051311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 18:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412184 - head/textproc/elasticsearch-plugin-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:28:54 -0000 Author: olgeni Date: Wed Mar 30 18:28:52 2016 New Revision: 412184 URL: https://svnweb.freebsd.org/changeset/ports/412184 Log: Update textproc/elasticsearch-plugin-sql to version 1.4.9. Modified: head/textproc/elasticsearch-plugin-sql/Makefile head/textproc/elasticsearch-plugin-sql/distinfo Modified: head/textproc/elasticsearch-plugin-sql/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-sql/Makefile Wed Mar 30 18:27:44 2016 (r412183) +++ head/textproc/elasticsearch-plugin-sql/Makefile Wed Mar 30 18:28:52 2016 (r412184) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch-plugin- Modified: head/textproc/elasticsearch-plugin-sql/distinfo ============================================================================== --- head/textproc/elasticsearch-plugin-sql/distinfo Wed Mar 30 18:27:44 2016 (r412183) +++ head/textproc/elasticsearch-plugin-sql/distinfo Wed Mar 30 18:28:52 2016 (r412184) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-sql-1.4.8.zip) = db0bd0528b158c30d505d67ada49a3567d37b5b93d8b323f6ad1babfc51402b8 -SIZE (elasticsearch-sql-1.4.8.zip) = 6121810 +SHA256 (elasticsearch-sql-1.4.9.zip) = c75df1b3411beb7e2369d1c57035f8f944d695fcc807c3047f5f32960eda942b +SIZE (elasticsearch-sql-1.4.9.zip) = 6127435 From owner-svn-ports-all@freebsd.org Wed Mar 30 18:29:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2CA4AE37A8; Wed, 30 Mar 2016 18:29:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81BE9169B; Wed, 30 Mar 2016 18:29:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UITRxB051460; Wed, 30 Mar 2016 18:29:27 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UITRll051457; Wed, 30 Mar 2016 18:29:27 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603301829.u2UITRll051457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 30 Mar 2016 18:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412185 - in head/www: . sogo3-activesync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:29:28 -0000 Author: acm Date: Wed Mar 30 18:29:27 2016 New Revision: 412185 URL: https://svnweb.freebsd.org/changeset/ports/412185 Log: - New port: www/sogo3-activesync ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it. Added: head/www/sogo3-activesync/ - copied from r412179, head/www/sogo-activesync/ Modified: head/www/Makefile head/www/sogo3-activesync/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 30 18:28:52 2016 (r412184) +++ head/www/Makefile Wed Mar 30 18:29:27 2016 (r412185) @@ -2067,6 +2067,7 @@ SUBDIR += sogo SUBDIR += sogo3 SUBDIR += sogo-activesync + SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini Modified: head/www/sogo3-activesync/Makefile ============================================================================== --- head/www/sogo-activesync/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3-activesync/Makefile Wed Mar 30 18:29:27 2016 (r412185) @@ -2,12 +2,12 @@ PKGNAMESUFFIX= -activesync -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org CONFLICTS= sogo-[0-9]* OPTIONS_SLAVE= ACTIVESYNC -MASTERDIR= ${.CURDIR}/../sogo +MASTERDIR= ${.CURDIR}/../sogo3 .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Wed Mar 30 18:34:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6827AE3924; Wed, 30 Mar 2016 18:34:13 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DAEE1A65; Wed, 30 Mar 2016 18:34:13 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UIYCjQ054451; Wed, 30 Mar 2016 18:34:12 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UIYCFg054448; Wed, 30 Mar 2016 18:34:12 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603301834.u2UIYCFg054448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 18:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412186 - head/www/p5-WWW-Shorten X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:34:13 -0000 Author: lth Date: Wed Mar 30 18:34:12 2016 New Revision: 412186 URL: https://svnweb.freebsd.org/changeset/ports/412186 Log: - update to 3.093 - distribute maintainership Modified: head/www/p5-WWW-Shorten/Makefile head/www/p5-WWW-Shorten/distinfo head/www/p5-WWW-Shorten/pkg-plist Modified: head/www/p5-WWW-Shorten/Makefile ============================================================================== --- head/www/p5-WWW-Shorten/Makefile Wed Mar 30 18:29:27 2016 (r412185) +++ head/www/p5-WWW-Shorten/Makefile Wed Mar 30 18:34:12 2016 (r412186) @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= WWW-Shorten -PORTVERSION= 3.06 +PORTVERSION= 3.093 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Abstract interface to URL shortening sites -BUILD_DEPENDS= p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \ - p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto \ - p5-URI>=1.27:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \ + p5-Try-Tiny>=0.24:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-WWW-Shorten/distinfo ============================================================================== --- head/www/p5-WWW-Shorten/distinfo Wed Mar 30 18:29:27 2016 (r412185) +++ head/www/p5-WWW-Shorten/distinfo Wed Mar 30 18:34:12 2016 (r412186) @@ -1,2 +1,2 @@ -SHA256 (WWW-Shorten-3.06.tar.gz) = 69effd849186d0573f0e4838b0035983b212bd0b4afee645259a9791d3387d0e -SIZE (WWW-Shorten-3.06.tar.gz) = 27522 +SHA256 (WWW-Shorten-3.093.tar.gz) = cbf28d079bfc1a96f789e84b3e1eabb77b1665131eb1f2dc73fb24c1b9502c3b +SIZE (WWW-Shorten-3.093.tar.gz) = 22669 Modified: head/www/p5-WWW-Shorten/pkg-plist ============================================================================== --- head/www/p5-WWW-Shorten/pkg-plist Wed Mar 30 18:29:27 2016 (r412185) +++ head/www/p5-WWW-Shorten/pkg-plist Wed Mar 30 18:34:12 2016 (r412186) @@ -7,6 +7,8 @@ bin/shorten %%PERL5_MAN3%%/WWW::Shorten::TinyClick.3.gz %%PERL5_MAN3%%/WWW::Shorten::TinyURL.3.gz %%PERL5_MAN3%%/WWW::Shorten::Tinylink.3.gz +%%PERL5_MAN3%%/WWW::Shorten::Qurl.3.gz +%%PERL5_MAN3%%/WWW::Shorten::Qwer.3.gz %%PERL5_MAN3%%/WWW::Shorten::UserAgent.3.gz %%PERL5_MAN3%%/WWW::Shorten::_dead.3.gz %%PERL5_MAN3%%/WWW::Shorten::generic.3.gz @@ -16,6 +18,8 @@ bin/shorten %%SITE_PERL%%/WWW/Shorten/Linkz.pm %%SITE_PERL%%/WWW/Shorten/MakeAShorterLink.pm %%SITE_PERL%%/WWW/Shorten/Metamark.pm +%%SITE_PERL%%/WWW/Shorten/Qurl.pm +%%SITE_PERL%%/WWW/Shorten/Qwer.pm %%SITE_PERL%%/WWW/Shorten/TinyClick.pm %%SITE_PERL%%/WWW/Shorten/TinyURL.pm %%SITE_PERL%%/WWW/Shorten/Tinylink.pm From owner-svn-ports-all@freebsd.org Wed Mar 30 18:35:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B786BAE3977; Wed, 30 Mar 2016 18:35:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86BC31B6D; Wed, 30 Mar 2016 18:35:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UIZlgp054634; Wed, 30 Mar 2016 18:35:47 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UIZluZ054632; Wed, 30 Mar 2016 18:35:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201603301835.u2UIZluZ054632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 30 Mar 2016 18:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412187 - head/textproc/elasticsearch2-plugin-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:35:48 -0000 Author: olgeni Date: Wed Mar 30 18:35:47 2016 New Revision: 412187 URL: https://svnweb.freebsd.org/changeset/ports/412187 Log: Update textproc/elasticsearch2-plugin-sql to version 2.2.1.0. Modified: head/textproc/elasticsearch2-plugin-sql/Makefile head/textproc/elasticsearch2-plugin-sql/distinfo Modified: head/textproc/elasticsearch2-plugin-sql/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-sql/Makefile Wed Mar 30 18:34:12 2016 (r412186) +++ head/textproc/elasticsearch2-plugin-sql/Makefile Wed Mar 30 18:35:47 2016 (r412187) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1.0 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch2-plugin- Modified: head/textproc/elasticsearch2-plugin-sql/distinfo ============================================================================== --- head/textproc/elasticsearch2-plugin-sql/distinfo Wed Mar 30 18:34:12 2016 (r412186) +++ head/textproc/elasticsearch2-plugin-sql/distinfo Wed Mar 30 18:35:47 2016 (r412187) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-sql-2.2.0.zip) = daf74a6691678273baf045068088ada4bc4d6903a231e4ba7ce6f9d621df473d -SIZE (elasticsearch-sql-2.2.0.zip) = 3896257 +SHA256 (elasticsearch-sql-2.2.1.0.zip) = 22ddbab97ce604af7002828d54eb0f53357755a9e35fa4e5622c62fd676910c8 +SIZE (elasticsearch-sql-2.2.1.0.zip) = 3904110 From owner-svn-ports-all@freebsd.org Wed Mar 30 19:08:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 249B1AE3152; Wed, 30 Mar 2016 19:08:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0124A1F76; Wed, 30 Mar 2016 19:08:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UJ88WH063874; Wed, 30 Mar 2016 19:08:08 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UJ87Sk063866; Wed, 30 Mar 2016 19:08:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603301908.u2UJ87Sk063866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 30 Mar 2016 19:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412188 - in head/net: asterisk11 asterisk13 asterisk13/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 19:08:09 -0000 Author: madpilot Date: Wed Mar 30 19:08:07 2016 New Revision: 412188 URL: https://svnweb.freebsd.org/changeset/ports/412188 Log: - Update asterisk11 to 11.22.0 - Update asterisk13 to 13.8.0 Modified: head/net/asterisk11/Makefile head/net/asterisk11/distinfo head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/files/patch-Makefile head/net/asterisk13/files/patch-main__Makefile head/net/asterisk13/pkg-plist Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk11/Makefile Wed Mar 30 19:08:07 2016 (r412188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.21.2 +PORTVERSION= 11.22.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -84,7 +84,7 @@ NEWT_DESC= Newt User Interface OPTIONS_GROUP+= SOUNDS OPTIONS_GROUP_SOUNDS= G729 SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files -ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.4.27.tar.gz +ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.5.tar.gz ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz G729_DESC= Install G.729 format sounds Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk11/distinfo Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk11/distinfo Wed Mar 30 19:08:07 2016 (r412188) @@ -1,6 +1,6 @@ -SHA256 (asterisk-11.21.2.tar.gz) = 9f4408ecda81efccbc0ce6728a7c53fa1528c527ea65d81a165e830c9f91bcac -SIZE (asterisk-11.21.2.tar.gz) = 34867025 -SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f -SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 +SHA256 (asterisk-11.22.0.tar.gz) = 590c361f8926e08eeaf320a35985cd39a2ea651ec3e94fb62484a7179c32f527 +SIZE (asterisk-11.22.0.tar.gz) = 35101090 +SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 +SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 SIZE (asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk13/Makefile Wed Mar 30 19:08:07 2016 (r412188) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.7.2 -PORTREVISION= 1 +PORTVERSION= 13.8.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -91,7 +90,8 @@ NEWT_DESC= Newt User Interface OPTIONS_GROUP+= SOUNDS OPTIONS_GROUP_SOUNDS= G729 SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files -ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.4.27.tar.gz +G729_DESC= Install G.729 format sounds +ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.5.tar.gz ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ ${ASTERISK_MOH_G729_SOUNDS}:g729 Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk13/distinfo Wed Mar 30 19:08:07 2016 (r412188) @@ -1,6 +1,6 @@ -SHA256 (asterisk-13.7.2.tar.gz) = 8a22856f0cff22b6f1d901eb0a91d459cd73f3ab1f71e9738b947428947fb232 -SIZE (asterisk-13.7.2.tar.gz) = 32176731 -SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f -SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 +SHA256 (asterisk-13.8.0.tar.gz) = 9953d3ea0023f7be0e14aed587725dacc199116c9453587093e1489073b53d5d +SIZE (asterisk-13.8.0.tar.gz) = 32520658 +SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 +SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 SIZE (asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 Modified: head/net/asterisk13/files/patch-Makefile ============================================================================== --- head/net/asterisk13/files/patch-Makefile Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk13/files/patch-Makefile Wed Mar 30 19:08:07 2016 (r412188) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-12-15 18:01:38 UTC +--- Makefile.orig 2016-03-22 18:32:00 UTC +++ Makefile -@@ -128,7 +128,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$( +@@ -131,7 +131,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$( OVERWRITE=y # Include debug and macro symbols in the executables (-g) and profiling info (-pg) @@ -9,7 +9,7 @@ # Asterisk.conf is located in ASTETCDIR or by using the -C flag # when starting Asterisk -@@ -152,7 +152,7 @@ LINKER_SYMBOL_PREFIX= +@@ -155,7 +155,7 @@ LINKER_SYMBOL_PREFIX= #_ASTCFLAGS+=-DOLD_DSP_ROUTINES # Default install directory for DAHDI hooks. @@ -18,7 +18,7 @@ # This Makefile previously contained a note about the ability to use .asterisk.makeopts # from your home directory or /etc/asterisk.makeopts to set defaults for menuselect. -@@ -214,7 +214,7 @@ endif +@@ -217,7 +217,7 @@ endif ifeq ($(OSARCH),FreeBSD) # -V is understood by BSD Make, not by GNU make. @@ -27,7 +27,7 @@ _ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi) # flag to tell 'ldconfig' to only process specified directories LDCONFIG_FLAGS=-m -@@ -471,8 +471,12 @@ datafiles: _all doc/core-en_US.xml +@@ -476,8 +476,12 @@ datafiles: _all doc/core-en_US.xml $(INSTALL) -m 644 $$n "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \ done \ fi @@ -41,17 +41,16 @@ done $(MAKE) -C sounds install find rest-api -name "*.json" | while read x; do \ -@@ -566,7 +570,8 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR) - "$(ASTDATADIR)/documentation/thirdparty" "$(ASTDATADIR)/firmware" \ +@@ -572,7 +576,7 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR) "$(ASTDATADIR)/firmware/iax" "$(ASTDATADIR)/images" "$(ASTDATADIR)/keys" \ "$(ASTDATADIR)/phoneprov" "$(ASTDATADIR)/rest-api" "$(ASTDATADIR)/static-http" \ -- "$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" -+ "$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" \ -+ "$(ASTSPOOLDIR)/outgoing" + "$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" \ +- "$(ASTDATADIR)/third-party" ++ "$(ASTDATADIR)/third-party" "$(ASTSPOOLDIR)/outgoing" installdirs: @for i in $(INSTALLDIRS); do \ -@@ -603,10 +608,10 @@ bininstall: _all installdirs $(SUBDIRS_I +@@ -609,10 +613,10 @@ bininstall: _all installdirs $(SUBDIRS_I if [ -f contrib/firmware/iax/iaxy.bin ] ; then \ $(INSTALL) -m 644 contrib/firmware/iax/iaxy.bin "$(DESTDIR)$(ASTDATADIR)/firmware/iax/iaxy.bin"; \ fi @@ -65,8 +64,8 @@ +#endif $(SUBDIRS_INSTALL): - +@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install -@@ -639,7 +644,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) + +@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" ASTDATADIR="$(ASTDATADIR)" $(SUBMAKE) -C $(@:-install=) install +@@ -645,7 +649,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) @exit 1 endif @@ -75,7 +74,7 @@ @if [ -x /usr/sbin/asterisk-post-install ]; then \ /usr/sbin/asterisk-post-install "$(DESTDIR)" . ; \ fi -@@ -682,23 +687,10 @@ upgrade: bininstall +@@ -688,23 +692,10 @@ upgrade: bininstall # (2) the extension to strip off define INSTALL_CONFIGS @for x in configs/$(1)/*$(2); do \ @@ -101,7 +100,7 @@ echo "Updating asterisk.conf" ; \ sed -e 's|^astetcdir.*$$|astetcdir => $(ASTETCDIR)|' \ -e 's|^astmoddir.*$$|astmoddir => $(ASTMODDIR)|' \ -@@ -711,8 +703,8 @@ define INSTALL_CONFIGS +@@ -717,8 +708,8 @@ define INSTALL_CONFIGS -e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \ -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ -e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \ @@ -112,7 +111,7 @@ rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ fi endef -@@ -728,7 +720,7 @@ adsi: +@@ -734,7 +725,7 @@ adsi: else \ echo "Installing $$x" ; \ fi ; \ Modified: head/net/asterisk13/files/patch-main__Makefile ============================================================================== --- head/net/asterisk13/files/patch-main__Makefile Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk13/files/patch-main__Makefile Wed Mar 30 19:08:07 2016 (r412188) @@ -1,6 +1,6 @@ ---- main/Makefile.orig 2015-03-12 12:39:26 UTC +--- main/Makefile.orig 2016-03-22 18:32:00 UTC +++ main/Makefile -@@ -79,6 +79,7 @@ ifeq ($(OSARCH),FreeBSD) +@@ -82,6 +82,7 @@ ifeq ($(OSARCH),FreeBSD) BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) AST_LIBS+=-lcrypto @@ -8,22 +8,41 @@ endif ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) -@@ -218,9 +219,9 @@ ifeq ($(GNU_LD),1) - endif - $(ECHO_PREFIX) echo " [LD] $^ -> $@" - $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS) +@@ -224,11 +225,11 @@ endif + + $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) + $(ECHO_PREFIX) echo " [LN] $< -> $@" -ifneq ($(LDCONFIG),) -- $(LDCONFIG) $(LDCONFIG_FLAGS) . +- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null +-else ++#ifneq ($(LDCONFIG),) ++# $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ++#else + $(CMD_PREFIX) $(LN) -sf $< $@ -endif ++#endif + + else # Darwin + ASTSSL_LIB:=libasteriskssl.dylib +@@ -304,11 +305,11 @@ $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): libast + + $(ASTPJ_LIB): $(ASTPJ_LIB).$(ASTPJ_SO_VERSION) + $(ECHO_PREFIX) echo " [LN] $< -> $@" +-ifneq ($(LDCONFIG),) +- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null +-else +#ifneq ($(LDCONFIG),) -+# $(LDCONFIG) $(LDCONFIG_FLAGS) . ++# $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ++#else + $(CMD_PREFIX) $(LN) -sf $< $@ +-endif +#endif - $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) - $(LN) -sf $< $@ -@@ -265,9 +266,9 @@ ifeq ($(findstring darwin,$(OSARCH)),) # else # Darwin - $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/" + ASTPJ_LIB:=libasteriskpj.dylib +@@ -359,9 +360,9 @@ else # Darwin + $(INSTALL) -m 755 $(ASTPJ_LIB) "$(DESTDIR)$(ASTLIBDIR)/" + endif endif -ifneq ($(LDCONFIG),) - $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" @@ -31,6 +50,6 @@ +#ifneq ($(LDCONFIG),) +# $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" +#endif - endif $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk" + binuninstall: Modified: head/net/asterisk13/pkg-plist ============================================================================== --- head/net/asterisk13/pkg-plist Wed Mar 30 18:35:47 2016 (r412187) +++ head/net/asterisk13/pkg-plist Wed Mar 30 19:08:07 2016 (r412188) @@ -70,6 +70,7 @@ @sample %%ETCDIR%%/oss.conf.sample @sample %%ETCDIR%%/phone.conf.sample @sample %%ETCDIR%%/phoneprov.conf.sample +@sample %%ETCDIR%%/pjproject.conf.sample @sample %%ETCDIR%%/pjsip.conf.sample @sample %%ETCDIR%%/pjsip_notify.conf.sample @sample %%ETCDIR%%/pjsip_wizard.conf.sample @@ -242,6 +243,8 @@ include/asterisk/res_fax.h include/asterisk/res_hep.h include/asterisk/res_mwi_external.h include/asterisk/res_odbc.h +include/asterisk/res_odbc_transaction.h +include/asterisk/res_pjproject.h include/asterisk/res_pjsip.h include/asterisk/res_pjsip_body_generator_types.h include/asterisk/res_pjsip_cli.h @@ -365,12 +368,13 @@ sbin/safe_asterisk %%DOCSDIR%%/images/asterisk-intro.jpg %%DOCSDIR%%/images/kpad2.jpg @dir lib/asterisk/modules -@dir %%DATADIR%%/sounds -@dir %%DATADIR%%/moh -@dir %%DATADIR%%/keys -@dir %%DATADIR%%/images -@dir %%DATADIR%%/firmware/iax @dir %%DATADIR%%/documentation/thirdparty +@dir %%DATADIR%%/firmware/iax +@dir %%DATADIR%%/images +@dir %%DATADIR%%/keys +@dir %%DATADIR%%/moh +@dir %%DATADIR%%/sounds +@dir %%DATADIR%%/third-party @owner %%ASTERISK_USER%% @group %%ASTERISK_GROUP%% @dir %%VARDIR%%/log/asterisk/cdr-csv From owner-svn-ports-all@freebsd.org Wed Mar 30 19:27:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4640BAE366E; Wed, 30 Mar 2016 19:27:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16EE01988; Wed, 30 Mar 2016 19:27:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UJRKoL070077; Wed, 30 Mar 2016 19:27:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UJRKVG070075; Wed, 30 Mar 2016 19:27:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603301927.u2UJRKVG070075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 19:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412189 - head/devel/chruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 19:27:21 -0000 Author: amdmi3 Date: Wed Mar 30 19:27:19 2016 New Revision: 412189 URL: https://svnweb.freebsd.org/changeset/ports/412189 Log: - Update to 0.3.9 PR: 208399 Submitted by: eric@erichanneken.com Approved by: ross@rosstimson.com (maintainer) Modified: head/devel/chruby/Makefile head/devel/chruby/distinfo Modified: head/devel/chruby/Makefile ============================================================================== --- head/devel/chruby/Makefile Wed Mar 30 19:08:07 2016 (r412188) +++ head/devel/chruby/Makefile Wed Mar 30 19:27:19 2016 (r412189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chruby -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 DISTVERSIONPREFIX= v CATEGORIES= devel ruby Modified: head/devel/chruby/distinfo ============================================================================== --- head/devel/chruby/distinfo Wed Mar 30 19:08:07 2016 (r412188) +++ head/devel/chruby/distinfo Wed Mar 30 19:27:19 2016 (r412189) @@ -1,2 +1,2 @@ -SHA256 (postmodern-chruby-v0.3.8_GH0.tar.gz) = d980872cf2cd047bc9dba78c4b72684c046e246c0fca5ea6509cae7b1ada63be -SIZE (postmodern-chruby-v0.3.8_GH0.tar.gz) = 30855 +SHA256 (postmodern-chruby-v0.3.9_GH0.tar.gz) = 7220a96e355b8a613929881c091ca85ec809153988d7d691299e0a16806b42fd +SIZE (postmodern-chruby-v0.3.9_GH0.tar.gz) = 20911 From owner-svn-ports-all@freebsd.org Wed Mar 30 19:30:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 834D4AE375C; Wed, 30 Mar 2016 19:30:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EC771B4A; Wed, 30 Mar 2016 19:30:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UJU73E070355; Wed, 30 Mar 2016 19:30:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UJU76S070352; Wed, 30 Mar 2016 19:30:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603301930.u2UJU76S070352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 19:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412190 - in head/devel/gitlab-shell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 19:30:08 -0000 Author: amdmi3 Date: Wed Mar 30 19:30:07 2016 New Revision: 412190 URL: https://svnweb.freebsd.org/changeset/ports/412190 Log: - Make hooks executable - Fix misused targets - Fix plist permissions and owners - Fix log file handling PR: 208135 Submitted by: xmj, amdmi3 Approved by: ports@toco-domains.de (maintainer) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/files/patch-config.yml.example head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Wed Mar 30 19:27:19 2016 (r412189) +++ head/devel/gitlab-shell/Makefile Wed Mar 30 19:30:07 2016 (r412190) @@ -3,6 +3,7 @@ PORTNAME= gitlab-shell PORTVERSION= 2.6.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ports.toco-domains.de/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -19,13 +20,12 @@ GROUPS= git NO_BUILD= yes NO_ARCH= yes -do-install: +post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample -post-install: - ${MKDIR} ${STAGEDIR}/var/log/ - ${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log - ${MKDIR} ${STAGEDIR}${DATADIR} +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell .include Modified: head/devel/gitlab-shell/files/patch-config.yml.example ============================================================================== --- head/devel/gitlab-shell/files/patch-config.yml.example Wed Mar 30 19:27:19 2016 (r412189) +++ head/devel/gitlab-shell/files/patch-config.yml.example Wed Mar 30 19:30:07 2016 (r412190) @@ -5,7 +5,7 @@ # Log file. # Default is gitlab-shell.log in the root directory. -# log_file: "/home/git/gitlab-shell/gitlab-shell.log" -+log_file: "/var/log/gitlab-shell.log" ++log_file: "/var/log/gitlab-shell/gitlab-shell.log" # Log level. INFO by default log_level: INFO Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Wed Mar 30 19:27:19 2016 (r412189) +++ head/devel/gitlab-shell/pkg-plist Wed Mar 30 19:30:07 2016 (r412190) @@ -10,16 +10,16 @@ %%DATADIR%%/LICENSE %%DATADIR%%/README.md %%DATADIR%%/VERSION -@(git,,555) %%DATADIR%%/bin/check -@(git,,555) %%DATADIR%%/bin/create-hooks -@(git,,555) %%DATADIR%%/bin/gitlab-keys -@(git,,555) %%DATADIR%%/bin/gitlab-projects -@(git,,555) %%DATADIR%%/bin/gitlab-shell -@(git,,555) %%DATADIR%%/bin/install +@(,,555) %%DATADIR%%/bin/check +@(,,555) %%DATADIR%%/bin/create-hooks +@(,,555) %%DATADIR%%/bin/gitlab-keys +@(,,555) %%DATADIR%%/bin/gitlab-projects +@(,,555) %%DATADIR%%/bin/gitlab-shell +@(,,555) %%DATADIR%%/bin/install @sample %%DATADIR%%/config.yml.sample -%%DATADIR%%/hooks/post-receive -%%DATADIR%%/hooks/pre-receive -%%DATADIR%%/hooks/update +@(,,555) %%DATADIR%%/hooks/post-receive +@(,,555) %%DATADIR%%/hooks/pre-receive +@(,,555) %%DATADIR%%/hooks/update %%DATADIR%%/lib/gitlab_access.rb %%DATADIR%%/lib/gitlab_access_status.rb %%DATADIR%%/lib/gitlab_config.rb @@ -55,11 +55,4 @@ %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml %%DATADIR%%/support/rewrite-hooks.sh %%DATADIR%%/support/truncate_repositories.sh -@(git,,664) /var/log/gitlab-shell.log -@dir %%DATADIR%%/bin -@dir %%DATADIR%%/hooks -@dir %%DATADIR%%/lib -@dir %%DATADIR%%/spec/vcr_cassettes -@dir %%DATADIR%%/spec -@dir %%DATADIR%%/support -@dir %%DATADIR%% +@dir(git,,755) /var/log/gitlab-shell From owner-svn-ports-all@freebsd.org Wed Mar 30 19:35:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 573F9AE38E3; Wed, 30 Mar 2016 19:35:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F2210A6; Wed, 30 Mar 2016 19:35:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UJZ82G073258; Wed, 30 Mar 2016 19:35:08 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UJZ8cQ073255; Wed, 30 Mar 2016 19:35:08 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603301935.u2UJZ8cQ073255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 30 Mar 2016 19:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412191 - in head/net: asterisk11 asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 19:35:09 -0000 Author: madpilot Date: Wed Mar 30 19:35:07 2016 New Revision: 412191 URL: https://svnweb.freebsd.org/changeset/ports/412191 Log: Make asterisk11 and asterisk13 build on armv6 by adapting the default options. No change for other architectures. Modified: head/net/asterisk11/Makefile head/net/asterisk13/Makefile Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Wed Mar 30 19:30:07 2016 (r412190) +++ head/net/asterisk11/Makefile Wed Mar 30 19:35:07 2016 (r412191) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} -ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 +ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 USES= bison cpe gmake iconv localbase ncurses shebangfix sqlite USE_CSTD= gnu89 @@ -52,17 +52,19 @@ CONFLICTS_INSTALL= asterisk*-1.8* asteri OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ MP3PLAYER OOH323 RADIUS SNMP SPANDSP SRTP \ SYSINFO UUID XMPP -OPTIONS_DEFAULT= BACKTRACE CURL FREETDS GCC GSM LUA MP3PLAYER \ +OPTIONS_DEFAULT= BACKTRACE CURL FREETDS GSM LUA MP3PLAYER \ NEWT ODBC PGSQL RADIUS SNMP SPANDSP SPEEX \ - SQLITE2 UUID VORBIS XMPP + SQLITE2 UUID VORBIS OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI -OPTIONS_DEFAULT_i386= DAHDI -OPTIONS_DEFAULT_amd64= DAHDI -OPTIONS_DEFAULT_sparc64= DAHDI +OPTIONS_DEFAULT_i386= DAHDI GCC XMPP +OPTIONS_DEFAULT_amd64= DAHDI GCC XMPP +OPTIONS_DEFAULT_sparc64= DAHDI GCC XMPP +OPTIONS_DEFAULT_powerpc= GCC XMPP +OPTIONS_DEFAULT_armv6= BASE OPTIONS_GROUP= CODECS OPTIONS_GROUP_CODECS= GSM NEWG711 SPEEX VORBIS Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed Mar 30 19:30:07 2016 (r412190) +++ head/net/asterisk13/Makefile Wed Mar 30 19:35:07 2016 (r412191) @@ -21,7 +21,7 @@ LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} -ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 +ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 USES= bison cpe gmake iconv localbase ncurses shebangfix sqlite USE_CSTD= gnu89 @@ -58,17 +58,18 @@ CONFLICTS_INSTALL= asterisk*-1.8* asteri OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ MP3PLAYER OOH323 PJSIP PORTAUDIO RADIUS SNMP \ SPANDSP SRTP SYSINFO XMPP -OPTIONS_DEFAULT= CURL FREETDS GCC GSM LUA MP3PLAYER NEWT ODBC PGSQL PJSIP \ - PORTAUDIO RADIUS SNMP SPANDSP SPEEX SQLITE2 VORBIS \ - XMPP +OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC PGSQL PJSIP \ + PORTAUDIO RADIUS SNMP SPANDSP SPEEX SQLITE2 VORBIS OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI -OPTIONS_DEFAULT_i386= DAHDI -OPTIONS_DEFAULT_amd64= DAHDI -OPTIONS_DEFAULT_sparc64= DAHDI +OPTIONS_DEFAULT_i386= DAHDI GCC XMPP +OPTIONS_DEFAULT_amd64= DAHDI GCC XMPP +OPTIONS_DEFAULT_sparc64= DAHDI GCC XMPP +OPTIONS_DEFAULT_powerpc= GCC XMPP +OPTIONS_DEFAULT_armv6= BASE OPTIONS_GROUP= CODECS OPTIONS_GROUP_CODECS= GSM NEWG711 SPEEX VORBIS From owner-svn-ports-all@freebsd.org Wed Mar 30 19:35:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1495FAE3917; Wed, 30 Mar 2016 19:35:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D647B118D; Wed, 30 Mar 2016 19:35:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UJZpLv073392; Wed, 30 Mar 2016 19:35:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UJZpxR073390; Wed, 30 Mar 2016 19:35:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603301935.u2UJZpxR073390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 30 Mar 2016 19:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412192 - head/net-p2p/btsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 19:35:53 -0000 Author: pi Date: Wed Mar 30 19:35:51 2016 New Revision: 412192 URL: https://svnweb.freebsd.org/changeset/ports/412192 Log: net-p2p/btsync: 2.3.1 -> 2.3.6 - bug fixes PR: 208129 Submitted by: joshruehlig@gmail.com (maintainer) Modified: head/net-p2p/btsync/Makefile head/net-p2p/btsync/distinfo Modified: head/net-p2p/btsync/Makefile ============================================================================== --- head/net-p2p/btsync/Makefile Wed Mar 30 19:35:07 2016 (r412191) +++ head/net-p2p/btsync/Makefile Wed Mar 30 19:35:51 2016 (r412192) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= btsync -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.6 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ Modified: head/net-p2p/btsync/distinfo ============================================================================== --- head/net-p2p/btsync/distinfo Wed Mar 30 19:35:07 2016 (r412191) +++ head/net-p2p/btsync/distinfo Wed Mar 30 19:35:51 2016 (r412192) @@ -1,4 +1,4 @@ -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 80a5d004fc2ebdad01287e58cf61d985c1fc9cb9297c76ad99c72f12c820fca3 -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5706344 -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = fda7ecf16c5eb22a399daeb8d6d9fd27deebe9c9804779305d309bb82680ffc0 -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5870943 +SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = d32c2cb7c5321b6adab72a0c9d4ad21acd667f78297801a6dcb2862bc05ce5f1 +SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5873818 +SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 9d8a6acec7e08b6d8c3b5ff7c9d4a8eac163ea1354ed11e6e52daccf73b69759 +SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5708391 From owner-svn-ports-all@freebsd.org Wed Mar 30 20:00:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B94AE3E81; Wed, 30 Mar 2016 20:00:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 791001C0E; Wed, 30 Mar 2016 20:00:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UK0Rb7079683; Wed, 30 Mar 2016 20:00:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UK0RSM079679; Wed, 30 Mar 2016 20:00:27 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603302000.u2UK0RSM079679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 30 Mar 2016 20:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412193 - in head: Mk databases databases/qt5-sql databases/qt5-sqldrivers-tds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 20:00:28 -0000 Author: rakuco Date: Wed Mar 30 20:00:27 2016 New Revision: 412193 URL: https://svnweb.freebsd.org/changeset/ports/412193 Log: New port: databases/qt5-sqldrivers-tds. This is a new SQL plugin, released with Qt 5.5, and can be used with databases/freetds. Submitted by: Ralf Nolden Added: head/databases/qt5-sqldrivers-tds/ head/databases/qt5-sqldrivers-tds/Makefile (contents, props changed) Modified: head/Mk/bsd.qt.mk head/databases/Makefile head/databases/qt5-sql/pkg-message Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Wed Mar 30 19:35:51 2016 (r412192) +++ head/Mk/bsd.qt.mk Wed Mar 30 20:00:27 2016 (r412193) @@ -314,8 +314,8 @@ _USE_QT4_ONLY= accessible assistant-adp _USE_QT5_ONLY= 3d buildtools canvas3d concurrent connectivity core \ enginio graphicaleffects location paths phonon4 \ printsupport qdbus qdoc qev qml quick quickcontrols \ - sensors serialport uiplugin uitools webchannel websockets \ - widgets x11extras + sensors serialport sql-tds uiplugin uitools webchannel \ + websockets widgets x11extras 3d_PORT= graphics/${_QT_RELNAME}-3d 3d_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}3DCore.so @@ -523,7 +523,7 @@ sql-sqlite2_PORT= databases/${_QT_RELNAM sql-sqlite3_PATH= ${QT_PLUGINDIR}/sqldrivers/libqsqlite.so -.for db in ibase mysql odbc pgsql sqlite2 sqlite3 +.for db in ibase mysql odbc pgsql sqlite2 sqlite3 tds .if ${_QT_VERSION:M4*} sql-${db}_PORT?= databases/${_QT_RELNAME}-${db}-plugin .else Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Mar 30 19:35:51 2016 (r412192) +++ head/databases/Makefile Wed Mar 30 20:00:27 2016 (r412193) @@ -818,6 +818,7 @@ SUBDIR += qt5-sqldrivers-pgsql SUBDIR += qt5-sqldrivers-sqlite2 SUBDIR += qt5-sqldrivers-sqlite3 + SUBDIR += qt5-sqldrivers-tds SUBDIR += rdb SUBDIR += rdfdb SUBDIR += recutils Modified: head/databases/qt5-sql/pkg-message ============================================================================== --- head/databases/qt5-sql/pkg-message Wed Mar 30 19:35:51 2016 (r412192) +++ head/databases/qt5-sql/pkg-message Wed Mar 30 20:00:27 2016 (r412193) @@ -8,5 +8,6 @@ following plugin ports are available: - databases/qt5-sqldrivers-pgsql PostgreSQL - databases/qt5-sqldrivers-sqlite2 SQLite 2 - databases/qt5-sqldrivers-sqlite3 SQLite 3 + - databases/qt5-sqldrivers-tds FreeTDS ====================================================================== Added: head/databases/qt5-sqldrivers-tds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/qt5-sqldrivers-tds/Makefile Wed Mar 30 20:00:27 2016 (r412193) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +DB= TDS +DB_DESC= TDS Database Connectivity + +LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds + +.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers" From owner-svn-ports-all@freebsd.org Wed Mar 30 20:34:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE3BAE35AD; Wed, 30 Mar 2016 20:34:43 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA311BEB; Wed, 30 Mar 2016 20:34:43 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UKYgq0091424; Wed, 30 Mar 2016 20:34:42 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UKYgo1091420; Wed, 30 Mar 2016 20:34:42 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603302034.u2UKYgo1091420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 30 Mar 2016 20:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412194 - in head/multimedia: audacious audacious-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 20:34:43 -0000 Author: olivierd Date: Wed Mar 30 20:34:42 2016 New Revision: 412194 URL: https://svnweb.freebsd.org/changeset/ports/412194 Log: - Update to 3.7.2 - Hide (temporarily) QT5 option, because Audacious crashes too often with this toolkit Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo head/multimedia/audacious/Makefile head/multimedia/audacious/distinfo Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Wed Mar 30 20:00:27 2016 (r412193) +++ head/multimedia/audacious-plugins/Makefile Wed Mar 30 20:34:42 2016 (r412194) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -25,6 +24,7 @@ CONFIGURE_ARGS+=--disable-console --disa OPTIONS_MULTI= TOOLKITS OPTIONS_MULTI_TOOLKITS= GTK2 QT5 +OPTIONS_EXCLUDE= QT5 OPTIONS_DEFINE= AAC ALSA AMIDI AOSD AOSDXCOMP BS2B CDDA CUE DBUS FFMPEG \ FLAC JACK LAME LIRC MP3 MMS MODPLUG MPRIS NEON NLS NOTIFY \ OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Wed Mar 30 20:00:27 2016 (r412193) +++ head/multimedia/audacious-plugins/distinfo Wed Mar 30 20:34:42 2016 (r412194) @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-3.7.1.tar.bz2) = 228a384f26afb000099166776d3454539956aa00fde90dcb4612ce8910ed4116 -SIZE (audacious-plugins-3.7.1.tar.bz2) = 1838045 +SHA256 (audacious-plugins-3.7.2.tar.bz2) = fcf7488f01781c8f51e0af5cabacdd582b22537a0085f26aa5ca636373f8e1ff +SIZE (audacious-plugins-3.7.2.tar.bz2) = 1839881 Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Wed Mar 30 20:00:27 2016 (r412193) +++ head/multimedia/audacious/Makefile Wed Mar 30 20:34:42 2016 (r412194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-pkgconfigdir=${PR OPTIONS_MULTI= TOOLKITS OPTIONS_MULTI_TOOLKITS= GTK2 QT5 +OPTIONS_EXCLUDE= QT5 OPTIONS_DEFINE= DBUS ICONV NLS EXECINFO OPTIONS_DEFAULT=DBUS GTK2 ICONV NLS EXECINFO DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib Modified: head/multimedia/audacious/distinfo ============================================================================== --- head/multimedia/audacious/distinfo Wed Mar 30 20:00:27 2016 (r412193) +++ head/multimedia/audacious/distinfo Wed Mar 30 20:34:42 2016 (r412194) @@ -1,2 +1,2 @@ -SHA256 (audacious-3.7.1.tar.bz2) = c8366870aea21d5f4a5a282dee45fba99390e4e3d5164cd119e343f79e9ecbbf -SIZE (audacious-3.7.1.tar.bz2) = 571450 +SHA256 (audacious-3.7.2.tar.bz2) = 04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340 +SIZE (audacious-3.7.2.tar.bz2) = 572437 From owner-svn-ports-all@freebsd.org Wed Mar 30 20:54:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8103CAE38FC; Wed, 30 Mar 2016 20:54:35 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587761337; Wed, 30 Mar 2016 20:54:35 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UKsYfc097536; Wed, 30 Mar 2016 20:54:34 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UKsY2T097531; Wed, 30 Mar 2016 20:54:34 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603302054.u2UKsY2T097531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 20:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412195 - in head/devel: . p5-MooseX-Meta-TypeConstraint-Mooish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 20:54:35 -0000 Author: lth Date: Wed Mar 30 20:54:33 2016 New Revision: 412195 URL: https://svnweb.freebsd.org/changeset/ports/412195 Log: Add p5-MooseX-Meta-TypeConstraint-Mooish 0.001, translate Moo-style constraints to Moose-style. Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 30 20:34:42 2016 (r412194) +++ head/devel/Makefile Wed Mar 30 20:54:33 2016 (r412195) @@ -2724,6 +2724,7 @@ SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion + SUBDIR += p5-MooseX-Meta-TypeConstraint-Mooish SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= MooseX-Meta-TypeConstraint-Mooish +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Translate Moo-style constraints to Moose-style + +LICENSE= LGPL21 + +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-namespace-autoclean>=0.24:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-CheckDeps>=0.010:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Moose-More>=0.028:${PORTSDIR}/devel/p5-Test-Moose-More \ + p5-aliased>=0:${PORTSDIR}/devel/p5-aliased + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,2 @@ +SHA256 (MooseX-Meta-TypeConstraint-Mooish-0.001.tar.gz) = 48ce292333c4f151aead6b087cc0f82139fb003d7785dc4ad8b1181c692067ca +SIZE (MooseX-Meta-TypeConstraint-Mooish-0.001.tar.gz) = 25545 Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,8 @@ +Moose type constraints are expected to return true if the value +passes the constraint, and false otherwise; Moo "constraints", on +the other hand, die if validation fails. + +This metaclass allows for Moo-style constraints; it will wrap them +and translate their Moo into a dialect Moose understands. + +WWW: https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/MooseX/Meta/TypeConstraint/Mooish.pm +%%SITE_PERL%%/MooseX/TraitFor/Meta/TypeConstraint/Mooish.pm +%%PERL5_MAN3%%/MooseX::Meta::TypeConstraint::Mooish.3.gz +%%PERL5_MAN3%%/MooseX::TraitFor::Meta::TypeConstraint::Mooish.3.gz From owner-svn-ports-all@freebsd.org Wed Mar 30 21:23:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDFD7AE3E68; Wed, 30 Mar 2016 21:23:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9781FFC; Wed, 30 Mar 2016 21:23:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2ULNJgg006755; Wed, 30 Mar 2016 21:23:19 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2ULNJa3006753; Wed, 30 Mar 2016 21:23:19 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201603302123.u2ULNJa3006753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 30 Mar 2016 21:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412196 - in head/devel/llvm37: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 21:23:20 -0000 Author: brooks Date: Wed Mar 30 21:23:19 2016 New Revision: 412196 URL: https://svnweb.freebsd.org/changeset/ports/412196 Log: Apply upstream llvm r243590 Koop Mast reported that on FreeBSD 10.1-R i386, devel/libclc gets a build error, when its 'prepare-builtins' segfaults. It turns out this is due to a stack overflow, when recursively sorting an internal list. Upstream, this was changed to an iterative operation, to prevent stack overflow in some cases, here: http://reviews.llvm.org/rL243590 ------------------------------------------------------------------------ r243590 | matze | 2015-07-30 01:22:48 +0200 (Thu, 30 Jul 2015) | 9 lines IR: Implement Value::mergeUseLists() iteratively This avoids stack overflows when the the compiler does not perform tail call elimination. Apparently this happens for MSVC with the /Ob2 switch which may be used by external code including this header. Reported by and based on a patch from Jean-Francois Riendeau. Related to rdar://21900756 ------------------------------------------------------------------------ I have verified this allows devel/libclc to build successfully on 10.1-R. PR: 208403 Submitted by: dim Added: head/devel/llvm37/files/patch-llvm-svn-243590 (contents, props changed) Modified: head/devel/llvm37/Makefile Modified: head/devel/llvm37/Makefile ============================================================================== --- head/devel/llvm37/Makefile Wed Mar 30 20:54:33 2016 (r412195) +++ head/devel/llvm37/Makefile Wed Mar 30 21:23:19 2016 (r412196) @@ -2,6 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.7.1 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -426,5 +427,16 @@ svn-patch-lldb: svn diff -c ${PATCH_REV} ${_LLVM_BASE} | \ sed -E -e 's;^(---|\+\+\+) ;\1 tools/lldb/;' >> ${_PATCH_FILE} .endif +.if make(svn-patch-llvm) +.if !defined(PATCH_REV) +.error svn-patch-llvm requires that PATCH_REV be set +.endif +_PATCH_FILE=${FILESDIR}/patch-llvm-svn-${PATCH_REV} +_LLVM_BASE=http://llvm.org/svn/llvm-project/llvm/trunk +svn-patch-llvm: + svn log -c ${PATCH_REV} ${_LLVM_BASE} >> ${_PATCH_FILE} + svn diff -c ${PATCH_REV} ${_LLVM_BASE} >> ${_PATCH_FILE} +.endif + .include Added: head/devel/llvm37/files/patch-llvm-svn-243590 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm37/files/patch-llvm-svn-243590 Wed Mar 30 21:23:19 2016 (r412196) @@ -0,0 +1,73 @@ +------------------------------------------------------------------------ +r243590 | matze | 2015-07-29 23:22:48 +0000 (Wed, 29 Jul 2015) | 9 lines + +IR: Implement Value::mergeUseLists() iteratively + +This avoids stack overflows when the the compiler does not perform tail call +elimination. Apparently this happens for MSVC with the /Ob2 switch which +may be used by external code including this header. + +Reported by and based on a patch from Jean-Francois Riendeau. + +Related to rdar://21900756 +------------------------------------------------------------------------ +Index: include/llvm/IR/Value.h +=================================================================== +--- include/llvm/IR/Value.h (revision 243589) ++++ include/llvm/IR/Value.h (revision 243590) +@@ -493,7 +493,28 @@ + template + static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) { + Use *Merged; +- mergeUseListsImpl(L, R, &Merged, Cmp); ++ Use **Next = &Merged; ++ ++ for (;;) { ++ if (!L) { ++ *Next = R; ++ break; ++ } ++ if (!R) { ++ *Next = L; ++ break; ++ } ++ if (Cmp(*R, *L)) { ++ *Next = R; ++ Next = &R->Next; ++ R = R->Next; ++ } else { ++ *Next = L; ++ Next = &L->Next; ++ L = L->Next; ++ } ++ } ++ + return Merged; + } + +@@ -586,25 +607,6 @@ + } + } + +-template +-void Value::mergeUseListsImpl(Use *L, Use *R, Use **Next, Compare Cmp) { +- if (!L) { +- *Next = R; +- return; +- } +- if (!R) { +- *Next = L; +- return; +- } +- if (Cmp(*R, *L)) { +- *Next = R; +- mergeUseListsImpl(L, R->Next, &R->Next, Cmp); +- return; +- } +- *Next = L; +- mergeUseListsImpl(L->Next, R, &L->Next, Cmp); +-} +- + // isa - Provide some specializations of isa so that we don't have to include + // the subtype header files to test to see if the value is a subclass... + // From owner-svn-ports-all@freebsd.org Wed Mar 30 23:29:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D755DAE3A07; Wed, 30 Mar 2016 23:29:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A980717E0; Wed, 30 Mar 2016 23:29:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UNTOkf042896; Wed, 30 Mar 2016 23:29:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UNTOg3042894; Wed, 30 Mar 2016 23:29:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603302329.u2UNTOg3042894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 23:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412197 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 23:29:25 -0000 Author: amdmi3 Date: Wed Mar 30 23:29:24 2016 New Revision: 412197 URL: https://svnweb.freebsd.org/changeset/ports/412197 Log: - Update to 3.0.5911 PR: 208349 Submitted by: woodsb02@gmail.com (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Wed Mar 30 21:23:19 2016 (r412196) +++ head/multimedia/emby-server/Makefile Wed Mar 30 23:29:24 2016 (r412197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5910 +PORTVERSION= 3.0.5911 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Wed Mar 30 21:23:19 2016 (r412196) +++ head/multimedia/emby-server/distinfo Wed Mar 30 23:29:24 2016 (r412197) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5910_GH0.tar.gz) = 9b4bbecd8259480ff36bfb17a831d20d5ec493d38ecb964261aa386ef13c17a8 -SIZE (MediaBrowser-Emby-3.0.5910_GH0.tar.gz) = 48031719 +SHA256 (MediaBrowser-Emby-3.0.5911_GH0.tar.gz) = 1a4b4ad69473d2f8120079ecf045ba350c9867604c72978763100e7a1d8d57e9 +SIZE (MediaBrowser-Emby-3.0.5911_GH0.tar.gz) = 48032005 From owner-svn-ports-all@freebsd.org Thu Mar 31 00:50:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAA79AE3EF7; Thu, 31 Mar 2016 00:50:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82A041E0E; Thu, 31 Mar 2016 00:50:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V0o5rk066869; Thu, 31 Mar 2016 00:50:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V0o5px066865; Thu, 31 Mar 2016 00:50:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603310050.u2V0o5px066865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 31 Mar 2016 00:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412198 - in head/devel: onscripter onscripter-1byte X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 00:50:06 -0000 Author: jbeich Date: Thu Mar 31 00:50:05 2016 New Revision: 412198 URL: https://svnweb.freebsd.org/changeset/ports/412198 Log: devel/onscripter: update to 20160327 Modified: head/devel/onscripter-1byte/pkg-descr (contents, props changed) head/devel/onscripter/Makefile (contents, props changed) head/devel/onscripter/distinfo (contents, props changed) head/devel/onscripter/pkg-descr (contents, props changed) Modified: head/devel/onscripter-1byte/pkg-descr ============================================================================== --- head/devel/onscripter-1byte/pkg-descr Wed Mar 30 23:29:24 2016 (r412197) +++ head/devel/onscripter-1byte/pkg-descr Thu Mar 31 00:50:05 2016 (r412198) @@ -3,4 +3,4 @@ perform visual novels. This package provides 1-byte version which is able to run English games. -WWW: http://onscripter.sourceforge.jp/onscripter.html +WWW: https://onscripter.osdn.jp/onscripter.html Modified: head/devel/onscripter/Makefile ============================================================================== --- head/devel/onscripter/Makefile Wed Mar 30 23:29:24 2016 (r412197) +++ head/devel/onscripter/Makefile Thu Mar 31 00:50:05 2016 (r412198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= onscripter -PORTVERSION= 20150820 +PORTVERSION= 20160327 CATEGORIES= devel games MASTER_SITES= http://onscripter.sourceforge.jp/ @@ -41,8 +41,6 @@ UTF8_CFLAGS?= -DUTF8_CAPTION -DUTF8_FILE post-patch: @${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \ ${WRKSRC}/Makefile.onscripter - @${REINPLACE_CMD} -e 's/luaL_checkint/(int)&eger/' \ - ${WRKSRC}/LUAHandler.cpp post-patch-LUA-off: @${REINPLACE_CMD} '/optional: lua/,/^$$/d' ${WRKSRC}/${MAKEFILE} Modified: head/devel/onscripter/distinfo ============================================================================== --- head/devel/onscripter/distinfo Wed Mar 30 23:29:24 2016 (r412197) +++ head/devel/onscripter/distinfo Thu Mar 31 00:50:05 2016 (r412198) @@ -1,2 +1,2 @@ -SHA256 (onscripter-20150820.tar.gz) = 5bbf4d393c9d0874670c22f897ade93c83b4b47d0d70ae0423bf0a8acdeaf56f -SIZE (onscripter-20150820.tar.gz) = 236933 +SHA256 (onscripter-20160327.tar.gz) = 1a852515feda20eee2447dd737478d86b90d99591d415bbffe9152f18acfd47e +SIZE (onscripter-20160327.tar.gz) = 236910 Modified: head/devel/onscripter/pkg-descr ============================================================================== --- head/devel/onscripter/pkg-descr Wed Mar 30 23:29:24 2016 (r412197) +++ head/devel/onscripter/pkg-descr Thu Mar 31 00:50:05 2016 (r412198) @@ -3,4 +3,4 @@ perform visual novels. This package provides the version to run Japanese games. -WWW: http://onscripter.sourceforge.jp/onscripter.html +WWW: https://onscripter.osdn.jp/onscripter.html From owner-svn-ports-all@freebsd.org Thu Mar 31 01:00:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9716AE11FA; Thu, 31 Mar 2016 01:00:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 892631437; Thu, 31 Mar 2016 01:00:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V10btB069955; Thu, 31 Mar 2016 01:00:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V10be3069954; Thu, 31 Mar 2016 01:00:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603310100.u2V10be3069954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 31 Mar 2016 01:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412199 - head/devel/onscripter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 01:00:38 -0000 Author: jbeich Date: Thu Mar 31 01:00:37 2016 New Revision: 412199 URL: https://svnweb.freebsd.org/changeset/ports/412199 Log: devel/onscripter: oops, avoid 301 redirect during fetch Modified: head/devel/onscripter/Makefile (contents, props changed) Modified: head/devel/onscripter/Makefile ============================================================================== --- head/devel/onscripter/Makefile Thu Mar 31 00:50:05 2016 (r412198) +++ head/devel/onscripter/Makefile Thu Mar 31 01:00:37 2016 (r412199) @@ -3,7 +3,7 @@ PORTNAME= onscripter PORTVERSION= 20160327 CATEGORIES= devel games -MASTER_SITES= http://onscripter.sourceforge.jp/ +MASTER_SITES= http://onscripter.osdn.jp/ MAINTAINER= jbeich@FreeBSD.org COMMENT?= Visual novel engine compatible with NScripter From owner-svn-ports-all@freebsd.org Thu Mar 31 02:27:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95FE0AE2C7B; Thu, 31 Mar 2016 02:27:08 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 660CB1668; Thu, 31 Mar 2016 02:27:08 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V2R74e096602; Thu, 31 Mar 2016 02:27:07 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V2R7h8096601; Thu, 31 Mar 2016 02:27:07 GMT (envelope-from db@FreeBSD.org) Message-Id: <201603310227.u2V2R7h8096601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 31 Mar 2016 02:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412200 - head/comms/sdr-wspr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 02:27:08 -0000 Author: db Date: Thu Mar 31 02:27:07 2016 New Revision: 412200 URL: https://svnweb.freebsd.org/changeset/ports/412200 Log: Missed a webkit in USE_QT5 mea culpa Reviewed by: jeff@baitis.net Approved by: jeff@baitis.net Modified: head/comms/sdr-wspr/Makefile Modified: head/comms/sdr-wspr/Makefile ============================================================================== --- head/comms/sdr-wspr/Makefile Thu Mar 31 01:00:37 2016 (r412199) +++ head/comms/sdr-wspr/Makefile Thu Mar 31 02:27:07 2016 (r412200) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= hmatuschek GH_PROJECT= sdr-wspr GH_TAGNAME= 2dc1452 -USE_QT5= core buildtools_build qmake widgets +USE_QT5= core buildtools_build qmake webkit widgets USES= cmake:outsource compiler:gcc-c++11-lib fortran pkgconfig PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \ From owner-svn-ports-all@freebsd.org Thu Mar 31 04:14:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0476DAE3788; Thu, 31 Mar 2016 04:14:35 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C902D133B; Thu, 31 Mar 2016 04:14:34 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V4EXPG029571; Thu, 31 Mar 2016 04:14:33 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V4EXgd029570; Thu, 31 Mar 2016 04:14:33 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201603310414.u2V4EXgd029570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 31 Mar 2016 04:14:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412201 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 04:14:35 -0000 Author: dinoex Date: Thu Mar 31 04:14:33 2016 New Revision: 412201 URL: https://svnweb.freebsd.org/changeset/ports/412201 Log: - remove PKG_DBDIR Modified: head/Mk/bsd.openssl.mk Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Thu Mar 31 02:27:07 2016 (r412200) +++ head/Mk/bsd.openssl.mk Thu Mar 31 04:14:33 2016 (r412201) @@ -87,7 +87,6 @@ OPENSSLBASE= ${LOCALBASE} .if !defined(OPENSSL_PORT) && \ exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) # find installed port and use it for dependency -PKG_DBDIR?= ${DESTDIR}/var/db/pkg .if !defined(OPENSSL_INSTALLED) .if defined(DESTDIR) PKGARGS= -c ${DESTDIR} @@ -100,8 +99,6 @@ OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS OPENSSL_PORT= ${OPENSSL_INSTALLED} OPENSSL_SHLIBFILE!= ${PKG_INFO} -ql ${OPENSSL_INSTALLED} | ${GREP} "^`${PKG_QUERY} "%p" ${OPENSSL_INSTALLED}`/lib/libcrypto.so.[0-9]*$$" OPENSSL_SHLIBVER?= ${OPENSSL_SHLIBFILE:E} -.else -# PKG_DBDIR was not found .endif .endif From owner-svn-ports-all@freebsd.org Thu Mar 31 05:03:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF90AE45B2; Thu, 31 Mar 2016 05:03:29 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE9511B38; Thu, 31 Mar 2016 05:03:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V53Sdb044313; Thu, 31 Mar 2016 05:03:28 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V53SNf044312; Thu, 31 Mar 2016 05:03:28 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603310503.u2V53SNf044312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Thu, 31 Mar 2016 05:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412202 - head/textproc/p5-Pod-Spell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 05:03:29 -0000 Author: lth Date: Thu Mar 31 05:03:27 2016 New Revision: 412202 URL: https://svnweb.freebsd.org/changeset/ports/412202 Log: - add missing dependency Prompted by: pkg-fallout Modified: head/textproc/p5-Pod-Spell/Makefile Modified: head/textproc/p5-Pod-Spell/Makefile ============================================================================== --- head/textproc/p5-Pod-Spell/Makefile Thu Mar 31 04:14:33 2016 (r412201) +++ head/textproc/p5-Pod-Spell/Makefile Thu Mar 31 05:03:27 2016 (r412202) @@ -2,6 +2,7 @@ PORTNAME= Pod-Spell PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +14,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ p5-File-ShareDir-ProjectDistDir>=1.000:${PORTSDIR}/devel/p5-File-ShareDir-ProjectDistDir \ + devel/p5-File-ShareDir-Install>=0.06:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@freebsd.org Thu Mar 31 05:22:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0670AAE4906; Thu, 31 Mar 2016 05:22:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C82AB11BD; Thu, 31 Mar 2016 05:22:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V5MBs2048476; Thu, 31 Mar 2016 05:22:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V5MBSF048463; Thu, 31 Mar 2016 05:22:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603310522.u2V5MBSF048463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 05:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412203 - head/net-p2p/btsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 05:22:13 -0000 Author: pi Date: Thu Mar 31 05:22:11 2016 New Revision: 412203 URL: https://svnweb.freebsd.org/changeset/ports/412203 Log: net-p2p/btsync: fix distinfo The filename for the download doesn't change between versions 'make makesum' will give you the size/checksum of old versions of the distfiles unless you clean them out first. PR: 208129 Submitted by: joshruehlig@gmail.com (maintainer) Modified: head/net-p2p/btsync/distinfo Modified: head/net-p2p/btsync/distinfo ============================================================================== --- head/net-p2p/btsync/distinfo Thu Mar 31 05:03:27 2016 (r412202) +++ head/net-p2p/btsync/distinfo Thu Mar 31 05:22:11 2016 (r412203) @@ -1,4 +1,4 @@ -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = d32c2cb7c5321b6adab72a0c9d4ad21acd667f78297801a6dcb2862bc05ce5f1 -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5873818 -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 9d8a6acec7e08b6d8c3b5ff7c9d4a8eac163ea1354ed11e6e52daccf73b69759 -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5708391 +SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 81a8607ac13d952f7d109cae7c2d3774715b8f2c6f83b16f17bd51262230f6cf +SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5709904 +SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = b5ee67415610a6e1d49ceb9463a25fa1fa039a2ffd12660135daca93d10605f1 +SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5875003 From owner-svn-ports-all@freebsd.org Thu Mar 31 06:16:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E51DAE2373; Thu, 31 Mar 2016 06:16:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1F73187E; Thu, 31 Mar 2016 06:16:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V6GnwJ065433; Thu, 31 Mar 2016 06:16:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V6Gnqx065430; Thu, 31 Mar 2016 06:16:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603310616.u2V6Gnqx065430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 31 Mar 2016 06:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412204 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 06:16:50 -0000 Author: wen Date: Thu Mar 31 06:16:48 2016 New Revision: 412204 URL: https://svnweb.freebsd.org/changeset/ports/412204 Log: - Update from 2.14.0 to 2.14.1 - Use only Python 2.x - Adjust Python scripts to correct Python version - Remove some .py.bak files - Tweak icons usage PR: 208318 Submitted by: rhurlin@gwdg.de(maintainer) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Thu Mar 31 05:22:11 2016 (r412203) +++ head/graphics/qgis/Makefile Thu Mar 31 06:16:48 2016 (r412204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qgis -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -23,9 +23,9 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= 654fabd +GH_TAGNAME= ea85bef -USES= cpe bison cmake desktop-file-utils execinfo fortran gmake python sqlite +USES= cpe bison cmake desktop-file-utils execinfo fortran gmake python:2 sqlite USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build @@ -106,6 +106,8 @@ SERVER_LIB_DEPENDS= libfcgi.so:${PORTSDI SERVER_CMAKE_ON= -DWITH_SERVER:BOOL=TRUE SERVER_CMAKE_OFF= -DWITH_SERVER:BOOL=FALSE +INSTALLS_ICONS= yes + .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 @@ -136,12 +138,29 @@ pre-patch: .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' ${WRKSRC}/debian/${PORTNAME}.desktop - @${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' ${WRKSRC}/debian/${PORTNAME}.desktop + @${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' \ + ${WRKSRC}/debian/${PORTNAME}.desktop + @${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' \ + ${WRKSRC}/debian/${PORTNAME}.desktop + @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_VERSION}|g' \ + ${WRKSRC}/python/ext-libs/pygments/util.py \ + ${WRKSRC}/python/ext-libs/pytz/tzfile.py \ + ${WRKSRC}/scripts/generate_test_mask_image.py \ + ${WRKSRC}/scripts/random_vector.py \ + ${WRKSRC}/scripts/widgets_tree.py \ + ${WRKSRC}/src/plugins/grass/qgis_grass_test.py \ + ${WRKSRC}/src/plugins/grass/scripts/qgis.v.kernel.rast.py \ + ${WRKSRC}/src/plugins/grass/scripts/v.out.ogr.pg.py \ + ${WRKSRC}/src/plugins/grass/scripts/qgis.v.upgrade.py \ + ${WRKSRC}/src/plugins/grass/scripts/r.external.all.py \ + ${WRKSRC}/src/plugins/grass/scripts/db.connect-login.pg.py post-install: + ${RM} ${STAGEDIR}${DATADIR}/python/pygments/util.py.bak + ${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ + ${STAGEDIR}${PREFIX}/share/applications/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor .for SZ in ${ICON_SIZES} Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Thu Mar 31 05:22:11 2016 (r412203) +++ head/graphics/qgis/distinfo Thu Mar 31 06:16:48 2016 (r412204) @@ -1,2 +1,2 @@ -SHA256 (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = b60e168cc14f279d9d6e4376e1e4906aaf684f3a66f827e69aed29502bc6efbd -SIZE (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = 89968339 +SHA256 (qgis-QGIS-2.14.1-ea85bef_GH0.tar.gz) = 268ab9736c8953b9e9758c492d348bfa254000cdeba8bc907aa6806ea2c52368 +SIZE (qgis-QGIS-2.14.1-ea85bef_GH0.tar.gz) = 87768282 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Thu Mar 31 05:22:11 2016 (r412203) +++ head/graphics/qgis/pkg-plist Thu Mar 31 06:16:48 2016 (r412204) @@ -406,6 +406,7 @@ include/qgis/qgsmultibandcolorrendererwi include/qgis/qgsmultirenderchecker.h include/qgis/qgsnetworkaccessmanager.h include/qgis/qgsnetworkcontentfetcher.h +include/qgis/qgsnetworkdiskcache.h include/qgis/qgsnetworkreplyparser.h include/qgis/qgsnewhttpconnection.h include/qgis/qgsnewmemorylayerdialog.h @@ -656,21 +657,21 @@ include/qgis/ui_qgsprojectionselectorbas include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssublayersdialogbase.h lib/libqgis_analysis.so -lib/libqgis_analysis.so.2.14.0 +lib/libqgis_analysis.so.2.14.1 lib/libqgis_app.so -lib/libqgis_app.so.2.14.0 +lib/libqgis_app.so.2.14.1 lib/libqgis_core.so -lib/libqgis_core.so.2.14.0 +lib/libqgis_core.so.2.14.1 lib/libqgis_gui.so -lib/libqgis_gui.so.2.14.0 +lib/libqgis_gui.so.2.14.1 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.14.0 +lib/libqgis_networkanalysis.so.2.14.1 %%SERVER%%lib/libqgis_server.so -%%SERVER%%lib/libqgis_server.so.2.14.0 +%%SERVER%%lib/libqgis_server.so.2.14.1 %%GRASS%%lib/libqgisgrass6.so -%%GRASS%%lib/libqgisgrass6.so.2.14.0 +%%GRASS%%lib/libqgisgrass6.so.2.14.1 %%PYTHON%%lib/libqgispython.so -%%PYTHON%%lib/libqgispython.so.2.14.0 +%%PYTHON%%lib/libqgispython.so.2.14.1 %%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 @@ -716,7 +717,7 @@ lib/qgis/plugins/libwmsprovider.so lib/qgis/plugins/libzonalstatisticsplugin.so lib/qgis/qgis_help %%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so -%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.14.0 +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.14.1 man/man1/qbrowser.1.gz man/man1/qgis.1.gz share/applications/qgis.desktop @@ -4111,6 +4112,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultiDirectionLeeFilter.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultilevelB-SplineInterpolation(fromGrid).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultilevelB-SplineInterpolation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultilevelB-SplineInterpolationforCategories.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultipleRegressionAnalysis(GridGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultipleRegressionAnalysis(PointsGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt @@ -4186,9 +4188,8 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/SurfaceSpecificPoints.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/TPIBasedLandformClassification.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/TerrainRuggednessIndex(TRI).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/ThinPlateSpline(Global).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/ThinPlateSpline(Local).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/ThinPlateSpline(TIN).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/ThinPlateSpline.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/ThresholdBuffer.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/TopographicCorrection.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.0/TopographicPositionIndex(TPI).txt @@ -4238,6 +4239,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/CloseGapswithSpline.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/CloseOneCellGaps.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ClusterAnalysisforGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ConfusionMatrix(GridPolygons).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ContourLinesfromGrid.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ConvergenceIndex(SearchRadius).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ConvergenceIndex.txt @@ -4260,6 +4262,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/DirectionalStatisticsforSingleGrid.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/DistanceMatrix.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/DiurnalAnisotropicHeating.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/DiversityOfCategories.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/DownslopeDistanceGradient.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/EdgeContamination.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/EffectiveAirFlowHeights.txt @@ -4345,6 +4348,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultiDirectionLeeFilter.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultilevelB-SplineInterpolation(fromGrid).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultilevelB-SplineInterpolation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultilevelB-SplineInterpolationforCategories.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultipleRegressionAnalysis(GridGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultipleRegressionAnalysis(PointsGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt @@ -4420,9 +4424,8 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/SurfaceSpecificPoints.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/TPIBasedLandformClassification.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/TerrainRuggednessIndex(TRI).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(Global).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(Local).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(TIN).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ThresholdBuffer.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/TopographicCorrection.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/TopographicPositionIndex(TPI).txt @@ -4472,6 +4475,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CloseGapswithSpline.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CloseOneCellGaps.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ClusterAnalysisforGrids.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConfusionMatrix(GridPolygons).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ContourLinesfromGrid.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex(SearchRadius).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex.txt @@ -4483,7 +4487,8 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonLineVerticestoPoints.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonstoLines.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvexHull.txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CreateGraticule.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CreateLinesGraticule.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CreatePolygonsGraticule.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CropToData.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Cross-ClassificationandTabulation.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CrossProfiles.txt @@ -4491,9 +4496,12 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CurvatureClassification.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CutShapesLayer.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DTMFilter(slope-based).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DiffusiveHillslopeEvolution(ADI).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DiffusiveHillslopeEvolution(FTCS).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DirectionalStatisticsforSingleGrid.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DistanceMatrix.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DiurnalAnisotropicHeating.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DiversityOfCategories.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DownslopeDistanceGradient.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/EdgeContamination.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/EffectiveAirFlowHeights.txt @@ -4501,6 +4509,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FastRepresentativeness.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillGapsinRecords.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(PlanchonDarboux,2001).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(QMofESP).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(WangLiu).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinksXXL(WangLiu).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FilterClumps.txt @@ -4508,6 +4517,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FitNPointstoshape.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlatDetection.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(FlowTracing).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(QMofESP).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Recursive).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Top-Down).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowPathLength.txt @@ -4579,6 +4589,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultiDirectionLeeFilter.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation(fromGrid).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolationforCategories.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(GridGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(PointsGrids).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt @@ -4650,13 +4661,13 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StatisticsforGrids.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StrahlerOrder.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StreamPowerIndex.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SuccessiveFlowRouting.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SupervisedClassification.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SurfaceSpecificPoints.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TPIBasedLandformClassification.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TerrainRuggednessIndex(TRI).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Global).txt -%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Local).txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(TIN).txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThresholdBuffer.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TopographicCorrection.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TopographicPositionIndex(TPI).txt From owner-svn-ports-all@freebsd.org Thu Mar 31 06:39:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48641AE27A5; Thu, 31 Mar 2016 06:39:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A9361101; Thu, 31 Mar 2016 06:39:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V6ddjn071482; Thu, 31 Mar 2016 06:39:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V6dddL071480; Thu, 31 Mar 2016 06:39:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603310639.u2V6dddL071480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 31 Mar 2016 06:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412205 - head/devel/py-shapely X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 06:39:40 -0000 Author: wen Date: Thu Mar 31 06:39:38 2016 New Revision: 412205 URL: https://svnweb.freebsd.org/changeset/ports/412205 Log: - Update to 1.5.15 Modified: head/devel/py-shapely/Makefile head/devel/py-shapely/distinfo Modified: head/devel/py-shapely/Makefile ============================================================================== --- head/devel/py-shapely/Makefile Thu Mar 31 06:16:48 2016 (r412204) +++ head/devel/py-shapely/Makefile Thu Mar 31 06:39:38 2016 (r412205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Shapely -PORTVERSION= 1.5.13 +PORTVERSION= 1.5.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-shapely/distinfo ============================================================================== --- head/devel/py-shapely/distinfo Thu Mar 31 06:16:48 2016 (r412204) +++ head/devel/py-shapely/distinfo Thu Mar 31 06:39:38 2016 (r412205) @@ -1,2 +1,2 @@ -SHA256 (Shapely-1.5.13.tar.gz) = 68f8efb43112e8ef1f7e56e2c9eef64e0cbc1c19528c627696fb07345075a348 -SIZE (Shapely-1.5.13.tar.gz) = 176463 +SHA256 (Shapely-1.5.15.tar.gz) = e75d9461ad21ab0750b3e582a9af23de47c47c3aef43fa7f7ac0b63bc7ead851 +SIZE (Shapely-1.5.15.tar.gz) = 179383 From owner-svn-ports-all@freebsd.org Thu Mar 31 07:03:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E933AE2D37; Thu, 31 Mar 2016 07:03:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F40E81B3A; Thu, 31 Mar 2016 07:03:15 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V73Fwi080112; Thu, 31 Mar 2016 07:03:15 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V73F2l080110; Thu, 31 Mar 2016 07:03:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603310703.u2V73F2l080110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 31 Mar 2016 07:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412206 - head/www/py-routes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 07:03:16 -0000 Author: wen Date: Thu Mar 31 07:03:14 2016 New Revision: 412206 URL: https://svnweb.freebsd.org/changeset/ports/412206 Log: - Update to 2.3 Modified: head/www/py-routes/Makefile head/www/py-routes/distinfo Modified: head/www/py-routes/Makefile ============================================================================== --- head/www/py-routes/Makefile Thu Mar 31 06:39:38 2016 (r412205) +++ head/www/py-routes/Makefile Thu Mar 31 07:03:14 2016 (r412206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= routes -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-routes/distinfo ============================================================================== --- head/www/py-routes/distinfo Thu Mar 31 06:39:38 2016 (r412205) +++ head/www/py-routes/distinfo Thu Mar 31 07:03:14 2016 (r412206) @@ -1,2 +1,2 @@ -SHA256 (Routes-2.2.tar.gz) = 9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514 -SIZE (Routes-2.2.tar.gz) = 180011 +SHA256 (Routes-2.3.tar.gz) = 2d2388cecbae402d8d5cbcee1cbe4e39e742649e780b3bc63e9464c405d153d9 +SIZE (Routes-2.3.tar.gz) = 181410 From owner-svn-ports-all@freebsd.org Thu Mar 31 07:32:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4822BAE3232; Thu, 31 Mar 2016 07:32:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F0C15C5; Thu, 31 Mar 2016 07:32:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V7WsHt089098; Thu, 31 Mar 2016 07:32:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V7Wssg089096; Thu, 31 Mar 2016 07:32:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603310732.u2V7Wssg089096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 31 Mar 2016 07:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412207 - head/databases/p5-Dancer2-Plugin-Database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 07:32:55 -0000 Author: wen Date: Thu Mar 31 07:32:53 2016 New Revision: 412207 URL: https://svnweb.freebsd.org/changeset/ports/412207 Log: - Update to 2.16 Changes: http://cpansearch.perl.org/src/AMBS/Dancer2-Plugin-Database-2.16/Changes Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile head/databases/p5-Dancer2-Plugin-Database/distinfo Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/Makefile Thu Mar 31 07:03:14 2016 (r412206) +++ head/databases/p5-Dancer2-Plugin-Database/Makefile Thu Mar 31 07:32:53 2016 (r412207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Database -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer2-Plugin-Database/distinfo ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/distinfo Thu Mar 31 07:03:14 2016 (r412206) +++ head/databases/p5-Dancer2-Plugin-Database/distinfo Thu Mar 31 07:32:53 2016 (r412207) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Database-2.15.tar.gz) = a603831d2151606e6b6ccbdfb2576603bfcfe7f24b2ec72e6a2a9373bb600813 -SIZE (Dancer2-Plugin-Database-2.15.tar.gz) = 17003 +SHA256 (Dancer2-Plugin-Database-2.16.tar.gz) = 690e2c9864dfffafa9fdeae64d335e8b5e6fe6f414d57a8171b3798853450bc1 +SIZE (Dancer2-Plugin-Database-2.16.tar.gz) = 16804 From owner-svn-ports-all@freebsd.org Thu Mar 31 07:43:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2191AAE34B9; Thu, 31 Mar 2016 07:43:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E30C51A53; Thu, 31 Mar 2016 07:43:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V7hmXX092251; Thu, 31 Mar 2016 07:43:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V7hlhT092249; Thu, 31 Mar 2016 07:43:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603310743.u2V7hlhT092249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 31 Mar 2016 07:43:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412208 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 07:43:49 -0000 Author: wen Date: Thu Mar 31 07:43:47 2016 New Revision: 412208 URL: https://svnweb.freebsd.org/changeset/ports/412208 Log: - Update to 2.082 Changes: http://cpansearch.perl.org/src/DDUMONT/Config-Model-2.082/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Thu Mar 31 07:32:53 2016 (r412207) +++ head/devel/p5-Config-Model/Makefile Thu Mar 31 07:43:47 2016 (r412208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.081 +PORTVERSION= 2.082 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Thu Mar 31 07:32:53 2016 (r412207) +++ head/devel/p5-Config-Model/distinfo Thu Mar 31 07:43:47 2016 (r412208) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.081.tar.gz) = bb7fa07a59e100564447a5963969bc64fd919d6fe7c5644d67286024690d84b5 -SIZE (Config-Model-2.081.tar.gz) = 330076 +SHA256 (Config-Model-2.082.tar.gz) = 7aeff97f1a1935800b3d9d78b428a024a3d54184b1e8e36aaf25f9276a06066c +SIZE (Config-Model-2.082.tar.gz) = 329369 From owner-svn-ports-all@freebsd.org Thu Mar 31 08:01:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42587AE3960; Thu, 31 Mar 2016 08:01:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15FD51076; Thu, 31 Mar 2016 08:01:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V819sN097474; Thu, 31 Mar 2016 08:01:09 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V819hY097473; Thu, 31 Mar 2016 08:01:09 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603310801.u2V819hY097473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 31 Mar 2016 08:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412209 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:01:10 -0000 Author: madpilot Date: Thu Mar 31 08:01:08 2016 New Revision: 412209 URL: https://svnweb.freebsd.org/changeset/ports/412209 Log: Document mutiple Botan vulnerabilities. PR: 208393 Submitted by: Lapo Luchini Security: CVE-2015-5726 Security: CVE-2015-5727 Security: CVE-2016-2194 Security: CVE-2016-2195 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 31 07:43:47 2016 (r412208) +++ head/security/vuxml/vuln.xml Thu Mar 31 08:01:08 2016 (r412209) @@ -58,6 +58,65 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Multiple vulnerabilities in Botan + + + botan110 + 1.10.11 + + + + +

The botan developers reports:

+
+

Infinite loop in modular square root algorithm - The ressol function implements the Tonelli-Shanks algorithm for finding square roots could be sent into a nearly infinite loop due to a misplaced conditional check. This could occur if a composite modulus is provided, as this algorithm is only defined for primes. This function is exposed to attacker controlled input via the OS2ECP function during ECC point decompression.

+

Heap overflow on invalid ECC point - The PointGFp constructor did not check that the affine coordinate arguments were less than the prime, but then in curve multiplication assumed that both arguments if multiplied would fit into an integer twice the size of the prime.

+

The bigint_mul and bigint_sqr functions received the size of the output buffer, but only used it to dispatch to a faster algorithm in cases where there was sufficient output space to call an unrolled multiplication function.

+

The result is a heap overflow accessible via ECC point decoding, which accepted untrusted inputs. This is likely exploitable for remote code execution.

+

On systems which use the mlock pool allocator, it would allow an attacker to overwrite memory held in secure_vector objects. After this point the write will hit the guard page at the end of the mmapped region so it probably could not be used for code execution directly, but would allow overwriting adjacent key material.

+
+ +
+ + http://botan.randombit.net/security.html + CVE-2016-2194 + CVE-2016-2195 + + + 2016-02-01 + 2016-03-31 + +
+ + + Botan BER Decoder vulnerabilities + + + botan110 + 1.10.10 + + + + +

The botan developers reports:

+
+

Excess memory allocation in BER decoder - The BER decoder would allocate a fairly arbitrary amount of memory in a length field, even if there was no chance the read request would succeed. This might cause the process to run out of memory or invoke the OOM killer.

+

Crash in BER decoder - The BER decoder would crash due to reading from offset 0 of an empty vector if it encountered a BIT STRING which did not contain any data at all. This can be used to easily crash applications reading untrusted ASN.1 data, but does not seem exploitable for code execution.

+
+ +
+ + http://botan.randombit.net/security.html + CVE-2015-5726 + CVE-2015-5727 + + + 2015-08-03 + 2016-03-31 + +
+ mercurial -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Mar 31 08:03:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25641AE3AF8; Thu, 31 Mar 2016 08:03:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBDCE1343; Thu, 31 Mar 2016 08:03:28 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V83SIt098295; Thu, 31 Mar 2016 08:03:28 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V83SVf098294; Thu, 31 Mar 2016 08:03:28 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603310803.u2V83SVf098294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 31 Mar 2016 08:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412210 - head/misc/ttyrec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:03:29 -0000 Author: olivier Date: Thu Mar 31 08:03:27 2016 New Revision: 412210 URL: https://svnweb.freebsd.org/changeset/ports/412210 Log: Enable openpty by default (pty is no more enabled by default in kernel since 4 years) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5785 Modified: head/misc/ttyrec/Makefile Modified: head/misc/ttyrec/Makefile ============================================================================== --- head/misc/ttyrec/Makefile Thu Mar 31 08:01:08 2016 (r412209) +++ head/misc/ttyrec/Makefile Thu Mar 31 08:03:27 2016 (r412210) @@ -3,7 +3,7 @@ PORTNAME= ttyrec PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://0xcc.net/ttyrec/ @@ -14,6 +14,7 @@ LICENSE= BSD4CLAUSE OPTIONS_DEFINE= OPENPTY OPENPTY_DESC= Use openpty instead +OPTIONS_DEFAULT= OPENPTY PLIST_FILES= bin/ttyplay bin/ttyrec bin/ttytime \ man/man1/ttyplay.1.gz man/man1/ttyrec.1.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 08:06:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E71E8AE3B5E; Thu, 31 Mar 2016 08:06:19 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 998C414A2; Thu, 31 Mar 2016 08:06:19 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V86IJq098500; Thu, 31 Mar 2016 08:06:18 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V86IbK098498; Thu, 31 Mar 2016 08:06:18 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603310806.u2V86IbK098498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 31 Mar 2016 08:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412211 - head/graphics/ttygif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:06:20 -0000 Author: olivier Date: Thu Mar 31 08:06:18 2016 New Revision: 412211 URL: https://svnweb.freebsd.org/changeset/ports/412211 Log: Update to 1.2.1 Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5786 Modified: head/graphics/ttygif/Makefile head/graphics/ttygif/distinfo Modified: head/graphics/ttygif/Makefile ============================================================================== --- head/graphics/ttygif/Makefile Thu Mar 31 08:03:27 2016 (r412210) +++ head/graphics/ttygif/Makefile Thu Mar 31 08:06:18 2016 (r412211) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= ttygif -PORTVERSION= 1.0.8 +PORTVERSION= 1.2.1 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org COMMENT= Converts a ttyrec file into animated gif LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ + ttyrec:${PORTSDIR}/misc/ttyrec USE_GITHUB= yes GH_ACCOUNT= icholy USES= tar:bzip2 gmake -PLIST_FILES= bin/${PORTNAME} \ - bin/concat +PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} 's:\#\!/bin/bash:\#\!/bin/sh:' ${WRKSRC}/concat.sh - @${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile + ${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/concat.sh ${STAGEDIR}${PREFIX}/bin/concat .include Modified: head/graphics/ttygif/distinfo ============================================================================== --- head/graphics/ttygif/distinfo Thu Mar 31 08:03:27 2016 (r412210) +++ head/graphics/ttygif/distinfo Thu Mar 31 08:06:18 2016 (r412211) @@ -1,2 +1,2 @@ -SHA256 (icholy-ttygif-1.0.8_GH0.tar.gz) = 32b3394ebaac3389c66aee225ab61846fc84b02e218d0018515a6e9345a9f114 -SIZE (icholy-ttygif-1.0.8_GH0.tar.gz) = 5089 +SHA256 (icholy-ttygif-1.2.1_GH0.tar.gz) = 661bf2ddb248773aa77881e72e6d2f1513ea470a6b282fc33ea2cf9646c5dc97 +SIZE (icholy-ttygif-1.2.1_GH0.tar.gz) = 6199 From owner-svn-ports-all@freebsd.org Thu Mar 31 08:09:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E29E2AE3BFC; Thu, 31 Mar 2016 08:09:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8F0D1607; Thu, 31 Mar 2016 08:09:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V89Ppv098807; Thu, 31 Mar 2016 08:09:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V89PuY098800; Thu, 31 Mar 2016 08:09:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603310809.u2V89PuY098800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 31 Mar 2016 08:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412212 - in head: devel/monotone dns/bundy dns/powerdns security/botan110 security/softhsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:09:27 -0000 Author: madpilot Date: Thu Mar 31 08:09:25 2016 New Revision: 412212 URL: https://svnweb.freebsd.org/changeset/ports/412212 Log: - Update botan110 to 1.10.12 - Chase shlib version bump in dependent ports PR: 208393 Submitted by: Lapo Luchini (maintainer) Security: 2004616d-f66c-11e5-b94c-001999f8d30b Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b MFH: 2016Q1 Modified: head/devel/monotone/Makefile head/dns/bundy/Makefile head/dns/powerdns/Makefile head/security/botan110/Makefile head/security/botan110/distinfo head/security/softhsm/Makefile Modified: head/devel/monotone/Makefile ============================================================================== --- head/devel/monotone/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/devel/monotone/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/dns/bundy/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= bundy PORTVERSION= 0.20160125 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= LOCAL/mat/bundy GH Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/dns/powerdns/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -2,6 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.4.8 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/botan110/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= botan -PORTVERSION= 1.10.9 +PORTVERSION= 1.10.12 CATEGORIES= security -MASTER_SITES= http://files.randombit.net/botan/v1.10/ +MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 DISTNAME= Botan-${PORTVERSION} @@ -18,14 +18,14 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support -USES= compiler gmake python:build tar:tbz +USES= compiler gmake python:build tar:tgz HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes -PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \ - lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc +PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ + lib/libbotan-1.10.so.1.12 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * Modified: head/security/botan110/distinfo ============================================================================== --- head/security/botan110/distinfo Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/botan110/distinfo Thu Mar 31 08:09:25 2016 (r412212) @@ -1,2 +1,2 @@ -SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f -SIZE (Botan-1.10.9.tbz) = 2211764 +SHA256 (Botan-1.10.12.tgz) = affc3a79919577943f896e64d3e4a4dcc4970c5bf80cc98c7f3a3144745eac27 +SIZE (Botan-1.10.12.tgz) = 2707397 Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/softhsm/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= softhsm PORTVERSION= 1.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ From owner-svn-ports-all@freebsd.org Thu Mar 31 08:13:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33A0CAE3DDF; Thu, 31 Mar 2016 08:13:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB5A19FF; Thu, 31 Mar 2016 08:13:00 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V8D0c5001809; Thu, 31 Mar 2016 08:13:00 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V8Cxch001803; Thu, 31 Mar 2016 08:12:59 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201603310812.u2V8Cxch001803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 31 Mar 2016 08:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412213 - in head/devel/jenkins2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:13:01 -0000 Author: lwhsu Date: Thu Mar 31 08:12:59 2016 New Revision: 412213 URL: https://svnweb.freebsd.org/changeset/ports/412213 Log: - Update to 2.0-beta1 Added: head/devel/jenkins2/pkg-message - copied unchanged from r412212, head/devel/jenkins2/files/pkg-message Deleted: head/devel/jenkins2/files/pkg-message Modified: head/devel/jenkins2/Makefile head/devel/jenkins2/distinfo Modified: head/devel/jenkins2/Makefile ============================================================================== --- head/devel/jenkins2/Makefile Thu Mar 31 08:09:25 2016 (r412212) +++ head/devel/jenkins2/Makefile Thu Mar 31 08:12:59 2016 (r412213) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins2 -DISTVERSION= 2.0-alpha3 +DISTVERSION= 2.0-beta1 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-rc/${PORTVERSION:R}/ DISTNAME= jenkins Modified: head/devel/jenkins2/distinfo ============================================================================== --- head/devel/jenkins2/distinfo Thu Mar 31 08:09:25 2016 (r412212) +++ head/devel/jenkins2/distinfo Thu Mar 31 08:12:59 2016 (r412213) @@ -1,2 +1,2 @@ -SHA256 (jenkins2/2.0.a3/jenkins.war) = 3c554f2ea3b0894e93b4b04b70b43b477d5096ac82205d50e77e96aa6329eed4 -SIZE (jenkins2/2.0.a3/jenkins.war) = 66399701 +SHA256 (jenkins2/2.0.b1/jenkins.war) = 7ff7759e1d7a097e018c8001db5f4248db04d0bf39f9b0f06934c124a936cfa2 +SIZE (jenkins2/2.0.b1/jenkins.war) = 66520816 Copied: head/devel/jenkins2/pkg-message (from r412212, head/devel/jenkins2/files/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jenkins2/pkg-message Thu Mar 31 08:12:59 2016 (r412213, copy of r412212, head/devel/jenkins2/files/pkg-message) @@ -0,0 +1,10 @@ +************************************************************************ + +Please login to the Jenkins web interface and secure with a password, +when installing for the first time. + +More information: +https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security +https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup + +************************************************************************ From owner-svn-ports-all@freebsd.org Thu Mar 31 10:53:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9CA1AE4385; Thu, 31 Mar 2016 10:53:02 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C04F51F9D; Thu, 31 Mar 2016 10:53:02 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id BDD00179E; Thu, 31 Mar 2016 10:53:02 +0000 (UTC) Date: Thu, 31 Mar 2016 10:53:02 +0000 From: Alexey Dokuchaev To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411442 - in head/graphics/farbfeld: . files Message-ID: <20160331105302.GA87353@FreeBSD.org> References: <201603201221.u2KCLBuK006662@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603201221.u2KCLBuK006662@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 10:53:02 -0000 On Sun, Mar 20, 2016 at 12:21:11PM +0000, Thomas Zander wrote: > New Revision: 411442 > URL: https://svnweb.freebsd.org/changeset/ports/411442 > > Log: > Update to upstream version 2 (no minor or patchlevel, just version 2) > > [...] > +@@ -18,8 +18,8 @@ LIBS = -L${PNGLIB} -L${JPGLIB} -lpng -lj > > # flags > CPPFLAGS = -D_DEFAULT_SOURCE > -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} > -+CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} > ++CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} You should've removed -Os here (we usually try to teach ports to respect standard CFLAGS). ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 31 10:58:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E31FAAE45EE; Thu, 31 Mar 2016 10:58:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AEF7D12C9; Thu, 31 Mar 2016 10:58:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 26A8DBDC86; Thu, 31 Mar 2016 12:58:28 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 012A7BDC5E; Thu, 31 Mar 2016 12:58:28 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E05726127; Thu, 31 Mar 2016 12:58:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D6A8622B136D; Thu, 31 Mar 2016 12:58:25 +0200 (CEST) Date: Thu, 31 Mar 2016 12:58:25 +0100 From: Mathieu Arnold To: Olivier Cochard , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412211 - head/graphics/ttygif Message-ID: <4D36E9DA6959E5F3937DEB79@ogg.in.absolight.net> In-Reply-To: <201603310806.u2V86IbK098498@repo.freebsd.org> References: <201603310806.u2V86IbK098498@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========3F89CD5946AE2972BD08==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 10:58:31 -0000 --==========3F89CD5946AE2972BD08========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 31 mars 2016 08:06:18 +0000 Olivier Cochard wrote: | Log: | Update to 1.2.1 | -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick | +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ | + ttyrec:${PORTSDIR}/misc/ttyrec This line uses spaces instead of tabs. | post-patch: | - @${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile | + ${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile While did you remove the @ from that line ? -- Mathieu Arnold --==========3F89CD5946AE2972BD08========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/QLRXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IaoUP/2FFT2bEWbYWIh0d2up4VxqY QHOlI7YYLAMYwbBLaSi2RhOpXC3NyCwxud4Zg1KkqL5SK0NojwetZMEITH6t6Vnz GFt3hiA4IvzhzN4B41mP9Z4g4wB3Qe8+6WzEP6PHWI6MLhEr5AXLehfJ+tI0N6bM N45aUQ0WqNQZwuqXR7EFnKZR4TzTbjgFU0xHobJ8KjgTbO5TLOAy9RMSq4mls4C6 6QgYV91RE4bSn3/2TX1qDqOU25HzJqNekSlHd28r49Vfm/UN78+KwudUXmPEtA5/ gHaNfTmpSg9IqW0bI2g9Z2qihg0t7peJXACgIHY74D0Fn58rRtHCIY2gUeK/Em9w 6FcgKfnNMjGIauUKleVuwE1JjqigjiYVLAEYM2nc6u4JtQz4WHCtjXbco4VlmSBd ZjV8ZgorDUsnmtsXTR6lkvMXVgS6Ee0GAyIHNqm4/c+x6/R5xoXuYuKXiCcjCkGB Ex06a/gDYjx3ykOdnrLDxztGnWa5WnrfROJRdtZcpngLcfvTg6VkNVuaHly9i9sq xeQrE9+Fnl2Vq8FZ8Iu6+yMlssCm/yz+G01dWkKeIyCe8IQg21BMSqh1uDSx4ihq KmasXEPvzAK+zM+ez9ZpFSo8iuydsEwcPPwx2ADHJY9qaEqMJ2dX9QCEAyjJ6Oxg yL5KUf+OkG/4I5ChY2Ev =K3BC -----END PGP SIGNATURE----- --==========3F89CD5946AE2972BD08==========-- From owner-svn-ports-all@freebsd.org Thu Mar 31 10:58:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C80CAE4620; Thu, 31 Mar 2016 10:58:49 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECB0139E; Thu, 31 Mar 2016 10:58:48 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VAwmTx049486; Thu, 31 Mar 2016 10:58:48 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VAwmqr049484; Thu, 31 Mar 2016 10:58:48 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603311058.u2VAwmqr049484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 31 Mar 2016 10:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412214 - head/devel/gsoap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 10:58:49 -0000 Author: bofh Date: Thu Mar 31 10:58:47 2016 New Revision: 412214 URL: https://svnweb.freebsd.org/changeset/ports/412214 Log: devel/gsoap: Update version 2.8.27=>2.8.29 Submitted by: ma.zoon@quicknet.nl Modified: head/devel/gsoap/Makefile head/devel/gsoap/distinfo Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Thu Mar 31 08:12:59 2016 (r412213) +++ head/devel/gsoap/Makefile Thu Mar 31 10:58:47 2016 (r412214) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gsoap -PORTVERSION= 2.8.27 -PORTREVISION= 1 +PORTVERSION= 2.8.29 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +15,7 @@ LICENSE= GPLv2 CONFIGURE_ENV= LEX=flex YACC=yacc GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -USES= pathfix zip +USES= autoreconf pathfix zip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} OPTIONS_RADIO= SSL @@ -34,6 +33,8 @@ post-patch: -e 's|-DSOAPCPP_IMPORT_PATH=|-DSOAPCPP2_IMPORT_PATH=|' \ -e 's|-DWSDL_IMPORT_PATH=|-DWSDL2H_IMPORT_PATH=|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} + ${REINPLACE_CMD} -e 's|$$(libdir)|$$(libdir)data|' \ + ${WRKSRC}/Makefile.am post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gsoap Modified: head/devel/gsoap/distinfo ============================================================================== --- head/devel/gsoap/distinfo Thu Mar 31 08:12:59 2016 (r412213) +++ head/devel/gsoap/distinfo Thu Mar 31 10:58:47 2016 (r412214) @@ -1,2 +1,2 @@ -SHA256 (gsoap_2.8.27.zip) = cdd9188f3a00caf14fae54d7cc975227128118e818036e5b6bd6e87550e1dc35 -SIZE (gsoap_2.8.27.zip) = 22643224 +SHA256 (gsoap_2.8.29.zip) = a9dacc4f862892df6cf9119d1c5d627af3a864c17f17b6542c560e72070b1381 +SIZE (gsoap_2.8.29.zip) = 24006374 From owner-svn-ports-all@freebsd.org Thu Mar 31 11:01:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF43AE47A9; Thu, 31 Mar 2016 11:01:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A36321623; Thu, 31 Mar 2016 11:01:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 23349BDC81; Thu, 31 Mar 2016 13:01:02 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 1D481BDC5E; Thu, 31 Mar 2016 13:01:02 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 835C26127; Thu, 31 Mar 2016 13:00:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A699D22B1430; Thu, 31 Mar 2016 13:00:36 +0200 (CEST) Date: Thu, 31 Mar 2016 13:00:36 +0100 From: Mathieu Arnold To: Olivier Cochard , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412210 - head/misc/ttyrec Message-ID: <3ED36C14E477232276B01B9B@ogg.in.absolight.net> In-Reply-To: <201603310803.u2V83SVf098294@repo.freebsd.org> References: <201603310803.u2V83SVf098294@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========9529FDBFC9336AB9FB9F==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 11:01:04 -0000 --==========9529FDBFC9336AB9FB9F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 31 mars 2016 08:03:28 +0000 Olivier Cochard wrote: | Log: | Enable openpty by default (pty is no more enabled by default in kernel | since 4 years) Is this true for 9.x ? (not sure about the 4 years timeline here.) -- Mathieu Arnold --==========9529FDBFC9336AB9FB9F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/QNUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Id2oQAJoCm/tyz+Wi/x3IIby6O68k 9NaYNU3ecdSmJedq+vMQNwWUuek/pj0nH2HZAtUCzner4HmJPCWcYOj9qTTm2h67 qTJA1uMUmdJ4DhYxK0EpOnQe+qsuKpUqYIF5awYniCvXfWTOSAqYx5CDkeZSI7l1 hAfitScwMyu+BNuy4TEZwblOKwq2J3SslfsfLnYlBD4MJ5m9ROyRgiQNzQJXp1Nd nWjcdDPX/GftpnPvM+xu8RvupXvs1QvsPHK08+DXWNszUiJaRas0OqkpB9RyoBxS +oqgsjkGSEGcg4CqsgAO24v9Ls3w5uM+qbXmy69htgdy1x75voDkJstZE8VIYd2o Jggbul2QLHb9+RkNqA6heENsRDSjrkEkTQ+GSdjn+eLlZ3+7cGtMNeAsqX3vWMGY REDQ9xrsGplONiTDcDENdnMYy4buYEcoeRagv9FFWJkFeLKZwAtYtZeoccvy0HH0 OO9MCrG0mdI3reWAsbA5t91PKx3kOa+x2Bzl4JlwE7O0typ/LyYEMKcp9Ai+c3PK /HVq3njk1aR2CBMcwKwFUpKIN5D7Q7f20JpEqOo4dIP69qX0Q7UVqpYL6DvoMy16 jI+iqVen3Sg8JVUTZ1oIFZMoQy1y14RArUFIznQzU6sHa2i3nh9rtatnguyD0yrK QCJ4N7jopzXygYXQB9bZ =h4Q1 -----END PGP SIGNATURE----- --==========9529FDBFC9336AB9FB9F==========-- From owner-svn-ports-all@freebsd.org Thu Mar 31 11:02:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 259BFAE47FD; Thu, 31 Mar 2016 11:02:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E08F618C1; Thu, 31 Mar 2016 11:02:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 88ABDBDC81; Thu, 31 Mar 2016 13:01:58 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 832E3BDC5E; Thu, 31 Mar 2016 13:01:58 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 07F40614B; Thu, 31 Mar 2016 13:01:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id EFD2C22B1492; Thu, 31 Mar 2016 13:01:56 +0200 (CEST) Date: Thu, 31 Mar 2016 13:01:56 +0100 From: Mathieu Arnold To: Olivier Cochard , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412211 - head/graphics/ttygif Message-ID: <1F1457EAE1EAFB588806C16C@ogg.in.absolight.net> In-Reply-To: <4D36E9DA6959E5F3937DEB79@ogg.in.absolight.net> References: <201603310806.u2V86IbK098498@repo.freebsd.org> <4D36E9DA6959E5F3937DEB79@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========43DF780CB2D51325F714==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 11:02:02 -0000 --==========43DF780CB2D51325F714========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 31 mars 2016 12:58:25 +0100 Mathieu Arnold wrote: | +--On 31 mars 2016 08:06:18 +0000 Olivier Cochard | wrote: || -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick || +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ || + ttyrec:${PORTSDIR}/misc/ttyrec | | This line uses spaces instead of tabs. Also, this is bogus, it does not need ttyrec to run. -- Mathieu Arnold --==========43DF780CB2D51325F714========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/QOkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I/p8QALIxTDB8q76kn/mucm2xRxkV qczqVPrqa5hyH4pO+GekT+D/VMvRe87qXG1kC5MbeKfuGk0U9QIB69HS/4bxEppG W3MEWDsbdMzSnoTZ0+EqmkHF0jr95hEn+/lzZJ8kadrbmjFsx92CNiBqGWaYa0wy gmwDneiwsS/UIlCR07WhjNq7TILtf1H4Dop++haosfu2AvGjM9UXmUAIM4gP2GVJ MUt161mzqDxHwuiKvWlx5qx67GzSfhyoSKafjg0CEjNS8wb6sHbJlQEfIHVMAEJj bMISIzJGsEZBG7mchWLYBGbaLVm7u8FvLyM6Ep1I+S1DHpqxVlkVuAqldrc4IER3 SvDPLhYjZe18oUZkcc7eOxqc9TR4fJODqCIP4CBFLthCZ54vmIJoHkmO7mTKxR9X dtSRNDjd7iZ5x2N1uHppn5+6yN7Tz5d3rfurvYTKo5ygzA/UWqY/EvFm8/5MrNnq uZa6S2/Q/e0lwzo4XGeC2+g2NKZtsuuXifOwvjS6jO/KIaCdWzIuSk/ntvaKg+N+ +5IdpMZATro+gIR9MBjL4uAkRVvMW6nWgjVTymlZUJeMVJgoXPKNkCD3B2gG8vYh YL2QSp/vtw+JRdoVBkV7HwdV8Ing7NkDDElnTKnqyO7sInhDjW13p+WbTPMk+PMp u9zHHWQWGTjoN5XxZGH6 =006f -----END PGP SIGNATURE----- --==========43DF780CB2D51325F714==========-- From owner-svn-ports-all@freebsd.org Thu Mar 31 11:04:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABD6FAE4898; Thu, 31 Mar 2016 11:04:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 638021AA0; Thu, 31 Mar 2016 11:04:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VB4iwt052421; Thu, 31 Mar 2016 11:04:44 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VB4iWu052417; Thu, 31 Mar 2016 11:04:44 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603311104.u2VB4iWu052417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 31 Mar 2016 11:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412215 - in head/benchmarks/siege: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 11:04:45 -0000 Author: bofh Date: Thu Mar 31 11:04:44 2016 New Revision: 412215 URL: https://svnweb.freebsd.org/changeset/ports/412215 Log: benchmarks/siege: Update version 3.1.4=>4.0.1 Modified: head/benchmarks/siege/Makefile head/benchmarks/siege/distinfo head/benchmarks/siege/files/patch-configure.ac head/benchmarks/siege/pkg-plist Modified: head/benchmarks/siege/Makefile ============================================================================== --- head/benchmarks/siege/Makefile Thu Mar 31 10:58:47 2016 (r412214) +++ head/benchmarks/siege/Makefile Thu Mar 31 11:04:44 2016 (r412215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= siege -PORTVERSION= 3.1.4 +PORTVERSION= 4.0.1 CATEGORIES= benchmarks www MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ Modified: head/benchmarks/siege/distinfo ============================================================================== --- head/benchmarks/siege/distinfo Thu Mar 31 10:58:47 2016 (r412214) +++ head/benchmarks/siege/distinfo Thu Mar 31 11:04:44 2016 (r412215) @@ -1,2 +1,2 @@ -SHA256 (siege-3.1.4.tar.gz) = 0436970ca81ade76eb419bc42d3f8460b475079eb5d8f199d2fa83328893099d -SIZE (siege-3.1.4.tar.gz) = 530149 +SHA256 (siege-4.0.1.tar.gz) = fddd7225084ec7116e4e3401946e02d780d60d0479058bf8f090fea389992837 +SIZE (siege-4.0.1.tar.gz) = 543761 Modified: head/benchmarks/siege/files/patch-configure.ac ============================================================================== --- head/benchmarks/siege/files/patch-configure.ac Thu Mar 31 10:58:47 2016 (r412214) +++ head/benchmarks/siege/files/patch-configure.ac Thu Mar 31 11:04:44 2016 (r412215) @@ -1,14 +1,14 @@ ---- configure.ac.orig 2015-12-22 20:12:40 UTC +--- configure.ac.orig 2016-03-25 13:07:35 UTC +++ configure.ac -@@ -17,6 +17,7 @@ AC_CONFIG_AUX_DIR(utils) +@@ -12,6 +12,7 @@ AC_CONFIG_AUX_DIR(utils) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/setup.h]) AC_CONFIG_HEADERS(include/config.h) +AC_CONFIG_MACRO_DIRS([m4]) - DATE=`${CONFIG_SHELL} ${srcdir}/utils/mkstamp` - AC_SUBST(DATE) - AC_SUBST(PROGRAM) -@@ -42,7 +43,6 @@ dnl + + dnl canonicalize the host + AC_CANONICAL_HOST +@@ -41,7 +42,6 @@ dnl dnl Program support dnl AC_PATH_PROG( PERL, perl, false ) Modified: head/benchmarks/siege/pkg-plist ============================================================================== --- head/benchmarks/siege/pkg-plist Thu Mar 31 10:58:47 2016 (r412214) +++ head/benchmarks/siege/pkg-plist Thu Mar 31 11:04:44 2016 (r412215) @@ -8,5 +8,3 @@ man/man1/bombardment.1.gz man/man1/siege.1.gz man/man1/siege.config.1.gz man/man1/siege2csv.1.gz -man/man5/urls_txt.5.gz -man/man7/layingsiege.7.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 12:21:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDF88AE2566; Thu, 31 Mar 2016 12:21:58 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F73F12AA; Thu, 31 Mar 2016 12:21:58 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VCLvnW075672; Thu, 31 Mar 2016 12:21:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VCLv6A075669; Thu, 31 Mar 2016 12:21:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603311221.u2VCLv6A075669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 31 Mar 2016 12:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412216 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:21:59 -0000 Author: tijl Date: Thu Mar 31 12:21:57 2016 New Revision: 412216 URL: https://svnweb.freebsd.org/changeset/ports/412216 Log: Update flash plugin to 11.2r202.577. Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo.i686 head/www/linux-c6-flashplugin11/distinfo.x86_64 Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Thu Mar 31 11:04:44 2016 (r412215) +++ head/www/linux-c6-flashplugin11/Makefile Thu Mar 31 12:21:57 2016 (r412216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.569 +PORTVERSION= 11.2r202.577 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo.i686 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.i686 Thu Mar 31 11:04:44 2016 (r412215) +++ head/www/linux-c6-flashplugin11/distinfo.i686 Thu Mar 31 12:21:57 2016 (r412216) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 83a347b1b06ecbe55eb363339c97f917f804ecf3304046f7f52efbee5c54ca61 -SIZE (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 6967312 -SHA256 (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.577/install_flash_player_11_linux.i386.tar.gz) = 475d9853b25a58b3893f56db92a3de429475c3c59f4633a79aad6cf70e691b9a +SIZE (flashplugin/11.2r202.577/install_flash_player_11_linux.i386.tar.gz) = 6968176 +SHA256 (flashplugin/11.2r202.577/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.577/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: head/www/linux-c6-flashplugin11/distinfo.x86_64 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.x86_64 Thu Mar 31 11:04:44 2016 (r412215) +++ head/www/linux-c6-flashplugin11/distinfo.x86_64 Thu Mar 31 12:21:57 2016 (r412216) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 83a347b1b06ecbe55eb363339c97f917f804ecf3304046f7f52efbee5c54ca61 -SIZE (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 6967312 -SHA256 (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.577/install_flash_player_11_linux.i386.tar.gz) = 475d9853b25a58b3893f56db92a3de429475c3c59f4633a79aad6cf70e691b9a +SIZE (flashplugin/11.2r202.577/install_flash_player_11_linux.i386.tar.gz) = 6968176 +SHA256 (flashplugin/11.2r202.577/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.577/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-all@freebsd.org Thu Mar 31 12:25:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD9A0AE26ED; Thu, 31 Mar 2016 12:25:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F899144A; Thu, 31 Mar 2016 12:25:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VCPk6Q076541; Thu, 31 Mar 2016 12:25:46 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VCPkHO076540; Thu, 31 Mar 2016 12:25:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603311225.u2VCPkHO076540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 31 Mar 2016 12:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412217 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:25:48 -0000 Author: tijl Date: Thu Mar 31 12:25:46 2016 New Revision: 412217 URL: https://svnweb.freebsd.org/changeset/ports/412217 Log: Document latest batch of flash plugin vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 31 12:21:57 2016 (r412216) +++ head/security/vuxml/vuln.xml Thu Mar 31 12:25:46 2016 (r412217) @@ -58,6 +58,69 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + flash -- multiple vulnerabilities + + + linux-c6-flashplugin + linux-f10-flashplugin + linux-c6_64-flashplugin + 11.2r202.577 + + + + +

Adobe reports:

+
+

These updates resolve integer overflow vulnerabilities that + could lead to code execution (CVE-2016-0963, CVE-2016-0993, + CVE-2016-1010).

+

These updates resolve use-after-free vulnerabilities that could + lead to code execution (CVE-2016-0987, CVE-2016-0988, + CVE-2016-0990, CVE-2016-0991, CVE-2016-0994, CVE-2016-0995, + CVE-2016-0996, CVE-2016-0997, CVE-2016-0998, CVE-2016-0999, + CVE-2016-1000).

+

These updates resolve a heap overflow vulnerability that could + lead to code execution (CVE-2016-1001).

+

These updates resolve memory corruption vulnerabilities that + could lead to code execution (CVE-2016-0960, CVE-2016-0961, + CVE-2016-0962, CVE-2016-0986, CVE-2016-0989, CVE-2016-0992, + CVE-2016-1002, CVE-2016-1005).

+
+ +
+ + CVE-2016-0960 + CVE-2016-0961 + CVE-2016-0962 + CVE-2016-0963 + CVE-2016-0986 + CVE-2016-0987 + CVE-2016-0988 + CVE-2016-0989 + CVE-2016-0990 + CVE-2016-0991 + CVE-2016-0992 + CVE-2016-0993 + CVE-2016-0994 + CVE-2016-0995 + CVE-2016-0996 + CVE-2016-0997 + CVE-2016-0998 + CVE-2016-0999 + CVE-2016-1000 + CVE-2016-1001 + CVE-2016-1002 + CVE-2016-1005 + CVE-2016-1010 + https://helpx.adobe.com/security/products/flash-player/apsb16-08.html + + + 2016-03-10 + 2016-03-31 + +
+ Multiple vulnerabilities in Botan From owner-svn-ports-all@freebsd.org Thu Mar 31 12:31:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FB38AE28A8; Thu, 31 Mar 2016 12:31:39 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56A5917E8; Thu, 31 Mar 2016 12:31:39 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-lf0-f54.google.com (unknown [209.85.215.54]) (Authenticated sender: gugus69) by smtp6-g21.free.fr (Postfix) with ESMTPSA id B02F082266; Thu, 31 Mar 2016 14:27:41 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id k79so58417672lfb.2; Thu, 31 Mar 2016 05:31:32 -0700 (PDT) X-Gm-Message-State: AD7BkJKXTMyjsj8f+xjhahrLXe/4ydORKcY1yxBM03Nr4o2OUvrKt+z7SE60Ye+q1T/vAXU8cxRzcSWI7xdhjg== X-Received: by 10.25.153.15 with SMTP id b15mr999857lfe.136.1459427492406; Thu, 31 Mar 2016 05:31:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.166.138 with HTTP; Thu, 31 Mar 2016 05:31:12 -0700 (PDT) In-Reply-To: <3ED36C14E477232276B01B9B@ogg.in.absolight.net> References: <201603310803.u2V83SVf098294@repo.freebsd.org> <3ED36C14E477232276B01B9B@ogg.in.absolight.net> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Thu, 31 Mar 2016 14:31:12 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r412210 - head/misc/ttyrec To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:31:39 -0000 On Thu, Mar 31, 2016 at 2:00 PM, Mathieu Arnold wrote: > +--On 31 mars 2016 08:03:28 +0000 Olivier Cochard > wrote: > | Log: > | Enable openpty by default (pty is no more enabled by default in kerne= l > | since 4 years) > > Is this true for 9.x ? (not sure about the 4 years timeline here.) > =E2=80=8Bpty(4) still exist in 9.x, but not newer. openpty is supported on 9.x and newer. From owner-svn-ports-all@freebsd.org Thu Mar 31 12:31:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 779D5AE28CE; Thu, 31 Mar 2016 12:31:46 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4462A1815; Thu, 31 Mar 2016 12:31:46 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id D8C8922845; Thu, 31 Mar 2016 14:31:41 +0200 (CEST) Date: Thu, 31 Mar 2016 14:31:41 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Mathieu Arnold Cc: Olivier Cochard , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412211 - head/graphics/ttygif Message-ID: <20160331123141.GA34443@tuxaco.net> References: <201603310806.u2V86IbK098498@repo.freebsd.org> <4D36E9DA6959E5F3937DEB79@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <4D36E9DA6959E5F3937DEB79@ogg.in.absolight.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:31:46 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 31 Mar 2016, Mathieu Arnold wrote: > +--On 31 mars 2016 08:06:18 +0000 Olivier Cochard > wrote: > | Log: > | Update to 1.2.1 > | -RUN_DEPENDS=3D convert:${PORTSDIR}/graphics/ImageMagick > | +RUN_DEPENDS=3D convert:${PORTSDIR}/graphics/ImageMagick \ > | + ttyrec:${PORTSDIR}/misc/ttyrec >=20 > This line uses spaces instead of tabs. > I asked Olivier to check this one... =20 > | post-patch: > | - @${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile > | + ${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile >=20 > While did you remove the @ from that line ? >=20 My bad, i didn't notice it while i validated. --=20 Philippe Aud=E9oud --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJW/RirAAoJEHBQB+Mz7uhDibcQANp5/wUPao/uZuYIKOJSYjn8 koR/6a6V3KK5fmDSAfeTVEm7NIEc3Wo81J07PL2ZEAQIOpc2jSBe672/MtAhoOtH XJ5E9iyX9CgywEzJZrnkGmSKFpXp4ZVOoSBeVM5VoYsMYdHcE/e5RDZ0BEy3vnAP rarAXk1tL+se/3W/WpCem8wVnSuTMaGdwtYGA83SUeU1w1pMmlr31HIdIy4v5L1e yJiKl5H6sZv42+PvS/U7lpanDKpDPioaNDHcBncYZcCGuhlmHw/nSrrIulWfAnrh WIEP5kvJ52NjmfesKZW04WoJlxVErUG6GWghaxSyKMZcd3MX/QsBugjlmi+gTtEb EdH2VLv4m6waQItmlUONZz7jGn9JSDIKy8w8RuLTjMdZL5dS/rYDCr9lj0WMqE2a as+r/ktP5AbBFGp9j/uEaMrsEshVOSkUU7gk56O7lxZetBJYkt5MY0R+ckosxHI6 g2aNfPeZW4NQMCAsmUJFwi1n3vQ7G0otMahMRbwxtFXYKNUyXfXcN90MHhfY8Wnk tPZbz8zU/MXY+9kBpSCJhkL5yF/6CiYch0PdQ3CfrAZhPbwakGiUfKwyI1ja4tWR sbWkkhbohOzEg3z6p/oswAsvHH2XeSugtTcZLCvrHCAiIiCswZrFu9dBplZTZSz+ Uy7laie7OxYWyt63I5S5 =Kh0H -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-svn-ports-all@freebsd.org Thu Mar 31 12:51:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD3E6AE2D0C; Thu, 31 Mar 2016 12:51:45 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4D110C3; Thu, 31 Mar 2016 12:51:45 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VCpifO085585; Thu, 31 Mar 2016 12:51:44 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VCpiB9085583; Thu, 31 Mar 2016 12:51:44 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201603311251.u2VCpiB9085583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 31 Mar 2016 12:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412218 - in head/irc/quassel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:51:45 -0000 Author: makc Date: Thu Mar 31 12:51:44 2016 New Revision: 412218 URL: https://svnweb.freebsd.org/changeset/ports/412218 Log: irc/quassel: - Update to 0.12.3 - Remove upstream patches PR: 207562 Submitted by: Adriaan de Groot (groot@kde.org) Deleted: head/irc/quassel/files/patch-git_07847739 head/irc/quassel/files/patch-src_core_coreuserinputhandler.cpp Modified: head/irc/quassel/Makefile head/irc/quassel/distinfo Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Thu Mar 31 12:25:46 2016 (r412217) +++ head/irc/quassel/Makefile Thu Mar 31 12:51:44 2016 (r412218) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.12.2 -PORTREVISION= 2 +PORTVERSION= 0.12.3 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ Modified: head/irc/quassel/distinfo ============================================================================== --- head/irc/quassel/distinfo Thu Mar 31 12:25:46 2016 (r412217) +++ head/irc/quassel/distinfo Thu Mar 31 12:51:44 2016 (r412218) @@ -1,2 +1,2 @@ -SHA256 (quassel-0.12.2.tar.bz2) = 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897 -SIZE (quassel-0.12.2.tar.bz2) = 3681838 +SHA256 (quassel-0.12.3.tar.bz2) = 4d3ee91b85cce3d8df62faf55ad35bebd6fc45085ed6248b8a41d2858de3d434 +SIZE (quassel-0.12.3.tar.bz2) = 3687078 From owner-svn-ports-all@freebsd.org Thu Mar 31 12:57:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D69DAE2DDA; Thu, 31 Mar 2016 12:57:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E61012FD; Thu, 31 Mar 2016 12:57:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VCvUpm085965; Thu, 31 Mar 2016 12:57:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VCvUMc085963; Thu, 31 Mar 2016 12:57:30 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603311257.u2VCvUMc085963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 31 Mar 2016 12:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412219 - in head/sysutils: syslog-ng-devel syslog-ng37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:57:31 -0000 Author: cy Date: Thu Mar 31 12:57:30 2016 New Revision: 412219 URL: https://svnweb.freebsd.org/changeset/ports/412219 Log: OpenSSL from ports is not really required. This port can use base. Modified: head/sysutils/syslog-ng-devel/Makefile head/sysutils/syslog-ng37/Makefile Modified: head/sysutils/syslog-ng-devel/Makefile ============================================================================== --- head/sysutils/syslog-ng-devel/Makefile Thu Mar 31 12:51:44 2016 (r412218) +++ head/sysutils/syslog-ng-devel/Makefile Thu Mar 31 12:57:30 2016 (r412219) @@ -3,6 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 +PORTREVISION= 1 PKGNAMESUFFIX= -devel CATEGORIES= sysutils DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) @@ -41,7 +42,6 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 SUB_FILES= pkg-message USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Thu Mar 31 12:51:44 2016 (r412218) +++ head/sysutils/syslog-ng37/Makefile Thu Mar 31 12:57:30 2016 (r412219) @@ -3,6 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 +PORTREVISION= 1 .if !defined(MASTERDIR) PKGNAMESUFFIX= 37 .endif @@ -43,7 +44,6 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 SUB_FILES= pkg-message USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ From owner-svn-ports-all@freebsd.org Thu Mar 31 12:58:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1E9CAE2E48; Thu, 31 Mar 2016 12:58:08 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7281F13E4; Thu, 31 Mar 2016 12:58:08 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VCw7A3086099; Thu, 31 Mar 2016 12:58:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VCw7R9086097; Thu, 31 Mar 2016 12:58:07 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603311258.u2VCw7R9086097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 31 Mar 2016 12:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412220 - head/sysutils/cfengine38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:58:08 -0000 Author: cy Date: Thu Mar 31 12:58:07 2016 New Revision: 412220 URL: https://svnweb.freebsd.org/changeset/ports/412220 Log: Update 3.8.1 --> 3.8.2. Modified: head/sysutils/cfengine38/Makefile head/sysutils/cfengine38/distinfo Modified: head/sysutils/cfengine38/Makefile ============================================================================== --- head/sysutils/cfengine38/Makefile Thu Mar 31 12:57:30 2016 (r412219) +++ head/sysutils/cfengine38/Makefile Thu Mar 31 12:58:07 2016 (r412220) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ Modified: head/sysutils/cfengine38/distinfo ============================================================================== --- head/sysutils/cfengine38/distinfo Thu Mar 31 12:57:30 2016 (r412219) +++ head/sysutils/cfengine38/distinfo Thu Mar 31 12:58:07 2016 (r412220) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.8.1.tar.gz) = 28c7fab3e674ac9ce4b05a4acfca066378319c16ef76401f08fd0890cbad96d5 -SIZE (cfengine-3.8.1.tar.gz) = 2149823 +SHA256 (cfengine-3.8.2.tar.gz) = d5059a5c37784b3cd5f5217ee9aa9fde8c268f922c162247205a9f53271fac33 +SIZE (cfengine-3.8.2.tar.gz) = 2155283 From owner-svn-ports-all@freebsd.org Thu Mar 31 13:33:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA99AE457E; Thu, 31 Mar 2016 13:33:03 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CFCE1A22; Thu, 31 Mar 2016 13:33:03 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VDX2XR098345; Thu, 31 Mar 2016 13:33:02 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VDX2fN098343; Thu, 31 Mar 2016 13:33:02 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201603311333.u2VDX2fN098343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 31 Mar 2016 13:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412221 - head/sysutils/relaunchd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:33:03 -0000 Author: kmoore Date: Thu Mar 31 13:33:02 2016 New Revision: 412221 URL: https://svnweb.freebsd.org/changeset/ports/412221 Log: - Update to 0.5.1 Submitted by: Maintainer Modified: head/sysutils/relaunchd/Makefile head/sysutils/relaunchd/distinfo Modified: head/sysutils/relaunchd/Makefile ============================================================================== --- head/sysutils/relaunchd/Makefile Thu Mar 31 12:58:07 2016 (r412220) +++ head/sysutils/relaunchd/Makefile Thu Mar 31 13:33:02 2016 (r412221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relaunchd -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/relaunchd/distinfo ============================================================================== --- head/sysutils/relaunchd/distinfo Thu Mar 31 12:58:07 2016 (r412220) +++ head/sysutils/relaunchd/distinfo Thu Mar 31 13:33:02 2016 (r412221) @@ -1,2 +1,2 @@ -SHA256 (mheily-relaunchd-v0.5.0_GH0.tar.gz) = b2136f83b1b41ed9fb0cf6f2f5e79da67de7d500b684b9e5509a83c362e51db3 -SIZE (mheily-relaunchd-v0.5.0_GH0.tar.gz) = 2784102 +SHA256 (mheily-relaunchd-v0.5.1_GH0.tar.gz) = d668524a1c8d794bff09dc8bd527d7d480f4ee616e4d78664ddeb77eb1c68958 +SIZE (mheily-relaunchd-v0.5.1_GH0.tar.gz) = 2784593 From owner-svn-ports-all@freebsd.org Thu Mar 31 13:36:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD56AE45D9; Thu, 31 Mar 2016 13:36:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA1261B7C; Thu, 31 Mar 2016 13:36:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VDasKI098838; Thu, 31 Mar 2016 13:36:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VDar19098824; Thu, 31 Mar 2016 13:36:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311336.u2VDar19098824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 13:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412222 - in head: . security/clamav-unofficial-sigs security/clamav-unofficial-sigs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:36:55 -0000 Author: pi Date: Thu Mar 31 13:36:52 2016 New Revision: 412222 URL: https://svnweb.freebsd.org/changeset/ports/412222 Log: security/clamav-unofficial-sigs: 3.7.2 -> 5.0.4, extremeshok fork Changes: (long!) https://github.com/extremeshok/clamav-unofficial-sigs/releases This version of clamav-unofficial-sigs is eXtremeSHOK's fork. Configuration file location has changed from %PREFIX%/clamav-unofficial-sigs.conf to %PREFIX%/clamav-unofficial-sigs/ master.conf and os.conf hold default values, local changes should be placed in user.conf. PR: 208326 Submitted by: Talal Al Dik , Lukasz Wasikowski Approved by: sf@maxempire.com (maintainer) Added: head/security/clamav-unofficial-sigs/files/patch-config_master.conf (contents, props changed) head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf (contents, props changed) head/security/clamav-unofficial-sigs/files/patch-config_user.conf (contents, props changed) head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs (contents, props changed) head/security/clamav-unofficial-sigs/files/patch-logrotate.d_clamav-unofficial-sigs (contents, props changed) Deleted: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf head/security/clamav-unofficial-sigs/files/patch-clamd-status.sh Modified: head/UPDATING head/security/clamav-unofficial-sigs/Makefile head/security/clamav-unofficial-sigs/distinfo head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh head/security/clamav-unofficial-sigs/files/pkg-message.in head/security/clamav-unofficial-sigs/pkg-descr head/security/clamav-unofficial-sigs/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Mar 31 13:33:02 2016 (r412221) +++ head/UPDATING Thu Mar 31 13:36:52 2016 (r412222) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160331: + AFFECTS: security/clamav-unofficial-sigs + AUTHOR: lukasz@wasikowski.net, sf@maxempire.com + + This version of clamav-unofficial-sigs is eXtremeSHOK's fork. + Configuration file location has changed from + %PREFIX%/clamav-unofficial-sigs.conf to + %PREFIX%/clamav-unofficial-sigs/ + + master.conf and os.conf hold default values, local changes should + be placed in user.conf. + 20160324: AFFECTS: print/ghostscript9-base AUTHOR: tijl@FreeBSD.org Modified: head/security/clamav-unofficial-sigs/Makefile ============================================================================== --- head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 13:36:52 2016 (r412222) @@ -2,49 +2,50 @@ # $FreeBSD$ PORTNAME= clamav-unofficial-sigs -PORTVERSION= 3.7.2 -PORTREVISION= 2 +PORTVERSION= 5.0.4 CATEGORIES= security -MASTER_SITES= SF/unofficial-sigs/ MAINTAINER= sf@maxempire.com COMMENT= Update script for third-party ClamAV databases +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= clamscan:${PORTSDIR}/security/clamav \ rsync:${PORTSDIR}/net/rsync \ curl:${PORTSDIR}/ftp/curl \ - gpg:${PORTSDIR}/security/gnupg + gpg:${PORTSDIR}/security/gnupg \ + bash:${PORTSDIR}/shells/bash + +USE_GITHUB= yes +GH_ACCOUNT= extremeshok -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= clamav-unofficial-sigs.sh USE_PERL5= run NO_BUILD= yes SUB_FILES= pkg-message -SED_CONF= -e 's|%%CLAM_DBS%%|/var/db/clamav|g' \ - -e 's|%%CLAMD_PID%%|/var/run/clamav/clamd.pid|g' \ - -e 's|%%CLAMD_SOCKET%%|/var/run/clamav/clamd.sock|g' \ - -e 's|%%START_CLAMD%%|${PREFIX}/etc/rc.d/clamav-clamd start|g' \ - -e 's|%%WORK_DIR%%|/var/db/clamav-unofficial-sigs|g' - OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/clamav-unofficial-sigs.sh - @${REINPLACE_CMD} ${SED_CONF} ${WRKSRC}/clamav-unofficial-sigs.conf - @${REINPLACE_CMD} ${SED_CONF} ${WRKSRC}/clamd-status.sh + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/clamav-unofficial-sigs.sh ${WRKSRC}/cron.d/clamav-unofficial-sigs do-install: ${INSTALL_SCRIPT} ${WRKSRC}/clamav-unofficial-sigs.sh ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/clamav-unofficial-sigs.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs.conf ${STAGEDIR}${PREFIX}/etc/clamav-unofficial-sigs.conf.sample + + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/config/master.conf ${STAGEDIR}${ETCDIR}/master.conf.sample + ${INSTALL_DATA} ${WRKSRC}/config/os.freebsd.conf ${STAGEDIR}${ETCDIR}/os.conf.sample + ${INSTALL_DATA} ${WRKSRC}/config/user.conf ${STAGEDIR}${ETCDIR}/user.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG INSTALL LICENSE README ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README.md ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs-cron ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs-logrotate ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/clamd-status.sh ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/cron.d/clamav-unofficial-sigs ${STAGEDIR}${EXAMPLESDIR}/clamav-unofficial-sigs-cron + ${INSTALL_DATA} ${WRKSRC}/logrotate.d/clamav-unofficial-sigs ${STAGEDIR}${EXAMPLESDIR}/clamav-unofficial-sigs-logrotate .include Modified: head/security/clamav-unofficial-sigs/distinfo ============================================================================== --- head/security/clamav-unofficial-sigs/distinfo Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/distinfo Thu Mar 31 13:36:52 2016 (r412222) @@ -1,2 +1,2 @@ -SHA256 (clamav-unofficial-sigs-3.7.2.tar.gz) = 96e98e6e4434c5950fa9831c6a43236fed7eabae44beded16171305cf3f9bdb9 -SIZE (clamav-unofficial-sigs-3.7.2.tar.gz) = 38549 +SHA256 (extremeshok-clamav-unofficial-sigs-5.0.4_GH0.tar.gz) = 156ddea8fbb2612fac1d5f4baa0902d325821040f4b794acf81c7d7e8525f35b +SIZE (extremeshok-clamav-unofficial-sigs-5.0.4_GH0.tar.gz) = 31931 Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 13:36:52 2016 (r412222) @@ -1,32 +1,32 @@ ---- clamav-unofficial-sigs.sh 2013-08-27 18:08:25.000000000 +0200 -+++ clamav-unofficial-sigs.sh.patched 2014-12-06 23:55:50.000000000 +0100 -@@ -16,7 +16,7 @@ - # # - ################################################################################ +--- clamav-unofficial-sigs.sh.orig 2016-03-31 13:04:08 UTC ++++ clamav-unofficial-sigs.sh +@@ -158,7 +158,7 @@ minimum_required_config_version="56" + version_date="31 March 2016" --default_config="/etc/clamav-unofficial-sigs.conf" -+default_config="%%PREFIX%%/etc/clamav-unofficial-sigs.conf" + #default config files +-config_dir="/etc/clamav-unofficial-sigs" ++config_dir="/usr/local/etc/clamav-unofficial-sigs" + config_files=("$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf") - version="v3.7.2 (updated 2013-08-25)" - output_ver=" -@@ -418,6 +418,8 @@ - exit - ;; - r) no_default_config -+ pkg_mgr="FreeBSD ports" -+ pkg_rm="pkg_delete" - if [ -n "$pkg_mgr" -a -n "$pkg_rm" ] - then - echo " This script (clamav-unofficial-sigs) was installed on the system" -@@ -1016,9 +1018,9 @@ - comment "======================================================================" - comment "Sanesecurity Database & GPG Signature File Updates" - comment "======================================================================" -- ss_mirror_ips=`dig +ignore +short $ss_url` -+ ss_mirror_ips=`host $ss_url | sed 's/.*\s//'` - for ss_mirror_ip in $ss_mirror_ips ; do -- ss_mirror_name=`dig +short -x $ss_mirror_ip | sed 's/\.$//'` -+ ss_mirror_name=`host $ss_mirror_ip | sed 's/.*\s//' | sed 's/\.$//'` - ss_mirror_site_info="$ss_mirror_name $ss_mirror_ip" - comment "" - comment "Sanesecurity mirror site used: $ss_mirror_site_info" + +@@ -542,6 +542,8 @@ make_signature_database_from_ascii_file + #Remove the clamav-unofficial-sigs script + remove_script () { + echo "" ++ pkg_mgr="FreeBSD ports" ++ pkg_rm="pkg delete" + if [ -n "$pkg_mgr" -a -n "$pkg_rm" ] ; then + echo " This script (clamav-unofficial-sigs) was installed on the system" + echo " via '$pkg_mgr', use '$pkg_rm' to remove the script" +@@ -1088,9 +1090,9 @@ if [ "$sanesecurity_enabled" == "yes" ] + db_file="" + + xshok_pretty_echo_and_log "Sanesecurity Database & GPG Signature File Updates" "=" +- sanesecurity_mirror_ips=`dig +ignore +short $sanesecurity_url` ++ sanesecurity_mirror_ips=`host $sanesecurity_url | sed 's/.*\s//'` + for sanesecurity_mirror_ip in $sanesecurity_mirror_ips ; do +- sanesecurity_mirror_name=`dig +short -x $sanesecurity_mirror_ip | command sed 's/\.$//'` ++ sanesecurity_mirror_name=`host $sanesecurity_mirror_ip | sed 's/.*\s//' | sed 's/\.$//'` + sanesecurity_mirror_site_info="$sanesecurity_mirror_name $sanesecurity_mirror_ip" + xshok_pretty_echo_and_log "Sanesecurity mirror site used: $sanesecurity_mirror_site_info" + rsync $rsync_output_level $no_motd --files-from=$sanesecurity_include_dbs -ctuz $connect_timeout --timeout="$rsync_max_time" --stats rsync://$sanesecurity_mirror_ip/sanesecurity $sanesecurity_dir 2>/dev/null Added: head/security/clamav-unofficial-sigs/files/patch-config_master.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamav-unofficial-sigs/files/patch-config_master.conf Thu Mar 31 13:36:52 2016 (r412222) @@ -0,0 +1,13 @@ +--- config/master.conf.orig 2016-03-31 01:16:02 UTC ++++ config/master.conf +@@ -58,8 +58,8 @@ reload_dbs="yes" + work_dir="/var/lib/clamav-unofficial-sigs" #Top level working directory + + # Log update information to '$log_file_path/$log_file_name'. +-logging_enabled="yes" +-log_file_path="/var/log/clamav-unofficial-sigs" ++logging_enabled="no" ++log_file_path="/var/log" + log_file_name="clamav-unofficial-sigs.log" + + Added: head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf Thu Mar 31 13:36:52 2016 (r412222) @@ -0,0 +1,14 @@ +--- config/os.freebsd.conf.orig 2016-03-31 01:16:02 UTC ++++ config/os.freebsd.conf +@@ -32,11 +32,6 @@ clamd_pid="/var/run/clamav/clamd.pid" + + work_dir="/var/db/clamav-unofficial-sigs" + +-log_file_path="/var/log/clamav" +- + clamd_restart_opt="service clamav-clamd reload" + + #clamd_socket="/var/run/clamav/clamd.sock" +- +-pkg_mgr="FreeBSD ports" +-pkg_rm="pkg remove" Added: head/security/clamav-unofficial-sigs/files/patch-config_user.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamav-unofficial-sigs/files/patch-config_user.conf Thu Mar 31 13:36:52 2016 (r412222) @@ -0,0 +1,11 @@ +--- config/user.conf.orig 2016-03-31 01:16:02 UTC ++++ config/user.conf +@@ -20,6 +20,8 @@ + # SEE MASTER.CONF FOR CONFIG EXPLAINATIONS + ################################################################################ + ++# IMPORTANT: Logging options should only be changed in master.conf file! ++ + # Values in this file will always override those in the master.conf and os.conf files. + # This is useful to specify your authorisation/receipt codes and to always force certain options. + # Please note, it is your responsibility to manage the contents of this file. Added: head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Thu Mar 31 13:36:52 2016 (r412222) @@ -0,0 +1,8 @@ +--- cron.d/clamav-unofficial-sigs.orig 2016-03-31 01:16:02 UTC ++++ cron.d/clamav-unofficial-sigs +@@ -22,4 +22,4 @@ + # 60 - 600 seconds. Adjust the cron start time, user account to run the + # script under, and path information shown below to meet your own needs. + +-45 * * * * root /bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null ++45 * * * * root /usr/local/bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null Added: head/security/clamav-unofficial-sigs/files/patch-logrotate.d_clamav-unofficial-sigs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamav-unofficial-sigs/files/patch-logrotate.d_clamav-unofficial-sigs Thu Mar 31 13:36:52 2016 (r412222) @@ -0,0 +1,20 @@ +--- logrotate.d/clamav-unofficial-sigs.orig 2016-03-31 01:16:02 UTC ++++ logrotate.d/clamav-unofficial-sigs +@@ -14,7 +14,7 @@ + # + ################## + +-/var/log/clamav-unofficial-sigs/clamav-unofficial-sigs.log { ++/var/log/clamav-unofficial-sigs.log { + weekly + rotate 4 + missingok +@@ -24,7 +24,7 @@ + # UNCOMMENT the specific line for your OS + + ## Debian / Ubuntu / Archlinux / Freebsd / Gentoo / Slackware / Raspbian +-# create 0644 clamav clamav ++ create 0644 clamav clamav + + ## Redhat / CentOS 6 + # create 0644 clam clam Modified: head/security/clamav-unofficial-sigs/files/pkg-message.in ============================================================================== --- head/security/clamav-unofficial-sigs/files/pkg-message.in Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/files/pkg-message.in Thu Mar 31 13:36:52 2016 (r412222) @@ -1,15 +1,27 @@ ********************************************************************** In order to start using clamav-unofficial-sigs, you need to configure -it first. A sample configuration file has been installed to: +it first. Sample configuration files have been installed to: -%%PREFIX%%/etc/clamav-unofficial-sigs.conf.sample +%%ETCDIR%% -Modify it according to your needs and copy to: +All user configuration changes should go in file "user.conf". Modify +it according to your needs and when you are done set the value of +"user_configuration_complete" parameter to "yes". + +NOTE: Starting with version 5.0.0 configuration has been split into +multiple files, which now reside in: + +%%ETCDIR%% + +If you had previous version installed, you can remove the old +obsolete configuration file: %%PREFIX%%/etc/clamav-unofficial-sigs.conf To run the script periodically by cron, you also need to add it to -your crontab. +your crontab. Sample crontab and logrotate files are located in: + +%%EXAMPLESDIR%% ********************************************************************** Modified: head/security/clamav-unofficial-sigs/pkg-descr ============================================================================== --- head/security/clamav-unofficial-sigs/pkg-descr Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/pkg-descr Thu Mar 31 13:36:52 2016 (r412222) @@ -1,3 +1,5 @@ The clamav-unofficial-sigs script provides the capability to download, test, and update the third-party ClamAV signature databases provided by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. + +WWW: https://github.com/extremeshok/clamav-unofficial-sigs Modified: head/security/clamav-unofficial-sigs/pkg-plist ============================================================================== --- head/security/clamav-unofficial-sigs/pkg-plist Thu Mar 31 13:33:02 2016 (r412221) +++ head/security/clamav-unofficial-sigs/pkg-plist Thu Mar 31 13:36:52 2016 (r412222) @@ -1,10 +1,10 @@ bin/clamav-unofficial-sigs.sh -etc/clamav-unofficial-sigs.conf.sample +@sample %%ETCDIR%%/master.conf.sample +@sample %%ETCDIR%%/os.conf.sample +@sample %%ETCDIR%%/user.conf.sample man/man8/clamav-unofficial-sigs.8.gz -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamav-unofficial-sigs-cron %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamav-unofficial-sigs-logrotate -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamd-status.sh From owner-svn-ports-all@freebsd.org Thu Mar 31 13:44:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 206E3AE4851; Thu, 31 Mar 2016 13:44:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E031B1FFC; Thu, 31 Mar 2016 13:44:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E0EECBDC8B; Thu, 31 Mar 2016 15:44:27 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id C9310BDC85; Thu, 31 Mar 2016 15:44:27 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 41D9A6125; Thu, 31 Mar 2016 15:44:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id E578F22B4094; Thu, 31 Mar 2016 15:44:26 +0200 (CEST) Date: Thu, 31 Mar 2016 15:44:26 +0100 From: Mathieu Arnold To: Tom Judge , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411876 - head/textproc/p5-RDF-Trine Message-ID: <57776DAC3E38680E4AB0FCC4@ogg.in.absolight.net> In-Reply-To: <201603251744.u2PHisZl034927@repo.freebsd.org> References: <201603251744.u2PHisZl034927@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========D0FB503E32FF8AC561F0==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:44:31 -0000 --==========D0FB503E32FF8AC561F0========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, +--On 25 mars 2016 17:44:54 +0000 Tom Judge wrote: | Author: tj | Date: Fri Mar 25 17:44:54 2016 | New Revision: 411876 | URL: https://svnweb.freebsd.org/changeset/ports/411876 | | Log: | Update to 1.014 This does not work, the configure stage does say: Warning: prerequisite IRI 0 not found. -- Mathieu Arnold --==========D0FB503E32FF8AC561F0========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/Sm6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IX7wP/2JmKMQEjta1tS4yIsbH5iuu fhx25h3tPjZkrp+sRnfNQyCpWs9X0IK0jMEgEvkgjFxXMFLdfrmtFAhQ75roHiO2 LvBzsBcY346PYS/tEVnvQBYbuCz/AYlrlqr1LpHfZTMMV7lWws8MGhykUibRNsB7 UODjXqttWV3se/77SukQkzdbnD4djMbRJdRYMibmOzWVBCW2pjsQmf9RpeA1Enox TXsk+4eF7VIP06IG3NpiP4WctZiLm69iNS0IBfp8x2psxx0YZwHRpcP89vlDmseQ qbZJv3IjJZJ4fHZ4NXtE4IF1rh+B4kmtCrGX4fbJ6os62R2C6EfjxToo+o77dQBt kd3q67gFySaCkOPxd1Qd5/oD72d9XDBUt8p8YICEGFG6uWDTuEzNREiZlX4bz+p2 IA7qzDTdBA8HbT6hhRQJYeVxoKDQAIMUoW9sG9ApjJlTXA9ZRbIOCFr/j+T0Yf7A 122SeM/Imq9Pjj5v85cq11VGzkfhMYWiSNz3yLB4dWYB7dBY/YvYyAtMke74HZgU w6oPXeRAFAQ0pcOQFU50tosBa5Hrql3HY1DGj1XJj/Wi36MRQiEUdhcQnKgw4nzv iIcJ0URYDYysor2pKfjHFGKTwJlErXccWy2k8jMxZOvq9b4Jq/o6VBxheMt3+M4P B0xp0m3PKJm7i4w9CVBX =5bjl -----END PGP SIGNATURE----- --==========D0FB503E32FF8AC561F0==========-- From owner-svn-ports-all@freebsd.org Thu Mar 31 13:53:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43836AE4A60; Thu, 31 Mar 2016 13:53:04 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10F2214F4; Thu, 31 Mar 2016 13:53:03 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VDr3fd005156; Thu, 31 Mar 2016 13:53:03 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VDr3Sj005155; Thu, 31 Mar 2016 13:53:03 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603311353.u2VDr3Sj005155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 31 Mar 2016 13:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412223 - head/graphics/ttygif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:53:04 -0000 Author: olivier Date: Thu Mar 31 13:53:02 2016 New Revision: 412223 URL: https://svnweb.freebsd.org/changeset/ports/412223 Log: Remove useless rundeps and restore silence REINPLACE_CMD Approved by: jadawin Reported by: mat Pointy hat: olivier Differential Revision: https://reviews.freebsd.org/D5801 Modified: head/graphics/ttygif/Makefile Modified: head/graphics/ttygif/Makefile ============================================================================== --- head/graphics/ttygif/Makefile Thu Mar 31 13:36:52 2016 (r412222) +++ head/graphics/ttygif/Makefile Thu Mar 31 13:53:02 2016 (r412223) @@ -2,6 +2,7 @@ PORTNAME= ttygif PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org @@ -10,8 +11,7 @@ COMMENT= Converts a ttyrec file into ani LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - ttyrec:${PORTSDIR}/misc/ttyrec +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_GITHUB= yes GH_ACCOUNT= icholy @@ -21,7 +21,7 @@ USES= tar:bzip2 gmake PLIST_FILES= bin/${PORTNAME} post-patch: - ${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-all@freebsd.org Thu Mar 31 14:20:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA05AE4E9F; Thu, 31 Mar 2016 14:20:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D3001F93; Thu, 31 Mar 2016 14:20:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEK44x011701; Thu, 31 Mar 2016 14:20:04 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEK49Y011699; Thu, 31 Mar 2016 14:20:04 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603311420.u2VEK49Y011699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 31 Mar 2016 14:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412224 - head/sysutils/cfengine-masterfiles38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:20:05 -0000 Author: cy Date: Thu Mar 31 14:20:04 2016 New Revision: 412224 URL: https://svnweb.freebsd.org/changeset/ports/412224 Log: Update 3.8.1 --> 3.8.2. Modified: head/sysutils/cfengine-masterfiles38/Makefile head/sysutils/cfengine-masterfiles38/distinfo Modified: head/sysutils/cfengine-masterfiles38/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles38/Makefile Thu Mar 31 13:53:02 2016 (r412223) +++ head/sysutils/cfengine-masterfiles38/Makefile Thu Mar 31 14:20:04 2016 (r412224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine-masterfiles -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ Modified: head/sysutils/cfengine-masterfiles38/distinfo ============================================================================== --- head/sysutils/cfengine-masterfiles38/distinfo Thu Mar 31 13:53:02 2016 (r412223) +++ head/sysutils/cfengine-masterfiles38/distinfo Thu Mar 31 14:20:04 2016 (r412224) @@ -1,2 +1,2 @@ -SHA256 (cfengine-masterfiles-3.8.1.tar.gz) = 8ed60ee080ff870925220f89023a1f02c25551b7032323a77ae3907c7583786d -SIZE (cfengine-masterfiles-3.8.1.tar.gz) = 404571 +SHA256 (cfengine-masterfiles-3.8.2.tar.gz) = dc9001eaf0c30958109290aa3c4267ef4caf2e038081586fe3907cc3e90bcdd1 +SIZE (cfengine-masterfiles-3.8.2.tar.gz) = 405280 From owner-svn-ports-all@freebsd.org Thu Mar 31 14:43:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F3AAAE4471; Thu, 31 Mar 2016 14:43:30 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 448721D29; Thu, 31 Mar 2016 14:43:30 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEhTP7020719; Thu, 31 Mar 2016 14:43:29 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEhTKr020718; Thu, 31 Mar 2016 14:43:29 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201603311443.u2VEhTKr020718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 31 Mar 2016 14:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412225 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:43:30 -0000 Author: girgen Date: Thu Mar 31 14:43:29 2016 New Revision: 412225 URL: https://svnweb.freebsd.org/changeset/ports/412225 Log: Add vuxml entries for "Security Fixes for RLS, BRIN" in PostgreSQL 9.5 Security: CVE-2016-2193 Security: CVE-2016-3065 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 31 14:20:04 2016 (r412224) +++ head/security/vuxml/vuln.xml Thu Mar 31 14:43:29 2016 (r412225) @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PostgreSQL -- minor security problems. + + + postgresql95-server + 9.5.09.5.2 + + + + +

PostgreSQL project reports:

+
+

Security Fixes for RLS, BRIN

+

+ This release closes security hole CVE-2016-2193 + (https://access.redhat.com/security/cve/CVE-2016-2193), where a query + plan might get reused for more than one ROLE in the same session. + This could cause the wrong set of Row Level Security (RLS) policies to + be used for the query.

+

+ The update also fixes CVE-2016-3065 + (https://access.redhat.com/security/cve/CVE-2016-3065), a server crash + bug triggered by using `pageinspect` with BRIN index pages. Since an + attacker might be able to expose a few bytes of server memory, this + crash is being treated as a security issue.

+
+ +
+ + CVE-2016-2193 + CVE-2016-3065 + + + 2016-03-01 + 2016-03-31 + +
+ flash -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Mar 31 14:46:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5547AE457B; Thu, 31 Mar 2016 14:46:40 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B1F1EFF; Thu, 31 Mar 2016 14:46:40 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEkd04020959; Thu, 31 Mar 2016 14:46:39 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEkdf0020956; Thu, 31 Mar 2016 14:46:39 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201603311446.u2VEkdf0020956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 31 Mar 2016 14:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412226 - head/databases/postgresql95-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:46:41 -0000 Author: girgen Date: Thu Mar 31 14:46:39 2016 New Revision: 412226 URL: https://svnweb.freebsd.org/changeset/ports/412226 Log: Update PostgreSQL 9.5 to latest version Security Fixes for RLS, BRIN ---------------------------- This release closes security hole CVE-2016-2193 (https://access.redhat.com/security/cve/CVE-2016-2193), where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query. The update also fixes CVE-2016-3065 (https://access.redhat.com/security/cve/CVE-2016-3065), a server crash bug triggered by using `pageinspect` with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue. Abbreviated Keys and Corrupt Indexes ------------------------------------ In this release, the PostgreSQL Project has been forced to disable 9.5's Abbreviated Keys performance feature for many indexes due to reports of index corruption. This may affect any B-tree indexes on TEXT, VARCHAR, and CHAR columns which are not in "C" locale. Indexes in other locales will lose the performance benefits of the feature, and should be REINDEXed in case of existing index corruption. The feature may be re-enabled in future versions if the project finds a solution for the problem. See the release notes, and the wiki page on this issue for more information: http://wiki.postgresql.org/abbreviatedkeys_issue URL: http://www.postgresql.org/about/news/1656/ URL: http://wiki.postgresql.org/abbreviatedkeys_issue Security: CVE-2016-2193 Security: CVE-2016-3065 Modified: head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/distinfo head/databases/postgresql95-server/pkg-plist-server Modified: head/databases/postgresql95-server/Makefile ============================================================================== --- head/databases/postgresql95-server/Makefile Thu Mar 31 14:43:29 2016 (r412225) +++ head/databases/postgresql95-server/Makefile Thu Mar 31 14:46:39 2016 (r412226) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.5.1 +DISTVERSION?= 9.5.2 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql95-server/distinfo ============================================================================== --- head/databases/postgresql95-server/distinfo Thu Mar 31 14:43:29 2016 (r412225) +++ head/databases/postgresql95-server/distinfo Thu Mar 31 14:46:39 2016 (r412226) @@ -1,2 +1,2 @@ -SHA256 (postgresql/postgresql-9.5.1.tar.bz2) = 6b309d8506a39773a752ff074f47656e5424576ea090b04a24fe1725958c5bd2 -SIZE (postgresql/postgresql-9.5.1.tar.bz2) = 18441638 +SHA256 (postgresql/postgresql-9.5.2.tar.bz2) = f8d132e464506b551ef498719f18cfe9d777709c7a1589dc360afc0b20e47c41 +SIZE (postgresql/postgresql-9.5.2.tar.bz2) = 18446616 Modified: head/databases/postgresql95-server/pkg-plist-server ============================================================================== --- head/databases/postgresql95-server/pkg-plist-server Thu Mar 31 14:43:29 2016 (r412225) +++ head/databases/postgresql95-server/pkg-plist-server Thu Mar 31 14:46:39 2016 (r412226) @@ -86,6 +86,7 @@ lib/libpgcommon.a %%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/id/LC_MESSAGES/postgres-9.5.mo @@ -392,6 +393,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain %%TZDATA%%%%DATADIR%%/timezone/Asia/Baku %%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok +%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul %%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut %%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek %%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei @@ -568,6 +570,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu %%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam %%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra +%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan %%TZDATA%%%%DATADIR%%/timezone/Europe/Athens %%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast %%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade @@ -615,6 +618,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn %%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane %%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol +%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk %%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod %%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz %%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican From owner-svn-ports-all@freebsd.org Thu Mar 31 14:49:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45B1AAE4663; Thu, 31 Mar 2016 14:49:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3CD11EC; Thu, 31 Mar 2016 14:49:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEn3HP021365; Thu, 31 Mar 2016 14:49:03 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEn2rT021351; Thu, 31 Mar 2016 14:49:02 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201603311449.u2VEn2rT021351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 31 Mar 2016 14:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412227 - in head/databases: postgresql91-server postgresql92-server postgresql93-server postgresql94-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:49:04 -0000 Author: girgen Date: Thu Mar 31 14:49:01 2016 New Revision: 412227 URL: https://svnweb.freebsd.org/changeset/ports/412227 Log: Update PostgreSQL 9.1, 9.2 9.3 and 9.4 to latest versions. URL: http://www.postgresql.org/about/news/1656/ Modified: head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/distinfo head/databases/postgresql91-server/pkg-plist-server head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/distinfo head/databases/postgresql92-server/pkg-plist-server head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/distinfo head/databases/postgresql93-server/pkg-plist-server head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/pkg-plist-server Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql91-server/Makefile Thu Mar 31 14:49:01 2016 (r412227) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.20 +DISTVERSION?= 9.1.21 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql91-server/distinfo ============================================================================== --- head/databases/postgresql91-server/distinfo Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql91-server/distinfo Thu Mar 31 14:49:01 2016 (r412227) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.20.tar.bz2) = 6d1e6c4334c265a85f0f96407b7a9aafff0f26cb62db2d8d03a32ba0c2872937 -SIZE (postgresql/postgresql-9.1.20.tar.bz2) = 15844360 +SHA256 (postgresql/postgresql-9.1.21.tar.bz2) = d66ee9076f3149a4cab4be3c6f47e13bc047138d17dfcb531ad01f78cfdeb393 +SIZE (postgresql/postgresql-9.1.21.tar.bz2) = 15850128 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql91-server/pkg-plist-server ============================================================================== --- head/databases/postgresql91-server/pkg-plist-server Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql91-server/pkg-plist-server Thu Mar 31 14:49:01 2016 (r412227) @@ -386,6 +386,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain %%TZDATA%%%%DATADIR%%/timezone/Asia/Baku %%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok +%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul %%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut %%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek %%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei @@ -562,6 +563,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu %%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam %%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra +%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan %%TZDATA%%%%DATADIR%%/timezone/Europe/Athens %%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast %%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade @@ -609,6 +611,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn %%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane %%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol +%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk %%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod %%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz %%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql92-server/Makefile Thu Mar 31 14:49:01 2016 (r412227) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.15 +DISTVERSION?= 9.2.16 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql92-server/distinfo ============================================================================== --- head/databases/postgresql92-server/distinfo Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql92-server/distinfo Thu Mar 31 14:49:01 2016 (r412227) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2.15.tar.bz2) = 7ced4807589899e83c64dd0803cf1f9782b6a20077ab545c66e868ef26543e60 -SIZE (postgresql/postgresql-9.2.15.tar.bz2) = 16480973 +SHA256 (postgresql/postgresql-9.2.16.tar.bz2) = d2164cb8706bf828161871c195299841c5be1fbd9bc85d7866704e54f0741b11 +SIZE (postgresql/postgresql-9.2.16.tar.bz2) = 16490199 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql92-server/pkg-plist-server ============================================================================== --- head/databases/postgresql92-server/pkg-plist-server Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql92-server/pkg-plist-server Thu Mar 31 14:49:01 2016 (r412227) @@ -383,6 +383,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain %%TZDATA%%%%DATADIR%%/timezone/Asia/Baku %%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok +%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul %%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut %%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek %%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei @@ -559,6 +560,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu %%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam %%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra +%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan %%TZDATA%%%%DATADIR%%/timezone/Europe/Athens %%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast %%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade @@ -606,6 +608,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn %%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane %%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol +%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk %%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod %%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz %%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql93-server/Makefile Thu Mar 31 14:49:01 2016 (r412227) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.3.11 +DISTVERSION?= 9.3.12 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql93-server/distinfo ============================================================================== --- head/databases/postgresql93-server/distinfo Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql93-server/distinfo Thu Mar 31 14:49:01 2016 (r412227) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.3.11.tar.bz2) = 3d222a90c941d3a6c02c7c749fc9eb54ff20a1166570459d09c5476743496a21 -SIZE (postgresql/postgresql-9.3.11.tar.bz2) = 17047707 +SHA256 (postgresql/postgresql-9.3.12.tar.bz2) = f3339ea23f86d07f3730adc878b2e5d433087ff44aad65a5ec9c22c32b112e67 +SIZE (postgresql/postgresql-9.3.12.tar.bz2) = 17052755 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql93-server/pkg-plist-server ============================================================================== --- head/databases/postgresql93-server/pkg-plist-server Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql93-server/pkg-plist-server Thu Mar 31 14:49:01 2016 (r412227) @@ -372,6 +372,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain %%TZDATA%%%%DATADIR%%/timezone/Asia/Baku %%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok +%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul %%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut %%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek %%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei @@ -548,6 +549,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu %%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam %%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra +%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan %%TZDATA%%%%DATADIR%%/timezone/Europe/Athens %%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast %%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade @@ -595,6 +597,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn %%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane %%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol +%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk %%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod %%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz %%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql94-server/Makefile Thu Mar 31 14:49:01 2016 (r412227) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.6 +DISTVERSION?= 9.4.7 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql94-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql94-server/distinfo Thu Mar 31 14:49:01 2016 (r412227) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.4.6.tar.bz2) = cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6 -SIZE (postgresql/postgresql-9.4.6.tar.bz2) = 17734946 +SHA256 (postgresql/postgresql-9.4.7.tar.bz2) = cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0 +SIZE (postgresql/postgresql-9.4.7.tar.bz2) = 17746987 SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279 Modified: head/databases/postgresql94-server/pkg-plist-server ============================================================================== --- head/databases/postgresql94-server/pkg-plist-server Thu Mar 31 14:46:39 2016 (r412226) +++ head/databases/postgresql94-server/pkg-plist-server Thu Mar 31 14:49:01 2016 (r412227) @@ -373,6 +373,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain %%TZDATA%%%%DATADIR%%/timezone/Asia/Baku %%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok +%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul %%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut %%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek %%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei @@ -549,6 +550,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu %%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam %%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra +%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan %%TZDATA%%%%DATADIR%%/timezone/Europe/Athens %%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast %%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade @@ -596,6 +598,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn %%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane %%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol +%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk %%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod %%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz %%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican From owner-svn-ports-all@freebsd.org Thu Mar 31 14:52:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6EECAE48AB; Thu, 31 Mar 2016 14:52:40 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79512162E; Thu, 31 Mar 2016 14:52:40 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEqdl0024154; Thu, 31 Mar 2016 14:52:39 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEqdDc024153; Thu, 31 Mar 2016 14:52:39 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201603311452.u2VEqdDc024153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 31 Mar 2016 14:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412228 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:52:40 -0000 Author: girgen Date: Thu Mar 31 14:52:39 2016 New Revision: 412228 URL: https://svnweb.freebsd.org/changeset/ports/412228 Log: This CVE is actually for the -contrib module: Security: CVE-2016-3065 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 31 14:49:01 2016 (r412227) +++ head/security/vuxml/vuln.xml Thu Mar 31 14:52:39 2016 (r412228) @@ -63,6 +63,7 @@ Notes: postgresql95-server + postgresql95-contrib 9.5.09.5.2 From owner-svn-ports-all@freebsd.org Thu Mar 31 14:54:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E841BAE4908; Thu, 31 Mar 2016 14:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3B1F1774; Thu, 31 Mar 2016 14:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEsj9U024374; Thu, 31 Mar 2016 14:54:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEsjZM024372; Thu, 31 Mar 2016 14:54:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603311454.u2VEsjZM024372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Mar 2016 14:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412229 - head/security/ike X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:54:47 -0000 Author: amdmi3 Date: Thu Mar 31 14:54:45 2016 New Revision: 412229 URL: https://svnweb.freebsd.org/changeset/ports/412229 Log: - Switch to USES=tar:tbz2 - Switch to options helpers - Fix typo - Fix plist for WITH=QTGUI case Approved by: portmgr blanket Modified: head/security/ike/Makefile head/security/ike/pkg-plist Modified: head/security/ike/Makefile ============================================================================== --- head/security/ike/Makefile Thu Mar 31 14:52:39 2016 (r412228) +++ head/security/ike/Makefile Thu Mar 31 14:54:45 2016 (r412229) @@ -7,7 +7,6 @@ PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= https://www.shrew.net/download/ike/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release -EXTRACT_SUFX= .tbz2 MAINTAINER= mgrooms@shrew.net COMMENT= Shrew Soft IKE daemon and client tools @@ -15,60 +14,45 @@ COMMENT= Shrew Soft IKE daemon and clien ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= iked -USES= bison cmake libedit tar:bzip2 +USES= bison cmake libedit tar:tbz2 USE_OPENSSL= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -CMAKE_ARGS+= -DETCDIR:PATH="${PREFIX}/etc" \ +CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \ -DBINDIR:PATH="${PREFIX}/bin" \ -DSBINDIR:PATH="${PREFIX}/sbin" \ -DLIBDIR:PATH="${PREFIX}/lib" \ -DMANDIR:PATH="${PREFIX}/man" OPTIONS_DEFINE= QTGUI NATT LDAP DEBUG +OPTIONS_SUB= yes + QTGUI_DESC= Enable QT client front end applications NATT_DESC= Enable NAT-Traversal LDAP_DESC= Enable LDAP XAuth daemon support -.include +DEBUG_CMAKE_ON= -DDEBUG=YES -.if ${PORT_OPTIONS:MDEBUG} -CMAKE_ARGS+= -DDEBUG=YES -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= YES -CMAKE_ARGS+= -DLDAP=YES -.endif - -.if ${PORT_OPTIONS:MNATT} -CMAKE_ARGS+= -DNATT=YES -.endif - -.if ${PORT_OPTIONS:MQTGUI} -CMAKE_ARGS+= -DQTGUI=YES -USE_QT_VER= 4 -USE_QT4= gui moc_build qmake_build rcc_build uic_build -MAN1+= qikea.1 qikec.1 -PLIST_SUB+= QTGUI="" -.else -PLIST_SUB+= QTGUI="@comment " -.endif +LDAP_USE= OPENLDAP=yes +LDAP_CMAKE_ON= -DLDAP=YES +NATT_CMAKE_ON= -DNATT=YES +QTGUI_CMAKE_ON= -DQTGUI=YES +QTGUI_USE= QT4=gui,moc_build,qmake_build,rcc_build,uic_build post-install: @if ! ${SYSCTL} -a | ${GREP} -q ipsec; then \ ${ECHO_MSG} "===> -------------------------------------------------------------------------"; \ - ${ECHO_MSG} "===> WARNNG: You need IPsec support in your kernel, please see:"; \ + ${ECHO_MSG} "===> WARNING: You need IPsec support in your kernel, please see:"; \ ${ECHO_MSG} "===> http://www.freebsd.org/doc/en/books/handbook/ipsec.html"; \ ${ECHO_MSG} "===> -------------------------------------------------------------------------"; \ fi ; -.if ${PORT_OPTIONS:MNATT} + +post-install-NATT-on: @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> WARNING: To use NAT Traversal ( NAT-T ) support, please be sure to" @${ECHO_MSG} "===> include the following line in your kernel config file." @${ECHO_MSG} "===> options IPSEC_NAT_T" @${ECHO_MSG} "===> -------------------------------------------------------------------------" -.endif .include Modified: head/security/ike/pkg-plist ============================================================================== --- head/security/ike/pkg-plist Thu Mar 31 14:52:39 2016 (r412228) +++ head/security/ike/pkg-plist Thu Mar 31 14:54:45 2016 (r412229) @@ -16,5 +16,7 @@ lib/libss_log.so.2.2.1 lib/libss_pfk.so lib/libss_pfk.so.2.2.1 man/man1/ikec.1.gz +%%QTGUI%%man/man1/qikea.1.gz +%%QTGUI%%man/man1/qikec.1.gz man/man5/iked.conf.5.gz man/man8/iked.8.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 14:56:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D1DBAE49D1; Thu, 31 Mar 2016 14:56:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D62619D9; Thu, 31 Mar 2016 14:56:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEuaB9024737; Thu, 31 Mar 2016 14:56:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEuac4024734; Thu, 31 Mar 2016 14:56:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311456.u2VEuac4024734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 14:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412230 - in head/security/clamav-unofficial-sigs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:56:37 -0000 Author: pi Date: Thu Mar 31 14:56:36 2016 New Revision: 412230 URL: https://svnweb.freebsd.org/changeset/ports/412230 Log: security/clamav-unofficial-sigs: fix PREFIX in two patches PR: 208326 Submitted by: Lukasz Wasikowski Approved by: Marko Njezic (maintainer) Modified: head/security/clamav-unofficial-sigs/Makefile head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Modified: head/security/clamav-unofficial-sigs/Makefile ============================================================================== --- head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 14:56:36 2016 (r412230) @@ -3,6 +3,7 @@ PORTNAME= clamav-unofficial-sigs PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sf@maxempire.com Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 14:56:36 2016 (r412230) @@ -1,11 +1,11 @@ ---- clamav-unofficial-sigs.sh.orig 2016-03-31 13:04:08 UTC +--- clamav-unofficial-sigs.sh.orig 2016-03-31 14:38:13 UTC +++ clamav-unofficial-sigs.sh @@ -158,7 +158,7 @@ minimum_required_config_version="56" version_date="31 March 2016" #default config files -config_dir="/etc/clamav-unofficial-sigs" -+config_dir="/usr/local/etc/clamav-unofficial-sigs" ++config_dir="%%PREFIX%%/etc/clamav-unofficial-sigs" config_files=("$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf") Modified: head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Thu Mar 31 14:56:36 2016 (r412230) @@ -1,8 +1,8 @@ ---- cron.d/clamav-unofficial-sigs.orig 2016-03-31 01:16:02 UTC +--- cron.d/clamav-unofficial-sigs.orig 2016-03-31 14:40:05 UTC +++ cron.d/clamav-unofficial-sigs @@ -22,4 +22,4 @@ # 60 - 600 seconds. Adjust the cron start time, user account to run the # script under, and path information shown below to meet your own needs. -45 * * * * root /bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null -+45 * * * * root /usr/local/bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null ++45 * * * * root %%PREFIX%%/bin/bash %%PREFIX%%/bin/clamav-unofficial-sigs.sh > /dev/null From owner-svn-ports-all@freebsd.org Thu Mar 31 15:02:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E972FAE4B39; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D90D11E58; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D7F4917CB; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) Date: Thu, 31 Mar 2016 15:02:43 +0000 From: Alexey Dokuchaev To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411158 - in head/net: . socketw Message-ID: <20160331150243.GA29515@FreeBSD.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603151249.u2FCnBCu021587@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:02:44 -0000 On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: > New Revision: 411158 > URL: https://svnweb.freebsd.org/changeset/ports/411158 > > Log: > SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket > C++ library [...] > > Added: head/net/socketw/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/socketw/Makefile Tue Mar 15 12:49:11 2016 (r411158) > @@ -0,0 +1,19 @@ > +# Created by: Thibault Payet > +# $FreeBSD$ > + > +PORTNAME= socketw > +PORTVERSION= 1.0.0.20151501 > +CATEGORIES= net > + > +MAINTAINER= monwarez@mailoo.org > +COMMENT= SocketW is a cross platform streaming socket C++ Violation of Section 5.6 of the PHB (clause #2). ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 31 15:23:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9235EAE4FEC; Thu, 31 Mar 2016 15:23:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54902170B; Thu, 31 Mar 2016 15:23:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFNGGE034539; Thu, 31 Mar 2016 15:23:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFNDes034507; Thu, 31 Mar 2016 15:23:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603311523.u2VFNDes034507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 31 Mar 2016 15:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412231 - in head: databases/p5-DBIx-Class-Helpers devel/p5-Class-Spiffy devel/p5-Config-Validator devel/p5-IO-Pipely devel/p5-Minilla devel/p5-Moo devel/p5-Perl-Version devel/p5-Perl6-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:23:17 -0000 Author: mat Date: Thu Mar 31 15:23:13 2016 New Revision: 412231 URL: https://svnweb.freebsd.org/changeset/ports/412231 Log: Cleanup dependencies on lang/p5-Scalar-List-Utils. The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight Modified: head/databases/p5-DBIx-Class-Helpers/Makefile (contents, props changed) head/devel/p5-Class-Spiffy/Makefile (contents, props changed) head/devel/p5-Config-Validator/Makefile (contents, props changed) head/devel/p5-IO-Pipely/Makefile (contents, props changed) head/devel/p5-Minilla/Makefile (contents, props changed) head/devel/p5-Moo/Makefile (contents, props changed) head/devel/p5-Perl-Version/Makefile (contents, props changed) head/devel/p5-Perl6-Form/Makefile (contents, props changed) head/devel/p5-Return-Type/Makefile (contents, props changed) head/devel/p5-SUPER/Makefile (contents, props changed) head/devel/p5-Test-Data/Makefile (contents, props changed) head/finance/p5-Finance-Bitcoin/Makefile (contents, props changed) head/mail/p5-MIME-Fast/Makefile (contents, props changed) head/math/p5-Graph/Makefile (contents, props changed) head/math/p5-Math-Algebra-Symbols/Makefile (contents, props changed) head/math/p5-Math-Polygon-Tree/Makefile (contents, props changed) head/multimedia/gtk-youtube-viewer/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Object/Makefile (contents, props changed) head/net-mgmt/p5-Net-SNMP-Util/Makefile (contents, props changed) head/net-mgmt/p5-jmx4perl/Makefile (contents, props changed) head/net/p5-Kafka/Makefile (contents, props changed) head/net/p5-MaxMind-DB-Reader/Makefile (contents, props changed) head/sysutils/p5-Rex/Makefile (contents, props changed) head/textproc/p5-ElasticSearch-SearchBuilder/Makefile (contents, props changed) head/textproc/p5-Geo-Parse-OSM/Makefile (contents, props changed) head/textproc/p5-Perl-Lint/Makefile (contents, props changed) head/textproc/p5-RDF-Trine/Makefile (contents, props changed) head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Singleton/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent/Makefile (contents, props changed) Modified: head/databases/p5-DBIx-Class-Helpers/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/databases/p5-DBIx-Class-Helpers/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= DBIx-Class-Helpers PORTVERSION= 2.032000 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,6 @@ RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR} p5-DBIx-Introspector>=0:${PORTSDIR}/databases/p5-DBIx-Introspector \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ p5-Text-Brew>=0:${PORTSDIR}/textproc/p5-Text-Brew \ Modified: head/devel/p5-Class-Spiffy/Makefile ============================================================================== --- head/devel/p5-Class-Spiffy/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Class-Spiffy/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Class-Spiffy PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Class::Spiffy - Spiffy Perl Interface Framework For You -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-Validator/Makefile ============================================================================== --- head/devel/p5-Config-Validator/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Config-Validator/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= Config-Validator PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,6 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-No-Worries>=1.0:${PORTSDIR}/devel/p5-No-Worries \ - p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-URI>=1.67:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-IO-Pipely/Makefile ============================================================================== --- head/devel/p5-IO-Pipely/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-IO-Pipely/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -14,10 +14,14 @@ COMMENT= Portably create pipe() or pipe- LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils - NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/devel/p5-Minilla/Makefile ============================================================================== --- head/devel/p5-Minilla/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Minilla/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -4,6 +4,7 @@ PORTNAME= Minilla PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR=CPAN:TOKUHIROM @@ -50,7 +51,6 @@ BUILD_DEPENDS= git>=0:${PORTSDIR}/devel/ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \ p5-strictures>=0:${PORTSDIR}/devel/p5-strictures \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Software-License>=0:${PORTSDIR}/misc/p5-Software-License \ p5-Version-Next>=0:${PORTSDIR}/textproc/p5-Version-Next RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Moo/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= Moo PORTVERSION= 2.001001 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -28,13 +29,6 @@ USES= perl5 USE_PERL5= configure XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:${PORTSDIR}/devel/p5-Class-XSAccessor -XS_RUN_DEPENDS:= ${XS_BUILD_DEPENDS} +XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} -.include - -.if ${PERL_LEVEL} < 502104 && ${PORT_OPTIONS:MXS} -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Perl-Version/Makefile ============================================================================== --- head/devel/p5-Perl-Version/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Perl-Version/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Perl-Version PORTVERSION= 1.013 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ COMMENT= Parse and manipulate Perl versi LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/devel/p5-Perl6-Form/Makefile ============================================================================== --- head/devel/p5-Perl6-Form/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Perl6-Form/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Perl6-Form PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Implements the Perl 6 'form' built-in -BUILD_DEPENDS= p5-Perl6-Export>=0:${PORTSDIR}/devel/p5-Perl6-Export \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Perl6-Export>=0:${PORTSDIR}/devel/p5-Perl6-Export RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-Return-Type/Makefile ============================================================================== --- head/devel/p5-Return-Type/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Return-Type/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Return-Type PORTVERSION= 0.005 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -15,8 +15,7 @@ COMMENT= Specify a return type for a fun LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny +BUILD_DEPENDS= p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal Modified: head/devel/p5-SUPER/Makefile ============================================================================== --- head/devel/p5-SUPER/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-SUPER/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= SUPER PORTVERSION= 1.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch -BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-Test-Data/Makefile ============================================================================== --- head/devel/p5-Test-Data/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/devel/p5-Test-Data/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Test-Data PORTVERSION= 1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BDFOY @@ -12,9 +12,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Test functions for particular variable types -RUN_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS:= ${RUN_DEPENDS} - USES= perl5 USE_PERL5= configure Modified: head/finance/p5-Finance-Bitcoin/Makefile ============================================================================== --- head/finance/p5-Finance-Bitcoin/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/finance/p5-Finance-Bitcoin/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Finance-Bitcoin PORTVERSION= 0.901 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,6 @@ COMMENT= Perl interface to a bitcoin ins BUILD_DEPENDS= p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \ p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \ - p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Object-AUTHORITY>=0:${PORTSDIR}/devel/p5-Object-Authority RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/mail/p5-MIME-Fast/Makefile ============================================================================== --- head/mail/p5-MIME-Fast/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/mail/p5-MIME-Fast/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= MIME-Fast PORTVERSION= 1.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit, and parse MIME messages (via gmime2 C library) -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/math/p5-Graph/Makefile ============================================================================== --- head/math/p5-Graph/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/math/p5-Graph/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Graph PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN @@ -12,8 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Graph, the Perl module for graph operations -BUILD_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/math/p5-Math-Algebra-Symbols/Makefile ============================================================================== --- head/math/p5-Math-Algebra-Symbols/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/math/p5-Math-Algebra-Symbols/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Math-Algebra-Symbols PORTVERSION= 1.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,6 @@ COMMENT= Symbolic Algebra in Pure Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 shebangfix SHEBANG_FILES= symbols.pl perl_OLD_CMD= perl Modified: head/math/p5-Math-Polygon-Tree/Makefile ============================================================================== --- head/math/p5-Math-Polygon-Tree/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/math/p5-Math-Polygon-Tree/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= Math-Polygon-Tree PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LIOSHA @@ -12,7 +13,6 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Class for fast check if point is inside polygon BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Math-Geometry-Planar-GPC-PolygonXS>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-PolygonXS RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/multimedia/gtk-youtube-viewer/Makefile ============================================================================== --- head/multimedia/gtk-youtube-viewer/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/multimedia/gtk-youtube-viewer/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= gtk-youtube-viewer PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= multimedia perl5 MAINTAINER= ports@FreeBSD.org @@ -24,7 +25,6 @@ BUILD_DEPENDS= p5-JSON>0:${PORTSDIR}/con p5-Term-ReadLine>0:${PORTSDIR}/devel/p5-Term-ReadLine \ p5-Thread-Queue>0:${PORTSDIR}/devel/p5-Thread-Queue \ p5-threads>0:${PORTSDIR}/devel/p5-threads \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Socket>0:${PORTSDIR}/net/p5-Socket \ p5-Text-CharWidth>0:${PORTSDIR}/textproc/p5-Text-CharWidth \ p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ Modified: head/net-mgmt/p5-Nagios-Object/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Object/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/net-mgmt/p5-Nagios-Object/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Nagios-Object PORTVERSION= 0.21.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,6 @@ COMMENT= Perl objects to represent Nagio BUILD_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build \ p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-List-Compare>=0.37:${PORTSDIR}/misc/p5-List-Compare \ p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings Modified: head/net-mgmt/p5-Net-SNMP-Util/Makefile ============================================================================== --- head/net-mgmt/p5-Net-SNMP-Util/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/net-mgmt/p5-Net-SNMP-Util/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Net-SNMP-Util PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TONODERA @@ -12,8 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Utility functions for Net::SNMP -RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP USES= perl5 USE_PERL5= configure Modified: head/net-mgmt/p5-jmx4perl/Makefile ============================================================================== --- head/net-mgmt/p5-jmx4perl/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/net-mgmt/p5-jmx4perl/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -2,11 +2,12 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 +DISTVERSIONSUFFIX= _2 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}_2${EXTRACT_SUFX} MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl @@ -24,7 +25,6 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDI p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ p5-Term-Clui>=0:${PORTSDIR}/devel/p5-Term-Clui \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ @@ -53,7 +53,6 @@ ETC_FILES= common.cfg \ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= ETC_FILES="${ETC_FILES}" -WRKSRC= ${WRKDIR}/${DISTNAME}_2 post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/net/p5-Kafka/Makefile ============================================================================== --- head/net/p5-Kafka/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/net/p5-Kafka/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= Kafka PORTVERSION= 0.8010 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SGLADKOV @@ -22,7 +23,6 @@ BUILD_DEPENDS= p5-Compress-Snappy>=0:${P p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ - p5-Scalar-List-Utils>=1:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Scalar-Util-Numeric>=0:${PORTSDIR}/devel/p5-Scalar-Util-Numeric \ p5-Data-HexDump-Range>=0:${PORTSDIR}/devel/p5-Data-HexDump-Range @@ -31,4 +31,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.38:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.38:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/net/p5-MaxMind-DB-Reader/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Reader/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/net/p5-MaxMind-DB-Reader/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= MaxMind-DB-Reader PORTVERSION= 1.000009 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -27,7 +28,6 @@ BUILD_DEPENDS= p5-Data-IEEE754>=0:${PORT p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Path-Class>=0.27:${PORTSDIR}/devel/p5-Path-Class \ - p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ @@ -37,4 +37,10 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502300 +TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/sysutils/p5-Rex/Makefile ============================================================================== --- head/sysutils/p5-Rex/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/sysutils/p5-Rex/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -2,6 +2,7 @@ PORTNAME= Rex PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FERKI @@ -20,7 +21,6 @@ BUILD_DEPENDS= \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \ Modified: head/textproc/p5-ElasticSearch-SearchBuilder/Makefile ============================================================================== --- head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= ElasticSearch-SearchBuilder PORTVERSION= 0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ COMMENT= ElasticSearch Query Builder LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump Modified: head/textproc/p5-Geo-Parse-OSM/Makefile ============================================================================== --- head/textproc/p5-Geo-Parse-OSM/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/textproc/p5-Geo-Parse-OSM/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Geo-Parse-OSM PORTVERSION= 0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc geography perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LIOSHA @@ -13,7 +13,6 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenStreetMap XML file regexp parser BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-Perl-Lint/Makefile ============================================================================== --- head/textproc/p5-Perl-Lint/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/textproc/p5-Perl-Lint/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Perl-Lint PORTVERSION= 0.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MOZNION @@ -22,7 +22,6 @@ BUILD_DEPENDS= p5-B-Keywords>=0:${PORTSD p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \ - p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -44,6 +43,9 @@ post-install-EXAMPLES-on: .if ${PERL_LEVEL} >= 502000 BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +.else +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include Modified: head/textproc/p5-RDF-Trine/Makefile ============================================================================== --- head/textproc/p5-RDF-Trine/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/textproc/p5-RDF-Trine/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,6 +3,7 @@ PORTNAME= RDF-Trine PORTVERSION= 1.014 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,7 +31,6 @@ BUILD_DEPENDS= p5-Algorithm-Combinatoric p5-Module-Load-Conditional>=0.38:${PORTSDIR}/devel/p5-Module-Load-Conditional \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-ArrayRef>=0:${PORTSDIR}/devel/p5-MooseX-ArrayRef \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ @@ -49,4 +49,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile ============================================================================== --- head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Component-ACCEPT_CONTEXT PORTVERSION= 0.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Make the Catalyst request context available in Models and Views -BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle Modified: head/www/p5-Catalyst-Plugin-Singleton/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/www/p5-Catalyst-Plugin-Singleton/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Plugin-Singleton PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -13,8 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Singleton accessors to context -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-HTTP-MobileAgent/Makefile ============================================================================== --- head/www/p5-HTTP-MobileAgent/Makefile Thu Mar 31 14:56:36 2016 (r412230) +++ head/www/p5-HTTP-MobileAgent/Makefile Thu Mar 31 15:23:13 2016 (r412231) @@ -3,7 +3,7 @@ PORTNAME= HTTP-MobileAgent PORTVERSION= 0.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KURIHARA @@ -17,7 +17,6 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ p5-HTTP-Message>=1.43:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ja-p5-WWW-MobileCarrierJP>=0.04:${PORTSDIR}/japanese/p5-WWW-MobileCarrierJP \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML From owner-svn-ports-all@freebsd.org Thu Mar 31 15:27:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCDFFAE01BF for ; Thu, 31 Mar 2016 15:27:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B63091AC8 for ; Thu, 31 Mar 2016 15:27:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id B8E0322216 for ; Thu, 31 Mar 2016 11:19:32 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute2.internal (MEProxy); Thu, 31 Mar 2016 11:19:32 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=TdYYeNNJO4fMzlF c7TIfcb0tBAQ=; b=SUZrQ3iMmrCC9fHW4s9RF+7SJKZA0T9cUIL/LEADZmqaTTj pBX7h0EW/L47XK7h0GWtC6N7epQkv5xBKTc/g4ND7v9sre+xJYaEL04ik+FZjhdC T51lL+ZnbH7zdVyKDw0BsLEYzDP9wedT9nArHT8NPoM2B06Yn1/NT01g5fWU= Received: by web4.nyi.internal (Postfix, from userid 99) id 82A20104812; Thu, 31 Mar 2016 11:19:32 -0400 (EDT) Message-Id: <1459437572.1257749.564801874.0692E203@webmail.messagingengine.com> X-Sasl-Enc: IQXZY3kg1JY84AXDdDOBYAV6OYmT6ZBOX2t8HFm15M0N 1459437572 From: Mark Felder To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-9aaf2efb In-Reply-To: <20160331150243.GA29515@FreeBSD.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> <20160331150243.GA29515@FreeBSD.org> Subject: Re: svn commit: r411158 - in head/net: . socketw Date: Thu, 31 Mar 2016 10:19:32 -0500 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:27:57 -0000 On Thu, Mar 31, 2016, at 10:02, Alexey Dokuchaev wrote: > On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: > > New Revision: 411158 > > URL: https://svnweb.freebsd.org/changeset/ports/411158 > > > > Log: > > SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket > > C++ library [...] > > > > Added: head/net/socketw/Makefile > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net/socketw/Makefile Tue Mar 15 12:49:11 2016 (r411158) > > @@ -0,0 +1,19 @@ > > +# Created by: Thibault Payet > > +# $FreeBSD$ > > + > > +PORTNAME= socketw > > +PORTVERSION= 1.0.0.20151501 > > +CATEGORIES= net > > + > > +MAINTAINER= monwarez@mailoo.org > > +COMMENT= SocketW is a cross platform streaming socket C++ > > Violation of Section 5.6 of the PHB (clause #2). > > ./danfe > Thanks, I'll correct that COMMENT ... -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Mar 31 15:32:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37194AE036F; Thu, 31 Mar 2016 15:32:51 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEB891E88; Thu, 31 Mar 2016 15:32:50 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFWook037916; Thu, 31 Mar 2016 15:32:50 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFWn0l037907; Thu, 31 Mar 2016 15:32:49 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201603311532.u2VFWn0l037907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Thu, 31 Mar 2016 15:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412232 - in head: misc misc/seabios misc/seabios/files sysutils/xen-tools sysutils/xen-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:32:51 -0000 Author: royger (src committer) Date: Thu Mar 31 15:32:49 2016 New Revision: 412232 URL: https://svnweb.freebsd.org/changeset/ports/412232 Log: xen-tools: extract seabios, build with clang Submitted by: bapt Minor fixes by: royger Approved by: bapt Added: head/misc/seabios/ head/misc/seabios/Makefile (contents, props changed) head/misc/seabios/distinfo (contents, props changed) head/misc/seabios/files/ head/misc/seabios/files/0001-build-fix-.text-section-address-alignment.patch (contents, props changed) head/misc/seabios/pkg-descr (contents, props changed) head/sysutils/xen-tools/files/patch-tools_libxc_xc__dom__bzimageloader.c (contents, props changed) head/sysutils/xen-tools/files/patch-tools_misc_xenpm.c (contents, props changed) Deleted: head/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch head/sysutils/xen-tools/files/patch-tools_firmware_seabios-dir_scripts_buildversion.sh Modified: head/misc/Makefile head/sysutils/xen-tools/Makefile head/sysutils/xen-tools/distinfo Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Mar 31 15:23:13 2016 (r412231) +++ head/misc/Makefile Thu Mar 31 15:32:49 2016 (r412232) @@ -420,6 +420,7 @@ SUBDIR += shc SUBDIR += shuffle SUBDIR += shuffle-db + SUBDIR += seabios SUBDIR += since SUBDIR += skyutils SUBDIR += sloccount Added: head/misc/seabios/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/seabios/Makefile Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= seabios +PORTVERSION= 1.9.1 +CATEGORIES= misc +MASTER_SITES= http://code.coreboot.org/p/seabios/downloads/get/ + +MAINTAINER= royger@FreeBSD.org +COMMENT= Open source implementation of a 16bit X86 BIOS + +LICENSE= LGPL3 + +USES= gmake python:build + +MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" +USE_GCC= yes + +EXTRA_PATCHES= ${FILESDIR}/0001-build-fix-.text-section-address-alignment.patch:-p1 + +PLIST_FILES= ${DATADIR}/bios.bin + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${STAGEDIR}${DATADIR} + +.include +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} Added: head/misc/seabios/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/seabios/distinfo Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,2 @@ +SHA256 (seabios-1.9.1.tar.gz) = 8a2a562fe5cfd37fe8327cdc4a60accdfe441e235b29e6999fdeb442ba98d608 +SIZE (seabios-1.9.1.tar.gz) = 570186 Added: head/misc/seabios/files/0001-build-fix-.text-section-address-alignment.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/seabios/files/0001-build-fix-.text-section-address-alignment.patch Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,73 @@ +From 8a0df37ee2f77a126925dfe9ae1d6a6bd24aad45 Mon Sep 17 00:00:00 2001 +From: Kevin O'Connor +Date: Fri, 19 Feb 2016 21:34:16 -0500 +Subject: [PATCH] build: fix .text section address alignment +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Some linkers verify that sections have a start address that is aligned +with the minimum alignment of that section. Add extra padding to the +".text" section to ensure it is always aligned with the maximum +alignment of any section placed in ".text". + +Signed-off-by: Kevin O'Connor +Signed-off-by: Roger Pau Monné +Reported by: Ed Maste + +(cherry picked from commit 3910de0dee216d5b5bf23cfa29bfc80d082b2ee7) +--- + scripts/layoutrom.py | 14 ++++++++++---- + 1 file changed, 10 insertions(+), 4 deletions(-) + +diff --git a/scripts/layoutrom.py b/scripts/layoutrom.py +index b976fb0..6616721 100755 +--- a/scripts/layoutrom.py ++++ b/scripts/layoutrom.py +@@ -34,18 +34,22 @@ COMMONTRAILER = """ + # Determine section locations + ###################################################################### + +-# Align 'pos' to 'alignbytes' offset ++# Align 'pos' up to 'alignbytes' offset + def alignpos(pos, alignbytes): + mask = alignbytes - 1 + return (pos + mask) & ~mask + ++# Align 'pos' down to 'alignbytes' offset ++def aligndown(pos, alignbytes): ++ mask = alignbytes - 1 ++ return pos & ~mask ++ + # Determine the final addresses for a list of sections that end at an + # address. + def setSectionsStart(sections, endaddr, minalign=1, segoffset=0): + totspace = 0 + for section in sections: +- if section.align > minalign: +- minalign = section.align ++ minalign = max(minalign, section.align) + totspace = alignpos(totspace, section.align) + section.size + startaddr = int((endaddr - totspace) / minalign) * minalign + curaddr = startaddr +@@ -269,7 +273,7 @@ def doLayout(sections, config, genreloc): + final_sec32low_end = BUILD_LOWRAM_END + zonelow_base = final_sec32low_end - 64*1024 + relocdelta = final_sec32low_end - sec32low_end +- li.sec32low_start, li.sec32low_align = setSectionsStart( ++ li.sec32low_start, sec32low_align = setSectionsStart( + sections32low, sec32low_end, 16 + , segoffset=zonelow_base - relocdelta) + li.sec32low_end = sec32low_end +@@ -405,6 +409,8 @@ def writeLinkerScripts(li, out16, out32seg, out32flat): + if li.config.get('CONFIG_MULTIBOOT'): + multiboot_header = "LONG(0x1BADB002) LONG(0) LONG(-0x1BADB002)" + sec32all_start -= 3 * 4 ++ sec32all_align = max([section.align for section in li.sections]) ++ sec32all_start = aligndown(sec32all_start, sec32all_align) + out += outXRefs(filesections32flat, exportsyms=[li.entrysym]) + """ + _reloc_min_align = 0x%x ; + zonefseg_start = 0x%x ; +-- +2.6.4 (Apple Git-63) + Added: head/misc/seabios/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/seabios/pkg-descr Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,4 @@ +Seabios is an open source implementation of a 16bit X86 BIOS. SeaBIOS can run in +an emulator or it can run natively on X86 hardware + +WWW: http://www.seabios.org Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Thu Mar 31 15:23:13 2016 (r412231) +++ head/sysutils/xen-tools/Makefile Thu Mar 31 15:32:49 2016 (r412232) @@ -2,10 +2,9 @@ PORTNAME= xen PORTVERSION= 4.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators -MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ - http://code.coreboot.org/p/seabios/downloads/get/:seabios +MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ PKGNAMESUFFIX= -tools MAINTAINER= royger@FreeBSD.org @@ -17,27 +16,25 @@ LICENSE_COMB= multi LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl \ liblzo2.so:${PORTSDIR}/archivers/lzo2 \ libpixman-1.so:${PORTSDIR}/x11/pixman -BUILD_DEPENDS= dev86>0:${PORTSDIR}/devel/dev86 +BUILD_DEPENDS= dev86>0:${PORTSDIR}/devel/dev86 \ + seabios>0:${PORTSDIR}/misc/seabios OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64" -SEABIOSVERSION= 1.8.2 -DISTFILES+= ${DISTNAME}.tar.gz \ - seabios-${SEABIOSVERSION}.tar.gz:seabios - WRKSRC= ${WRKDIR}/xen-${PORTVERSION} -USES= cpe gmake libtool perl5 pkgconfig python shebangfix +USES= cpe gmake libtool perl5 pkgconfig python shebangfix localbase USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= HOSTCC="${CC}" CC="${CC}" \ ac_cv_path_BASH=${TRUE} \ ac_cv_path_XGETTEXT=${TRUE} -MAKE_ARGS= HOSTCC="${CC}" CC="${CC}" GCC="${GCC}" cc="${GCC}" +MAKE_ARGS= HOSTCC="${CC}" CC="${CC}" GCC="${CC}" cc="${GCC}" \ + HOSTCFLAGS="${CFLAGS}" SEABIOS_PATH="${LOCALBASE}/share/seabios/bios.bin" QEMU_ARGS= --disable-gtk \ --disable-smartcard-nss \ --disable-sdl \ @@ -47,15 +44,15 @@ QEMU_ARGS= --disable-gtk \ --disable-tools \ --disable-curl \ --cxx=c++ +CFLAGS= -Wno-ignored-attributes -Qunused-arguments -Wno-header-guard \ + -Wno-tautological-compare -Wno-format-extra-args -w EXTRA_PATCHES= ${FILESDIR}/0002-libxc-fix-xc_dom_load_elf_symtab.patch:-p1 \ - ${FILESDIR}/0001-build-fix-.text-section-address-alignment.patch:-p1 \ ${FILESDIR}/xsa160-4.6.patch:-p1 CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" SHEBANG_FILES= tools/misc/xencov_split \ tools/misc/xen-ringwatch -USE_GCC= yes ALL_TARGET= tools docs INSTALL_TARGET= install-tools install-docs @@ -65,9 +62,6 @@ INSTALL_TARGET= install-tools install-do IGNORE= only supported on FreeBSD .endif -post-extract: - ${MV} ${WRKDIR}/seabios-${SEABIOSVERSION} ${WRKSRC}/tools/firmware/seabios-dir - post-patch: @${REINPLACE_CMD} "s,x86_64,amd64,g" ${WRKSRC}/tools/configure @${REINPLACE_CMD} -e "s,/var/lib,/var/db,g" \ Modified: head/sysutils/xen-tools/distinfo ============================================================================== --- head/sysutils/xen-tools/distinfo Thu Mar 31 15:23:13 2016 (r412231) +++ head/sysutils/xen-tools/distinfo Thu Mar 31 15:32:49 2016 (r412232) @@ -1,4 +1,2 @@ SHA256 (xen-4.5.2.tar.gz) = 4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 SIZE (xen-4.5.2.tar.gz) = 18416220 -SHA256 (seabios-1.8.2.tar.gz) = f59479307fdae840de398b75aacb2333c8eba24a5964d68c77e32ca6c987ee61 -SIZE (seabios-1.8.2.tar.gz) = 538497 Added: head/sysutils/xen-tools/files/patch-tools_libxc_xc__dom__bzimageloader.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/patch-tools_libxc_xc__dom__bzimageloader.c Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,11 @@ +--- tools/libxc/xc_dom_bzimageloader.c.orig 2015-11-03 09:11:18 UTC ++++ tools/libxc/xc_dom_bzimageloader.c +@@ -469,7 +469,7 @@ static int xc_try_lzo1x_decode( + + for ( *size = 0; ; ) + { +- lzo_uint src_len, dst_len, out_len; ++ lzo_uint src_len, dst_len, out_len = 0; + unsigned char *tmp_buf; + + msg = "Short input"; Added: head/sysutils/xen-tools/files/patch-tools_misc_xenpm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/patch-tools_misc_xenpm.c Thu Mar 31 15:32:49 2016 (r412232) @@ -0,0 +1,13 @@ +--- tools/misc/xenpm.c.orig 2015-11-03 09:11:18 UTC ++++ tools/misc/xenpm.c +@@ -97,8 +97,8 @@ static void parse_cpuid_and_int(int argc + + if ( argc == 0 || sscanf(argv[argc > 1], "%d", val) != 1 ) + { +- fprintf(stderr, argc ? "Invalid %s '%s'\n" : "Missing %s\n", +- what, argv[argc > 1]); ++ fprintf(stderr, argc ? "Invalid %s '%s'\n" : "Missing %s\n%s", ++ what, argc ? argv[argc > 1] : ""); + exit(EINVAL); + } + } From owner-svn-ports-all@freebsd.org Thu Mar 31 15:37:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF62AE04A4; Thu, 31 Mar 2016 15:37:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCCB1FB1; Thu, 31 Mar 2016 15:37:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFb51i038224; Thu, 31 Mar 2016 15:37:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFb5K2038220; Thu, 31 Mar 2016 15:37:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311537.u2VFb5K2038220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412233 - in head/net: . rubygem-fog-cloudatcost X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:37:06 -0000 Author: sunpoet Date: Thu Mar 31 15:37:05 2016 New Revision: 412233 URL: https://svnweb.freebsd.org/changeset/ports/412233 Log: - Add rubygem-fog-cloudatcost 0.2.1 Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. WWW: https://github.com/fog/fog-cloudatcost Added: head/net/rubygem-fog-cloudatcost/ head/net/rubygem-fog-cloudatcost/Makefile (contents, props changed) head/net/rubygem-fog-cloudatcost/distinfo (contents, props changed) head/net/rubygem-fog-cloudatcost/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 31 15:32:49 2016 (r412232) +++ head/net/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-brightbox + SUBDIR += rubygem-fog-cloudatcost SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google Added: head/net/rubygem-fog-cloudatcost/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-cloudatcost +PORTVERSION= 0.2.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support CloudAtCost + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-fog-core>=1.36:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-cloudatcost/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/distinfo Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-cloudatcost-0.2.1.gem) = d2bb142047f011024c8f50fe340144c78997b410eeb4fb3e66127bd15cd448e5 +SIZE (rubygem/fog-cloudatcost-0.2.1.gem) = 20480 Added: head/net/rubygem-fog-cloudatcost/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/pkg-descr Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,3 @@ +Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. + +WWW: https://github.com/fog/fog-cloudatcost From owner-svn-ports-all@freebsd.org Thu Mar 31 15:37:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E1EAE049F; Thu, 31 Mar 2016 15:37:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B7D991FAD; Thu, 31 Mar 2016 15:37:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B6C0110C3; Thu, 31 Mar 2016 15:37:05 +0000 (UTC) Date: Thu, 31 Mar 2016 15:37:05 +0000 From: Alexey Dokuchaev To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411158 - in head/net: . socketw Message-ID: <20160331153705.GA47404@FreeBSD.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> <20160331150243.GA29515@FreeBSD.org> <1459437572.1257749.564801874.0692E203@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459437572.1257749.564801874.0692E203@webmail.messagingengine.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:37:05 -0000 On Thu, Mar 31, 2016 at 10:19:32AM -0500, Mark Felder wrote: > On Thu, Mar 31, 2016, at 10:02, Alexey Dokuchaev wrote: > > On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: > > > New Revision: 411158 > > > URL: https://svnweb.freebsd.org/changeset/ports/411158 > > > > > > [...] > > > +MAINTAINER= monwarez@mailoo.org > > > +COMMENT= SocketW is a cross platform streaming socket C++ > > > > Violation of Section 5.6 of the PHB (clause #2). > > Thanks, I'll correct that COMMENT ... It probably does not warrant a dedicated commit, you might want to hold it off until more substantial changes arrive. I sometimes have to wait years before fixing these types of mistakes because of lack of occasion. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 31 15:37:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6855CAE0512; Thu, 31 Mar 2016 15:37:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A25F116F; Thu, 31 Mar 2016 15:37:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFbUSf038401; Thu, 31 Mar 2016 15:37:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFbUcF038396; Thu, 31 Mar 2016 15:37:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311537.u2VFbUcF038396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412234 - in head/net: . rubygem-fog-openstack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:37:31 -0000 Author: sunpoet Date: Thu Mar 31 15:37:29 2016 New Revision: 412234 URL: https://svnweb.freebsd.org/changeset/ports/412234 Log: - Add rubygem-fog-openstack 0.1.2 Fog::Openstack is a module for the 'fog' gem to support OpenStack clouds. WWW: https://github.com/fog/fog-openstack Added: head/net/rubygem-fog-openstack/ head/net/rubygem-fog-openstack/Makefile (contents, props changed) head/net/rubygem-fog-openstack/distinfo (contents, props changed) head/net/rubygem-fog-openstack/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 31 15:37:05 2016 (r412233) +++ head/net/Makefile Thu Mar 31 15:37:29 2016 (r412234) @@ -1099,6 +1099,7 @@ SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google SUBDIR += rubygem-fog-local + SUBDIR += rubygem-fog-openstack SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw Added: head/net/rubygem-fog-openstack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-openstack/Makefile Thu Mar 31 15:37:29 2016 (r412234) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-openstack +PORTVERSION= 0.1.2 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support OpenStack clouds + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core>=1.35:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-openstack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-openstack/distinfo Thu Mar 31 15:37:29 2016 (r412234) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-openstack-0.1.2.gem) = 917bf123ddea13f71c702d87f2b5417776207ddf9aaa5c99452726ed5c84e9b7 +SIZE (rubygem/fog-openstack-0.1.2.gem) = 180736 Added: head/net/rubygem-fog-openstack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-openstack/pkg-descr Thu Mar 31 15:37:29 2016 (r412234) @@ -0,0 +1,3 @@ +Fog::Openstack is a module for the 'fog' gem to support OpenStack clouds. + +WWW: https://github.com/fog/fog-openstack From owner-svn-ports-all@freebsd.org Thu Mar 31 15:37:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 093E2AE0566; Thu, 31 Mar 2016 15:37:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCF6E1253; Thu, 31 Mar 2016 15:37:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFbtOD038569; Thu, 31 Mar 2016 15:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFbt2d038565; Thu, 31 Mar 2016 15:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311537.u2VFbt2d038565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412235 - in head/net: . rubygem-fog-rackspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:37:57 -0000 Author: sunpoet Date: Thu Mar 31 15:37:55 2016 New Revision: 412235 URL: https://svnweb.freebsd.org/changeset/ports/412235 Log: - Add rubygem-fog-rackspace 0.1.1 Fog::Rackspace is a module for the 'fog' gem to support Rackspace. WWW: https://github.com/fog/fog-rackspace Added: head/net/rubygem-fog-rackspace/ head/net/rubygem-fog-rackspace/Makefile (contents, props changed) head/net/rubygem-fog-rackspace/distinfo (contents, props changed) head/net/rubygem-fog-rackspace/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 31 15:37:29 2016 (r412234) +++ head/net/Makefile Thu Mar 31 15:37:55 2016 (r412235) @@ -1102,6 +1102,7 @@ SUBDIR += rubygem-fog-openstack SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks + SUBDIR += rubygem-fog-rackspace SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-riakcs SUBDIR += rubygem-fog-sakuracloud Added: head/net/rubygem-fog-rackspace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-rackspace/Makefile Thu Mar 31 15:37:55 2016 (r412235) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-rackspace +PORTVERSION= 0.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Rackspace + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-fog-core>=1.35:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-rackspace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-rackspace/distinfo Thu Mar 31 15:37:55 2016 (r412235) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-rackspace-0.1.1.gem) = 4a8c7a2432dd32321958c869f3b1b8190cf4eac292024e6ea267bc6040a44b78 +SIZE (rubygem/fog-rackspace-0.1.1.gem) = 227328 Added: head/net/rubygem-fog-rackspace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-rackspace/pkg-descr Thu Mar 31 15:37:55 2016 (r412235) @@ -0,0 +1,3 @@ +Fog::Rackspace is a module for the 'fog' gem to support Rackspace. + +WWW: https://github.com/fog/fog-rackspace From owner-svn-ports-all@freebsd.org Thu Mar 31 15:38:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 996BFAE05A4; Thu, 31 Mar 2016 15:38:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51B7C1343; Thu, 31 Mar 2016 15:38:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFchM2038721; Thu, 31 Mar 2016 15:38:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFchsR038718; Thu, 31 Mar 2016 15:38:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311538.u2VFchsR038718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412236 - head/databases/xapian-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:38:44 -0000 Author: sunpoet Date: Thu Mar 31 15:38:43 2016 New Revision: 412236 URL: https://svnweb.freebsd.org/changeset/ports/412236 Log: - Update to 1.2.23 Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 Modified: head/databases/xapian-core/Makefile head/databases/xapian-core/distinfo head/databases/xapian-core/pkg-plist Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Thu Mar 31 15:37:55 2016 (r412235) +++ head/databases/xapian-core/Makefile Thu Mar 31 15:38:43 2016 (r412236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Thu Mar 31 15:37:55 2016 (r412235) +++ head/databases/xapian-core/distinfo Thu Mar 31 15:38:43 2016 (r412236) @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.22.tar.xz) = 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f -SIZE (xapian-core-1.2.22.tar.xz) = 3204096 +SHA256 (xapian-core-1.2.23.tar.xz) = 9783aeae4e1a6d06e5636b270db4b458a7d0804a31da158269f57fa5dc86347d +SIZE (xapian-core-1.2.23.tar.xz) = 3206452 Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Thu Mar 31 15:37:55 2016 (r412235) +++ head/databases/xapian-core/pkg-plist Thu Mar 31 15:38:43 2016 (r412236) @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.so lib/libxapian.so.22 -lib/libxapian.so.22.7.0 +lib/libxapian.so.22.7.1 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-chert-update.1.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 15:38:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBA08AE060C; Thu, 31 Mar 2016 15:38:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D99D1563; Thu, 31 Mar 2016 15:38:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFcusF039067; Thu, 31 Mar 2016 15:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFcuwv039065; Thu, 31 Mar 2016 15:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311538.u2VFcuwv039065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412239 - head/www/xapian-omega X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:38:57 -0000 Author: sunpoet Date: Thu Mar 31 15:38:56 2016 New Revision: 412239 URL: https://svnweb.freebsd.org/changeset/ports/412239 Log: - Update to 1.2.23 - Update LIB_DEPENDS: remove PORTSDIR Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 Modified: head/www/xapian-omega/Makefile head/www/xapian-omega/distinfo Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Thu Mar 31 15:38:52 2016 (r412238) +++ head/www/xapian-omega/Makefile Thu Mar 31 15:38:56 2016 (r412239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-omega -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -13,8 +13,8 @@ COMMENT= CGI search application built on LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libxapian.so:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= libpcre.so:devel/pcre \ + libxapian.so:databases/xapian-core OPTIONS_DEFINE= DOCS EXAMPLES ICONV OPTIONS_DEFAULT=ICONV Modified: head/www/xapian-omega/distinfo ============================================================================== --- head/www/xapian-omega/distinfo Thu Mar 31 15:38:52 2016 (r412238) +++ head/www/xapian-omega/distinfo Thu Mar 31 15:38:56 2016 (r412239) @@ -1,2 +1,2 @@ -SHA256 (xapian-omega-1.2.22.tar.xz) = a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b -SIZE (xapian-omega-1.2.22.tar.xz) = 437556 +SHA256 (xapian-omega-1.2.23.tar.xz) = 55c790204fc0b1ddbd4bdae73aa55eed40671475e13252a71a53a01f80d172ef +SIZE (xapian-omega-1.2.23.tar.xz) = 437912 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:38:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC1DAAE05E1; Thu, 31 Mar 2016 15:38:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B074145D; Thu, 31 Mar 2016 15:38:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFcqMg038952; Thu, 31 Mar 2016 15:38:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFcqMp038950; Thu, 31 Mar 2016 15:38:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311538.u2VFcqMp038950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412238 - head/databases/p5-Search-Xapian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:38:53 -0000 Author: sunpoet Date: Thu Mar 31 15:38:52 2016 New Revision: 412238 URL: https://svnweb.freebsd.org/changeset/ports/412238 Log: - Update to 1.2.23 - Update *_DEPENDS: remove PORTSDIR Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 http://search.cpan.org/dist/Search-Xapian/Changes Modified: head/databases/p5-Search-Xapian/Makefile head/databases/p5-Search-Xapian/distinfo Modified: head/databases/p5-Search-Xapian/Makefile ============================================================================== --- head/databases/p5-Search-Xapian/Makefile Thu Mar 31 15:38:47 2016 (r412237) +++ head/databases/p5-Search-Xapian/Makefile Thu Mar 31 15:38:52 2016 (r412238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Search-Xapian -PORTVERSION= 1.2.22.0 +PORTVERSION= 1.2.23.0 CATEGORIES= databases perl5 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ LOCAL/sunpoet \ @@ -15,9 +15,9 @@ COMMENT= Perl XS frontend to the Xapian LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core -TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage +LIB_DEPENDS= libxapian.so:databases/xapian-core +TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage PORTSCOUT= limitw:1,even Modified: head/databases/p5-Search-Xapian/distinfo ============================================================================== --- head/databases/p5-Search-Xapian/distinfo Thu Mar 31 15:38:47 2016 (r412237) +++ head/databases/p5-Search-Xapian/distinfo Thu Mar 31 15:38:52 2016 (r412238) @@ -1,2 +1,2 @@ -SHA256 (Search-Xapian-1.2.22.0.tar.gz) = 52c24e224c68ed763d50b040c38a21dfc31bc69a7c896a3114262786c03c4edd -SIZE (Search-Xapian-1.2.22.0.tar.gz) = 70102 +SHA256 (Search-Xapian-1.2.23.0.tar.gz) = 90ea2e962f9a4e5f73719bd30b877f5272da886f3693d3a961f4d84b2ef34402 +SIZE (Search-Xapian-1.2.23.0.tar.gz) = 70255 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:38:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF5DAE05C1; Thu, 31 Mar 2016 15:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB276134A; Thu, 31 Mar 2016 15:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFcljp038836; Thu, 31 Mar 2016 15:38:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFcl2A038834; Thu, 31 Mar 2016 15:38:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311538.u2VFcl2A038834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412237 - head/databases/xapian-bindings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:38:49 -0000 Author: sunpoet Date: Thu Mar 31 15:38:47 2016 New Revision: 412237 URL: https://svnweb.freebsd.org/changeset/ports/412237 Log: - Update to 1.2.23 - Update LIB_DEPENDS: remove PORTSDIR Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 Modified: head/databases/xapian-bindings/Makefile head/databases/xapian-bindings/distinfo Modified: head/databases/xapian-bindings/Makefile ============================================================================== --- head/databases/xapian-bindings/Makefile Thu Mar 31 15:38:43 2016 (r412236) +++ head/databases/xapian-bindings/Makefile Thu Mar 31 15:38:47 2016 (r412237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-bindings -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -13,7 +13,7 @@ COMMENT= Bindings allowing Xapian to be LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= libxapian.so:databases/xapian-core OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY OPTIONS_DEFAULT=PHP PYTHON RUBY Modified: head/databases/xapian-bindings/distinfo ============================================================================== --- head/databases/xapian-bindings/distinfo Thu Mar 31 15:38:43 2016 (r412236) +++ head/databases/xapian-bindings/distinfo Thu Mar 31 15:38:47 2016 (r412237) @@ -1,2 +1,2 @@ -SHA256 (xapian-bindings-1.2.22.tar.xz) = b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557 -SIZE (xapian-bindings-1.2.22.tar.xz) = 844040 +SHA256 (xapian-bindings-1.2.23.tar.xz) = 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215 +SIZE (xapian-bindings-1.2.23.tar.xz) = 885888 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37E15AE067D; Thu, 31 Mar 2016 15:39:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E49D41720; Thu, 31 Mar 2016 15:39:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFd6KD039303; Thu, 31 Mar 2016 15:39:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFd6s8039301; Thu, 31 Mar 2016 15:39:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFd6s8039301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412241 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:07 -0000 Author: sunpoet Date: Thu Mar 31 15:39:05 2016 New Revision: 412241 URL: https://svnweb.freebsd.org/changeset/ports/412241 Log: - Update to 1.030 - Update *_DEPENDS: remove PORTSDIR Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Thu Mar 31 15:39:01 2016 (r412240) +++ head/devel/p5-PAR-Packer/Makefile Thu Mar 31 15:39:05 2016 (r412241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.029 +PORTVERSION= 1.030 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,12 @@ COMMENT= PAR Packager LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Zip>=1.02:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-Getopt-ArgvFile>=1.07:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - p5-Module-ScanDeps>=1.20:${PORTSDIR}/devel/p5-Module-ScanDeps \ - p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \ - p5-PAR-Dist>=0.22:${PORTSDIR}/devel/p5-PAR-Dist \ - p5-PAR>=1.010:${PORTSDIR}/devel/p5-PAR +BUILD_DEPENDS= p5-Archive-Zip>=1.02:archivers/p5-Archive-Zip \ + p5-Getopt-ArgvFile>=1.07:devel/p5-Getopt-ArgvFile \ + p5-Module-ScanDeps>=1.20:devel/p5-Module-ScanDeps \ + p5-Module-Signature>=0:security/p5-Module-Signature \ + p5-PAR-Dist>=0.22:devel/p5-PAR-Dist \ + p5-PAR>=1.010:devel/p5-PAR RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Thu Mar 31 15:39:01 2016 (r412240) +++ head/devel/p5-PAR-Packer/distinfo Thu Mar 31 15:39:05 2016 (r412241) @@ -1,2 +1,2 @@ -SHA256 (PAR-Packer-1.029.tar.gz) = 84dbce5a57f997b03d8134a44e568ac7bfee51793d8f8efa890b25e5e83f0eea -SIZE (PAR-Packer-1.029.tar.gz) = 204002 +SHA256 (PAR-Packer-1.030.tar.gz) = 899ff226035ecc3c669d23e33a948ade6c1cdb7d85755c03eafc8c9ac802c56a +SIZE (PAR-Packer-1.030.tar.gz) = 206220 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5561BAE06CC; Thu, 31 Mar 2016 15:39:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 279111955; Thu, 31 Mar 2016 15:39:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdF4E039535; Thu, 31 Mar 2016 15:39:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdFRe039533; Thu, 31 Mar 2016 15:39:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdFRe039533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412243 - head/devel/rubygem-unicode-display_width X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:16 -0000 Author: sunpoet Date: Thu Mar 31 15:39:15 2016 New Revision: 412243 URL: https://svnweb.freebsd.org/changeset/ports/412243 Log: - Update to 1.0.3 Changes: https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.txt Modified: head/devel/rubygem-unicode-display_width/Makefile head/devel/rubygem-unicode-display_width/distinfo Modified: head/devel/rubygem-unicode-display_width/Makefile ============================================================================== --- head/devel/rubygem-unicode-display_width/Makefile Thu Mar 31 15:39:10 2016 (r412242) +++ head/devel/rubygem-unicode-display_width/Makefile Thu Mar 31 15:39:15 2016 (r412243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicode-display_width -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-unicode-display_width/distinfo ============================================================================== --- head/devel/rubygem-unicode-display_width/distinfo Thu Mar 31 15:39:10 2016 (r412242) +++ head/devel/rubygem-unicode-display_width/distinfo Thu Mar 31 15:39:15 2016 (r412243) @@ -1,2 +1,2 @@ -SHA256 (rubygem/unicode-display_width-1.0.2.gem) = 713d44821b2bbafa9e28c5e8a8c313fd7556c10d69efd07c43e8d8fcc7d1ceb1 -SIZE (rubygem/unicode-display_width-1.0.2.gem) = 196096 +SHA256 (rubygem/unicode-display_width-1.0.3.gem) = 457e24efe457a5cd6e861ca1d67ff586d0fe8802ba273d39ae21e7593590e01d +SIZE (rubygem/unicode-display_width-1.0.3.gem) = 196096 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C2ACAE0640; Thu, 31 Mar 2016 15:39:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24FDD1663; Thu, 31 Mar 2016 15:39:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFd1DN039187; Thu, 31 Mar 2016 15:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFd18g039185; Thu, 31 Mar 2016 15:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFd18g039185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412240 - head/devel/p5-Config-Model-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:02 -0000 Author: sunpoet Date: Thu Mar 31 15:39:01 2016 New Revision: 412240 URL: https://svnweb.freebsd.org/changeset/ports/412240 Log: - Update to 2.053 - Add LICENSE_FILE - Update *_DEPENDS: remove PORTSDIR Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Thu Mar 31 15:38:56 2016 (r412239) +++ head/devel/p5-Config-Model-Tester/Makefile Thu Mar 31 15:39:01 2016 (r412240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.052 +PORTVERSION= 2.053 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +11,17 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test framework for Config::Model LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE # Do not add p5-Config-Model to TEST_DEPENDS to avoid cyclic dependency -BUILD_DEPENDS= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - p5-Log-Log4perl>=1.11:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +BUILD_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ + p5-Log-Log4perl>=1.11:devel/p5-Log-Log4perl \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ + p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \ + p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ + p5-Test-Warn>=0:devel/p5-Test-Warn RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS_INSTALL= p5-Config-Model-2.0[0-3][0-9] p5-Config-Model-2.040 Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Thu Mar 31 15:38:56 2016 (r412239) +++ head/devel/p5-Config-Model-Tester/distinfo Thu Mar 31 15:39:01 2016 (r412240) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-Tester-2.052.tar.gz) = ca1ab37bfaa076a28a9433d9d53df7fa97c547711e1b8de1592da47717c74dc2 -SIZE (Config-Model-Tester-2.052.tar.gz) = 21237 +SHA256 (Config-Model-Tester-2.053.tar.gz) = a3f9b5d4949d8755d6507925a49a6c471cb8e67120ccb538162b7a5ee80b9ee5 +SIZE (Config-Model-Tester-2.053.tar.gz) = 21667 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0998AE071D; Thu, 31 Mar 2016 15:39:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 540AB1B0F; Thu, 31 Mar 2016 15:39:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdORE039766; Thu, 31 Mar 2016 15:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdOiY039764; Thu, 31 Mar 2016 15:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdOiY039764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412245 - head/devel/p5-DateTime-Format-Strptime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:25 -0000 Author: sunpoet Date: Thu Mar 31 15:39:24 2016 New Revision: 412245 URL: https://svnweb.freebsd.org/changeset/ports/412245 Log: - Update to 1.66 - Update *_DEPENDS: remove PORTSDIR Changes: http://search.cpan.org/dist/DateTime-Format-Strptime/Changes Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/distinfo Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Thu Mar 31 15:39:19 2016 (r412244) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Thu Mar 31 15:39:24 2016 (r412245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.65 +PORTVERSION= 1.66 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -14,15 +14,15 @@ COMMENT= Parse and format strp and strf LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-DateTime>=1:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \ - p5-DateTime-TimeZone>=0.79:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Package-DeprecationManager>=0.15:${PORTSDIR}/devel/p5-Package-DeprecationManager \ - p5-Params-Validate>=1.20:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-DateTime>=1:devel/p5-DateTime \ + p5-DateTime-Locale>=0.45:devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=0.79:devel/p5-DateTime-TimeZone \ + p5-Package-DeprecationManager>=0.15:devel/p5-Package-DeprecationManager \ + p5-Params-Validate>=1.20:devel/p5-Params-Validate \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Warnings>=0:devel/p5-Test-Warnings PORTSCOUT= skipv:1.0601,1.0700,1.0701,1.0702,1.0800,1.0900,1.0901,1.1000 Modified: head/devel/p5-DateTime-Format-Strptime/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/distinfo Thu Mar 31 15:39:19 2016 (r412244) +++ head/devel/p5-DateTime-Format-Strptime/distinfo Thu Mar 31 15:39:24 2016 (r412245) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Strptime-1.65.tar.gz) = 621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527 -SIZE (DateTime-Format-Strptime-1.65.tar.gz) = 43190 +SHA256 (DateTime-Format-Strptime-1.66.tar.gz) = d8b03b3ced9586c13773a0531c1f893651397dd98ada2115713ce185821ca53e +SIZE (DateTime-Format-Strptime-1.66.tar.gz) = 109873 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2336DAE06A4; Thu, 31 Mar 2016 15:39:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD28D186A; Thu, 31 Mar 2016 15:39:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdAUK039418; Thu, 31 Mar 2016 15:39:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdAeY039416; Thu, 31 Mar 2016 15:39:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdAeY039416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412242 - head/devel/p5-Test2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:12 -0000 Author: sunpoet Date: Thu Mar 31 15:39:10 2016 New Revision: 412242 URL: https://svnweb.freebsd.org/changeset/ports/412242 Log: - Update to 0.000036 Changes: http://search.cpan.org/dist/Test2/Changes Modified: head/devel/p5-Test2/Makefile head/devel/p5-Test2/distinfo Modified: head/devel/p5-Test2/Makefile ============================================================================== --- head/devel/p5-Test2/Makefile Thu Mar 31 15:39:05 2016 (r412241) +++ head/devel/p5-Test2/Makefile Thu Mar 31 15:39:10 2016 (r412242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2 -PORTVERSION= 0.000031 +PORTVERSION= 0.000036 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2/distinfo ============================================================================== --- head/devel/p5-Test2/distinfo Thu Mar 31 15:39:05 2016 (r412241) +++ head/devel/p5-Test2/distinfo Thu Mar 31 15:39:10 2016 (r412242) @@ -1,2 +1,2 @@ -SHA256 (Test2-0.000031.tar.gz) = 14fc30cdf2b756245fe6b0313c3fb6538a764c11c7ba7fe384b725c25e826785 -SIZE (Test2-0.000031.tar.gz) = 88710 +SHA256 (Test2-0.000036.tar.gz) = a4d38732fb10883982e605174957e614edd918f05ed53d223f7e07fe20d02811 +SIZE (Test2-0.000036.tar.gz) = 90023 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B3EAE06DF; Thu, 31 Mar 2016 15:39:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C377E1A20; Thu, 31 Mar 2016 15:39:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdJHj039649; Thu, 31 Mar 2016 15:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdJ7M039647; Thu, 31 Mar 2016 15:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdJ7M039647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412244 - head/devel/rubygem-rubocop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:21 -0000 Author: sunpoet Date: Thu Mar 31 15:39:19 2016 New Revision: 412244 URL: https://svnweb.freebsd.org/changeset/ports/412244 Log: - Update to 0.39.0 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Thu Mar 31 15:39:15 2016 (r412243) +++ head/devel/rubygem-rubocop/Makefile Thu Mar 31 15:39:19 2016 (r412244) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.38.0 +PORTVERSION= 0.39.0 CATEGORIES= devel ruby MASTER_SITES= RG @@ -11,11 +11,11 @@ COMMENT= Ruby code style checking tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-parser>=2.3.0.6:${PORTSDIR}/devel/rubygem-parser \ - rubygem-powerpack>=0.1:${PORTSDIR}/devel/rubygem-powerpack \ - rubygem-rainbow>=1.99.1:${PORTSDIR}/devel/rubygem-rainbow \ - rubygem-ruby-progressbar>=1.7:${PORTSDIR}/devel/rubygem-ruby-progressbar \ - rubygem-unicode-display_width>=1.0.1:${PORTSDIR}/devel/rubygem-unicode-display_width +RUN_DEPENDS= rubygem-parser>=2.3.0.7:devel/rubygem-parser \ + rubygem-powerpack>=0.1:devel/rubygem-powerpack \ + rubygem-rainbow>=1.99.1:devel/rubygem-rainbow \ + rubygem-ruby-progressbar>=1.7:devel/rubygem-ruby-progressbar \ + rubygem-unicode-display_width>=1.0.1:devel/rubygem-unicode-display_width NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Thu Mar 31 15:39:15 2016 (r412243) +++ head/devel/rubygem-rubocop/distinfo Thu Mar 31 15:39:19 2016 (r412244) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubocop-0.38.0.gem) = 4094e2c4b9e0827191c55ab59fd8813e41f40f5c83717b5a143f108b4ac1fc61 -SIZE (rubygem/rubocop-0.38.0.gem) = 247808 +SHA256 (rubygem/rubocop-0.39.0.gem) = 5600c0f7268778520598394cc9ceed69ca3df2a874f2881dfd1d17ba336427bb +SIZE (rubygem/rubocop-0.39.0.gem) = 250880 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43134AE07FD; Thu, 31 Mar 2016 15:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CA71FDD; Thu, 31 Mar 2016 15:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdpgt040431; Thu, 31 Mar 2016 15:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdpBC040430; Thu, 31 Mar 2016 15:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdpBC040430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412251 - head/devel/rubygem-aws-sdk-v1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:52 -0000 Author: sunpoet Date: Thu Mar 31 15:39:51 2016 New Revision: 412251 URL: https://svnweb.freebsd.org/changeset/ports/412251 Log: - Update RUN_DEPENDS: remove PORTSDIR Modified: head/devel/rubygem-aws-sdk-v1/Makefile Modified: head/devel/rubygem-aws-sdk-v1/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-v1/Makefile Thu Mar 31 15:39:46 2016 (r412250) +++ head/devel/rubygem-aws-sdk-v1/Makefile Thu Mar 31 15:39:51 2016 (r412251) @@ -10,8 +10,8 @@ COMMENT= AWS SDK for Ruby V1 LICENSE= APACHE20 -RUN_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json \ - rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-json>=1.4:devel/rubygem-json \ + rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CA32AE0744; Thu, 31 Mar 2016 15:39:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D75AD1C00; Thu, 31 Mar 2016 15:39:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdTgL039880; Thu, 31 Mar 2016 15:39:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdSYh039878; Thu, 31 Mar 2016 15:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdSYh039878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412246 - head/devel/p5-Parallel-ForkManager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:30 -0000 Author: sunpoet Date: Thu Mar 31 15:39:28 2016 New Revision: 412246 URL: https://svnweb.freebsd.org/changeset/ports/412246 Log: - Update to 1.18 - Update TEST_DEPENDS: remove PORTSDIR Changes: http://search.cpan.org/dist/Parallel-ForkManager/Changes Modified: head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Parallel-ForkManager/distinfo Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Thu Mar 31 15:39:24 2016 (r412245) +++ head/devel/p5-Parallel-ForkManager/Makefile Thu Mar 31 15:39:28 2016 (r412246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parallel-ForkManager -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Simple parallel processing fork LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn NO_ARCH= yes USES= perl5 @@ -22,7 +22,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Parallel-ForkManager/distinfo ============================================================================== --- head/devel/p5-Parallel-ForkManager/distinfo Thu Mar 31 15:39:24 2016 (r412245) +++ head/devel/p5-Parallel-ForkManager/distinfo Thu Mar 31 15:39:28 2016 (r412246) @@ -1,2 +1,2 @@ -SHA256 (Parallel-ForkManager-1.17.tar.gz) = a929002658b9b4944a4511e24ee6cda05d24c2a3ba54a5ce13e0b3fdf74bf0aa -SIZE (Parallel-ForkManager-1.17.tar.gz) = 23121 +SHA256 (Parallel-ForkManager-1.18.tar.gz) = a26d7b80468faaf07d64626c656d24ea029768dc49b9eaf15f624df2379915b0 +SIZE (Parallel-ForkManager-1.18.tar.gz) = 23400 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11A5FAE076F; Thu, 31 Mar 2016 15:39:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 787A81CA2; Thu, 31 Mar 2016 15:39:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdXgq039997; Thu, 31 Mar 2016 15:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdXH2039995; Thu, 31 Mar 2016 15:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdXH2039995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412247 - head/devel/p5-SVN-Notify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:35 -0000 Author: sunpoet Date: Thu Mar 31 15:39:33 2016 New Revision: 412247 URL: https://svnweb.freebsd.org/changeset/ports/412247 Log: - Update to 2.86 - Fix *_DEPENDS: - Add missing Email::Address - Net::SMTP_auth was replaced by Net::SMTP::TLS in 2.83 - Sort *_DEPENDS - Update *_DEPENDS: remove PORTSDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/SVN-Notify/Changes Modified: head/devel/p5-SVN-Notify/Makefile head/devel/p5-SVN-Notify/distinfo Modified: head/devel/p5-SVN-Notify/Makefile ============================================================================== --- head/devel/p5-SVN-Notify/Makefile Thu Mar 31 15:39:28 2016 (r412246) +++ head/devel/p5-SVN-Notify/Makefile Thu Mar 31 15:39:33 2016 (r412247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= SVN-Notify -PORTVERSION= 2.84 -PORTREVISION= 1 +PORTVERSION= 2.86 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,13 @@ COMMENT= Subversion activity notificatio LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \ - p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ + p5-Text-Trac>=0.10:textproc/p5-Text-Trac +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-SVN-Notify/distinfo ============================================================================== --- head/devel/p5-SVN-Notify/distinfo Thu Mar 31 15:39:28 2016 (r412246) +++ head/devel/p5-SVN-Notify/distinfo Thu Mar 31 15:39:33 2016 (r412247) @@ -1,2 +1,2 @@ -SHA256 (SVN-Notify-2.84.tar.gz) = baf60516039c90de8e7067772105f4e1680f734da08be7a4e9a6bfcbd25183f6 -SIZE (SVN-Notify-2.84.tar.gz) = 98737 +SHA256 (SVN-Notify-2.86.tar.gz) = 1c230d09536870261a75e0d005e4510f6b38f16994b494064d48312f3e852e17 +SIZE (SVN-Notify-2.86.tar.gz) = 99031 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7CBFAE07EA; Thu, 31 Mar 2016 15:39:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8C0F1F17; Thu, 31 Mar 2016 15:39:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdkkA040330; Thu, 31 Mar 2016 15:39:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdkI1040328; Thu, 31 Mar 2016 15:39:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdkI1040328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412250 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:47 -0000 Author: sunpoet Date: Thu Mar 31 15:39:46 2016 New Revision: 412250 URL: https://svnweb.freebsd.org/changeset/ports/412250 Log: - Update to 2.2.31 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 31 15:39:42 2016 (r412249) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 31 15:39:46 2016 (r412250) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.31 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= AWS SDK for Ruby Resources LICENSE= APACHE20 -RUN_DEPENDS= rubygem-aws-sdk-core>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-aws-sdk-core +RUN_DEPENDS= rubygem-aws-sdk-core>=${PORTVERSION}:devel/rubygem-aws-sdk-core NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 31 15:39:42 2016 (r412249) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 31 15:39:46 2016 (r412250) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.2.30.gem) = 6beb00793e79225e7de186b230898f5bdc410e8ed70265cd7a59b41399c8565e -SIZE (rubygem/aws-sdk-resources-2.2.30.gem) = 45568 +SHA256 (rubygem/aws-sdk-resources-2.2.31.gem) = a5ec21391298e538cb88e4398117c17af0ada5eaab7861c59134b5a83035e920 +SIZE (rubygem/aws-sdk-resources-2.2.31.gem) = 45568 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801B7AE07B4; Thu, 31 Mar 2016 15:39:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5CD1E63; Thu, 31 Mar 2016 15:39:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdgfj040214; Thu, 31 Mar 2016 15:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdgNU040212; Thu, 31 Mar 2016 15:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdgNU040212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412249 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:43 -0000 Author: sunpoet Date: Thu Mar 31 15:39:42 2016 New Revision: 412249 URL: https://svnweb.freebsd.org/changeset/ports/412249 Log: - Update to 2.2.31 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 31 15:39:37 2016 (r412248) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 31 15:39:42 2016 (r412249) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.31 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= AWS SDK for Ruby - Core LICENSE= APACHE20 -RUN_DEPENDS= rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath +RUN_DEPENDS= rubygem-jmespath>=1.0:devel/rubygem-jmespath NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 31 15:39:37 2016 (r412248) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 31 15:39:42 2016 (r412249) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.2.30.gem) = 684d78adf51d17607064b6715934e087d73a34120d88c16e332e519954710a23 -SIZE (rubygem/aws-sdk-core-2.2.30.gem) = 520192 +SHA256 (rubygem/aws-sdk-core-2.2.31.gem) = 6fa23d6956628be305193e32f9844226d6c763f926b15db2b113c262e979f85f +SIZE (rubygem/aws-sdk-core-2.2.31.gem) = 523776 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D9DFAE09A0; Thu, 31 Mar 2016 15:40:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E535D1673; Thu, 31 Mar 2016 15:40:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeRH4041395; Thu, 31 Mar 2016 15:40:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeRg7041392; Thu, 31 Mar 2016 15:40:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeRg7041392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412259 - head/textproc/rubygem-github-linguist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:28 -0000 Author: sunpoet Date: Thu Mar 31 15:40:26 2016 New Revision: 412259 URL: https://svnweb.freebsd.org/changeset/ports/412259 Log: - Update to 4.8.2 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/github/linguist/releases Modified: head/textproc/rubygem-github-linguist/Makefile head/textproc/rubygem-github-linguist/distinfo Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Thu Mar 31 15:40:22 2016 (r412258) +++ head/textproc/rubygem-github-linguist/Makefile Thu Mar 31 15:40:26 2016 (r412259) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 4.8.1 -PORTREVISION= 1 +PORTVERSION= 4.8.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,10 +11,10 @@ COMMENT= GitHub Language detection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ - rubygem-escape_utils>=1.1.0:${PORTSDIR}/textproc/rubygem-escape_utils \ - rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-rugged>=0.23.0b:${PORTSDIR}/devel/rubygem-rugged +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ + rubygem-escape_utils>=1.1.0:textproc/rubygem-escape_utils \ + rubygem-mime-types>=1.19:misc/rubygem-mime-types \ + rubygem-rugged>=0.23.0b:devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes Modified: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- head/textproc/rubygem-github-linguist/distinfo Thu Mar 31 15:40:22 2016 (r412258) +++ head/textproc/rubygem-github-linguist/distinfo Thu Mar 31 15:40:26 2016 (r412259) @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-4.8.1.gem) = 84f9404cca24e412c872441d70317d2fed16078a57ba6585957b2d30ad7fa5de -SIZE (rubygem/github-linguist-4.8.1.gem) = 1617920 +SHA256 (rubygem/github-linguist-4.8.2.gem) = 1945214c1310244a4e3447443dafcad12491557e892d7ea79caf6032dbdd724e +SIZE (rubygem/github-linguist-4.8.2.gem) = 1620992 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4715AE0793; Thu, 31 Mar 2016 15:39:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B54EB1D9D; Thu, 31 Mar 2016 15:39:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdbDA040098; Thu, 31 Mar 2016 15:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdbHm040097; Thu, 31 Mar 2016 15:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdbHm040097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412248 - head/www/p5-HTTP-BrowserDetect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:39 -0000 Author: sunpoet Date: Thu Mar 31 15:39:37 2016 New Revision: 412248 URL: https://svnweb.freebsd.org/changeset/ports/412248 Log: - Fix *_DEPENDS: JSON::PP is already in all supported Perl releases - Update TEST_DEPENDS: remove PORTSDIR - Bump PORTREVISION for dependency change Modified: head/www/p5-HTTP-BrowserDetect/Makefile Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:33 2016 (r412247) +++ head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:37 2016 (r412248) @@ -3,6 +3,7 @@ PORTNAME= HTTP-BrowserDetect PORTVERSION= 3.10 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,20 +15,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ - p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Path-Tiny>=0:devel/p5-Path-Tiny \ + p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \ + p5-Test-Most>=0:devel/p5-Test-Most \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP -RUN_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6FFEAE082B; Thu, 31 Mar 2016 15:39:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 989D510D7; Thu, 31 Mar 2016 15:39:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFdtSk040549; Thu, 31 Mar 2016 15:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdtCY040547; Thu, 31 Mar 2016 15:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdtCY040547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412252 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:39:56 -0000 Author: sunpoet Date: Thu Mar 31 15:39:55 2016 New Revision: 412252 URL: https://svnweb.freebsd.org/changeset/ports/412252 Log: - Update to 2.2.31 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Mar 31 15:39:51 2016 (r412251) +++ head/devel/rubygem-aws-sdk/Makefile Thu Mar 31 15:39:55 2016 (r412252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.31 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= AWS SDK for Ruby LICENSE= APACHE20 -RUN_DEPENDS= rubygem-aws-sdk-resources>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-aws-sdk-resources +RUN_DEPENDS= rubygem-aws-sdk-resources>=${PORTVERSION}:devel/rubygem-aws-sdk-resources NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Mar 31 15:39:51 2016 (r412251) +++ head/devel/rubygem-aws-sdk/distinfo Thu Mar 31 15:39:55 2016 (r412252) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-2.2.30.gem) = a3d76c1da9998da1d2dbf6a7cc85bb4feb0cc63f3cfbefd10ebd80bb1ff6447e -SIZE (rubygem/aws-sdk-2.2.30.gem) = 4608 +SHA256 (rubygem/aws-sdk-2.2.31.gem) = 9c10b4f633005d73dfde956f696d62f3596c956a86b9bcad06beea464ced70f6 +SIZE (rubygem/aws-sdk-2.2.31.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35AA6AE085C; Thu, 31 Mar 2016 15:40:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07CDF1198; Thu, 31 Mar 2016 15:40:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFe0te040683; Thu, 31 Mar 2016 15:40:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFe0IL040681; Thu, 31 Mar 2016 15:40:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFe0IL040681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412253 - head/devel/rubygem-excon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:01 -0000 Author: sunpoet Date: Thu Mar 31 15:39:59 2016 New Revision: 412253 URL: https://svnweb.freebsd.org/changeset/ports/412253 Log: - Update to 0.49.0 Changes: https://github.com/excon/excon/blob/master/changelog.txt Modified: head/devel/rubygem-excon/Makefile head/devel/rubygem-excon/distinfo Modified: head/devel/rubygem-excon/Makefile ============================================================================== --- head/devel/rubygem-excon/Makefile Thu Mar 31 15:39:55 2016 (r412252) +++ head/devel/rubygem-excon/Makefile Thu Mar 31 15:39:59 2016 (r412253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= excon -PORTVERSION= 0.48.0 +PORTVERSION= 0.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-excon/distinfo ============================================================================== --- head/devel/rubygem-excon/distinfo Thu Mar 31 15:39:55 2016 (r412252) +++ head/devel/rubygem-excon/distinfo Thu Mar 31 15:39:59 2016 (r412253) @@ -1,2 +1,2 @@ -SHA256 (rubygem/excon-0.48.0.gem) = ee0d33f9d048e494592b0684d36b1c3f8234eaf3c13fe4e15674c22aae684e42 -SIZE (rubygem/excon-0.48.0.gem) = 219648 +SHA256 (rubygem/excon-0.49.0.gem) = 1fb00ffeae85bb1d81ea0b61a5d88df8593cec1643a5f32e637d5148097bad4a +SIZE (rubygem/excon-0.49.0.gem) = 220160 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AACF8AE08A1; Thu, 31 Mar 2016 15:40:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 760F112AF; Thu, 31 Mar 2016 15:40:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFe4s5040800; Thu, 31 Mar 2016 15:40:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFe41N040798; Thu, 31 Mar 2016 15:40:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFe41N040798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412254 - head/devel/rubygem-fattr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:05 -0000 Author: sunpoet Date: Thu Mar 31 15:40:04 2016 New Revision: 412254 URL: https://svnweb.freebsd.org/changeset/ports/412254 Log: - Update to 2.3.0 Changes: https://github.com/ahoward/fattr/commits/master Modified: head/devel/rubygem-fattr/Makefile head/devel/rubygem-fattr/distinfo Modified: head/devel/rubygem-fattr/Makefile ============================================================================== --- head/devel/rubygem-fattr/Makefile Thu Mar 31 15:39:59 2016 (r412253) +++ head/devel/rubygem-fattr/Makefile Thu Mar 31 15:40:04 2016 (r412254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fattr -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-fattr/distinfo ============================================================================== --- head/devel/rubygem-fattr/distinfo Thu Mar 31 15:39:59 2016 (r412253) +++ head/devel/rubygem-fattr/distinfo Thu Mar 31 15:40:04 2016 (r412254) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fattr-2.2.2.gem) = 628a998d404d0417bb4ce72a126ff2d8dced608a11b57ade8fcf64509d6def8c -SIZE (rubygem/fattr-2.2.2.gem) = 12800 +SHA256 (rubygem/fattr-2.3.0.gem) = 0430a798270a7097c8c14b56387331808b8d9bb83904ba643b196c895bdf5993 +SIZE (rubygem/fattr-2.3.0.gem) = 12800 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8191AE09C9; Thu, 31 Mar 2016 15:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA7761948; Thu, 31 Mar 2016 15:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeZCe041627; Thu, 31 Mar 2016 15:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeZXH041624; Thu, 31 Mar 2016 15:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeZXH041624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412261 - head/textproc/rubygem-spreadsheet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:36 -0000 Author: sunpoet Date: Thu Mar 31 15:40:35 2016 New Revision: 412261 URL: https://svnweb.freebsd.org/changeset/ports/412261 Log: - Update to 1.1.2 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/zdavatz/spreadsheet/blob/master/History.md Modified: head/textproc/rubygem-spreadsheet/Makefile head/textproc/rubygem-spreadsheet/distinfo Modified: head/textproc/rubygem-spreadsheet/Makefile ============================================================================== --- head/textproc/rubygem-spreadsheet/Makefile Thu Mar 31 15:40:31 2016 (r412260) +++ head/textproc/rubygem-spreadsheet/Makefile Thu Mar 31 15:40:35 2016 (r412261) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spreadsheet -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Ruby module to generate Microso LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-ruby-ole>=1.0:${PORTSDIR}/devel/rubygem-ruby-ole +RUN_DEPENDS= rubygem-ruby-ole>=1.0:devel/rubygem-ruby-ole NO_ARCH= yes USE_RUBY= yes Modified: head/textproc/rubygem-spreadsheet/distinfo ============================================================================== --- head/textproc/rubygem-spreadsheet/distinfo Thu Mar 31 15:40:31 2016 (r412260) +++ head/textproc/rubygem-spreadsheet/distinfo Thu Mar 31 15:40:35 2016 (r412261) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spreadsheet-1.1.1.gem) = 3fea9d2cebdca04f4a3a63773611941bfb54017889395442791d434d99a4dcd8 -SIZE (rubygem/spreadsheet-1.1.1.gem) = 4479488 +SHA256 (rubygem/spreadsheet-1.1.2.gem) = a9e6c6986f246699bf27a18a6ff6ada03c1c34d71a4806c19a1ac3e89fc69baa +SIZE (rubygem/spreadsheet-1.1.2.gem) = 4479488 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D164AE0A71; Thu, 31 Mar 2016 15:40:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D99CB1CDD; Thu, 31 Mar 2016 15:40:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFesaR044072; Thu, 31 Mar 2016 15:40:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFerpJ044069; Thu, 31 Mar 2016 15:40:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFerpJ044069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412265 - head/devel/p5-String-Formatter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:55 -0000 Author: sunpoet Date: Thu Mar 31 15:40:53 2016 New Revision: 412265 URL: https://svnweb.freebsd.org/changeset/ports/412265 Log: - Update to 0.102084 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/String-Formatter/Changes PR: 207969 Submitted by: Approved by: maintainer (timeout, 17 days) Modified: head/devel/p5-String-Formatter/Makefile head/devel/p5-String-Formatter/distinfo head/devel/p5-String-Formatter/pkg-plist Modified: head/devel/p5-String-Formatter/Makefile ============================================================================== --- head/devel/p5-String-Formatter/Makefile Thu Mar 31 15:40:48 2016 (r412264) +++ head/devel/p5-String-Formatter/Makefile Thu Mar 31 15:40:53 2016 (r412265) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= String-Formatter -PORTVERSION= 0.102082 -PORTREVISION= 1 +PORTVERSION= 0.102084 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +11,13 @@ MAINTAINER= geraud@gcu.info COMMENT= Build sprintf-like functions of your own LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-String-Formatter/distinfo ============================================================================== --- head/devel/p5-String-Formatter/distinfo Thu Mar 31 15:40:48 2016 (r412264) +++ head/devel/p5-String-Formatter/distinfo Thu Mar 31 15:40:53 2016 (r412265) @@ -1,2 +1,2 @@ -SHA256 (String-Formatter-0.102082.tar.gz) = 93d787dd8f13832a3683d219e086eaf4eb6c5391e396bfcc364c414423b0051a -SIZE (String-Formatter-0.102082.tar.gz) = 17608 +SHA256 (String-Formatter-0.102084.tar.gz) = 83354112fd0c66df1e12e022df75efbf30ebdb43581c00897c86ec1c33a89c56 +SIZE (String-Formatter-0.102084.tar.gz) = 20981 Modified: head/devel/p5-String-Formatter/pkg-plist ============================================================================== --- head/devel/p5-String-Formatter/pkg-plist Thu Mar 31 15:40:48 2016 (r412264) +++ head/devel/p5-String-Formatter/pkg-plist Thu Mar 31 15:40:53 2016 (r412265) @@ -1,5 +1,5 @@ -%%SITE_PERL%%/String/bench.pl %%SITE_PERL%%/String/Formatter.pm %%SITE_PERL%%/String/Formatter/Cookbook.pm +%%SITE_PERL%%/String/bench.pl %%PERL5_MAN3%%/String::Formatter.3.gz %%PERL5_MAN3%%/String::Formatter::Cookbook.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E8EAE0953; Thu, 31 Mar 2016 15:40:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96EC3165D; Thu, 31 Mar 2016 15:40:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeM4P041280; Thu, 31 Mar 2016 15:40:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeM2P041278; Thu, 31 Mar 2016 15:40:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeM2P041278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412258 - head/misc/rubygem-dotenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:23 -0000 Author: sunpoet Date: Thu Mar 31 15:40:22 2016 New Revision: 412258 URL: https://svnweb.freebsd.org/changeset/ports/412258 Log: - Update to 2.1.1 Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Modified: head/misc/rubygem-dotenv/Makefile head/misc/rubygem-dotenv/distinfo Modified: head/misc/rubygem-dotenv/Makefile ============================================================================== --- head/misc/rubygem-dotenv/Makefile Thu Mar 31 15:40:18 2016 (r412257) +++ head/misc/rubygem-dotenv/Makefile Thu Mar 31 15:40:22 2016 (r412258) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dotenv -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= misc rubygems MASTER_SITES= RG Modified: head/misc/rubygem-dotenv/distinfo ============================================================================== --- head/misc/rubygem-dotenv/distinfo Thu Mar 31 15:40:18 2016 (r412257) +++ head/misc/rubygem-dotenv/distinfo Thu Mar 31 15:40:22 2016 (r412258) @@ -1,2 +1,2 @@ -SHA256 (rubygem/dotenv-2.1.0.gem) = ce99c80d53c964c867a52e5a427ddbf08d1f22dd9c456e26ec5761d81b0a6a25 -SIZE (rubygem/dotenv-2.1.0.gem) = 10240 +SHA256 (rubygem/dotenv-2.1.1.gem) = d55162b357fd8f9ee4469199a30fb72a36520d74825f7825c2bb84f53bf8dfdc +SIZE (rubygem/dotenv-2.1.1.gem) = 10240 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 562FAAE08CD; Thu, 31 Mar 2016 15:40:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22FEC1366; Thu, 31 Mar 2016 15:40:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFe9Xm040914; Thu, 31 Mar 2016 15:40:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFe9wG040912; Thu, 31 Mar 2016 15:40:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFe9wG040912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412255 - head/devel/rubygem-flexmock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:10 -0000 Author: sunpoet Date: Thu Mar 31 15:40:08 2016 New Revision: 412255 URL: https://svnweb.freebsd.org/changeset/ports/412255 Log: - Update to 2.0.5 Changes: https://github.com/doudou/flexmock/blob/master/CHANGES https://github.com/doudou/flexmock/commits/master Modified: head/devel/rubygem-flexmock/Makefile head/devel/rubygem-flexmock/distinfo Modified: head/devel/rubygem-flexmock/Makefile ============================================================================== --- head/devel/rubygem-flexmock/Makefile Thu Mar 31 15:40:04 2016 (r412254) +++ head/devel/rubygem-flexmock/Makefile Thu Mar 31 15:40:08 2016 (r412255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexmock -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-flexmock/distinfo ============================================================================== --- head/devel/rubygem-flexmock/distinfo Thu Mar 31 15:40:04 2016 (r412254) +++ head/devel/rubygem-flexmock/distinfo Thu Mar 31 15:40:08 2016 (r412255) @@ -1,2 +1,2 @@ -SHA256 (rubygem/flexmock-2.0.4.gem) = 7a62cf9034343bc59c07ea27a0a0fef31fe332700997334c072017c27ad45fd9 -SIZE (rubygem/flexmock-2.0.4.gem) = 63488 +SHA256 (rubygem/flexmock-2.0.5.gem) = 67c407062054392b928e695726b9c5cb19ca73f744b709b6a206554583d44701 +SIZE (rubygem/flexmock-2.0.5.gem) = 63488 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D9AAE08FB; Thu, 31 Mar 2016 15:40:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E27147C; Thu, 31 Mar 2016 15:40:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeDgo041047; Thu, 31 Mar 2016 15:40:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeDkM041044; Thu, 31 Mar 2016 15:40:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeDkM041044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412256 - in head/devel/rubygem-fog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:15 -0000 Author: sunpoet Date: Thu Mar 31 15:40:13 2016 New Revision: 412256 URL: https://svnweb.freebsd.org/changeset/ports/412256 Log: - Update to 1.38.0 - Update RUN_DEPENDS: remove PORTSDIR - Fix gemspec for rubygem-fog-cloudatcost 0.2.1 Changes: https://github.com/fog/fog/releases Modified: head/devel/rubygem-fog/Makefile head/devel/rubygem-fog/distinfo head/devel/rubygem-fog/files/patch-gemspec Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Thu Mar 31 15:40:08 2016 (r412255) +++ head/devel/rubygem-fog/Makefile Thu Mar 31 15:40:13 2016 (r412256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog -PORTVERSION= 1.37.0 +PORTVERSION= 1.38.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,31 +12,34 @@ COMMENT= Ruby cloud services library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:${PORTSDIR}/net/rubygem-fog-aliyun \ - rubygem-fog-atmos>=0:${PORTSDIR}/net/rubygem-fog-atmos \ - rubygem-fog-aws>=0.6.0:${PORTSDIR}/net/rubygem-fog-aws \ - rubygem-fog-brightbox>=0.4:${PORTSDIR}/net/rubygem-fog-brightbox \ - rubygem-fog-core>=1.32:${PORTSDIR}/devel/rubygem-fog-core \ - rubygem-fog-dynect>=0.0.2:${PORTSDIR}/net/rubygem-fog-dynect \ - rubygem-fog-ecloud>=0.1:${PORTSDIR}/net/rubygem-fog-ecloud \ - rubygem-fog-google>=0.1.1:${PORTSDIR}/net/rubygem-fog-google \ - rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ - rubygem-fog-local>=0:${PORTSDIR}/net/rubygem-fog-local \ - rubygem-fog-powerdns>=0.1.1:${PORTSDIR}/net/rubygem-fog-powerdns \ - rubygem-fog-profitbricks>=0:${PORTSDIR}/net/rubygem-fog-profitbricks \ - rubygem-fog-radosgw>=0.0.2:${PORTSDIR}/net/rubygem-fog-radosgw \ - rubygem-fog-riakcs>=0:${PORTSDIR}/net/rubygem-fog-riakcs \ - rubygem-fog-sakuracloud>=0.0.4:${PORTSDIR}/net/rubygem-fog-sakuracloud \ - rubygem-fog-serverlove>=0:${PORTSDIR}/net/rubygem-fog-serverlove \ - rubygem-fog-softlayer>=0:${PORTSDIR}/net/rubygem-fog-softlayer \ - rubygem-fog-storm_on_demand>=0:${PORTSDIR}/net/rubygem-fog-storm_on_demand \ - rubygem-fog-terremark>=0:${PORTSDIR}/net/rubygem-fog-terremark \ - rubygem-fog-vmfusion>=0:${PORTSDIR}/net/rubygem-fog-vmfusion \ - rubygem-fog-voxel>=0:${PORTSDIR}/net/rubygem-fog-voxel \ - rubygem-fog-vsphere>=0.4.0:${PORTSDIR}/net/rubygem-fog-vsphere \ - rubygem-fog-xenserver>=0:${PORTSDIR}/net/rubygem-fog-xenserver \ - rubygem-fog-xml>=0.1.1:${PORTSDIR}/textproc/rubygem-fog-xml \ - rubygem-ipaddress>=0.5:${PORTSDIR}/net/rubygem-ipaddress +RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:net/rubygem-fog-aliyun \ + rubygem-fog-atmos>=0:net/rubygem-fog-atmos \ + rubygem-fog-aws>=0.6.0:net/rubygem-fog-aws \ + rubygem-fog-brightbox>=0.4:net/rubygem-fog-brightbox \ + rubygem-fog-cloudatcost>=0.1.0:net/rubygem-fog-cloudatcost \ + rubygem-fog-core>=1.32:devel/rubygem-fog-core \ + rubygem-fog-dynect>=0.0.2:net/rubygem-fog-dynect \ + rubygem-fog-ecloud>=0.1:net/rubygem-fog-ecloud \ + rubygem-fog-google>=0.1.1:net/rubygem-fog-google \ + rubygem-fog-json>=0:devel/rubygem-fog-json \ + rubygem-fog-local>=0:net/rubygem-fog-local \ + rubygem-fog-openstack>=0:net/rubygem-fog-openstack \ + rubygem-fog-powerdns>=0.1.1:net/rubygem-fog-powerdns \ + rubygem-fog-profitbricks>=0:net/rubygem-fog-profitbricks \ + rubygem-fog-rackspace>=0:net/rubygem-fog-rackspace \ + rubygem-fog-radosgw>=0.0.2:net/rubygem-fog-radosgw \ + rubygem-fog-riakcs>=0:net/rubygem-fog-riakcs \ + rubygem-fog-sakuracloud>=0.0.4:net/rubygem-fog-sakuracloud \ + rubygem-fog-serverlove>=0:net/rubygem-fog-serverlove \ + rubygem-fog-softlayer>=0:net/rubygem-fog-softlayer \ + rubygem-fog-storm_on_demand>=0:net/rubygem-fog-storm_on_demand \ + rubygem-fog-terremark>=0:net/rubygem-fog-terremark \ + rubygem-fog-vmfusion>=0:net/rubygem-fog-vmfusion \ + rubygem-fog-voxel>=0:net/rubygem-fog-voxel \ + rubygem-fog-vsphere>=0.4.0:net/rubygem-fog-vsphere \ + rubygem-fog-xenserver>=0:net/rubygem-fog-xenserver \ + rubygem-fog-xml>=0.1.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.5:net/rubygem-ipaddress NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-fog/distinfo ============================================================================== --- head/devel/rubygem-fog/distinfo Thu Mar 31 15:40:08 2016 (r412255) +++ head/devel/rubygem-fog/distinfo Thu Mar 31 15:40:13 2016 (r412256) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-1.37.0.gem) = d339ce83491ea4b6ec6a5c16fab1709b1a9b929cfb007840275b5841fb034507 -SIZE (rubygem/fog-1.37.0.gem) = 1288192 +SHA256 (rubygem/fog-1.38.0.gem) = f1e1d8126b909e187d29f4dff97039bbb4236aac2293fda3b887e8325aef0fa6 +SIZE (rubygem/fog-1.38.0.gem) = 672256 Modified: head/devel/rubygem-fog/files/patch-gemspec ============================================================================== --- head/devel/rubygem-fog/files/patch-gemspec Thu Mar 31 15:40:08 2016 (r412255) +++ head/devel/rubygem-fog/files/patch-gemspec Thu Mar 31 15:40:13 2016 (r412256) @@ -1,11 +1,15 @@ ---- fog.gemspec.orig 2015-11-18 13:03:32 UTC +--- fog.gemspec.orig 2016-03-30 15:18:05 UTC +++ fog.gemspec -@@ -36,7 +36,7 @@ Gem::Specification.new do |s| +@@ -34,10 +34,10 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0.6.0"]) s.add_runtime_dependency(%q, ["~> 0.4"]) +- s.add_runtime_dependency(%q, ["~> 0.1.0"]) ++ s.add_runtime_dependency(%q, [">= 0.1.0"]) s.add_runtime_dependency(%q, ["~> 0.0.2"]) s.add_runtime_dependency(%q, ["~> 0.1"]) - s.add_runtime_dependency(%q, ["<= 0.1.0"]) + s.add_runtime_dependency(%q, [">= 0.1.1"]) s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0.1.1"]) - s.add_runtime_dependency(%q, [">= 0"]) From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0038AE0A17; Thu, 31 Mar 2016 15:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 783D61B0D; Thu, 31 Mar 2016 15:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeiEO043811; Thu, 31 Mar 2016 15:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeiOf043809; Thu, 31 Mar 2016 15:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeiOf043809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412263 - head/www/rubygem-carrierwave X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:45 -0000 Author: sunpoet Date: Thu Mar 31 15:40:44 2016 New Revision: 412263 URL: https://svnweb.freebsd.org/changeset/ports/412263 Log: - Update to 0.11.0 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/carrierwaveuploader/carrierwave/blob/0.11-stable/CHANGELOG.md Modified: head/www/rubygem-carrierwave/Makefile head/www/rubygem-carrierwave/distinfo Modified: head/www/rubygem-carrierwave/Makefile ============================================================================== --- head/www/rubygem-carrierwave/Makefile Thu Mar 31 15:40:39 2016 (r412262) +++ head/www/rubygem-carrierwave/Makefile Thu Mar 31 15:40:44 2016 (r412263) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= carrierwave -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,10 +10,10 @@ COMMENT= Upload files, map them to a ran LICENSE= MIT -RUN_DEPENDS= rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \ - rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json \ - rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types +RUN_DEPENDS= rubygem-activemodel4>=3.2.0:databases/rubygem-activemodel4 \ + rubygem-activesupport4>=3.2.0:devel/rubygem-activesupport4 \ + rubygem-json>=1.7:devel/rubygem-json \ + rubygem-mime-types>=1.16:misc/rubygem-mime-types NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-carrierwave/distinfo ============================================================================== --- head/www/rubygem-carrierwave/distinfo Thu Mar 31 15:40:39 2016 (r412262) +++ head/www/rubygem-carrierwave/distinfo Thu Mar 31 15:40:44 2016 (r412263) @@ -1,2 +1,2 @@ -SHA256 (rubygem/carrierwave-0.10.0.gem) = 206fcdbf9e4bd6f8545718d693e461a59ba9e31aa1ff815a83b56ccd763a2141 -SIZE (rubygem/carrierwave-0.10.0.gem) = 44544 +SHA256 (rubygem/carrierwave-0.11.0.gem) = f8f3a93b22aaa7d7da7f46f931b1f7b92534a5d5bbbf779013099aa4834ac4d9 +SIZE (rubygem/carrierwave-0.11.0.gem) = 44544 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636F5AE0A38; Thu, 31 Mar 2016 15:40:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16EA31BF4; Thu, 31 Mar 2016 15:40:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFenGx043926; Thu, 31 Mar 2016 15:40:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFen9X043924; Thu, 31 Mar 2016 15:40:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFen9X043924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412264 - head/devel/p5-Sub-Exporter-GlobExporter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:50 -0000 Author: sunpoet Date: Thu Mar 31 15:40:48 2016 New Revision: 412264 URL: https://svnweb.freebsd.org/changeset/ports/412264 Log: - Update to 0.005 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/Changes PR: 207968 Submitted by: Approved by: maintainer (timeout, 17 days) Modified: head/devel/p5-Sub-Exporter-GlobExporter/Makefile head/devel/p5-Sub-Exporter-GlobExporter/distinfo Modified: head/devel/p5-Sub-Exporter-GlobExporter/Makefile ============================================================================== --- head/devel/p5-Sub-Exporter-GlobExporter/Makefile Thu Mar 31 15:40:44 2016 (r412263) +++ head/devel/p5-Sub-Exporter-GlobExporter/Makefile Thu Mar 31 15:40:48 2016 (r412264) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Exporter-GlobExporter -PORTVERSION= 0.003 -PORTREVISION= 1 +PORTVERSION= 0.005 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -14,10 +13,12 @@ COMMENT= Export shared globs with Sub::E LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Sub-Exporter-GlobExporter/distinfo ============================================================================== --- head/devel/p5-Sub-Exporter-GlobExporter/distinfo Thu Mar 31 15:40:44 2016 (r412263) +++ head/devel/p5-Sub-Exporter-GlobExporter/distinfo Thu Mar 31 15:40:48 2016 (r412264) @@ -1,2 +1,2 @@ -SHA256 (Sub-Exporter-GlobExporter-0.003.tar.gz) = 4cb082331151360756f3b2f8122fdd44597a207d62bd3f2ecb13578005116ab1 -SIZE (Sub-Exporter-GlobExporter-0.003.tar.gz) = 13822 +SHA256 (Sub-Exporter-GlobExporter-0.005.tar.gz) = 2fc45eefe6de07cd3fd8af9e799c697fbd35a02ecd5bf9bcd8c94cefb6db7a63 +SIZE (Sub-Exporter-GlobExporter-0.005.tar.gz) = 16177 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9682AE0A9D; Thu, 31 Mar 2016 15:40:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80DC01DAE; Thu, 31 Mar 2016 15:40:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFewCg044201; Thu, 31 Mar 2016 15:40:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFewOn044199; Thu, 31 Mar 2016 15:40:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFewOn044199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412266 - head/devel/p5-Role-Identifiable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:59 -0000 Author: sunpoet Date: Thu Mar 31 15:40:58 2016 New Revision: 412266 URL: https://svnweb.freebsd.org/changeset/ports/412266 Log: - Update to 0.007 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Role-Identifiable/Changes PR: 207977 Submitted by: Approved by: maintainer (timeout, 17 days) Modified: head/devel/p5-Role-Identifiable/Makefile head/devel/p5-Role-Identifiable/distinfo Modified: head/devel/p5-Role-Identifiable/Makefile ============================================================================== --- head/devel/p5-Role-Identifiable/Makefile Thu Mar 31 15:40:53 2016 (r412265) +++ head/devel/p5-Role-Identifiable/Makefile Thu Mar 31 15:40:58 2016 (r412266) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Role-Identifiable -PORTVERSION= 0.005 -PORTREVISION= 1 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -14,10 +13,12 @@ COMMENT= Thing with a list of tags LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Role-Identifiable/distinfo ============================================================================== --- head/devel/p5-Role-Identifiable/distinfo Thu Mar 31 15:40:53 2016 (r412265) +++ head/devel/p5-Role-Identifiable/distinfo Thu Mar 31 15:40:58 2016 (r412266) @@ -1,2 +1,2 @@ -SHA256 (Role-Identifiable-0.005.tar.gz) = 86910b6052d50bc64d1613bc1274f2ae17d553bfc3f0247a3fe3f7bb2cdd3aee -SIZE (Role-Identifiable-0.005.tar.gz) = 10602 +SHA256 (Role-Identifiable-0.007.tar.gz) = 561346d1a1a07a45bd851d859a825a7f67925a7a3ba5ba58e0cdad8bb99073ad +SIZE (Role-Identifiable-0.007.tar.gz) = 13429 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75CDCAE0AE0; Thu, 31 Mar 2016 15:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 504FC1F68; Thu, 31 Mar 2016 15:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFf8ks044482; Thu, 31 Mar 2016 15:41:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFf8vZ044479; Thu, 31 Mar 2016 15:41:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFf8vZ044479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412268 - head/devel/p5-Perl-PrereqScanner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:09 -0000 Author: sunpoet Date: Thu Mar 31 15:41:08 2016 New Revision: 412268 URL: https://svnweb.freebsd.org/changeset/ports/412268 Log: - Update to 1.023 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix *_DEPENDS: CPAN::Meta 2.120900+ is already in all supported Perl releases - Sort *_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/Perl-PrereqScanner/Changes PR: 208005 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Perl-PrereqScanner/Makefile head/devel/p5-Perl-PrereqScanner/distinfo head/devel/p5-Perl-PrereqScanner/pkg-plist Modified: head/devel/p5-Perl-PrereqScanner/Makefile ============================================================================== --- head/devel/p5-Perl-PrereqScanner/Makefile Thu Mar 31 15:41:02 2016 (r412267) +++ head/devel/p5-Perl-PrereqScanner/Makefile Thu Mar 31 15:41:08 2016 (r412268) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Perl-PrereqScanner -PORTVERSION= 1.018 -PORTREVISION= 1 +PORTVERSION= 1.023 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,19 +12,20 @@ COMMENT= Tool to scan your Perl code for LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-CPAN-Meta>=2.120630:${PORTSDIR}/devel/p5-CPAN-Meta \ +BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Module-Path>=0:${PORTSDIR}/devel/p5-Module-Path \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-String-RewritePrefix>=0.005:${PORTSDIR}/textproc/p5-String-RewritePrefix \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ - p5-Module-Path>=0:${PORTSDIR}/devel/p5-Module-Path + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Perl-PrereqScanner/distinfo ============================================================================== --- head/devel/p5-Perl-PrereqScanner/distinfo Thu Mar 31 15:41:02 2016 (r412267) +++ head/devel/p5-Perl-PrereqScanner/distinfo Thu Mar 31 15:41:08 2016 (r412268) @@ -1,2 +1,2 @@ -SHA256 (Perl-PrereqScanner-1.018.tar.gz) = 0c1ad527da4802de8777c430d66c32eaa4d39c1a5701d52494ecddad5155f387 -SIZE (Perl-PrereqScanner-1.018.tar.gz) = 23232 +SHA256 (Perl-PrereqScanner-1.023.tar.gz) = 280a1c4710390865fb9f310a861a34720b28b4cbe50609c841af5cf2d3a2bced +SIZE (Perl-PrereqScanner-1.023.tar.gz) = 28136 Modified: head/devel/p5-Perl-PrereqScanner/pkg-plist ============================================================================== --- head/devel/p5-Perl-PrereqScanner/pkg-plist Thu Mar 31 15:41:02 2016 (r412267) +++ head/devel/p5-Perl-PrereqScanner/pkg-plist Thu Mar 31 15:41:08 2016 (r412268) @@ -1,5 +1,5 @@ -bin/scan_prereqs bin/scan-perl-prereqs +bin/scan_prereqs %%SITE_PERL%%/Perl/PrereqScanner.pm %%SITE_PERL%%/Perl/PrereqScanner/Scanner.pm %%SITE_PERL%%/Perl/PrereqScanner/Scanner/Aliased.pm From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 894C9AE0A05; Thu, 31 Mar 2016 15:40:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32B6B1A13; Thu, 31 Mar 2016 15:40:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFees2043695; Thu, 31 Mar 2016 15:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeebd043693; Thu, 31 Mar 2016 15:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeebd043693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412262 - head/www/rubygem-browser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:41 -0000 Author: sunpoet Date: Thu Mar 31 15:40:39 2016 New Revision: 412262 URL: https://svnweb.freebsd.org/changeset/ports/412262 Log: - Update to 2.0.3 Changes: https://github.com/fnando/browser/blob/master/CHANGELOG.md Modified: head/www/rubygem-browser/Makefile head/www/rubygem-browser/distinfo Modified: head/www/rubygem-browser/Makefile ============================================================================== --- head/www/rubygem-browser/Makefile Thu Mar 31 15:40:35 2016 (r412261) +++ head/www/rubygem-browser/Makefile Thu Mar 31 15:40:39 2016 (r412262) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= browser -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-browser/distinfo ============================================================================== --- head/www/rubygem-browser/distinfo Thu Mar 31 15:40:35 2016 (r412261) +++ head/www/rubygem-browser/distinfo Thu Mar 31 15:40:39 2016 (r412262) @@ -1,2 +1,2 @@ -SHA256 (rubygem/browser-2.0.2.gem) = 950f9798f95ae4afc15c62c2e870ba959d116860f57e5f04bad7b1317fc6bc7b -SIZE (rubygem/browser-2.0.2.gem) = 37888 +SHA256 (rubygem/browser-2.0.3.gem) = 6a773d605bc03c7066b0ad9f126d4d0079c3207b2069d018356813a461a448d4 +SIZE (rubygem/browser-2.0.3.gem) = 38400 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7734CAE0AAF; Thu, 31 Mar 2016 15:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23A481E81; Thu, 31 Mar 2016 15:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFf326044337; Thu, 31 Mar 2016 15:41:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFf3Lt044335; Thu, 31 Mar 2016 15:41:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFf3Lt044335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412267 - head/devel/p5-Role-HasMessage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:04 -0000 Author: sunpoet Date: Thu Mar 31 15:41:02 2016 New Revision: 412267 URL: https://svnweb.freebsd.org/changeset/ports/412267 Log: - Update to 0.006 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Role-HasMessage/Changes PR: 208004 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Role-HasMessage/Makefile head/devel/p5-Role-HasMessage/distinfo Modified: head/devel/p5-Role-HasMessage/Makefile ============================================================================== --- head/devel/p5-Role-HasMessage/Makefile Thu Mar 31 15:40:58 2016 (r412266) +++ head/devel/p5-Role-HasMessage/Makefile Thu Mar 31 15:41:02 2016 (r412267) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Role-HasMessage -PORTVERSION= 0.005 -PORTREVISION= 1 +PORTVERSION= 0.006 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -14,14 +13,16 @@ COMMENT= Thing with a message method LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ p5-String-Errf>=0:${PORTSDIR}/devel/p5-String-Errf \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Role-HasMessage/distinfo ============================================================================== --- head/devel/p5-Role-HasMessage/distinfo Thu Mar 31 15:40:58 2016 (r412266) +++ head/devel/p5-Role-HasMessage/distinfo Thu Mar 31 15:41:02 2016 (r412267) @@ -1,2 +1,2 @@ -SHA256 (Role-HasMessage-0.005.tar.gz) = bc6cecf3022159dc415fb931e38291425d6aa8a9542d980b14ea692141337ca9 -SIZE (Role-HasMessage-0.005.tar.gz) = 11014 +SHA256 (Role-HasMessage-0.006.tar.gz) = f6a6dbe0476ff95ee1ffbef825eb18d9b02b0618deba4686e7c63b99d576d4d3 +SIZE (Role-HasMessage-0.006.tar.gz) = 13518 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94F66AE0C60; Thu, 31 Mar 2016 15:41:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AEBC1341; Thu, 31 Mar 2016 15:41:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfRpS044999; Thu, 31 Mar 2016 15:41:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfRwS044997; Thu, 31 Mar 2016 15:41:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfRwS044997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412272 - head/devel/p5-Config-MVP-Reader-INI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:28 -0000 Author: sunpoet Date: Thu Mar 31 15:41:27 2016 New Revision: 412272 URL: https://svnweb.freebsd.org/changeset/ports/412272 Log: - Update to 2.101463 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Config-MVP-Reader-INI/Changes PR: 208010 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Config-MVP-Reader-INI/Makefile head/devel/p5-Config-MVP-Reader-INI/distinfo Modified: head/devel/p5-Config-MVP-Reader-INI/Makefile ============================================================================== --- head/devel/p5-Config-MVP-Reader-INI/Makefile Thu Mar 31 15:41:22 2016 (r412271) +++ head/devel/p5-Config-MVP-Reader-INI/Makefile Thu Mar 31 15:41:27 2016 (r412272) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-MVP-Reader-INI -PORTVERSION= 2.101461 -PORTREVISION= 1 +PORTVERSION= 2.101463 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +12,13 @@ COMMENT= MVP config reader for .ini file LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ +BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Config-MVP>=2:${PORTSDIR}/devel/p5-Config-MVP -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-MVP-Reader-INI/distinfo ============================================================================== --- head/devel/p5-Config-MVP-Reader-INI/distinfo Thu Mar 31 15:41:22 2016 (r412271) +++ head/devel/p5-Config-MVP-Reader-INI/distinfo Thu Mar 31 15:41:27 2016 (r412272) @@ -1,2 +1,2 @@ -SHA256 (Config-MVP-Reader-INI-2.101461.tar.gz) = 21bea3b7da666ac1679f91974d9f31b3f4d9e4ada87b32dae590ac34f6761721 -SIZE (Config-MVP-Reader-INI-2.101461.tar.gz) = 11330 +SHA256 (Config-MVP-Reader-INI-2.101463.tar.gz) = 69a916bf3711ebc9e7d4caaa70f3c695e918b93a5923958773303e0da0b6d445 +SIZE (Config-MVP-Reader-INI-2.101463.tar.gz) = 14671 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AFB9AE0BCD; Thu, 31 Mar 2016 15:41:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E136107E; Thu, 31 Mar 2016 15:41:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfDaX044610; Thu, 31 Mar 2016 15:41:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfDiE044608; Thu, 31 Mar 2016 15:41:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfDiE044608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412269 - head/devel/p5-MooseX-OneArgNew X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:14 -0000 Author: sunpoet Date: Thu Mar 31 15:41:12 2016 New Revision: 412269 URL: https://svnweb.freebsd.org/changeset/ports/412269 Log: - Update to 0.005 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix *_DEPENDS: add missing p5-Moose Changes: http://search.cpan.org/dist/MooseX-OneArgNew/Changes PR: 208006 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-MooseX-OneArgNew/Makefile head/devel/p5-MooseX-OneArgNew/distinfo Modified: head/devel/p5-MooseX-OneArgNew/Makefile ============================================================================== --- head/devel/p5-MooseX-OneArgNew/Makefile Thu Mar 31 15:41:08 2016 (r412268) +++ head/devel/p5-MooseX-OneArgNew/Makefile Thu Mar 31 15:41:12 2016 (r412269) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= MooseX-OneArgNew -PORTVERSION= 0.002 -PORTREVISION= 1 +PORTVERSION= 0.005 CATEGORIES= devel perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= geraud@gcu.info @@ -14,11 +12,14 @@ COMMENT= Teach ->new to accept single, n LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Role-Parameterized>=1.01:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-OneArgNew/distinfo ============================================================================== --- head/devel/p5-MooseX-OneArgNew/distinfo Thu Mar 31 15:41:08 2016 (r412268) +++ head/devel/p5-MooseX-OneArgNew/distinfo Thu Mar 31 15:41:12 2016 (r412269) @@ -1,2 +1,2 @@ -SHA256 (MooseX-OneArgNew-0.002.tar.gz) = f548f03f36943c42dd704c2dca10b76718ef4642a44d8740f175e7a0031add71 -SIZE (MooseX-OneArgNew-0.002.tar.gz) = 10909 +SHA256 (MooseX-OneArgNew-0.005.tar.gz) = 7e4fcf474ea6c4244f0885f1066729cfdc472fbd7190dd41b4b55bcd67c3103f +SIZE (MooseX-OneArgNew-0.005.tar.gz) = 16071 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7300CAE092A; Thu, 31 Mar 2016 15:40:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 441A51589; Thu, 31 Mar 2016 15:40:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeI19041161; Thu, 31 Mar 2016 15:40:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeIjS041159; Thu, 31 Mar 2016 15:40:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeIjS041159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412257 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:19 -0000 Author: sunpoet Date: Thu Mar 31 15:40:18 2016 New Revision: 412257 URL: https://svnweb.freebsd.org/changeset/ports/412257 Log: - Update to 1.2.0 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md https://github.com/ambethia/recaptcha/commits/master Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Thu Mar 31 15:40:13 2016 (r412256) +++ head/devel/rubygem-recaptcha/Makefile Thu Mar 31 15:40:18 2016 (r412257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Helpers for the reCAPTCHA API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json +RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Thu Mar 31 15:40:13 2016 (r412256) +++ head/devel/rubygem-recaptcha/distinfo Thu Mar 31 15:40:18 2016 (r412257) @@ -1,2 +1,2 @@ -SHA256 (rubygem/recaptcha-1.1.1.gem) = 58ca4d2eff4e3f6a9a9fbc57806bd2f19f0730882e5de05551dc55a4b12f3e51 -SIZE (rubygem/recaptcha-1.1.1.gem) = 11776 +SHA256 (rubygem/recaptcha-1.2.0.gem) = b1c09098e08bbe0cf39b68143f411e2b23dc1d473ff7671a33166b69bbb82458 +SIZE (rubygem/recaptcha-1.2.0.gem) = 11776 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:40:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98894AE09BB; Thu, 31 Mar 2016 15:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA4D17F0; Thu, 31 Mar 2016 15:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFeV3G041511; Thu, 31 Mar 2016 15:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFeV5V041509; Thu, 31 Mar 2016 15:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311540.u2VFeV5V041509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412260 - head/textproc/rubygem-sass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:40:32 -0000 Author: sunpoet Date: Thu Mar 31 15:40:31 2016 New Revision: 412260 URL: https://svnweb.freebsd.org/changeset/ports/412260 Log: - Update to 3.4.22 Changes: https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md http://sass-lang.com/documentation/file.SASS_CHANGELOG.html Modified: head/textproc/rubygem-sass/Makefile head/textproc/rubygem-sass/distinfo Modified: head/textproc/rubygem-sass/Makefile ============================================================================== --- head/textproc/rubygem-sass/Makefile Thu Mar 31 15:40:26 2016 (r412259) +++ head/textproc/rubygem-sass/Makefile Thu Mar 31 15:40:31 2016 (r412260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sass -PORTVERSION= 3.4.21 +PORTVERSION= 3.4.22 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-sass/distinfo ============================================================================== --- head/textproc/rubygem-sass/distinfo Thu Mar 31 15:40:26 2016 (r412259) +++ head/textproc/rubygem-sass/distinfo Thu Mar 31 15:40:31 2016 (r412260) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sass-3.4.21.gem) = 05f907ae3bde56e0133298295ff0befcfec2cb29799ef4f40236eb7abb5173d2 -SIZE (rubygem/sass-3.4.21.gem) = 345088 +SHA256 (rubygem/sass-3.4.22.gem) = 9e7bad9b3854e1913a6d30eb3bae69eca8dd61e55c63a92a78e14d67c4367236 +SIZE (rubygem/sass-3.4.22.gem) = 349184 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34EEFAE0C19; Thu, 31 Mar 2016 15:41:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF4AF117F; Thu, 31 Mar 2016 15:41:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfIYX044740; Thu, 31 Mar 2016 15:41:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfHMP044738; Thu, 31 Mar 2016 15:41:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfHMP044738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412270 - head/devel/p5-Log-Dispatchouli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:19 -0000 Author: sunpoet Date: Thu Mar 31 15:41:17 2016 New Revision: 412270 URL: https://svnweb.freebsd.org/changeset/ports/412270 Log: - Update to 2.012 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Dispatchouli/Changes PR: 208008 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Log-Dispatchouli/Makefile head/devel/p5-Log-Dispatchouli/distinfo Modified: head/devel/p5-Log-Dispatchouli/Makefile ============================================================================== --- head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 31 15:41:12 2016 (r412269) +++ head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 31 15:41:17 2016 (r412270) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatchouli -PORTVERSION= 2.006 -PORTREVISION= 1 +PORTVERSION= 2.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -14,19 +13,21 @@ COMMENT= Log events to an array (referen LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ +BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-GlobExporter>=0.002:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \ p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \ - p5-Try-Tiny>0.04:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Log-Dispatchouli/distinfo ============================================================================== --- head/devel/p5-Log-Dispatchouli/distinfo Thu Mar 31 15:41:12 2016 (r412269) +++ head/devel/p5-Log-Dispatchouli/distinfo Thu Mar 31 15:41:17 2016 (r412270) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatchouli-2.006.tar.gz) = bd33b4fcf88ccfb694593ea6d7b330f053e6afee40f27acdf690c24547365354 -SIZE (Log-Dispatchouli-2.006.tar.gz) = 25086 +SHA256 (Log-Dispatchouli-2.012.tar.gz) = 214eca0fe77f2dc74675f9aa542778d5d4618c5bf12283540ca1062fcb967fa0 +SIZE (Log-Dispatchouli-2.012.tar.gz) = 29796 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC4DAE0C80; Thu, 31 Mar 2016 15:41:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 394C7144B; Thu, 31 Mar 2016 15:41:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfWUv045143; Thu, 31 Mar 2016 15:41:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfWGj045140; Thu, 31 Mar 2016 15:41:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfWGj045140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412273 - head/devel/p5-CPAN-Uploader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:33 -0000 Author: sunpoet Date: Thu Mar 31 15:41:31 2016 New Revision: 412273 URL: https://svnweb.freebsd.org/changeset/ports/412273 Log: - Update to 0.103012 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix *_DEPENDS: add missing p5-LWP-Protocol-https - Sort *_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/CPAN-Uploader/Changes PR: 208011 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-CPAN-Uploader/Makefile head/devel/p5-CPAN-Uploader/distinfo head/devel/p5-CPAN-Uploader/pkg-plist Modified: head/devel/p5-CPAN-Uploader/Makefile ============================================================================== --- head/devel/p5-CPAN-Uploader/Makefile Thu Mar 31 15:41:27 2016 (r412272) +++ head/devel/p5-CPAN-Uploader/Makefile Thu Mar 31 15:41:31 2016 (r412273) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Uploader -PORTVERSION= 0.103004 -PORTREVISION= 1 +PORTVERSION= 0.103012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +12,16 @@ COMMENT= Upload things to the CPAN LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-LWP-Protocol-https>=1:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-CPAN-Uploader/distinfo ============================================================================== --- head/devel/p5-CPAN-Uploader/distinfo Thu Mar 31 15:41:27 2016 (r412272) +++ head/devel/p5-CPAN-Uploader/distinfo Thu Mar 31 15:41:31 2016 (r412273) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Uploader-0.103004.tar.gz) = cfaf6d4ad32a92cdefabb3abaf1f43c7c11aca5afd5561ea6f691065ac396e97 -SIZE (CPAN-Uploader-0.103004.tar.gz) = 16581 +SHA256 (CPAN-Uploader-0.103012.tar.gz) = 1d3dde79747bac8414aa90d0cea830a22fa480e9f1a2c7c76442794e416d6da2 +SIZE (CPAN-Uploader-0.103012.tar.gz) = 20722 Modified: head/devel/p5-CPAN-Uploader/pkg-plist ============================================================================== --- head/devel/p5-CPAN-Uploader/pkg-plist Thu Mar 31 15:41:27 2016 (r412272) +++ head/devel/p5-CPAN-Uploader/pkg-plist Thu Mar 31 15:41:31 2016 (r412273) @@ -1,4 +1,4 @@ bin/cpan-upload %%SITE_PERL%%/CPAN/Uploader.pm -%%PERL5_MAN3%%/CPAN::Uploader.3.gz %%PERL5_MAN1%%/cpan-upload.1.gz +%%PERL5_MAN3%%/CPAN::Uploader.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AE63AE0C3A; Thu, 31 Mar 2016 15:41:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD9A31275; Thu, 31 Mar 2016 15:41:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfMDA044869; Thu, 31 Mar 2016 15:41:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfMHH044867; Thu, 31 Mar 2016 15:41:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfMHH044867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412271 - head/devel/p5-Log-Dispatch-Array X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:24 -0000 Author: sunpoet Date: Thu Mar 31 15:41:22 2016 New Revision: 412271 URL: https://svnweb.freebsd.org/changeset/ports/412271 Log: - Update to 1.003 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Dispatch-Array/Changes PR: 208009 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Log-Dispatch-Array/Makefile head/devel/p5-Log-Dispatch-Array/distinfo Modified: head/devel/p5-Log-Dispatch-Array/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-Array/Makefile Thu Mar 31 15:41:17 2016 (r412270) +++ head/devel/p5-Log-Dispatch-Array/Makefile Thu Mar 31 15:41:22 2016 (r412271) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-Array -PORTVERSION= 1.001 -PORTREVISION= 1 +PORTVERSION= 1.003 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +12,13 @@ COMMENT= Log events to an array (referen LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Log-Dispatch-Array/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-Array/distinfo Thu Mar 31 15:41:17 2016 (r412270) +++ head/devel/p5-Log-Dispatch-Array/distinfo Thu Mar 31 15:41:22 2016 (r412271) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-Array-1.001.tar.gz) = 78f00ed5b0fdcae3cdcfc83b98f72893178ddaa5486e5071894845bbeab32344 -SIZE (Log-Dispatch-Array-1.001.tar.gz) = 21296 +SHA256 (Log-Dispatch-Array-1.003.tar.gz) = 0c20931c2f7bf26a76ba01370b9582215fe5216b161822c0c3f204a81fb87f37 +SIZE (Log-Dispatch-Array-1.003.tar.gz) = 12926 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:48:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8EA7AE3134; Thu, 31 Mar 2016 15:48:04 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B81D1A7D; Thu, 31 Mar 2016 15:48:04 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFm3a3046118; Thu, 31 Mar 2016 15:48:03 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFm3Vc046116; Thu, 31 Mar 2016 15:48:03 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201603311548.u2VFm3Vc046116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 31 Mar 2016 15:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412274 - head/archivers/rar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:48:04 -0000 Author: brd Date: Thu Mar 31 15:48:03 2016 New Revision: 412274 URL: https://svnweb.freebsd.org/changeset/ports/412274 Log: Update to 5.3.0 PR: 207228 Submitted by: Ralf van der Enden Approved by: bdrewery (mentor, implicit) Modified: head/archivers/rar/Makefile head/archivers/rar/distinfo Modified: head/archivers/rar/Makefile ============================================================================== --- head/archivers/rar/Makefile Thu Mar 31 15:41:31 2016 (r412273) +++ head/archivers/rar/Makefile Thu Mar 31 15:48:03 2016 (r412274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rar -PORTVERSION= 5.2.1 +PORTVERSION= 5.3.0 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ Modified: head/archivers/rar/distinfo ============================================================================== --- head/archivers/rar/distinfo Thu Mar 31 15:41:31 2016 (r412273) +++ head/archivers/rar/distinfo Thu Mar 31 15:48:03 2016 (r412274) @@ -1,2 +1,2 @@ -SHA256 (rarbsd-5.2.1.tar.gz) = d4c60e754f2a9933946dd47e9102effa229ab5a6df799e2b86daa68669a9da54 -SIZE (rarbsd-5.2.1.tar.gz) = 1402872 +SHA256 (rarbsd-5.3.0.tar.gz) = 54554a9d83d7386d9850d714af375bb30576a72b7a4bcb3242bcc8bf183ccb7a +SIZE (rarbsd-5.3.0.tar.gz) = 1406335 From owner-svn-ports-all@freebsd.org Thu Mar 31 15:56:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB7A2AE3519; Thu, 31 Mar 2016 15:56:51 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4F11FCC; Thu, 31 Mar 2016 15:56:50 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b392a694 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 31 Mar 2016 09:56:45 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r411158 - in head/net: . socketw From: Adam Weinberger In-Reply-To: <20160331153705.GA47404@FreeBSD.org> Date: Thu, 31 Mar 2016 09:56:44 -0600 Cc: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <0955EF02-C11A-4C7B-A5E4-84065EC8A3FD@adamw.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> <20160331150243.GA29515@FreeBSD.org> <1459437572.1257749.564801874.0692E203@webmail.messagingengine.com> <20160331153705.GA47404@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:56:51 -0000 > On 31 Mar, 2016, at 9:37, Alexey Dokuchaev wrote: > > On Thu, Mar 31, 2016 at 10:19:32AM -0500, Mark Felder wrote: >> On Thu, Mar 31, 2016, at 10:02, Alexey Dokuchaev wrote: >>> On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: >>>> New Revision: 411158 >>>> URL: https://svnweb.freebsd.org/changeset/ports/411158 >>>> >>>> [...] >>>> +MAINTAINER= monwarez@mailoo.org >>>> +COMMENT= SocketW is a cross platform streaming socket C++ >>> >>> Violation of Section 5.6 of the PHB (clause #2). >> >> Thanks, I'll correct that COMMENT ... > > It probably does not warrant a dedicated commit, you might want to hold > it off until more substantial changes arrive. I sometimes have to wait > years before fixing these types of mistakes because of lack of occasion. > > ./danfe Is a fix still a fix if it never gets committed? # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Thu Mar 31 16:02:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13BEEAE376D; Thu, 31 Mar 2016 16:02:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E63D131C; Thu, 31 Mar 2016 16:02:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b7ef2e4e TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 31 Mar 2016 09:55:28 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r412231 - in head: databases/p5-DBIx-Class-Helpers devel/p5-Class-Spiffy devel/p5-Config-Validator devel/p5-IO-Pipely devel/p5-Minilla devel/p5-Moo devel/p5-Perl-Version devel/p5-Perl6-... From: Adam Weinberger In-Reply-To: <201603311523.u2VFNDes034507@repo.freebsd.org> Date: Thu, 31 Mar 2016 09:55:26 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3987FBEA-BCEA-4B48-9AFE-4959BD062EDD@adamw.org> References: <201603311523.u2VFNDes034507@repo.freebsd.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 16:02:12 -0000 > On 31 Mar, 2016, at 9:23, Mathieu Arnold wrote: >=20 > Author: mat > Date: Thu Mar 31 15:23:13 2016 > New Revision: 412231 > URL: https://svnweb.freebsd.org/changeset/ports/412231 >=20 > Log: > Cleanup dependencies on lang/p5-Scalar-List-Utils. >=20 > The different cases are: >=20 > - Only bring it if the one bundled with Perl is outdated. > - The version bundled with all our Perl is sufficient. > - Scalar-List-Util is not really needed by the port. > (looking for /(Sub|Scalar|List)::Util/ returns nothing.) >=20 > While there, do some minor cleanup that caught my eye. Hi Mat, At least for Moo I think this change might be wrong. The p5-Scalar-List-Util dependency was brought in for the XS option, for = the speed boost provided by Sub::Util. Sub::Util wasn't added to core = until 5.21.4. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Thu Mar 31 16:09:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3543AE397E; Thu, 31 Mar 2016 16:09:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A2271646; Thu, 31 Mar 2016 16:09:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7AFC6BDC8C; Thu, 31 Mar 2016 18:09:05 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 5CF7FBDC80; Thu, 31 Mar 2016 18:09:05 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id BF60C6159; Thu, 31 Mar 2016 18:09:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 5940922B64A8; Thu, 31 Mar 2016 18:09:04 +0200 (CEST) Date: Thu, 31 Mar 2016 18:09:03 +0100 From: Mathieu Arnold To: Adam Weinberger cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412231 - in head: databases/p5-DBIx-Class-Helpers devel/p5-Class-Spiffy devel/p5-Config-Validator devel/p5-IO-Pipely devel/p5-Minilla devel/p5-Moo devel/p5-Perl-Version devel/p5-Perl6-... Message-ID: In-Reply-To: <3987FBEA-BCEA-4B48-9AFE-4959BD062EDD@adamw.org> References: <201603311523.u2VFNDes034507@repo.freebsd.org> <3987FBEA-BCEA-4B48-9AFE-4959BD062EDD@adamw.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========F480631F9D036EDD3A9C==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 16:09:08 -0000 --==========F480631F9D036EDD3A9C========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 31 mars 2016 09:55:26 -0600 Adam Weinberger wrote: |> On 31 Mar, 2016, at 9:23, Mathieu Arnold wrote: |> |> Author: mat |> Date: Thu Mar 31 15:23:13 2016 |> New Revision: 412231 |> URL: https://svnweb.freebsd.org/changeset/ports/412231 |> |> Log: |> Cleanup dependencies on lang/p5-Scalar-List-Utils. |> |> The different cases are: |> |> - Only bring it if the one bundled with Perl is outdated. |> - The version bundled with all our Perl is sufficient. |> - Scalar-List-Util is not really needed by the port. |> (looking for /(Sub|Scalar|List)::Util/ returns nothing.) |> |> While there, do some minor cleanup that caught my eye. | | Hi Mat, | | At least for Moo I think this change might be wrong. | | The p5-Scalar-List-Util dependency was brought in for the XS option, for | the speed boost provided by Sub::Util. Sub::Util wasn't added to core | until 5.21.4. Feel free to add it back, I only tested make test. -- Mathieu Arnold --==========F480631F9D036EDD3A9C========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/UufXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iz9sP/1jeo7Vy3aZqT2NlmmuDpUjm T3XB9cx5E78BV8jXCv3jEht+BHGeLyL6/hqk4Ai4RHg++TperJaH4KmfTsNX3VEv ph60Mu+KfDp+AkvXvo549Ktxt1i4aukebzQv+EWyz72TTDue7k8v7gQUiP+vr++H k0UsLUzFFjHKTmZsGp5C5Sto84B8RG5RG3Zx0NHACVztS0D/jFt5kJ9Fx8BGYYNJ mlcHm2t/L+W2EeICoA2cDr8HKSDqkYuz4/1j4IyrCrd0OETBtCeVbDjsA8Lu3dUR J4rZTG/0SiEtPEjqmxTtDQEYOFv57ZsuwiIiK7z2ZlqXtB9e440tZrLC25gOGsQ8 /qnHz7Mz8m9UPW14CSC7WoAqSbHWfBAsUaXC89L0PtWnLfM/JqJjV8yS49YBYtjK rRBw/XI4s+0DWukmhwD96NDI3EhpPCDmPAPdD0Cj97HBOG76svlIkyEMuxOawHr9 xnNprK2lunThIleOPuS6ufOXGFPNwR0E5UCZZ1DH2J9OEuNqkK4Xc56ogRzckG1e cHy3JRumIqSb/63pxlL9QxQaHJcB+Y8p3UBq7QhmyLvP0Eewj3mXhSdOu5Rf83af Un7hbSggWykPSOkLmNwKA6nlYS2v0Ai1YsMlgF8J0aFuu7kB/TnzhcRc0o5e+0zy tQS5mxdnoiiSIQSURISc =33Sg -----END PGP SIGNATURE----- --==========F480631F9D036EDD3A9C==========-- From owner-svn-ports-all@freebsd.org Thu Mar 31 16:47:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17DC5AE454A; Thu, 31 Mar 2016 16:47:59 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9E61987; Thu, 31 Mar 2016 16:47:59 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0B16B119B; Thu, 31 Mar 2016 16:47:59 +0000 (UTC) Date: Thu, 31 Mar 2016 16:47:59 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411158 - in head/net: . socketw Message-ID: <20160331164759.GA81271@FreeBSD.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> <20160331150243.GA29515@FreeBSD.org> <1459437572.1257749.564801874.0692E203@webmail.messagingengine.com> <20160331153705.GA47404@FreeBSD.org> <0955EF02-C11A-4C7B-A5E4-84065EC8A3FD@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0955EF02-C11A-4C7B-A5E4-84065EC8A3FD@adamw.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 16:47:59 -0000 On Thu, Mar 31, 2016 at 09:56:44AM -0600, Adam Weinberger wrote: > > On 31 Mar, 2016, at 9:37, Alexey Dokuchaev wrote: > > > > On Thu, Mar 31, 2016 at 10:19:32AM -0500, Mark Felder wrote: > >> On Thu, Mar 31, 2016, at 10:02, Alexey Dokuchaev wrote: > >>> On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: > >>>> New Revision: 411158 > >>>> URL: https://svnweb.freebsd.org/changeset/ports/411158 > >>>> > >>>> [...] > >>>> +MAINTAINER= monwarez@mailoo.org > >>>> +COMMENT= SocketW is a cross platform streaming socket C++ > >>> > >>> Violation of Section 5.6 of the PHB (clause #2). > >> > >> Thanks, I'll correct that COMMENT ... > > > > It probably does not warrant a dedicated commit, you might want to hold > > it off until more substantial changes arrive. I sometimes have to wait > > years before fixing these types of mistakes because of lack of occasion. > > Is a fix still a fix if it never gets committed? As much as I hate needless SVN revision bumps, if I don't see another change coming soon, I'd still commit. It's just often one can actually group things together, albeit it does require some patience and overall software development "culture" to fully understand and appreciate the benefits thereof. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 31 17:09:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69706AE4C02; Thu, 31 Mar 2016 17:09:28 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFA01322; Thu, 31 Mar 2016 17:09:28 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VH9RiR070176; Thu, 31 Mar 2016 17:09:27 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VH9RSV070174; Thu, 31 Mar 2016 17:09:27 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311709.u2VH9RSV070174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 17:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412275 - head/textproc/elasticsearch2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:09:28 -0000 Author: tj Date: Thu Mar 31 17:09:27 2016 New Revision: 412275 URL: https://svnweb.freebsd.org/changeset/ports/412275 Log: Update to 2.3 Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.3/release-notes-2.3.0.html Modified: head/textproc/elasticsearch2/Makefile head/textproc/elasticsearch2/distinfo Modified: head/textproc/elasticsearch2/Makefile ============================================================================== --- head/textproc/elasticsearch2/Makefile Thu Mar 31 15:48:03 2016 (r412274) +++ head/textproc/elasticsearch2/Makefile Thu Mar 31 17:09:27 2016 (r412275) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS .include -LUCENEVER= 5.4.1 +LUCENEVER= 5.5.0 CONFIG_FILES= elasticsearch.yml logging.yml BINS= elasticsearch.in.sh \ elasticsearch \ Modified: head/textproc/elasticsearch2/distinfo ============================================================================== --- head/textproc/elasticsearch2/distinfo Thu Mar 31 15:48:03 2016 (r412274) +++ head/textproc/elasticsearch2/distinfo Thu Mar 31 17:09:27 2016 (r412275) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-2.2.1.tar.gz) = 7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03 -SIZE (elasticsearch-2.2.1.tar.gz) = 29424648 +SHA256 (elasticsearch-2.3.0.tar.gz) = d68482c7633f2986263bc5f11f93b8a58c54c6cf5e337b615446d0a7c6fdcd8b +SIZE (elasticsearch-2.3.0.tar.gz) = 27556947 From owner-svn-ports-all@freebsd.org Thu Mar 31 17:20:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A479AE4EFD; Thu, 31 Mar 2016 17:20:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBEC81BAF; Thu, 31 Mar 2016 17:20:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VHKhEr073348; Thu, 31 Mar 2016 17:20:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VHKgvp073345; Thu, 31 Mar 2016 17:20:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311720.u2VHKgvp073345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 17:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412276 - head/deskutils/py-vdirsyncer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:20:44 -0000 Author: pi Date: Thu Mar 31 17:20:42 2016 New Revision: 412276 URL: https://svnweb.freebsd.org/changeset/ports/412276 Log: deskutils/py-vdirsyncer: 0.4.3 -> 0.9.3 Changes: https://vdirsyncer.readthedocs.org/en/stable/changelog.html PR: 206733 Approved by: Maxim Filimonov (maintainer) Modified: head/deskutils/py-vdirsyncer/Makefile head/deskutils/py-vdirsyncer/distinfo Modified: head/deskutils/py-vdirsyncer/Makefile ============================================================================== --- head/deskutils/py-vdirsyncer/Makefile Thu Mar 31 17:09:27 2016 (r412275) +++ head/deskutils/py-vdirsyncer/Makefile Thu Mar 31 17:20:42 2016 (r412276) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vdirsyncer -PORTVERSION= 0.4.3 +PORTVERSION= 0.9.3 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Synchronize calendars and conta LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:${PORTSDIR}/devel/py-setuptools_scm RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:${PORTSDIR}/devel/py-atomicwrites \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:${PORTSDIR}/devel/py-icalendar \ Modified: head/deskutils/py-vdirsyncer/distinfo ============================================================================== --- head/deskutils/py-vdirsyncer/distinfo Thu Mar 31 17:09:27 2016 (r412275) +++ head/deskutils/py-vdirsyncer/distinfo Thu Mar 31 17:20:42 2016 (r412276) @@ -1,2 +1,2 @@ -SHA256 (vdirsyncer-0.4.3.tar.gz) = 1684c82fc6f2fa2d4bc88a6bd8294357f36c83e5c36de70354a2c27f9dea1b40 -SIZE (vdirsyncer-0.4.3.tar.gz) = 158711 +SHA256 (vdirsyncer-0.9.3.tar.gz) = 8ca2941bb99c5b67f0f9e7cae3dd65fcbd64b8969515c68d44e6f3cd9cfc50f2 +SIZE (vdirsyncer-0.9.3.tar.gz) = 92463 From owner-svn-ports-all@freebsd.org Thu Mar 31 17:35:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE4FAE34CD; Thu, 31 Mar 2016 17:35:27 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B90E1A61; Thu, 31 Mar 2016 17:35:27 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VHZQTf079391; Thu, 31 Mar 2016 17:35:26 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VHZQmG079389; Thu, 31 Mar 2016 17:35:26 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201603311735.u2VHZQmG079389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 31 Mar 2016 17:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412277 - in head/security: cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:35:27 -0000 Author: ume Date: Thu Mar 31 17:35:26 2016 New Revision: 412277 URL: https://svnweb.freebsd.org/changeset/ports/412277 Log: Add OPENLDAP_SASL option for changing LIB_DEPENDS to openldap-sasl-client. Modified: head/security/cyrus-sasl2-ldapdb/Makefile head/security/cyrus-sasl2-saslauthd/Makefile Modified: head/security/cyrus-sasl2-ldapdb/Makefile ============================================================================== --- head/security/cyrus-sasl2-ldapdb/Makefile Thu Mar 31 17:20:42 2016 (r412276) +++ head/security/cyrus-sasl2-ldapdb/Makefile Thu Mar 31 17:35:26 2016 (r412277) @@ -5,6 +5,10 @@ PORTREVISION= 5 COMMENT= SASL LDAPDB auxprop plugin +OPTIONS_DEFINE= OPENLDAP_SASL +OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support +OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes + CYRUS_CONFIGURE_ARGS= --enable-ldapdb --with-ldap=${LOCALBASE} USE_OPENLDAP= yes Modified: head/security/cyrus-sasl2-saslauthd/Makefile ============================================================================== --- head/security/cyrus-sasl2-saslauthd/Makefile Thu Mar 31 17:20:42 2016 (r412276) +++ head/security/cyrus-sasl2-saslauthd/Makefile Thu Mar 31 17:35:26 2016 (r412277) @@ -14,7 +14,7 @@ USE_RC_SUBR= saslauthd CYRUS_CONFIGURE_ARGS= --with-saslauthd=${SASLAUTHD_RUNPATH} CONFIGURE_ENV+= andrew_cv_runpath_switch=none -OPTIONS_DEFINE= DOCS HTTPFORM OPENLDAP +OPTIONS_DEFINE= DOCS HTTPFORM OPENLDAP OPENLDAP_SASL OPTIONS_RADIO= GSSAPI SASLDB OPTIONS_RADIO_SASLDB= BDB1 BDB GDBM OPTIONS_DEFAULT= BDB1 @@ -24,6 +24,8 @@ HTTPFORM_CONFIGURE_ENABLE=httpform OPENLDAP_DESC= Use OpenLDAP OPENLDAP_USE= OPENLDAP=yes OPENLDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE} +OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support +OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes SASLDB_DESC= Experimental SASLdb authentication module BDB_USE= BDB=yes From owner-svn-ports-all@freebsd.org Thu Mar 31 17:36:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AFD9AE354B; Thu, 31 Mar 2016 17:36:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA771BB6; Thu, 31 Mar 2016 17:36:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VHat15079560; Thu, 31 Mar 2016 17:36:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VHatiU079557; Thu, 31 Mar 2016 17:36:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603311736.u2VHatiU079557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Mar 2016 17:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412278 - head/biology/ruby-bio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:36:56 -0000 Author: amdmi3 Date: Thu Mar 31 17:36:54 2016 New Revision: 412278 URL: https://svnweb.freebsd.org/changeset/ports/412278 Log: - Update to 1.5.0 PR: 208351 Submitted by: wen@FreeBSD.org Approved by: mauricio@arareko.net (maintainer) Modified: head/biology/ruby-bio/Makefile head/biology/ruby-bio/distinfo head/biology/ruby-bio/pkg-plist Modified: head/biology/ruby-bio/Makefile ============================================================================== --- head/biology/ruby-bio/Makefile Thu Mar 31 17:35:26 2016 (r412277) +++ head/biology/ruby-bio/Makefile Thu Mar 31 17:36:54 2016 (r412278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bio -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= biology ruby MASTER_SITES= http://bioruby.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ XMLPARSER_DESC= xmlparser support for fa BDB4_DESC= bdb4 support for faster flat file indexing NO_ARCH= yes -USES= shebangfix +USES= shebangfix USE_RUBY= yes USE_RUBY_SETUP= yes SHEBANG_FILES= sample/biofetch.rb Modified: head/biology/ruby-bio/distinfo ============================================================================== --- head/biology/ruby-bio/distinfo Thu Mar 31 17:35:26 2016 (r412277) +++ head/biology/ruby-bio/distinfo Thu Mar 31 17:36:54 2016 (r412278) @@ -1,2 +1,2 @@ -SHA256 (ruby/bioruby-1.4.1.tar.gz) = 4610997ef0350b4d17ccd67a76a1712c2d986168523256eb6de395bfc8a3f15d -SIZE (ruby/bioruby-1.4.1.tar.gz) = 1340224 +SHA256 (ruby/bioruby-1.5.0.tar.gz) = b920dd27374d5f9443986f4184bfc34d79a54d927b16a8ce23caf1ce116f7026 +SIZE (ruby/bioruby-1.5.0.tar.gz) = 1475866 Modified: head/biology/ruby-bio/pkg-plist ============================================================================== --- head/biology/ruby-bio/pkg-plist Thu Mar 31 17:35:26 2016 (r412277) +++ head/biology/ruby-bio/pkg-plist Thu Mar 31 17:36:54 2016 (r412278) @@ -1,21 +1,17 @@ %%RUBY_DOCDIR%%/bio/ChangeLog %%RUBY_DOCDIR%%/bio/Changes-0.7.rd -%%RUBY_DOCDIR%%/bio/KEGG_API.rd %%RUBY_DOCDIR%%/bio/README.rdoc %%RUBY_DOCDIR%%/bio/Tutorial.rd -%%RUBY_DOCDIR%%/bio/ja/KEGG_API.rd.ja %%RUBY_DOCDIR%%/bio/ja/Tutorial.rd.ja %%RUBY_EXAMPLESDIR%%/bio/any2fasta.rb %%RUBY_EXAMPLESDIR%%/bio/biofetch.rb %%RUBY_EXAMPLESDIR%%/bio/color_scheme_na.rb -%%RUBY_EXAMPLESDIR%%/bio/dbget %%RUBY_EXAMPLESDIR%%/bio/demo_aaindex.rb %%RUBY_EXAMPLESDIR%%/bio/demo_aminoacid.rb %%RUBY_EXAMPLESDIR%%/bio/demo_bl2seq_report.rb %%RUBY_EXAMPLESDIR%%/bio/demo_blast_report.rb %%RUBY_EXAMPLESDIR%%/bio/demo_codontable.rb %%RUBY_EXAMPLESDIR%%/bio/demo_das.rb -%%RUBY_EXAMPLESDIR%%/bio/demo_ddbjxml.rb %%RUBY_EXAMPLESDIR%%/bio/demo_fasta_remote.rb %%RUBY_EXAMPLESDIR%%/bio/demo_fastaformat.rb %%RUBY_EXAMPLESDIR%%/bio/demo_genbank.rb @@ -29,8 +25,6 @@ %%RUBY_EXAMPLESDIR%%/bio/demo_kegg_glycan.rb %%RUBY_EXAMPLESDIR%%/bio/demo_kegg_orthology.rb %%RUBY_EXAMPLESDIR%%/bio/demo_kegg_reaction.rb -%%RUBY_EXAMPLESDIR%%/bio/demo_kegg_taxonomy.rb -%%RUBY_EXAMPLESDIR%%/bio/demo_keggapi.rb %%RUBY_EXAMPLESDIR%%/bio/demo_litdb.rb %%RUBY_EXAMPLESDIR%%/bio/demo_locations.rb %%RUBY_EXAMPLESDIR%%/bio/demo_ncbi_rest.rb @@ -63,17 +57,18 @@ %%RUBY_EXAMPLESDIR%%/bio/na2aa.rb %%RUBY_EXAMPLESDIR%%/bio/pmfetch.rb %%RUBY_EXAMPLESDIR%%/bio/pmsearch.rb -%%RUBY_EXAMPLESDIR%%/bio/psortplot_html.rb %%RUBY_EXAMPLESDIR%%/bio/ssearch2tab.rb %%RUBY_EXAMPLESDIR%%/bio/tdiary.rb %%RUBY_EXAMPLESDIR%%/bio/test_phyloxml_big.rb %%RUBY_EXAMPLESDIR%%/bio/tfastx2tab.rb %%RUBY_EXAMPLESDIR%%/bio/vs-genes.rb +%%RUBY_MODEXAMPLESDIR%%/benchmark_clustalw_report.rb +%%RUBY_MODEXAMPLESDIR%%/seqdatabase.ini +%%RUBY_MODEXAMPLESDIR%%/test_restriction_enzyme_long.rb %%RUBY_SITELIBDIR%%/bio.rb %%RUBY_SITELIBDIR%%/bio/alignment.rb %%RUBY_SITELIBDIR%%/bio/appl/bl2seq/report.rb %%RUBY_SITELIBDIR%%/bio/appl/blast.rb -%%RUBY_SITELIBDIR%%/bio/appl/blast/ddbj.rb %%RUBY_SITELIBDIR%%/bio/appl/blast/format0.rb %%RUBY_SITELIBDIR%%/bio/appl/blast/format8.rb %%RUBY_SITELIBDIR%%/bio/appl/blast/genomenet.rb @@ -142,6 +137,7 @@ %%RUBY_SITELIBDIR%%/bio/db/embl/swissprot.rb %%RUBY_SITELIBDIR%%/bio/db/embl/trembl.rb %%RUBY_SITELIBDIR%%/bio/db/embl/uniprot.rb +%%RUBY_SITELIBDIR%%/bio/db/embl/uniprotkb.rb %%RUBY_SITELIBDIR%%/bio/db/fantom.rb %%RUBY_SITELIBDIR%%/bio/db/fasta.rb %%RUBY_SITELIBDIR%%/bio/db/fasta/defline.rb @@ -177,7 +173,6 @@ %%RUBY_SITELIBDIR%%/bio/db/kegg/orthology.rb %%RUBY_SITELIBDIR%%/bio/db/kegg/pathway.rb %%RUBY_SITELIBDIR%%/bio/db/kegg/reaction.rb -%%RUBY_SITELIBDIR%%/bio/db/kegg/taxonomy.rb %%RUBY_SITELIBDIR%%/bio/db/lasergene.rb %%RUBY_SITELIBDIR%%/bio/db/litdb.rb %%RUBY_SITELIBDIR%%/bio/db/medline.rb @@ -209,10 +204,6 @@ %%RUBY_SITELIBDIR%%/bio/io/biosql/biosql.rb %%RUBY_SITELIBDIR%%/bio/io/biosql/config/database.yml %%RUBY_SITELIBDIR%%/bio/io/das.rb -%%RUBY_SITELIBDIR%%/bio/io/dbget.rb -%%RUBY_SITELIBDIR%%/bio/io/ddbjxml.rb -%%RUBY_SITELIBDIR%%/bio/io/ebisoap.rb -%%RUBY_SITELIBDIR%%/bio/io/ensembl.rb %%RUBY_SITELIBDIR%%/bio/io/fastacmd.rb %%RUBY_SITELIBDIR%%/bio/io/fetch.rb %%RUBY_SITELIBDIR%%/bio/io/flatfile.rb @@ -222,14 +213,10 @@ %%RUBY_SITELIBDIR%%/bio/io/flatfile/index.rb %%RUBY_SITELIBDIR%%/bio/io/flatfile/indexer.rb %%RUBY_SITELIBDIR%%/bio/io/flatfile/splitter.rb -%%RUBY_SITELIBDIR%%/bio/io/higet.rb %%RUBY_SITELIBDIR%%/bio/io/hinv.rb -%%RUBY_SITELIBDIR%%/bio/io/keggapi.rb %%RUBY_SITELIBDIR%%/bio/io/ncbirest.rb -%%RUBY_SITELIBDIR%%/bio/io/ncbisoap.rb %%RUBY_SITELIBDIR%%/bio/io/pubmed.rb %%RUBY_SITELIBDIR%%/bio/io/registry.rb -%%RUBY_SITELIBDIR%%/bio/io/soapwsdl.rb %%RUBY_SITELIBDIR%%/bio/io/sql.rb %%RUBY_SITELIBDIR%%/bio/io/togows.rb %%RUBY_SITELIBDIR%%/bio/location.rb @@ -260,13 +247,11 @@ %%RUBY_SITELIBDIR%%/bio/shell/plugin/emboss.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/entry.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/flatfile.rb -%%RUBY_SITELIBDIR%%/bio/shell/plugin/keggapi.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/midi.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/ncbirest.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/obda.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/psort.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/seq.rb -%%RUBY_SITELIBDIR%%/bio/shell/plugin/soap.rb %%RUBY_SITELIBDIR%%/bio/shell/plugin/togows.rb %%RUBY_SITELIBDIR%%/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/bioruby_generator.rb %%RUBY_SITELIBDIR%%/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_classes.rhtml @@ -289,6 +274,7 @@ %%RUBY_SITELIBDIR%%/bio/shell/setup.rb %%RUBY_SITELIBDIR%%/bio/shell/web.rb %%RUBY_SITELIBDIR%%/bio/tree.rb +%%RUBY_SITELIBDIR%%/bio/tree/output.rb %%RUBY_SITELIBDIR%%/bio/util/color_scheme.rb %%RUBY_SITELIBDIR%%/bio/util/color_scheme/buried.rb %%RUBY_SITELIBDIR%%/bio/util/color_scheme/helix.rb @@ -303,6 +289,7 @@ %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/analysis.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/analysis_basic.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/cut_symbol.rb +%%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/dense_int_array.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/double_stranded.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/double_stranded/cut_location_pair.rb @@ -321,6 +308,7 @@ %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/single_strand.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/single_strand_complement.rb +%%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/sorted_num_array.rb %%RUBY_SITELIBDIR%%/bio/util/restriction_enzyme/string_formatting.rb %%RUBY_SITELIBDIR%%/bio/util/sirna.rb %%RUBY_SITELIBDIR%%/bio/version.rb From owner-svn-ports-all@freebsd.org Thu Mar 31 17:42:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B779AE3806; Thu, 31 Mar 2016 17:42:27 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09A681F57; Thu, 31 Mar 2016 17:42:26 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VHgQY5082618; Thu, 31 Mar 2016 17:42:26 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VHgQx1082616; Thu, 31 Mar 2016 17:42:26 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603311742.u2VHgQx1082616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 31 Mar 2016 17:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412279 - head/textproc/groonga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:42:27 -0000 Author: bofh Date: Thu Mar 31 17:42:25 2016 New Revision: 412279 URL: https://svnweb.freebsd.org/changeset/ports/412279 Log: textproc/groonga: Update version 6.0.0=>6.0.1 Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Thu Mar 31 17:36:54 2016 (r412278) +++ head/textproc/groonga/Makefile Thu Mar 31 17:42:25 2016 (r412279) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -58,7 +58,7 @@ post-patch: '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.9.11/auto/install + ${WRKSRC}/vendor/nginx-1.9.12/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Thu Mar 31 17:36:54 2016 (r412278) +++ head/textproc/groonga/distinfo Thu Mar 31 17:42:25 2016 (r412279) @@ -1,2 +1,2 @@ -SHA256 (groonga-6.0.0.tar.gz) = a14c93240dcf749eb583087988703b72dada4a06ab3f6f2e985a3fe3828b4f6c -SIZE (groonga-6.0.0.tar.gz) = 13981931 +SHA256 (groonga-6.0.1.tar.gz) = 16297c1e4c7cb12c4fca515a28b5cb1e9ef0db0867ff4ad3d8d5436c0e175b6d +SIZE (groonga-6.0.1.tar.gz) = 13914843 From owner-svn-ports-all@freebsd.org Thu Mar 31 18:01:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3A81AD61E1; Thu, 31 Mar 2016 18:01:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A3661AF1; Thu, 31 Mar 2016 18:01:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VI1hWB088229; Thu, 31 Mar 2016 18:01:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VI1gEe088218; Thu, 31 Mar 2016 18:01:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311801.u2VI1gEe088218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 18:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412280 - in head/www: . gitlab gitlab/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:01:44 -0000 Author: pi Date: Thu Mar 31 18:01:42 2016 New Revision: 412280 URL: https://svnweb.freebsd.org/changeset/ports/412280 Log: New port: www/gitlab GitLab is version control for your server. WWW: https://gitlab.com/ Submitted by: Torsten Zuehlsdorff Reviewed by: Yonas Yanfa , girgen, pgollucci, mmoll, miwi, xmj, swills, amdmi3, sunpoet Added: head/www/gitlab/ head/www/gitlab/Makefile (contents, props changed) head/www/gitlab/distinfo (contents, props changed) head/www/gitlab/files/ head/www/gitlab/files/gitlab.in (contents, props changed) head/www/gitlab/files/patch-Gemfile (contents, props changed) head/www/gitlab/files/patch-config_database.yml.postgresql (contents, props changed) head/www/gitlab/files/patch-config_gitlab.yml.example (contents, props changed) head/www/gitlab/files/patch-config_initializers_1__settings.rb (contents, props changed) head/www/gitlab/files/patch-config_unicorn.rb.example (contents, props changed) head/www/gitlab/files/patch-lib_support_nginx_gitlab (contents, props changed) head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl (contents, props changed) head/www/gitlab/pkg-descr (contents, props changed) head/www/gitlab/pkg-message (contents, props changed) head/www/gitlab/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 17:42:25 2016 (r412279) +++ head/www/Makefile Thu Mar 31 18:01:42 2016 (r412280) @@ -225,6 +225,7 @@ SUBDIR += get_flash_videos SUBDIR += getleft SUBDIR += gist + SUBDIR += gitlab SUBDIR += gitlab-workhorse SUBDIR += glassfish SUBDIR += glpi Added: head/www/gitlab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/Makefile Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,178 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= gitlab +PORTVERSION= 8.5.5 +DISTVERSIONPREFIX= v +CATEGORIES= www devel + +MAINTAINER= ports@toco-domains.de +COMMENT= Web GUI for managing git repositories + +LICENSE= MIT + +BUILD_DEPENDS= ruby>=2.1.8:${PORTSDIR}/lang/ruby21 \ + gem:${PORTSDIR}/devel/ruby-gems +RUN_DEPENDS= git>=2.4.3:${PORTSDIR}/devel/git \ + gitlab-shell>=2.6.10:${PORTSDIR}/devel/gitlab-shell\ + gitlab-workhorse>=0.6.4:${PORTSDIR}/www/gitlab-workhorse \ + redis>=2.8.23:${PORTSDIR}/databases/redis \ + rubygem-rails4>=4.2.5.2:${PORTSDIR}/www/rubygem-rails4 \ + rubygem-rails-deprecated_sanitizer>=1.0.3:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer \ + rubygem-responders>=2.0:${PORTSDIR}/www/rubygem-responders \ + rubygem-sprockets>=2.12.3:${PORTSDIR}/devel/rubygem-sprockets \ + rubygem-default_value_for>=3.0.1:${PORTSDIR}/devel/rubygem-default_value_for \ + rubygem-pg>=0.18.2:${PORTSDIR}/databases/rubygem-pg \ + rubygem-devise-rails4>=3.5.4:${PORTSDIR}/devel/rubygem-devise-rails4 \ + rubygem-devise-async-rails4>=0.9.0:${PORTSDIR}/devel/rubygem-devise-async-rails4 \ + rubygem-doorkeeper>=2.2.0:${PORTSDIR}/security/rubygem-doorkeeper \ + rubygem-omniauth>=1.3.1:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-azure-oauth2>=0.0.6:${PORTSDIR}/net/rubygem-omniauth-azure-oauth2 \ + rubygem-omniauth-bitbucket>=0.0.2:${PORTSDIR}/security/rubygem-omniauth-bitbucket \ + rubygem-omniauth-cas3>=1.1.2:${PORTSDIR}/security/rubygem-omniauth-cas3 \ + rubygem-omniauth-facebook>=3.0.0:${PORTSDIR}/net/rubygem-omniauth-facebook \ + rubygem-omniauth-github>=1.1.1:${PORTSDIR}/net/rubygem-omniauth-github \ + rubygem-omniauth-gitlab>=1.0.0:${PORTSDIR}/security/rubygem-omniauth-gitlab \ + rubygem-omniauth-google-oauth2>=0.2.0:${PORTSDIR}/net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-saml>=1.4.2:${PORTSDIR}/security/rubygem-omniauth-saml \ + rubygem-omniauth-shibboleth>=1.2.0:${PORTSDIR}/security/rubygem-omniauth-shibboleth \ + rubygem-omniauth-twitter>=1.2.0:${PORTSDIR}/net/rubygem-omniauth-twitter \ + rubygem-omniauth_crowd>=2.2.0:${PORTSDIR}/devel/rubygem-omniauth_crowd \ + rubygem-rack-oauth2>=1.2.1:${PORTSDIR}/security/rubygem-rack-oauth2 \ + rubygem-recaptcha>=0:${PORTSDIR}/devel/rubygem-recaptcha \ + rubygem-akismet>=2.0:${PORTSDIR}/devel/rubygem-akismet \ + rubygem-devise-two-factor>=2.0.0:${PORTSDIR}/security/rubygem-devise-two-factor \ + rubygem-rqrcode-rails3>=0.1.7:${PORTSDIR}/www/rubygem-rqrcode-rails3 \ + rubygem-attr_encrypted>=1.3.4:${PORTSDIR}/security/rubygem-attr_encrypted \ + rubygem-browser>=1.0.0:${PORTSDIR}/www/rubygem-browser \ + rubygem-gitlab_git>=8.2:${PORTSDIR}/devel/rubygem-gitlab_git \ + rubygem-gitlab_omniauth-ldap>=1.2.1:${PORTSDIR}/net/rubygem-gitlab_omniauth-ldap \ + rubygem-gollum-lib>=4.1.0:${PORTSDIR}/www/rubygem-gollum-lib \ + rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \ + rubygem-grape>=0.13.0:${PORTSDIR}/devel/rubygem-grape \ + rubygem-grape-entity>=0.4.2:${PORTSDIR}/devel/rubygem-grape-entity \ + rubygem-rack-cors>=0.4.0:${PORTSDIR}/www/rubygem-rack-cors \ + rubygem-kaminari-rails4>=0.16.3:${PORTSDIR}/www/rubygem-kaminari-rails4 \ + rubygem-haml-rails-rails4>=0.9.0:${PORTSDIR}/www/rubygem-haml-rails-rails4 \ + rubygem-carrierwave>=0.9.0:${PORTSDIR}/www/rubygem-carrierwave \ + rubygem-dropzonejs-rails>=0.7.1:${PORTSDIR}/www/rubygem-dropzonejs-rails \ + rubygem-fog>=1.36:${PORTSDIR}/devel/rubygem-fog \ + rubygem-unf>=0.1.4:${PORTSDIR}/textproc/rubygem-unf \ + rubygem-six>=0.2.0:${PORTSDIR}/security/rubygem-six \ + rubygem-seed-fu>=2.3.5:${PORTSDIR}/databases/rubygem-seed-fu \ + rubygem-html-pipeline1>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline1 \ + rubygem-task_list>=1.0.2:${PORTSDIR}/www/rubygem-task_list \ + rubygem-github-markup>=1.3.1:${PORTSDIR}/textproc/rubygem-github-markup \ + rubygem-redcarpet>=3.3.3:${PORTSDIR}/textproc/rubygem-redcarpet \ + rubygem-redcloth>=4.2.9:${PORTSDIR}/www/rubygem-redcloth \ + rubygem-rdoc>=3.6:${PORTSDIR}/devel/rubygem-rdoc \ + rubygem-org-ruby>=0.9.12:${PORTSDIR}/textproc/rubygem-org-ruby \ + rubygem-creole>=0.5.0:${PORTSDIR}/textproc/rubygem-creole \ + rubygem-wikicloth>=0.8.1:${PORTSDIR}/textproc/rubygem-wikicloth \ + rubygem-asciidoctor>=1.5.2:${PORTSDIR}/textproc/rubygem-asciidoctor \ + rubygem-rouge>=1.10.1:${PORTSDIR}/textproc/rubygem-rouge \ + rubygem-nokogiri>=1.6.7.2:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-diffy>=3.0.3:${PORTSDIR}/textproc/rubygem-diffy \ + rubygem-unicorn>=4.8.2:${PORTSDIR}/www/rubygem-unicorn \ + rubygem-unicorn-worker-killer>=0.4.2:${PORTSDIR}/www/rubygem-unicorn-worker-killer \ + rubygem-state_machines-activerecord>=0.3.0:${PORTSDIR}/databases/rubygem-state_machines-activerecord \ + rubygem-after_commit_queue>=0:${PORTSDIR}/databases/rubygem-after_commit_queue \ + rubygem-acts-as-taggable-on3>=3.4.0:${PORTSDIR}/www/rubygem-acts-as-taggable-on3 \ + rubygem-sinatra>=1.4.4:${PORTSDIR}/www/rubygem-sinatra \ + rubygem-sidekiq>=4.0:${PORTSDIR}/devel/rubygem-sidekiq \ + rubygem-sidekiq-cron>=0.4.0:${PORTSDIR}/devel/rubygem-sidekiq-cron \ + rubygem-redis-namespace>=0:${PORTSDIR}/databases/rubygem-redis-namespace \ + rubygem-httparty>=0.13.3:${PORTSDIR}/www/rubygem-httparty \ + rubygem-colorize>=0.7.0:${PORTSDIR}/devel/rubygem-colorize \ + rubygem-settingslogic>=2.0.9:${PORTSDIR}/devel/rubygem-settingslogic \ + rubygem-version_sorter>=2.0.0:${PORTSDIR}/textproc/rubygem-version_sorter \ + rubygem-redis-rails>=4.0.0:${PORTSDIR}/www/rubygem-redis-rails \ + rubygem-tinder>=1.10.0:${PORTSDIR}/net-im/rubygem-tinder \ + rubygem-hipchat>=1.5.0:${PORTSDIR}/net-im/rubygem-hipchat \ + rubygem-gitlab-flowdock-git-hook>=1.0.1:${PORTSDIR}/www/rubygem-gitlab-flowdock-git-hook \ + rubygem-gemnasium-gitlab-service>=0.2:${PORTSDIR}/devel/rubygem-gemnasium-gitlab-service \ + rubygem-slack-notifier>=1.2.0:${PORTSDIR}/devel/rubygem-slack-notifier \ + rubygem-asana>=0.4.0:${PORTSDIR}/www/rubygem-asana \ + rubygem-ruby-fogbugz>=0.2.1:${PORTSDIR}/devel/rubygem-ruby-fogbugz \ + rubygem-d3_rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-d3_rails-rails4 \ + rubygem-cal-heatmap-rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-cal-heatmap-rails-rails4 \ + rubygem-underscore-rails>=1.8.0:${PORTSDIR}/www/rubygem-underscore-rails \ + rubygem-sanitize>=2.0:${PORTSDIR}/textproc/rubygem-sanitize \ + rubygem-babosa>=1.0.2:${PORTSDIR}/textproc/rubygem-babosa \ + rubygem-loofah>=2.0.3:${PORTSDIR}/textproc/rubygem-loofah \ + rubygem-rack-attack>=4.3.1:${PORTSDIR}/www/rubygem-rack-attack \ + rubygem-ace-rails-ap>=2.0.1:${PORTSDIR}/www/rubygem-ace-rails-ap \ + rubygem-mousetrap-rails>=1.4.6:${PORTSDIR}/www/rubygem-mousetrap-rails \ + rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ + rubygem-sass-rails5>=5.0.0:${PORTSDIR}/textproc/rubygem-sass-rails5 \ + rubygem-coffee-rails4>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails4 \ + rubygem-uglifier>=2.7.2:${PORTSDIR}/www/rubygem-uglifier \ + rubygem-turbolinks>=2.5.0:${PORTSDIR}/www/rubygem-turbolinks \ + rubygem-jquery-turbolinks>=2.1.0:${PORTSDIR}/www/rubygem-jquery-turbolinks \ + rubygem-addressable>=2.3.8:${PORTSDIR}/www/rubygem-addressable \ + rubygem-bootstrap-sass>=3.3.0:${PORTSDIR}/www/rubygem-bootstrap-sass \ + rubygem-font-awesome-rails-rails4>=4.2:${PORTSDIR}/devel/rubygem-font-awesome-rails-rails4 \ + rubygem-gitlab_emoji>=0.3:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ + rubygem-gon>=6.0.1:${PORTSDIR}/www/rubygem-gon \ + rubygem-jquery-atwho-rails-rails4>=1.3.2:${PORTSDIR}/www/rubygem-jquery-atwho-rails-rails4 \ + rubygem-jquery-rails4>=4.0.0:${PORTSDIR}/www/rubygem-jquery-rails4 \ + rubygem-jquery-scrollto-rails>=1.4.3:${PORTSDIR}/www/rubygem-jquery-scrollto-rails \ + rubygem-jquery-ui-rails-rails4>=5.0.0:${PORTSDIR}/www/rubygem-jquery-ui-rails-rails4 \ + rubygem-nprogress-rails>=0.1.6.7:${PORTSDIR}/devel/rubygem-nprogress-rails \ + rubygem-raphael-rails>=2.1.2:${PORTSDIR}/www/rubygem-raphael-rails \ + rubygem-request_store>=1.2.0:${PORTSDIR}/devel/rubygem-request_store \ + rubygem-select2-rails>=3.5.9:${PORTSDIR}/www/rubygem-select2-rails \ + rubygem-virtus>=1.0.1:${PORTSDIR}/devel/rubygem-virtus \ + rubygem-net-ssh>=3.0.1:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-sentry-raven>=0.15.4:${PORTSDIR}/devel/rubygem-sentry-raven \ + rubygem-gitlab_meta>=7.0:${PORTSDIR}/devel/rubygem-gitlab_meta \ + rubygem-newrelic_rpm>=3.9.4.245:${PORTSDIR}/devel/rubygem-newrelic_rpm \ + rubygem-newrelic-grape>=0:${PORTSDIR}/devel/rubygem-newrelic-grape \ + rubygem-newrelic_rpm>=3.14:${PORTSDIR}/devel/rubygem-newrelic_rpm \ + rubygem-octokit>=3.8.0:${PORTSDIR}/net/rubygem-octokit \ + rubygem-mail_room>=0.6.1:${PORTSDIR}/mail/rubygem-mail_room \ + rubygem-email_reply_parser>=0.5.8:${PORTSDIR}/mail/rubygem-email_reply_parser \ + rubygem-activerecord-deprecated_finders>=1.0.3:${PORTSDIR}/devel/rubygem-activerecord-deprecated_finders \ + rubygem-activerecord-session_store>=0.1.0:${PORTSDIR}/databases/rubygem-activerecord-session_store \ + rubygem-nested_form>=0.3.2:${PORTSDIR}/www/rubygem-nested_form \ + rubygem-oauth2>=1.0.0:${PORTSDIR}/net/rubygem-oauth2 \ + rubygem-paranoia>=2.0:${PORTSDIR}/databases/rubygem-paranoia \ + rubygem-rinku>=1.7.3:${PORTSDIR}/www/rubygem-rinku + +USE= pgsql=yes +WANT= pgsql=9.1+ + +USE_RC_SUBR= gitlab +USE_GITHUB= yes +GH_ACCOUNT= gitlabhq +GH_PROJECT= gitlabhq + +USERS= git +GROUPS= git + +.include + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${FIND} ${WRKSRC} -name '*.orig' -delete + ${FIND} ${WRKSRC} -name '*.bak' -delete + ${FIND} ${WRKSRC} -name '*.gitkeep' -delete + ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete + ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample + ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample + ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample + ${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample + ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample + ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample + +post-install: + ${MKDIR} ${STAGEDIR}/home/git/repositories + ${MKDIR} ${STAGEDIR}/home/git/gitlab-satellites + ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets + ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache + ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/sessions + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) + +.include Added: head/www/gitlab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/distinfo Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,2 @@ +SHA256 (gitlabhq-gitlabhq-v8.5.5_GH0.tar.gz) = 859ec6142095d459b1587616df6c83063e87a8c7417ab8606100588525d03e2d +SIZE (gitlabhq-gitlabhq-v8.5.5_GH0.tar.gz) = 15179973 Added: head/www/gitlab/files/gitlab.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/gitlab.in Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,414 @@ +#! /bin/sh + +# $FreeBSD$ + +### BEGIN INIT INFO +# Provides: gitlab +# Required-Start: $local_fs $remote_fs $network $syslog redis-server +# Required-Stop: $local_fs $remote_fs $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: GitLab git repository management +# Description: GitLab git repository management +# chkconfig: - 85 14 +### END INIT INFO + +# Maintainer: Torsten Zuehlsdorff +# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx + +# PROVIDE: gitlab +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable GitLab: +# +# gitlab_enable="YES" + +PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" + +. /etc/rc.subr + +name=gitlab +rcvar=gitlab_enable +extra_commands=status + +status_cmd="print_status" +start_cmd="start_gitlab" +stop_cmd="stop_gitlab" +restart_cmd="restart_gitlab" + +gitlab_enable=${gitlab_enable:-"NO"} + +load_rc_config $name + +### Environment variables +RAILS_ENV="production" + +# Script variable names should be lower-case not to conflict with +# internal /bin/sh variables such as PATH, EDITOR or SHELL. +app_user="git" +app_root="/usr/local/www/gitlab" +pid_path="$app_root/tmp/pids" +socket_path="$app_root/tmp/sockets" +rails_socket="$socket_path/gitlab.socket" +web_server_pid_path="$pid_path/unicorn.pid" +sidekiq_pid_path="$pid_path/sidekiq.pid" +mail_room_enabled=false +mail_room_pid_path="$pid_path/mail_room.pid" +gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd) +gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid" +gitlab_workhorse_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket $rails_socket -documentRoot $app_root/public" +gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log" +shell_path="/bin/bash" + +# Read configuration variable file if it is present +test -f /etc/default/gitlab && . /etc/default/gitlab + +# Switch to the app_user if it is not he/she who is running the script. +if [ "$USER" != "$app_user" ]; then + eval su - "$app_user" -c $(echo \")$0 "$@"$(echo \"); exit; +fi + +# Switch to the gitlab path, exit on failure. +if ! cd "$app_root" ; then + echo "Failed to cd into $app_root, exiting!"; exit 1 +fi + + +### Init Script functions + +## Gets the pids from the files +check_pids(){ + if ! mkdir -p "$pid_path"; then + echo "Could not create the path $pid_path needed to store the pids." + exit 1 + fi + # If there exists a file which should hold the value of the Unicorn pid: read it. + if [ -f "$web_server_pid_path" ]; then + wpid=$(cat "$web_server_pid_path") + else + wpid=0 + fi + if [ -f "$sidekiq_pid_path" ]; then + spid=$(cat "$sidekiq_pid_path") + else + spid=0 + fi + if [ -f "$gitlab_workhorse_pid_path" ]; then + hpid=$(cat "$gitlab_workhorse_pid_path") + else + hpid=0 + fi + if [ "$mail_room_enabled" = true ]; then + if [ -f "$mail_room_pid_path" ]; then + mpid=$(cat "$mail_room_pid_path") + else + mpid=0 + fi + fi +} + +## Called when we have started the two processes and are waiting for their pid files. +wait_for_pids(){ + # We are sleeping a bit here mostly because sidekiq is slow at writing its pid + i=0; + while [ ! -f $web_server_pid_path ] || [ ! -f $sidekiq_pid_path ] || [ ! -f $gitlab_workhorse_pid_path ] || { [ "$mail_room_enabled" = true ] && [ ! -f $mail_room_pid_path ]; }; do + sleep 0.1; + i=$((i+1)) + if [ $((i%10)) = 0 ]; then + echo -n "." + elif [ $((i)) = 301 ]; then + echo "Waited 30s for the processes to write their pids, something probably went wrong." + exit 1; + fi + done + echo +} + +# We use the pids in so many parts of the script it makes sense to always check them. +# Only after start() is run should the pids change. Sidekiq sets its own pid. +check_pids + + +## Checks whether the different parts of the service are already running or not. +check_status(){ + check_pids + # If the web server is running kill -0 $wpid returns true, or rather 0. + # Checks of *_status should only check for == 0 or != 0, never anything else. + if [ $wpid -ne 0 ]; then + kill -0 "$wpid" 2>/dev/null + web_status="$?" + else + web_status="-1" + fi + if [ $spid -ne 0 ]; then + kill -0 "$spid" 2>/dev/null + sidekiq_status="$?" + else + sidekiq_status="-1" + fi + if [ $hpid -ne 0 ]; then + kill -0 "$hpid" 2>/dev/null + gitlab_workhorse_status="$?" + else + gitlab_workhorse_status="-1" + fi + if [ "$mail_room_enabled" = true ]; then + if [ $mpid -ne 0 ]; then + kill -0 "$mpid" 2>/dev/null + mail_room_status="$?" + else + mail_room_status="-1" + fi + fi + if [ $web_status = 0 ] && [ $sidekiq_status = 0 ] && [ $gitlab_workhorse_status = 0 ] && { [ "$mail_room_enabled" != true ] || [ $mail_room_status = 0 ]; }; then + gitlab_status=0 + else + # http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html + # code 3 means 'program is not running' + gitlab_status=3 + fi +} + +## Check for stale pids and remove them if necessary. +check_stale_pids(){ + check_status + # If there is a pid it is something else than 0, the service is running if + # *_status is == 0. + if [ "$wpid" != "0" ] && [ "$web_status" != "0" ]; then + echo "Removing stale Unicorn web server pid. This is most likely caused by the web server crashing the last time it ran." + if ! rm "$web_server_pid_path"; then + echo "Unable to remove stale pid, exiting." + exit 1 + fi + fi + if [ "$spid" != "0" ] && [ "$sidekiq_status" != "0" ]; then + echo "Removing stale Sidekiq job dispatcher pid. This is most likely caused by Sidekiq crashing the last time it ran." + if ! rm "$sidekiq_pid_path"; then + echo "Unable to remove stale pid, exiting" + exit 1 + fi + fi + if [ "$hpid" != "0" ] && [ "$gitlab_workhorse_status" != "0" ]; then + echo "Removing stale gitlab-workhorse pid. This is most likely caused by gitlab-workhorse crashing the last time it ran." + if ! rm "$gitlab_workhorse_pid_path"; then + echo "Unable to remove stale pid, exiting" + exit 1 + fi + fi + if [ "$mail_room_enabled" = true ] && [ "$mpid" != "0" ] && [ "$mail_room_status" != "0" ]; then + echo "Removing stale MailRoom job dispatcher pid. This is most likely caused by MailRoom crashing the last time it ran." + if ! rm "$mail_room_pid_path"; then + echo "Unable to remove stale pid, exiting" + exit 1 + fi + fi +} + +## If no parts of the service is running, bail out. +exit_if_not_running(){ + check_stale_pids + if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then + echo "GitLab is not running." + exit + fi +} + +## Starts Unicorn and Sidekiq if they're not running. +start_gitlab() { + check_stale_pids + + if [ "$web_status" != "0" ]; then + echo "Starting GitLab Unicorn" + fi + if [ "$sidekiq_status" != "0" ]; then + echo "Starting GitLab Sidekiq" + fi + if [ "$gitlab_workhorse_status" != "0" ]; then + echo "Starting gitlab-workhorse" + fi + if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" != "0" ]; then + echo "Starting GitLab MailRoom" + fi + + # Then check if the service is running. If it is: don't start again. + if [ "$web_status" = "0" ]; then + echo "The Unicorn web server already running with pid $wpid, not restarting." + else + # Remove old socket if it exists + rm -f "$socket_path"/gitlab.socket 2>/dev/null + # Start the web server + RAILS_ENV=$RAILS_ENV bin/web start + fi + + # If sidekiq is already running, don't start it again. + if [ "$sidekiq_status" = "0" ]; then + echo "The Sidekiq job dispatcher is already running with pid $spid, not restarting" + else + RAILS_ENV=$RAILS_ENV bin/background_jobs start & + fi + + if [ "$gitlab_workhorse_status" = "0" ]; then + echo "The gitlab-workhorse is already running with pid $spid, not restarting" + else + # No need to remove a socket, gitlab-workhorse does this itself. + # Because gitlab-workhorse has multiple executables we need to fix + # the PATH. + $app_root/bin/daemon_with_pidfile $gitlab_workhorse_pid_path \ + /usr/bin/env PATH=$gitlab_workhorse_dir:$PATH \ + gitlab-workhorse $gitlab_workhorse_options \ + >> $gitlab_workhorse_log 2>&1 & + fi + + if [ "$mail_room_enabled" = true ]; then + # If MailRoom is already running, don't start it again. + if [ "$mail_room_status" = "0" ]; then + echo "The MailRoom email processor is already running with pid $mpid, not restarting" + else + RAILS_ENV=$RAILS_ENV bin/mail_room start & + fi + fi + + # Wait for the pids to be planted + wait_for_pids + # Finally check the status to tell wether or not GitLab is running + print_status +} + +## Asks Unicorn, Sidekiq and MailRoom if they would be so kind as to stop, if not kills them. +stop_gitlab() { + exit_if_not_running + + if [ "$web_status" = "0" ]; then + echo "Shutting down GitLab Unicorn" + RAILS_ENV=$RAILS_ENV bin/web stop + fi + if [ "$sidekiq_status" = "0" ]; then + echo "Shutting down GitLab Sidekiq" + RAILS_ENV=$RAILS_ENV bin/background_jobs stop + fi + if [ "$gitlab_workhorse_status" = "0" ]; then + echo "Shutting down gitlab-workhorse" + kill -- $(cat $gitlab_workhorse_pid_path) + fi + if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; then + echo "Shutting down GitLab MailRoom" + RAILS_ENV=$RAILS_ENV bin/mail_room stop + fi + + # If something needs to be stopped, lets wait for it to stop. Never use SIGKILL in a script. + while [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse_status" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; do + sleep 1 + check_status + printf "." + if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then + printf "\n" + break + fi + done + + sleep 1 + # Cleaning up unused pids + rm "$web_server_pid_path" 2>/dev/null + # rm "$sidekiq_pid_path" 2>/dev/null # Sidekiq seems to be cleaning up its own pid. + rm -f "$gitlab_workhorse_pid_path" + if [ "$mail_room_enabled" = true ]; then + rm "$mail_room_pid_path" 2>/dev/null + fi + + print_status +} + +## Prints the status of GitLab and its components. +print_status() { + check_status + if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then + echo "GitLab is not running." + return + fi + if [ "$web_status" = "0" ]; then + echo "The GitLab Unicorn web server with pid $wpid is running." + else + printf "The GitLab Unicorn web server is \033[31mnot running\033[0m.\n" + fi + if [ "$sidekiq_status" = "0" ]; then + echo "The GitLab Sidekiq job dispatcher with pid $spid is running." + else + printf "The GitLab Sidekiq job dispatcher is \033[31mnot running\033[0m.\n" + fi + if [ "$gitlab_workhorse_status" = "0" ]; then + echo "The gitlab-workhorse with pid $hpid is running." + else + printf "The gitlab-workhorse is \033[31mnot running\033[0m.\n" + fi + if [ "$mail_room_enabled" = true ]; then + if [ "$mail_room_status" = "0" ]; then + echo "The GitLab MailRoom email processor with pid $mpid is running." + else + printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n" + fi + fi + if [ "$web_status" = "0" ] && [ "$sidekiq_status" = "0" ] && [ "$gitlab_workhorse_status" = "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" = "0" ]; }; then + printf "GitLab and all its components are \033[32mup and running\033[0m.\n" + fi +} + +## Tells unicorn to reload its config and Sidekiq to restart +reload_gitlab(){ + exit_if_not_running + if [ "$wpid" = "0" ];then + echo "The GitLab Unicorn Web server is not running thus its configuration can't be reloaded." + exit 1 + fi + printf "Reloading GitLab Unicorn configuration... " + RAILS_ENV=$RAILS_ENV bin/web reload + echo "Done." + + echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..." + RAILS_ENV=$RAILS_ENV bin/background_jobs restart + + if [ "$mail_room_enabled" != true ]; then + echo "Restarting GitLab MailRoom since it isn't capable of reloading its config..." + RAILS_ENV=$RAILS_ENV bin/mail_room restart + fi + + wait_for_pids + print_status +} + +## Restarts Sidekiq and Unicorn. +restart_gitlab(){ + check_status + if [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; then + stop_gitlab + fi + start_gitlab +} + + +### Finally the input handling. + +case "$1" in + start) + start_gitlab + ;; + stop) + stop_gitlab + ;; + restart) + restart_gitlab + ;; + reload|force-reload) + reload_gitlab + ;; + status) + print_status + exit $gitlab_status + ;; + *) + echo "Usage: service gitlab {start|stop|restart|reload|status}" + exit 1 + ;; +esac + +exit Added: head/www/gitlab/files/patch-Gemfile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-Gemfile Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,303 @@ +--- Gemfile.orig 2016-03-10 19:32:49 UTC ++++ Gemfile +@@ -1,6 +1,6 @@ + source "https://rubygems.org" + +-gem 'rails', '4.2.5.2' ++gem 'rails', '>= 4.2.5.2' + gem 'rails-deprecated_sanitizer', '~> 1.0.3' + + # Responders respond_to and respond_with +@@ -8,19 +8,18 @@ gem 'responders', '~> 2.0' + + # Specify a sprockets version due to security issue + # See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY +-gem 'sprockets', '~> 2.12.3' ++gem 'sprockets', '>= 2.12.3' + + # Default values for AR models +-gem "default_value_for", "~> 3.0.0" ++gem "default_value_for", ">= 3.0.0" + + # Supported DBs +-gem "mysql2", '~> 0.3.16', group: :mysql + gem "pg", '~> 0.18.2', group: :postgres + + # Authentication libraries + gem 'devise', '~> 3.5.4' +-gem 'devise-async', '~> 0.9.0' +-gem 'doorkeeper', '~> 2.2.0' ++gem 'devise-async', '>= 0.9.0' ++gem 'doorkeeper', '>= 2.2.0' + gem 'omniauth', '~> 1.3.1' + gem 'omniauth-azure-oauth2', '~> 0.0.6' + gem 'omniauth-bitbucket', '~> 0.0.2' +@@ -28,29 +27,28 @@ gem 'omniauth-cas3', '~> 1.1.2' + gem 'omniauth-facebook', '~> 3.0.0' + gem 'omniauth-github', '~> 1.1.1' + gem 'omniauth-gitlab', '~> 1.0.0' +-gem 'omniauth-google-oauth2', '~> 0.2.0' +-gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos +-gem 'omniauth-saml', '~> 1.4.2' ++gem 'omniauth-google-oauth2', '>= 0.2.0' ++gem 'omniauth-saml', '>= 1.4.2' + gem 'omniauth-shibboleth', '~> 1.2.0' + gem 'omniauth-twitter', '~> 1.2.0' + gem 'omniauth_crowd', '~> 2.2.0' +-gem 'rack-oauth2', '~> 1.2.1' ++gem 'rack-oauth2', '>= 1.2.1' + + # Spam and anti-bot protection + gem 'recaptcha', require: 'recaptcha/rails' + gem 'akismet', '~> 2.0' + + # Two-factor authentication +-gem 'devise-two-factor', '~> 2.0.0' ++gem 'devise-two-factor', '>= 2.0.0' + gem 'rqrcode-rails3', '~> 0.1.7' + gem 'attr_encrypted', '~> 1.3.4' + + # Browser detection +-gem "browser", '~> 1.0.0' ++gem "browser", '>= 1.0.0' + + # Extracting information from a git repository + # Provide access to Gitlab::Git library +-gem "gitlab_git", '~> 8.2' ++gem "gitlab_git", '~> 10.0' + + # LDAP Auth + # GitLab fork with several improvements to original library. For full list of changes +@@ -58,14 +56,14 @@ gem "gitlab_git", '~> 8.2' + gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap" + + # Git Wiki +-gem 'gollum-lib', '~> 4.1.0' ++gem 'gollum-lib', '>= 4.1.0' + + # Language detection +-gem "github-linguist", "~> 4.7.0", require: "linguist" ++gem "github-linguist", "~> 4.8.0", require: "linguist" + + # API +-gem 'grape', '~> 0.13.0' +-gem 'grape-entity', '~> 0.4.2' ++gem 'grape', '>= 0.13.0' ++gem 'grape-entity', '>= 0.4.2' + gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' + + # Pagination +@@ -75,13 +73,13 @@ gem "kaminari", "~> 0.16.3" + gem "haml-rails", '~> 0.9.0' + + # Files attachments +-gem "carrierwave", '~> 0.9.0' ++gem "carrierwave", '>= 0.9.0' + + # Drag and Drop UI + gem 'dropzonejs-rails', '~> 0.7.1' + + # for aws storage +-gem "fog", "~> 1.36.0" ++gem "fog", ">= 1.36.0" + gem "unf", '~> 0.1.4' + + # Authorization +@@ -93,13 +91,13 @@ gem "seed-fu", '~> 2.3.5' + # Markdown and HTML processing + gem 'html-pipeline', '~> 1.11.0' + gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' +-gem 'github-markup', '~> 1.3.1' ++gem 'github-markup', '>= 1.3.1' + gem 'redcarpet', '~> 3.3.3' + gem 'RedCloth', '~> 4.2.9' +-gem 'rdoc', '~>3.6' ++gem 'rdoc', '>= 3.6' + gem 'org-ruby', '~> 0.9.12' + gem 'creole', '~> 0.5.0' +-gem 'wikicloth', '0.8.1' ++gem 'wikicloth', '>= 0.8.1' + gem 'asciidoctor', '~> 1.5.2' + gem 'rouge', '~> 1.10.1' + +@@ -108,11 +106,11 @@ gem 'rouge', '~> 1.10.1' + gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' + + # Diffs +-gem 'diffy', '~> 3.0.3' ++gem 'diffy', '>= 3.0.3' + + # Application server + group :unicorn do +- gem "unicorn", '~> 4.8.2' ++ gem "unicorn", '>= 4.8.2' + gem 'unicorn-worker-killer', '~> 0.4.2' + end + +@@ -159,10 +157,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0. + gem "gemnasium-gitlab-service", "~> 0.2" + + # Slack integration +-gem "slack-notifier", "~> 1.2.0" ++gem "slack-notifier", ">= 1.2.0" + + # Asana integration +-gem 'asana', '~> 0.4.0' ++gem 'asana', '>= 0.4.0' + + # FogBugz integration + gem 'ruby-fogbugz', '~> 0.2.1' +@@ -177,17 +175,17 @@ gem 'cal-heatmap-rails', '~> 3.5.0' + gem "underscore-rails", "~> 1.8.0" + + # Sanitize user input +-gem "sanitize", '~> 2.0' ++gem "sanitize", '>= 2.0' + gem 'babosa', '~> 1.0.2' + + # Sanitizes SVG input + gem "loofah", "~> 2.0.3" + + # Protect against bruteforcing +-gem "rack-attack", '~> 4.3.1' ++gem "rack-attack", '>= 4.3.1' + + # Ace editor +-gem 'ace-rails-ap', '~> 2.0.1' ++gem 'ace-rails-ap', '>= 2.0.1' + + # Keyboard shortcuts + gem 'mousetrap-rails', '~> 1.4.6' +@@ -197,115 +195,36 @@ gem 'charlock_holmes', '~> 0.7.3' + + gem "sass-rails", '~> 5.0.0' + gem "coffee-rails", '~> 4.1.0' +-gem "uglifier", '~> 2.7.2' ++gem "uglifier", '>= 2.7.2' + gem 'turbolinks', '~> 2.5.0' + gem 'jquery-turbolinks', '~> 2.1.0' + +-gem 'addressable', '~> 2.3.8' ++gem 'addressable', '>= 2.3.8' + gem 'bootstrap-sass', '~> 3.3.0' + gem 'font-awesome-rails', '~> 4.2' + gem 'gitlab_emoji', '~> 0.3.0' + gem 'gon', '~> 6.0.1' + gem 'jquery-atwho-rails', '~> 1.3.2' +-gem 'jquery-rails', '~> 4.0.0' ++gem 'jquery-rails', '>= 4.0.0' + gem 'jquery-scrollto-rails', '~> 1.4.3' + gem 'jquery-ui-rails', '~> 5.0.0' + gem 'nprogress-rails', '~> 0.1.6.7' + gem 'raphael-rails', '~> 2.1.2' +-gem 'request_store', '~> 1.2.0' ++gem 'request_store', '>= 1.2.0' + gem 'select2-rails', '~> 3.5.9' + gem 'virtus', '~> 1.0.1' +-gem 'net-ssh', '~> 3.0.1' ++gem 'net-ssh', '~> 3.1.0' + + # Sentry integration + gem 'sentry-raven', '~> 0.15' + +-# Metrics +-group :metrics do +- gem 'allocations', '~> 1.0', require: false, platform: :mri +- gem 'method_source', '~> 0.8', require: false +- gem 'influxdb', '~> 0.2', require: false +- gem 'connection_pool', '~> 2.0', require: false +-end +- +-group :development do +- gem "foreman" +- gem 'brakeman', '~> 3.1.0', require: false +- +- gem "annotate", "~> 2.6.0" +- gem "letter_opener", '~> 1.1.2' +- gem 'quiet_assets', '~> 1.0.2' +- gem 'rerun', '~> 0.11.0' +- gem 'bullet', require: false +- gem 'rblineprof', platform: :mri, require: false +- gem 'web-console', '~> 2.0' +- +- # Better errors handler +- gem 'better_errors', '~> 1.0.1' +- gem 'binding_of_caller', '~> 0.7.2' +- +- # Docs generator +- gem "sdoc", '~> 0.3.20' +- +- # thin instead webrick +- gem 'thin', '~> 1.6.1' +-end +- +-group :development, :test do +- gem 'byebug', platform: :mri +- gem 'pry-rails' +- +- gem 'awesome_print', '~> 1.2.0', require: false +- gem 'fuubar', '~> 2.0.0' +- +- gem 'database_cleaner', '~> 1.4.0' +- gem 'factory_girl_rails', '~> 4.3.0' +- gem 'rspec-rails', '~> 3.3.0' +- gem 'spinach-rails', '~> 0.2.1' +- +- # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) +- gem 'minitest', '~> 5.7.0' +- +- # Generate Fake data +- gem 'ffaker', '~> 2.0.0' +- +- gem 'capybara', '~> 2.4.0' +- gem 'capybara-screenshot', '~> 1.0.0' +- gem 'poltergeist', '~> 1.8.1' +- +- gem 'teaspoon', '~> 1.0.0' +- gem 'teaspoon-jasmine', '~> 2.2.0' +- +- gem 'spring', '~> 1.3.6' +- gem 'spring-commands-rspec', '~> 1.0.4' +- gem 'spring-commands-spinach', '~> 1.0.0' +- gem 'spring-commands-teaspoon', '~> 0.0.2' +- +- gem 'rubocop', '~> 0.35.0', require: false +- gem 'coveralls', '~> 0.8.2', require: false +- gem 'simplecov', '~> 0.10.0', require: false +- gem 'flog', require: false +- gem 'flay', require: false +- gem 'bundler-audit', require: false +- +- gem 'benchmark-ips', require: false +-end +- +-group :test do +- gem 'shoulda-matchers', '~> 2.8.0', require: false +- gem 'email_spec', '~> 1.6.0' +- gem 'webmock', '~> 1.21.0' +- gem 'test_after_commit', '~> 0.4.2' +- gem 'sham_rack' +-end +- + group :production do + gem "gitlab_meta", '7.0' + end + + gem "newrelic_rpm", '~> 3.14' + +-gem 'octokit', '~> 3.8.0' ++gem 'octokit', '>= 3.8.0' + + gem "mail_room", "~> 0.6.1" + +@@ -317,7 +236,9 @@ gem 'activerecord-session_store', '~> 0. + gem "nested_form", '~> 0.3.2' + + # OAuth +-gem 'oauth2', '~> 1.0.0' ++gem 'oauth2', '>= 1.0.0' + + # Soft deletion + gem "paranoia", "~> 2.0" ++ ++gem "rinku" Added: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,11 @@ +--- config/database.yml.postgresql.orig 2016-03-10 19:32:49 UTC ++++ config/database.yml.postgresql +@@ -6,7 +6,7 @@ production: + encoding: unicode + database: gitlabhq_production + pool: 10 +- # username: git ++ username: git + # password: + # host: localhost + # port: 5432 Added: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,25 @@ +--- config/gitlab.yml.example.orig 2016-03-10 19:32:49 UTC ++++ config/gitlab.yml.example +@@ -402,11 +402,11 @@ production: &base + + ## GitLab Shell settings + gitlab_shell: +- path: /home/git/gitlab-shell/ ++ path: /usr/local/share/gitlab-shell/ + + # REPOS_PATH MUST NOT BE A SYMLINK!!! + repos_path: /home/git/repositories/ +- hooks_path: /home/git/gitlab-shell/hooks/ ++ hooks_path: /usr/local/share/gitlab-shell/hooks/ + + # File that contains the secret key for verifying access for gitlab-shell. + # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). +@@ -423,7 +423,7 @@ production: &base + # CAUTION! + # Use the default values unless you really know what you are doing + git: +- bin_path: /usr/bin/git ++ bin_path: /usr/local/bin/git + # The next value is the maximum memory size grit can use + # Given in number of bytes per git object (e.g. a commit) + # This value can be increased if you have very large commits Added: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,15 @@ +--- config/initializers/1_settings.rb.orig 2016-03-10 19:32:49 UTC ++++ config/initializers/1_settings.rb +@@ -165,11 +165,7 @@ Settings.gitlab['email_reply_to'] ||= EN + Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) + Settings.gitlab['url'] ||= Settings.send(:build_gitlab_url) + Settings.gitlab['user'] ||= 'git' +-Settings.gitlab['user_home'] ||= begin +- Etc.getpwnam(Settings.gitlab['user']).dir +-rescue ArgumentError # no user configured +- '/home/' + Settings.gitlab['user'] +-end ++Settings.gitlab['user_home'] ||= '/home/' + Settings.gitlab['user'] + Settings.gitlab['time_zone'] ||= nil + Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil? + Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil? Added: head/www/gitlab/files/patch-config_unicorn.rb.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Thu Mar 31 18:01:42 2016 (r412280) @@ -0,0 +1,34 @@ +--- config/unicorn.rb.example.orig 2016-03-10 19:32:49 UTC ++++ config/unicorn.rb.example +@@ -33,12 +33,12 @@ worker_processes 3 + + # Help ensure your application will always spawn in the symlinked + # "current" directory that Capistrano sets up. +-working_directory "/home/git/gitlab" # available in 0.94.0+ ++working_directory "/usr/local/www/gitlab" # available in 0.94.0+ + + # Listen on both a Unix domain socket and a TCP port. + # If you are load-balancing multiple Unicorn masters, lower the backlog + # setting to e.g. 64 for faster failover. +-listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 ++listen "/usr/local/www/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 + listen "127.0.0.1:8080", :tcp_nopush => true + + # nuke workers after 30 seconds instead of 60 seconds (the default) +@@ -59,13 +59,13 @@ listen "127.0.0.1:8080", :tcp_nopush => *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 31 18:23:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78BB4AD692D; Thu, 31 Mar 2016 18:23:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD841657; Thu, 31 Mar 2016 18:23:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VINLTs095186; Thu, 31 Mar 2016 18:23:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VINLDU095183; Thu, 31 Mar 2016 18:23:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311823.u2VINLDU095183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 18:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412281 - head/net/kamailio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:23:22 -0000 Author: pi Date: Thu Mar 31 18:23:21 2016 New Revision: 412281 URL: https://svnweb.freebsd.org/changeset/ports/412281 Log: net/kamailio: 4.3.5 -> 4.4.0 Changes: https://www.kamailio.org/w/kamailio-v4-4-0-release-notes/ Modified: head/net/kamailio/Makefile head/net/kamailio/distinfo head/net/kamailio/pkg-plist Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Thu Mar 31 18:01:42 2016 (r412280) +++ head/net/kamailio/Makefile Thu Mar 31 18:23:21 2016 (r412281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kamailio -PORTVERSION= 4.3.5 +PORTVERSION= 4.4.0 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -160,7 +160,7 @@ post-stage: pua_dialoginfo pua_mi pua_reginfo pua_usrloc rls \ acc_radius misc_radius peering pua pua_xmpp xcap_client xcap_server \ tcpops auth_xkeys statsd dmq_usrloc rtjson websocket sctp \ - app_perl + app_perl cfgt smsops log_custom topos statsc @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \ fi Modified: head/net/kamailio/distinfo ============================================================================== --- head/net/kamailio/distinfo Thu Mar 31 18:01:42 2016 (r412280) +++ head/net/kamailio/distinfo Thu Mar 31 18:23:21 2016 (r412281) @@ -1,2 +1,2 @@ -SHA256 (kamailio-4.3.5_src.tar.gz) = 2c8c963a2cd0c997c66ccc65b8d5de01fd7f4b6b6053bcf10bf746d814b313d5 -SIZE (kamailio-4.3.5_src.tar.gz) = 11384179 +SHA256 (kamailio-4.4.0_src.tar.gz) = 96b5aaac7980f21b022609846e85b2e4244f39b053d22a5e5f7efe5120cdf2b4 +SIZE (kamailio-4.4.0_src.tar.gz) = 11632699 Modified: head/net/kamailio/pkg-plist ============================================================================== --- head/net/kamailio/pkg-plist Thu Mar 31 18:01:42 2016 (r412280) +++ head/net/kamailio/pkg-plist Thu Mar 31 18:23:21 2016 (r412281) @@ -8,8 +8,6 @@ sbin/kamdbctl @sample etc/kamailio/kamailio.cfg.sample @sample etc/kamailio/kamctlrc.sample %%TLS%%@sample etc/kamailio/tls.cfg.sample -%%TLS%%etc/kamailio/kamailio-selfsigned.key -%%TLS%%etc/kamailio/kamailio-selfsigned.pem lib/kamailio/libbinrpc.so lib/kamailio/libbinrpc.so.0 lib/kamailio/libkcore.so @@ -57,6 +55,7 @@ lib/kamailio/modules/blst.so lib/kamailio/modules/call_control.so %%MYSQL%%lib/kamailio/modules/cfg_db.so lib/kamailio/modules/cfg_rpc.so +lib/kamailio/modules/cfgt.so lib/kamailio/modules/cfgutils.so lib/kamailio/modules/corex.so lib/kamailio/modules/counters.so @@ -85,6 +84,7 @@ lib/kamailio/modules/exec.so lib/kamailio/modules/ipops.so lib/kamailio/modules/jsonrpc-s.so lib/kamailio/modules/kex.so +lib/kamailio/modules/log_custom.so lib/kamailio/modules/malloc_test.so lib/kamailio/modules/mangler.so %%MYSQL%%lib/kamailio/modules/matrix.so @@ -131,10 +131,12 @@ lib/kamailio/modules/sipt.so lib/kamailio/modules/siputils.so lib/kamailio/modules/sl.so lib/kamailio/modules/sms.so +lib/kamailio/modules/smsops.so %%MYSQL%%lib/kamailio/modules/speeddial.so %%MYSQL%%lib/kamailio/modules/sqlops.so lib/kamailio/modules/sst.so lib/kamailio/modules/statistics.so +lib/kamailio/modules/statsc.so lib/kamailio/modules/statsd.so lib/kamailio/modules/stun.so lib/kamailio/modules/tcpops.so @@ -145,6 +147,7 @@ lib/kamailio/modules/tm.so lib/kamailio/modules/tmrec.so lib/kamailio/modules/tmx.so lib/kamailio/modules/topoh.so +lib/kamailio/modules/topos.so lib/kamailio/modules/tsilo.so %%MYSQL%%lib/kamailio/modules/uac.so lib/kamailio/modules/uac_redirect.so @@ -242,12 +245,15 @@ lib/kamailio/modules/xprint.so %%MYSQL%%%%DATADIR%%/dbtext/kamailio/re_grp %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rls_presentity %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rls_watchers +%%MYSQL%%%%DATADIR%%/dbtext/kamailio/rtpengine %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rtpproxy %%MYSQL%%%%DATADIR%%/dbtext/kamailio/sca_subscriptions %%MYSQL%%%%DATADIR%%/dbtext/kamailio/silo %%MYSQL%%%%DATADIR%%/dbtext/kamailio/sip_trace %%MYSQL%%%%DATADIR%%/dbtext/kamailio/speed_dial %%MYSQL%%%%DATADIR%%/dbtext/kamailio/subscriber +%%MYSQL%%%%DATADIR%%/dbtext/kamailio/topos_d +%%MYSQL%%%%DATADIR%%/dbtext/kamailio/topos_t %%MYSQL%%%%DATADIR%%/dbtext/kamailio/trusted %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uacreg %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_credentials @@ -294,11 +300,13 @@ lib/kamailio/modules/xprint.so %%MYSQL%%%%DATADIR%%/mysql/purple-create.sql %%MYSQL%%%%DATADIR%%/mysql/registrar-create.sql %%MYSQL%%%%DATADIR%%/mysql/rls-create.sql +%%MYSQL%%%%DATADIR%%/mysql/rtpengine-create.sql %%MYSQL%%%%DATADIR%%/mysql/rtpproxy-create.sql %%MYSQL%%%%DATADIR%%/mysql/sca-create.sql %%MYSQL%%%%DATADIR%%/mysql/siptrace-create.sql %%MYSQL%%%%DATADIR%%/mysql/speeddial-create.sql %%MYSQL%%%%DATADIR%%/mysql/standard-create.sql +%%MYSQL%%%%DATADIR%%/mysql/topos-create.sql %%MYSQL%%%%DATADIR%%/mysql/uac-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_auth_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_avp_db-create.sql From owner-svn-ports-all@freebsd.org Thu Mar 31 18:27:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D37BAD6AA2; Thu, 31 Mar 2016 18:27:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E29D195A; Thu, 31 Mar 2016 18:27:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIR90e095410; Thu, 31 Mar 2016 18:27:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VIR9Vw095409; Thu, 31 Mar 2016 18:27:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311827.u2VIR9Vw095409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 18:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412282 - head/sysutils/apachetop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:27:10 -0000 Author: pi Date: Thu Mar 31 18:27:09 2016 New Revision: 412282 URL: https://svnweb.freebsd.org/changeset/ports/412282 Log: sysutils/apachetop: unbreak: new distsite, submitter becomes maintainer PR: 208148 Submitted by: Lukasz Wasikowski Modified: head/sysutils/apachetop/Makefile Modified: head/sysutils/apachetop/Makefile ============================================================================== --- head/sysutils/apachetop/Makefile Thu Mar 31 18:23:21 2016 (r412281) +++ head/sysutils/apachetop/Makefile Thu Mar 31 18:27:09 2016 (r412282) @@ -5,13 +5,11 @@ PORTNAME= apachetop PORTVERSION= 0.12.6 PORTREVISION= 4 CATEGORIES= sysutils -MASTER_SITES= http://www.webta.org/apachetop/ +MASTER_SITES= http://lukasz.wasikowski.net/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lukasz@wasikowski.net COMMENT= Apache RealTime log stats -BROKEN= unfetchable - GNU_CONFIGURE= yes USES= readline From owner-svn-ports-all@freebsd.org Thu Mar 31 18:39:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AF13AD6FE3; Thu, 31 Mar 2016 18:39:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7C110DD; Thu, 31 Mar 2016 18:39:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIdTID098735; Thu, 31 Mar 2016 18:39:29 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VIdT8I098732; Thu, 31 Mar 2016 18:39:29 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603311839.u2VIdT8I098732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 31 Mar 2016 18:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412283 - in branches/2016Q1/devel/mercurial: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:39:30 -0000 Author: olivierd Date: Thu Mar 31 18:39:28 2016 New Revision: 412283 URL: https://svnweb.freebsd.org/changeset/ports/412283 Log: MFH: r405052 r407795 r408138 r410451 r412140 Update to 3.6.3 (regularly bugfix release) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6.2_.282016-1-1.29 - Update to 3.7 - Remove unneeded patch (about unsafe SSL protocols) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7_.282016-2-1.29 Update to 3.7.1 (out-of-cycle bugfix release) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.1_.282016-2-3.29 Update to 3.7.2 Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.2_.282016-3-1.29 Update to 2.7.3 Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.3_.282016-3-29.29 Security: e1085b15-f609-11e5-a230-0014a5a57822 Approved by: ports-secteam (erwin@) Deleted: branches/2016Q1/devel/mercurial/files/patch-mercurial_sslutil.py Modified: branches/2016Q1/devel/mercurial/Makefile branches/2016Q1/devel/mercurial/distinfo branches/2016Q1/devel/mercurial/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/mercurial/Makefile ============================================================================== --- branches/2016Q1/devel/mercurial/Makefile Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/Makefile Thu Mar 31 18:39:28 2016 (r412283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.6.2 +PORTVERSION= 3.7.3 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: branches/2016Q1/devel/mercurial/distinfo ============================================================================== --- branches/2016Q1/devel/mercurial/distinfo Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/distinfo Thu Mar 31 18:39:28 2016 (r412283) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.6.2.tar.gz) = 09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 -SIZE (mercurial-3.6.2.tar.gz) = 4518349 +SHA256 (mercurial-3.7.3.tar.gz) = c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 +SIZE (mercurial-3.7.3.tar.gz) = 4636732 Modified: branches/2016Q1/devel/mercurial/pkg-plist ============================================================================== --- branches/2016Q1/devel/mercurial/pkg-plist Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/pkg-plist Thu Mar 31 18:39:28 2016 (r412283) @@ -14,6 +14,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/censor.py %%PYTHON_SITELIBDIR%%/hgext/censor.pyc %%PYTHON_SITELIBDIR%%/hgext/censor.pyo +%%PYTHON_SITELIBDIR%%/hgext/chgserver.py +%%PYTHON_SITELIBDIR%%/hgext/chgserver.pyc +%%PYTHON_SITELIBDIR%%/hgext/chgserver.pyo %%PYTHON_SITELIBDIR%%/hgext/children.py %%PYTHON_SITELIBDIR%%/hgext/children.pyc %%PYTHON_SITELIBDIR%%/hgext/children.pyo @@ -152,9 +155,6 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/patchbomb.py %%PYTHON_SITELIBDIR%%/hgext/patchbomb.pyc %%PYTHON_SITELIBDIR%%/hgext/patchbomb.pyo -%%PYTHON_SITELIBDIR%%/hgext/progress.py -%%PYTHON_SITELIBDIR%%/hgext/progress.pyc -%%PYTHON_SITELIBDIR%%/hgext/progress.pyo %%PYTHON_SITELIBDIR%%/hgext/purge.py %%PYTHON_SITELIBDIR%%/hgext/purge.pyc %%PYTHON_SITELIBDIR%%/hgext/purge.pyo @@ -323,6 +323,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.5.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgrc.5.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgweb.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/bundles.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt %%PYTHON_SITELIBDIR%%/mercurial/help/multirevs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/patterns.txt @@ -465,6 +468,27 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/progress.py %%PYTHON_SITELIBDIR%%/mercurial/progress.pyc %%PYTHON_SITELIBDIR%%/mercurial/progress.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.pyo %%PYTHON_SITELIBDIR%%/mercurial/pushkey.py %%PYTHON_SITELIBDIR%%/mercurial/pushkey.pyc %%PYTHON_SITELIBDIR%%/mercurial/pushkey.pyo @@ -474,6 +498,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.py %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyc %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyo +%%PYTHON_SITELIBDIR%%/mercurial/registrar.py +%%PYTHON_SITELIBDIR%%/mercurial/registrar.pyc +%%PYTHON_SITELIBDIR%%/mercurial/registrar.pyo %%PYTHON_SITELIBDIR%%/mercurial/repair.py %%PYTHON_SITELIBDIR%%/mercurial/repair.pyc %%PYTHON_SITELIBDIR%%/mercurial/repair.pyo From owner-svn-ports-all@freebsd.org Thu Mar 31 18:45:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE8C8AE4269; Thu, 31 Mar 2016 18:45:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFBE81682; Thu, 31 Mar 2016 18:45:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIjF5q001755; Thu, 31 Mar 2016 18:45:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VIjFt7001754; Thu, 31 Mar 2016 18:45:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603311845.u2VIjFt7001754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Mar 2016 18:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412284 - head/devel/py-optik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:45:17 -0000 Author: amdmi3 Date: Thu Mar 31 18:45:15 2016 New Revision: 412284 URL: https://svnweb.freebsd.org/changeset/ports/412284 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/devel/py-optik/Makefile Modified: head/devel/py-optik/Makefile ============================================================================== --- head/devel/py-optik/Makefile Thu Mar 31 18:39:28 2016 (r412283) +++ head/devel/py-optik/Makefile Thu Mar 31 18:45:15 2016 (r412284) @@ -10,18 +10,25 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Command-line parsing library for Python +LICENSE= BSD3CLAUSE + USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * PORTEXAMPLES= * -post-install: +OPTIONS_DEFINE= DOCS EXAMPLES + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/test ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${DOCSDIR}/test + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Thu Mar 31 18:55:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D1DCAE46D9; Thu, 31 Mar 2016 18:55:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C74511B7; Thu, 31 Mar 2016 18:55:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VItNNn005282; Thu, 31 Mar 2016 18:55:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VItNcm005280; Thu, 31 Mar 2016 18:55:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603311855.u2VItNcm005280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Mar 2016 18:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412285 - in head/dns/opendd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:55:24 -0000 Author: amdmi3 Date: Thu Mar 31 18:55:22 2016 New Revision: 412285 URL: https://svnweb.freebsd.org/changeset/ports/412285 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/dns/opendd/Makefile head/dns/opendd/files/patch-Makefile Modified: head/dns/opendd/Makefile ============================================================================== --- head/dns/opendd/Makefile Thu Mar 31 18:45:15 2016 (r412284) +++ head/dns/opendd/Makefile Thu Mar 31 18:55:22 2016 (r412285) @@ -14,15 +14,15 @@ COMMENT= DynDNS client LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= OPENSSL RCNG DOCS -OPTIONS_DEFAULT= OPENSSL RCNG -RCNG_DESC= Install RC_NG script - PORTDOCS= README PLIST_FILES= sbin/${PORTNAME} \ "@sample(,,600) %%ETCDIR%%/${PORTNAME}.conf.sample" \ "%%ETCDIR%%/${PORTNAME}.pem" +OPTIONS_DEFINE= OPENSSL RCNG DOCS +OPTIONS_DEFAULT= OPENSSL RCNG +RCNG_DESC= Install RC_NG script + .include .if ${PORT_OPTIONS:MRCNG} @@ -40,31 +40,31 @@ post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.${PORTVERSION} post-patch: -.if ${PORT_OPTIONS:MOPENSSL} - @${REINPLACE_CMD} 's|use_ssl = 0|use_ssl = 1|' ${WRKSRC}/${PORTNAME}.conf - @${REINPLACE_CMD} -e "s|^FLAGS =|FLAGS = ${CFLAGS}|" -e "s|^SSL =|SSL = ${LDFLAGS}|" \ - ${WRKSRC}/Makefile -.endif .for i in ${PORTNAME}.conf globals.h @${REINPLACE_CMD} 's|/etc/${PORTNAME}.pem|${ETCDIR}/${PORTNAME}.pem|' \ - ${WRKSRC}/${i} + ${WRKSRC}/${i} .endfor @${REINPLACE_CMD} 's|/etc/${PORTNAME}.conf|${ETCDIR}/${PORTNAME}.conf|' \ - ${WRKSRC}/globals.h -.if ${PORT_OPTIONS:MRCNG} + ${WRKSRC}/globals.h + +post-patch-OPENSSL-on: + @${REINPLACE_CMD} 's|use_ssl = 0|use_ssl = 1|' ${WRKSRC}/${PORTNAME}.conf + @${REINPLACE_CMD} -e "s|^FLAGS =|FLAGS = ${CFLAGS}|" -e "s|^SSL =|SSL = ${LDFLAGS}|" \ + ${WRKSRC}/Makefile + +post-patch-RCNG-on: @${REINPLACE_CMD} 's|runasdaemon = 0|runasdaemon = 1|' ${WRKSRC}/${PORTNAME}.conf -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${MKDIR} ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.pem ${STAGEDIR}${ETCDIR} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} -p ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include Modified: head/dns/opendd/files/patch-Makefile ============================================================================== --- head/dns/opendd/files/patch-Makefile Thu Mar 31 18:45:15 2016 (r412284) +++ head/dns/opendd/files/patch-Makefile Thu Mar 31 18:55:22 2016 (r412285) @@ -1,7 +1,7 @@ ---- Makefile.orig Mon May 1 07:29:07 2006 -+++ Makefile Sun Nov 12 14:57:38 2006 +--- Makefile.orig 2008-03-15 02:15:51 UTC ++++ Makefile @@ -5,8 +5,7 @@ - # USE_SOCKET_SSL=yto enable SSL socket + # USE_SOCKET_SSL=y to enable SSL socket # -CC = cc @@ -10,7 +10,7 @@ BIN_PROGRAM = opendd -@@ -49,15 +49,13 @@ +@@ -49,15 +48,13 @@ ${BIN_PROGRAM}: ${OBJS} ${COMMON_OBJS}; fi @echo "" .c.o: From owner-svn-ports-all@freebsd.org Thu Mar 31 18:58:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E3D6AE47DF; Thu, 31 Mar 2016 18:58:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00BED1358; Thu, 31 Mar 2016 18:58:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIwIQp005488; Thu, 31 Mar 2016 18:58:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VIwIew005487; Thu, 31 Mar 2016 18:58:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603311858.u2VIwIew005487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Mar 2016 18:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412286 - head/graphics/box X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:58:19 -0000 Author: amdmi3 Date: Thu Mar 31 18:58:18 2016 New Revision: 412286 URL: https://svnweb.freebsd.org/changeset/ports/412286 Log: - Fix license - Switch to new test framework - Switch to options helpers Modified: head/graphics/box/Makefile Modified: head/graphics/box/Makefile ============================================================================== --- head/graphics/box/Makefile Thu Mar 31 18:55:22 2016 (r412285) +++ head/graphics/box/Makefile Thu Mar 31 18:58:18 2016 (r412286) @@ -11,8 +11,8 @@ DIST_SUBDIR= box MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for box, the figure description language -LICENSE= GPLv2 LGPL3 -LICENSE_COMB= dual +LICENSE= GPLv2+ LGPL3+ +LICENSE_COMB= multi BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo @@ -23,24 +23,23 @@ CONFIGURE_ARGS= --with-cairo USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +TEST_TARGET= check PORTDOCS= AUTHORS ChangeLog README STYLE PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES +PLIST_SUB= PLIST_VER=${PORTVERSION:R} -PLIST_SUB+= PLIST_VER=${PORTVERSION:R} +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) -regression-test: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) - .include From owner-svn-ports-all@freebsd.org Thu Mar 31 19:05:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DCAAAE49DD; Thu, 31 Mar 2016 19:05:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A58017E0; Thu, 31 Mar 2016 19:05:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJ5GXQ008520; Thu, 31 Mar 2016 19:05:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJ5FDP008514; Thu, 31 Mar 2016 19:05:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311905.u2VJ5FDP008514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 19:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412287 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:05:17 -0000 Author: pi Date: Thu Mar 31 19:05:15 2016 New Revision: 412287 URL: https://svnweb.freebsd.org/changeset/ports/412287 Log: www/squid: cleanup, adding patches 1. Turn ON all options that don't require external dependencies. 2. Split SMB options to more items to make it possible to compile squid with samba36 and samba42.* 3. Set databases/p5-DBI as a dependency for SQL option and add note to pkg-message about perl DBD drivers.* 4. Add fix for PF+IPv6.** 5. Require SSL option if SSL_CRTD is on. 6. Small fixes. 7. Add all available patches from upstream. * thanks to Alonso Cardenas Marquez! ** thanks to Orlando Bassotto! PR: 208290 Submitted by: Pavel Timofeev (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/patch-configure head/www/squid/files/patch-src__ip__Intercept.cc head/www/squid/files/pkg-message.in head/www/squid/files/squid.in Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/Makefile Thu Mar 31 19:05:15 2016 (r412287) @@ -2,7 +2,7 @@ PORTNAME= squid PORTVERSION= 3.5.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -21,7 +21,19 @@ PATCH_SITE_SUBDIR= Versions/v3/${PORTVER PATCHFILES= squid-3.5-13997.patch \ squid-3.5-13998.patch \ squid-3.5-13999.patch \ - squid-3.5-14000.patch + squid-3.5-14000.patch \ + squid-3.5-14001.patch \ + squid-3.5-14002.patch \ + squid-3.5-14003.patch \ + squid-3.5-14004.patch \ + squid-3.5-14005.patch \ + squid-3.5-14006.patch \ + squid-3.5-14007.patch \ + squid-3.5-14008.patch \ + squid-3.5-14009.patch \ + squid-3.5-14010.patch \ + squid-3.5-14011.patch \ + squid-3.5-14012.patch MAINTAINER= timp87@gmail.com COMMENT= HTTP Caching Proxy @@ -45,8 +57,11 @@ PORTEXAMPLES= * SUB_FILES+= pkg-install pkg-message OPTIONS_SUB= yes -OPTIONS_DEFINE= ARP_ACL AUTH_LDAP AUTH_NIS AUTH_SASL AUTH_SMB \ - AUTH_SQL CACHE_DIGESTS DEBUG DELAY_POOLS ECAP ESI \ +OPTIONS_GROUP= AUTH +OPTIONS_RADIO= SMB +OPTIONS_GROUP_AUTH=AUTH_LDAP AUTH_NIS AUTH_SASL AUTH_SQL +OPTIONS_RADIO_SMB=AUTH_SMB3 AUTH_SMB4 +OPTIONS_DEFINE= ARP_ACL CACHE_DIGESTS DEBUG DELAY_POOLS ECAP ESI \ FOLLOW_XFF FS_AUFS FS_DISKD FS_ROCK HTCP ICAP ICMP IDENT IPV6 \ KQUEUE LARGEFILE NETTLE SNMP SSL SSL_CRTD STACKTRACES LAX_HTTP \ TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 DOCS EXAMPLES @@ -54,8 +69,10 @@ OPTIONS_DEFINE= ARP_ACL AUTH_LDAP AUTH_N OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT -OPTIONS_DEFAULT=GSSAPI_BASE AUTH_NIS FS_AUFS FS_DISKD HTCP IDENT KQUEUE SNMP \ - WCCP WCCPV2 +OPTIONS_DEFAULT=ARP_ACL AUTH_NIS CACHE_DIGESTS DELAY_POOLS DOCS EXAMPLES FOLLOW_XFF \ + FS_AUFS FS_DISKD FS_ROCK HTCP ICAP ICMP IDENT IPV6 KQUEUE LARGEFILE \ + LAX_HTTP SNMP SSL SSL_CRTD TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 \ + GSSAPI_BASE ARP_ACL_CONFIGURE_ENABLE= eui AUTH_LDAP_CFLAGS= -I${LOCALBASE}/include @@ -65,10 +82,9 @@ AUTH_SASL_CFLAGS= -I${LOCALBASE}/includ AUTH_SASL_CPPFLAGS= -I${LOCALBASE}/include AUTH_SASL_LDFLAGS= -L${LOCALBASE}/lib AUTH_SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -AUTH_SMB_BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba36 -AUTH_SMB_RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba36 -AUTH_SQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -AUTH_SQL_USE= MYSQL=yes +AUTH_SMB3_RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba36 +AUTH_SMB4_RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba42 +AUTH_SQL_RUN_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI CACHE_DIGESTS_CONFIGURE_ENABLE= cache-digests DELAY_POOLS_CONFIGURE_ENABLE= delay-pools ECAP_CFLAGS= -I${LOCALBASE}/include @@ -123,6 +139,7 @@ GSSAPI_MIT_CONFIGURE_ON= --with-mit-krb5 # add an option for external_acl/session (requires some kind of external # Berkeley DB support, unsure which one) ARP_ACL_DESC= ARP/MAC/EUI based authentification +AUTH_DESC= Authentication helpers GSSAPI_DESC= Install Kerberos authentication helpers GSSAPI_NONE_DESC= Build without Kerberos support GSSAPI_BASE_DESC= Build with Kerberos support from base @@ -131,8 +148,9 @@ GSSAPI_MIT_DESC= Build with Kerberos sup AUTH_LDAP_DESC= Install LDAP authentication helpers AUTH_NIS_DESC= Install NIS/YP authentication helpers AUTH_SASL_DESC= Install SASL authentication helpers -AUTH_SMB_DESC= Install SMB auth. helpers (req. Samba) -AUTH_SQL_DESC= Install SQL based auth (uses MySQL) +AUTH_SMB3_DESC= Install SMB3 auth. helpers (req. net/samba36) +AUTH_SMB4_DESC= Install SMB4 auth. helpers (req. net/samba42) +AUTH_SQL_DESC= Install SQL based auth CACHE_DIGESTS_DESC= Use cache digests DEBUG_DESC= Build with extended debugging support DELAY_POOLS_DESC= Delay pools (bandwidth limiting) @@ -149,6 +167,7 @@ IDENT_DESC= Ident lookups (RFC 931) KQUEUE_DESC= Kqueue(2) support LARGEFILE_DESC= Support large (>2GB) cache and log files NETTLE_DESC= Nettle MD5 algorithm support +SMB_DESC= Samba authentication helpers SNMP_DESC= SNMP support SSL_CRTD_DESC= Use ssl_crtd to handle SSL cert requests SSL_DESC= SSL gatewaying support @@ -221,9 +240,12 @@ external_acl+= LDAP_group basic_auth+= SASL .endif -.if ${PORT_OPTIONS:MAUTH_SMB} +.if ${PORT_OPTIONS:MAUTH_SMB3} || ${PORT_OPTIONS:MAUTH_SMB4} +PLIST_SUB+= AUTH_SMB="" basic_auth+= SMB external_acl+= wbinfo_group +.else +PLIST_SUB+= AUTH_SMB="@comment " .endif .if ${PORT_OPTIONS:MAUTH_SQL} @@ -312,6 +334,10 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .endif +.if ${PORT_OPTIONS:MSSL_CRTD} && !${PORT_OPTIONS:MSSL} +IGNORE=SSL_CRTD option can be used only if SSL option is enabled +.endif + .if ${PORT_OPTIONS:MSTACKTRACES} CFLAGS+= -g LDFLAGS+= -lunwind -L${LOCALBASE}/lib Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/distinfo Thu Mar 31 19:05:15 2016 (r412287) @@ -8,3 +8,27 @@ SHA256 (squid3.5/squid-3.5-13999.patch) SIZE (squid3.5/squid-3.5-13999.patch) = 1585 SHA256 (squid3.5/squid-3.5-14000.patch) = 36578a13e87150d1604b543c68b419de1c941be3f90e80fbf464f9c23139e2de SIZE (squid3.5/squid-3.5-14000.patch) = 1676 +SHA256 (squid3.5/squid-3.5-14001.patch) = 127720c408c368070b7807092faae7980d900888f8bbaee0e2689b86573fea94 +SIZE (squid3.5/squid-3.5-14001.patch) = 14099 +SHA256 (squid3.5/squid-3.5-14002.patch) = 49c8dea344473c103fefce2b830e96fe94af14bc20640a0c244eea01ac03469d +SIZE (squid3.5/squid-3.5-14002.patch) = 2054 +SHA256 (squid3.5/squid-3.5-14003.patch) = 27ccd9aeabf4e66fbf25a914cc614c8f8020c8010e94d2b6bf499def79fce8b6 +SIZE (squid3.5/squid-3.5-14003.patch) = 1636 +SHA256 (squid3.5/squid-3.5-14004.patch) = fc515a51866d518f4ff7e57ef92f2554d2715b59f547927af63192302238690f +SIZE (squid3.5/squid-3.5-14004.patch) = 1948 +SHA256 (squid3.5/squid-3.5-14005.patch) = e7f17a11cb49742f6b535e8e4e8558e03f71335524c524f84f1ef68f71f99b93 +SIZE (squid3.5/squid-3.5-14005.patch) = 1249 +SHA256 (squid3.5/squid-3.5-14006.patch) = 88dd50a459ed68fb7c797a840f92a0ada6655b3fb92052f679088704eb1d9f32 +SIZE (squid3.5/squid-3.5-14006.patch) = 2500 +SHA256 (squid3.5/squid-3.5-14007.patch) = 1e2e14809e7ca8608300cfc3be027cd55c21fbe3084cc4568c8091adebc256c0 +SIZE (squid3.5/squid-3.5-14007.patch) = 1214 +SHA256 (squid3.5/squid-3.5-14008.patch) = 6c2f511ee33d74d1c91cae5ef0a9645facf0104067397866dd542bf3ff975255 +SIZE (squid3.5/squid-3.5-14008.patch) = 1559 +SHA256 (squid3.5/squid-3.5-14009.patch) = addc7dd78c5632b428f747eab93382195d2d4a820742afd2661ec920f1dc9a77 +SIZE (squid3.5/squid-3.5-14009.patch) = 1902 +SHA256 (squid3.5/squid-3.5-14010.patch) = bed1fb437b3f3925293d42c7032c44c7aa4e1944cc6ed17e9cc9e498a06ada7c +SIZE (squid3.5/squid-3.5-14010.patch) = 2974 +SHA256 (squid3.5/squid-3.5-14011.patch) = c87ce0edb4dcb1f0ae49fb10006009534ce1e5922a4ceb8d784386681ce4b164 +SIZE (squid3.5/squid-3.5-14011.patch) = 2400 +SHA256 (squid3.5/squid-3.5-14012.patch) = 6f749e014907150cc9692b16edcb9d9a73fdb3831c718d908bd7c48561702b3c +SIZE (squid3.5/squid-3.5-14012.patch) = 1287 Modified: head/www/squid/files/patch-configure ============================================================================== --- head/www/squid/files/patch-configure Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/files/patch-configure Thu Mar 31 19:05:15 2016 (r412287) @@ -1,11 +1,7 @@ --- configure.orig 2015-11-01 10:46:19 UTC +++ configure -@@ -27729,9 +27729,11 @@ - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then +@@ -27731,7 +27731,7 @@ squid_pc_krb5_name="heimdal-gssapi" -+ else -+ squid_pc_krb5_name="heimdal-gssapi" fi fi - if test "x$squid_pc_krb5_name" != "x" -a "$cross_compiling" = "no"; then @@ -13,6 +9,15 @@ # Look for krb5-config (unless cross-compiling) # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 +@@ -27777,7 +27777,7 @@ + if test "x$ac_cv_path_krb5_config" != "xno" ; then + krb5confpath="`dirname $ac_cv_path_krb5_config`" + ac_heimdal="`$ac_cv_path_krb5_config --version 2>/dev/null | grep -c -i heimdal`" +- if test "x$with_heimdal_krb5" = "xyes"; then ++ if test "x$with_heimdal_krb5" = "xyes" -a $ac_heimdal = 0; then + as_fn_error $? "Could not find pkg-config or krb5-config for Heimdal Kerberos" "$LINENO" 5 + fi + else @@ -32038,7 +32040,7 @@ done ## Modified: head/www/squid/files/patch-src__ip__Intercept.cc ============================================================================== --- head/www/squid/files/patch-src__ip__Intercept.cc Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/files/patch-src__ip__Intercept.cc Thu Mar 31 19:05:15 2016 (r412287) @@ -13,3 +13,41 @@ return false; #else natLookup.nl_v = 6; +@@ -323,13 +323,21 @@ + } + + memset(&nl, 0, sizeof(struct pfioc_natlook)); +- newConn->remote.getInAddr(nl.saddr.v4); ++ if (newConn->remote.isIPv4()) { ++ newConn->remote.getInAddr(nl.saddr.v4); ++ } else { ++ newConn->remote.getInAddr(nl.saddr.v6); ++ } + nl.sport = htons(newConn->remote.port()); + +- newConn->local.getInAddr(nl.daddr.v4); ++ if (newConn->local.isIPv4()) { ++ newConn->local.getInAddr(nl.daddr.v4); ++ } else { ++ newConn->local.getInAddr(nl.daddr.v6); ++ } + nl.dport = htons(newConn->local.port()); + +- nl.af = AF_INET; ++ nl.af = newConn->remote.isIPv4() ? AF_INET : AF_INET6; + nl.proto = IPPROTO_TCP; + nl.direction = PF_OUT; + +@@ -345,7 +353,11 @@ + debugs(89, 9, HERE << "address: " << newConn); + return false; + } else { +- newConn->local = nl.rdaddr.v4; ++ if (nl.af == AF_INET) { ++ newConn->local = nl.rdaddr.v4; ++ } else { ++ newConn->local = nl.rdaddr.v6; ++ } + newConn->local.port(ntohs(nl.rdport)); + debugs(89, 5, HERE << "address NAT: " << newConn); + return true; Modified: head/www/squid/files/pkg-message.in ============================================================================== --- head/www/squid/files/pkg-message.in Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/files/pkg-message.in Thu Mar 31 19:05:15 2016 (r412287) @@ -10,7 +10,7 @@ If your cache directories are already initialized (e.g. after an upgrade of squid) you do not need to initialize them again. - 0 When using DiskD storage scheme remember to read documentation: + o When using DiskD storage scheme remember to read documentation: http://wiki.squid-cache.org/Features/DiskDaemon and alter your kern.ipc defaults in /boot/loader.conf. DiskD will not work reliably without this. Last recomendations were: @@ -25,6 +25,12 @@ allow/deny" directives in %%PREFIX%%/etc/squid/squid.conf to suit your needs. + o If AUTH_SQL option is set, please, don't forget to install one of + following perl modules depending on database you like: + databases/p5-DBD-mysql + databases/p5-DBD-Pg + databases/p5-DBD-SQLite + To enable Squid, set squid_enable=yes in either /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid Please see %%PREFIX%%/etc/rc.d/squid for further details. Modified: head/www/squid/files/squid.in ============================================================================== --- head/www/squid/files/squid.in Thu Mar 31 18:58:18 2016 (r412286) +++ head/www/squid/files/squid.in Thu Mar 31 19:05:15 2016 (r412287) @@ -108,13 +108,11 @@ squid_prestart() squid_reload() { - $command $required_args $squid_flags -k reconfigure } squid_configtest() { - echo "Performing sanity check on ${name} configuration." if $command $required_args $squid_flags -k check; then echo "Configuration for ${name} passes." @@ -142,7 +140,7 @@ squid_getpid() squid_prestop() { command_args="$command_args -k shutdown" - $command $required_args $squid_flags -k check 2>/dev/null + squid_configtest } load_rc_config $name From owner-svn-ports-all@freebsd.org Thu Mar 31 19:08:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B741AE4B02; Thu, 31 Mar 2016 19:08:38 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B71371B4C; Thu, 31 Mar 2016 19:08:37 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJ8aKN008860; Thu, 31 Mar 2016 19:08:36 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJ8aPh008856; Thu, 31 Mar 2016 19:08:36 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311908.u2VJ8aPh008856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412288 - in head/www: . py-django-paging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:08:38 -0000 Author: tj Date: Thu Mar 31 19:08:36 2016 New Revision: 412288 URL: https://svnweb.freebsd.org/changeset/ports/412288 Log: new port www/py-django-paging 0.2.5 A simple and efficient paginator for django. WWW: https://github.com/dcramer/django-paging Added: head/www/py-django-paging/ head/www/py-django-paging/Makefile (contents, props changed) head/www/py-django-paging/distinfo (contents, props changed) head/www/py-django-paging/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 19:05:15 2016 (r412287) +++ head/www/Makefile Thu Mar 31 19:08:36 2016 (r412288) @@ -1558,6 +1558,7 @@ SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth SUBDIR += py-django-overextends + SUBDIR += py-django-paging SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline Added: head/www/py-django-paging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-paging/Makefile Thu Mar 31 19:08:36 2016 (r412288) @@ -0,0 +1,20 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= paging +PORTVERSION= 0.2.5 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- +DISTNAME= django-${PORTNAME}-${PORTVERSION} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Paging module for Django + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-paging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-paging/distinfo Thu Mar 31 19:08:36 2016 (r412288) @@ -0,0 +1,2 @@ +SHA256 (django-paging-0.2.5.tar.gz) = b35d31b9632766bd1f4747109e38352938df35c5a639d62cae818be543fef2bb +SIZE (django-paging-0.2.5.tar.gz) = 4096 Added: head/www/py-django-paging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-paging/pkg-descr Thu Mar 31 19:08:36 2016 (r412288) @@ -0,0 +1,3 @@ +A simple and efficient paginator for django. + +WWW: https://github.com/dcramer/django-paging From owner-svn-ports-all@freebsd.org Thu Mar 31 19:13:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0357AE4D03; Thu, 31 Mar 2016 19:13:50 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90EF31F0E; Thu, 31 Mar 2016 19:13:50 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJDnU1011800; Thu, 31 Mar 2016 19:13:49 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJDnmr011798; Thu, 31 Mar 2016 19:13:49 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603311913.u2VJDnmr011798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 31 Mar 2016 19:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412289 - head/x11-wm/plank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:13:50 -0000 Author: olivierd Date: Thu Mar 31 19:13:49 2016 New Revision: 412289 URL: https://svnweb.freebsd.org/changeset/ports/412289 Log: Update to 0.11.1 Modified: head/x11-wm/plank/Makefile head/x11-wm/plank/distinfo Modified: head/x11-wm/plank/Makefile ============================================================================== --- head/x11-wm/plank/Makefile Thu Mar 31 19:08:36 2016 (r412288) +++ head/x11-wm/plank/Makefile Thu Mar 31 19:13:49 2016 (r412289) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= plank -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= x11-wm -MASTER_SITES= https://launchpadlibrarian.net/247653534/ \ +MASTER_SITES= https://launchpadlibrarian.net/250390926/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org @@ -34,8 +34,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= NLS DBUSMENU DBUSMENU_DESC= DBusMenu protocol -CONFIGURE_ARGS= --enable-gee-0.8 \ - --disable-benchmark \ +CONFIGURE_ARGS= --disable-benchmark \ --disable-headless-tests \ --disable-apport Modified: head/x11-wm/plank/distinfo ============================================================================== --- head/x11-wm/plank/distinfo Thu Mar 31 19:08:36 2016 (r412288) +++ head/x11-wm/plank/distinfo Thu Mar 31 19:13:49 2016 (r412289) @@ -1,2 +1,2 @@ -SHA256 (plank-0.11.0.tar.xz) = 4d841deb46c071393541d5abec9d6c46f61434027d3426fdd130768444995ea3 -SIZE (plank-0.11.0.tar.xz) = 1027448 +SHA256 (plank-0.11.1.tar.xz) = 7381e20b8ff0faf6992cc26c1b5e5f09028799eca87e07a1ba58d87e4579877b +SIZE (plank-0.11.1.tar.xz) = 1027996 From owner-svn-ports-all@freebsd.org Thu Mar 31 19:15:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45267AE4D51; Thu, 31 Mar 2016 19:15:01 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE41B101E; Thu, 31 Mar 2016 19:15:00 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJF0eK012003; Thu, 31 Mar 2016 19:15:00 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJExZo011990; Thu, 31 Mar 2016 19:14:59 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311914.u2VJExZo011990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412290 - in head/www: . py-django-jsonfield X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:15:01 -0000 Author: tj Date: Thu Mar 31 19:14:59 2016 New Revision: 412290 URL: https://svnweb.freebsd.org/changeset/ports/412290 Log: New port www/py-django-jsonfield 1.0.3 django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. WWW: https://github.com/bradjasper/django-jsonfield Added: head/www/py-django-jsonfield/ head/www/py-django-jsonfield/Makefile (contents, props changed) head/www/py-django-jsonfield/distinfo (contents, props changed) head/www/py-django-jsonfield/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 19:13:49 2016 (r412289) +++ head/www/Makefile Thu Mar 31 19:14:59 2016 (r412290) @@ -1547,6 +1547,7 @@ SUBDIR += py-django-haystack SUBDIR += py-django-htmlmin SUBDIR += py-django-json-rpc + SUBDIR += py-django-jsonfield SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings Added: head/www/py-django-jsonfield/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield/Makefile Thu Mar 31 19:14:59 2016 (r412290) @@ -0,0 +1,22 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= jsonfield +PORTVERSION= 1.0.3 +CATEGORIES= www python +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Reusable JSONField model for Django to store ad-hoc data + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= bradjasper +GH_PROJECT= django-jsonfield + +.include Added: head/www/py-django-jsonfield/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield/distinfo Thu Mar 31 19:14:59 2016 (r412290) @@ -0,0 +1,2 @@ +SHA256 (bradjasper-django-jsonfield-1.0.3_GH0.tar.gz) = af9cc3bfb6fc45fcd3c03fef0af5ed5f6c7add862aa68c330935dbe9a3cb0ab7 +SIZE (bradjasper-django-jsonfield-1.0.3_GH0.tar.gz) = 8610 Added: head/www/py-django-jsonfield/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield/pkg-descr Thu Mar 31 19:14:59 2016 (r412290) @@ -0,0 +1,4 @@ +django-jsonfield is a reusable Django field that allows you to store validated +JSON in your model. + +WWW: https://github.com/bradjasper/django-jsonfield From owner-svn-ports-all@freebsd.org Thu Mar 31 19:19:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CBC6AE4E35; Thu, 31 Mar 2016 19:19:00 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4572B1189; Thu, 31 Mar 2016 19:19:00 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJIx1t012278; Thu, 31 Mar 2016 19:18:59 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJIxMe012274; Thu, 31 Mar 2016 19:18:59 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311918.u2VJIxMe012274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412291 - in head/www: . py-django-recaptcha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:19:00 -0000 Author: tj Date: Thu Mar 31 19:18:58 2016 New Revision: 412291 URL: https://svnweb.freebsd.org/changeset/ports/412291 Log: New port www/py-django-recaptcha 1.0.5 Django reCAPTCHA form field/widget integration app. WWW: https://github.com/praekelt/django-recaptcha Added: head/www/py-django-recaptcha/ head/www/py-django-recaptcha/Makefile (contents, props changed) head/www/py-django-recaptcha/distinfo (contents, props changed) head/www/py-django-recaptcha/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 19:14:59 2016 (r412290) +++ head/www/Makefile Thu Mar 31 19:18:58 2016 (r412291) @@ -1566,6 +1566,7 @@ SUBDIR += py-django-pipeline13 SUBDIR += py-django-piston SUBDIR += py-django-profiles + SUBDIR += py-django-recaptcha SUBDIR += py-django-redis SUBDIR += py-django-registration SUBDIR += py-django-registration-defaults Added: head/www/py-django-recaptcha/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-recaptcha/Makefile Thu Mar 31 19:18:58 2016 (r412291) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= recaptcha +PORTVERSION= 1.0.5 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- +DISTNAME= django-${PORTNAME}-${PORTVERSION} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Django reCAPTCHA form field/widget integration app + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-recaptcha/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-recaptcha/distinfo Thu Mar 31 19:18:58 2016 (r412291) @@ -0,0 +1,2 @@ +SHA256 (django-recaptcha-1.0.5.tar.gz) = dc370fa0f7bd77378f8be5f03e88906bf0b62b8478b35af05846f7d640f1ec32 +SIZE (django-recaptcha-1.0.5.tar.gz) = 12628 Added: head/www/py-django-recaptcha/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-recaptcha/pkg-descr Thu Mar 31 19:18:58 2016 (r412291) @@ -0,0 +1,3 @@ +Django reCAPTCHA form field/widget integration app. + +WWW: https://github.com/praekelt/django-recaptcha From owner-svn-ports-all@freebsd.org Thu Mar 31 19:36:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA265AE4371; Thu, 31 Mar 2016 19:36:45 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B7E61998; Thu, 31 Mar 2016 19:36:45 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJaii8018486; Thu, 31 Mar 2016 19:36:44 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJaiSJ018482; Thu, 31 Mar 2016 19:36:44 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311936.u2VJaiSJ018482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412292 - in head/security: . py-python-social-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:36:46 -0000 Author: tj Date: Thu Mar 31 19:36:44 2016 New Revision: 412292 URL: https://svnweb.freebsd.org/changeset/ports/412292 Log: New port security/py-python-socal-auth 0.2.14 Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers. WWW: https://github.com/omab/python-social-auth Added: head/security/py-python-social-auth/ head/security/py-python-social-auth/Makefile (contents, props changed) head/security/py-python-social-auth/distinfo (contents, props changed) head/security/py-python-social-auth/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Mar 31 19:18:58 2016 (r412291) +++ head/security/Makefile Thu Mar 31 19:36:44 2016 (r412292) @@ -880,6 +880,7 @@ SUBDIR += py-pysha3 SUBDIR += py-python-gnupg SUBDIR += py-python-openid + SUBDIR += py-python-social-auth SUBDIR += py-python-registry SUBDIR += py-rekall SUBDIR += py-rekall-core Added: head/security/py-python-social-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-social-auth/Makefile Thu Mar 31 19:36:44 2016 (r412292) @@ -0,0 +1,24 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= python-social-auth +PORTVERSION= 0.2.14 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Python Social Auth is a social authentication/registration mechanism + +RUN_DEPENDS:= py-python-openid>=2.2:${PORTSDIR}/security/py-python-openid \ + py-requests>=2.5.1:${PORTSDIR}/www/py-requests \ + py-oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \ + py-requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \ + py-six>=1.2.0:${PORTSDIR}/devel/py-six \ + py-pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/security/py-python-social-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-social-auth/distinfo Thu Mar 31 19:36:44 2016 (r412292) @@ -0,0 +1,2 @@ +SHA256 (python-social-auth-0.2.14.tar.gz) = 9e90901ab6905b1ea4b410d41a3b9dca6a3a849bf99f9bde6b327054fb9e6434 +SIZE (python-social-auth-0.2.14.tar.gz) = 281779 Added: head/security/py-python-social-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-social-auth/pkg-descr Thu Mar 31 19:36:44 2016 (r412292) @@ -0,0 +1,4 @@ +Python Social Auth is an easy-to-setup social authentication/registration +mechanism with support for several frameworks and auth providers. + +WWW: https://github.com/omab/python-social-auth From owner-svn-ports-all@freebsd.org Thu Mar 31 19:44:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F176AE457B; Thu, 31 Mar 2016 19:44:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 300131D5B; Thu, 31 Mar 2016 19:44:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJimOm021509; Thu, 31 Mar 2016 19:44:48 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJimbs021508; Thu, 31 Mar 2016 19:44:48 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311944.u2VJimbs021508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412293 - head/security/py-python-social-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:44:49 -0000 Author: tj Date: Thu Mar 31 19:44:48 2016 New Revision: 412293 URL: https://svnweb.freebsd.org/changeset/ports/412293 Log: Fix dependencies. Modified: head/security/py-python-social-auth/Makefile Modified: head/security/py-python-social-auth/Makefile ============================================================================== --- head/security/py-python-social-auth/Makefile Thu Mar 31 19:36:44 2016 (r412292) +++ head/security/py-python-social-auth/Makefile Thu Mar 31 19:44:48 2016 (r412293) @@ -3,6 +3,7 @@ PORTNAME= python-social-auth PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tj@FreeBSD.org COMMENT= Python Social Auth is a social authentication/registration mechanism -RUN_DEPENDS:= py-python-openid>=2.2:${PORTSDIR}/security/py-python-openid \ - py-requests>=2.5.1:${PORTSDIR}/www/py-requests \ - py-oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \ - py-requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \ - py-six>=1.2.0:${PORTSDIR}/devel/py-six \ - py-pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt +RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2:${PORTSDIR}/security/py-python-openid \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.5.1:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt NO_ARCH= yes USES= python From owner-svn-ports-all@freebsd.org Thu Mar 31 19:49:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37EA4AE4694; Thu, 31 Mar 2016 19:49:09 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9D31E9F; Thu, 31 Mar 2016 19:49:08 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJn8cX021843; Thu, 31 Mar 2016 19:49:08 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJn76l021838; Thu, 31 Mar 2016 19:49:07 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311949.u2VJn76l021838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412294 - in head/www: . py-django-social-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:49:09 -0000 Author: tj Date: Thu Mar 31 19:49:07 2016 New Revision: 412294 URL: https://svnweb.freebsd.org/changeset/ports/412294 Log: New port www/py-django-social-auth 0.7.28 Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects. WWW: https://github.com/omab/django-social-auth Added: head/www/py-django-social-auth/ head/www/py-django-social-auth/Makefile (contents, props changed) head/www/py-django-social-auth/distinfo (contents, props changed) head/www/py-django-social-auth/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 19:44:48 2016 (r412293) +++ head/www/Makefile Thu Mar 31 19:49:07 2016 (r412294) @@ -1576,6 +1576,7 @@ SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha SUBDIR += py-django-simple-history + SUBDIR += py-django-social-auth SUBDIR += py-django-sortedm2m SUBDIR += py-django-statici18n SUBDIR += py-django-storages Added: head/www/py-django-social-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-social-auth/Makefile Thu Mar 31 19:49:07 2016 (r412294) @@ -0,0 +1,21 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= social-auth +PORTVERSION= 0.7.28 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- +DISTNAME= django-${PORTNAME}-${PORTVERSION} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Setup social authentication/authorization mechanism for Django + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}python-social-auth>=0:${PORTSDIR}/security/py-python-social-auth + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-social-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-social-auth/distinfo Thu Mar 31 19:49:07 2016 (r412294) @@ -0,0 +1,2 @@ +SHA256 (django-social-auth-0.7.28.tar.gz) = a0141b12de90504128ce31e5dcd25521d32de96e27994993126263aed8a5f672 +SIZE (django-social-auth-0.7.28.tar.gz) = 83071 Added: head/www/py-django-social-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-social-auth/pkg-descr Thu Mar 31 19:49:07 2016 (r412294) @@ -0,0 +1,4 @@ +Django Social Auth is an easy way to setup social authentication/authorization +mechanism for Django projects. + +WWW: https://github.com/omab/django-social-auth From owner-svn-ports-all@freebsd.org Thu Mar 31 19:57:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24040AE4A09; Thu, 31 Mar 2016 19:57:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA5FE139C; Thu, 31 Mar 2016 19:57:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJvnsg024910; Thu, 31 Mar 2016 19:57:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJvnd6024908; Thu, 31 Mar 2016 19:57:49 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603311957.u2VJvnd6024908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 31 Mar 2016 19:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412295 - head/sysutils/dsbmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:57:50 -0000 Author: riggs Date: Thu Mar 31 19:57:48 2016 New Revision: 412295 URL: https://svnweb.freebsd.org/changeset/ports/412295 Log: Update to upstream version 0.1.3; fix staging as non-root user PR: 208018 Submitted by: mk@nic-nac-project.org (maintainer) Modified: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo (contents, props changed) Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Thu Mar 31 19:49:07 2016 (r412294) +++ head/sysutils/dsbmd/Makefile Thu Mar 31 19:57:48 2016 (r412295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Thu Mar 31 19:49:07 2016 (r412294) +++ head/sysutils/dsbmd/distinfo Thu Mar 31 19:57:48 2016 (r412295) @@ -1,2 +1,2 @@ -SHA256 (dsbmd-0.1.2.tgz) = a6e80ef57ac69042b267599c9f31be847d5900ee5f54e87b5d2ed8500b7b26ba -SIZE (dsbmd-0.1.2.tgz) = 148480 +SHA256 (dsbmd-0.1.3.tgz) = 252193933a6a006ff17e072eedbfb718672f7759a9158744cbc5872f64de0648 +SIZE (dsbmd-0.1.3.tgz) = 34532 From owner-svn-ports-all@freebsd.org Thu Mar 31 20:04:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C094CAE4C36; Thu, 31 Mar 2016 20:04:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7425D18CD; Thu, 31 Mar 2016 20:04:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VK4nYW028015; Thu, 31 Mar 2016 20:04:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VK4n5n028013; Thu, 31 Mar 2016 20:04:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603312004.u2VK4n5n028013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 31 Mar 2016 20:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412296 - head/lang/rust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:04:50 -0000 Author: jbeich Date: Thu Mar 31 20:04:49 2016 New Revision: 412296 URL: https://svnweb.freebsd.org/changeset/ports/412296 Log: lang/rust: unblock DragonFly build => rust-stage0-.tar.bz2 doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://static.rust-lang.org/stage0-snapshots/rust-stage0-.tar.bz2 fetch: http://static.rust-lang.org/stage0-snapshots/rust-stage0-.tar.bz2: Not Found Reported by: muscles.dragonflybsd.org Approved by: portmgr "just fix it" blanket Added: head/lang/rust/distinfo.x86_64 (contents, props changed) Modified: head/lang/rust/Makefile (contents, props changed) Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Thu Mar 31 19:57:48 2016 (r412295) +++ head/lang/rust/Makefile Thu Mar 31 20:04:49 2016 (r412296) @@ -35,6 +35,7 @@ CONFLICTS_INSTALL= rust-nightly RUST_SOURCE= ${DISTNAME}-src${EXTRACT_SUFX} RUST_BOOT= rust-stage0-${RUST_BOOT_SIG_${ARCH}}.tar.bz2 +RUST_BOOT_SIG_x86_64= 2015-12-18-3391630-dragonfly-x86_64-e74d79488e88ac2de3bd03afd5959d2ae6e2b628 RUST_BOOT_SIG_amd64= 2015-12-18-3391630-freebsd-x86_64-91724d4e655807a2a2e940ac50992ebeaac16ea9 RUST_BOOT_SIG_i386= 2015-12-18-3391630-freebsd-i386-7e624c50494402e1feb14c743d659fbd71b448f5 @@ -47,6 +48,7 @@ RUST_VSN_HASH!= /usr/bin/printf '%s' ${R PLIST_SUB+= RUST_VSN_HASH=${RUST_VSN_HASH} # Rust's target arch string is different from *BSD arch strings +RUST_ARCH_x86_64= x86_64 # dragonfly RUST_ARCH_amd64= x86_64 RUST_ARCH_i386= i686 RUST_TARGET= ${RUST_ARCH_${ARCH}}-unknown-${OPSYS:tl} Added: head/lang/rust/distinfo.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rust/distinfo.x86_64 Thu Mar 31 20:04:49 2016 (r412296) @@ -0,0 +1,4 @@ +SHA256 (rustc-1.7.0-src.tar.gz) = 6df96059d87b718676d9cd879672e4e22418b6093396b4ccb5b5b66df37bf13a +SIZE (rustc-1.7.0-src.tar.gz) = 25097611 +SHA256 (rust-stage0-2015-12-18-3391630-dragonfly-x86_64-e74d79488e88ac2de3bd03afd5959d2ae6e2b628.tar.bz2) = 33b893943bb57885ef113c1a157eb0f4360b81b91f8846fc11ae5768fc49b381 +SIZE (rust-stage0-2015-12-18-3391630-dragonfly-x86_64-e74d79488e88ac2de3bd03afd5959d2ae6e2b628.tar.bz2) = 16913394 From owner-svn-ports-all@freebsd.org Thu Mar 31 20:05:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E534AAE4C70; Thu, 31 Mar 2016 20:05:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B28A519F3; Thu, 31 Mar 2016 20:05:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VK5TM0028160; Thu, 31 Mar 2016 20:05:29 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VK5TMo028158; Thu, 31 Mar 2016 20:05:29 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603312005.u2VK5TMo028158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 31 Mar 2016 20:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412297 - head/devel/liblognorm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:05:31 -0000 Author: bofh Date: Thu Mar 31 20:05:29 2016 New Revision: 412297 URL: https://svnweb.freebsd.org/changeset/ports/412297 Log: devel/liblognorm: Update version 1.1.2=>1.1.3 - Remove bsd.port.options.mk as no longer required Modified: head/devel/liblognorm/Makefile head/devel/liblognorm/distinfo Modified: head/devel/liblognorm/Makefile ============================================================================== --- head/devel/liblognorm/Makefile Thu Mar 31 20:04:49 2016 (r412296) +++ head/devel/liblognorm/Makefile Thu Mar 31 20:05:29 2016 (r412297) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liblognorm -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= devel net security MASTER_SITES= http://www.liblognorm.com/download/files/download/ @@ -21,7 +21,6 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-message -.include # Try to fix parallel (-jX) builds post-patch: @${REINPLACE_CMD} -e \ Modified: head/devel/liblognorm/distinfo ============================================================================== --- head/devel/liblognorm/distinfo Thu Mar 31 20:04:49 2016 (r412296) +++ head/devel/liblognorm/distinfo Thu Mar 31 20:05:29 2016 (r412297) @@ -1,2 +1,2 @@ -SHA256 (liblognorm-1.1.2.tar.gz) = 935a112fb5310877aaa5046ac8bd2ec7d0e9fed03e2fffccb84b6f93b92a536c -SIZE (liblognorm-1.1.2.tar.gz) = 547224 +SHA256 (liblognorm-1.1.3.tar.gz) = 8e370460a152057abc577d59acbe60b7846312897e56f8f9d3e74edf9c621951 +SIZE (liblognorm-1.1.3.tar.gz) = 553372 From owner-svn-ports-all@freebsd.org Thu Mar 31 20:14:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C21AE4F27; Thu, 31 Mar 2016 20:14:36 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEEE61E7C; Thu, 31 Mar 2016 20:14:36 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKEaR9031329; Thu, 31 Mar 2016 20:14:36 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKEZUt031322; Thu, 31 Mar 2016 20:14:35 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201603312014.u2VKEZUt031322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 31 Mar 2016 20:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412298 - in head/mail: linux-thunderbird thunderbird thunderbird-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:14:37 -0000 Author: cmt Date: Thu Mar 31 20:14:35 2016 New Revision: 412298 URL: https://svnweb.freebsd.org/changeset/ports/412298 Log: update thunderbird ports to 38.7.1 PR: 208384 Approved by: jbeich (maintainer), rene (mentor) MFH: 2016Q1 Modified: head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/linux-thunderbird/Makefile Thu Mar 31 20:14:35 2016 (r412298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.7.0 +DISTVERSION= 38.7.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: head/mail/linux-thunderbird/distinfo ============================================================================== --- head/mail/linux-thunderbird/distinfo Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/linux-thunderbird/distinfo Thu Mar 31 20:14:35 2016 (r412298) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-38.7.0.tar.bz2) = b747ce08f9320e65de91373845d3e1d98f8473eda55527f51a31224256f9013c -SIZE (thunderbird-38.7.0.tar.bz2) = 41969641 +SHA256 (thunderbird-38.7.1.tar.bz2) = 205729f0ce14666ef98b7e23dad0882d450a508b568fc1d2c99cdfffd2cc9547 +SIZE (thunderbird-38.7.1.tar.bz2) = 41970748 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/thunderbird-i18n/Makefile Thu Mar 31 20:14:35 2016 (r412298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.7.0 +PORTVERSION= 38.7.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/thunderbird-i18n/distinfo Thu Mar 31 20:14:35 2016 (r412298) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.7.0/ar.xpi) = c0ac4bfdd4dca19269e3d2bd0ab4dc9876536c1eb691ca5ed36f229bce44f8eb -SIZE (xpi/thunderbird-i18n-38.7.0/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.7.0/ast.xpi) = a39883f2f856614b915a7e27db4468eeaa656fc43676ee0120c731b0009bd6e9 -SIZE (xpi/thunderbird-i18n-38.7.0/ast.xpi) = 405872 -SHA256 (xpi/thunderbird-i18n-38.7.0/be.xpi) = e1ded4b593e5e4f7d3be42bcea3f4a4482ee991e107ff0ca2c85e1cf2d3c3ceb -SIZE (xpi/thunderbird-i18n-38.7.0/be.xpi) = 442452 -SHA256 (xpi/thunderbird-i18n-38.7.0/bg.xpi) = d4330a18b4bebeaed1381a45bc7770c483228581587c3784141119eb66b6126a -SIZE (xpi/thunderbird-i18n-38.7.0/bg.xpi) = 506124 -SHA256 (xpi/thunderbird-i18n-38.7.0/bn-BD.xpi) = b2b405bb6d117b4990fd51ca70857f03453201b197e349ba7b96781e09b2fdb0 -SIZE (xpi/thunderbird-i18n-38.7.0/bn-BD.xpi) = 560627 -SHA256 (xpi/thunderbird-i18n-38.7.0/br.xpi) = fdaea8eb6fdd9aaa1e47f0e8ed7937f4872c5711361bb1bdb3319aa45743fc6e -SIZE (xpi/thunderbird-i18n-38.7.0/br.xpi) = 449767 -SHA256 (xpi/thunderbird-i18n-38.7.0/ca.xpi) = 1c42477fbbc0005c4857a7cb6b1420f75f4752f10e441eabd212c0721e4b8a34 -SIZE (xpi/thunderbird-i18n-38.7.0/ca.xpi) = 450325 -SHA256 (xpi/thunderbird-i18n-38.7.0/cs.xpi) = e8052b9eacf9bf4e278e526687f7e021533a3859e0f67571d4f15ed6151efb9f -SIZE (xpi/thunderbird-i18n-38.7.0/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.7.0/cy.xpi) = 7fa9612db30632a40046ab98ad7a11fbe2e3c5789749a6b499e2e71d23b18072 -SIZE (xpi/thunderbird-i18n-38.7.0/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.7.0/da.xpi) = 78908105bf05dedcc5f39810466e8b90b0fca5223828e22c766569c48bc06824 -SIZE (xpi/thunderbird-i18n-38.7.0/da.xpi) = 425829 -SHA256 (xpi/thunderbird-i18n-38.7.0/de.xpi) = 1cb5e297032326d6643291cb060efc5395c38643bbd2c7d1214121f44bf0246f -SIZE (xpi/thunderbird-i18n-38.7.0/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.7.0/dsb.xpi) = a1e4fc1db7ab760e5ab9e3d6f10e648a7e37d2ed3dc8fb14bd95750fde3b47e5 -SIZE (xpi/thunderbird-i18n-38.7.0/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.7.0/el.xpi) = fd14bdacee11ca9ee8b8183c53f64ce587b870c1c7aceae3ad4a4ad4db5ece35 -SIZE (xpi/thunderbird-i18n-38.7.0/el.xpi) = 493491 -SHA256 (xpi/thunderbird-i18n-38.7.0/en-GB.xpi) = 48f8b9c703c8078ce6b8a9c08f9d5200c5e815cff6fdcfbde0ced9669ca2f344 -SIZE (xpi/thunderbird-i18n-38.7.0/en-GB.xpi) = 416572 -SHA256 (xpi/thunderbird-i18n-38.7.0/en-US.xpi) = 1729078e8c1b3ac244a044832fca5e8b0f4e96d6f48e654189386cd48f3edeab -SIZE (xpi/thunderbird-i18n-38.7.0/en-US.xpi) = 416618 -SHA256 (xpi/thunderbird-i18n-38.7.0/es-AR.xpi) = e8617afd59d1bb1e588e75c29a852f7ddb4283368b27c27841cb7b208c1b768f -SIZE (xpi/thunderbird-i18n-38.7.0/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.7.0/es-ES.xpi) = 6b6d7fb5574073629c5212c5fc87d17b10948bb53039cab436a0d96a9c3c2665 -SIZE (xpi/thunderbird-i18n-38.7.0/es-ES.xpi) = 376067 -SHA256 (xpi/thunderbird-i18n-38.7.0/et.xpi) = d46a09859d759d37ecc2533eef4e66d44438e5c343cac12aff7db057ca651ce6 -SIZE (xpi/thunderbird-i18n-38.7.0/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.7.0/eu.xpi) = d4de01526f5d7bb7e1e1391e28aeadaa26022d95020f8485cfbfddc5b143becf -SIZE (xpi/thunderbird-i18n-38.7.0/eu.xpi) = 434838 -SHA256 (xpi/thunderbird-i18n-38.7.0/fi.xpi) = 141e76b1a70d08a57a76d4a79d39cf5b445004339aeef1753db90d1f1d5e0fd6 -SIZE (xpi/thunderbird-i18n-38.7.0/fi.xpi) = 438889 -SHA256 (xpi/thunderbird-i18n-38.7.0/fr.xpi) = 5091d70352ed3386dbcd5c4ad69618c4cd7c40cd2998e2005194d913e8500ef2 -SIZE (xpi/thunderbird-i18n-38.7.0/fr.xpi) = 448228 -SHA256 (xpi/thunderbird-i18n-38.7.0/fy-NL.xpi) = 1b4b7158fffe1bee7013d6ae7549837fb1144e4ac9d0129f08a488ee1369f7a1 -SIZE (xpi/thunderbird-i18n-38.7.0/fy-NL.xpi) = 442161 -SHA256 (xpi/thunderbird-i18n-38.7.0/ga-IE.xpi) = 38cd5311aa320a05936f45661685120ef9651cf6f1744e434a753700ea102356 -SIZE (xpi/thunderbird-i18n-38.7.0/ga-IE.xpi) = 457413 -SHA256 (xpi/thunderbird-i18n-38.7.0/gd.xpi) = 6d04380915106e6e9e246d90668b2b65f8cb5daea905a6deca95c5226da1762d -SIZE (xpi/thunderbird-i18n-38.7.0/gd.xpi) = 456318 -SHA256 (xpi/thunderbird-i18n-38.7.0/gl.xpi) = 3dfbf98ebbaaf111a21745f01570c370c04a87ddc9852b769ad42da373086b1d -SIZE (xpi/thunderbird-i18n-38.7.0/gl.xpi) = 457839 -SHA256 (xpi/thunderbird-i18n-38.7.0/he.xpi) = 8f3f7f46a802b9df0615003567d86c1c99ceed4cfebe5eb37717b70b3864f00b -SIZE (xpi/thunderbird-i18n-38.7.0/he.xpi) = 485868 -SHA256 (xpi/thunderbird-i18n-38.7.0/hr.xpi) = fc6b04218bbce294b4f22e53625f0779ddb296d5ad0c995748f240aedd8aa721 -SIZE (xpi/thunderbird-i18n-38.7.0/hr.xpi) = 440420 -SHA256 (xpi/thunderbird-i18n-38.7.0/hsb.xpi) = 31121269b0b4d729d8b4e66acce8526cd1a1c489d0b62b64e3f2bb40dca4a3cf -SIZE (xpi/thunderbird-i18n-38.7.0/hsb.xpi) = 456451 -SHA256 (xpi/thunderbird-i18n-38.7.0/hu.xpi) = 9da8777b04edba60072553839de1580e233cf607cdad7176f42f7d1ec0defc74 -SIZE (xpi/thunderbird-i18n-38.7.0/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.7.0/hy-AM.xpi) = 12f4ba7162d7c7b931be8ddfd412af03b4294b3f673d1247860322bca12ccce6 -SIZE (xpi/thunderbird-i18n-38.7.0/hy-AM.xpi) = 500356 -SHA256 (xpi/thunderbird-i18n-38.7.0/id.xpi) = 0e198879ee8bd0888507a39c327356860d1a78911ad69d8770831eaf4eed758b -SIZE (xpi/thunderbird-i18n-38.7.0/id.xpi) = 483188 -SHA256 (xpi/thunderbird-i18n-38.7.0/is.xpi) = 9197365ecfcd6f368721a4ba2b58e5f592320d8cdd4a5fa2454bf51c5bcc1b1a -SIZE (xpi/thunderbird-i18n-38.7.0/is.xpi) = 443008 -SHA256 (xpi/thunderbird-i18n-38.7.0/it.xpi) = 58e0720739d5ea98147e650074fb6dfb481c52d81823f928c290d1c5d9b42f3e -SIZE (xpi/thunderbird-i18n-38.7.0/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.7.0/ja.xpi) = 471ced9d3b3eeb0413f5af12778f36a041401ab29a2a2a7a12e294af7415bc47 -SIZE (xpi/thunderbird-i18n-38.7.0/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.7.0/ko.xpi) = 692b7078accdc411d4fa4c97e944fc0bd82151acd04f70d7caa1ec10bc8cf8b6 -SIZE (xpi/thunderbird-i18n-38.7.0/ko.xpi) = 454852 -SHA256 (xpi/thunderbird-i18n-38.7.0/lt.xpi) = 7ffada6baea6716cc8759c0ecb58e9cb0bb05905c1d1bc63cd56327ef0420fcb -SIZE (xpi/thunderbird-i18n-38.7.0/lt.xpi) = 454572 -SHA256 (xpi/thunderbird-i18n-38.7.0/nb-NO.xpi) = 131e68c7e5d42742cf27d09b43de2d9cb83f8eb671793e58c1ba390fe8d64383 -SIZE (xpi/thunderbird-i18n-38.7.0/nb-NO.xpi) = 434341 -SHA256 (xpi/thunderbird-i18n-38.7.0/nl.xpi) = bff6a6864dbdfb81b78bdd272c481ab5a580b53186255c99d603ee958f97f2c6 -SIZE (xpi/thunderbird-i18n-38.7.0/nl.xpi) = 435109 -SHA256 (xpi/thunderbird-i18n-38.7.0/nn-NO.xpi) = 98975558144aaacf3a96c74767cfb8241805cdeb2377f52b000d37ad9fd79077 -SIZE (xpi/thunderbird-i18n-38.7.0/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.7.0/pa-IN.xpi) = 2809b8797409e85300ddf0b8c77e7f973654ffe8640134650bc61ab9583a73bb -SIZE (xpi/thunderbird-i18n-38.7.0/pa-IN.xpi) = 530462 -SHA256 (xpi/thunderbird-i18n-38.7.0/pl.xpi) = c6cf228d48db0b63c50c37bf2997b998318ae9d55b87850106d6015d34e5491d -SIZE (xpi/thunderbird-i18n-38.7.0/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.7.0/pt-BR.xpi) = 2fe9c6df31160889664110e21af18041f2ede3473c502a904bdd945a837cda61 -SIZE (xpi/thunderbird-i18n-38.7.0/pt-BR.xpi) = 443752 -SHA256 (xpi/thunderbird-i18n-38.7.0/pt-PT.xpi) = df9cb7a55b35947fe499e7fae29447cfd73e97cac42786ae35d89d854a2f50bd -SIZE (xpi/thunderbird-i18n-38.7.0/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.7.0/rm.xpi) = 0a13830bd23f73ea19f612721c778c05699781a6cf5e6f4b549058070050e9e9 -SIZE (xpi/thunderbird-i18n-38.7.0/rm.xpi) = 442112 -SHA256 (xpi/thunderbird-i18n-38.7.0/ro.xpi) = ebd7b23026a8f3b99143e83e4eafc18b7e9e8fc96450d81eebe3808ef744d8d2 -SIZE (xpi/thunderbird-i18n-38.7.0/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.7.0/ru.xpi) = b331f2426be5da4d983ed37968cbb8e5103e255fbd442a78a8083aa1b8cf8907 -SIZE (xpi/thunderbird-i18n-38.7.0/ru.xpi) = 437591 -SHA256 (xpi/thunderbird-i18n-38.7.0/si.xpi) = 55f5859d355148fa8d087317dbb5342c89e328eed0ec05c843c2a95f71956d4b -SIZE (xpi/thunderbird-i18n-38.7.0/si.xpi) = 535341 -SHA256 (xpi/thunderbird-i18n-38.7.0/sk.xpi) = b5ed0a0cab18ec34c6aafa04910caabfd6174fa4bc782a81ff559f600d452ad3 -SIZE (xpi/thunderbird-i18n-38.7.0/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.7.0/sl.xpi) = 772041e56945b242147c02cc93577d6f3c4adeb3255123067955f59f97dcaf87 -SIZE (xpi/thunderbird-i18n-38.7.0/sl.xpi) = 437848 -SHA256 (xpi/thunderbird-i18n-38.7.0/sq.xpi) = 9e238c3f1bb41ad4e6ec42c741b1a45fb6aa6c221c011a95ee19dc0307b7d07f -SIZE (xpi/thunderbird-i18n-38.7.0/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.7.0/sr.xpi) = fc0f6f14e2bbb315de2a3040d1b7a51e659a8ebfed1b55ad7468b675d3ba58bd -SIZE (xpi/thunderbird-i18n-38.7.0/sr.xpi) = 543315 -SHA256 (xpi/thunderbird-i18n-38.7.0/sv-SE.xpi) = c8766ee2a78a6ae0f22992c55eb85c146130715fbfa17d3a5c6a42cbcb298ffb -SIZE (xpi/thunderbird-i18n-38.7.0/sv-SE.xpi) = 439633 -SHA256 (xpi/thunderbird-i18n-38.7.0/ta-LK.xpi) = dbb4c38620a96b2556f9cb24df17b401022fca614f2a03954f024793e5b7a26d -SIZE (xpi/thunderbird-i18n-38.7.0/ta-LK.xpi) = 558738 -SHA256 (xpi/thunderbird-i18n-38.7.0/tr.xpi) = 2cb777c3fec793d196c0efd9cf21eb1dc3bb0ed55b8b5e7a98d72771152d5ee4 -SIZE (xpi/thunderbird-i18n-38.7.0/tr.xpi) = 447800 -SHA256 (xpi/thunderbird-i18n-38.7.0/uk.xpi) = 196e901440e03cd94f25010ddb4d4497ed38e83368729ba127d56dc30be10e77 -SIZE (xpi/thunderbird-i18n-38.7.0/uk.xpi) = 509600 -SHA256 (xpi/thunderbird-i18n-38.7.0/vi.xpi) = 5a4ca63bee1e67ca257499f4aad8ddad9ae4c0b7d9c18c0786dec1a413ec8767 -SIZE (xpi/thunderbird-i18n-38.7.0/vi.xpi) = 519844 -SHA256 (xpi/thunderbird-i18n-38.7.0/zh-CN.xpi) = 4fe66ac9ae15dc07070753b25a2fae382cd6a06a7f738095233eee1d94ce4c82 -SIZE (xpi/thunderbird-i18n-38.7.0/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.7.0/zh-TW.xpi) = ac47de156e0b32e661333197c198634aa333936a357b3974b1a2f7c4761c31ad -SIZE (xpi/thunderbird-i18n-38.7.0/zh-TW.xpi) = 466661 +SHA256 (xpi/thunderbird-i18n-38.7.1/ar.xpi) = 7195e3361456016a93af844c3e13829090e684b33b7a5eba883d6723ee3f1e0b +SIZE (xpi/thunderbird-i18n-38.7.1/ar.xpi) = 475296 +SHA256 (xpi/thunderbird-i18n-38.7.1/ast.xpi) = 3280aa131a743172b24669d3cec7998d226df879b9752487c33224f7820623d8 +SIZE (xpi/thunderbird-i18n-38.7.1/ast.xpi) = 405873 +SHA256 (xpi/thunderbird-i18n-38.7.1/be.xpi) = 55580675d83a663874ad0747329944369b2ba1afe09f92f55cb42082e5a57d26 +SIZE (xpi/thunderbird-i18n-38.7.1/be.xpi) = 442452 +SHA256 (xpi/thunderbird-i18n-38.7.1/bg.xpi) = 53b6085720d7cbe9ba959f3569c5e70b02ddcff1e56931da3d762367335d0791 +SIZE (xpi/thunderbird-i18n-38.7.1/bg.xpi) = 506129 +SHA256 (xpi/thunderbird-i18n-38.7.1/bn-BD.xpi) = 670beb9301471022d9c72a118e6270685a16c1d6e0e9e0e7c6e883ce84060fa5 +SIZE (xpi/thunderbird-i18n-38.7.1/bn-BD.xpi) = 560626 +SHA256 (xpi/thunderbird-i18n-38.7.1/br.xpi) = 76a4e3b0195c41de3141e14fab7d7740d307ea997b0f76317db09f7ed0894a19 +SIZE (xpi/thunderbird-i18n-38.7.1/br.xpi) = 449766 +SHA256 (xpi/thunderbird-i18n-38.7.1/ca.xpi) = 3e3f9e15d223b61bf29dc392d904ffa3fd125659064e1ebd465ffc6b7f228c93 +SIZE (xpi/thunderbird-i18n-38.7.1/ca.xpi) = 450325 +SHA256 (xpi/thunderbird-i18n-38.7.1/cs.xpi) = 84051bc067e2bf0047904cbf911aac76cb4d72adefd24d9cf0100faf26222475 +SIZE (xpi/thunderbird-i18n-38.7.1/cs.xpi) = 448724 +SHA256 (xpi/thunderbird-i18n-38.7.1/cy.xpi) = 6149288309f5e3de512234ac51caf33e77b48a0b22e8d8d3a7b6f8f39a035568 +SIZE (xpi/thunderbird-i18n-38.7.1/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.7.1/da.xpi) = 052c34f1e777b7bc77c222b91140a75ef078ac470d9050639636f21e6976f3ba +SIZE (xpi/thunderbird-i18n-38.7.1/da.xpi) = 425828 +SHA256 (xpi/thunderbird-i18n-38.7.1/de.xpi) = 2e2601496ef6bfe806fddc14662447489379e8fecc8a445bb4710ce0fcc9a96e +SIZE (xpi/thunderbird-i18n-38.7.1/de.xpi) = 429877 +SHA256 (xpi/thunderbird-i18n-38.7.1/dsb.xpi) = fc073d21c908444cf5b7b74b715c6ae1b968406ecae6b4892f4f2147757467d6 +SIZE (xpi/thunderbird-i18n-38.7.1/dsb.xpi) = 458487 +SHA256 (xpi/thunderbird-i18n-38.7.1/el.xpi) = d384c99f2300ab6bc74062da47aeea58bd85a29c3de2169bc897a20d343564b9 +SIZE (xpi/thunderbird-i18n-38.7.1/el.xpi) = 493490 +SHA256 (xpi/thunderbird-i18n-38.7.1/en-GB.xpi) = 4c7886f13e564bfbbbdb87fef47dbb1be7a603168f54413ff12f14c4288d9ec0 +SIZE (xpi/thunderbird-i18n-38.7.1/en-GB.xpi) = 416572 +SHA256 (xpi/thunderbird-i18n-38.7.1/en-US.xpi) = ba73342371a53b2db14fa4b118c78a21b8c9dbec10a814347f70b1517b3f9f42 +SIZE (xpi/thunderbird-i18n-38.7.1/en-US.xpi) = 416619 +SHA256 (xpi/thunderbird-i18n-38.7.1/es-AR.xpi) = 48a511afa481179219bb8086d1450c7887cea5e4858ecc4e7f08ab6afec21e68 +SIZE (xpi/thunderbird-i18n-38.7.1/es-AR.xpi) = 442641 +SHA256 (xpi/thunderbird-i18n-38.7.1/es-ES.xpi) = fff0472287354ffe527a95288b94482ded67e8a47526832e3446009f2bde889b +SIZE (xpi/thunderbird-i18n-38.7.1/es-ES.xpi) = 376066 +SHA256 (xpi/thunderbird-i18n-38.7.1/et.xpi) = 34ff6722cf592936108c4a1da8dcd5ad8a19ecc138c9916035c8775d358cac0f +SIZE (xpi/thunderbird-i18n-38.7.1/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.7.1/eu.xpi) = 507deded0cf0865423ad622d3c1245c80ced6398b31433cf4c3e2b96bb012a7f +SIZE (xpi/thunderbird-i18n-38.7.1/eu.xpi) = 434838 +SHA256 (xpi/thunderbird-i18n-38.7.1/fi.xpi) = 62aeb5591f267620ac90b8776146f344f23413587e15e47c5b6a12a9bf2d20b8 +SIZE (xpi/thunderbird-i18n-38.7.1/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.7.1/fr.xpi) = 8d5194f8def094540340d838e8f7d22bc850d3c0447afc20ed9a5a073882e176 +SIZE (xpi/thunderbird-i18n-38.7.1/fr.xpi) = 448227 +SHA256 (xpi/thunderbird-i18n-38.7.1/fy-NL.xpi) = c00afdd5efcee615da606aa9589e03e705586d9956703af0646a2e7ebece1d63 +SIZE (xpi/thunderbird-i18n-38.7.1/fy-NL.xpi) = 442161 +SHA256 (xpi/thunderbird-i18n-38.7.1/ga-IE.xpi) = 957f58dd52fac4b11202541353a8ef0516c33c5a551e6d845100f53212d09141 +SIZE (xpi/thunderbird-i18n-38.7.1/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.7.1/gd.xpi) = 9a4c5a74f6dddefef15f22104a18a8b7f8102101b66846dbe06ad1f0eb830c5c +SIZE (xpi/thunderbird-i18n-38.7.1/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.7.1/gl.xpi) = 024f9ca85276eb8f54a4746106a526ba5aa84a544fa2cd7e3ec6277fa5d615f9 +SIZE (xpi/thunderbird-i18n-38.7.1/gl.xpi) = 457839 +SHA256 (xpi/thunderbird-i18n-38.7.1/he.xpi) = 6851737d6c70a2ba4808247142593e509bff2ba143a44a02a0e5575302a31cb9 +SIZE (xpi/thunderbird-i18n-38.7.1/he.xpi) = 485867 +SHA256 (xpi/thunderbird-i18n-38.7.1/hr.xpi) = 714ad6af4445808a4c07910ac8eb8994464b356c1b369d3199bdc1c3e77e5e47 +SIZE (xpi/thunderbird-i18n-38.7.1/hr.xpi) = 440423 +SHA256 (xpi/thunderbird-i18n-38.7.1/hu.xpi) = 3fa6fc417ebeac6791566da44aedae8bc4f86b60cdf018b46e7a83801948a79f +SIZE (xpi/thunderbird-i18n-38.7.1/hu.xpi) = 457988 +SHA256 (xpi/thunderbird-i18n-38.7.1/hsb.xpi) = 5052842466b59418f77bfd1dc35a9440493eba423c2a1b8f8b97a264df89f045 +SIZE (xpi/thunderbird-i18n-38.7.1/hsb.xpi) = 456453 +SHA256 (xpi/thunderbird-i18n-38.7.1/hy-AM.xpi) = b6e37de04d71361c40e41cedf5eb3202b7e47d3b0cabef89daf129628884e621 +SIZE (xpi/thunderbird-i18n-38.7.1/hy-AM.xpi) = 500358 +SHA256 (xpi/thunderbird-i18n-38.7.1/id.xpi) = 1b2b5c1b80d0d693c906eb98c40fa33d8b705148c055e6a303b514d3fb9e2f61 +SIZE (xpi/thunderbird-i18n-38.7.1/id.xpi) = 483188 +SHA256 (xpi/thunderbird-i18n-38.7.1/is.xpi) = dee656222d46f9532f7b94088ec70d8e6570aed60f5613bf959838cf07728880 +SIZE (xpi/thunderbird-i18n-38.7.1/is.xpi) = 443009 +SHA256 (xpi/thunderbird-i18n-38.7.1/it.xpi) = 488481552b8f448cfa8a8edc57ae848bce6b70eb8547beec377d1c9d9e8aef0b +SIZE (xpi/thunderbird-i18n-38.7.1/it.xpi) = 369024 +SHA256 (xpi/thunderbird-i18n-38.7.1/ja.xpi) = 33b886b079bb9cdb444bf25300157dac292237f328ec9f7f2cb5013e5129e662 +SIZE (xpi/thunderbird-i18n-38.7.1/ja.xpi) = 492861 +SHA256 (xpi/thunderbird-i18n-38.7.1/ko.xpi) = f36e61c7cd1f1d94d8da3e3cfe8ee6dcf937749c243368c632a3edf599d9c747 +SIZE (xpi/thunderbird-i18n-38.7.1/ko.xpi) = 454853 +SHA256 (xpi/thunderbird-i18n-38.7.1/lt.xpi) = 1745e254b1bf60025d717cdafbf2248fe2fa6a9a7d2128674178967b36338f95 +SIZE (xpi/thunderbird-i18n-38.7.1/lt.xpi) = 454571 +SHA256 (xpi/thunderbird-i18n-38.7.1/nb-NO.xpi) = e83db8bca5d5554456afdb05f37bc4bb8a592e7db6f1b55da44b665e453011bb +SIZE (xpi/thunderbird-i18n-38.7.1/nb-NO.xpi) = 434340 +SHA256 (xpi/thunderbird-i18n-38.7.1/nl.xpi) = 97b293393f5b70a00f04d88085599361b860fea7c3cbb9326479ad555f7b45df +SIZE (xpi/thunderbird-i18n-38.7.1/nl.xpi) = 435108 +SHA256 (xpi/thunderbird-i18n-38.7.1/nn-NO.xpi) = 66734465ec5093727ae71de6a36a4af77ea673b96787b4d3587e37a00b878d90 +SIZE (xpi/thunderbird-i18n-38.7.1/nn-NO.xpi) = 436623 +SHA256 (xpi/thunderbird-i18n-38.7.1/pa-IN.xpi) = ef1622591337f90ce8a37dd02446f868541d67dc1538325a36958a28f7cc32d8 +SIZE (xpi/thunderbird-i18n-38.7.1/pa-IN.xpi) = 530462 +SHA256 (xpi/thunderbird-i18n-38.7.1/pl.xpi) = e7e84a334775419a547236fcccb7276936d3948007bf24b4e4cc67464ab58ebe +SIZE (xpi/thunderbird-i18n-38.7.1/pl.xpi) = 411509 +SHA256 (xpi/thunderbird-i18n-38.7.1/pt-BR.xpi) = 64a68a4ae6057a915a33eb0c2ba293d36d304a9fca7b6668364962fa10503a59 +SIZE (xpi/thunderbird-i18n-38.7.1/pt-BR.xpi) = 443752 +SHA256 (xpi/thunderbird-i18n-38.7.1/pt-PT.xpi) = e2e84fc58cf4ec61559446a78b951fd9b76a51e34be0b9bc8c345e1f976be661 +SIZE (xpi/thunderbird-i18n-38.7.1/pt-PT.xpi) = 442064 +SHA256 (xpi/thunderbird-i18n-38.7.1/rm.xpi) = 5f24a81001ddd0d933b9ac13aab0178335a87d6a7bac091a4816e308036dc19d +SIZE (xpi/thunderbird-i18n-38.7.1/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.7.1/ro.xpi) = e36cd4c00613039ca998f3c5167835d42c00d0b39c62da3291e17e283e412774 +SIZE (xpi/thunderbird-i18n-38.7.1/ro.xpi) = 448349 +SHA256 (xpi/thunderbird-i18n-38.7.1/ru.xpi) = 21e3b2fad82d5e6efc8e8398410196b14e2dc834bf824ac0d4df7bfdcc62d184 +SIZE (xpi/thunderbird-i18n-38.7.1/ru.xpi) = 437592 +SHA256 (xpi/thunderbird-i18n-38.7.1/si.xpi) = cf44f53cbf1a561cf3b1fc7df5a84bc0bddb5a154dfa78b73393033d9a18ca6b +SIZE (xpi/thunderbird-i18n-38.7.1/si.xpi) = 535341 +SHA256 (xpi/thunderbird-i18n-38.7.1/sk.xpi) = 0ee327bd9c6b54c56726bb0e079be875fed97f727315522454e41e9a282687b9 +SIZE (xpi/thunderbird-i18n-38.7.1/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.7.1/sl.xpi) = 1470606a7b723e61403a8fe9f1a293affce6d20d5b8648739fee11ed492f97ad +SIZE (xpi/thunderbird-i18n-38.7.1/sl.xpi) = 437847 +SHA256 (xpi/thunderbird-i18n-38.7.1/sq.xpi) = bbb49ccfac3d3967cb2c0df3330894900d117575f29764afec9bb2d258ecae25 +SIZE (xpi/thunderbird-i18n-38.7.1/sq.xpi) = 446897 +SHA256 (xpi/thunderbird-i18n-38.7.1/sr.xpi) = 25028d49311456a3970310b44f0c66d346e215b32aea116a76bec9371f1ab016 +SIZE (xpi/thunderbird-i18n-38.7.1/sr.xpi) = 543315 +SHA256 (xpi/thunderbird-i18n-38.7.1/sv-SE.xpi) = e301468c618084fb1b1b342a75a5e242af0327b13f4f345395b5ff1a0a078915 +SIZE (xpi/thunderbird-i18n-38.7.1/sv-SE.xpi) = 439634 +SHA256 (xpi/thunderbird-i18n-38.7.1/ta-LK.xpi) = 8ed37d62a883a65221cd5f1928d915545ad4f4987a89f9c097f07788d772e183 +SIZE (xpi/thunderbird-i18n-38.7.1/ta-LK.xpi) = 558737 +SHA256 (xpi/thunderbird-i18n-38.7.1/tr.xpi) = aa8aff97b1dfe81491285feffa3edc98ad5914e5e6e0dd7a49f595975c9cefcb +SIZE (xpi/thunderbird-i18n-38.7.1/tr.xpi) = 447799 +SHA256 (xpi/thunderbird-i18n-38.7.1/uk.xpi) = e8eaddfda4d0897417d004da24a58bbb2904b2b95a40f2137ce47261650fb26b +SIZE (xpi/thunderbird-i18n-38.7.1/uk.xpi) = 509601 +SHA256 (xpi/thunderbird-i18n-38.7.1/vi.xpi) = 27300ff5b00541501fe6524bebc3de05b2ae70b25132240aa421871b344ce322 +SIZE (xpi/thunderbird-i18n-38.7.1/vi.xpi) = 519843 +SHA256 (xpi/thunderbird-i18n-38.7.1/zh-CN.xpi) = 26a231f0d6e938bb8453eef3aa14ce9c70dccdf2305ac36677faa11fafcc1472 +SIZE (xpi/thunderbird-i18n-38.7.1/zh-CN.xpi) = 466412 +SHA256 (xpi/thunderbird-i18n-38.7.1/zh-TW.xpi) = 17e4fb9414e4774acbdfb0690ce1eb8a68e888bb8f328b3d6fc79b0bb54dcb13 +SIZE (xpi/thunderbird-i18n-38.7.1/zh-TW.xpi) = 466661 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/thunderbird/Makefile Thu Mar 31 20:14:35 2016 (r412298) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.7.0 -PORTREVISION= 1 +DISTVERSION= 38.7.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -32,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR} LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.9.1 -L_VERSION= 4.0.7 +L_VERSION= 4.0.7.1 SSP_UNSAFE= yes USE_GECKO= gecko Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Mar 31 20:05:29 2016 (r412297) +++ head/mail/thunderbird/distinfo Thu Mar 31 20:14:35 2016 (r412298) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.7.0.source.tar.bz2) = 1bb4b24269d8ac5b76c48c09872a2e26f6507afede234cfb6255980b149273f1 -SIZE (thunderbird-38.7.0.source.tar.bz2) = 204453995 +SHA256 (thunderbird-38.7.1.source.tar.bz2) = 46985ab53f1d1fab9a6c7dd0b34ccf38f8401d507bf686ee56dc28a0555d9328 +SIZE (thunderbird-38.7.1.source.tar.bz2) = 204445791 SHA256 (enigmail-1.9.1.tar.gz) = 0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 SIZE (enigmail-1.9.1.tar.gz) = 1736876 From owner-svn-ports-all@freebsd.org Thu Mar 31 20:17:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3357AE4014; Thu, 31 Mar 2016 20:17:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5001FE3; Thu, 31 Mar 2016 20:17:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKHSYd031640; Thu, 31 Mar 2016 20:17:28 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKHSYx031636; Thu, 31 Mar 2016 20:17:28 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603312017.u2VKHSYx031636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 20:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412299 - in head/www: . py-django-sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:17:29 -0000 Author: tj Date: Thu Mar 31 20:17:28 2016 New Revision: 412299 URL: https://svnweb.freebsd.org/changeset/ports/412299 Log: New port www/py-django-sudo 1.2.0 django-sudo provides an extra layer of security for after a user is already logged in. Views can be decorated with @sudo_required, and then a user must re-enter their password to view that page. After verifying their password, that user has elevated permissions for the duration of SUDO_COOKIE_AGE. This duration is independent of the normal session duration allowing short elevated permission durations, but retain long user sessions. WWW: https://github.com/mattrobenolt/django-sudo Added: head/www/py-django-sudo/ head/www/py-django-sudo/Makefile (contents, props changed) head/www/py-django-sudo/distinfo (contents, props changed) head/www/py-django-sudo/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 20:14:35 2016 (r412298) +++ head/www/Makefile Thu Mar 31 20:17:28 2016 (r412299) @@ -1581,6 +1581,7 @@ SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains + SUBDIR += py-django-sudo SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-taggit Added: head/www/py-django-sudo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sudo/Makefile Thu Mar 31 20:17:28 2016 (r412299) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= sudo +PORTVERSION= 1.2.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- +DISTNAME= django-${PORTNAME}-${PORTVERSION} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Sudo mode is an extra layer of security for Django + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-sudo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sudo/distinfo Thu Mar 31 20:17:28 2016 (r412299) @@ -0,0 +1,2 @@ +SHA256 (django-sudo-1.2.0.tar.gz) = 7e5e0bd896bd864ccbe57849338afc488e66ead565eda9a2a26dde80b5e4dfdb +SIZE (django-sudo-1.2.0.tar.gz) = 7357 Added: head/www/py-django-sudo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sudo/pkg-descr Thu Mar 31 20:17:28 2016 (r412299) @@ -0,0 +1,8 @@ +django-sudo provides an extra layer of security for after a user is already +logged in. Views can be decorated with @sudo_required, and then a user must +re-enter their password to view that page. After verifying their password, that +user has elevated permissions for the duration of SUDO_COOKIE_AGE. This +duration is independent of the normal session duration allowing short elevated +permission durations, but retain long user sessions. + +WWW: https://github.com/mattrobenolt/django-sudo From owner-svn-ports-all@freebsd.org Thu Mar 31 20:21:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA3E2AE4252; Thu, 31 Mar 2016 20:21:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6A2136F; Thu, 31 Mar 2016 20:21:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKLif9034508; Thu, 31 Mar 2016 20:21:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKLiel034507; Thu, 31 Mar 2016 20:21:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603312021.u2VKLiel034507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 31 Mar 2016 20:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412300 - head/www/firefox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:21:45 -0000 Author: jbeich Date: Thu Mar 31 20:21:44 2016 New Revision: 412300 URL: https://svnweb.freebsd.org/changeset/ports/412300 Log: www/firefox: chase r411854 on DragonFly after r412296 Modified: head/www/firefox/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Mar 31 20:17:28 2016 (r412299) +++ head/www/firefox/Makefile Thu Mar 31 20:21:44 2016 (r412300) @@ -54,6 +54,7 @@ OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}_${ARCH}} # XXX lang/rust currently builds only on these platforms +OPTIONS_DEFAULT_DragonFly_4_x86_64= RUST OPTIONS_DEFAULT_FreeBSD_10_amd64= RUST OPTIONS_DEFAULT_FreeBSD_10_i386= RUST OPTIONS_DEFAULT_FreeBSD_11_amd64= RUST From owner-svn-ports-all@freebsd.org Thu Mar 31 20:33:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8E3DAE47FE; Thu, 31 Mar 2016 20:33:31 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 908601BDF; Thu, 31 Mar 2016 20:33:31 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKXUBB037789; Thu, 31 Mar 2016 20:33:30 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKXUNR037784; Thu, 31 Mar 2016 20:33:30 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603312033.u2VKXUNR037784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 20:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412301 - in head/www: . py-django-templatetag-sugar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:33:32 -0000 Author: tj Date: Thu Mar 31 20:33:30 2016 New Revision: 412301 URL: https://svnweb.freebsd.org/changeset/ports/412301 Log: New port www/py-django-templatetag-sugar 1.0 A library to make writing templatetags in Django sweet. WWW: https://github.com/alex/django-templatetag-sugar Added: head/www/py-django-templatetag-sugar/ head/www/py-django-templatetag-sugar/Makefile (contents, props changed) head/www/py-django-templatetag-sugar/distinfo (contents, props changed) head/www/py-django-templatetag-sugar/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 20:21:44 2016 (r412300) +++ head/www/Makefile Thu Mar 31 20:33:30 2016 (r412301) @@ -1586,6 +1586,7 @@ SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie + SUBDIR += py-django-templatetag-sugar SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce SUBDIR += py-django-voting Added: head/www/py-django-templatetag-sugar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-templatetag-sugar/Makefile Thu Mar 31 20:33:30 2016 (r412301) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= templatetag-sugar +PORTVERSION= 1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- +DISTNAME= django-${PORTNAME}-${PORTVERSION} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Library to make writing templatetags in Django sweet + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-templatetag-sugar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-templatetag-sugar/distinfo Thu Mar 31 20:33:30 2016 (r412301) @@ -0,0 +1,2 @@ +SHA256 (django-templatetag-sugar-1.0.tar.gz) = e9f630549f6c174cf328b385190e18bfe308f74dc7eca13458163d316ed29a5e +SIZE (django-templatetag-sugar-1.0.tar.gz) = 2810 Added: head/www/py-django-templatetag-sugar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-templatetag-sugar/pkg-descr Thu Mar 31 20:33:30 2016 (r412301) @@ -0,0 +1,3 @@ +A library to make writing templatetags in Django sweet. + +WWW: https://github.com/alex/django-templatetag-sugar From owner-svn-ports-all@freebsd.org Thu Mar 31 20:49:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DB2DAE4D69; Thu, 31 Mar 2016 20:49:15 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 035EC13D8; Thu, 31 Mar 2016 20:49:14 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKnEmu041085; Thu, 31 Mar 2016 20:49:14 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKnDC5041081; Thu, 31 Mar 2016 20:49:13 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603312049.u2VKnDC5041081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 20:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412302 - in head/devel: . py-petname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:49:15 -0000 Author: tj Date: Thu Mar 31 20:49:13 2016 New Revision: 412302 URL: https://svnweb.freebsd.org/changeset/ports/412302 Log: New port devel/py-petname 1.12 This utility will generate "pet names", consisting of a random combination of an adverb, adjective, and proper name. These are useful for unique hostnames, for instance. WWW: https://pypi.python.org/pypi/petname Added: head/devel/py-petname/ head/devel/py-petname/Makefile (contents, props changed) head/devel/py-petname/distinfo (contents, props changed) head/devel/py-petname/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 31 20:33:30 2016 (r412301) +++ head/devel/Makefile Thu Mar 31 20:49:13 2016 (r412302) @@ -4233,6 +4233,7 @@ SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period + SUBDIR += py-petname SUBDIR += py-pex SUBDIR += py-phabricator SUBDIR += py-phonenumbers Added: head/devel/py-petname/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-petname/Makefile Thu Mar 31 20:49:13 2016 (r412302) @@ -0,0 +1,16 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= petname +PORTVERSION= 1.12 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Generate human-readable, random object names + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-petname/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-petname/distinfo Thu Mar 31 20:49:13 2016 (r412302) @@ -0,0 +1,2 @@ +SHA256 (petname-1.12.tar.gz) = 5555129677425950efccb297c4e1681e759ccd48621121f710aa12a18bf2732d +SIZE (petname-1.12.tar.gz) = 197101 Added: head/devel/py-petname/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-petname/pkg-descr Thu Mar 31 20:49:13 2016 (r412302) @@ -0,0 +1,5 @@ +This utility will generate "pet names", consisting of a random combination of +an adverb, adjective, and proper name. These are useful for unique hostnames, +for instance. + +WWW: https://pypi.python.org/pypi/petname From owner-svn-ports-all@freebsd.org Thu Mar 31 20:54:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BB53AE4F27; Thu, 31 Mar 2016 20:54:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0968F1808; Thu, 31 Mar 2016 20:54:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VKsB7h044172; Thu, 31 Mar 2016 20:54:11 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VKsAJl044166; Thu, 31 Mar 2016 20:54:10 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201603312054.u2VKsAJl044166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 31 Mar 2016 20:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412303 - in head: . databases databases/rubygem-activemodel41 databases/rubygem-activerecord41 databases/rubygem-after_commit_queue-rails41 databases/rubygem-paranoia-rails41 devel dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 20:54:12 -0000 Author: rene Date: Thu Mar 31 20:54:10 2016 New Revision: 412303 URL: https://svnweb.freebsd.org/changeset/ports/412303 Log: Remove expired ports: 2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead 2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port Deleted: head/databases/rubygem-activemodel41/ head/databases/rubygem-activerecord41/ head/databases/rubygem-after_commit_queue-rails41/ head/databases/rubygem-paranoia-rails41/ head/devel/rubygem-actionview41/ head/devel/rubygem-activesupport41/ head/devel/rubygem-coffee-rails41/ head/devel/rubygem-jbuilder-rails41/ head/devel/rubygem-omniauth_crowd-rails41/ head/devel/rubygem-sprockets-rails-rails41/ head/mail/rubygem-actionmailer41/ head/textproc/py-genshi-devel/ head/textproc/rubygem-jekyll-assets1/ head/textproc/rubygem-sass-rails4-rails41/ head/www/rubygem-actionpack41/ head/www/rubygem-railties41/ head/www/rubygem-turbolinks-rails41/ Modified: head/MOVED head/databases/Makefile head/devel/Makefile head/mail/Makefile head/textproc/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 31 20:49:13 2016 (r412302) +++ head/MOVED Thu Mar 31 20:54:10 2016 (r412303) @@ -8253,3 +8253,20 @@ graphics/libwpg||2016-03-29|Has expired: textproc/libwps02||2016-03-29|Has expired: Not used any more textproc/libabw00||2016-03-29|Has expired: Not used any more databases/cassandra||2016-03-29|Has expired: 1.2.x has reached EOL, upgrade to a supported version of Cassandra +databases/rubygem-after_commit_queue-rails41|databases/rubygem-after_commit_queue|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +textproc/rubygem-jekyll-assets1|textproc/rubygem-jekyll-assets|2016-03-31|Has expired: Use textproc/rubygem-jekyll-assets instead +devel/rubygem-sprockets-rails-rails41|devel/rubygem-sprockets-rails|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +mail/rubygem-actionmailer41|mail/rubygem-actionmailer4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +databases/rubygem-activemodel41|databases/rubygem-activemodel4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +devel/rubygem-activesupport41|devel/rubygem-activesupport4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +www/rubygem-actionpack41|www/rubygem-actionpack4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +devel/rubygem-actionview41|devel/rubygem-actionview|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +databases/rubygem-paranoia-rails41|databases/rubygem-paranoia|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +databases/rubygem-activerecord41|databases/rubygem-activerecord4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +textproc/rubygem-sass-rails4-rails41|textproc/rubygem-sass-rails4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +www/rubygem-turbolinks-rails41|www/rubygem-turbolinks|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +devel/rubygem-omniauth_crowd-rails41|devel/rubygem-omniauth_crowd|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +devel/rubygem-coffee-rails41|devel/rubygem-coffee-rails4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +www/rubygem-railties41|www/rubygem-railties4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +devel/rubygem-jbuilder-rails41|devel/rubygem-jbuilder|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 +textproc/py-genshi-devel|textproc/py-genshi|2016-03-31|Has expired: The port is no longer updated and behind the main genshi port Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Mar 31 20:49:13 2016 (r412302) +++ head/databases/Makefile Thu Mar 31 20:54:10 2016 (r412303) @@ -845,16 +845,13 @@ SUBDIR += ruby-tokyocabinet SUBDIR += rubygem-activemodel SUBDIR += rubygem-activemodel4 - SUBDIR += rubygem-activemodel41 SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-activerecord-session_store SUBDIR += rubygem-activerecord4 - SUBDIR += rubygem-activerecord41 SUBDIR += rubygem-after_commit_queue - SUBDIR += rubygem-after_commit_queue-rails41 SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers @@ -907,7 +904,6 @@ SUBDIR += rubygem-mysql2 SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia - SUBDIR += rubygem-paranoia-rails41 SUBDIR += rubygem-pg SUBDIR += rubygem-rbase SUBDIR += rubygem-redis Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 31 20:49:13 2016 (r412302) +++ head/devel/Makefile Thu Mar 31 20:54:10 2016 (r412303) @@ -4737,14 +4737,12 @@ SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview - SUBDIR += rubygem-actionview41 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 - SUBDIR += rubygem-activesupport41 SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick SUBDIR += rubygem-algorithms @@ -4816,7 +4814,6 @@ SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-rails4 - SUBDIR += rubygem-coffee-rails41 SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-colorize @@ -4943,7 +4940,6 @@ SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jbuilder - SUBDIR += rubygem-jbuilder-rails41 SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jmespath @@ -5015,7 +5011,6 @@ SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-omniauth_crowd - SUBDIR += rubygem-omniauth_crowd-rails41 SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter @@ -5134,7 +5129,6 @@ SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-helpers SUBDIR += rubygem-sprockets-rails - SUBDIR += rubygem-sprockets-rails-rails41 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets211 SUBDIR += rubygem-sprockets22 Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Mar 31 20:49:13 2016 (r412302) +++ head/mail/Makefile Thu Mar 31 20:54:10 2016 (r412303) @@ -592,7 +592,6 @@ SUBDIR += ruby-rmail SUBDIR += rubygem-actionmailer SUBDIR += rubygem-actionmailer4 - SUBDIR += rubygem-actionmailer41 SUBDIR += rubygem-email_reply_parser SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-exception_notification Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Mar 31 20:49:13 2016 (r412302) +++ head/textproc/Makefile Thu Mar 31 20:54:10 2016 (r412303) @@ -1236,7 +1236,6 @@ SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi - SUBDIR += py-genshi-devel SUBDIR += py-hexdump SUBDIR += py-html2text SUBDIR += py-hyperestraier-python @@ -1430,7 +1429,6 @@ SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets - SUBDIR += rubygem-jekyll-assets1 SUBDIR += rubygem-jekyll-feed SUBDIR += rubygem-jekyll-gist SUBDIR += rubygem-jekyll-mentions @@ -1481,7 +1479,6 @@ SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sass-rails4 - SUBDIR += rubygem-sass-rails4-rails41 SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Mar 31 20:49:13 2016 (r412302) +++ head/www/Makefile Thu Mar 31 20:54:10 2016 (r412303) @@ -1853,7 +1853,6 @@ SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionpack4 - SUBDIR += rubygem-actionpack41 SUBDIR += rubygem-activeresource SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on @@ -1988,7 +1987,6 @@ SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 - SUBDIR += rubygem-railties41 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails @@ -2027,7 +2025,6 @@ SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks - SUBDIR += rubygem-turbolinks-rails41 SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails From owner-svn-ports-all@freebsd.org Thu Mar 31 22:25:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6600DAE423E; Thu, 31 Mar 2016 22:25:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36A251D41; Thu, 31 Mar 2016 22:25:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VMPRkp071010; Thu, 31 Mar 2016 22:25:27 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VMPRgr071008; Thu, 31 Mar 2016 22:25:27 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603312225.u2VMPRgr071008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 31 Mar 2016 22:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412304 - head/databases/pecl-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 22:25:28 -0000 Author: bofh Date: Thu Mar 31 22:25:27 2016 New Revision: 412304 URL: https://svnweb.freebsd.org/changeset/ports/412304 Log: databases/pecl-mongo: Update version 1.6.12=>1.6.13 Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Thu Mar 31 20:54:10 2016 (r412303) +++ head/databases/pecl-mongo/Makefile Thu Mar 31 22:25:27 2016 (r412304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.12 +PORTVERSION= 1.6.13 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Thu Mar 31 20:54:10 2016 (r412303) +++ head/databases/pecl-mongo/distinfo Thu Mar 31 22:25:27 2016 (r412304) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.12.tgz) = 3fec10526ed02ce0e54c4623839e35bfab17d16cb9e8a48c7fee126be351c990 -SIZE (PECL/mongo-1.6.12.tgz) = 209252 +SHA256 (PECL/mongo-1.6.13.tgz) = ed081b87e40b16b2878579ede456f34cda6575c31baded5e4af29ea14993d783 +SIZE (PECL/mongo-1.6.13.tgz) = 209752 From owner-svn-ports-all@freebsd.org Fri Apr 1 01:16:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3577AE4550; Fri, 1 Apr 2016 01:16:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD6813CC; Fri, 1 Apr 2016 01:16:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u311G8T1021698; Fri, 1 Apr 2016 01:16:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u311G84A021696; Fri, 1 Apr 2016 01:16:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604010116.u311G84A021696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 01:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412305 - in head/lang: rust rust-nightly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 01:16:09 -0000 Author: jbeich Date: Fri Apr 1 01:16:08 2016 New Revision: 412305 URL: https://svnweb.freebsd.org/changeset/ports/412305 Log: lang/rust: apply minor style - Fix MIT view for LICENSES_ASK=1 - Convert BROKEN to new syntax - Concatenate find(1) arguments and drop unnecessary `cd` Modified: head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust/Makefile (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Thu Mar 31 22:25:27 2016 (r412304) +++ head/lang/rust-nightly/Makefile Fri Apr 1 01:16:08 2016 (r412305) @@ -19,12 +19,14 @@ COMMENT= Language with a focus on memory LICENSE= APACHE20 \ MIT LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE \ - ${WRKSRC}/LICENSE-MIT +# APACHE20 license is standard, see Templates/Licenses/APACHE20 +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler +BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 + USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= rust \ @@ -93,12 +95,6 @@ PORT_LLVM_VARS_OFF= NOPRECIOUSMAKEVARS= LLVM_VER?= 36 # XXX Move to DEFAULT_VERSIONS LLVM_PREFIX= ${LOCALBASE}/llvm${LLVM_VER} -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= Only compiles on FreeBSD 10 and 11 -.endif - pre-fetch: # FIXME: This is the same check for CONFLICTS as the standard # one, except port origins are not compared. This allows @@ -136,7 +132,7 @@ post-extract: ${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer) @${MKDIR} ${WRKSRC}/dl ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl - (cd ${WRKSRC} && ${FIND} . -type d -exec ${CHMOD} 0755 {} \;) + ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 {} + post-extract-PORT_LLVM-off: @(${RMDIR} ${WRKSRC}/src/llvm && \ Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Thu Mar 31 22:25:27 2016 (r412304) +++ head/lang/rust/Makefile Fri Apr 1 01:16:08 2016 (r412305) @@ -17,12 +17,14 @@ COMMENT= Language with a focus on memory LICENSE= APACHE20 \ MIT LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE \ - ${WRKSRC}/LICENSE-MIT +# APACHE20 license is standard, see Templates/Licenses/APACHE20 +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler +BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 + DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} # FIXME: The bootstrapped rustc adds -L/usr/local/lib in front of @@ -82,12 +84,6 @@ LLVM_PREFIX= ${LOCALBASE}/llvm${LLVM_V TEST_TARGET= check TEST_ENV+= ALLOW_NONZERO_RLIMIT_CORE=1 -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= Only compiles on FreeBSD 10 and 11 -.endif - pre-fetch: # FIXME: This is the same check for CONFLICTS as the standard # one, except port origins are not compared. This allows @@ -115,7 +111,7 @@ pre-fetch: post-extract: @${MKDIR} ${WRKSRC}/dl ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl - (cd ${WRKSRC} && ${FIND} . -type d -exec ${CHMOD} 0755 {} \;) + ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 {} + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ From owner-svn-ports-all@freebsd.org Fri Apr 1 02:17:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA1E8AE5539; Fri, 1 Apr 2016 02:17:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3801B1F; Fri, 1 Apr 2016 02:17:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u312HTlg039511; Fri, 1 Apr 2016 02:17:29 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u312HTgp039509; Fri, 1 Apr 2016 02:17:29 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201604010217.u312HTgp039509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Fri, 1 Apr 2016 02:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412306 - in head/net-im/ejabberd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 02:17:31 -0000 Author: ashish Date: Fri Apr 1 02:17:29 2016 New Revision: 412306 URL: https://svnweb.freebsd.org/changeset/ports/412306 Log: - Fix LDAP support by re-ordering Erlang library path in ejabberdctl template diff - Replace /usr/local with %%LOCALBASE%% PR: 208258 Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/files/patch-ejabberdctl.template Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Fri Apr 1 01:16:08 2016 (r412305) +++ head/net-im/ejabberd/Makefile Fri Apr 1 02:17:29 2016 (r412306) @@ -3,7 +3,7 @@ PORTNAME= ejabberd PORTVERSION= 16.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ Modified: head/net-im/ejabberd/files/patch-ejabberdctl.template ============================================================================== --- head/net-im/ejabberd/files/patch-ejabberdctl.template Fri Apr 1 01:16:08 2016 (r412305) +++ head/net-im/ejabberd/files/patch-ejabberdctl.template Fri Apr 1 02:17:29 2016 (r412306) @@ -1,19 +1,21 @@ ---- ejabberdctl.template.orig 2016-03-09 03:31:00 UTC +--- ejabberdctl.template.orig 2016-03-09 03:31:00 UTC +++ ejabberdctl.template -@@ -16,6 +16,7 @@ IEX={{bindir}}/iex +@@ -15,7 +15,8 @@ + IEX={{bindir}}/iex EPMD={{bindir}}/epmd INSTALLUSER={{installuser}} - ERL_LIBS={{libdir}} +-ERL_LIBS={{libdir}} ++ERL_LIBS={{libdir}}/ejabberd +ERL_LIBS=$ERL_LIBS:{{libdir}}/ejabberd/lib # check the proper system user is used if defined if [ "$INSTALLUSER" != "" ] ; then -@@ -31,14 +32,14 @@ if [ "$INSTALLUSER" != "" ] ; then +@@ -31,14 +32,14 @@ fi done if [ `id -g` -eq `id -g $INSTALLUSER` ] ; then - EXEC_CMD="bash -c" -+ EXEC_CMD="/usr/local/bin/bash -c" ++ EXEC_CMD="%%LOCALBASE%%/bin/bash -c" fi if [ "$EXEC_CMD" = "false" ] ; then echo "This command can only be run by root or the user $INSTALLUSER" >&2 @@ -21,11 +23,11 @@ fi else - EXEC_CMD="bash -c" -+ EXEC_CMD="/usr/local/bin/bash -c" ++ EXEC_CMD="%%LOCALBASE%%/bin/bash -c" fi # parse command line parameters -@@ -73,10 +74,10 @@ if [ "$EJABBERD_CONFIG_PATH" = "" ] ; th +@@ -73,10 +74,10 @@ EJABBERD_CONFIG_PATH=$ETC_DIR/ejabberd.yml fi if [ "$LOGS_DIR" = "" ] ; then @@ -38,7 +40,7 @@ fi if [ "$EJABBERD_DOC_PATH" = "" ] ; then EJABBERD_DOC_PATH={{docdir}} -@@ -354,7 +355,7 @@ ctl() +@@ -354,7 +355,7 @@ # using flock if available. Expects a linux-style # flock that can lock a file descriptor. MAXCONNID=100 From owner-svn-ports-all@freebsd.org Fri Apr 1 02:45:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B9D8AE5CB9; Fri, 1 Apr 2016 02:45:10 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F110160C; Fri, 1 Apr 2016 02:45:10 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u312j9QA048510; Fri, 1 Apr 2016 02:45:09 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u312j8L6048506; Fri, 1 Apr 2016 02:45:08 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010245.u312j8L6048506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 02:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412307 - in head/textproc: . py-toronado X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 02:45:10 -0000 Author: tj Date: Fri Apr 1 02:45:08 2016 New Revision: 412307 URL: https://svnweb.freebsd.org/changeset/ports/412307 Log: New port textproc/py-toronado 0.0.7 Fast lxml-based CSS stylesheet inliner. WWW: https://pypi.python.org/pypi/toronado Added: head/textproc/py-toronado/ head/textproc/py-toronado/Makefile (contents, props changed) head/textproc/py-toronado/distinfo (contents, props changed) head/textproc/py-toronado/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Apr 1 02:17:29 2016 (r412306) +++ head/textproc/Makefile Fri Apr 1 02:45:08 2016 (r412307) @@ -1300,6 +1300,7 @@ SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-tinycss + SUBDIR += py-toronado SUBDIR += py-trans SUBDIR += py-transifex-client SUBDIR += py-translationstring Added: head/textproc/py-toronado/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toronado/Makefile Fri Apr 1 02:45:08 2016 (r412307) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= toronado +PORTVERSION= 0.0.7 +CATEGORIES= textproc www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Fast lxml-based CSS stylesheet inliner + +RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}cssselect>=0:${PORTSDIR}/www/py-cssselect \ + ${PYTHON_PKGNAMEPREFIX}cssutils>=0:${PORTSDIR}/www/py-cssutils \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/textproc/py-toronado/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toronado/distinfo Fri Apr 1 02:45:08 2016 (r412307) @@ -0,0 +1,2 @@ +SHA256 (toronado-0.0.7.tar.gz) = 7860d2ce2b6335757f3f363d873c35667d246532b3b1dc08c179fa1390e5896e +SIZE (toronado-0.0.7.tar.gz) = 3660 Added: head/textproc/py-toronado/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toronado/pkg-descr Fri Apr 1 02:45:08 2016 (r412307) @@ -0,0 +1,3 @@ +Fast lxml-based CSS stylesheet inliner. + +WWW: https://pypi.python.org/pypi/toronado From owner-svn-ports-all@freebsd.org Fri Apr 1 02:57:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C75FBAE5F8D; Fri, 1 Apr 2016 02:57:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ADBF1AAD; Fri, 1 Apr 2016 02:57:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u312vSMk051749; Fri, 1 Apr 2016 02:57:28 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u312vSi4051745; Fri, 1 Apr 2016 02:57:28 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010257.u312vSi4051745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 02:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412308 - in head/www: . py-ua-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 02:57:29 -0000 Author: tj Date: Fri Apr 1 02:57:28 2016 New Revision: 412308 URL: https://svnweb.freebsd.org/changeset/ports/412308 Log: New port www/py-ua-parser 0.7.0 A python implementation of the UA Parser (https://github.com/ua-parser, formerly https://github.com/tobie/ua-parser). WWW: https://github.com/ua-parser/uap-python Added: head/www/py-ua-parser/ head/www/py-ua-parser/Makefile (contents, props changed) head/www/py-ua-parser/distinfo (contents, props changed) head/www/py-ua-parser/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 1 02:45:08 2016 (r412307) +++ head/www/Makefile Fri Apr 1 02:57:28 2016 (r412308) @@ -1787,6 +1787,7 @@ SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-txrequests + SUBDIR += py-ua-parser SUBDIR += py-uliweb SUBDIR += py-urlgrabber SUBDIR += py-urljr Added: head/www/py-ua-parser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-ua-parser/Makefile Fri Apr 1 02:57:28 2016 (r412308) @@ -0,0 +1,19 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= ua-parser +PORTVERSION= 0.7.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Tools for using a Web Server Gateway Interface stack + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-ua-parser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-ua-parser/distinfo Fri Apr 1 02:57:28 2016 (r412308) @@ -0,0 +1,2 @@ +SHA256 (ua-parser-0.7.0.tar.gz) = 0d3b7882262c8fef932d268ad9df11c72882bf6c690635a6e7645dd89bed7076 +SIZE (ua-parser-0.7.0.tar.gz) = 32501 Added: head/www/py-ua-parser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-ua-parser/pkg-descr Fri Apr 1 02:57:28 2016 (r412308) @@ -0,0 +1,4 @@ +A python implementation of the UA Parser (https://github.com/ua-parser, +formerly https://github.com/tobie/ua-parser). + +WWW: https://github.com/ua-parser/uap-python From owner-svn-ports-all@freebsd.org Fri Apr 1 03:06:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11C9AE4228; Fri, 1 Apr 2016 03:06:39 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89C101110; Fri, 1 Apr 2016 03:06:39 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3136cms055284; Fri, 1 Apr 2016 03:06:38 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3136cbi055280; Fri, 1 Apr 2016 03:06:38 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010306.u3136cbi055280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 03:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412309 - in head/databases: . py-rb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 03:06:39 -0000 Author: tj Date: Fri Apr 1 03:06:38 2016 New Revision: 412309 URL: https://svnweb.freebsd.org/changeset/ports/412309 Log: New port databases/py-rb 1.4 The fastest way to talk to many redis nodes. Can do routing as well as blindly blasting commands to many nodes. WWW: https://github.com/getsentry/rb Added: head/databases/py-rb/ head/databases/py-rb/Makefile (contents, props changed) head/databases/py-rb/distinfo (contents, props changed) head/databases/py-rb/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Apr 1 02:57:28 2016 (r412308) +++ head/databases/Makefile Fri Apr 1 03:06:38 2016 (r412309) @@ -770,6 +770,7 @@ SUBDIR += py-qt4-sql SUBDIR += py-qt5-sql SUBDIR += py-queries + SUBDIR += py-rb SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl Added: head/databases/py-rb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-rb/Makefile Fri Apr 1 03:06:38 2016 (r412309) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= rb +PORTVERSION= 1.4 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Rb - the redis blaster + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.6:${PORTSDIR}/databases/py-redis + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= getsentry +GH_PROJECT= rb + +.include Added: head/databases/py-rb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-rb/distinfo Fri Apr 1 03:06:38 2016 (r412309) @@ -0,0 +1,2 @@ +SHA256 (getsentry-rb-1.4_GH0.tar.gz) = a6cafdb7b46311800931f86e0ef2962461c5c9d691151e94b1c4171103dc3aba +SIZE (getsentry-rb-1.4_GH0.tar.gz) = 162639 Added: head/databases/py-rb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-rb/pkg-descr Fri Apr 1 03:06:38 2016 (r412309) @@ -0,0 +1,4 @@ +The fastest way to talk to many redis nodes. Can do routing as well as blindly +blasting commands to many nodes. + +WWW: https://github.com/getsentry/rb From owner-svn-ports-all@freebsd.org Fri Apr 1 03:15:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 839D3AE46BF; Fri, 1 Apr 2016 03:15:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39B9318B6; Fri, 1 Apr 2016 03:15:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u313FS6X058368; Fri, 1 Apr 2016 03:15:28 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u313FS18058364; Fri, 1 Apr 2016 03:15:28 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010315.u313FS18058364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 03:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412310 - in head/devel: . py-statsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 03:15:29 -0000 Author: tj Date: Fri Apr 1 03:15:27 2016 New Revision: 412310 URL: https://svnweb.freebsd.org/changeset/ports/412310 Log: New port devel/py-statsd 3.2.1 statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon. WWW: https://pypi.python.org/pypi/statsd/ Added: head/devel/py-statsd/ head/devel/py-statsd/Makefile (contents, props changed) head/devel/py-statsd/distinfo (contents, props changed) head/devel/py-statsd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 03:06:38 2016 (r412309) +++ head/devel/Makefile Fri Apr 1 03:15:27 2016 (r412310) @@ -4409,6 +4409,7 @@ SUBDIR += py-spyder SUBDIR += py-sqlcc SUBDIR += py-statgrab + SUBDIR += py-statsd SUBDIR += py-stdnum SUBDIR += py-stevedore SUBDIR += py-stsci.distutils Added: head/devel/py-statsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/Makefile Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,16 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= statsd +PORTVERSION= 3.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Simple statsd client + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-statsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/distinfo Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,2 @@ +SHA256 (statsd-3.2.1.tar.gz) = 3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e +SIZE (statsd-3.2.1.tar.gz) = 166047 Added: head/devel/py-statsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/pkg-descr Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,4 @@ +statsd is a friendly front-end to Graphite. This is a Python client for the +statsd daemon. + +WWW: https://pypi.python.org/pypi/statsd/ From owner-svn-ports-all@freebsd.org Fri Apr 1 03:21:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C999CAE4963; Fri, 1 Apr 2016 03:21:57 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8AB1CF9; Fri, 1 Apr 2016 03:21:57 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u313Lupk061632; Fri, 1 Apr 2016 03:21:56 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u313Lu0m061628; Fri, 1 Apr 2016 03:21:56 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010321.u313Lu0m061628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 03:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412311 - in head/devel: . py-exam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 03:21:57 -0000 Author: tj Date: Fri Apr 1 03:21:56 2016 New Revision: 412311 URL: https://svnweb.freebsd.org/changeset/ports/412311 Log: New port devel/py-exam 0.10.5 Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface. WWW: https://github.com/fluxx/exam Added: head/devel/py-exam/ head/devel/py-exam/Makefile (contents, props changed) head/devel/py-exam/distinfo (contents, props changed) head/devel/py-exam/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 03:15:27 2016 (r412310) +++ head/devel/Makefile Fri Apr 1 03:21:56 2016 (r412311) @@ -4056,6 +4056,7 @@ SUBDIR += py-epsilon SUBDIR += py-evdev SUBDIR += py-event + SUBDIR += py-exam SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline Added: head/devel/py-exam/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-exam/Makefile Fri Apr 1 03:21:56 2016 (r412311) @@ -0,0 +1,16 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= exam +PORTVERSION= 0.10.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Exam is a Python toolkit for writing better tests + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-exam/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-exam/distinfo Fri Apr 1 03:21:56 2016 (r412311) @@ -0,0 +1,2 @@ +SHA256 (exam-0.10.5.tar.gz) = 8cf1212884aef9d65bcb69875c755c9228cd033d7fda71c26636c7c9cded8b00 +SIZE (exam-0.10.5.tar.gz) = 10977 Added: head/devel/py-exam/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-exam/pkg-descr Fri Apr 1 03:21:56 2016 (r412311) @@ -0,0 +1,5 @@ +Exam is a Python toolkit for writing better tests. It aims to remove a lot of +the boiler plate testing code one often writes, while still following Python +conventions and adhering to the unit testing interface. + +WWW: https://github.com/fluxx/exam From owner-svn-ports-all@freebsd.org Fri Apr 1 03:31:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC56AE4CA8; Fri, 1 Apr 2016 03:31:44 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADB201215; Fri, 1 Apr 2016 03:31:44 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u313VhvL062840; Fri, 1 Apr 2016 03:31:43 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u313VhW1062836; Fri, 1 Apr 2016 03:31:43 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010331.u313VhW1062836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 03:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412312 - in head/www: . py-django-configurations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 03:31:45 -0000 Author: tj Date: Fri Apr 1 03:31:43 2016 New Revision: 412312 URL: https://svnweb.freebsd.org/changeset/ports/412312 Log: New port www/py-django-configurations 1.0 django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notion of Django's module based settings loading with well established object oriented programming patterns. WWW: https://github.com/jazzband/django-configurations Added: head/www/py-django-configurations/ head/www/py-django-configurations/Makefile (contents, props changed) head/www/py-django-configurations/distinfo (contents, props changed) head/www/py-django-configurations/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 1 03:21:56 2016 (r412311) +++ head/www/Makefile Fri Apr 1 03:31:43 2016 (r412312) @@ -1531,6 +1531,7 @@ SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms + SUBDIR += py-django-configurations SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments SUBDIR += py-django-countries Added: head/www/py-django-configurations/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-configurations/Makefile Fri Apr 1 03:31:43 2016 (r412312) @@ -0,0 +1,22 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= configurations +PORTVERSION= 1.0 +CATEGORIES= www python +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Django project configuration using the composability of Python classes + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= jazzband +GH_PROJECT= django-configurations + +.include Added: head/www/py-django-configurations/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-configurations/distinfo Fri Apr 1 03:31:43 2016 (r412312) @@ -0,0 +1,2 @@ +SHA256 (jazzband-django-configurations-1.0_GH0.tar.gz) = 345564cf1481a0101a59026a2ec0ec8fae51e8a25fe4083c1b2ca6beb911aed9 +SIZE (jazzband-django-configurations-1.0_GH0.tar.gz) = 39308 Added: head/www/py-django-configurations/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-configurations/pkg-descr Fri Apr 1 03:31:43 2016 (r412312) @@ -0,0 +1,5 @@ +django-configurations eases Django project configuration by relying on the +composability of Python classes. It extends the notion of Django's module based +settings loading with well established object oriented programming patterns. + +WWW: https://github.com/jazzband/django-configurations From owner-svn-ports-all@freebsd.org Fri Apr 1 04:31:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79C60AE5A7C; Fri, 1 Apr 2016 04:31:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 419F01AA2; Fri, 1 Apr 2016 04:31:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u314VSwR080695; Fri, 1 Apr 2016 04:31:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u314VSNr080690; Fri, 1 Apr 2016 04:31:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604010431.u314VSNr080690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 Apr 2016 04:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412313 - in head/devel/gradle: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 04:31:29 -0000 Author: pi Date: Fri Apr 1 04:31:27 2016 New Revision: 412313 URL: https://svnweb.freebsd.org/changeset/ports/412313 Log: devel/gradle: 2.4 -> 2.12 Release-Notes 2.12 https://docs.gradle.org/current/release-notes PR: 203969 Submitted by: swills, Tobias Kortkamp Approved by: Gasol Wu Modified: head/devel/gradle/Makefile head/devel/gradle/distinfo head/devel/gradle/files/gradle.in head/devel/gradle/pkg-descr head/devel/gradle/pkg-plist Modified: head/devel/gradle/Makefile ============================================================================== --- head/devel/gradle/Makefile Fri Apr 1 03:31:43 2016 (r412312) +++ head/devel/gradle/Makefile Fri Apr 1 04:31:27 2016 (r412313) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gradle -PORTVERSION= 2.4 +PORTVERSION= 2.12 CATEGORIES= devel java MASTER_SITES= https://services.gradle.org/distributions/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -21,12 +21,7 @@ SUB_LIST= PORTVERSION=${PORTVERSION} \ SUB_FILES= gradle do-install: - @${ECHO_MSG} -n ">> Installing scripts..." ${INSTALL_SCRIPT} ${WRKDIR}/gradle ${STAGEDIR}${PREFIX}/bin/gradle - @${ECHO_MSG} " [ DONE ]" - - @${ECHO_MSG} -n ">> Installing data directory 'lib'..." (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) - @${ECHO_MSG} " [ DONE ]" .include Modified: head/devel/gradle/distinfo ============================================================================== --- head/devel/gradle/distinfo Fri Apr 1 03:31:43 2016 (r412312) +++ head/devel/gradle/distinfo Fri Apr 1 04:31:27 2016 (r412313) @@ -1,2 +1,2 @@ -SHA256 (gradle-2.4-bin.zip) = c4eaecc621a81f567ded1aede4a5ddb281cc02a03a6a87c4f5502add8fc2f16f -SIZE (gradle-2.4-bin.zip) = 45383133 +SHA256 (gradle-2.12-bin.zip) = e77064981906cd0476ff1e0de3e6fef747bd18e140960f1915cca8ff6c33ab5c +SIZE (gradle-2.12-bin.zip) = 46962889 Modified: head/devel/gradle/files/gradle.in ============================================================================== --- head/devel/gradle/files/gradle.in Fri Apr 1 03:31:43 2016 (r412312) +++ head/devel/gradle/files/gradle.in Fri Apr 1 04:31:27 2016 (r412313) @@ -1,3 +1,2 @@ #!/usr/bin/env bash - -exec "%%JAVA%%" $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" +exec "%%JAVA%%" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" Modified: head/devel/gradle/pkg-descr ============================================================================== --- head/devel/gradle/pkg-descr Fri Apr 1 03:31:43 2016 (r412312) +++ head/devel/gradle/pkg-descr Fri Apr 1 04:31:27 2016 (r412313) @@ -1,14 +1,16 @@ Gradle is build automation evolved. -Gradle can automate the building, testing, publishing, deployment and more of -software packages or other types of projects such as generated static websites, -generated documentation or indeed anything else. +Gradle can automate the building, testing, publishing, deployment +and more of software packages or other types of projects such as +generated static websites, generated documentation or indeed anything +else. -Gradle combines the power and flexibility of Ant with the dependency management -and conventions of Maven into a more effective way to build. Powered by a Groo- -vy DSL and packed with innovation, Gradle provides a declarative way to descri- -be all kinds of builds through sensible defaults. Gradle is quickly becoming -the build system of choice for many open source projects, leading edge enterpr- -ises and legacy automation challenges. +Gradle combines the power and flexibility of Ant with the dependency +management and conventions of Maven into a more effective way to +build. Powered by a Groovy DSL and packed with innovation, Gradle +provides a declarative way to describe all kinds of builds through +sensible defaults. Gradle is quickly becoming the build system of +choice for many open source projects, leading edge enterprises and +legacy automation challenges. WWW: http://www.gradle.org/ Modified: head/devel/gradle/pkg-plist ============================================================================== --- head/devel/gradle/pkg-plist Fri Apr 1 03:31:43 2016 (r412312) +++ head/devel/gradle/pkg-plist Fri Apr 1 04:31:27 2016 (r412313) @@ -1,27 +1,27 @@ bin/gradle -%%DATADIR%%/lib/ant-1.9.4.jar -%%DATADIR%%/lib/ant-launcher-1.9.4.jar +%%DATADIR%%/lib/ant-1.9.3.jar +%%DATADIR%%/lib/ant-launcher-1.9.3.jar %%DATADIR%%/lib/asm-all-5.0.3.jar %%DATADIR%%/lib/commons-collections-3.2.1.jar -%%DATADIR%%/lib/commons-io-1.4.jar +%%DATADIR%%/lib/commons-io-2.2.jar %%DATADIR%%/lib/commons-lang-2.6.jar %%DATADIR%%/lib/dom4j-1.6.1.jar -%%DATADIR%%/lib/gradle-base-services-2.4.jar -%%DATADIR%%/lib/gradle-base-services-groovy-2.4.jar -%%DATADIR%%/lib/gradle-cli-2.4.jar -%%DATADIR%%/lib/gradle-core-2.4.jar -%%DATADIR%%/lib/gradle-docs-2.4.jar -%%DATADIR%%/lib/gradle-launcher-2.4.jar -%%DATADIR%%/lib/gradle-messaging-2.4.jar -%%DATADIR%%/lib/gradle-model-core-2.4.jar -%%DATADIR%%/lib/gradle-model-groovy-2.4.jar -%%DATADIR%%/lib/gradle-native-2.4.jar -%%DATADIR%%/lib/gradle-open-api-2.4.jar -%%DATADIR%%/lib/gradle-resources-2.4.jar -%%DATADIR%%/lib/gradle-tooling-api-2.4.jar -%%DATADIR%%/lib/gradle-ui-2.4.jar -%%DATADIR%%/lib/gradle-wrapper-2.4.jar -%%DATADIR%%/lib/groovy-all-2.3.10.jar +%%DATADIR%%/lib/gradle-base-services-2.12.jar +%%DATADIR%%/lib/gradle-base-services-groovy-2.12.jar +%%DATADIR%%/lib/gradle-cli-2.12.jar +%%DATADIR%%/lib/gradle-core-2.12.jar +%%DATADIR%%/lib/gradle-docs-2.12.jar +%%DATADIR%%/lib/gradle-launcher-2.12.jar +%%DATADIR%%/lib/gradle-messaging-2.12.jar +%%DATADIR%%/lib/gradle-model-core-2.12.jar +%%DATADIR%%/lib/gradle-model-groovy-2.12.jar +%%DATADIR%%/lib/gradle-native-2.12.jar +%%DATADIR%%/lib/gradle-open-api-2.12.jar +%%DATADIR%%/lib/gradle-resources-2.12.jar +%%DATADIR%%/lib/gradle-tooling-api-2.12.jar +%%DATADIR%%/lib/gradle-ui-2.12.jar +%%DATADIR%%/lib/gradle-wrapper-2.12.jar +%%DATADIR%%/lib/groovy-all-2.4.4.jar %%DATADIR%%/lib/guava-jdk5-17.0.jar %%DATADIR%%/lib/jansi-1.2.1.jar %%DATADIR%%/lib/jarjar-1.3.jar @@ -44,89 +44,71 @@ bin/gradle %%DATADIR%%/lib/native-platform-windows-amd64-0.10.jar %%DATADIR%%/lib/native-platform-windows-i386-0.10.jar %%DATADIR%%/lib/objenesis-1.2.jar +%%DATADIR%%/lib/plugins/aether-api-1.13.1.jar +%%DATADIR%%/lib/plugins/aether-connector-wagon-1.13.1.jar +%%DATADIR%%/lib/plugins/aether-impl-1.13.1.jar +%%DATADIR%%/lib/plugins/aether-spi-1.13.1.jar +%%DATADIR%%/lib/plugins/aether-util-1.13.1.jar %%DATADIR%%/lib/plugins/aws-java-sdk-core-1.9.19.jar %%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.9.19.jar %%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.9.19.jar %%DATADIR%%/lib/plugins/bcpg-jdk15on-1.51.jar %%DATADIR%%/lib/plugins/bcprov-jdk15on-1.51.jar -%%DATADIR%%/lib/plugins/bndlib-2.1.0.jar +%%DATADIR%%/lib/plugins/bndlib-2.4.0.jar %%DATADIR%%/lib/plugins/bsh-2.0b4.jar -%%DATADIR%%/lib/plugins/classworlds-1.1-alpha-2.jar %%DATADIR%%/lib/plugins/commons-cli-1.2.jar %%DATADIR%%/lib/plugins/commons-codec-1.6.jar %%DATADIR%%/lib/plugins/core-3.1.1.jar %%DATADIR%%/lib/plugins/geronimo-annotation_1.0_spec-1.0.jar -%%DATADIR%%/lib/plugins/gradle-announce-2.4.jar -%%DATADIR%%/lib/plugins/gradle-antlr-2.4.jar -%%DATADIR%%/lib/plugins/gradle-build-comparison-2.4.jar -%%DATADIR%%/lib/plugins/gradle-build-init-2.4.jar -%%DATADIR%%/lib/plugins/gradle-code-quality-2.4.jar -%%DATADIR%%/lib/plugins/gradle-dependency-management-2.4.jar -%%DATADIR%%/lib/plugins/gradle-diagnostics-2.4.jar -%%DATADIR%%/lib/plugins/gradle-ear-2.4.jar -%%DATADIR%%/lib/plugins/gradle-ide-2.4.jar -%%DATADIR%%/lib/plugins/gradle-ide-native-2.4.jar -%%DATADIR%%/lib/plugins/gradle-ivy-2.4.jar -%%DATADIR%%/lib/plugins/gradle-jacoco-2.4.jar -%%DATADIR%%/lib/plugins/gradle-javascript-2.4.jar -%%DATADIR%%/lib/plugins/gradle-jetty-2.4.jar -%%DATADIR%%/lib/plugins/gradle-language-groovy-2.4.jar -%%DATADIR%%/lib/plugins/gradle-language-java-2.4.jar -%%DATADIR%%/lib/plugins/gradle-language-jvm-2.4.jar -%%DATADIR%%/lib/plugins/gradle-language-native-2.4.jar -%%DATADIR%%/lib/plugins/gradle-language-scala-2.4.jar -%%DATADIR%%/lib/plugins/gradle-maven-2.4.jar -%%DATADIR%%/lib/plugins/gradle-osgi-2.4.jar -%%DATADIR%%/lib/plugins/gradle-platform-base-2.4.jar -%%DATADIR%%/lib/plugins/gradle-platform-jvm-2.4.jar -%%DATADIR%%/lib/plugins/gradle-platform-native-2.4.jar -%%DATADIR%%/lib/plugins/gradle-platform-play-2.4.jar -%%DATADIR%%/lib/plugins/gradle-plugin-development-2.4.jar -%%DATADIR%%/lib/plugins/gradle-plugin-use-2.4.jar -%%DATADIR%%/lib/plugins/gradle-plugins-2.4.jar -%%DATADIR%%/lib/plugins/gradle-publish-2.4.jar -%%DATADIR%%/lib/plugins/gradle-reporting-2.4.jar -%%DATADIR%%/lib/plugins/gradle-resources-http-2.4.jar -%%DATADIR%%/lib/plugins/gradle-resources-s3-2.4.jar -%%DATADIR%%/lib/plugins/gradle-resources-sftp-2.4.jar -%%DATADIR%%/lib/plugins/gradle-scala-2.4.jar -%%DATADIR%%/lib/plugins/gradle-signing-2.4.jar -%%DATADIR%%/lib/plugins/gradle-sonar-2.4.jar -%%DATADIR%%/lib/plugins/gradle-testing-native-2.4.jar -%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-2.4.jar +%%DATADIR%%/lib/plugins/gradle-announce-2.12.jar +%%DATADIR%%/lib/plugins/gradle-antlr-2.12.jar +%%DATADIR%%/lib/plugins/gradle-build-comparison-2.12.jar +%%DATADIR%%/lib/plugins/gradle-build-init-2.12.jar +%%DATADIR%%/lib/plugins/gradle-code-quality-2.12.jar +%%DATADIR%%/lib/plugins/gradle-dependency-management-2.12.jar +%%DATADIR%%/lib/plugins/gradle-diagnostics-2.12.jar +%%DATADIR%%/lib/plugins/gradle-ear-2.12.jar +%%DATADIR%%/lib/plugins/gradle-ide-2.12.jar +%%DATADIR%%/lib/plugins/gradle-ide-native-2.12.jar +%%DATADIR%%/lib/plugins/gradle-ivy-2.12.jar +%%DATADIR%%/lib/plugins/gradle-jacoco-2.12.jar +%%DATADIR%%/lib/plugins/gradle-javascript-2.12.jar +%%DATADIR%%/lib/plugins/gradle-jetty-2.12.jar +%%DATADIR%%/lib/plugins/gradle-language-groovy-2.12.jar +%%DATADIR%%/lib/plugins/gradle-language-java-2.12.jar +%%DATADIR%%/lib/plugins/gradle-language-jvm-2.12.jar +%%DATADIR%%/lib/plugins/gradle-language-native-2.12.jar +%%DATADIR%%/lib/plugins/gradle-language-scala-2.12.jar +%%DATADIR%%/lib/plugins/gradle-maven-2.12.jar +%%DATADIR%%/lib/plugins/gradle-osgi-2.12.jar +%%DATADIR%%/lib/plugins/gradle-platform-base-2.12.jar +%%DATADIR%%/lib/plugins/gradle-platform-jvm-2.12.jar +%%DATADIR%%/lib/plugins/gradle-platform-native-2.12.jar +%%DATADIR%%/lib/plugins/gradle-platform-play-2.12.jar +%%DATADIR%%/lib/plugins/gradle-plugin-development-2.12.jar +%%DATADIR%%/lib/plugins/gradle-plugin-use-2.12.jar +%%DATADIR%%/lib/plugins/gradle-plugins-2.12.jar +%%DATADIR%%/lib/plugins/gradle-publish-2.12.jar +%%DATADIR%%/lib/plugins/gradle-reporting-2.12.jar +%%DATADIR%%/lib/plugins/gradle-resources-http-2.12.jar +%%DATADIR%%/lib/plugins/gradle-resources-s3-2.12.jar +%%DATADIR%%/lib/plugins/gradle-resources-sftp-2.12.jar +%%DATADIR%%/lib/plugins/gradle-scala-2.12.jar +%%DATADIR%%/lib/plugins/gradle-signing-2.12.jar +%%DATADIR%%/lib/plugins/gradle-sonar-2.12.jar +%%DATADIR%%/lib/plugins/gradle-test-kit-2.12.jar +%%DATADIR%%/lib/plugins/gradle-testing-base-2.12.jar +%%DATADIR%%/lib/plugins/gradle-testing-jvm-2.12.jar +%%DATADIR%%/lib/plugins/gradle-testing-native-2.12.jar +%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-2.12.jar %%DATADIR%%/lib/plugins/gson-2.2.4.jar %%DATADIR%%/lib/plugins/hamcrest-core-1.3.jar -%%DATADIR%%/lib/plugins/httpclient-4.2.2.jar -%%DATADIR%%/lib/plugins/httpcore-4.2.2.jar +%%DATADIR%%/lib/plugins/httpclient-4.4.1.jar +%%DATADIR%%/lib/plugins/httpcore-4.4.4.jar %%DATADIR%%/lib/plugins/ivy-2.2.0.jar %%DATADIR%%/lib/plugins/jackson-annotations-2.3.2.jar %%DATADIR%%/lib/plugins/jackson-core-2.3.2.jar %%DATADIR%%/lib/plugins/jackson-databind-2.3.2.jar -%%DATADIR%%/lib/plugins/jarjar-aether-api-1.13.1.jar -%%DATADIR%%/lib/plugins/jarjar-aether-connector-wagon-1.13.1.jar -%%DATADIR%%/lib/plugins/jarjar-aether-impl-1.13.1.jar -%%DATADIR%%/lib/plugins/jarjar-aether-spi-1.13.1.jar -%%DATADIR%%/lib/plugins/jarjar-aether-util-1.13.1.jar -%%DATADIR%%/lib/plugins/jarjar-maven-aether-provider-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-artifact-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-compat-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-core-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-model-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-model-builder-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-plugin-api-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-repository-metadata-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-settings-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-maven-settings-builder-3.0.4.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-cipher-1.7.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-classworlds-2.4.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-component-annotations-1.5.5.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-container-default-1.5.5.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-interpolation-1.14.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-sec-dispatcher-1.3.jar -%%DATADIR%%/lib/plugins/jarjar-plexus-utils-2.0.6.jar -%%DATADIR%%/lib/plugins/jarjar-wagon-http-2.4.jar -%%DATADIR%%/lib/plugins/jarjar-wagon-http-shared4-2.4.jar -%%DATADIR%%/lib/plugins/jarjar-wagon-provider-api-2.4.jar %%DATADIR%%/lib/plugins/jatl-0.2.2.jar %%DATADIR%%/lib/plugins/jcifs-1.3.17.jar %%DATADIR%%/lib/plugins/jcommander-1.12.jar @@ -135,23 +117,29 @@ bin/gradle %%DATADIR%%/lib/plugins/jetty-naming-6.1.25.jar %%DATADIR%%/lib/plugins/jetty-plus-6.1.25.jar %%DATADIR%%/lib/plugins/jetty-util-6.1.25.jar -%%DATADIR%%/lib/plugins/joda-time-2.7.jar -%%DATADIR%%/lib/plugins/jsch-0.1.51.jar +%%DATADIR%%/lib/plugins/joda-time-2.8.2.jar +%%DATADIR%%/lib/plugins/jsch-0.1.53.jar %%DATADIR%%/lib/plugins/jsp-2.1-6.1.14.jar %%DATADIR%%/lib/plugins/jsp-api-2.1-6.1.14.jar %%DATADIR%%/lib/plugins/junit-4.12.jar -%%DATADIR%%/lib/plugins/maven-artifact-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-artifact-manager-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-error-diagnostics-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-model-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-project-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-repository-metadata-2.2.1.jar -%%DATADIR%%/lib/plugins/maven-settings-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-aether-provider-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-artifact-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-compat-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-core-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-model-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-model-builder-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-plugin-api-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-repository-metadata-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-settings-3.0.4.jar +%%DATADIR%%/lib/plugins/maven-settings-builder-3.0.4.jar %%DATADIR%%/lib/plugins/nekohtml-1.9.14.jar -%%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.2.jar -%%DATADIR%%/lib/plugins/plexus-container-default-1.0-alpha-9-stable-1.jar -%%DATADIR%%/lib/plugins/plexus-interpolation-1.11.jar -%%DATADIR%%/lib/plugins/plexus-utils-1.5.15.jar +%%DATADIR%%/lib/plugins/plexus-cipher-1.7.jar +%%DATADIR%%/lib/plugins/plexus-classworlds-2.4.jar +%%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.5.jar +%%DATADIR%%/lib/plugins/plexus-container-default-1.5.5.jar +%%DATADIR%%/lib/plugins/plexus-interpolation-1.14.jar +%%DATADIR%%/lib/plugins/plexus-sec-dispatcher-1.3.jar +%%DATADIR%%/lib/plugins/plexus-utils-2.0.6.jar %%DATADIR%%/lib/plugins/pmaven-common-0.8-20100325.jar %%DATADIR%%/lib/plugins/pmaven-groovy-0.8-20100325.jar %%DATADIR%%/lib/plugins/rhino-1.7R3.jar @@ -162,9 +150,10 @@ bin/gradle %%DATADIR%%/lib/plugins/sonar/logback-classic-1.0.13.jar %%DATADIR%%/lib/plugins/sonar/logback-core-1.0.13.jar %%DATADIR%%/lib/plugins/testng-6.3.1.jar -%%DATADIR%%/lib/plugins/wagon-file-1.0-beta-6.jar -%%DATADIR%%/lib/plugins/wagon-http-lightweight-1.0-beta-6.jar -%%DATADIR%%/lib/plugins/wagon-provider-api-1.0-beta-6.jar +%%DATADIR%%/lib/plugins/wagon-file-2.4.jar +%%DATADIR%%/lib/plugins/wagon-http-2.4.jar +%%DATADIR%%/lib/plugins/wagon-http-shared4-2.4.jar +%%DATADIR%%/lib/plugins/wagon-provider-api-2.4.jar %%DATADIR%%/lib/plugins/xbean-reflect-3.4.jar %%DATADIR%%/lib/plugins/xercesImpl-2.9.1.jar %%DATADIR%%/lib/plugins/xml-apis-1.3.04.jar From owner-svn-ports-all@freebsd.org Fri Apr 1 05:15:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC00AE709E; Fri, 1 Apr 2016 05:15:03 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 163301E5A; Fri, 1 Apr 2016 05:15:03 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315F2er094639; Fri, 1 Apr 2016 05:15:02 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315F1tJ094635; Fri, 1 Apr 2016 05:15:01 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010515.u315F1tJ094635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412314 - in head/devel: . py-twine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:15:03 -0000 Author: tj Date: Fri Apr 1 05:15:01 2016 New Revision: 412314 URL: https://svnweb.freebsd.org/changeset/ports/412314 Log: New port devel/py-twine 1.6.5 Twine is a utility for interacting with PyPI. WWW: https://pypi.python.org/pypi/twine Added: head/devel/py-twine/ head/devel/py-twine/Makefile (contents, props changed) head/devel/py-twine/distinfo (contents, props changed) head/devel/py-twine/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 04:31:27 2016 (r412313) +++ head/devel/Makefile Fri Apr 1 05:15:01 2016 (r412314) @@ -4451,6 +4451,7 @@ SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twiggy + SUBDIR += py-twine SUBDIR += py-twisted SUBDIR += py-twisted152 SUBDIR += py-twistedCore Added: head/devel/py-twine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/Makefile Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,22 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= twine +PORTVERSION= 1.6.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Collection of utilities for interacting with PyPI + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0:${PORTSDIR}/devel/py-clint \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:${PORTSDIR}/sysutils/py-pkginfo \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0:${PORTSDIR}/www/py-requests-toolbelt \ + ${PYTHON_PKGNAMEPREFIX}setuptools27>=0:${PORTSDIR}/devel/py-setuptools27 + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-twine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/distinfo Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,2 @@ +SHA256 (twine-1.6.5.tar.gz) = e7c2bf51666e9079d2612ac5bd98f12dcec4d74bb77f01e9280b5a574d9d19b4 +SIZE (twine-1.6.5.tar.gz) = 26716 Added: head/devel/py-twine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/pkg-descr Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,3 @@ +Twine is a utility for interacting with PyPI. + +WWW: https://pypi.python.org/pypi/twine From owner-svn-ports-all@freebsd.org Fri Apr 1 05:44:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F573AE8260; Fri, 1 Apr 2016 05:44:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4E571F10; Fri, 1 Apr 2016 05:44:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315iceu004055; Fri, 1 Apr 2016 05:44:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315ibsQ004053; Fri, 1 Apr 2016 05:44:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604010544.u315ibsQ004053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 1 Apr 2016 05:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412316 - head/databases/elixir-db_connection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:44:39 -0000 Author: olgeni Date: Fri Apr 1 05:44:37 2016 New Revision: 412316 URL: https://svnweb.freebsd.org/changeset/ports/412316 Log: Update databases/elixir-db_connection to version 0.2.5. Modified: head/databases/elixir-db_connection/Makefile head/databases/elixir-db_connection/distinfo Modified: head/databases/elixir-db_connection/Makefile ============================================================================== --- head/databases/elixir-db_connection/Makefile Fri Apr 1 05:38:48 2016 (r412315) +++ head/databases/elixir-db_connection/Makefile Fri Apr 1 05:44:37 2016 (r412316) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= db_connection -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-db_connection/distinfo ============================================================================== --- head/databases/elixir-db_connection/distinfo Fri Apr 1 05:38:48 2016 (r412315) +++ head/databases/elixir-db_connection/distinfo Fri Apr 1 05:44:37 2016 (r412316) @@ -1,2 +1,2 @@ -SHA256 (fishcakez-db_connection-v0.2.4_GH0.tar.gz) = 01822f6e4ab2cc6191172cb225da278dae44dbaae5bd6f94a8f7cc646877cc2a -SIZE (fishcakez-db_connection-v0.2.4_GH0.tar.gz) = 36967 +SHA256 (fishcakez-db_connection-v0.2.5_GH0.tar.gz) = 6984e66b28e9a388487b5b93d70261d3047bf414fcd283eb0d0bdb4bbce48dab +SIZE (fishcakez-db_connection-v0.2.5_GH0.tar.gz) = 37243 From owner-svn-ports-all@freebsd.org Fri Apr 1 05:51:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3739AE4053; Fri, 1 Apr 2016 05:51:58 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7711304; Fri, 1 Apr 2016 05:51:58 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315pvTH007152; Fri, 1 Apr 2016 05:51:57 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315pvWM007148; Fri, 1 Apr 2016 05:51:57 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010551.u315pvWM007148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412318 - in head/mail: . py-email-reply-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:51:58 -0000 Author: tj Date: Fri Apr 1 05:51:57 2016 New Revision: 412318 URL: https://svnweb.freebsd.org/changeset/ports/412318 Log: New port mail/py-email-reply-parser A port of GitHub's Email Reply Parser library, by the fine folks at Zapier. WWW: https://github.com/zapier/email-reply-parser Added: head/mail/py-email-reply-parser/ head/mail/py-email-reply-parser/Makefile (contents, props changed) head/mail/py-email-reply-parser/distinfo (contents, props changed) head/mail/py-email-reply-parser/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Apr 1 05:45:33 2016 (r412317) +++ head/mail/Makefile Fri Apr 1 05:51:57 2016 (r412318) @@ -511,6 +511,7 @@ SUBDIR += procmail SUBDIR += prom-wl SUBDIR += proxsmtp + SUBDIR += py-email-reply-parser SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost SUBDIR += py-apolicy Added: head/mail/py-email-reply-parser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-reply-parser/Makefile Fri Apr 1 05:51:57 2016 (r412318) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= email-reply-parser +PORTVERSION= 0.1.5 +CATEGORIES= mail python +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= GitHubs Email Reply Parser library for python + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= zapier +GH_PROJECT= email-reply-parser +GH_TAGNAME= v${PORTVERSION} + +.include Added: head/mail/py-email-reply-parser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-reply-parser/distinfo Fri Apr 1 05:51:57 2016 (r412318) @@ -0,0 +1,2 @@ +SHA256 (zapier-email-reply-parser-0.1.5-v0.1.5_GH0.tar.gz) = aeb993dc968fcc1a7e69c0c01b3f903a1a01c84b2248bf25b0124bf65866f130 +SIZE (zapier-email-reply-parser-0.1.5-v0.1.5_GH0.tar.gz) = 6572 Added: head/mail/py-email-reply-parser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-reply-parser/pkg-descr Fri Apr 1 05:51:57 2016 (r412318) @@ -0,0 +1,3 @@ +A port of GitHub's Email Reply Parser library, by the fine folks at Zapier. + +WWW: https://github.com/zapier/email-reply-parser From owner-svn-ports-all@freebsd.org Fri Apr 1 05:38:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4011FAE8843; Fri, 1 Apr 2016 05:38:50 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 180081B98; Fri, 1 Apr 2016 05:38:50 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315cns1001154; Fri, 1 Apr 2016 05:38:49 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315cmOa001149; Fri, 1 Apr 2016 05:38:48 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010538.u315cmOa001149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412315 - in head/devel: . py-pytest-django py-pytest-django/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:38:50 -0000 Author: tj Date: Fri Apr 1 05:38:48 2016 New Revision: 412315 URL: https://svnweb.freebsd.org/changeset/ports/412315 Log: New port devel/py-pytest-django 2.9.1 pytest-django allows you to test your Django project/applications with the pytest testing tool. WWW: https://pypi.python.org/pypi/pytest-django Added: head/devel/py-pytest-django/ head/devel/py-pytest-django/Makefile (contents, props changed) head/devel/py-pytest-django/distinfo (contents, props changed) head/devel/py-pytest-django/files/ head/devel/py-pytest-django/files/patch-setup.py (contents, props changed) head/devel/py-pytest-django/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 05:15:01 2016 (r412314) +++ head/devel/Makefile Fri Apr 1 05:38:48 2016 (r412315) @@ -4300,6 +4300,7 @@ SUBDIR += py-pytest SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog + SUBDIR += py-pytest-django SUBDIR += py-pytest-localserver SUBDIR += py-pytest-runner SUBDIR += py-pytest-timeout Added: head/devel/py-pytest-django/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-django/Makefile Fri Apr 1 05:38:48 2016 (r412315) @@ -0,0 +1,26 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= pytest-django +PORTVERSION= 2.9.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Django plugin for py.test + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}django-configurations>=0:${PORTSDIR}/www/py-django-configurations \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:${PORTSDIR}/devel/py-pytest-xdist \ + ${PYTHON_PKGNAMEPREFIX}tox>=0:${PORTSDIR}/devel/py-tox \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:${PORTSDIR}/devel/py-wheel \ + ${PYTHON_PKGNAMEPREFIX}twine>=0:${PORTSDIR}/devel/py-twine \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm \ + ${PYTHON_PKGNAMEPREFIX}south>=0:${PORTSDIR}/databases/py-south +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-pytest-django/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-django/distinfo Fri Apr 1 05:38:48 2016 (r412315) @@ -0,0 +1,2 @@ +SHA256 (pytest-django-2.9.1.tar.gz) = 8be15b637738c8cbd1422a6461465c0aeab7839cf76ad2b5d190b6f1f53facd6 +SIZE (pytest-django-2.9.1.tar.gz) = 50570 Added: head/devel/py-pytest-django/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-django/files/patch-setup.py Fri Apr 1 05:38:48 2016 (r412315) @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-04-01 05:26:33 UTC ++++ setup.py +@@ -28,7 +28,7 @@ setup( + license='BSD-3-Clause', + packages=['pytest_django'], + long_description=read('README.rst'), +- setup_requires=['setuptools_scm==1.8.0'], ++ setup_requires=['setuptools_scm>=1.8.0'], + install_requires=['pytest>=2.5'], + classifiers=['Development Status :: 5 - Production/Stable', + 'Framework :: Django', Added: head/devel/py-pytest-django/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-django/pkg-descr Fri Apr 1 05:38:48 2016 (r412315) @@ -0,0 +1,4 @@ +pytest-django allows you to test your Django project/applications with the +pytest testing tool. + +WWW: https://pypi.python.org/pypi/pytest-django From owner-svn-ports-all@freebsd.org Fri Apr 1 05:45:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36992AE84C1; Fri, 1 Apr 2016 05:45:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066E41006; Fri, 1 Apr 2016 05:45:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315jY2d004203; Fri, 1 Apr 2016 05:45:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315jYSc004201; Fri, 1 Apr 2016 05:45:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604010545.u315jYSc004201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 1 Apr 2016 05:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412317 - head/textproc/elasticsearch2-plugin-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:45:35 -0000 Author: olgeni Date: Fri Apr 1 05:45:33 2016 New Revision: 412317 URL: https://svnweb.freebsd.org/changeset/ports/412317 Log: Update textproc/elasticsearch2-plugin-sql to version 2.3.0.0. Modified: head/textproc/elasticsearch2-plugin-sql/Makefile head/textproc/elasticsearch2-plugin-sql/distinfo Modified: head/textproc/elasticsearch2-plugin-sql/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-sql/Makefile Fri Apr 1 05:44:37 2016 (r412316) +++ head/textproc/elasticsearch2-plugin-sql/Makefile Fri Apr 1 05:45:33 2016 (r412317) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 2.2.1.0 +PORTVERSION= 2.3.0.0 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch2-plugin- Modified: head/textproc/elasticsearch2-plugin-sql/distinfo ============================================================================== --- head/textproc/elasticsearch2-plugin-sql/distinfo Fri Apr 1 05:44:37 2016 (r412316) +++ head/textproc/elasticsearch2-plugin-sql/distinfo Fri Apr 1 05:45:33 2016 (r412317) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-sql-2.2.1.0.zip) = 22ddbab97ce604af7002828d54eb0f53357755a9e35fa4e5622c62fd676910c8 -SIZE (elasticsearch-sql-2.2.1.0.zip) = 3904110 +SHA256 (elasticsearch-sql-2.3.0.0.zip) = 1e69629aa04985ac4047bb35e28b4768c8df2f93e15253abdb6e51fa052762af +SIZE (elasticsearch-sql-2.3.0.0.zip) = 3904121 From owner-svn-ports-all@freebsd.org Fri Apr 1 06:40:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B94AAEAF0B; Fri, 1 Apr 2016 06:40:40 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1900216FE; Fri, 1 Apr 2016 06:40:40 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u316edOT019633; Fri, 1 Apr 2016 06:40:39 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u316ed7H019631; Fri, 1 Apr 2016 06:40:39 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201604010640.u316ed7H019631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 1 Apr 2016 06:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412319 - head/www/R-cran-shiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 06:40:40 -0000 Author: tota Date: Fri Apr 1 06:40:38 2016 New Revision: 412319 URL: https://svnweb.freebsd.org/changeset/ports/412319 Log: - Update to 0.13.2 Modified: head/www/R-cran-shiny/Makefile (contents, props changed) head/www/R-cran-shiny/distinfo (contents, props changed) Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Fri Apr 1 05:51:57 2016 (r412318) +++ head/www/R-cran-shiny/Makefile Fri Apr 1 06:40:38 2016 (r412319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Fri Apr 1 05:51:57 2016 (r412318) +++ head/www/R-cran-shiny/distinfo Fri Apr 1 06:40:38 2016 (r412319) @@ -1,2 +1,2 @@ -SHA256 (shiny_0.13.1.tar.gz) = 4acdcb56c5e4c3cba248d75b6a662e507a5dd6f5d37efe591412ed0e763ce553 -SIZE (shiny_0.13.1.tar.gz) = 1854769 +SHA256 (shiny_0.13.2.tar.gz) = 0fe7e952f468242d7c43ae49afcc764788f7f2fd5436d18c3d20a80db7296231 +SIZE (shiny_0.13.2.tar.gz) = 1854845 From owner-svn-ports-all@freebsd.org Fri Apr 1 07:41:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 234CFAEB916; Fri, 1 Apr 2016 07:41:16 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A614C1BC1; Fri, 1 Apr 2016 07:41:15 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x22b.google.com with SMTP id c62so75839649lfc.1; Fri, 01 Apr 2016 00:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=1AqYV50RtlGBGUkRmDZTRECnklKfxU+38HYv2cGQoXQ=; b=w4WZYNsvsy3Vsc+brsQ9vpGJd/EB/vY9N9rVtLtE8bKb6uWAEiFDi2pA1OFZ2Kg0GJ IHGgWlZ6cJy7sFaHliweTuvRXKdIWSfzSaJXoaalpZOdN/iBrMa9yuOxLNMOlu2nPYtI TzsXN7wWafb/BO3OqX1xhoFAooYvS/aXWrv6rGh4I84IKDSKcYVNtBaF+MwurvmNpzT7 vB0MYS+LRa0D0ZFEXGM8hxmKIzu1rJY3AOlqTs/oW6hO2VjPIlPfiK/8xt8unGRhBUzI 69l0zFDWX3TMVAovuMG/UQqEQ1MBXykildA9eDWg4xf43lkhBWYzB0zwUcUZ+kEDNbUm 9UmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=1AqYV50RtlGBGUkRmDZTRECnklKfxU+38HYv2cGQoXQ=; b=aK+PN3Chq01IaF1+ADTEVqw+9E69RpoKv21ncibweWbt+DhGZakcoXtsRQbUdoePRd R5gu01vjZAwKOQg3DPDPpRvfxTMRDuxCs/A6oYqQhGJrb9uSeFVHldKTkoR3EjdS8S7B /MnPfj+X9z8How0bJs9csbql/gZ36csGpbJnFWD2DDBXfaCr4nm6ah87cNojAp9U2ks5 1eVp+W3h0XEnBOG8efOZWy7zDIIEOOzxXE/042cjmL7Us9WSAw1lpwQASn6Ei0nVTHie tim2NdIsIYNimwIv9aF4YlQOTq4gbG0wYN5PCwkANcTrhlns3lODlHf9p/U7QsnV5zYy DG/w== X-Gm-Message-State: AD7BkJLvH5KQoDjqUY3EZyDxL28s0TmOTzCa+sYnxOSV8TArn9LhVn2qfrL6u/gyoPWPxaZg/FBvCH2rHiDJCg== MIME-Version: 1.0 X-Received: by 10.25.19.99 with SMTP id j96mr1243783lfi.114.1459496473954; Fri, 01 Apr 2016 00:41:13 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 00:41:13 -0700 (PDT) In-Reply-To: <201603312004.u2VK4n5n028013@repo.freebsd.org> References: <201603312004.u2VK4n5n028013@repo.freebsd.org> Date: Fri, 1 Apr 2016 09:41:13 +0200 X-Google-Sender-Auth: qk6xJ3qxiDEpsIRr42NfvVF964k Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: Jan Beich Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 07:41:16 -0000 Hi Jan, On 31 March 2016 at 22:04, Jan Beich wrote: > Author: jbeich > Log: > lang/rust: unblock DragonFly build While in general I am fine with your commits and your high quality work, I am not happy at all about the implications in this case. I don't use DF at the moment, but now we have bits in the port very specific to DF. This is still "FreeBSD ports" and not "FreeBSD-and-DF-or-something-else" ports. I will not install a machine just for the sole purpose of ensuring that rust runs on DF. It's actually their job to do that, that's why they have specific DF patches. But now that it is in our official tree, you have enforced a responsibility upon me to ensure that my next commit won't break the build on DF, and I won't be able to verify that. > Approved by: portmgr "just fix it" blanket On this I heavily disagree. The port works on all officially supported platforms. It is not broken, so it does not need fixing. You introduced a new feature, namely adding extra bits to support a non-FreeBSD platform. You should have discussed this with me first. Maybe portmgr can comment on this to make it more clear: - Are we obliged to ensure ports are working on DF? - Is a commit like this covered by a "just fix it" blanket? (By the way, where is the "just fix it" blanket documented? I did not find a recent mail and https://wiki.freebsd.org/ports-secteam#Blanket_Approval for sure does not cover this commit.) Best regards Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 08:01:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E34DAE6484; Fri, 1 Apr 2016 08:01:51 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C1D11627; Fri, 1 Apr 2016 08:01:50 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id 0FAE343CC8; Fri, 1 Apr 2016 03:01:43 -0500 (CDT) To: Thomas Zander , Jan Beich Subject: Re: svn commit: r412296 - head/lang/rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 01 Apr 2016 10:01:42 +0200 From: "John Marino (FreeBSD)" Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> Message-ID: <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 08:01:51 -0000 On 4/1/2016 9:41 AM, Thomas Zander wrote: > Hi Jan, > > On 31 March 2016 at 22:04, Jan Beich wrote: > >> Author: jbeich >> Log: >> lang/rust: unblock DragonFly build > > While in general I am fine with your commits and your high quality > work, I am not happy at all about the implications in this case. I > don't use DF at the moment, but now we have bits in the port very > specific to DF. This is still "FreeBSD ports" and not > "FreeBSD-and-DF-or-something-else" ports. I will not install a machine > just for the sole purpose of ensuring that rust runs on DF. It's > actually their job to do that, that's why they have specific DF > patches. But now that it is in our official tree, you have enforced a > responsibility upon me to ensure that my next commit won't break the > build on DF, and I won't be able to verify that. > >> Approved by: portmgr "just fix it" blanket > > On this I heavily disagree. The port works on all officially supported > platforms. It is not broken, so it does not need fixing. You > introduced a new feature, namely adding extra bits to support a > non-FreeBSD platform. You should have discussed this with me first. > > Maybe portmgr can comment on this to make it more clear: > - Are we obliged to ensure ports are working on DF? > - Is a commit like this covered by a "just fix it" blanket? (By the > way, where is the "just fix it" blanket documented? I did not find a > recent mail and > https://wiki.freebsd.org/ports-secteam#Blanket_Approval for sure does > not cover this commit.) It's been addressed by portmgr. You are not expected to test fixes on DragonFly, but at the same time you aren't supposed to intentionally break existing DF support. I am allowed to restore builds on DF when updates break them. Why would you take offense that Jan is doing a big service for DF? It doesn't affect you at all or add any new obligations. The home of patches are mixed. If the patches have benefits to FreeBSD (say to support gcc compiler) then they move to ports. If they conflict with FreeBSD somehow, then they stay in dports. John From owner-svn-ports-all@freebsd.org Fri Apr 1 08:56:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75865AE3F74; Fri, 1 Apr 2016 08:56:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 452A911ED; Fri, 1 Apr 2016 08:56:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u318uZa3060924; Fri, 1 Apr 2016 08:56:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u318uZLd060922; Fri, 1 Apr 2016 08:56:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604010856.u318uZLd060922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 1 Apr 2016 08:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412320 - head/devel/erlang-metrics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 08:56:36 -0000 Author: olgeni Date: Fri Apr 1 08:56:35 2016 New Revision: 412320 URL: https://svnweb.freebsd.org/changeset/ports/412320 Log: Update devel/erlang-metrics to version 1.2.0. Modified: head/devel/erlang-metrics/Makefile head/devel/erlang-metrics/distinfo Modified: head/devel/erlang-metrics/Makefile ============================================================================== --- head/devel/erlang-metrics/Makefile Fri Apr 1 06:40:38 2016 (r412319) +++ head/devel/erlang-metrics/Makefile Fri Apr 1 08:56:35 2016 (r412320) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang-metrics -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org Modified: head/devel/erlang-metrics/distinfo ============================================================================== --- head/devel/erlang-metrics/distinfo Fri Apr 1 06:40:38 2016 (r412319) +++ head/devel/erlang-metrics/distinfo Fri Apr 1 08:56:35 2016 (r412320) @@ -1,2 +1,2 @@ -SHA256 (benoitc-erlang-metrics-1.1.0_GH0.tar.gz) = 5ee3b9baa9bb760d47513db67fcb88790c650495d279e39bba5c6a9e2c93f8aa -SIZE (benoitc-erlang-metrics-1.1.0_GH0.tar.gz) = 8520 +SHA256 (benoitc-erlang-metrics-1.2.0_GH0.tar.gz) = c2445aa86296614440068cbee38afa20d781ffb4f6305cbe16f2a84d3aa0099e +SIZE (benoitc-erlang-metrics-1.2.0_GH0.tar.gz) = 9461 From owner-svn-ports-all@freebsd.org Fri Apr 1 08:56:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29DEDAE3FAD; Fri, 1 Apr 2016 08:56:45 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x229.google.com (mail-lf0-x229.google.com [IPv6:2a00:1450:4010:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B05C812CD; Fri, 1 Apr 2016 08:56:44 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x229.google.com with SMTP id k79so77098603lfb.2; Fri, 01 Apr 2016 01:56:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=Na8qboHWqagKvlNFIGLgS9Wm/F2yRC/vzKFUE7Swt+Q=; b=Hdl/0lMMmuptn2Z5VsdfcloVYM8aBXQUdt+8DYT58SjnU4WOWZxarbaKR7hc58ZZTU LYa0DRenvmmW1T+iUACdbaV3+Xd20PeNlt8WasYAWSyE3svkd9wsT2DTp/wgPwglKMjt sAESNTIkMluri+RXes5cFOaDV9OO4raXoLUkWw0qMWFK4YVCmZHVwnQ6yc8w9GmDXSzy A5rWCHj+guy2AadvxsA62drlKUL0g+fNielqdTMlPlqhulEiF4rhbP8jzXHEJj0CE6x1 EdOrRaVNM2stxPNoI/V0cKtCm1DiyHDTiE6PJMWtd/Wx827ewgInucCjIli0bAD+eeSz uvZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Na8qboHWqagKvlNFIGLgS9Wm/F2yRC/vzKFUE7Swt+Q=; b=UAdVF2Rml7eC5Nb9LOez+yN+rjGWz37tKtRkYz2F2svHhrwlHEGV6tVkLyGyDq2k+o Ah+8bkDtiT4poRDVanyQd1TVCCRoslJe+Z4cp+UmxyHkZdDXECqlI5TctXeXNRrs13Qn Un004F0AzqTfzqj7a0CFzWlC/kLu8ENzDkbmOLx0CRoeHRr5/mGE+eA0GEUddI5PAT5d L5W2OsF1OIUXaXVA/hq5+EkrzeENcH4nUsRJPLWmPsiqtKxMd/sFarcvUEH/kyeT5mWX 1Z9Q/mye8Y0qKYZ+wP5/B9EV6eLhd8HFFGDUmhXgxriXZHSUlGXHAqojIBQw6DIt761Z qAiQ== X-Gm-Message-State: AD7BkJIUB+tEPxGKTH+G01M0LOETqIfrVFJ5wAt7fXlbCb6G4UxlYW4jNbh6l65lyGawBoj05VCfwf61mPnGCA== MIME-Version: 1.0 X-Received: by 10.25.28.80 with SMTP id c77mr3213133lfc.5.1459501002944; Fri, 01 Apr 2016 01:56:42 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 01:56:42 -0700 (PDT) In-Reply-To: <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> Date: Fri, 1 Apr 2016 10:56:42 +0200 X-Google-Sender-Auth: nmYzj9Zcq7o66r07ChljgSLRpeg Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: John Marino Cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 08:56:45 -0000 John, On 1 April 2016 at 10:01, John Marino (FreeBSD) wrote: > It's been addressed by portmgr. > You are not expected to test fixes on DragonFly, but at the same time you > aren't supposed to intentionally break existing DF support. I am allowed to > restore builds on DF when updates break them. Of course I would not intentionally break DF support. That would be stupid. > Why would you take offense that Jan is doing a big service for DF? It > doesn't affect you at all or add any new obligations. Please don't twist my words. I did not take offense at Jan (in fact, I started the mail with a compliment regarding his work) and I also did not take offense at anybody doing a service for DF. I said this does not fix a problem with the port, but it does introduce a new feature, and the maintainer should be in the loop before it is committed. Because at the end of the day the maintainer is responsible for supporting a feature and receives the blame if something breaks. > The home of patches are mixed. If the patches have benefits to FreeBSD (say > to support gcc compiler) then they move to ports. If they conflict with > FreeBSD somehow, then they stay in dports. Exactly this is my point: This commit does not a have a benefit to FreeBSD. It adds *only* DF-specifics. Therefore my instincts tell me this should be part of dports, and I would have appreciated this discussion before the commit, not after the fact. That's all. And since the fix-it-blanket is not clear enough in all cases (obviously Jan and me came to different conclusions whether this one is a fix), it would be good to have a word from portmgr whether something like this is part of it or not. Because for sure there are/will be more PRs with a similar intention. Best regards Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 09:08:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4613BAEB53A; Fri, 1 Apr 2016 09:08:54 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 134161AFC; Fri, 1 Apr 2016 09:08:53 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3198rGx064085; Fri, 1 Apr 2016 09:08:53 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3198rwT064083; Fri, 1 Apr 2016 09:08:53 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201604010908.u3198rwT064083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Fri, 1 Apr 2016 09:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412321 - head/net/sslh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:08:54 -0000 Author: olivier Date: Fri Apr 1 09:08:52 2016 New Revision: 412321 URL: https://svnweb.freebsd.org/changeset/ports/412321 Log: Update to 1.18 Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5803 Modified: head/net/sslh/Makefile head/net/sslh/distinfo Modified: head/net/sslh/Makefile ============================================================================== --- head/net/sslh/Makefile Fri Apr 1 08:56:35 2016 (r412320) +++ head/net/sslh/Makefile Fri Apr 1 09:08:52 2016 (r412321) @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= sslh -PORTVERSION= 1.17 +PORTVERSION= 1.18 DISTVERSIONPREFIX= v CATEGORIES= net -MASTER_SITES= http://www.rutschle.net/tech/ MAINTAINER= olivier@FreeBSD.org COMMENT= SSL/SSH multiplexer LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig +USE_GITHUB= yes +GH_ACCOUNT= yrutschle + USES= gmake perl5 USE_PERL5= build Modified: head/net/sslh/distinfo ============================================================================== --- head/net/sslh/distinfo Fri Apr 1 08:56:35 2016 (r412320) +++ head/net/sslh/distinfo Fri Apr 1 09:08:52 2016 (r412321) @@ -1,2 +1,2 @@ -SHA256 (sslh-v1.17.tar.gz) = 4f3589ed36d8a21581268d53055240eee5e5adf02894a2ca7a6c9022f24b582a -SIZE (sslh-v1.17.tar.gz) = 45447 +SHA256 (yrutschle-sslh-v1.18_GH0.tar.gz) = f6cabf0e0c575aed20d1de23d3d693f3921c21e270d85fecba1ad2a48f3afcef +SIZE (yrutschle-sslh-v1.18_GH0.tar.gz) = 53175 From owner-svn-ports-all@freebsd.org Fri Apr 1 09:11:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A70AEB683; Fri, 1 Apr 2016 09:11:22 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE8E91D6E; Fri, 1 Apr 2016 09:11:22 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id 6D45243CD5; Fri, 1 Apr 2016 04:11:20 -0500 (CDT) To: Thomas Zander Subject: Re: svn commit: r412296 - head/lang/rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 01 Apr 2016 11:11:20 +0200 From: "John Marino (FreeBSD)" Cc: John Marino , Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, thomas.e.zander@googlemail.com Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> Message-ID: <1d06dfb14f40d98439d2f1f759375ada@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:11:23 -0000 On 2016-04-01 10:56, Thomas Zander wrote: > I said this does not fix a problem with the port, but it does > introduce a new feature, and the maintainer should be in the loop > before it is committed. Because at the end of the day the maintainer > is responsible for supporting a feature and receives the blame if > something breaks. What new feature? It just fixes DF support. In fact, Rust has been better supported on DragonFly for a long time. There was a dragonfly-only port (contained in dports) created because the freebsd ports version was so far behind. The fixes from that port actually came back to FreeBSD. This is what your message is losing. The implication is that DF brings no benefit to ports but that's simply not the case. The price for these benefits are a couple of no-op lines in the makefiles, which is a great deal for FreeBSD. > Exactly this is my point: This commit does not a have a benefit to > FreeBSD. It adds *only* DF-specifics. Therefore my instincts tell me > this should be part of dports, and I would have appreciated this > discussion before the commit, not after the fact. That's all. And > since the fix-it-blanket is not clear enough in all cases (obviously > Jan and me came to different conclusions whether this one is a fix), > it would be good to have a word from portmgr whether something like > this is part of it or not. Because for sure there are/will be more PRs > with a similar intention. First, the point is wrong, even on this specific port, FreeBSD has definitely benefitted from DF participation. Secondly, if ports are split unnecessary, everyone is unaware of the impact of changes. It's not like the dports patches are visible. The split patches was for conflict, not DF-specifics. Thirdly, this version of rust built before, so restoring the build is under a standard blanket. The main directives are DF support is not supposed to increase obligations on maintainers, and I'm not allowed to "demand" a maintainer support DF. Jan's commit did not increase the obligation to the maintainer, he only fixed a port that previously built, which is definitely appreciated. John From owner-svn-ports-all@freebsd.org Fri Apr 1 09:45:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA613AEBF3E; Fri, 1 Apr 2016 09:45:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A81361AA6; Fri, 1 Apr 2016 09:45:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 58FDEBDC95; Fri, 1 Apr 2016 11:45:52 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 33E35BDC94; Fri, 1 Apr 2016 11:45:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D01165810205; Fri, 1 Apr 2016 11:45:51 +0200 (CEST) Date: Fri, 01 Apr 2016 11:45:51 +0200 From: Mathieu Arnold To: Thomas Zander , Jan Beich cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412296 - head/lang/rust Message-ID: In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========12F78894C75503561D0E==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:45:55 -0000 --==========12F78894C75503561D0E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 avril 2016 09:41:13 +0200 Thomas Zander wrote: | Maybe portmgr can comment on this to make it more clear: | - Are we obliged to ensure ports are working on DF? No, we are not. When you update it, if you have to spend more than a brain cycle to figure out what to do, don't do anything, it'll get broken on DF, and it will be just fine. | - Is a commit like this covered by a "just fix it" blanket? (By the | way, where is the "just fix it" blanket documented? I did not find a | recent mail and | https://wiki.freebsd.org/ports-secteam#Blanket_Approval for sure does | not cover this commit.) It is documented in the porter's handbook, where it all belongs: And, it is covered by the "Trivial and tested build and runtime fixes." bullet point. -- Mathieu Arnold --==========12F78894C75503561D0E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/kNPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IWH8P/3AhR+zZ7Av5IEc7cvd1DerX pu6vo+9dRQL79h2xcGdEd5xfghbROBWfBHXXFXFWI+epwiJTh5GYedEKSk8WVDU2 EwaYAbvxzvbNBpuGVUZL0kNit8cmL7GljSI6IQni+oxjlvcFWOX0X8ZAIcMhIxCU Dsc2TStiT1dv+LJYFAXA/VgCB88hF1V/g64PFIHELI0Pj3TecvB+kpnEqUteOe88 3dNAR1t+VIOCkm3YqONcHPXiD3eSSHyQG7SwOoki51kEs5Bcg3FiVk6OUieQvODU mO87Tk4N3EjwuPnpA3nKj9CiTrPYVK+a8yjzjwd75gotCqslo+93b/BA1xC/x6hY 2TDER6xts1Xt90dMeEJ2rTYsT3qc3Pm0VOdS1zRF6LT6G8wdauhhOOjFOP/kW0xF khYHUKVv0ecWM3GUVTtrAWbyxNOA6NHJWbzuqs7sW2D5b6Uv2c1VRyMww/bQWzvy qx/1cMSkTtzTJ49MzIDiadUfxVTlV6I6c5ah+szd3HTF8+KQyYsY/3Gga22d/mDP 5GKzA8qZsRUlMWwHSleI3Mt8/lXlh2ZSzkg8qnY7ix82VQOjxeI1ir9rgFJ+YAaY BZOZ6rdLiyv2YtpzGrIQOlJeq71HZWYUHE7kYXrB8/W4yN2uJunFOGR2pCR1+cmQ +NGpodlA7QT/DccXJGfH =dze6 -----END PGP SIGNATURE----- --==========12F78894C75503561D0E==========-- From owner-svn-ports-all@freebsd.org Fri Apr 1 09:47:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D666DAEBFDE; Fri, 1 Apr 2016 09:47:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A20B71BFD; Fri, 1 Apr 2016 09:47:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B46D1BDC93; Fri, 1 Apr 2016 11:47:56 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id AD74EBDC80; Fri, 1 Apr 2016 11:47:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 92BC2581028E; Fri, 1 Apr 2016 11:47:56 +0200 (CEST) Date: Fri, 01 Apr 2016 11:47:56 +0200 From: Mathieu Arnold To: Tom Judge , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412309 - in head/databases: . py-rb Message-ID: <24D942040E44FF45E65794E8@atuin.in.mat.cc> In-Reply-To: <201604010306.u3136cbi055280@repo.freebsd.org> References: <201604010306.u3136cbi055280@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========DDA3C4CD51144ED9A90A==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:47:59 -0000 --==========DDA3C4CD51144ED9A90A========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 avril 2016 03:06:38 +0000 Tom Judge wrote: | +GH_PROJECT= rb This is the default and should be removed. -- Mathieu Arnold --==========DDA3C4CD51144ED9A90A========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/kPMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IiyEP/3PG2oitNm9DDX+uHqIKfT1f vPmqX+telVGLJfseT4Y7bQ6yrFU/BTP0Zew+IZpsWVgLVZrfat6Zr4xTZONpAY/+ OfuF3a82MopiRTM3dUyZ5X4lf8gFMzLOBjU/YkMr3DykbZ4THEcENkK6DU+B2d2g Kfrz0Wz4Y5aecgt23O+4WEryKX+TlESM4zlvgaqLsbZ05EewxXix1VarWN+2qUn0 +TJcmBUWFQ3ZRItyiPpa3R2BFBOkc9T+ixBVxYcJCQhCU8v9pZ66WvzJFFX4bY7V vPakW9+XpoKQss2xTd+f2EWIuMr0MaOS1NzMgJMEp6uKBq60LA2HKaR0Bjafr05H xoK/FxDAKIIwDj3UB2MMy960TImMcjNzVqZ7x1AOZMt8ti1FDcXj5G+aGRE6TsQq Y66bBuDEGQyAVxp9YFr3qBbFM0uc77VKXVsMLr+GOTE+YhVXCYKwxvY1Sg/1OOBp SWnoQyRvUmxAJ7Q7XGKlmRu+Y8C3nd1rHVb0UIuf8Ctv6LI447B6lT80qMwST7lP mzRn9TrLkMocG/pdoiroUM1PIiHFMsBqkQSqobreZTqowyszUtuE8qKnM1SZtwkr iqaX+/6BQcqBlliko3ufaxMi+3EDYfn0FgWYO5jrSyLliQSjj7vH/L0zP40xZcqY GX2y/q11Xt/qbwR3MC25 =xXsZ -----END PGP SIGNATURE----- --==========DDA3C4CD51144ED9A90A==========-- From owner-svn-ports-all@freebsd.org Fri Apr 1 09:49:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB497AEB042; Fri, 1 Apr 2016 09:49:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A6F0F1CFD; Fri, 1 Apr 2016 09:49:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id AB01BBDC7F; Fri, 1 Apr 2016 11:49:01 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A5EB1BDC56; Fri, 1 Apr 2016 11:49:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 8C18F58102FC; Fri, 1 Apr 2016 11:49:01 +0200 (CEST) Date: Fri, 01 Apr 2016 11:49:01 +0200 From: Mathieu Arnold To: Tom Judge , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412312 - in head/www: . py-django-configurations Message-ID: <9DA5C23E8821D1CB88BCB57D@atuin.in.mat.cc> In-Reply-To: <201604010331.u313VhW1062836@repo.freebsd.org> References: <201604010331.u313VhW1062836@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========A26CE688ACE2EF106F58==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:49:04 -0000 --==========A26CE688ACE2EF106F58========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 avril 2016 03:31:43 +0000 Tom Judge wrote: | +PORTNAME= configurations | +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- | +GH_PROJECT= django-configurations So, if you do PORTNAME=django-configurations, you can remove the GH_PROJECT line. -- Mathieu Arnold --==========A26CE688ACE2EF106F58========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/kQNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IRW8QALhGoAh2APXHhrXCtpcgYUMW tvHrq8ra8Vahy/KpCIYMEKjYat64QwtUCb8d9DsgLZNujIozJrfVn6WHHaO3JqZP XSsfFdk3m2p3vqCT7D5tfcdYDGgm+CEmxyQva9A6ulAspIAgSki8kAa8RpnakUHY gtMC38c5uy/ozwzlrBQpaqe8BRbk4G4Z1H/cIk/GHVIeRQ+6h3NyrW9PBgUhoeCi VleYG2buB7FTxJov66J46gyzdoAB9981EHn4aL2d9z0g+MfN2IAU6os8pXtwKmM7 v2MFdryC6FyLda+K2uO7TmhXy1QIc1HOUWBEycaPWDk/2nXUVkbqBqLAmzSNrFOF 0QhHhC/QDx0h++xZX+0ppY2SgCvlPRfrk/UJTVhZDSExrL5nMwWY+9v7AQ+gIFw2 D01vOVjE7Byv8kWtaF2Rpt16mMejpxIxifi3Hd7s0MGMFCEp3z2YggRJm6/Dcru9 Pk2KD8Zj/EFI2yWp/MfFncCnUOFCN+tDJW21NE+pQPvtJc3SCDZm8vVb0oH5yGlq WBkTydAC4/5zoDJu4G9eOLxrXgegsoDpdgbReALzaKnOQbwV8aroyoPxU1RIzYPk H09OeFbk4araqQvaIwn6c+2pv+4sazAxFG3Hdd56dyJnc56AwTACxdITNj7hXxXQ YCtlE/BWi4IdQRgf+PEn =K1o5 -----END PGP SIGNATURE----- --==========A26CE688ACE2EF106F58==========-- From owner-svn-ports-all@freebsd.org Fri Apr 1 09:50:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D951AEB0C5; Fri, 1 Apr 2016 09:50:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D0B8C1E2A; Fri, 1 Apr 2016 09:50:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 72D16BDC93; Fri, 1 Apr 2016 11:50:13 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 6F75CBDC81; Fri, 1 Apr 2016 11:50:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 584055810339; Fri, 1 Apr 2016 11:50:13 +0200 (CEST) Date: Fri, 01 Apr 2016 11:50:13 +0200 From: Mathieu Arnold To: Tom Judge , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412318 - in head/mail: . py-email-reply-parser Message-ID: <694BE70160701E4B5D8DA93A@atuin.in.mat.cc> In-Reply-To: <201604010551.u315pvWM007148@repo.freebsd.org> References: <201604010551.u315pvWM007148@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========A1926193AC781A287651==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:50:15 -0000 --==========A1926193AC781A287651========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 avril 2016 05:51:57 +0000 Tom Judge wrote: | +GH_PROJECT= email-reply-parser This is the default and should be removed. | +GH_TAGNAME= v${PORTVERSION} This is better written as DISTVERSIONPREFIX=v just below the PORTVERSION line. -- Mathieu Arnold --==========A1926193AC781A287651========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/kRVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iu4YQAK2/ZFsvo43Ku8qW3S6AWr2n /sV/Imdoze2G3mp+5Vx3GhLujq8Sutiu5B/l4EeKH8JESNPoSnO2Qzjd+qKdMbXA oARFm+HBPpeMl8aSm+dj9LuPxgKGouMevq+HDFUPtw8VgI7o9bShI2qVF9A66bZZ 9TopjIH3BgVZhkxZYOGCcBiLxKkOYPBSWCNU15EYFF5gBcMrGDxqX4Hup8UqZjn/ adA3Tte/u5qYvD8benARwot6GbRlqp4T7dMKGs2neNjoTZ3wfkQhGQRo0OOulFmD t99huw5t+j2cWkWtTwuTEJx0eH3hhOuB/QMTaMkASjZTFvekLs2umZJy+ruVf8Os cUEEA613KacrsDQHcWof0PUOeRSU5mFTv0E7iPRrawbYYsnl8QVOAGDGyOT9+Zlt /guKwabhjSx0mymOFWy5/xKu4Nt77896vWMj8A4N8K6mEy1AqPksaaVsck3YPVTh 2kBuyu+Imgl7/bZdaEj9QsscCiiuczYXb5/0VmjlbI6orx6PfCpByUwljG9tAXdf MQpKRncMs4tGbEC3fQAqh0yjIyS4t/SNeQ9ifbgegP0m34a9wgJR44oqrXMtprfG pEZlWJ811OK4neQNdX+55TxYTVme6W66aKKPqy+zkJymY4v0R/tQI5lEeq+AwIfm S8WlQxPBtXLrd5mwdhiw =zshS -----END PGP SIGNATURE----- --==========A1926193AC781A287651==========-- From owner-svn-ports-all@freebsd.org Fri Apr 1 09:51:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1E4EAEB159; Fri, 1 Apr 2016 09:51:39 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x241.google.com (mail-lb0-x241.google.com [IPv6:2a00:1450:4010:c04::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 433031FEE; Fri, 1 Apr 2016 09:51:39 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lb0-x241.google.com with SMTP id gk8so6709422lbc.2; Fri, 01 Apr 2016 02:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=upHQ/q3Gwj0MenEa8SsG2c0KuHunz88h5rGkiOoKgGY=; b=qqE1greqOgCzvr56Qpiuj+azuF+EaJbAydy9WgDs3FofYSDSazzZNeE3pavyiYWTd/ 7aiJbjmIEvjwp3PnDo3FYcbHL9KjbhUVDnwsMy/HL21NUV5Q8/lDVwJOkExSR5VqFwa6 u0FjPl0CokPigifh/ughJBIw60EHljcRkYQxUX9fCygvHZ9aTvhPC9v3ZYHpcjsSNc9u 82PxNROC+XjyK4Shw1sS2zgHQnXUXMj1K9WBsnk1YEigKMMwC4dWEPTSBqne8zQ/e30Q c+5ZDOPdZfs4bPrYYoY5k9m4usWT8KtA9hvP38+jzuGptYApYEE8gU0A8UOnt1a49Emb 5n2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=upHQ/q3Gwj0MenEa8SsG2c0KuHunz88h5rGkiOoKgGY=; b=N3dLeVu5V65s33qtuwaYyX8Nzsotr8w+uPOGQxY+yIYiX5Y9xaBPOrP8GWWSDRTTSb S+aZDDWhTJRe+9sRUlvBp6+OyGym5CZv9CxjxpsgfiGLXlqYcY8Xy/Mhe+HM+LjoKfT3 gJbSx3cr/sde9HAFnh/xaIGWpO46+JKQDxXd0/IzU+iBrWaXdhTEHoCuXXh4JJOgUQOP qR05FmbKJGlwVWxmD+p9yp/3CJtS1vxxASyvouCynhl0aWmwtS5Yh/BwYR+F4l8vjy86 6iyEBxJKFpLwLtYJtNVCtWNXQ4my0vIydqjsehbvwbgwadC0BwCweda2P0sreI5y8bOI 9zAA== X-Gm-Message-State: AD7BkJIdX7uLBpK8BVuqAnaXLWmrvV9WS7A1HTnazy8Qqs6SsL3lHKB95v+adFMi3KX2aQ== X-Received: by 10.112.135.230 with SMTP id pv6mr2547431lbb.68.1459504297207; Fri, 01 Apr 2016 02:51:37 -0700 (PDT) Received: from [10.0.1.4] (broadband-5-228-251-240.nationalcablenetworks.ru. [5.228.251.240]) by smtp.gmail.com with ESMTPSA id h192sm2072110lfb.45.2016.04.01.02.51.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Apr 2016 02:51:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r412308 - in head/www: . py-ua-parser From: Dmitry Sivachenko In-Reply-To: <201604010257.u312vSi4051745@repo.freebsd.org> Date: Fri, 1 Apr 2016 12:51:35 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9E6B7811-4FA9-43F2-BA96-40E02DE4D154@gmail.com> References: <201604010257.u312vSi4051745@repo.freebsd.org> To: Tom Judge X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:51:39 -0000 > On 01 Apr 2016, at 05:57, Tom Judge wrote: >=20 > Author: tj > Date: Fri Apr 1 02:57:28 2016 > New Revision: 412308 > URL: https://svnweb.freebsd.org/changeset/ports/412308 >=20 > Log: > New port www/py-ua-parser 0.7.0 Isn't it the same as /usr/ports/devel/py-ua_parser ? Also COMMENT looks irrelevant. >=20 > A python implementation of the UA Parser = (https://github.com/ua-parser, > formerly https://github.com/tobie/ua-parser). >=20 > WWW: https://github.com/ua-parser/uap-python >=20 > Added: > head/www/py-ua-parser/ > head/www/py-ua-parser/Makefile (contents, props changed) > head/www/py-ua-parser/distinfo (contents, props changed) > head/www/py-ua-parser/pkg-descr (contents, props changed) > Modified: > head/www/Makefile >=20 > Modified: head/www/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/Makefile Fri Apr 1 02:45:08 2016 (r412307) > +++ head/www/Makefile Fri Apr 1 02:57:28 2016 (r412308) > @@ -1787,6 +1787,7 @@ > SUBDIR +=3D py-twistedWeb > SUBDIR +=3D py-twistedWeb2 > SUBDIR +=3D py-txrequests > + SUBDIR +=3D py-ua-parser > SUBDIR +=3D py-uliweb > SUBDIR +=3D py-urlgrabber > SUBDIR +=3D py-urljr >=20 > Added: head/www/py-ua-parser/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/py-ua-parser/Makefile Fri Apr 1 02:57:28 2016 = (r412308) > @@ -0,0 +1,19 @@ > +# Created by: Tom Judge > +# $FreeBSD$ > + > +PORTNAME=3D ua-parser > +PORTVERSION=3D 0.7.0 > +CATEGORIES=3D www python > +MASTER_SITES=3D CHEESESHOP > +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER=3D tj@FreeBSD.org > +COMMENT=3D Tools for using a Web Server Gateway Interface stack > + > +RUN_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml > +BUILD_DEPENDS=3D ${RUN_DEPENDS} > + > +USES=3D python > +USE_PYTHON=3D distutils autoplist > + > +.include >=20 > Added: head/www/py-ua-parser/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/py-ua-parser/distinfo Fri Apr 1 02:57:28 2016 = (r412308) > @@ -0,0 +1,2 @@ > +SHA256 (ua-parser-0.7.0.tar.gz) =3D = 0d3b7882262c8fef932d268ad9df11c72882bf6c690635a6e7645dd89bed7076 > +SIZE (ua-parser-0.7.0.tar.gz) =3D 32501 >=20 > Added: head/www/py-ua-parser/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/py-ua-parser/pkg-descr Fri Apr 1 02:57:28 2016 = (r412308) > @@ -0,0 +1,4 @@ > +A python implementation of the UA Parser = (https://github.com/ua-parser, > +formerly https://github.com/tobie/ua-parser). > + > +WWW: https://github.com/ua-parser/uap-python >=20 From owner-svn-ports-all@freebsd.org Fri Apr 1 09:53:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51A69AEB2B6; Fri, 1 Apr 2016 09:53:26 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA1E11242; Fri, 1 Apr 2016 09:53:25 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x231.google.com with SMTP id k79so78081834lfb.2; Fri, 01 Apr 2016 02:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=8Gn3TAQ4mH1wndFgXUoNfCxm5aXiVoUc/Q9M4H6wuKU=; b=aXcMgmvbUMJWTBze2aemqWYUoxWtreXeukQtYyyDrr46DisqW7va/kwTztEX+KWvde aSbRTWuWDTK8H+CqUO+rtKu6lPt8sKqEcEtsaqoCKQYyqK+4o4KBwHHkLBPCOfGtwmEL ldlLmeNfHjf/3sHj+eNY8ZUYUQFbUoDPq27zKEFXjXOnGBQsXAov1rldD1Dl2WJIF94M KmvJEG/MlkSRnLmo0O98t5agZBw8z3H7OuqN0iCUCNHsctiQFsStSC0rwnNClatkPoi/ D/zvYRCt+v/1Qz0GYYgCfSzd5SdlPOeu32bJUpy/W4lDujfTpeiJxWpckvfrgiyMAaC5 3Pvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=8Gn3TAQ4mH1wndFgXUoNfCxm5aXiVoUc/Q9M4H6wuKU=; b=A9LWv8mfFGw8C5V1pn/91bT0Z7HfagsIBbGXDaqDZbZikMhO7TDgsg3SSX/95sC1tv fEUMeVk5LkAa4B+t7cBwme0+/4TKEcZyw6xY3WdDLJNKQCS2WwKLaIxvd3+ir6JzzkBV XFUeqd8IPbPaL4G1jXKDhhRdb7vCCTCFaFQVG2/vGlvA9bxI1orWho25Jb/ntjkjjLUR kuPCaQrDK6IUWnTyA7erqwJ220ZJZzWQ1dbABwldC98oCqI6NXg44v9hGEJ972GgMkJk W073PirW3+a1P3Kq90SActkACXBJ2VzuoeKECmqAkIwUx1E454OzDdabnSIU/PJl/lZB n9fw== X-Gm-Message-State: AD7BkJJHXjSdcBre6WwM3LB4S44+ql98t/IlTaddwsGfq9auWvAXc9zl7zVLOonMSCSMVsMSBaGwWQkY26bqZw== MIME-Version: 1.0 X-Received: by 10.25.28.80 with SMTP id c77mr3321040lfc.5.1459504404042; Fri, 01 Apr 2016 02:53:24 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 02:53:23 -0700 (PDT) In-Reply-To: <1d06dfb14f40d98439d2f1f759375ada@secure.marino.st> References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> <1d06dfb14f40d98439d2f1f759375ada@secure.marino.st> Date: Fri, 1 Apr 2016 11:53:23 +0200 X-Google-Sender-Auth: IK1UtA7ico0vfO9XEWwNDjXfdi0 Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: John Marino Cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 09:53:26 -0000 On 1 April 2016 at 11:11, John Marino (FreeBSD) wrote: > This is what your message is losing. The implication is that DF brings no > benefit to ports but that's simply not the case. John, for Christ's sake. Stop twisting words. I did not imply "that DF brings no benefit to ports". I will now stop discussing this topic with you in public. Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 10:05:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C11AEB590; Fri, 1 Apr 2016 10:05:50 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 711AC16DE; Fri, 1 Apr 2016 10:05:50 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x234.google.com with SMTP id p188so51062462lfd.0; Fri, 01 Apr 2016 03:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=oKy3UYIa9pDPIZbTxEJC0sANgUeORLQNE1MZUYKZN+0=; b=DHTwcW/JnE7B4HxEb4oj1U0bsWc1eIqCumkn49qql0lOMn/ftFVVHp0VSjZe7FposP +cOft3w7YD3BINs5LymeVM4i8qX6fvIZYNl8DqnHmPGOjjfUcsRlNgo3sFlRwHcoZi5H Jx17e5t4fosiSGO9vhKxXut7h4KcRGSXliRaBJP2z2/OVSftX5YFmDyHm4QEtjyW4rFN ZJV8P5ikw4ApSj4K8FRAjdlxg/MOdrhQbrbYASNv+BVLES67/epnQ4hd0W1qrWlCkLuV tO9jGQv4ZVSu4BhhEKls1Iga6i7Mm43EI5zvbft6RAQX+Hbs1Mtn/PTzWWXHln5x2JAn UbSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=oKy3UYIa9pDPIZbTxEJC0sANgUeORLQNE1MZUYKZN+0=; b=FG4OPOD+yTfU6rK55NRLXPklDQijwHLU53IMG+MJoHqu2R8Pltb222sSQpKynNU85Q ng9epYSJRD8nkio+rTKOlDrj8FTNPFONuCB++JVP1tEWEwintuJQYBXt9MEu8edpf3eu 6MtRtpDXnu22GV5U1NxoYuSq9luDr5Z9rlYop2bobKvF6nWGbjjpVE6u0pB+hwN2PKQA iArL4jIh/HPQeCCCYpK08DhnQ/LOhvEM/O0dHMfboS9MOi4KPQJH+1HrozHwfeVbdvpr Ysko6WkkQaUFTp4Dpo1toibNLw6SfPp6yclDlis3oZEZsWKdg0ty8exTinh/98M87EQd 87og== X-Gm-Message-State: AD7BkJJ1RG4rob2dHg1bk549s5tO8XglzwPbfEO8zczIzABdJLwcmopJUHRViomGh381mvzIFH8CRTjBGK4Zgw== MIME-Version: 1.0 X-Received: by 10.25.28.80 with SMTP id c77mr3344429lfc.5.1459505147975; Fri, 01 Apr 2016 03:05:47 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 03:05:47 -0700 (PDT) In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> Date: Fri, 1 Apr 2016 12:05:47 +0200 X-Google-Sender-Auth: KE4WcXqBPWZIcvMHaXrjB0hHS_c Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: Mathieu Arnold Cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 10:05:50 -0000 On 1 April 2016 at 11:45, Mathieu Arnold wrote: > It is documented in the porter's handbook, where it all belongs: > > > And, it is covered by the "Trivial and tested build and runtime fixes." > bullet point. Thanks for stepping in, but I am a 100% sure that this statement will not put the case to rest. Based on this statement: - John will maintain his position that this commit was trivial, tested and fixes a problem *on DragonFly* and hence *is* covered by the blanket - I will maintain my position that this commit does *not* fix a problem *on FreeBSD* and hence is *not* covered by the blanket I am totally fine accepting any verdict from portmgr, but I want it to be inescapably clear. Please review the commit and let us know once and for all: Is this particular one covered by the blanket or not? Thank you Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 10:09:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39969AEB645; Fri, 1 Apr 2016 10:09:04 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15C851888; Fri, 1 Apr 2016 10:09:03 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id A5CF143CF8; Fri, 1 Apr 2016 05:09:02 -0500 (CDT) To: Thomas Zander , John Marino Subject: Re: svn commit: r412296 - head/lang/rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 01 Apr 2016 12:09:02 +0200 From: "John Marino (FreeBSD)" Cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <7485ef18e1261c87b17a9c23da01259a@secure.marino.st> <1d06dfb14f40d98439d2f1f759375ada@secure.marino.st> Message-ID: X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 10:09:04 -0000 On 4/1/2016 11:53 AM, Thomas Zander wrote: > On 1 April 2016 at 11:11, John Marino (FreeBSD) > wrote: > >> This is what your message is losing. The implication is that DF >> brings no >> benefit to ports but that's simply not the case. > > John, for Christ's sake. Stop twisting words. > I did not imply "that DF brings no benefit to ports". > I will now stop discussing this topic with you in public. > I did not intend to offend. Perhaps you didn't mean to imply it, but that's what I inferred and probably what other people inferred. It sounds like you are basically saying "keep DF stuff out of ports". If you are aware of a great benefit DF is bringing, then that translates to a 1-way relationship (e.g. give us all you want, but we aren't giving anything back). The other possibility is that you aren't aware of the level of benefit, so DF seems like a parasite. Is there another permutation? To be unaware of the benefits is the better image than the other! Anyway, sorry to aggravate you. We are trying to keep DF support non-invasive and unoffensive. If you have ideas that enhance collaboration rather than encourage separate efforts, let me know. John From owner-svn-ports-all@freebsd.org Fri Apr 1 10:21:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9876AEBA0E; Fri, 1 Apr 2016 10:21:13 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6F471E61; Fri, 1 Apr 2016 10:21:13 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id BA71843CF8; Fri, 1 Apr 2016 05:21:11 -0500 (CDT) To: Thomas Zander , Mathieu Arnold Subject: Re: svn commit: r412296 - head/lang/rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 01 Apr 2016 12:21:11 +0200 From: "John Marino (FreeBSD)" Cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> Message-ID: <35bc4361c0a5c116b44b21bc4358e65e@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 10:21:13 -0000 On 4/1/2016 12:05 PM, Thomas Zander wrote: > On 1 April 2016 at 11:45, Mathieu Arnold wrote: > >> It is documented in the porter's handbook, where it all belongs: >> >> >> >> >> >> >> >> >> >> >> ww.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html> >> >> And, it is covered by the "Trivial and tested build and runtime >> fixes." >> bullet point. > > Thanks for stepping in, but I am a 100% sure that this statement will > not put the case to rest. Based on this statement: > - John will maintain his position that this commit was trivial, tested > and fixes a problem *on DragonFly* and hence *is* covered by the > blanket > - I will maintain my position that this commit does *not* fix a > problem *on FreeBSD* and hence is *not* covered by the blanket > > I am totally fine accepting any verdict from portmgr, but I want it to > be inescapably clear. Please review the commit and let us know once > and for all: Is this particular one covered by the blanket or not? > It appears lang/rust just became a critical port. It's now required for www/firefox. I was going to offer to remove DF support from lang/rust because we have two other rust ports, but if it's required for mozilla, I think DF testing becomes rather critical. Unless the dependency on rust by firefox is optional and DF can remove it? I would almost prefer that, the firefox dependency on rust scares me a lot. John From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E99C0AEBE4A; Fri, 1 Apr 2016 11:16:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B978E1869; Fri, 1 Apr 2016 11:16:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGEpX002854; Fri, 1 Apr 2016 11:16:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGEVW002853; Fri, 1 Apr 2016 11:16:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGEVW002853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412322 - head/devel/p5-Return-Type X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:16 -0000 Author: sunpoet Date: Fri Apr 1 11:16:14 2016 New Revision: 412322 URL: https://svnweb.freebsd.org/changeset/ports/412322 Log: - Add LICENSE_FILE - Fix *_DEPENDS - Update *_DEPENDS: remove PORTSDIR - Bump PORTREVISION for dependency change Modified: head/devel/p5-Return-Type/Makefile Modified: head/devel/p5-Return-Type/Makefile ============================================================================== --- head/devel/p5-Return-Type/Makefile Fri Apr 1 09:08:52 2016 (r412321) +++ head/devel/p5-Return-Type/Makefile Fri Apr 1 11:16:14 2016 (r412322) @@ -3,7 +3,7 @@ PORTNAME= Return-Type PORTVERSION= 0.005 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -14,12 +14,20 @@ COMMENT= Specify a return type for a fun LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny +BUILD_DEPENDS= p5-Type-Tiny>=0:devel/p5-Type-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils +.endif + +.include From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A151AEBE71; Fri, 1 Apr 2016 11:16:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D67831871; Fri, 1 Apr 2016 11:16:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGJEi002956; Fri, 1 Apr 2016 11:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGJh9002955; Fri, 1 Apr 2016 11:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGJh9002955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412323 - head/net/p5-MaxMind-DB-Reader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:20 -0000 Author: sunpoet Date: Fri Apr 1 11:16:18 2016 New Revision: 412323 URL: https://svnweb.freebsd.org/changeset/ports/412323 Log: - Fix space/tab - Update *_DEPENDS: remove PORTSDIR Modified: head/net/p5-MaxMind-DB-Reader/Makefile Modified: head/net/p5-MaxMind-DB-Reader/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Reader/Makefile Fri Apr 1 11:16:14 2016 (r412322) +++ head/net/p5-MaxMind-DB-Reader/Makefile Fri Apr 1 11:16:18 2016 (r412323) @@ -15,23 +15,23 @@ COMMENT= Read MaxMind DB files LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \ - p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \ - p5-Data-Validate-IP>=0.16:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ - p5-MaxMind-DB-Common>=0.040000:${PORTSDIR}/net/p5-MaxMind-DB-Common \ - p5-Module-Implementation>=0:${PORTSDIR}/devel/p5-Module-Implementation \ - p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \ - p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= p5-Data-IEEE754>=0:devel/p5-Data-IEEE754 \ + p5-Data-Printer>=0:devel/p5-Data-Printer \ + p5-Data-Validate-IP>=0.16:net-mgmt/p5-Data-Validate-IP \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-MaxMind-DB-Common>=0.040000:net/p5-MaxMind-DB-Common \ + p5-Module-Implementation>=0:devel/p5-Module-Implementation \ + p5-Moo>=1.003000:devel/p5-Moo \ + p5-MooX-StrictConstructor>=0:devel/p5-MooX-StrictConstructor \ + p5-Role-Tiny>=0:devel/p5-Role-Tiny \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Path-Class>=0.27:${PORTSDIR}/devel/p5-Path-Class \ - p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ - p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +TEST_DEPENDS= p5-Path-Class>=0.27:devel/p5-Path-Class \ + p5-Test-Bits>=0:devel/p5-Test-Bits \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \ + p5-Test-Requires>=0:devel/p5-Test-Requires NO_ARCH= yes USE_PERL5= configure @@ -40,7 +40,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502300 -TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils +TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:lang/p5-Scalar-List-Utils .endif .include From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BDEAAEBEA5; Fri, 1 Apr 2016 11:16:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 681561996; Fri, 1 Apr 2016 11:16:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGNTJ003071; Fri, 1 Apr 2016 11:16:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGNFp003069; Fri, 1 Apr 2016 11:16:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGNFp003069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412324 - head/math/py-numexpr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:24 -0000 Author: sunpoet Date: Fri Apr 1 11:16:23 2016 New Revision: 412324 URL: https://svnweb.freebsd.org/changeset/ports/412324 Log: - Update to 2.5.1 Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst Modified: head/math/py-numexpr/Makefile head/math/py-numexpr/distinfo Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Fri Apr 1 11:16:18 2016 (r412323) +++ head/math/py-numexpr/Makefile Fri Apr 1 11:16:23 2016 (r412324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.5 +PORTVERSION= 2.5.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-numexpr/distinfo ============================================================================== --- head/math/py-numexpr/distinfo Fri Apr 1 11:16:18 2016 (r412323) +++ head/math/py-numexpr/distinfo Fri Apr 1 11:16:23 2016 (r412324) @@ -1,2 +1,2 @@ -SHA256 (numexpr-2.5.tar.gz) = 319cdf4e402177a1c8ed4972cffd09f523446f186d347b7c1974787cdabf0294 -SIZE (numexpr-2.5.tar.gz) = 88347 +SHA256 (numexpr-2.5.1.tar.gz) = fb2f00226ec21bf3431d1dd17b170c47c08ea35dde40f965b41ccb5a553589e8 +SIZE (numexpr-2.5.1.tar.gz) = 89849 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37036AEBEE8; Fri, 1 Apr 2016 11:16:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA181A5D; Fri, 1 Apr 2016 11:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGScl003187; Fri, 1 Apr 2016 11:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGS8A003185; Fri, 1 Apr 2016 11:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGS8A003185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412325 - head/devel/p5-Config-Any X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:29 -0000 Author: sunpoet Date: Fri Apr 1 11:16:27 2016 New Revision: 412325 URL: https://svnweb.freebsd.org/changeset/ports/412325 Log: - Update to 0.27 - Update *_DEPENDS: remove PORTSDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/Config-Any/Changes Modified: head/devel/p5-Config-Any/Makefile head/devel/p5-Config-Any/distinfo Modified: head/devel/p5-Config-Any/Makefile ============================================================================== --- head/devel/p5-Config-Any/Makefile Fri Apr 1 11:16:23 2016 (r412324) +++ head/devel/p5-Config-Any/Makefile Fri Apr 1 11:16:27 2016 (r412325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Any -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,26 +18,27 @@ OPTIONS_DEFAULT=GENERAL INI JSON XML YAM GENERAL_DESC= Generic Config format support +NO_ARCH= yes USES= perl5 USE_PERL5= configure -GENERAL_BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General -GENERAL_RUN_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General -INI_BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny -INI_RUN_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny -JSON_BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -JSON_RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -XML_BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -XML_RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -YAML_BUILD_DEPENDS= p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML -YAML_RUN_DEPENDS= p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML +GENERAL_BUILD_DEPENDS= p5-Config-General>=2.47:devel/p5-Config-General +GENERAL_RUN_DEPENDS= p5-Config-General>=2.47:devel/p5-Config-General +INI_BUILD_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny +INI_RUN_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny +JSON_BUILD_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS +JSON_RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS +XML_BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple +XML_RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple +YAML_BUILD_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML +YAML_RUN_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML .include .if ${PERL_LEVEL} >= 502000 # Module::Pluggable was first released with perl v5.8.9 and removed from v5.19.0 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable .endif .include Modified: head/devel/p5-Config-Any/distinfo ============================================================================== --- head/devel/p5-Config-Any/distinfo Fri Apr 1 11:16:23 2016 (r412324) +++ head/devel/p5-Config-Any/distinfo Fri Apr 1 11:16:27 2016 (r412325) @@ -1,2 +1,2 @@ -SHA256 (Config-Any-0.26.tar.gz) = f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 -SIZE (Config-Any-0.26.tar.gz) = 35193 +SHA256 (Config-Any-0.27.tar.gz) = 836f6dfff4a7ca2b05cf72e81848f9904ef2b61690f382a76819dc4853289cde +SIZE (Config-Any-0.27.tar.gz) = 34862 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0BA2AEBF1A; Fri, 1 Apr 2016 11:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 816471B3C; Fri, 1 Apr 2016 11:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGW4V003302; Fri, 1 Apr 2016 11:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGWbM003300; Fri, 1 Apr 2016 11:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGWbM003300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412326 - head/devel/p5-DateTime-Format-Strptime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:33 -0000 Author: sunpoet Date: Fri Apr 1 11:16:32 2016 New Revision: 412326 URL: https://svnweb.freebsd.org/changeset/ports/412326 Log: - Update to 1.67 Changes: http://search.cpan.org/dist/DateTime-Format-Strptime/Changes Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/distinfo Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Fri Apr 1 11:16:27 2016 (r412325) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Fri Apr 1 11:16:32 2016 (r412326) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.66 +PORTVERSION= 1.67 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-DateTime-Format-Strptime/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/distinfo Fri Apr 1 11:16:27 2016 (r412325) +++ head/devel/p5-DateTime-Format-Strptime/distinfo Fri Apr 1 11:16:32 2016 (r412326) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Strptime-1.66.tar.gz) = d8b03b3ced9586c13773a0531c1f893651397dd98ada2115713ce185821ca53e -SIZE (DateTime-Format-Strptime-1.66.tar.gz) = 109873 +SHA256 (DateTime-Format-Strptime-1.67.tar.gz) = bedc31384dac1ab739edcaa7155411971b513d5d2ee323489bc3257cede07946 +SIZE (DateTime-Format-Strptime-1.67.tar.gz) = 110252 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 349A9AEBF84; Fri, 1 Apr 2016 11:16:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0167C1DDF; Fri, 1 Apr 2016 11:16:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGkPw003652; Fri, 1 Apr 2016 11:16:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGkku003650; Fri, 1 Apr 2016 11:16:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGkku003650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412329 - head/devel/rubygem-cf-uaa-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:47 -0000 Author: sunpoet Date: Fri Apr 1 11:16:45 2016 New Revision: 412329 URL: https://svnweb.freebsd.org/changeset/ports/412329 Log: - Update to 3.4.0 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master Modified: head/devel/rubygem-cf-uaa-lib/Makefile head/devel/rubygem-cf-uaa-lib/distinfo Modified: head/devel/rubygem-cf-uaa-lib/Makefile ============================================================================== --- head/devel/rubygem-cf-uaa-lib/Makefile Fri Apr 1 11:16:41 2016 (r412328) +++ head/devel/rubygem-cf-uaa-lib/Makefile Fri Apr 1 11:16:45 2016 (r412329) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf-uaa-lib -PORTVERSION= 3.2.5 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Client library for CloudFoundry LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json +RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-cf-uaa-lib/distinfo ============================================================================== --- head/devel/rubygem-cf-uaa-lib/distinfo Fri Apr 1 11:16:41 2016 (r412328) +++ head/devel/rubygem-cf-uaa-lib/distinfo Fri Apr 1 11:16:45 2016 (r412329) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cf-uaa-lib-3.2.5.gem) = f4ced64aea555022daed9555d5045870c9024bb0e6e6defaeabb7da7e39a1660 -SIZE (rubygem/cf-uaa-lib-3.2.5.gem) = 118784 +SHA256 (rubygem/cf-uaa-lib-3.4.0.gem) = 621df9e40e6658e59b84c23a6f03b607406be417f058da8e4bada81defcf3593 +SIZE (rubygem/cf-uaa-lib-3.4.0.gem) = 119296 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54EE7AEBF49; Fri, 1 Apr 2016 11:16:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E4F81C3A; Fri, 1 Apr 2016 11:16:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGbaq003435; Fri, 1 Apr 2016 11:16:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGb3F003431; Fri, 1 Apr 2016 11:16:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGb3F003431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412327 - head/security/p5-POE-Filter-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:38 -0000 Author: sunpoet Date: Fri Apr 1 11:16:36 2016 New Revision: 412327 URL: https://svnweb.freebsd.org/changeset/ports/412327 Log: - Update to 0.29 - Update *_DEPENDS: remove PORTSDIR - Sort *_DEPENDS - Use = instead of += - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/POE-Filter-SSL/Changes Modified: head/security/p5-POE-Filter-SSL/Makefile head/security/p5-POE-Filter-SSL/distinfo head/security/p5-POE-Filter-SSL/pkg-plist Modified: head/security/p5-POE-Filter-SSL/Makefile ============================================================================== --- head/security/p5-POE-Filter-SSL/Makefile Fri Apr 1 11:16:32 2016 (r412326) +++ head/security/p5-POE-Filter-SSL/Makefile Fri Apr 1 11:16:36 2016 (r412327) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Filter-SSL -PORTVERSION= 0.28 -PORTREVISION= 2 +PORTVERSION= 0.29 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PRIVI @@ -15,14 +14,17 @@ COMMENT= The easiest and flexiblest way LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ + p5-POE>=0:devel/p5-POE \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} USES= perl5 -USE_PERL5= configure USE_OPENSSL= yes -MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/POE/Filter/SSL/SSL.so .include Modified: head/security/p5-POE-Filter-SSL/distinfo ============================================================================== --- head/security/p5-POE-Filter-SSL/distinfo Fri Apr 1 11:16:32 2016 (r412326) +++ head/security/p5-POE-Filter-SSL/distinfo Fri Apr 1 11:16:36 2016 (r412327) @@ -1,2 +1,2 @@ -SHA256 (POE-Filter-SSL-0.28.tar.gz) = 368ba76ef5fec490c1bd1d5682f9da56fd8b352dc64f9c4d7c6b2f5d46983f7b -SIZE (POE-Filter-SSL-0.28.tar.gz) = 57258 +SHA256 (POE-Filter-SSL-0.29.tar.gz) = f2cee13df71ece0b7b510bef4e0fab407b07b9fc1ceaa637286ed4ef80c0b1cc +SIZE (POE-Filter-SSL-0.29.tar.gz) = 379419 Modified: head/security/p5-POE-Filter-SSL/pkg-plist ============================================================================== --- head/security/p5-POE-Filter-SSL/pkg-plist Fri Apr 1 11:16:32 2016 (r412326) +++ head/security/p5-POE-Filter-SSL/pkg-plist Fri Apr 1 11:16:36 2016 (r412327) @@ -1,3 +1,4 @@ -%%SITE_ARCH%%/auto/POE/Filter/SSL/SSL.so %%SITE_ARCH%%/POE/Filter/SSL.pm +%%SITE_ARCH%%/auto/POE/Filter/SSL/SSL.so %%PERL5_MAN3%%/POE::Filter::SSL.3.gz +%%PERL5_MAN3%%/POE::Filter::SSL.3pm.gz From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF025AEBF5F; Fri, 1 Apr 2016 11:16:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA191D03; Fri, 1 Apr 2016 11:16:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGf9g003535; Fri, 1 Apr 2016 11:16:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGfYj003534; Fri, 1 Apr 2016 11:16:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGfYj003534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412328 - head/www/p5-WWW-Shorten X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:42 -0000 Author: sunpoet Date: Fri Apr 1 11:16:41 2016 New Revision: 412328 URL: https://svnweb.freebsd.org/changeset/ports/412328 Log: - Add LICENSE - Update *_DEPENDS: remove PORTSDIR - Add NO_ARCH Modified: head/www/p5-WWW-Shorten/Makefile Modified: head/www/p5-WWW-Shorten/Makefile ============================================================================== --- head/www/p5-WWW-Shorten/Makefile Fri Apr 1 11:16:36 2016 (r412327) +++ head/www/p5-WWW-Shorten/Makefile Fri Apr 1 11:16:41 2016 (r412328) @@ -9,10 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Abstract interface to URL shortening sites -BUILD_DEPENDS= p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \ - p5-Try-Tiny>=0.24:${PORTSDIR}/lang/p5-Try-Tiny +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-libwww>=5.835:www/p5-libwww \ + p5-Try-Tiny>=0.24:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C377AEBFC3; Fri, 1 Apr 2016 11:16:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6469D1ECF; Fri, 1 Apr 2016 11:16:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGoba003768; Fri, 1 Apr 2016 11:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGou3003766; Fri, 1 Apr 2016 11:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGou3003766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412330 - in head/sysutils/rubygem-bosh_cli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:51 -0000 Author: sunpoet Date: Fri Apr 1 11:16:50 2016 New Revision: 412330 URL: https://svnweb.freebsd.org/changeset/ports/412330 Log: - Fix gemspec for rubygem-cf-uaa-lib 3.4.0 update - Update RUN_DEPENDS: remove PORTSDIR - Bump PORTREVISION for package change Modified: head/sysutils/rubygem-bosh_cli/Makefile head/sysutils/rubygem-bosh_cli/files/patch-gemspec Modified: head/sysutils/rubygem-bosh_cli/Makefile ============================================================================== --- head/sysutils/rubygem-bosh_cli/Makefile Fri Apr 1 11:16:45 2016 (r412329) +++ head/sysutils/rubygem-bosh_cli/Makefile Fri Apr 1 11:16:50 2016 (r412330) @@ -2,6 +2,7 @@ PORTNAME= bosh_cli PORTVERSION= 1.3215.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,21 +11,21 @@ COMMENT= BOSH CLI LICENSE= APACHE20 -RUN_DEPENDS= rubygem-blobstore_client>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-blobstore_client \ - rubygem-bosh_common>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-bosh_common \ - rubygem-bosh-template>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-bosh-template \ - rubygem-cf-uaa-lib>=3.2.1:${PORTSDIR}/devel/rubygem-cf-uaa-lib \ - rubygem-highline>=1.6.2:${PORTSDIR}/devel/rubygem-highline \ - rubygem-httpclient>=2.4.0:${PORTSDIR}/www/rubygem-httpclient \ - rubygem-json_pure>=1.7:${PORTSDIR}/devel/rubygem-json_pure \ - rubygem-minitar>=0.5.4:${PORTSDIR}/archivers/rubygem-minitar \ - rubygem-netaddr>=1.5.0:${PORTSDIR}/devel/rubygem-netaddr \ - rubygem-net-scp>=1.1.0:${PORTSDIR}/security/rubygem-net-scp \ - rubygem-net-ssh>=2.9.2:${PORTSDIR}/security/rubygem-net-ssh \ - rubygem-net-ssh-gateway>=1.2.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \ - rubygem-progressbar>=0.9.0:${PORTSDIR}/devel/rubygem-progressbar \ - rubygem-sshkey>=1.7.0:${PORTSDIR}/security/rubygem-sshkey \ - rubygem-terminal-table>=1.4.3:${PORTSDIR}/textproc/rubygem-terminal-table +RUN_DEPENDS= rubygem-blobstore_client>=${PORTVERSION}:devel/rubygem-blobstore_client \ + rubygem-bosh_common>=${PORTVERSION}:devel/rubygem-bosh_common \ + rubygem-bosh-template>=${PORTVERSION}:devel/rubygem-bosh-template \ + rubygem-cf-uaa-lib>=3.2.1:devel/rubygem-cf-uaa-lib \ + rubygem-highline>=1.6.2:devel/rubygem-highline \ + rubygem-httpclient>=2.4.0:www/rubygem-httpclient \ + rubygem-json_pure>=1.7:devel/rubygem-json_pure \ + rubygem-minitar>=0.5.4:archivers/rubygem-minitar \ + rubygem-netaddr>=1.5.0:devel/rubygem-netaddr \ + rubygem-net-scp>=1.1.0:security/rubygem-net-scp \ + rubygem-net-ssh>=2.9.2:security/rubygem-net-ssh \ + rubygem-net-ssh-gateway>=1.2.0:security/rubygem-net-ssh-gateway \ + rubygem-progressbar>=0.9.0:devel/rubygem-progressbar \ + rubygem-sshkey>=1.7.0:security/rubygem-sshkey \ + rubygem-terminal-table>=1.4.3:textproc/rubygem-terminal-table NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-bosh_cli/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri Apr 1 11:16:45 2016 (r412329) +++ head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri Apr 1 11:16:50 2016 (r412330) @@ -1,8 +1,11 @@ ---- bosh_cli.gemspec.orig 2016-03-04 15:20:48 UTC +--- bosh_cli.gemspec.orig 2016-04-01 01:55:14 UTC +++ bosh_cli.gemspec -@@ -27,17 +27,17 @@ Gem::Specification.new do |s| +@@ -25,19 +25,19 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 1.3215.0"]) s.add_runtime_dependency(%q, ["~> 1.3215.0"]) - s.add_runtime_dependency(%q, ["~> 3.2.1"]) +- s.add_runtime_dependency(%q, ["~> 3.2.1"]) ++ s.add_runtime_dependency(%q, [">= 3.2.1"]) s.add_runtime_dependency(%q, ["~> 1.7"]) - s.add_runtime_dependency(%q, ["~> 1.6.2"]) - s.add_runtime_dependency(%q, ["~> 0.9.0"]) From owner-svn-ports-all@freebsd.org Fri Apr 1 11:16:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2F28AEB016; Fri, 1 Apr 2016 11:16:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C05761FA5; Fri, 1 Apr 2016 11:16:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGsBV003885; Fri, 1 Apr 2016 11:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGs6C003883; Fri, 1 Apr 2016 11:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGs6C003883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412331 - head/security/rubygem-attr_encrypted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:56 -0000 Author: sunpoet Date: Fri Apr 1 11:16:54 2016 New Revision: 412331 URL: https://svnweb.freebsd.org/changeset/ports/412331 Log: - Update to 1.4.0 - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/attr-encrypted/attr_encrypted/commits/1-x-stable Modified: head/security/rubygem-attr_encrypted/Makefile head/security/rubygem-attr_encrypted/distinfo Modified: head/security/rubygem-attr_encrypted/Makefile ============================================================================== --- head/security/rubygem-attr_encrypted/Makefile Fri Apr 1 11:16:50 2016 (r412330) +++ head/security/rubygem-attr_encrypted/Makefile Fri Apr 1 11:16:54 2016 (r412331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= attr_encrypted -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Generates attr_accessors that e LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor +RUN_DEPENDS= rubygem-encryptor>=1.3.0:security/rubygem-encryptor NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-attr_encrypted/distinfo ============================================================================== --- head/security/rubygem-attr_encrypted/distinfo Fri Apr 1 11:16:50 2016 (r412330) +++ head/security/rubygem-attr_encrypted/distinfo Fri Apr 1 11:16:54 2016 (r412331) @@ -1,2 +1,2 @@ -SHA256 (rubygem/attr_encrypted-1.3.5.gem) = 024f5fb803595841dcabd2f2083b4e480fc90e06e574e7df473b3d8b509457d4 -SIZE (rubygem/attr_encrypted-1.3.5.gem) = 20992 +SHA256 (rubygem/attr_encrypted-1.4.0.gem) = b2b4444b204e7807acc60105e7e5c58b7b9ca04c8e7e6f6afee7b74261902ba7 +SIZE (rubygem/attr_encrypted-1.4.0.gem) = 21504 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:17:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A671AEB055; Fri, 1 Apr 2016 11:17:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C19E1093; Fri, 1 Apr 2016 11:17:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGxEi003999; Fri, 1 Apr 2016 11:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGx7w003997; Fri, 1 Apr 2016 11:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGx7w003997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412332 - head/www/rubygem-unicorn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:17:00 -0000 Author: sunpoet Date: Fri Apr 1 11:16:59 2016 New Revision: 412332 URL: https://svnweb.freebsd.org/changeset/ports/412332 Log: - Update to 5.1.0 - Add LICENSE_FILE - Update RUN_DEPENDS: remove PORTSDIR Changes: http://unicorn.bogomips.org/NEWS.html Modified: head/www/rubygem-unicorn/Makefile head/www/rubygem-unicorn/distinfo Modified: head/www/rubygem-unicorn/Makefile ============================================================================== --- head/www/rubygem-unicorn/Makefile Fri Apr 1 11:16:54 2016 (r412331) +++ head/www/rubygem-unicorn/Makefile Fri Apr 1 11:16:59 2016 (r412332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,10 +11,11 @@ COMMENT= Unicorn is an HTTP server for R LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \ - rubygem-rack16>=0:${PORTSDIR}/www/rubygem-rack16 \ - rubygem-raindrops>=0.7:${PORTSDIR}/www/rubygem-raindrops +RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \ + rubygem-raindrops>=0.7:www/rubygem-raindrops USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/www/rubygem-unicorn/distinfo ============================================================================== --- head/www/rubygem-unicorn/distinfo Fri Apr 1 11:16:54 2016 (r412331) +++ head/www/rubygem-unicorn/distinfo Fri Apr 1 11:16:59 2016 (r412332) @@ -1,2 +1,2 @@ -SHA256 (rubygem/unicorn-5.0.1.gem) = 92aae12273b54384c56f820834d804f0cb3f8690c505af86cce1c585473c481c -SIZE (rubygem/unicorn-5.0.1.gem) = 208896 +SHA256 (rubygem/unicorn-5.1.0.gem) = 5b1c6a38d3503ec54d7acb6da89957ac8cba6b00ac787b6de683fb80467a9be5 +SIZE (rubygem/unicorn-5.1.0.gem) = 211456 From owner-svn-ports-all@freebsd.org Fri Apr 1 11:17:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B040DAEB098; Fri, 1 Apr 2016 11:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66C621205; Fri, 1 Apr 2016 11:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BH7JE004106; Fri, 1 Apr 2016 11:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BH7S5004105; Fri, 1 Apr 2016 11:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011117.u31BH7S5004105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412333 - head/www/rubygem-unicorn-worker-killer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:17:08 -0000 Author: sunpoet Date: Fri Apr 1 11:17:07 2016 New Revision: 412333 URL: https://svnweb.freebsd.org/changeset/ports/412333 Log: - Fix LICENSE_FILE - Update RUN_DEPENDS: remove PORTSDIR Modified: head/www/rubygem-unicorn-worker-killer/Makefile Modified: head/www/rubygem-unicorn-worker-killer/Makefile ============================================================================== --- head/www/rubygem-unicorn-worker-killer/Makefile Fri Apr 1 11:16:59 2016 (r412332) +++ head/www/rubygem-unicorn-worker-killer/Makefile Fri Apr 1 11:17:07 2016 (r412333) @@ -10,10 +10,10 @@ COMMENT= Kill unicorn workers by memory LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-get_process_mem>=0:${PORTSDIR}/devel/rubygem-get_process_mem \ - rubygem-unicorn>=4:${PORTSDIR}/www/rubygem-unicorn +RUN_DEPENDS= rubygem-get_process_mem>=0:devel/rubygem-get_process_mem \ + rubygem-unicorn>=4:www/rubygem-unicorn NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Fri Apr 1 11:17:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB90AEB10F; Fri, 1 Apr 2016 11:17:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB0A91319; Fri, 1 Apr 2016 11:17:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BHvTQ004983; Fri, 1 Apr 2016 11:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BHsSI004944; Fri, 1 Apr 2016 11:17:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011117.u31BHsSI004944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412334 - in head: devel/efl games/netradiant graphics/GraphicsMagick graphics/ImageMagick graphics/ImageMagick7 graphics/darktable graphics/gdal graphics/gegl3 graphics/gstreamer1-plug... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:17:59 -0000 Author: sunpoet Date: Fri Apr 1 11:17:54 2016 New Revision: 412334 URL: https://svnweb.freebsd.org/changeset/ports/412334 Log: - Update to 0.5.0 - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Modified: head/devel/efl/Makefile head/games/netradiant/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile head/graphics/darktable/Makefile head/graphics/gdal/Makefile head/graphics/gegl3/Makefile head/graphics/gstreamer1-plugins-webp/Makefile head/graphics/gthumb/Makefile head/graphics/ida/Makefile head/graphics/imageworsener/Makefile head/graphics/leptonica/Makefile head/graphics/librasterlite2/Makefile head/graphics/mapnik/Makefile head/graphics/openimageio/Makefile head/graphics/py-pillow/Makefile head/graphics/qt5-imageformats/Makefile head/graphics/sdl2_image/Makefile head/graphics/sdl_image/Makefile head/graphics/vips/Makefile head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-plist head/multimedia/ffmpeg/Makefile head/multimedia/libav/Makefile head/www/chromium/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit-qt5/Makefile head/www/webkit2-gtk3/Makefile head/x11-toolkits/fox17/Makefile head/x11-wm/libwraster/Makefile head/x11-wm/windowmaker/Makefile head/x11/kde4-runtime/Makefile head/x11/xpra/Makefile Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/devel/efl/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= efl PORTVERSION= 1.16.1 +PORTREVISION= 1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/games/netradiant/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= netradiant PORTVERSION= 20130630 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games cad MASTER_SITES= http://ingar.satgnu.net/gtkradiant/files/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/GraphicsMagick/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.23 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/ImageMagick/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.3-7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/ImageMagick7/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.0-0~beta${DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/beta/ \ Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/darktable/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/gdal/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/gegl3/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 Modified: head/graphics/gstreamer1-plugins-webp/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-webp/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/gstreamer1-plugins-webp/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= GStreamer webp image decoder plugin Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/gthumb/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/ida/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= ida PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} Modified: head/graphics/imageworsener/Makefile ============================================================================== --- head/graphics/imageworsener/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/imageworsener/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= imageworsener PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet Modified: head/graphics/leptonica/Makefile ============================================================================== --- head/graphics/leptonica/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/leptonica/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= leptonica PORTVERSION= 1.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.com/source/ Modified: head/graphics/librasterlite2/Makefile ============================================================================== --- head/graphics/librasterlite2/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/librasterlite2/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -4,7 +4,7 @@ PORTNAME= librasterlite2 PORTVERSION= 1.0.0 DISTVERSIONSUFFIX=-rc0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/mapnik/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -4,6 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/openimageio/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.10 DISTVERSIONPREFIX= Release- -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/py-pillow/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/qt5-imageformats/Makefile ============================================================================== --- head/graphics/qt5-imageformats/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/qt5-imageformats/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,6 +2,7 @@ PORTNAME= imageformats DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/sdl2_image/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= sdl2_image PORTVERSION= 2.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} Modified: head/graphics/sdl_image/Makefile ============================================================================== --- head/graphics/sdl_image/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/sdl_image/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/vips/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= vips PORTVERSION= 8.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/webp/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ DISTNAME= lib${PORTNAME}-${PORTVERSION} Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/webp/distinfo Fri Apr 1 11:17:54 2016 (r412334) @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.4.4.tar.gz) = c65d34edb57338e331ba4d622227a2b3179444cfca17d02c34f1ead63f603e86 -SIZE (libwebp-0.4.4.tar.gz) = 992491 +SHA256 (libwebp-0.5.0.tar.gz) = 5cd3bb7b623aff1f4e70bd611dc8dbabbf7688fd5eb225b32e02e09e37dfb274 +SIZE (libwebp-0.5.0.tar.gz) = 1121986 Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Fri Apr 1 11:17:07 2016 (r412333) +++ head/graphics/webp/pkg-plist Fri Apr 1 11:17:54 2016 (r412334) @@ -11,20 +11,20 @@ include/webp/mux_types.h include/webp/types.h lib/libwebp.a lib/libwebp.so -lib/libwebp.so.5 -lib/libwebp.so.5.0.4 +lib/libwebp.so.6 +lib/libwebp.so.6.0.0 lib/libwebpdecoder.a lib/libwebpdecoder.so -lib/libwebpdecoder.so.1 -lib/libwebpdecoder.so.1.0.4 +lib/libwebpdecoder.so.2 +lib/libwebpdecoder.so.2.0.0 lib/libwebpdemux.a lib/libwebpdemux.so -lib/libwebpdemux.so.1 -lib/libwebpdemux.so.1.0.2 +lib/libwebpdemux.so.2 +lib/libwebpdemux.so.2.0.0 lib/libwebpmux.a lib/libwebpmux.so -lib/libwebpmux.so.1 -lib/libwebpmux.so.1.0.2 +lib/libwebpmux.so.2 +lib/libwebpmux.so.2.0.0 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/multimedia/ffmpeg/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/multimedia/libav/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/www/chromium/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 49.0.2623.110 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/www/webkit-gtk2/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/www/webkit-gtk3/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 Modified: head/www/webkit-qt5/Makefile ============================================================================== --- head/www/webkit-qt5/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/www/webkit-qt5/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,6 +2,7 @@ PORTNAME= webkit DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/www/webkit2-gtk3/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/x11-toolkits/fox17/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,6 +3,7 @@ PORTNAME= fox PORTVERSION= 1.7.50 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11-wm/libwraster/Makefile ============================================================================== --- head/x11-wm/libwraster/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/x11-wm/libwraster/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/x11-wm/windowmaker/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/x11/kde4-runtime/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Fri Apr 1 11:17:07 2016 (r412333) +++ head/x11/xpra/Makefile Fri Apr 1 11:17:54 2016 (r412334) @@ -3,7 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ From owner-svn-ports-all@freebsd.org Fri Apr 1 12:01:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B04D0AEB947; Fri, 1 Apr 2016 12:01:39 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D932101D; Fri, 1 Apr 2016 12:01:39 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31C1cfq016901; Fri, 1 Apr 2016 12:01:38 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31C1c7X016900; Fri, 1 Apr 2016 12:01:38 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201604011201.u31C1c7X016900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Fri, 1 Apr 2016 12:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412335 - head/misc/seabios X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 12:01:39 -0000 Author: royger (src committer) Date: Fri Apr 1 12:01:38 2016 New Revision: 412335 URL: https://svnweb.freebsd.org/changeset/ports/412335 Log: seabios: fix failure to find python The failure has been reported by the automatic builders: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/412304/logs/errors/seabios-1.9.1.log This is because SeaBIOS doesn't have a configure phase and the paths of the required build tools need to be passed to the make command when building. Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D5804 Modified: head/misc/seabios/Makefile Modified: head/misc/seabios/Makefile ============================================================================== --- head/misc/seabios/Makefile Fri Apr 1 11:17:54 2016 (r412334) +++ head/misc/seabios/Makefile Fri Apr 1 12:01:38 2016 (r412335) @@ -12,7 +12,8 @@ LICENSE= LGPL3 USES= gmake python:build -MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" +MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" \ + PYTHON="${PYTHON_CMD}" USE_GCC= yes EXTRA_PATCHES= ${FILESDIR}/0001-build-fix-.text-section-address-alignment.patch:-p1 From owner-svn-ports-all@freebsd.org Fri Apr 1 12:06:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 663B1AEBBCC; Fri, 1 Apr 2016 12:06:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C3D14D0; Fri, 1 Apr 2016 12:06:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A809CBDC93; Fri, 1 Apr 2016 14:06:39 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 81BB2BDC73; Fri, 1 Apr 2016 14:06:39 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 2C184615F; Fri, 1 Apr 2016 14:06:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 91E3522C61AE; Fri, 1 Apr 2016 14:06:36 +0200 (CEST) Date: Fri, 01 Apr 2016 14:06:36 +0100 From: Mathieu Arnold To: Thomas Zander cc: Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, portmgr@freebsd.org Subject: Re: svn commit: r412296 - head/lang/rust Message-ID: In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========E1EE4548784C4FD58985==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 12:06:42 -0000 --==========E1EE4548784C4FD58985========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 avril 2016 12:05:47 +0200 Thomas Zander wrote: | On 1 April 2016 at 11:45, Mathieu Arnold wrote: | |> It is documented in the porter's handbook, where it all belongs: |> er.html> |> |> And, it is covered by the "Trivial and tested build and runtime fixes." |> bullet point. | | Thanks for stepping in, but I am a 100% sure that this statement will | not put the case to rest. Based on this statement: | - John will maintain his position that this commit was trivial, tested | and fixes a problem *on DragonFly* and hence *is* covered by the | blanket | - I will maintain my position that this commit does *not* fix a | problem *on FreeBSD* and hence is *not* covered by the blanket | | I am totally fine accepting any verdict from portmgr, but I want it to | be inescapably clear. Please review the commit and let us know once | and for all: Is this particular one covered by the blanket or not? *I* would say that you are right and it's not a FreeBSD fix, and thus, is not covered by the blanket. But I don't know what portmgr as a whole thinks about it. -- Mathieu Arnold --==========E1EE4548784C4FD58985========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW/mRMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IkmQP/RG5At2oew5JLdz+wevgAVFe m83vUX5NN99Uvia/Lr3ahQSFZVb5zbpMuTHTzaXDYcRPRUb3F/qBhkjglBeT51KK +v61OlvHDlqp20FAHDMqb1OczrqR2Dz1Lep1BVp8f84jjsx3RG4RecCvw30KO4bG EEDcY4I3tZvfVYCM0qHgVewMWt75DWfs7gjkLobrVke26ovKiH0PgQ8knRfN1I3M zvPT1s/ejgq5uXECEgxHW+4Hg6kSSvsbhd+/5dCRgtp/byszo5BlWqzapRQc+DPv 3CH6P5lgUWLsHKPIJ0kIyLESBs8q3/Q/wTIlMcCPWxdxlbbmWh34YhUo0VwenVcm 175dQtR0WwxdLpLVopzDdw3JjS3uupONS2wxCVh/tr9qfNri7xW91vtjm+McPP0G PURVaPwZ0Tj1xSwopPvgXSnnn6j5ehvsbCDCFqFZmc5X9zfqvgqudSEKkcgu7Nz8 LSl6f5vEoSRPyh7oPv1/IvATZ8BVemEiDJb89m4MnZ83sM6rekV14QcJ600diVAB SQ7tObNNoNWiZ1o6QZ4sMTcZllGdHb9VDBrDVyg/bPfAJlfPb1hwgYWwbQYaurUv lx/9syUjNG7tC0QsR0K0qdW90vAZovCOCd/5BkAZTkpBsN8Zv0/VitZeaK6dqwO2 bJLTfxjQqYuFC+KGMcW/ =u9p5 -----END PGP SIGNATURE----- --==========E1EE4548784C4FD58985==========-- From owner-svn-ports-all@freebsd.org Fri Apr 1 12:15:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9EDAAEBF0D; Fri, 1 Apr 2016 12:15:16 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B3DD1ADD; Fri, 1 Apr 2016 12:15:16 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31CFFXs022612; Fri, 1 Apr 2016 12:15:15 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31CFFrj022611; Fri, 1 Apr 2016 12:15:15 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201604011215.u31CFFrj022611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Fri, 1 Apr 2016 12:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412336 - head/mail/cyrus-imapd25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 12:15:16 -0000 Author: ume Date: Fri Apr 1 12:15:15 2016 New Revision: 412336 URL: https://svnweb.freebsd.org/changeset/ports/412336 Log: Add missing dependency to pkgconfig when HTTP option is on. Modified: head/mail/cyrus-imapd25/Makefile Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Fri Apr 1 12:01:38 2016 (r412335) +++ head/mail/cyrus-imapd25/Makefile Fri Apr 1 12:15:15 2016 (r412336) @@ -62,6 +62,7 @@ HTTP_DESC= Enable HTTP (beta quality) HTTP_CONFIGURE_ENABLE= http HTTP_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ libical.so:${PORTSDIR}/devel/libical +HTTP_USES= pkgconfig HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled From owner-svn-ports-all@freebsd.org Fri Apr 1 12:47:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C239AAEC739; Fri, 1 Apr 2016 12:47:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85F4F1679; Fri, 1 Apr 2016 12:47:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31Cl6Ek031511; Fri, 1 Apr 2016 12:47:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Cl6um031508; Fri, 1 Apr 2016 12:47:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604011247.u31Cl6um031508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 1 Apr 2016 12:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412337 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 12:47:07 -0000 Author: olgeni Date: Fri Apr 1 12:47:06 2016 New Revision: 412337 URL: https://svnweb.freebsd.org/changeset/ports/412337 Log: Update lang/elixir to version 1.2.4. Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo head/lang/elixir/pkg-plist Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Fri Apr 1 12:15:15 2016 (r412336) +++ head/lang/elixir/Makefile Fri Apr 1 12:47:06 2016 (r412337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= http://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Fri Apr 1 12:15:15 2016 (r412336) +++ head/lang/elixir/distinfo Fri Apr 1 12:47:06 2016 (r412337) @@ -1,4 +1,6 @@ -SHA256 (elixir/1.2.3/elixir-lang-elixir-v1.2.3_GH0.tar.gz) = 886e4efea0e9bbbb4ba55ea659986fb3460c5b77045410c10144838192214827 -SIZE (elixir/1.2.3/elixir-lang-elixir-v1.2.3_GH0.tar.gz) = 1662478 -SHA256 (elixir/1.2.3/Docs.zip) = cde7d85405a85fb0184cd9f96e690cae49ba8dda965883868975f6b550e7a9ed -SIZE (elixir/1.2.3/Docs.zip) = 1066628 +SHA256 (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 16759ff84d08b480b7e5499716e663b2fffd26e20cf2863de5613bc7bb05c817 +SIZE (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 1665033 +SHA256 (elixir/1.2.4/Docs.zip) = da97f0a7dd5d46087f696c00faab5a2d3a1838bca0436c79ec1fa1d5c4b37e2a +SIZE (elixir/1.2.4/Docs.zip) = 1070891 +SHA256 (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 16759ff84d08b480b7e5499716e663b2fffd26e20cf2863de5613bc7bb05c817 +SIZE (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 1665033 Modified: head/lang/elixir/pkg-plist ============================================================================== --- head/lang/elixir/pkg-plist Fri Apr 1 12:15:15 2016 (r412336) +++ head/lang/elixir/pkg-plist Fri Apr 1 12:47:06 2016 (r412337) @@ -151,6 +151,7 @@ bin/mix %%SRC%%lib/elixir/lib/mix/lib/mix/task.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.start.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.build.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.check.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.install.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.uninstall.ex @@ -170,6 +171,7 @@ bin/mix %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.get.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.loadpaths.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.precompile.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.unlock.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/deps.update.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/do.ex @@ -330,6 +332,8 @@ lib/elixir/lib/elixir/ebin/Elixir.Runtim lib/elixir/lib/elixir/ebin/Elixir.Set.beam lib/elixir/lib/elixir/ebin/Elixir.Stream.Reducers.beam lib/elixir/lib/elixir/ebin/Elixir.Stream.beam +lib/elixir/lib/elixir/ebin/Elixir.String.Break.beam +lib/elixir/lib/elixir/ebin/Elixir.String.Casing.beam lib/elixir/lib/elixir/ebin/Elixir.String.Chars.Atom.beam lib/elixir/lib/elixir/ebin/Elixir.String.Chars.BitString.beam lib/elixir/lib/elixir/ebin/Elixir.String.Chars.Float.beam @@ -339,7 +343,6 @@ lib/elixir/lib/elixir/ebin/Elixir.String lib/elixir/lib/elixir/ebin/Elixir.String.Chars.Version.Requirement.beam lib/elixir/lib/elixir/ebin/Elixir.String.Chars.Version.beam lib/elixir/lib/elixir/ebin/Elixir.String.Chars.beam -lib/elixir/lib/elixir/ebin/Elixir.String.Graphemes.beam lib/elixir/lib/elixir/ebin/Elixir.String.Normalizer.beam lib/elixir/lib/elixir/ebin/Elixir.String.Unicode.beam lib/elixir/lib/elixir/ebin/Elixir.String.beam @@ -499,6 +502,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.State lib/elixir/lib/mix/ebin/Elixir.Mix.Task.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Start.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.Build.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.Check.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.Install.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.Uninstall.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.beam @@ -517,6 +521,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Compile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Get.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Loadpaths.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Precompile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Unlock.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Update.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.beam @@ -740,6 +745,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Start.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Build.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Check.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Install.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Uninstall.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.html @@ -757,6 +763,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Compile.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Get.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Loadpaths.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Precompile.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Unlock.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Update.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.html From owner-svn-ports-all@freebsd.org Fri Apr 1 12:56:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3F06AECA17; Fri, 1 Apr 2016 12:56:38 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from mail.droso.net (sloth.droso.dk [IPv6:2001:4b98:dc2:53:216:3eff:fee8:c1ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52B571C0F; Fri, 1 Apr 2016 12:56:38 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from 2a02-0980-2510-ba00-b8c2-0de2-9849-045b.v6.fullrate.ninja (2a02-0980-2510-ba00-b8c2-0de2-9849-045b.v6.fullrate.ninja [IPv6:2a02:980:2510:ba00:b8c2:de2:9849:45b]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.droso.net (Postfix) with ESMTPSA id 346D620145; Fri, 1 Apr 2016 12:56:25 +0000 (UTC) Authentication-Results: sloth; dmarc=none header.from=FreeBSD.org Subject: Re: svn commit: r412296 - head/lang/rust Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_0DABE711-9C11-4CEE-ABB4-3CDE9FE16680"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: Erwin Lansing In-Reply-To: Date: Fri, 1 Apr 2016 14:56:19 +0200 Cc: Thomas Zander , Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, portmgr@freebsd.org Message-Id: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.3124) X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Report: * -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% * [score: 0.2981] * 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sloth X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 12:56:38 -0000 --Apple-Mail=_0DABE711-9C11-4CEE-ABB4-3CDE9FE16680 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 01 Apr 2016, at 15:06, Mathieu Arnold wrote: >=20 > +--On 1 avril 2016 12:05:47 +0200 Thomas Zander = wrote: > | On 1 April 2016 at 11:45, Mathieu Arnold wrote: > | > |> It is documented in the porter's handbook, where it all belongs: > |> = |> er.html> > |> > |> And, it is covered by the "Trivial and tested build and runtime = fixes." > |> bullet point. > | > | Thanks for stepping in, but I am a 100% sure that this statement = will > | not put the case to rest. Based on this statement: > | - John will maintain his position that this commit was trivial, = tested > | and fixes a problem *on DragonFly* and hence *is* covered by the > | blanket > | - I will maintain my position that this commit does *not* fix a > | problem *on FreeBSD* and hence is *not* covered by the blanket > | > | I am totally fine accepting any verdict from portmgr, but I want it = to > | be inescapably clear. Please review the commit and let us know once > | and for all: Is this particular one covered by the blanket or not? >=20 > *I* would say that you are right and it's not a FreeBSD fix, and thus, = is > not covered by the blanket. But I don't know what portmgr as a whole > thinks about it. Rather than nitpick what the rules say exactly, I=E2=80=99d take a step = back and consider how we like to work together. On the surface, it = indeed seems a trivial commit, but on the other hand the port has an = active maintainer, from whom a quick reply could be expected. Taken = together, I would have chosen to ask the maintainer first, out of = respect for the maintainer. In a similar situation, I would imagine = myself as the maintainer and how I would feel if I saw a commit happen = to my port and wonder why the change was so important it couldn=E2=80=99t = wait for me to have a look at it first. We have this great = technological platform, but in the end it=E2=80=99s the people that make = this project. Just because there is a rule or policy that might allow = one to do something, does not mean it=E2=80=99s the right thing to do. Erwin --Apple-Mail=_0DABE711-9C11-4CEE-ABB4-3CDE9FE16680 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJW/m/3AAoJEFF75hSlwe7HZoQH/i/ZL+Xh4E4IACM/+ygVz5A+ OT/9vKHPT65+Rfb5Y3ANxQILJZxrnz2cUyOnFpZELvyNak0sn+rOjFEWWpLLRR8x lmq5ChKM2F7NIv/22zXBGq5LW6NVj1+KuDZ/o7UnL7lbKIKxfamKGb0CzZwuQOLM iWKVetF80rRP5uNyy0Nnkk7MRsT0l+zGH0763JC64KxoZbhXgP4zQzlAYPvNbnWE uz6JgETAMAyN8Q2Pf6AlDV3JKcdL997WaYLuxeqABPjFnCO6XE946X7tI8VHQeBQ fkrTZxJ+ZHe3LrW8JLRHgLgp+2Qlu3jKLYurij/v7XRHl8cBJLtHDIfuRI2RQNw= =EcR0 -----END PGP SIGNATURE----- --Apple-Mail=_0DABE711-9C11-4CEE-ABB4-3CDE9FE16680-- From owner-svn-ports-all@freebsd.org Fri Apr 1 13:03:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 857C6AECC44; Fri, 1 Apr 2016 13:03:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52E04107B; Fri, 1 Apr 2016 13:03:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31D3sKU037518; Fri, 1 Apr 2016 13:03:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31D3sX9037517; Fri, 1 Apr 2016 13:03:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011303.u31D3sX9037517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 13:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412338 - head/graphics/piddle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:03:55 -0000 Author: amdmi3 Date: Fri Apr 1 13:03:54 2016 New Revision: 412338 URL: https://svnweb.freebsd.org/changeset/ports/412338 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/graphics/piddle/Makefile Modified: head/graphics/piddle/Makefile ============================================================================== --- head/graphics/piddle/Makefile Fri Apr 1 12:47:06 2016 (r412337) +++ head/graphics/piddle/Makefile Fri Apr 1 13:03:54 2016 (r412338) @@ -11,14 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Drawing library for Python +LICENSE= GPLv2+ + USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Fri Apr 1 13:04:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 188DBAECC89; Fri, 1 Apr 2016 13:04:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA52D1162; Fri, 1 Apr 2016 13:04:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31D4Gej037630; Fri, 1 Apr 2016 13:04:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31D4GWJ037629; Fri, 1 Apr 2016 13:04:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011304.u31D4GWJ037629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 13:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412339 - head/graphics/urt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:04:17 -0000 Author: amdmi3 Date: Fri Apr 1 13:04:15 2016 New Revision: 412339 URL: https://svnweb.freebsd.org/changeset/ports/412339 Log: - Switch to options helpers Modified: head/graphics/urt/Makefile Modified: head/graphics/urt/Makefile ============================================================================== --- head/graphics/urt/Makefile Fri Apr 1 13:03:54 2016 (r412338) +++ head/graphics/urt/Makefile Fri Apr 1 13:04:15 2016 (r412339) @@ -32,17 +32,15 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} ALL_TARGET= # none USE_LDCONFIG= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img @(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img) -.endif - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so .include From owner-svn-ports-all@freebsd.org Fri Apr 1 13:12:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13DB0AECF11; Fri, 1 Apr 2016 13:12:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D326D165B; Fri, 1 Apr 2016 13:12:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DClC4040658; Fri, 1 Apr 2016 13:12:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DCllX040657; Fri, 1 Apr 2016 13:12:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011312.u31DCllX040657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 13:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412340 - head/devel/sdl20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:12:49 -0000 Author: amdmi3 Date: Fri Apr 1 13:12:47 2016 New Revision: 412340 URL: https://svnweb.freebsd.org/changeset/ports/412340 Log: - Fix typos PR: 207112 Submitted by: mikael.urankar@gmail.com Approved by: maintainer timeout (mva, 1.5 months) Modified: head/devel/sdl20/Makefile Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Fri Apr 1 13:04:15 2016 (r412339) +++ head/devel/sdl20/Makefile Fri Apr 1 13:12:47 2016 (r412340) @@ -79,7 +79,7 @@ SDL_POWER_DESC= Enable the SDL Power su SDL_RENDER_DESC= Enable the SDL Render subsystem SDL_THREADS_DESC= Enable the SDL Threads subsystem SDL_TIMERS_DESC= Enable the SDL Timers subsystem -SDL_VIDEO_DESC= Eanble the SDL Video subsystem +SDL_VIDEO_DESC= Enable the SDL Video subsystem VIDEO_OPENGL_DESC= OpenGL rendering support VIDEO_X11_DESC= X11 rendering support @@ -98,7 +98,7 @@ SDL_POWER_CONFIGURE_ENABLE= power SDL_RENDER_CONFIGURE_ENABLE= render SDL_THREADS_CONFIGURE_ENABLE= threads SDL_TIMERS_CONFIGURE_ENABLE= timers -SDL_VIDEO_CONFIGURE_EANBLE= video +SDL_VIDEO_CONFIGURE_ENABLE= video .include From owner-svn-ports-all@freebsd.org Fri Apr 1 13:16:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF0FAECFCD; Fri, 1 Apr 2016 13:16:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30D5B17C4; Fri, 1 Apr 2016 13:16:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DGHdt040884; Fri, 1 Apr 2016 13:16:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DGHMI040883; Fri, 1 Apr 2016 13:16:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011316.u31DGHMI040883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412341 - head/net/ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:16:18 -0000 Author: mat Date: Fri Apr 1 13:16:17 2016 New Revision: 412341 URL: https://svnweb.freebsd.org/changeset/ports/412341 Log: Fix props. Sponsored by: Absolight Modified: head/net/ntp-devel/Makefile.inc (contents, props changed) Modified: head/net/ntp-devel/Makefile.inc ============================================================================== --- head/net/ntp-devel/Makefile.inc Fri Apr 1 13:12:47 2016 (r412340) +++ head/net/ntp-devel/Makefile.inc Fri Apr 1 13:16:17 2016 (r412341) @@ -1,4 +1,4 @@ -# $FreeBSD: head/net/ntp/Makefile.inc 374987 2014-12-20 00:41:16Z cy $ +# $FreeBSD$ OPTIONS_DEFINE= NTPSNMPD \ SSL \ From owner-svn-ports-all@freebsd.org Fri Apr 1 13:18:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB8F8AEB052; Fri, 1 Apr 2016 13:18:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E3B21966; Fri, 1 Apr 2016 13:18:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DIQah043190; Fri, 1 Apr 2016 13:18:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DIHEH043098; Fri, 1 Apr 2016 13:18:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011318.u31DIHEH043098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412342 - in head: Mk accessibility/dasher accessibility/gok accessibility/orca archivers/file-roller astro/gpsman astro/routino audio/ccaudio2 audio/jack_mixer audio/libcanberra audio/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:18:27 -0000 Author: mat Date: Fri Apr 1 13:18:17 2016 New Revision: 412342 URL: https://svnweb.freebsd.org/changeset/ports/412342 Log: Fixup some whitespace at the beginning of lines problems. With hat: portmgr Sponsored by: Absolight Modified: head/Mk/bsd.port.mk (contents, props changed) head/Mk/bsd.port.subdir.mk (contents, props changed) head/accessibility/dasher/Makefile (contents, props changed) head/accessibility/gok/Makefile (contents, props changed) head/accessibility/orca/Makefile (contents, props changed) head/archivers/file-roller/Makefile (contents, props changed) head/astro/gpsman/Makefile (contents, props changed) head/astro/routino/Makefile (contents, props changed) head/audio/ccaudio2/Makefile (contents, props changed) head/audio/jack_mixer/Makefile (contents, props changed) head/audio/libcanberra/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/osalp/Makefile (contents, props changed) head/comms/aprsd/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-PChome/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-Socket2Air/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-chtsns/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-emome/Makefile (contents, props changed) head/converters/fribidi/Makefile (contents, props changed) head/databases/freetds/Makefile (contents, props changed) head/databases/leofs/Makefile (contents, props changed) head/databases/libgda4/Makefile (contents, props changed) head/databases/libgda5/Makefile (contents, props changed) head/databases/mysql57-server/Makefile (contents, props changed) head/databases/p5-DBIx-Dump/Makefile (contents, props changed) head/databases/p5-DBIx-Sunny/Makefile (contents, props changed) head/databases/rubygem-dm-serializer/Makefile (contents, props changed) head/deskutils/vit/Makefile (contents, props changed) head/devel/bmake/Makefile (contents, props changed) head/devel/cdash/Makefile (contents, props changed) head/devel/cmake/Makefile (contents, props changed) head/devel/cons-test/Makefile (contents, props changed) head/devel/cvsdadm/Makefile (contents, props changed) head/devel/dcmtk/Makefile (contents, props changed) head/devel/eggdbus/Makefile (contents, props changed) head/devel/gitlist/Makefile (contents, props changed) head/devel/glib20-reference/Makefile (contents, props changed) head/devel/gnome-vfsmm/Makefile (contents, props changed) head/devel/go-json-rest/Makefile (contents, props changed) head/devel/go-sql-driver/Makefile (contents, props changed) head/devel/gsoap/Makefile (contents, props changed) head/devel/libqxt/Makefile (contents, props changed) head/devel/libvirt/Makefile (contents, props changed) head/devel/newtonsoft-json/Makefile (contents, props changed) head/devel/omniORB-4.1/Makefile (contents, props changed) head/devel/omniORB/Makefile (contents, props changed) head/devel/p5-JSON-Path/Makefile (contents, props changed) head/devel/p5-JSON-Schema/Makefile (contents, props changed) head/devel/p5-POE-Component-RSSAggregator/Makefile (contents, props changed) head/devel/pinba_engine/Makefile (contents, props changed) head/devel/rubygem-paperclip/Makefile (contents, props changed) head/devel/rubygem-ruby-bugzilla/Makefile (contents, props changed) head/devel/ucommon/Makefile (contents, props changed) head/dns/getdns/Makefile (contents, props changed) head/dns/p5-pgeodns/Makefile (contents, props changed) head/editors/gedit-plugins/Makefile (contents, props changed) head/editors/the/Makefile (contents, props changed) head/ftp/wget/Makefile (contents, props changed) head/games/adonthell/Makefile (contents, props changed) head/games/cultivation/Makefile (contents, props changed) head/games/gcompris/Makefile (contents, props changed) head/games/gnono/Makefile (contents, props changed) head/games/osgg/Makefile (contents, props changed) head/games/stransball2/Makefile (contents, props changed) head/games/tetrinet-x/Makefile (contents, props changed) head/graphics/cinepaint/Makefile (contents, props changed) head/graphics/gimp-app/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/p5-Graphics-Color/Makefile (contents, props changed) head/graphics/py-gvgen/Makefile (contents, props changed) head/irc/evangeline/Makefile (contents, props changed) head/java/netbeans/Makefile (contents, props changed) head/lang/expect/Makefile (contents, props changed) head/lang/haskell-mode.el/Makefile (contents, props changed) head/mail/evolution-mapi/Makefile (contents, props changed) head/mail/evolution/Makefile (contents, props changed) head/mail/roundcube-sauserprefs/Makefile (contents, props changed) head/mail/simscan/Makefile (contents, props changed) head/mail/tmda/Makefile (contents, props changed) head/mail/tpop3d/Makefile (contents, props changed) head/math/spooles/Makefile (contents, props changed) head/math/superlu_mt/Makefile (contents, props changed) head/math/vtk5/Makefile (contents, props changed) head/math/vtk6/Makefile (contents, props changed) head/multimedia/gstreamer-plugins/Makefile (contents, props changed) head/multimedia/ogmtools/Makefile (contents, props changed) head/net-im/ejabberd/Makefile (contents, props changed) head/net-im/empathy/Makefile (contents, props changed) head/net-im/libnice/Makefile (contents, props changed) head/net-im/pidgin-libnotify/Makefile (contents, props changed) head/net-im/telegram/Makefile (contents, props changed) head/net-im/telepathy-butterfly/Makefile (contents, props changed) head/net-mgmt/centreon-clib/Makefile (contents, props changed) head/net-mgmt/icli/Makefile (contents, props changed) head/net-mgmt/librenms/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-cli/Makefile (contents, props changed) head/net/avahi-app/Makefile (contents, props changed) head/net/exaddos/Makefile (contents, props changed) head/net/freeradius3/Makefile (contents, props changed) head/net/hsflowd/Makefile (contents, props changed) head/net/netatalk/Makefile (contents, props changed) head/net/netatalk3/Makefile (contents, props changed) head/net/nss-pam-ldapd/Makefile (contents, props changed) head/net/ntp-devel/Makefile.inc (contents, props changed) head/net/ntp/Makefile.inc (contents, props changed) head/net/openmq/Makefile (contents, props changed) head/net/p5-Net-AMQP/Makefile (contents, props changed) head/net/p5-Net-Frame-Dump/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-ICMPv6/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/Makefile (contents, props changed) head/net/p5-Net-Frame/Makefile (contents, props changed) head/net/p5-REST-Google/Makefile (contents, props changed) head/net/pwhois/Makefile (contents, props changed) head/net/py-avahi/Makefile (contents, props changed) head/net/thcrut/Makefile (contents, props changed) head/net/wireshark/Makefile (contents, props changed) head/ports-mgmt/packagekit/Makefile (contents, props changed) head/portuguese/hunspell/Makefile (contents, props changed) head/science/p5-Mcstas-Tools/Makefile (contents, props changed) head/science/psychopy/Makefile (contents, props changed) head/security/arm/Makefile (contents, props changed) head/security/fprintd/Makefile (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/openbsm-devel/Makefile (contents, props changed) head/security/pam_ldap/Makefile (contents, props changed) head/security/sguil/Makefile (contents, props changed) head/sysutils/bacula-server/Makefile (contents, props changed) head/sysutils/brasero/Makefile (contents, props changed) head/sysutils/consolekit/Makefile (contents, props changed) head/sysutils/envconsul/Makefile (contents, props changed) head/sysutils/hal/Makefile (contents, props changed) head/sysutils/mate-control-center/Makefile (contents, props changed) head/sysutils/msktutil/Makefile (contents, props changed) head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/riak-cs/Makefile (contents, props changed) head/sysutils/rubygem-chef/Makefile (contents, props changed) head/sysutils/runit/Makefile (contents, props changed) head/sysutils/uptimed/Makefile (contents, props changed) head/sysutils/vpnc-scripts/Makefile (contents, props changed) head/textproc/dwdiff/Makefile (contents, props changed) head/textproc/kmfl-sil-ipa-unicode/Makefile (contents, props changed) head/textproc/linuxdoc-tools/Makefile (contents, props changed) head/textproc/msort/Makefile (contents, props changed) head/textproc/p5-Net-Snort-Parser/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile (contents, props changed) head/textproc/py-sphinx_numfig/Makefile (contents, props changed) head/textproc/rarian/Makefile (contents, props changed) head/textproc/scim-kmfl-imengine/Makefile (contents, props changed) head/textproc/xqilla/Makefile (contents, props changed) head/textproc/zorba/Makefile (contents, props changed) head/www/aws/Makefile (contents, props changed) head/www/awstats/Makefile (contents, props changed) head/www/gtkhtml3/Makefile (contents, props changed) head/www/logtools/Makefile (contents, props changed) head/www/mod_vhs/Makefile (contents, props changed) head/www/otrs/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Log-Handler/Makefile (contents, props changed) head/www/p5-FCGI-Async/Makefile (contents, props changed) head/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile (contents, props changed) head/www/seahub/Makefile (contents, props changed) head/x11-fonts/libXft/Makefile (contents, props changed) head/x11-toolkits/blt/Makefile (contents, props changed) head/x11-toolkits/fltk-devel/Makefile (contents, props changed) head/x11-toolkits/fox16/Makefile (contents, props changed) head/x11-toolkits/gnocl/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp10/Makefile (contents, props changed) head/x11-wm/e16/Makefile (contents, props changed) head/x11-wm/wmakerconf/Makefile (contents, props changed) head/x11/gdm/Makefile (contents, props changed) head/x11/libxklavier/Makefile (contents, props changed) head/x11/thingylaunch/Makefile (contents, props changed) head/x11/xscreensaver-gnome/Makefile (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Apr 1 13:16:17 2016 (r412341) +++ head/Mk/bsd.port.mk Fri Apr 1 13:18:17 2016 (r412342) @@ -3424,7 +3424,7 @@ check-install-conflicts: .if defined(DEFER_CONFLICTS_CHECK) @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ - | while read pkgname prfx orgn; do \ + | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ @@ -3442,7 +3442,7 @@ check-install-conflicts: .else @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ - | while read pkgname prfx orgn; do \ + | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ Modified: head/Mk/bsd.port.subdir.mk ============================================================================== --- head/Mk/bsd.port.subdir.mk Fri Apr 1 13:16:17 2016 (r412341) +++ head/Mk/bsd.port.subdir.mk Fri Apr 1 13:18:17 2016 (r412342) @@ -481,7 +481,7 @@ _PORTSEARCH= \ -v icase="$${icase:-${PORTSEARCH_IGNORECASE}}" \ 'BEGIN { \ if (icase) { \ - if (length(name)) name = tolower(name); if (length(xname)) xname = tolower(xname); \ + if (length(name)) name = tolower(name); if (length(xname)) xname = tolower(xname); \ } \ fields["name"] = 1; names[1] = "Port"; \ fields["destination"] = 2; names[2] = "Moved"; \ @@ -494,9 +494,9 @@ _PORTSEARCH= \ sub(".*\/", "", oldname); newname = sub(".*\/", "", newname); \ if (((icase ? tolower(oldname) : oldname) ~ name) || \ ((icase ? tolower(newname) : newname) ~ name)) { \ - for (i = 1; i <= 4; i++) { \ - printf("%s:\t%s\n", names[i], $$i); \ - } \ + for (i = 1; i <= 4; i++) { \ + printf("%s:\t%s\n", names[i], $$i); \ + } \ print(""); \ } \ }' ${MOVEDDIR}/${MOVEDFILE}; \ Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/accessibility/dasher/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -35,6 +35,6 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ - ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp + ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp .include Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/accessibility/gok/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/accessibility/orca/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py + ${WRKSRC}/src/orca/orca_i18n.py .include Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/archivers/file-roller/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,7 +14,7 @@ COMMENT= Archive manager for zip files, BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - zipinfo:${PORTSDIR}/archivers/unzip + zipinfo:${PORTSDIR}/archivers/unzip # Port unzip is desired, but specify the uniquely named zipinfo to ensure # archivers/unzip is pulled in. Using "unzip" is satisfied by base unzip Modified: head/astro/gpsman/Makefile ============================================================================== --- head/astro/gpsman/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/astro/gpsman/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -25,7 +25,7 @@ DOCS_SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" \ - ${WRKSRC}/util/exerciser.tcl \ + ${WRKSRC}/util/exerciser.tcl \ ${WRKSRC}/manual/html/info/l_realtime.doc.txt \ ${WRKSRC}/gpsman.tcl @${REINPLACE_CMD} -e "s:%%WISH%%:${WISH}:; s:%%GPSMANDIR%%:${GPSMANDIR}:g" ${WRKSRC}/gpsman.tcl Modified: head/astro/routino/Makefile ============================================================================== --- head/astro/routino/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/astro/routino/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -19,9 +19,9 @@ USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf ${REINPLACE_CMD} 's|gcc|${CC}|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \ Modified: head/audio/ccaudio2/Makefile ============================================================================== --- head/audio/ccaudio2/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/audio/ccaudio2/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp \ - libucommon.so:${PORTSDIR}/devel/ucommon \ + libucommon.so:${PORTSDIR}/devel/ucommon \ libgsm.so:${PORTSDIR}/audio/gsm \ libspeex.so:${PORTSDIR}/audio/speex Modified: head/audio/jack_mixer/Makefile ============================================================================== --- head/audio/jack_mixer/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/audio/jack_mixer/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ - ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 + ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= libtool pkgconfig python Modified: head/audio/libcanberra/Makefile ============================================================================== --- head/audio/libcanberra/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/audio/libcanberra/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -62,6 +62,6 @@ PLIST_SUB+= GSTREAMER="@comment " post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/audio/musicpd/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -197,7 +197,7 @@ post-patch: start=$$(expr $$(${SED} -n '/^# type *"oss"/=' \ ${WRKSRC}/doc/mpdconf.example) - 1); \ finish=$$(for n in $$(${JOT} 10 $$start); do \ - [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ + [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ "#}" ] && echo $$n || true; done); \ ${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \ ${WRKSRC}/doc/mpdconf.example Modified: head/audio/osalp/Makefile ============================================================================== --- head/audio/osalp/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/audio/osalp/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ COMMENT= Open Source Audio Library Proje RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ - libvorbis.so:${PORTSDIR}/audio/libvorbis + libvorbis.so:${PORTSDIR}/audio/libvorbis USES= libtool GNU_CONFIGURE= yes Modified: head/comms/aprsd/Makefile ============================================================================== --- head/comms/aprsd/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/comms/aprsd/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -31,7 +31,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${REINPLACE_CMD} -e 's|%%CONFPATH%%|${PREFIX}/etc/aprsd/|' \ - -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ + -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ ${WRKSRC}/src/aprsd.cpp ${REINPLACE_CMD} -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ ${WRKSRC}/src/utils.cpp Modified: head/comms/p5-SMS-Send-TW-PChome/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-PChome/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/comms/p5-SMS-Send-TW-PChome/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for sms.pchome.com.tw RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/comms/p5-SMS-Send-TW-Socket2Air/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-Socket2Air/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/comms/p5-SMS-Send-TW-Socket2Air/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= SMS::Send driver for Socket2Air RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/comms/p5-SMS-Send-TW-chtsns/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-chtsns/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/comms/p5-SMS-Send-TW-chtsns/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= SMS::Send driver for SNS service of CHT RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv Modified: head/comms/p5-SMS-Send-TW-emome/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-emome/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/comms/p5-SMS-Send-TW-emome/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for www.emome.net RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Text-Iconv>=:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/converters/fribidi/Makefile ============================================================================== --- head/converters/fribidi/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/converters/fribidi/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -24,7 +24,7 @@ CONFIGURE_ARGS+=--disable-debug post-patch: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ - ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config + ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config post-install: ${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${STAGEDIR}${PREFIX}/bin Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/freetds/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lgcrypt -lpthread CONFIGURE_ARGS= --with-tdsver=${TDS_VER} --sysconfdir=${ETCDIR} \ - --enable-sybase-compat --enable-msdblib + --enable-sybase-compat --enable-msdblib USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/leofs/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -232,11 +232,11 @@ do-install: cd ${STAGEDIR}${PREFIX} ; \ ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///} \ ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type f -o -type l \ - | ${SORT} > ${WRKDIR}/PLIST.leofs + | ${SORT} > ${WRKDIR}/PLIST.leofs cd ${STAGEDIR}${PREFIX} ; \ ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///} \ ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d -empty \ - | ${SORT} -r | ${SED} -e 's/^/@dir /' \ + | ${SORT} -r | ${SED} -e 's/^/@dir /' \ >> ${WRKDIR}/PLIST.leofs ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.leofs" >> ${WRKDIR}/ex.script Modified: head/databases/libgda4/Makefile ============================================================================== --- head/databases/libgda4/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/libgda4/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -131,14 +131,14 @@ CONFIGURE_ARGS+= --without-java post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ -e 's|ldb47|l${BDB_LIB_NAME}|g' \ -e 's|ldb|l${BDB_LIB_NAME}|g' \ -e 's|libdb|lib${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ + ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA4_SLAVE}!="no" #. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres Modified: head/databases/libgda5/Makefile ============================================================================== --- head/databases/libgda5/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/libgda5/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -99,14 +99,14 @@ CONFIGURE_ARGS+= --without-java post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ -e 's|ldb47|l${BDB_LIB_NAME}|g' \ -e 's|ldb|l${BDB_LIB_NAME}|g' \ -e 's|libdb|lib${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ + ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA5_SLAVE} == jdbc @${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH}|g' \ Modified: head/databases/mysql57-server/Makefile ============================================================================== --- head/databases/mysql57-server/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/mysql57-server/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -76,7 +76,7 @@ USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugi MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ mysql.server.1 mysql_convert_table_format.1 mysql_fix_extensions.1 \ mysql_install_db.1 mysql_plugin.1 mysql_secure_installation.1 mysql_setpermission.1 \ - mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ + mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlman.1 \ mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1 Modified: head/databases/p5-DBIx-Dump/Makefile ============================================================================== --- head/databases/p5-DBIx-Dump/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/p5-DBIx-Dump/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -13,7 +13,7 @@ COMMENT= Module for dumping database (DB BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS USES= perl5 Modified: head/databases/p5-DBIx-Sunny/Makefile ============================================================================== --- head/databases/p5-DBIx-Sunny/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/p5-DBIx-Sunny/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-DBI>=1.615:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny USES= perl5 USE_PERL5= modbuild Modified: head/databases/rubygem-dm-serializer/Makefile ============================================================================== --- head/databases/rubygem-dm-serializer/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/databases/rubygem-dm-serializer/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ rubygem-fastercsv>=1.5:${PORTSDIR}/devel/rubygem-fastercsv \ - rubygem-json>=1.6:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.6:${PORTSDIR}/devel/rubygem-json \ rubygem-json_pure>=1.6:${PORTSDIR}/devel/rubygem-json_pure \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json Modified: head/deskutils/vit/Makefile ============================================================================== --- head/deskutils/vit/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/deskutils/vit/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -12,7 +12,7 @@ COMMENT= Curses-based interface to taskw LICENSE= GPLv3 RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ task:${PORTSDIR}/deskutils/taskwarrior BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/bmake/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -33,8 +33,8 @@ do-install: ${SH} ${WRKDIR}/mk/install-mk ${STAGEDIR}${PREFIX}/share/mk cd ${STAGEDIR}${PREFIX} ; \ ${FIND} share/mk -type f -o -type l \ - | ${SORT} \ - >${WRKDIR}/PLIST.share-mk + | ${SORT} \ + >${WRKDIR}/PLIST.share-mk ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.share-mk" >> ${WRKDIR}/ex.script ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script Modified: head/devel/cdash/Makefile ============================================================================== --- head/devel/cdash/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/cdash/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt USES= dos2unix cmake:outsource zip DOS2UNIX_GLOB= *.php *.xml *.xsl *.txt CMAKE_ARGS= -DCDASH_DB_NAME:STRING=cdash \ - -DCDASH_DB_LOGIN:STRING=cdash \ - -DCDASH_DB_TYPE:STRING=${DB_TYPE} + -DCDASH_DB_LOGIN:STRING=cdash \ + -DCDASH_DB_TYPE:STRING=${DB_TYPE} USE_PHP= curl gd pdo session xsl zlib NO_ARCH= yes Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/cmake/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e 's,/opt/kde4,${KDE4_PREFIX},g' \ ${WRKSRC}/Modules/FindKDE4.cmake @${REINPLACE_CMD} -e 's,/usr/include,${LOCALBASE}/include,' \ - ${WRKSRC}/Modules/FindDCMTK.cmake + ${WRKSRC}/Modules/FindDCMTK.cmake @${FIND} ${WRKSRC} -name "*.bak" -delete -o -name "*.orig" -delete # cmake-gui(1) is installed by devel/cmake-gui. Remove the man page's source to Modified: head/devel/cons-test/Makefile ============================================================================== --- head/devel/cons-test/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/cons-test/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -43,7 +43,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t ${PERL} -e 'for (${TESTS}) {$$f=sprintf "t%04d.t", $$_;\ $$x= "${INSTALL_DATA} ${WRKSRC}/t/$$f \ - ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t";\ + ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t";\ printf "$$x\n"; system $$x;}' @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/Test/Cmd ${INSTALL_DATA} ${WRKSRC}/Test/Cmd.pm \ Modified: head/devel/cvsdadm/Makefile ============================================================================== --- head/devel/cvsdadm/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/cvsdadm/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \ - SAVANNAH + SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Tool for CVSd pserver user administration Modified: head/devel/dcmtk/Makefile ============================================================================== --- head/devel/dcmtk/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/dcmtk/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -11,14 +11,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit to work with DICOM objects LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes USES= cmake:outsource jpeg CMAKE_ARGS+= -DDCMTK_WITH_DOXYGEN:BOOL=OFF \ - -DDCMTK_WITH_OPENSSL:BOOL=ON + -DDCMTK_WITH_OPENSSL:BOOL=ON SHLIBS= dcmdata dcmdsig dcmimage dcmimgle dcmjpeg dcmnet \ dcmpstat dcmqrdb dcmsr dcmtls dcmwlm ijg8 ijg12 \ Modified: head/devel/eggdbus/Makefile ============================================================================== --- head/devel/eggdbus/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/eggdbus/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -24,11 +24,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib BUILD_DEPENDS+= docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml \ - xsltproc:${PORTSDIR}/textproc/libxslt \ + xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl post-patch: @${REINPLACE_CMD} -e 's|-Wl,--as-needed||' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include Modified: head/devel/gitlist/Makefile ============================================================================== --- head/devel/gitlist/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/gitlist/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -29,7 +29,7 @@ post-patch: ${MKDIR} ${WRKSRC}/cache cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's|/usr/bin/git|/usr/local/bin/git|g' config.ini-example; \ - ${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST}; + ${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST}; ${ECHO} "@dir %%WWWDIR%%/vendor/phpmd/phpmd/setup" >> ${PLIST} ${ECHO} "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%/cache" >> ${PLIST} Modified: head/devel/glib20-reference/Makefile ============================================================================== --- head/devel/glib20-reference/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/glib20-reference/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -8,7 +8,7 @@ BOOKS= glib gobject gio do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}; \ cd ${REFERENCE_SRC}/${d}/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}; \ fi Modified: head/devel/gnome-vfsmm/Makefile ============================================================================== --- head/devel/gnome-vfsmm/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/gnome-vfsmm/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -24,7 +24,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2. post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \ - /^SUBDIRS =/s/docs//' \ + /^SUBDIRS =/s/docs//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in Modified: head/devel/go-json-rest/Makefile ============================================================================== --- head/devel/go-json-rest/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/go-json-rest/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -20,7 +20,7 @@ GO_PKGNAME= github.com/ant0ine/go-json-r post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} @${INSTALL_DATA} ${GO_WRKDIR_PKG}/${GO_PKGNAME}/trie.a \ - ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} + ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" Modified: head/devel/go-sql-driver/Makefile ============================================================================== --- head/devel/go-sql-driver/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/go-sql-driver/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -6,7 +6,7 @@ PORTVERSION= 1.1 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= GH \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ MAINTAINER= lattera@gmail.com COMMENT= Lightweight and fast MySQL driver for go Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/gsoap/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -22,7 +22,7 @@ OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_LDFLAGS= -L${LOCALBASE}/lib Modified: head/devel/libqxt/Makefile ============================================================================== --- head/devel/libqxt/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/libqxt/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -37,7 +37,7 @@ COMMIT= dadc327c2a6a WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${COMMIT} PLIST_SUB+= SHVER_1=${PORTVERSION} \ - SHVER_2=${PORTVERSION:R} \ + SHVER_2=${PORTVERSION:R} \ SHVER_3=${PORTVERSION:R:R} OPTIONS_DEFAULT= AVAHI Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/libvirt/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -112,7 +112,7 @@ CONF_FILES= \ libxl.conf \ qemu.conf \ virtlockd.conf \ - virtlogd.conf + virtlogd.conf post-patch: @${REINPLACE_CMD} -e 's|ln -s ../default.xml|true|' \ Modified: head/devel/newtonsoft-json/Makefile ============================================================================== --- head/devel/newtonsoft-json/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/newtonsoft-json/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -37,8 +37,8 @@ do-build: do-install: (cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \ ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil \ - /root ${STAGEDIR}${PREFIX}/lib/ \ - /package Newtonsoft.Json /i Newtonsoft.Json.dll) + /root ${STAGEDIR}${PREFIX}/lib/ \ + /package Newtonsoft.Json /i Newtonsoft.Json.dll) (cd ${WRKDIR} && ${INSTALL_DATA} Newtonsoft.Json.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig) Modified: head/devel/omniORB-4.1/Makefile ============================================================================== --- head/devel/omniORB-4.1/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/omniORB-4.1/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -39,7 +39,7 @@ BINS= catior convertior genior nameclt o pre-configure: ${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in ${REINPLACE_CMD} -e 's#%%STAGEDIR%%%%PREFIX%%#${STAGEDIR}${PREFIX}#g' \ - ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in + ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so \ Modified: head/devel/omniORB/Makefile ============================================================================== --- head/devel/omniORB/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/omniORB/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -30,7 +30,7 @@ STATIC_CONFIGURE_OFF= --disable-static post-patch: @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in @${REINPLACE_CMD} -e 's#%%STAGEDIR%%%%PREFIX%%#${STAGEDIR}${PREFIX}#g' \ - ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in + ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in post-install: @${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl')" Modified: head/devel/p5-JSON-Path/Makefile ============================================================================== --- head/devel/p5-JSON-Path/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/p5-JSON-Path/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,7 +14,7 @@ COMMENT= Search nested hashref/arrayref LICENSE= MIT BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-LV>=0:${PORTSDIR}/devel/p5-LV RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-JSON-Schema/Makefile ============================================================================== --- head/devel/p5-JSON-Schema/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/p5-JSON-Schema/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -13,10 +13,10 @@ COMMENT= Validate JSON against a schema LICENSE= MIT BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ - p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \ - p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \ - p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \ + p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \ + p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \ + p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification \ p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple Modified: head/devel/p5-POE-Component-RSSAggregator/Makefile ============================================================================== --- head/devel/p5-POE-Component-RSSAggregator/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/p5-POE-Component-RSSAggregator/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,8 +14,8 @@ COMMENT= Watch Muliple RSS Feeds for New BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-RSS-Feed>=0:${PORTSDIR}/textproc/p5-XML-RSS-Feed \ - p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP + p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/pinba_engine/Makefile ============================================================================== --- head/devel/pinba_engine/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/pinba_engine/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -10,10 +10,10 @@ MAINTAINER= raven428@gmail.com COMMENT= Mysql-engine part of statistics server for PHP BUILD_DEPENDS= ${LOCALBASE}/include/google/protobuf/descriptor.h:${PORTSDIR}/devel/protobuf \ - ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent2 \ + ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent2 \ ${LOCALBASE}/include/Judy.h:${PORTSDIR}/devel/judy \ ${LOCALBASE}/lib/mysql/plugin:${PORTSDIR}/${_MYSQL_SERVER} \ - ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ + ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ bison:${PORTSDIR}/devel/bison \ cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf Modified: head/devel/rubygem-paperclip/Makefile ============================================================================== --- head/devel/rubygem-paperclip/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/rubygem-paperclip/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \ + rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \ rubygem-mimemagic>=0.3.0:${PORTSDIR}/misc/rubygem-mimemagic \ - rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types + rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-ruby-bugzilla/Makefile ============================================================================== --- head/devel/rubygem-ruby-bugzilla/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/rubygem-ruby-bugzilla/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \ - rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline + rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline NO_ARCH= yes USE_RUBY= yes Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/devel/ucommon/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= cmake:outsource pathfix pkgconfig CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \ - -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \ + -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \ -DCMAKE_INSTALL_MANDIR:STRING=man USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/dns/getdns/Makefile ============================================================================== --- head/dns/getdns/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/dns/getdns/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -6,7 +6,7 @@ PORTVERSION= 0.9.0 PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ - https://mirrors.rit.edu/zi/ \ + https://mirrors.rit.edu/zi/ \ http://getdnsapi.net/dist/ \ http://mirrors.rit.edu/zi/ @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libidn.so:${PORTSDIR}/dns/libidn \ + libidn.so:${PORTSDIR}/dns/libidn \ libldns.so:${PORTSDIR}/dns/ldns \ libunbound.so:${PORTSDIR}/dns/unbound @@ -56,7 +56,7 @@ post-patch: ${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -Ee 's,^(sharedoc = ).*,\1${WRKDIR}/doc,' \ - -e '/echo .\*\*\*/d' ${WRKSRC}/Makefile.in + -e '/echo .\*\*\*/d' ${WRKSRC}/Makefile.in post-install: .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/dns/p5-pgeodns/Makefile ============================================================================== --- head/dns/p5-pgeodns/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/dns/p5-pgeodns/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Geographic NameServer BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn Modified: head/editors/gedit-plugins/Makefile ============================================================================== --- head/editors/gedit-plugins/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/editors/gedit-plugins/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -43,7 +43,7 @@ GLIB_SCHEMAS+= org.gnome.gedit.plugins.t post-patch: @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include Modified: head/editors/the/Makefile ============================================================================== --- head/editors/the/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/editors/the/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-rexx=regina post-extract: ${REINPLACE_CMD} -e 's|(datadir)/THE|(datadir)/the|g' \ - -e 's|/share/THE|/share/the|g' ${WRKSRC}/Makefile.in + -e 's|/share/THE|/share/the|g' ${WRKSRC}/Makefile.in pre-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/ftp/wget/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -65,7 +65,7 @@ INFO= wget # eliminate gmakism post-patch: ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ - -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \ + -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \ ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/adonthell/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -8,7 +8,7 @@ PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ - wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} + wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Free role playing game Modified: head/games/cultivation/Makefile ============================================================================== --- head/games/cultivation/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/cultivation/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|font\.tga|${DATADIR}/font.tga|; \ s|language\.txt|${DATADIR}/language.txt|; \ s|features\.txt|${DATADIR}/features.txt|' \ - ${BUILD_WRKSRC}/game.cpp + ${BUILD_WRKSRC}/game.cpp @${REINPLACE_CMD} -e 's|"languages"|"${DATADIR}/languages"|' \ ${WRKSRC}/../minorGems/util/TranslationManager.cpp Modified: head/games/gcompris/Makefile ============================================================================== --- head/games/gcompris/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/gcompris/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -31,7 +31,7 @@ USE_GNOME= intlhack gnomeprefix gtk20 py post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/src/gcompris/gcompris.c + ${WRKSRC}/src/gcompris/gcompris.c @${FIND} ${WRKSRC} -type f -name "*.bak" -delete post-install: Modified: head/games/gnono/Makefile ============================================================================== --- head/games/gnono/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/gnono/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -19,7 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ - 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' + 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' @${REINPLACE_CMD} -e 's|glib/garray.h|glib.h|g' \ -e 's|glib/gmessages.h|glib.h|g' \ -e 's|glib/gtypes.h|glib.h|g' \ Modified: head/games/osgg/Makefile ============================================================================== --- head/games/osgg/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/osgg/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -31,7 +31,7 @@ do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \ -lGL -lSDL_image -lSDL_ttf -lSDL_mixer -o ${PORTNAME} \ -DDATADIR="\"${DATADIR}/\"" \ - main.cpp text.cpp sound.cpp + main.cpp text.cpp sound.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/games/stransball2/Makefile ============================================================================== --- head/games/stransball2/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/stransball2/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -33,7 +33,7 @@ post-patch: @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} \ -e 's|demos/|${DATADIR}/&|g; s|graphics/|${DATADIR}/&|g; \ s|maps/|${DATADIR}/&|g; s|sound/|${DATADIR}/&|g; \ - s|"maps"|"${DATADIR}/maps"|g' + s|"maps"|"${DATADIR}/maps"|g' do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/games/tetrinet-x/Makefile ============================================================================== --- head/games/tetrinet-x/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/games/tetrinet-x/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -6,7 +6,7 @@ PORTVERSION= 1.13.16 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ - ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ + ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz Modified: head/graphics/cinepaint/Makefile ============================================================================== --- head/graphics/cinepaint/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/graphics/cinepaint/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -18,7 +18,7 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/gr liblcms.so:${PORTSDIR}/graphics/lcms \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ - libfltk.so:${PORTSDIR}/x11-toolkits/fltk + libfltk.so:${PORTSDIR}/x11-toolkits/fltk OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/graphics/gimp-app/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -121,7 +121,7 @@ post-patch: @${REINPLACE_CMD} -e 's/-u /-Wl,-u,/' \ ${WRKSRC}/app/Makefile.in @${REINPLACE_CMD} -e 's|"libpng"|"libpng15"|' \ - -e 's|x86_64|amd64|g' \ + -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure .include Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/graphics/inkscape/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -82,6 +82,6 @@ CXX= ${LOCALBASE}/bin/clang++34 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include Modified: head/graphics/p5-Graphics-Color/Makefile ============================================================================== --- head/graphics/p5-Graphics-Color/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/graphics/p5-Graphics-Color/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -15,10 +15,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library \ p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \ - p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ - p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \ - p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types + p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \ + p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ + p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \ + p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta Modified: head/graphics/py-gvgen/Makefile ============================================================================== --- head/graphics/py-gvgen/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/graphics/py-gvgen/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -22,9 +22,9 @@ NO_ARCH= yes OPTIONS_DEFINE= DOCS PORTDOCS= crypto-folks.png gvgen-legend.png gvgen-propertyforeachlinks.2.png \ - gvgen-smartmode-2.png gvgen-cluster-node-link.png gvgen-legendin.png \ + gvgen-smartmode-2.png gvgen-cluster-node-link.png gvgen-legendin.png \ gvgen-propertylink.png gvgen-styles.png gvgen-defaultstyle.png \ - gvgen-links.png gvgen-smartmode-1.png + gvgen-links.png gvgen-smartmode-1.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/irc/evangeline/Makefile ============================================================================== --- head/irc/evangeline/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/irc/evangeline/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ - --with-tclinc=${TCL_INCLUDEDIR}/tcl.h + --with-tclinc=${TCL_INCLUDEDIR}/tcl.h PLIST_FILES= bin/evangeline Modified: head/java/netbeans/Makefile ============================================================================== --- head/java/netbeans/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/java/netbeans/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -5,7 +5,7 @@ PORTNAME= netbeans PORTVERSION= 8.1 CATEGORIES= java devel MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \ - http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ + http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ DISTNAME= netbeans-${PORTVERSION}-201510222201 MAINTAINER= kwm@FreeBSD.org Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/lang/expect/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -28,7 +28,7 @@ PLIST_SUB+= EXPECT_VER=${PORTVERSION} \ post-install: ${LN} -sf expect${PORTVERSION}/libexpect${LIBEXPECT_VER}.so \ - ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 + ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 ${LN} -sf libexpect.so.1 \ ${STAGEDIR}${PREFIX}/lib/libexpect.so Modified: head/lang/haskell-mode.el/Makefile ============================================================================== --- head/lang/haskell-mode.el/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/lang/haskell-mode.el/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -27,7 +27,7 @@ ELISPFILES= ghc-core.el ghci-script-mode haskell-collapse.el haskell-commands.el \ haskell-compile.el haskell-compat.el \ haskell-complete-module.el haskell-completions.el \ - haskell-customize.el \ + haskell-customize.el \ haskell-debug.el haskell-decl-scan.el \ haskell-doc.el haskell-font-lock.el haskell-hoogle.el \ haskell-indent.el haskell-indentation.el \ Modified: head/mail/evolution-mapi/Makefile ============================================================================== --- head/mail/evolution-mapi/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/evolution-mapi/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -32,6 +32,6 @@ post-patch: ${WRKSRC}/src/libexchangemapi/Makefile.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ -e 's|$$(prefix)/$$(DATADIRNAME)/|$$(prefix)/share/|g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/evolution/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -108,10 +108,10 @@ CONFIGURE_ARGS+=--disable-contact-maps post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ + -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-Wl,--no-undefined||g' \ -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/modules/spamassassin/evolution-spamassassin.c \ ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c Modified: head/mail/roundcube-sauserprefs/Makefile ============================================================================== --- head/mail/roundcube-sauserprefs/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/roundcube-sauserprefs/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -6,7 +6,7 @@ PORTVERSION= 1.10 # PLEASE MIRROR DISTFI PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \ - LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ + LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= roundcube- DISTNAME= ${PORTNAME} Modified: head/mail/simscan/Makefile ============================================================================== --- head/mail/simscan/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/simscan/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -42,7 +42,7 @@ DSPAM_DESC= Turn on DSPAM scanning CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \ --enable-qmaildir=${QMAIL_PREFIX} \ - --enable-spamc-user=n \ + --enable-spamc-user=n \ --enable-workdir=${WORKDIR} \ --enable-user=nobody Modified: head/mail/tmda/Makefile ============================================================================== --- head/mail/tmda/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/tmda/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -22,7 +22,7 @@ NO_ARCH= yes DOCS= CODENAMES CRYPTO README THANKS NEWS UPGRADE SAMPLES= tmda.el tofmipd.sysconfig vtmdarc SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ - smtp-check-sender tofmipd.init tofmipd.sysconfig \ + smtp-check-sender tofmipd.init tofmipd.sysconfig \ update-internaldomains vadduser-tmda vmailmgr-vdir.sh \ vpopmail-vdir.sh wrapfd3.sh Modified: head/mail/tpop3d/Makefile ============================================================================== --- head/mail/tpop3d/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/mail/tpop3d/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -59,7 +59,7 @@ USE_RC_SUBR= tpop3d DEFAULT_CONFIG= ${PREFIX}/etc/tpop3d.conf.sample PORTDOCS= CHANGES CREDITS FAQ HACKING INSTALL PORTABILITY \ - README README.POP-before-SMTP README.auth_mysql TODO + README README.POP-before-SMTP README.auth_mysql TODO post-patch: @${REINPLACE_CMD} '/^CFLAGS/ s, -g -O2,,' \ Modified: head/math/spooles/Makefile ============================================================================== --- head/math/spooles/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/math/spooles/Makefile Fri Apr 1 13:18:17 2016 (r412342) @@ -38,7 +38,7 @@ CONFLICTS= spooles-mpich-2* .if ${PORT_OPTIONS:MDOCS} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} AllInOne.ps.gz Eigen.ps.gz \ - Install.ps.gz LinSol.ps.gz Ordering.ps.gz \ + Install.ps.gz LinSol.ps.gz Ordering.ps.gz \ PP99.ps.gz ReferenceManual.ps.gz .endif Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Fri Apr 1 13:16:17 2016 (r412341) +++ head/math/superlu_mt/Makefile Fri Apr 1 13:18:17 2016 (r412342) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 13:23:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE02AEB2B5; Fri, 1 Apr 2016 13:23:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9367B1D9E; Fri, 1 Apr 2016 13:23:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DNc2d046088; Fri, 1 Apr 2016 13:23:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DNc9u046087; Fri, 1 Apr 2016 13:23:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011323.u31DNc9u046087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412343 - head/audio/libmatemixer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:23:40 -0000 Author: mat Date: Fri Apr 1 13:23:38 2016 New Revision: 412343 URL: https://svnweb.freebsd.org/changeset/ports/412343 Log: Fix prop. Sponsored by: Absolight Modified: Directory Properties: head/audio/libmatemixer/Makefile (props changed) From owner-svn-ports-all@freebsd.org Fri Apr 1 13:29:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2C6AAEB45D; Fri, 1 Apr 2016 13:29:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2625C1F28; Fri, 1 Apr 2016 13:29:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DTNWH058511; Fri, 1 Apr 2016 13:29:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DTHHF058446; Fri, 1 Apr 2016 13:29:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011329.u31DTHHF058446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412344 - in head: Mk Mk/Uses accessibility/accerciser accessibility/at-spi accessibility/at-spi2-atk accessibility/at-spi2-core accessibility/caribou accessibility/dasher accessibility... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:29:24 -0000 Author: mat Date: Fri Apr 1 13:29:15 2016 New Revision: 412344 URL: https://svnweb.freebsd.org/changeset/ports/412344 Log: Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. With hat: portmgr Sponsored by: Absolight Modified: head/Mk/Uses/gecko.mk head/Mk/bsd.fpc.mk (contents, props changed) head/Mk/bsd.gecko.mk (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) head/accessibility/accerciser/Makefile (contents, props changed) head/accessibility/at-spi/Makefile (contents, props changed) head/accessibility/at-spi2-atk/Makefile (contents, props changed) head/accessibility/at-spi2-core/Makefile (contents, props changed) head/accessibility/caribou/Makefile (contents, props changed) head/accessibility/dasher/Makefile (contents, props changed) head/accessibility/eflite/Makefile (contents, props changed) head/accessibility/gnome-speech/Makefile (contents, props changed) head/accessibility/gnopernicus/Makefile (contents, props changed) head/accessibility/gok/Makefile (contents, props changed) head/accessibility/java-access-bridge/Makefile (contents, props changed) head/accessibility/jovie/Makefile (contents, props changed) head/accessibility/kaccessible/Makefile (contents, props changed) head/accessibility/kdeaccessibility4/Makefile (contents, props changed) head/accessibility/mousetweaks/Makefile (contents, props changed) head/accessibility/orca/Makefile (contents, props changed) head/accessibility/py-atspi/Makefile (contents, props changed) head/accessibility/py3-atspi/Makefile (contents, props changed) head/accessibility/redshift/Makefile (contents, props changed) head/accessibility/rubygem-atk/Makefile (contents, props changed) head/accessibility/speech-dispatcher/Makefile (contents, props changed) head/arabic/khotot/Makefile (contents, props changed) head/archivers/advancecomp/Makefile (contents, props changed) head/archivers/ark/Makefile (contents, props changed) head/archivers/dact/Makefile (contents, props changed) head/archivers/deco/Makefile (contents, props changed) head/archivers/dpkg/Makefile (contents, props changed) head/archivers/engrampa/Makefile (contents, props changed) head/archivers/epkg/Makefile (contents, props changed) head/archivers/file-roller/Makefile (contents, props changed) head/archivers/fpc-unzip/Makefile (contents, props changed) head/archivers/gcab/Makefile (contents, props changed) head/archivers/hlextract/Makefile (contents, props changed) head/archivers/innoextract/Makefile (contents, props changed) head/archivers/javatar/Makefile (contents, props changed) head/archivers/libarchive/Makefile (contents, props changed) head/archivers/liborange/Makefile (contents, props changed) head/archivers/libpar2/Makefile (contents, props changed) head/archivers/lrzip/Makefile (contents, props changed) head/archivers/lzop/Makefile (contents, props changed) head/archivers/makeself/Makefile (contents, props changed) head/archivers/p5-Archive-Any-Lite/Makefile (contents, props changed) head/archivers/p5-Archive-Any-Plugin-Rar/Makefile (contents, props changed) head/archivers/p5-Archive-Any/Makefile (contents, props changed) head/archivers/p5-Archive-Extract-Libarchive/Makefile (contents, props changed) head/archivers/p5-Archive-Peek/Makefile (contents, props changed) head/archivers/p5-Archive-Rar/Makefile (contents, props changed) head/archivers/p5-Archive-SimpleExtractor/Makefile (contents, props changed) head/archivers/p5-Archive-Tar/Makefile (contents, props changed) head/archivers/p5-Archive-Zip/Makefile (contents, props changed) head/archivers/p5-Compress-LZO/Makefile (contents, props changed) head/archivers/p5-Compress-LZW/Makefile (contents, props changed) head/archivers/p5-Compress-Raw-Bzip2/Makefile (contents, props changed) head/archivers/p5-Compress-Raw-Lzma/Makefile (contents, props changed) head/archivers/p5-Compress-Raw-Zlib/Makefile (contents, props changed) head/archivers/p5-Compress-Snappy/Makefile (contents, props changed) head/archivers/p5-IO-Compress-Lzf/Makefile (contents, props changed) head/archivers/p5-IO-Compress-Lzma/Makefile (contents, props changed) head/archivers/p5-IO-Compress-Lzop/Makefile (contents, props changed) head/archivers/p5-IO-Compress/Makefile (contents, props changed) head/archivers/p5-POE-Filter-Bzip2/Makefile (contents, props changed) head/archivers/p5-POE-Filter-LZF/Makefile (contents, props changed) head/archivers/p5-POE-Filter-LZO/Makefile (contents, props changed) head/archivers/p5-POE-Filter-LZW/Makefile (contents, props changed) head/archivers/p5-POE-Filter-Zlib/Makefile (contents, props changed) head/archivers/p5-PerlIO-via-Bzip2/Makefile (contents, props changed) head/archivers/par2cmdline-tbb/Makefile (contents, props changed) head/archivers/pear-File_Archive/Makefile (contents, props changed) head/archivers/peazip/Makefile (contents, props changed) head/archivers/php5-snappy/Makefile (contents, props changed) head/archivers/pigz/Makefile (contents, props changed) head/archivers/plzip/Makefile (contents, props changed) head/archivers/py-attic/Makefile (contents, props changed) head/archivers/py-libarchive-c/Makefile (contents, props changed) head/archivers/py-librtfcomp/Makefile (contents, props changed) head/archivers/py-python-snappy/Makefile (contents, props changed) head/archivers/py-rarfile/Makefile (contents, props changed) head/archivers/rar/Makefile (contents, props changed) head/archivers/rox-archive/Makefile (contents, props changed) head/archivers/rpm4/Makefile (contents, props changed) head/archivers/rubygem-archive-zip/Makefile (contents, props changed) head/archivers/rvm/Makefile (contents, props changed) head/archivers/snappy-java/Makefile (contents, props changed) head/archivers/snzip/Makefile (contents, props changed) head/archivers/squeeze/Makefile (contents, props changed) head/archivers/star/Makefile (contents, props changed) head/archivers/tardy/Makefile (contents, props changed) head/archivers/unarchiver/Makefile (contents, props changed) head/archivers/unfoo/Makefile (contents, props changed) head/archivers/upx/Makefile (contents, props changed) head/archivers/xarchive/Makefile (contents, props changed) head/archivers/xarchiver/Makefile (contents, props changed) head/archivers/zutils/Makefile (contents, props changed) head/astro/R-cran-maptools/Makefile (contents, props changed) head/astro/astrometry/Makefile (contents, props changed) head/astro/boinc-astropulse/Makefile (contents, props changed) head/astro/boinc-setiathome-v7/Makefile (contents, props changed) head/astro/celestia/Makefile (contents, props changed) head/astro/cfitsio/Makefile (contents, props changed) head/astro/foxtrotgps/Makefile (contents, props changed) head/astro/geographiclib/Makefile (contents, props changed) head/astro/gkrellmoon2/Makefile (contents, props changed) head/astro/gmapcatcher/Makefile (contents, props changed) head/astro/google-earth/Makefile (contents, props changed) head/astro/gpsbabel14/Makefile (contents, props changed) head/astro/gpscorrelate/Makefile (contents, props changed) head/astro/gpsd/Makefile (contents, props changed) head/astro/gpsdrive/Makefile (contents, props changed) head/astro/gpsprune/Makefile (contents, props changed) head/astro/gpxloggerd/Makefile (contents, props changed) head/astro/kstars/Makefile (contents, props changed) head/astro/libkgeomap/Makefile (contents, props changed) head/astro/libosmpbf/Makefile (contents, props changed) head/astro/marble/Makefile (contents, props changed) head/astro/merkaartor/Makefile (contents, props changed) head/astro/mymoon/Makefile (contents, props changed) head/astro/nightfall/Makefile (contents, props changed) head/astro/osmium/Makefile (contents, props changed) head/astro/p5-Astro-ADS/Makefile (contents, props changed) head/astro/p5-Astro-Catalog/Makefile (contents, props changed) head/astro/p5-Astro-Coords/Makefile (contents, props changed) head/astro/p5-Astro-DSS/Makefile (contents, props changed) head/astro/p5-Astro-FITS-CFITSIO/Makefile (contents, props changed) head/astro/p5-Astro-Flux/Makefile (contents, props changed) head/astro/p5-Astro-Hipparcos/Makefile (contents, props changed) head/astro/p5-Astro-PAL/Makefile (contents, props changed) head/astro/p5-Astro-SIMBAD-Client/Makefile (contents, props changed) head/astro/p5-Astro-SIMBAD/Makefile (contents, props changed) head/astro/p5-Astro-SpaceTrack/Makefile (contents, props changed) head/astro/p5-Astro-SunTime/Makefile (contents, props changed) head/astro/p5-Astro-Sunrise/Makefile (contents, props changed) head/astro/p5-Astro-Telescope/Makefile (contents, props changed) head/astro/p5-Astro-satpass/Makefile (contents, props changed) head/astro/p5-GPS-Babel/Makefile (contents, props changed) head/astro/p5-GPS/Makefile (contents, props changed) head/astro/p5-Starlink-AST/Makefile (contents, props changed) head/astro/p5-Weather-Underground/Makefile (contents, props changed) head/astro/p5-ZConf-Weather/Makefile (contents, props changed) head/astro/ptiger/Makefile (contents, props changed) head/astro/py-RO/Makefile (contents, props changed) head/astro/py-aipy/Makefile (contents, props changed) head/astro/py-astLib/Makefile (contents, props changed) head/astro/py-pyfits/Makefile (contents, props changed) head/astro/qlandkartegt/Makefile (contents, props changed) head/astro/qmapshack/Makefile (contents, props changed) head/astro/readosm/Makefile (contents, props changed) head/astro/rmap/Makefile (contents, props changed) head/astro/roadmap/Makefile (contents, props changed) head/astro/sunclock/Makefile (contents, props changed) head/astro/tkgeomap/Makefile (contents, props changed) head/astro/viking/Makefile (contents, props changed) head/astro/wcslib/Makefile (contents, props changed) head/astro/weatherspect/Makefile (contents, props changed) head/astro/wmspaceweather/Makefile (contents, props changed) head/astro/xeartk/Makefile (contents, props changed) head/astro/xephem/Makefile (contents, props changed) head/astro/xmoontool/Makefile (contents, props changed) head/astro/xplanet/Makefile (contents, props changed) head/astro/xtide/Makefile (contents, props changed) head/audio/HVSC-Update/Makefile (contents, props changed) head/audio/aacplusenc/Makefile (contents, props changed) head/audio/abcde/Makefile (contents, props changed) head/audio/abraca/Makefile (contents, props changed) head/audio/acoustid-fingerprinter/Makefile (contents, props changed) head/audio/adplay/Makefile (contents, props changed) head/audio/alienwah/Makefile (contents, props changed) head/audio/alure/Makefile (contents, props changed) head/audio/amarok-kde4/Makefile (contents, props changed) head/audio/amb-plugins/Makefile (contents, props changed) head/audio/aqualung/Makefile (contents, props changed) head/audio/ardour/Makefile (contents, props changed) head/audio/ario/Makefile (contents, props changed) head/audio/arss/Makefile (contents, props changed) head/audio/ascd/Makefile (contents, props changed) head/audio/asunder/Makefile (contents, props changed) head/audio/atunes/Makefile (contents, props changed) head/audio/aubio/Makefile (contents, props changed) head/audio/audacity/Makefile (contents, props changed) head/audio/audex/Makefile (contents, props changed) head/audio/audiere/Makefile (contents, props changed) head/audio/audiotag/Makefile (contents, props changed) head/audio/autotalent/Makefile (contents, props changed) head/audio/baresip/Makefile (contents, props changed) head/audio/baresip/Makefile.depends (contents, props changed) head/audio/baudline/Makefile (contents, props changed) head/audio/beast/Makefile (contents, props changed) head/audio/beets/Makefile (contents, props changed) head/audio/blop/Makefile (contents, props changed) head/audio/boodler/Makefile (contents, props changed) head/audio/bristol/Makefile (contents, props changed) head/audio/calf/Makefile (contents, props changed) head/audio/cantata/Makefile (contents, props changed) head/audio/caps-plugins/Makefile (contents, props changed) head/audio/ccaudio2/Makefile (contents, props changed) head/audio/cd2mp3/Makefile (contents, props changed) head/audio/celt/Makefile (contents, props changed) head/audio/chromaprint/Makefile (contents, props changed) head/audio/clementine-player/Makefile (contents, props changed) head/audio/cmp3/Makefile (contents, props changed) head/audio/cmt/Makefile (contents, props changed) head/audio/cmus/Makefile (contents, props changed) head/audio/codec2/Makefile (contents, props changed) head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/creox/Makefile (contents, props changed) head/audio/crip/Makefile (contents, props changed) head/audio/csound/Makefile (contents, props changed) head/audio/csound6/Makefile (contents, props changed) head/audio/cue2toc/Makefile (contents, props changed) head/audio/cueplayer/Makefile (contents, props changed) head/audio/darkice/Makefile (contents, props changed) head/audio/dcd/Makefile (contents, props changed) head/audio/deadbeef-jack-plugin/Makefile (contents, props changed) head/audio/deadbeef-mpris-plugin/Makefile (contents, props changed) head/audio/deadbeef-mpris2-plugin/Makefile (contents, props changed) head/audio/deadbeef-musical-spectrum-plugin/Makefile (contents, props changed) head/audio/deadbeef-playback-status-plugin/Makefile (contents, props changed) head/audio/deadbeef-quick-search-plugin/Makefile (contents, props changed) head/audio/deadbeef-vu-meter-plugin/Makefile (contents, props changed) head/audio/deadbeef-waveform-seekbar-plugin/Makefile (contents, props changed) head/audio/deadbeef/Makefile (contents, props changed) head/audio/decibel-audio-player/Makefile (contents, props changed) head/audio/deforaos-mixer/Makefile (contents, props changed) head/audio/dekagen/Makefile (contents, props changed) head/audio/denemo/Makefile (contents, props changed) head/audio/dir2ogg/Makefile (contents, props changed) head/audio/dream/Makefile (contents, props changed) head/audio/dsbmixer/Makefile (contents, props changed) head/audio/dssi/Makefile (contents, props changed) head/audio/dumb/Makefile (contents, props changed) head/audio/easytag/Makefile (contents, props changed) head/audio/eawplus/Makefile (contents, props changed) head/audio/ecasound/Makefile (contents, props changed) head/audio/enscribe/Makefile (contents, props changed) head/audio/esound/Makefile (contents, props changed) head/audio/espeak/Makefile (contents, props changed) head/audio/esperanza/Makefile (contents, props changed) head/audio/exaile/Makefile (contents, props changed) head/audio/extace/Makefile (contents, props changed) head/audio/ezstream/Makefile (contents, props changed) head/audio/faac/Makefile (contents, props changed) head/audio/fapg/Makefile (contents, props changed) head/audio/fcplay/Makefile (contents, props changed) head/audio/fdmf/Makefile (contents, props changed) head/audio/festalon/Makefile (contents, props changed) head/audio/festival-freebsoft-utils/Makefile (contents, props changed) head/audio/festival/Makefile (contents, props changed) head/audio/festlex-oald/Makefile (contents, props changed) head/audio/festlex-ogi/Makefile (contents, props changed) head/audio/festvox-cmu_us_slt_arctic/Makefile (contents, props changed) head/audio/festvox-czech/Makefile (contents, props changed) head/audio/festvox-don/Makefile (contents, props changed) head/audio/festvox-el11/Makefile (contents, props changed) head/audio/festvox-kal16/Makefile (contents, props changed) head/audio/festvox-kal8/Makefile (contents, props changed) head/audio/festvox-ked16/Makefile (contents, props changed) head/audio/festvox-ked8/Makefile (contents, props changed) head/audio/festvox-rab16/Makefile (contents, props changed) head/audio/festvox-rab8/Makefile (contents, props changed) head/audio/festvox-russian/Makefile (contents, props changed) head/audio/firefly/Makefile (contents, props changed) head/audio/flac/Makefile (contents, props changed) head/audio/flac123/Makefile (contents, props changed) head/audio/flacon/Makefile (contents, props changed) head/audio/fluidsynth-dssi/Makefile (contents, props changed) head/audio/fluidsynth/Makefile (contents, props changed) head/audio/fmit/Makefile (contents, props changed) head/audio/fpc-a52/Makefile (contents, props changed) head/audio/fpc-mad/Makefile (contents, props changed) head/audio/fpc-modplug/Makefile (contents, props changed) head/audio/fpc-oggvorbis/Makefile (contents, props changed) head/audio/fplib/Makefile (contents, props changed) head/audio/gbemol/Makefile (contents, props changed) head/audio/gbsplay/Makefile (contents, props changed) head/audio/ghostess/Makefile (contents, props changed) head/audio/gigedit/Makefile (contents, props changed) head/audio/gimmix/Makefile (contents, props changed) head/audio/gkrellmms2/Makefile (contents, props changed) head/audio/gkrellmss2/Makefile (contents, props changed) head/audio/gkrellmvolume2/Makefile (contents, props changed) head/audio/glame/Makefile (contents, props changed) head/audio/glurp/Makefile (contents, props changed) head/audio/gmidimonitor/Makefile (contents, props changed) head/audio/gmpc-alarm/Makefile (contents, props changed) head/audio/gmpc-albumview/Makefile (contents, props changed) head/audio/gmpc-discogs/Makefile (contents, props changed) head/audio/gmpc-extraplaylist/Makefile (contents, props changed) head/audio/gmpc-lastfm/Makefile (contents, props changed) head/audio/gmpc-libnotify/Makefile (contents, props changed) head/audio/gmpc-lyrics/Makefile (contents, props changed) head/audio/gmpc-lyricsplugin/Makefile (contents, props changed) head/audio/gmpc-lyricwiki/Makefile (contents, props changed) head/audio/gmpc-magnatune/Makefile (contents, props changed) head/audio/gmpc-mdcover/Makefile (contents, props changed) head/audio/gmpc-mserver/Makefile (contents, props changed) head/audio/gmpc-shout/Makefile (contents, props changed) head/audio/gmpc-wikipedia/Makefile (contents, props changed) head/audio/gmpc/Makefile (contents, props changed) head/audio/gmtp/Makefile (contents, props changed) head/audio/gmusicbrowser/Makefile (contents, props changed) head/audio/gnaural/Makefile (contents, props changed) head/audio/gnome-media/Makefile (contents, props changed) head/audio/gnome-music/Makefile (contents, props changed) head/audio/gnomoradio/Makefile (contents, props changed) head/audio/gnormalize/Makefile (contents, props changed) head/audio/gnupod/Makefile (contents, props changed) head/audio/gnustep-cdplayer/Makefile (contents, props changed) head/audio/gogglesmm/Makefile (contents, props changed) head/audio/goobox/Makefile (contents, props changed) head/audio/gqmpeg/Makefile (contents, props changed) head/audio/gqradio/Makefile (contents, props changed) head/audio/gramofile/Makefile (contents, props changed) head/audio/grip/Makefile (contents, props changed) head/audio/gsound/Makefile (contents, props changed) head/audio/gspeakers/Makefile (contents, props changed) head/audio/gstreamer-plugins-moodbar/Makefile (contents, props changed) head/audio/gtick/Makefile (contents, props changed) head/audio/gtkpod/Makefile (contents, props changed) head/audio/gxmms2/Makefile (contents, props changed) head/audio/harp/Makefile (contents, props changed) head/audio/herrie/Makefile (contents, props changed) head/audio/hexter/Makefile (contents, props changed) head/audio/hydrogen-devel/Makefile (contents, props changed) head/audio/hydrogen/Makefile (contents, props changed) head/audio/icecast-kh/Makefile (contents, props changed) head/audio/icecast2/Makefile (contents, props changed) head/audio/icegenerator/Makefile (contents, props changed) head/audio/ices/Makefile (contents, props changed) head/audio/id3el/Makefile (contents, props changed) head/audio/id3v2/Makefile (contents, props changed) head/audio/idjc/Makefile (contents, props changed) head/audio/jack-keyboard/Makefile (contents, props changed) head/audio/jack-rack/Makefile (contents, props changed) head/audio/jack-smf-utils/Makefile (contents, props changed) head/audio/jack/Makefile (contents, props changed) head/audio/jack_ghero/Makefile (contents, props changed) head/audio/jack_mixer/Makefile (contents, props changed) head/audio/jack_umidi/Makefile (contents, props changed) head/audio/jamin/Makefile (contents, props changed) head/audio/jokosher/Makefile (contents, props changed) head/audio/juk/Makefile (contents, props changed) head/audio/julius/Makefile (contents, props changed) head/audio/jxm/Makefile (contents, props changed) head/audio/kaudiocreator/Makefile (contents, props changed) head/audio/kid3-kde4/Makefile (contents, props changed) head/audio/kio-audiocd/Makefile (contents, props changed) head/audio/kmix/Makefile (contents, props changed) head/audio/kscd/Makefile (contents, props changed) head/audio/ksmp3play/Makefile (contents, props changed) head/audio/kstreamripper/Makefile (contents, props changed) head/audio/lame/Makefile (contents, props changed) head/audio/lash/Makefile (contents, props changed) head/audio/last.fm/Makefile (contents, props changed) head/audio/lastfm-desktop/Makefile (contents, props changed) head/audio/liba52/Makefile (contents, props changed) head/audio/libaacplus/Makefile (contents, props changed) head/audio/libadplug/Makefile (contents, props changed) head/audio/libamrnb/Makefile (contents, props changed) head/audio/libamrwb/Makefile (contents, props changed) head/audio/libao/Makefile (contents, props changed) head/audio/libbs2b/Makefile (contents, props changed) head/audio/libcanberra/Makefile (contents, props changed) head/audio/libconvolve/Makefile (contents, props changed) head/audio/libcoverart/Makefile (contents, props changed) head/audio/libebur128/Makefile (contents, props changed) head/audio/libechonest/Makefile (contents, props changed) head/audio/libfishsound/Makefile (contents, props changed) head/audio/libgig/Makefile (contents, props changed) head/audio/libgpod/Makefile (contents, props changed) head/audio/libgroove/Makefile (contents, props changed) head/audio/libkcddb/Makefile (contents, props changed) head/audio/libkcompactdisc/Makefile (contents, props changed) head/audio/liblastfm/Makefile (contents, props changed) head/audio/liblo/Makefile (contents, props changed) head/audio/libmatemixer/Makefile (contents, props changed) head/audio/libmp3splt/Makefile (contents, props changed) head/audio/libmpdclient/Makefile (contents, props changed) head/audio/libmusicbrainz3/Makefile (contents, props changed) head/audio/libmusicbrainz5/Makefile (contents, props changed) head/audio/libnjb/Makefile (contents, props changed) head/audio/libofa/Makefile (contents, props changed) head/audio/liboggz/Makefile (contents, props changed) head/audio/libopenspc/Makefile (contents, props changed) head/audio/libsamplerate/Makefile (contents, props changed) head/audio/libshout/Makefile (contents, props changed) head/audio/libsidplayfp/Makefile (contents, props changed) head/audio/libsndfile/Makefile (contents, props changed) head/audio/libtremor/Makefile (contents, props changed) head/audio/libumidi/Makefile (contents, props changed) head/audio/libvorbis/Makefile (contents, props changed) head/audio/lingot/Makefile (contents, props changed) head/audio/linux-c6-alsa-lib/Makefile (contents, props changed) head/audio/linux-f10-alsa-lib/Makefile (contents, props changed) head/audio/linux-mbrola/Makefile (contents, props changed) head/audio/linux-skype_oss_wrapper/Makefile (contents, props changed) head/audio/linuxsampler/Makefile (contents, props changed) head/audio/listener/Makefile (contents, props changed) head/audio/lmms/Makefile (contents, props changed) head/audio/lollypop/Makefile (contents, props changed) head/audio/lua51-mpd/Makefile (contents, props changed) head/audio/lxmusic/Makefile (contents, props changed) head/audio/mac/Makefile (contents, props changed) head/audio/madfufw/Makefile (contents, props changed) head/audio/madplay/Makefile (contents, props changed) head/audio/mangler/Makefile (contents, props changed) head/audio/mate-media/Makefile (contents, props changed) head/audio/mbox/Makefile (contents, props changed) head/audio/mhwaveedit/Makefile (contents, props changed) head/audio/midipp/Makefile (contents, props changed) head/audio/mikmod/Makefile (contents, props changed) head/audio/milkytracker/Makefile (contents, props changed) head/audio/minitunes/Makefile (contents, props changed) head/audio/mixxx/Makefile (contents, props changed) head/audio/mma/Makefile (contents, props changed) head/audio/moc/Makefile (contents, props changed) head/audio/modplugplay/Makefile (contents, props changed) head/audio/mous/Makefile (contents, props changed) head/audio/mp-player/Makefile (contents, props changed) head/audio/mp3-archive-tools/Makefile (contents, props changed) head/audio/mp32ogg/Makefile (contents, props changed) head/audio/mp3blaster/Makefile (contents, props changed) head/audio/mp3burn/Makefile (contents, props changed) head/audio/mp3c/Makefile (contents, props changed) head/audio/mp3check/Makefile (contents, props changed) head/audio/mp3lint/Makefile (contents, props changed) head/audio/mp3mover/Makefile (contents, props changed) head/audio/mp3plot/Makefile (contents, props changed) head/audio/mp3riot/Makefile (contents, props changed) head/audio/mp3splt-gtk/Makefile (contents, props changed) head/audio/mp3splt/Makefile (contents, props changed) head/audio/mp3stat/Makefile (contents, props changed) head/audio/mp3unicode/Makefile (contents, props changed) head/audio/mpdas/Makefile (contents, props changed) head/audio/mpdbrowser/Makefile (contents, props changed) head/audio/mpdcon/Makefile (contents, props changed) head/audio/mpg123.el/Makefile (contents, props changed) head/audio/mpg123/Makefile (contents, props changed) head/audio/mpg321/Makefile (contents, props changed) head/audio/mps/Makefile (contents, props changed) head/audio/msbcg729/Makefile (contents, props changed) head/audio/msilbc/Makefile (contents, props changed) head/audio/mumble/Makefile (contents, props changed) head/audio/murmur/Makefile (contents, props changed) head/audio/muse/Makefile (contents, props changed) head/audio/musescore/Makefile (contents, props changed) head/audio/musicbox-tag-editor/Makefile (contents, props changed) head/audio/musiccontrol/Makefile (contents, props changed) head/audio/musicpc/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/mythplugin-mythmusic/Makefile (contents, props changed) head/audio/ncmpc/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/audio/nekobee/Makefile (contents, props changed) head/audio/normalize/Makefile (contents, props changed) head/audio/ocp/Makefile (contents, props changed) head/audio/ogg2mp3/Makefile (contents, props changed) head/audio/openal-soft/Makefile (contents, props changed) head/audio/openal/Makefile (contents, props changed) head/audio/opus-tools/Makefile (contents, props changed) head/audio/opusfile/Makefile (contents, props changed) head/audio/osalp/Makefile (contents, props changed) head/audio/osd-lyrics/Makefile (contents, props changed) head/audio/osdmixer/Makefile (contents, props changed) head/audio/oss/Makefile (contents, props changed) head/audio/p5-Audio-CD/Makefile (contents, props changed) head/audio/p5-Audio-Ecasound/Makefile (contents, props changed) head/audio/p5-Audio-FLAC-Header/Makefile (contents, props changed) head/audio/p5-Audio-MPD-Common/Makefile (contents, props changed) head/audio/p5-Audio-MPD/Makefile (contents, props changed) head/audio/p5-Audio-Musepack/Makefile (contents, props changed) head/audio/p5-Audio-Scan/Makefile (contents, props changed) head/audio/p5-Audio-Scrobbler/Makefile (contents, props changed) head/audio/p5-Audio-Wav/Makefile (contents, props changed) head/audio/p5-Audio/Makefile (contents, props changed) head/audio/p5-Filesys-Virtual-DAAP/Makefile (contents, props changed) head/audio/p5-MIDI/Makefile (contents, props changed) head/audio/p5-MP3-Find/Makefile (contents, props changed) head/audio/p5-MP3-Tag-Utils/Makefile (contents, props changed) head/audio/p5-Music-Audioscrobbler-MPD/Makefile (contents, props changed) head/audio/p5-Music-Audioscrobbler-Submit/Makefile (contents, props changed) head/audio/p5-MusicBrainz-DiscID/Makefile (contents, props changed) head/audio/p5-Net-DAAP-Client/Makefile (contents, props changed) head/audio/p5-Net-DAAP-DMAP/Makefile (contents, props changed) head/audio/p5-Net-FreeDB/Makefile (contents, props changed) head/audio/p5-Net-LibLO/Makefile (contents, props changed) head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile (contents, props changed) head/audio/p5-Ogg-Vorbis-Header/Makefile (contents, props changed) head/audio/p5-Shout/Makefile (contents, props changed) head/audio/p5-Test-Corpus-Audio-MPD/Makefile (contents, props changed) head/audio/p5-libvorbis/Makefile (contents, props changed) head/audio/p5-xmms2/Makefile (contents, props changed) head/audio/pacpl/Makefile (contents, props changed) head/audio/paman/Makefile (contents, props changed) head/audio/paprefs/Makefile (contents, props changed) head/audio/patchage/Makefile (contents, props changed) head/audio/pavucontrol/Makefile (contents, props changed) head/audio/pavumeter/Makefile (contents, props changed) head/audio/pd-cyclone/Makefile (contents, props changed) head/audio/pd/Makefile (contents, props changed) head/audio/pianobar/Makefile (contents, props changed) head/audio/picard/Makefile (contents, props changed) head/audio/pidgin-musictracker/Makefile (contents, props changed) head/audio/pithos/Makefile (contents, props changed) head/audio/playgsf/Makefile (contents, props changed) head/audio/pm3umpdl/Makefile (contents, props changed) head/audio/pms/Makefile (contents, props changed) head/audio/pocketsphinx/Makefile (contents, props changed) head/audio/portaudio/Makefile (contents, props changed) head/audio/praat/Makefile (contents, props changed) head/audio/pragha/Makefile (contents, props changed) head/audio/puddletag/Makefile (contents, props changed) head/audio/pulseaudio/Makefile (contents, props changed) head/audio/py-ao/Makefile (contents, props changed) head/audio/py-discid/Makefile (contents, props changed) head/audio/py-discogs-client/Makefile (contents, props changed) head/audio/py-eyed3/Makefile (contents, props changed) head/audio/py-fmoo-audiotools/Makefile (contents, props changed) head/audio/py-gmusicapi/Makefile (contents, props changed) head/audio/py-karaoke/Makefile (contents, props changed) head/audio/py-mad/Makefile (contents, props changed) head/audio/py-musicbrainz2/Makefile (contents, props changed) head/audio/py-ogg/Makefile (contents, props changed) head/audio/py-pyacoustid/Makefile (contents, props changed) head/audio/py-pyaudio/Makefile (contents, props changed) head/audio/py-pylast/Makefile (contents, props changed) head/audio/py-pyliblo/Makefile (contents, props changed) head/audio/py-shout/Makefile (contents, props changed) head/audio/py-speex/Makefile (contents, props changed) head/audio/py-tagpy/Makefile (contents, props changed) head/audio/py-vorbis/Makefile (contents, props changed) head/audio/py-xmms2/Makefile (contents, props changed) head/audio/pytone/Makefile (contents, props changed) head/audio/qjackctl/Makefile (contents, props changed) head/audio/qsampler/Makefile (contents, props changed) head/audio/qsynth/Makefile (contents, props changed) head/audio/quimup/Makefile (contents, props changed) head/audio/raop_play/Makefile (contents, props changed) head/audio/raul/Makefile (contents, props changed) head/audio/rebot3/Makefile (contents, props changed) head/audio/rem/Makefile (contents, props changed) head/audio/rhythmbox/Makefile (contents, props changed) head/audio/ripit/Makefile (contents, props changed) head/audio/ripperx/Makefile (contents, props changed) head/audio/rosegarden/Makefile (contents, props changed) head/audio/rplay/Makefile (contents, props changed) head/audio/rsynth/Makefile (contents, props changed) head/audio/rubberband/Makefile (contents, props changed) head/audio/ruby-audiofile/Makefile (contents, props changed) head/audio/ruby-taglib/Makefile (contents, props changed) head/audio/ruby-xmms2/Makefile (contents, props changed) head/audio/rubygem-ruby-shout/Makefile (contents, props changed) head/audio/scrobbler/Makefile (contents, props changed) head/audio/sdl2_mixer/Makefile (contents, props changed) head/audio/sdl_mixer/Makefile (contents, props changed) head/audio/sdl_sound/Makefile (contents, props changed) head/audio/shairplay/Makefile (contents, props changed) head/audio/shairport/Makefile (contents, props changed) head/audio/shntool/Makefile (contents, props changed) head/audio/shout-idjc/Makefile (contents, props changed) head/audio/shoutcast/Makefile (contents, props changed) head/audio/sidplay/Makefile (contents, props changed) head/audio/sidplay2/Makefile (contents, props changed) head/audio/simplemod/Makefile (contents, props changed) head/audio/siren/Makefile (contents, props changed) head/audio/skype-call-recorder/Makefile (contents, props changed) head/audio/slv2/Makefile (contents, props changed) head/audio/smasher/Makefile (contents, props changed) head/audio/snack/Makefile (contents, props changed) head/audio/snd/Makefile (contents, props changed) head/audio/solfege/Makefile (contents, props changed) head/audio/sonata/Makefile (contents, props changed) head/audio/sooperlooper/Makefile (contents, props changed) head/audio/sound-juicer/Makefile (contents, props changed) head/audio/soundconverter/Makefile (contents, props changed) head/audio/soundgrab/Makefile (contents, props changed) head/audio/soundkonverter/Makefile (contents, props changed) head/audio/soundtracker/Makefile (contents, props changed) head/audio/sox/Makefile (contents, props changed) head/audio/specimen/Makefile (contents, props changed) head/audio/speex/Makefile (contents, props changed) head/audio/spek/Makefile (contents, props changed) head/audio/sphinx3/Makefile (contents, props changed) head/audio/sphinxbase/Makefile (contents, props changed) head/audio/spiralloops/Makefile (contents, props changed) head/audio/spiralsynth/Makefile (contents, props changed) head/audio/spiralsynthmodular/Makefile (contents, props changed) head/audio/splaytk/Makefile (contents, props changed) head/audio/squash/Makefile (contents, props changed) head/audio/squeezeboxserver-dynamicplaylist/Makefile (contents, props changed) head/audio/squeezeboxserver-lazysearch/Makefile (contents, props changed) head/audio/squeezeboxserver-sqlplaylist/Makefile (contents, props changed) head/audio/squeezeboxserver-superdatetime/Makefile (contents, props changed) head/audio/squeezeboxserver-trackstat/Makefile (contents, props changed) head/audio/squeezeboxserver/Makefile (contents, props changed) head/audio/streamripper/Makefile (contents, props changed) head/audio/streamtranscoder/Makefile (contents, props changed) head/audio/streamtuner/Makefile (contents, props changed) head/audio/sweep/Makefile (contents, props changed) head/audio/swhplugins/Makefile (contents, props changed) head/audio/taglib-extras/Makefile (contents, props changed) head/audio/taglib/Makefile (contents, props changed) head/audio/taglookup/Makefile (contents, props changed) head/audio/tagtool/Makefile (contents, props changed) head/audio/tagutil/Makefile (contents, props changed) head/audio/terminatorx/Makefile (contents, props changed) head/audio/thunar-media-tags-plugin/Makefile (contents, props changed) head/audio/timemachine/Makefile (contents, props changed) head/audio/timidity++/Makefile (contents, props changed) head/audio/timidity++/Makefile.interface (contents, props changed) head/audio/timidity/Makefile (contents, props changed) head/audio/tkeca/Makefile (contents, props changed) head/audio/tomahawk/Makefile (contents, props changed) head/audio/tuxguitar/Makefile (contents, props changed) head/audio/twolame/Makefile (contents, props changed) head/audio/uade/Makefile (contents, props changed) head/audio/ufmcontrol-i18n/Makefile (contents, props changed) head/audio/umodplayer/Makefile (contents, props changed) head/audio/umurmur/Makefile (contents, props changed) head/audio/vagalume/Makefile (contents, props changed) head/audio/vamp-plugin-sdk/Makefile (contents, props changed) head/audio/ventrilo-server/Makefile (contents, props changed) head/audio/vitunes/Makefile (contents, props changed) head/audio/volumeicon/Makefile (contents, props changed) head/audio/vorbis-tools/Makefile (contents, props changed) head/audio/vorbisgain/Makefile (contents, props changed) head/audio/vsound/Makefile (contents, props changed) head/audio/waon/Makefile (contents, props changed) head/audio/wavegain/Makefile (contents, props changed) head/audio/whysynth/Makefile (contents, props changed) head/audio/wildmidi/Makefile (contents, props changed) head/audio/wmalbum/Makefile (contents, props changed) head/audio/workman/Makefile (contents, props changed) head/audio/wxguitar/Makefile (contents, props changed) head/audio/xfce4-mixer/Makefile (contents, props changed) head/audio/xfce4-mpc-plugin/Makefile (contents, props changed) head/audio/xfce4-pulseaudio-plugin/Makefile (contents, props changed) head/audio/xfmpc/Makefile (contents, props changed) head/audio/xhippo/Makefile (contents, props changed) head/audio/xmcd/Makefile (contents, props changed) head/audio/xmms-ahx/Makefile (contents, props changed) head/audio/xmms-curses/Makefile (contents, props changed) head/audio/xmms-faad/Makefile (contents, props changed) head/audio/xmms-festalon/Makefile (contents, props changed) head/audio/xmms-flac/Makefile (contents, props changed) head/audio/xmms-gbsplay/Makefile (contents, props changed) head/audio/xmms-ladspa/Makefile (contents, props changed) head/audio/xmms-mailnotify/Makefile (contents, props changed) head/audio/xmms-nas/Makefile (contents, props changed) head/audio/xmms-nsf/Makefile (contents, props changed) head/audio/xmms-openspc/Makefile (contents, props changed) head/audio/xmms-sapplug/Makefile (contents, props changed) head/audio/xmms-sexypsf/Makefile (contents, props changed) head/audio/xmms-shn/Makefile (contents, props changed) head/audio/xmms-timidity/Makefile (contents, props changed) head/audio/xmms-volnorm/Makefile (contents, props changed) head/audio/xmms-wavpack/Makefile (contents, props changed) head/audio/xmms-xf86audio/Makefile (contents, props changed) head/audio/xmms-xymms/Makefile (contents, props changed) head/audio/xmms2-scrobbler/Makefile (contents, props changed) head/audio/xmms2/Makefile (contents, props changed) head/audio/xmmsctrl/Makefile (contents, props changed) head/audio/xmp/Makefile (contents, props changed) head/audio/xsynth-dssi/Makefile (contents, props changed) head/audio/xvmixer/Makefile (contents, props changed) head/audio/zinf/Makefile (contents, props changed) head/audio/zynaddsubfx/Makefile (contents, props changed) head/benchmarks/autobench/Makefile (contents, props changed) head/benchmarks/dbench/Makefile (contents, props changed) head/benchmarks/dbs/Makefile (contents, props changed) head/benchmarks/expedite/Makefile (contents, props changed) head/benchmarks/fio/Makefile (contents, props changed) head/benchmarks/flowgrind/Makefile (contents, props changed) head/benchmarks/himenobench/Makefile (contents, props changed) head/benchmarks/hpl/Makefile (contents, props changed) head/benchmarks/imb/Makefile (contents, props changed) head/benchmarks/mdtest/Makefile (contents, props changed) head/benchmarks/nosqlbench/Makefile (contents, props changed) head/benchmarks/nqueens/Makefile (contents, props changed) head/benchmarks/p5-Benchmark-Stopwatch/Makefile (contents, props changed) head/benchmarks/phoronix-test-suite/Makefile (contents, props changed) head/benchmarks/polygraph/Makefile (contents, props changed) head/benchmarks/postal/Makefile (contents, props changed) head/benchmarks/rubygem-railsbench/Makefile (contents, props changed) head/benchmarks/sipp/Makefile (contents, props changed) head/benchmarks/slowloris/Makefile (contents, props changed) head/benchmarks/tsung/Makefile (contents, props changed) head/benchmarks/wrk/Makefile (contents, props changed) head/biology/bcftools/Makefile (contents, props changed) head/biology/blat/Makefile (contents, props changed) head/biology/consed/Makefile (contents, props changed) head/biology/crux/Makefile (contents, props changed) head/biology/emboss/Makefile (contents, props changed) head/biology/fastx-toolkit/Makefile (contents, props changed) head/biology/gff2ps/Makefile (contents, props changed) head/biology/htslib/Makefile (contents, props changed) head/biology/iolib/Makefile (contents, props changed) head/biology/jellyfish/Makefile (contents, props changed) head/biology/libsbml/Makefile (contents, props changed) head/biology/ncbi-blast+/Makefile (contents, props changed) head/biology/p5-AcePerl/Makefile (contents, props changed) head/biology/p5-Bio-ASN1-EntrezGene/Makefile (contents, props changed) head/biology/p5-Bio-Das-Lite/Makefile (contents, props changed) head/biology/p5-Bio-Das/Makefile (contents, props changed) head/biology/p5-Bio-GFF3/Makefile (contents, props changed) head/biology/p5-Bio-Glite/Makefile (contents, props changed) head/biology/p5-Bio-Graphics/Makefile (contents, props changed) head/biology/p5-Bio-MAGETAB/Makefile (contents, props changed) head/biology/p5-Bio-NEXUS/Makefile (contents, props changed) head/biology/p5-Bio-Phylo/Makefile (contents, props changed) head/biology/p5-Bio-SCF/Makefile (contents, props changed) head/biology/p5-bioperl-run/Makefile (contents, props changed) head/biology/p5-bioperl/Makefile (contents, props changed) head/biology/p5-transdecoder/Makefile (contents, props changed) head/biology/phylip/Makefile (contents, props changed) head/biology/phyml/Makefile (contents, props changed) head/biology/plink/Makefile (contents, props changed) head/biology/protomol/Makefile (contents, props changed) head/biology/py-biopython/Makefile (contents, props changed) head/biology/pycogent/Makefile (contents, props changed) head/biology/ruby-bio/Makefile (contents, props changed) head/biology/samtools/Makefile (contents, props changed) head/biology/seaview/Makefile (contents, props changed) head/biology/seqtools/Makefile (contents, props changed) head/biology/t_coffee/Makefile (contents, props changed) head/biology/ugene/Makefile (contents, props changed) head/cad/astk-serveur/Makefile (contents, props changed) head/cad/brickutils/Makefile (contents, props changed) head/cad/brlcad/Makefile (contents, props changed) head/cad/calculix/Makefile (contents, props changed) head/cad/dinotrace/Makefile (contents, props changed) head/cad/electric-ng/Makefile (contents, props changed) head/cad/electric/Makefile (contents, props changed) head/cad/elmerfem/Makefile (contents, props changed) head/cad/fritzing/Makefile (contents, props changed) head/cad/geda/Makefile (contents, props changed) head/cad/ghdl/Makefile (contents, props changed) head/cad/gmsh/Makefile (contents, props changed) head/cad/impact/Makefile (contents, props changed) head/cad/iverilog/Makefile (contents, props changed) head/cad/kicad-devel/Makefile (contents, props changed) head/cad/kicad/Makefile (contents, props changed) head/cad/layouteditor/Makefile (contents, props changed) head/cad/leocad/Makefile (contents, props changed) head/cad/librecad/Makefile (contents, props changed) head/cad/magic/Makefile (contents, props changed) head/cad/meshlab/Makefile (contents, props changed) head/cad/netgen/Makefile (contents, props changed) head/cad/opencascade/Makefile (contents, props changed) head/cad/openscad/Makefile (contents, props changed) head/cad/openvsp/Makefile (contents, props changed) head/cad/p5-GDS2/Makefile (contents, props changed) head/cad/p5-Verilog-Perl/Makefile (contents, props changed) head/cad/pcb/Makefile (contents, props changed) head/cad/pdnmesh/Makefile (contents, props changed) head/cad/py-pycam/Makefile (contents, props changed) head/cad/pythoncad/Makefile (contents, props changed) head/cad/qcad/Makefile (contents, props changed) head/cad/qfsm/Makefile (contents, props changed) head/cad/repsnapper/Makefile (contents, props changed) head/cad/scotch/Makefile (contents, props changed) head/cad/spice/Makefile (contents, props changed) head/cad/sweethome3d/Makefile (contents, props changed) head/cad/tochnog/Makefile (contents, props changed) head/cad/varkon/Makefile (contents, props changed) head/cad/z88/Makefile (contents, props changed) head/chinese/auto-cn-l10n/Makefile (contents, props changed) head/chinese/bg5pdf/Makefile (contents, props changed) head/chinese/brise/Makefile (contents, props changed) head/chinese/bsdconv-opencc/Makefile (contents, props changed) head/chinese/bug5/Makefile (contents, props changed) head/chinese/chiconv/Makefile (contents, props changed) head/chinese/dictd-database/Makefile (contents, props changed) head/chinese/enscript/Makefile (contents, props changed) head/chinese/eterm/Makefile (contents, props changed) head/chinese/fcitx-chewing/Makefile (contents, props changed) head/chinese/fcitx-cloudpinyin/Makefile (contents, props changed) head/chinese/fcitx-configtool/Makefile (contents, props changed) head/chinese/fcitx-googlepinyin/Makefile (contents, props changed) head/chinese/fcitx-libpinyin/Makefile (contents, props changed) head/chinese/fcitx-rime/Makefile (contents, props changed) head/chinese/fcitx-sunpinyin/Makefile (contents, props changed) head/chinese/fcitx-table-extra/Makefile (contents, props changed) head/chinese/fcitx-ui-light/Makefile (contents, props changed) head/chinese/fcitx/Makefile (contents, props changed) head/chinese/font-std/Makefile (contents, props changed) head/chinese/fortune/Makefile (contents, props changed) head/chinese/gcin/Makefile (contents, props changed) head/chinese/ibus-chewing/Makefile (contents, props changed) head/chinese/ibus-libpinyin/Makefile (contents, props changed) head/chinese/ibus-pinyin/Makefile (contents, props changed) head/chinese/ibus-table-chinese/Makefile (contents, props changed) head/chinese/kcfonts/Makefile (contents, props changed) head/chinese/libchewing/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/chinese/moettf/Makefile (contents, props changed) head/chinese/mutt/Makefile (contents, props changed) head/chinese/oicq/Makefile (contents, props changed) head/chinese/p5-Lingua-Han-PinYin/Makefile (contents, props changed) head/chinese/p5-Lingua-Han-Utils/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-Keywords/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-Summarize/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-TaBE/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-Toke/Makefile (contents, props changed) head/chinese/p5-Text-Greeking-zh_TW/Makefile (contents, props changed) head/chinese/p5-cconv/Makefile (contents, props changed) head/chinese/pcmanx/Makefile (contents, props changed) head/chinese/php-cconv/Makefile (contents, props changed) head/chinese/phpbb-tw/Makefile (contents, props changed) head/chinese/py-cconv/Makefile (contents, props changed) head/chinese/pyzy/Makefile (contents, props changed) head/chinese/qterm/Makefile (contents, props changed) head/chinese/reciteword/Makefile (contents, props changed) head/chinese/scim-array/Makefile (contents, props changed) head/chinese/scim-fcitx/Makefile (contents, props changed) head/chinese/scim-pinyin/Makefile (contents, props changed) head/chinese/scim-tables/Makefile (contents, props changed) head/chinese/sunpinyin/Makefile (contents, props changed) head/chinese/ttf2pt1/Makefile (contents, props changed) head/chinese/ttfm/Makefile (contents, props changed) head/chinese/ttfm/Makefile.ttf (contents, props changed) head/chinese/xpdf/Makefile (contents, props changed) head/comms/acfax/Makefile (contents, props changed) head/comms/aldo/Makefile (contents, props changed) head/comms/amtterm/Makefile (contents, props changed) head/comms/anyremote/Makefile (contents, props changed) head/comms/atslog/Makefile (contents, props changed) head/comms/chirp/Makefile (contents, props changed) head/comms/concordance/Makefile (contents, props changed) head/comms/congruity/Makefile (contents, props changed) head/comms/conserver/Makefile (contents, props changed) head/comms/cqrlog/Makefile (contents, props changed) head/comms/cutecom/Makefile (contents, props changed) head/comms/cwdaemon/Makefile (contents, props changed) head/comms/dabstick-radio/Makefile (contents, props changed) head/comms/dcf77pi/Makefile (contents, props changed) head/comms/deforaos-phone/Makefile (contents, props changed) head/comms/dump1090/Makefile (contents, props changed) head/comms/dump1090_mr/Makefile (contents, props changed) head/comms/ebook2cw/Makefile (contents, props changed) head/comms/ebook2cwgui/Makefile (contents, props changed) head/comms/echolinux/Makefile (contents, props changed) head/comms/efax-gtk/Makefile (contents, props changed) head/comms/efax/Makefile (contents, props changed) head/comms/fl_moxgen/Makefile (contents, props changed) head/comms/fldigi/Makefile (contents, props changed) head/comms/fllog/Makefile (contents, props changed) head/comms/flrig/Makefile (contents, props changed) head/comms/flwrap/Makefile (contents, props changed) head/comms/freedv/Makefile (contents, props changed) head/comms/gammu/Makefile (contents, props changed) head/comms/geoid/Makefile (contents, props changed) head/comms/gmfsk/Makefile (contents, props changed) head/comms/gnocky/Makefile (contents, props changed) head/comms/gnokii/Makefile (contents, props changed) head/comms/gnuradio/Makefile (contents, props changed) head/comms/gpredict/Makefile (contents, props changed) head/comms/gqrx/Makefile (contents, props changed) head/comms/gr-osmosdr/Makefile (contents, props changed) head/comms/grig/Makefile (contents, props changed) head/comms/gscmxx/Makefile (contents, props changed) head/comms/gtkmmorse/Makefile (contents, props changed) head/comms/hamfax/Makefile (contents, props changed) head/comms/hamlib/Makefile (contents, props changed) head/comms/hf/Makefile (contents, props changed) head/comms/hylafax/Makefile (contents, props changed) head/comms/java-commapi-freebsd/Makefile (contents, props changed) head/comms/jsdr/Makefile (contents, props changed) head/comms/kremotecontrol/Makefile (contents, props changed) head/comms/kvasd/Makefile (contents, props changed) head/comms/libcodec2/Makefile (contents, props changed) head/comms/libconcord/Makefile (contents, props changed) head/comms/libimobiledevice/Makefile (contents, props changed) head/comms/libsdr-gui/Makefile (contents, props changed) head/comms/libsdr/Makefile (contents, props changed) head/comms/libticalcs2/Makefile (contents, props changed) head/comms/libusbmuxd/Makefile (contents, props changed) head/comms/linpsk/Makefile (contents, props changed) head/comms/linrad/Makefile (contents, props changed) head/comms/lirc/Makefile (contents, props changed) head/comms/lysdr/Makefile (contents, props changed) head/comms/minicom/Makefile (contents, props changed) head/comms/morse/Makefile (contents, props changed) head/comms/nec2c/Makefile (contents, props changed) head/comms/nokryptia/Makefile (contents, props changed) head/comms/o2sms/Makefile (contents, props changed) head/comms/obexapp/Makefile (contents, props changed) head/comms/openobex/Makefile (contents, props changed) head/comms/owfs/Makefile (contents, props changed) head/comms/p5-Cisco-UCS/Makefile (contents, props changed) head/comms/p5-Device-Gsm/Makefile (contents, props changed) head/comms/p5-Device-Modem/Makefile (contents, props changed) head/comms/p5-Fax-Hylafax-Client/Makefile (contents, props changed) head/comms/p5-Nexmo-SMS/Makefile (contents, props changed) head/comms/p5-SMS-SMS77/Makefile (contents, props changed) head/comms/p5-SMS-Send-DeviceGsm/Makefile (contents, props changed) head/comms/p5-SMS-Send-NexmoUnicode/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-HiAir/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-PChome/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-Qma/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-ShareSMS/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-Socket2Air/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-chtsns/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-emome/Makefile (contents, props changed) head/comms/p5-SMS-Send/Makefile (contents, props changed) head/comms/py-gammu/Makefile (contents, props changed) head/comms/py-libconcord/Makefile (contents, props changed) head/comms/py-libimobiledevice/Makefile (contents, props changed) head/comms/py-lirc/Makefile (contents, props changed) head/comms/py-qt5-serialport/Makefile (contents, props changed) head/comms/pyla/Makefile (contents, props changed) head/comms/qsstv/Makefile (contents, props changed) head/comms/qtel/Makefile (contents, props changed) head/comms/quisk/Makefile (contents, props changed) head/comms/rtl-sdr/Makefile (contents, props changed) head/comms/rubygem-callsign/Makefile (contents, props changed) head/comms/sdr-wspr/Makefile (contents, props changed) head/comms/smstools3/Makefile (contents, props changed) head/comms/soundmodem/Makefile (contents, props changed) head/comms/spandsp/Makefile (contents, props changed) head/comms/svxlink/Makefile (contents, props changed) head/comms/telldus-core/Makefile (contents, props changed) head/comms/thebridge/Makefile (contents, props changed) head/comms/tilp2/Makefile (contents, props changed) head/comms/tkhylafax/Makefile (contents, props changed) head/comms/tlf/Makefile (contents, props changed) head/comms/trustedqsl/Makefile (contents, props changed) head/comms/twpsk/Makefile (contents, props changed) head/comms/usbmuxd/Makefile (contents, props changed) head/comms/usrp/Makefile (contents, props changed) head/comms/wsjt/Makefile (contents, props changed) head/comms/wsjtx/Makefile (contents, props changed) head/comms/wspr/Makefile (contents, props changed) head/comms/xastir/Makefile (contents, props changed) head/comms/xcwcp/Makefile (contents, props changed) head/comms/xlog/Makefile (contents, props changed) head/comms/xmorse/Makefile (contents, props changed) head/comms/xnec2c/Makefile (contents, props changed) head/comms/xnecview/Makefile (contents, props changed) head/comms/yfklog/Makefile (contents, props changed) head/comms/zssh/Makefile (contents, props changed) head/converters/bibtexconv/Makefile (contents, props changed) head/converters/chmview/Makefile (contents, props changed) head/converters/cl-babel-sbcl/Makefile (contents, props changed) head/converters/cl-babel/Makefile (contents, props changed) head/converters/enca/Makefile (contents, props changed) head/converters/fix-mime-charset/Makefile (contents, props changed) head/converters/gbsdconv/Makefile (contents, props changed) head/converters/i18ntools/Makefile (contents, props changed) head/converters/ical2html/Makefile (contents, props changed) head/converters/iconv-extra/Makefile (contents, props changed) head/converters/iconv-rfc1345/Makefile (contents, props changed) head/converters/libb64/Makefile (contents, props changed) head/converters/lua-json/Makefile (contents, props changed) head/converters/ocaml-jsonm/Makefile (contents, props changed) head/converters/osm2mp/Makefile (contents, props changed) head/converters/osm2pgsql/Makefile (contents, props changed) head/converters/p5-Boulder/Makefile (contents, props changed) head/converters/p5-Convert-Bencode_XS/Makefile (contents, props changed) head/converters/p5-Convert-BinHex/Makefile (contents, props changed) head/converters/p5-Convert-PEM/Makefile (contents, props changed) head/converters/p5-Convert-Recode/Makefile (contents, props changed) head/converters/p5-Convert-TNEF/Makefile (contents, props changed) head/converters/p5-Convert-UUlib/Makefile (contents, props changed) head/converters/p5-Cpanel-JSON-XS/Makefile (contents, props changed) head/converters/p5-Data-AMF/Makefile (contents, props changed) head/converters/p5-Encode-IMAPUTF7/Makefile (contents, props changed) head/converters/p5-Encode-Punycode/Makefile (contents, props changed) head/converters/p5-Encode-compat/Makefile (contents, props changed) head/converters/p5-JSON-Any/Makefile (contents, props changed) head/converters/p5-JSON-MaybeXS/Makefile (contents, props changed) head/converters/p5-JSON-Tiny/Makefile (contents, props changed) head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile (contents, props changed) head/converters/p5-JSON-XS/Makefile (contents, props changed) head/converters/p5-JSON1/Makefile (contents, props changed) head/converters/p5-LaTeXML/Makefile (contents, props changed) head/converters/p5-MIME-Base64-URLSafe/Makefile (contents, props changed) head/converters/p5-Net-IDN-Nameprep/Makefile (contents, props changed) head/converters/p5-Number-Nary/Makefile (contents, props changed) head/converters/p5-PerlIO-via-Unidecode/Makefile (contents, props changed) head/converters/p5-Sereal-Decoder/Makefile (contents, props changed) head/converters/p5-Sereal-Encoder/Makefile (contents, props changed) head/converters/p5-Sereal/Makefile (contents, props changed) head/converters/p5-Text-Bidi/Makefile (contents, props changed) head/converters/p5-Unicode-IMAPUtf7/Makefile (contents, props changed) head/converters/p5-Unicode-Map8/Makefile (contents, props changed) head/converters/p5-Unicode-MapUTF8/Makefile (contents, props changed) head/converters/p5-Unicode-Stringprep/Makefile (contents, props changed) head/converters/p5-WAP-wbxml/Makefile (contents, props changed) head/converters/p5-XML-WBXML/Makefile (contents, props changed) head/converters/p5-bsdconv/Makefile (contents, props changed) head/converters/pdf2djvu/Makefile (contents, props changed) head/converters/pecl-fribidi/Makefile (contents, props changed) head/converters/php5-bsdconv/Makefile (contents, props changed) head/converters/py-bsdconv/Makefile (contents, props changed) head/converters/py-pisa/Makefile (contents, props changed) head/converters/py-rencode/Makefile (contents, props changed) head/converters/py-zfec/Makefile (contents, props changed) head/converters/rcctools/Makefile (contents, props changed) head/converters/rubygem-bsdconv/Makefile (contents, props changed) head/converters/shftool/Makefile (contents, props changed) head/converters/uudeview/Makefile (contents, props changed) head/converters/uudx/Makefile (contents, props changed) head/converters/wkhtmltopdf/Makefile (contents, props changed) head/converters/xdeview/Makefile (contents, props changed) head/converters/ytnef/Makefile (contents, props changed) head/converters/zbase32/Makefile (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Fri Apr 1 13:23:38 2016 (r412343) +++ head/Mk/Uses/gecko.mk Fri Apr 1 13:29:15 2016 (r412344) @@ -31,8 +31,8 @@ GECKO_CONFING?= ${LOCALBASE}/bin/${GECKO XPIDL?= ${LOCALBASE}/lib/${GECKO}/xpidl XPIDL_INCL?= `${GECKO_CONFIG} --idlflags` -BUILD_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul -RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul +BUILD_DEPENDS+= libxul>=38:www/libxul +RUN_DEPENDS+= libxul>=38:www/libxul .elif ${gecko_ARGS:Mfirefox} @@ -41,8 +41,8 @@ _GECKO_VERSIONS= 38 45 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr +45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null @@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Seamonkey versions -39_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +39_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey .elif ${gecko_ARGS:Mthunderbird} @@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Thunderbird versions -38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird Modified: head/Mk/bsd.fpc.mk ============================================================================== --- head/Mk/bsd.fpc.mk Fri Apr 1 13:23:38 2016 (r412343) +++ head/Mk/bsd.fpc.mk Fri Apr 1 13:29:15 2016 (r412344) @@ -201,9 +201,9 @@ zlib_UNIT= devel/fpc-zlib .if defined(_POSTMKINCLUDED) && defined(USE_FPC) . for UNIT in ${USE_FPC} . if ${_FPC_ALL_UNITS:M${UNIT}} != "" -BUILD_DEPENDS+= ${MKINSTDIR}/${UNIT}.fpm:${PORTSDIR}/${${UNIT:S/-/_/}_UNIT} +BUILD_DEPENDS+= ${MKINSTDIR}/${UNIT}.fpm:${${UNIT:S/-/_/}_UNIT} . if defined(USE_FPC_RUN) -RUN_DEPENDS+= ${MKINSTDIR}/${UNIT}.fpm:${PORTSDIR}/${${UNIT:S/-/_/}_UNIT} +RUN_DEPENDS+= ${MKINSTDIR}/${UNIT}.fpm:${${UNIT:S/-/_/}_UNIT} . endif security-check: fpc-check-install Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Apr 1 13:23:38 2016 (r412343) +++ head/Mk/bsd.gecko.mk Fri Apr 1 13:29:15 2016 (r412344) @@ -397,7 +397,7 @@ MOZ_OPTIONS+= --disable-pulseaudio .if ${MOZILLA_VER:R:R} >= 40 .if ${PORT_OPTIONS:MRUST} -BUILD_DEPENDS+= rustc:${PORTSDIR}/${RUST_PORT} +BUILD_DEPENDS+= rustc:${RUST_PORT} RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Apr 1 13:23:38 2016 (r412343) +++ head/Mk/bsd.port.mk Fri Apr 1 13:29:15 2016 (r412344) @@ -4421,7 +4421,7 @@ fetch-recursive-list: # Used by fetch-required and fetch-required list, this script looks # at each of the dependencies. If 3 items are specified in the tuple, -# such as foo:${PORTSDIR}/graphics/foo:extract, the first item (foo) +# such as foo:graphics/foo:extract, the first item (foo) # is examined. Only if it begins with a / and does not exist on the # file-system will ``make targ'' proceed. # For more usual (dual-item) dependency tuples, the ``make targ'' Modified: head/accessibility/accerciser/Makefile ============================================================================== --- head/accessibility/accerciser/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/accerciser/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,11 +12,11 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Interactive Python accessibility explorer for GNOME -BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - itstool:${PORTSDIR}/textproc/itstool \ - at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core -RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core +BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \ + itstool:textproc/itstool \ + at-spi2-core>=2.1.5:accessibility/at-spi2-core +RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \ + at-spi2-core>=2.1.5:accessibility/at-spi2-core USES= gettext gmake pkgconfig python:3 shebangfix tar:xz USE_GNOME= gtk30 intlhack py3gobject3 Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/at-spi/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -16,7 +16,7 @@ USES+= tar:bzip2 .if !defined(REFERENCE_PORT) -RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk +RUN_DEPENDS= at-spi2-atk>2.6.0:accessibility/at-spi2-atk USES+= gmake gettext libtool pathfix pkgconfig python:2 USE_GNOME= intlhack gtk20 gconf2 libbonobo Modified: head/accessibility/at-spi2-atk/Makefile ============================================================================== --- head/accessibility/at-spi2-atk/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/at-spi2-atk/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,9 +12,9 @@ COMMENT= Assisted Technology Provider mo LICENSE= LGPL21 -BUILD_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus -RUN_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core +BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core +LIB_DEPENDS= libdbus-1.so:devel/dbus +RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core PORTSCOUT= limitw:1,even Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/at-spi2-core/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ COMMENT= Assistive Technology Service Pr LICENSE= LGPL21 -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even Modified: head/accessibility/caribou/Makefile ============================================================================== --- head/accessibility/caribou/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/caribou/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,10 +13,10 @@ COMMENT= Gnome On-Screen keyboard LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libxklavier.so:${PORTSDIR}/x11/libxklavier -RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi +LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \ + libgee-0.8.so:devel/libgee \ + libxklavier.so:x11/libxklavier +RUN_DEPENDS= py2?-atspi>=2.1.91:accessibility/py-atspi USES= gettext gmake gnome libtool pathfix pkgconfig python:2 \ shebangfix tar:xz Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/dasher/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,9 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +BUILD_DEPENDS= rarian-sk-config:textproc/rarian +LIB_DEPENDS= libogg.so:audio/libogg +RUN_DEPENDS= rarian-sk-config:textproc/rarian USES= gettext gmake pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeui atspi \ Modified: head/accessibility/eflite/Makefile ============================================================================== --- head/accessibility/eflite/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/eflite/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -9,8 +9,8 @@ MASTER_SITES= SF MAINTAINER= David.K.Gerry@GMail.com COMMENT= Speech server for Festival Lite used by yasr and Emacspeak -BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite -RUN_DEPENDS= flite:${PORTSDIR}/audio/flite +BUILD_DEPENDS= flite:audio/flite +RUN_DEPENDS= flite:audio/flite USES= gmake GNU_CONFIGURE= yes Modified: head/accessibility/gnome-speech/Makefile ============================================================================== --- head/accessibility/gnome-speech/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/gnome-speech/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -29,11 +29,11 @@ FESTIVAL_DESC= Festival speech synthesis OPTIONS_SUB= yes -ESPEAK_LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak +ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak ESPEAK_CONFIGURE_ON=--with-espeak-dir=${LOCALBASE} ESPEAK_CONFIGURE_OFF=--without-espeak -FESTIVAL_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival +FESTIVAL_RUN_DEPENDS= festival:audio/festival FESTIVAL_CONFIGURE_OFF=--without-festival post-patch: Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/gnopernicus/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -15,7 +15,7 @@ COMMENT= Collection of accessibility app DEPRECATED= Not developed upstream anymore. Obsoleted by accessibility/orca EXPIRATION_DATE= 2016-04-07 -LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag +LIB_DEPENDS= libgnome-mag.so:accessibility/gnome-mag USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/gok/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,8 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) -LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ + libdbus-glib-1.so:devel/dbus-glib USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes Modified: head/accessibility/java-access-bridge/Makefile ============================================================================== --- head/accessibility/java-access-bridge/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/java-access-bridge/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,8 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Java Accessibility Bridge -BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop -RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop +BUILD_DEPENDS= xprop:x11/xprop +RUN_DEPENDS= xprop:x11/xprop USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes Modified: head/accessibility/jovie/Makefile ============================================================================== --- head/accessibility/jovie/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/jovie/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech system -LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher +LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher USES= cmake:outsource tar:xz USE_KDE4= kdeprefix kdelibs automoc4 Modified: head/accessibility/kaccessible/Makefile ============================================================================== --- head/accessibility/kaccessible/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/kaccessible/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility services for KDE -LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher +LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource tar:xz Modified: head/accessibility/kdeaccessibility4/Makefile ============================================================================== --- head/accessibility/kdeaccessibility4/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/kdeaccessibility4/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -15,18 +15,18 @@ OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG K OPTIONS_DEFAULT:= ${OPTIONS_DEFINE} JOVIE_DESC= Install Jovie text-to-speech system -JOVIE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/jovie +JOVIE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/jovie:accessibility/jovie KACCESSIBLE_DESC= Install Accessibility services for KDE -KACCESSIBLE_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:${PORTSDIR}/accessibility/kaccessible +KACCESSIBLE_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:accessibility/kaccessible KMAG_DESC= Install Screen magnifier -KMAG_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmag:${PORTSDIR}/accessibility/kmag +KMAG_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmag:accessibility/kmag KMOUSETOOL_DESC= Install Automatic mouse click tool -KMOUSETOOL_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmousetool:${PORTSDIR}/accessibility/kmousetool +KMOUSETOOL_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmousetool:accessibility/kmousetool KMOUTH_DESC= Install Speech synthesizer frontend -KMOUTH_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmouth:${PORTSDIR}/accessibility/kmouth +KMOUTH_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmouth:accessibility/kmouth .include Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/mousetweaks/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Mouse accessibility enhancements for the GNOME desktop -BUILD_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas -RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= gsettings-desktop-schemas>=0.1.0:devel/gsettings-desktop-schemas +RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:devel/gsettings-desktop-schemas USE_XORG= x11 xfixes xcursor xtst USE_GNOME= gnomeprefix gtk30 intlhack Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/orca/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,16 +10,16 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Scriptable screen reader -BUILD_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ - py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \ - py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core -RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ - py3?-speech-dispatcher>=0:${PORTSDIR}/accessibility/py3-speech-dispatcher \ - py3?-atspi>=0:${PORTSDIR}/accessibility/py3-atspi \ - py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \ - py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo +BUILD_DEPENDS= py3?-dbus>=0:devel/py3-dbus \ + py3?-xdg>=0:devel/py3-xdg \ + py3?-cairo>=0:graphics/py3-cairo \ + itstool:textproc/itstool +LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core +RUN_DEPENDS= py3?-dbus>=0:devel/py3-dbus \ + py3?-speech-dispatcher>=0:accessibility/py3-speech-dispatcher \ + py3?-atspi>=0:accessibility/py3-atspi \ + py3?-xdg>=0:devel/py3-xdg \ + py3?-cairo>=0:graphics/py3-cairo # conflict with py*-json-py because orca uses the json from python itself # and py*-json-py shadows this. Modified: head/accessibility/py-atspi/Makefile ============================================================================== --- head/accessibility/py-atspi/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/py-atspi/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Python API for the D-BUS based SPI framework -RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even Modified: head/accessibility/py3-atspi/Makefile ============================================================================== --- head/accessibility/py3-atspi/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/py3-atspi/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Python3 API for the D-BUS based SPI framework -RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/redshift/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -38,8 +38,8 @@ VIDMODE_CONFIGURE_ENABLE= vidmode GUI_USES= python GUI_CONFIGURE_ENABLE= gui -GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg +GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \ + ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg GNOME_CONFIGURE_ENABLE= gnome-clock GNOME_USE= GNOME=glib20,gconf2 Modified: head/accessibility/rubygem-atk/Makefile ============================================================================== --- head/accessibility/rubygem-atk/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/rubygem-atk/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,7 +11,7 @@ COMMENT= Ruby binding for ATK LICENSE= LGPL21+ -RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 USE_GNOME= atk USE_RUBY= yes Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/accessibility/speech-dispatcher/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,9 +12,9 @@ COMMENT= Common interface to speech synt LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \ - libltdl.so:${PORTSDIR}/devel/libltdl \ - libsndfile.so:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= libdotconf.so:devel/dotconf \ + libltdl.so:devel/libltdl \ + libsndfile.so:audio/libsndfile USE_GNOME= glib20 intltool USES= alias gettext gmake pathfix pkgconfig libtool @@ -44,28 +44,28 @@ OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FEST OPTIONS_DEFAULT=ESPEAK OPTIONS_SUB= yes -ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_WITH= alsa -AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao +AO_LIB_DEPENDS= libao.so:audio/libao AO_CONFIGURE_WITH= libao ESPEAK_DESC= eSpeak speech synthesizer support -ESPEAK_LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak +ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak ESPEAK_CONFIGURE_WITH= espeak FESTIVAL_DESC= Festival Speech Synthesis System support -FESTIVAL_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ - ${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:${PORTSDIR}/audio/festival-freebsoft-utils +FESTIVAL_RUN_DEPENDS= festival:audio/festival \ + ${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:audio/festival-freebsoft-utils FLITE_DESC= Flite speech synthesis engine support -FLITE_LIB_DEPENDS= libflite.so:${PORTSDIR}/audio/flite +FLITE_LIB_DEPENDS= libflite.so:audio/flite FLITE_CONFIGURE_WITH= flite -NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas +NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_CONFIGURE_WITH= nas -PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse post-patch: @@ -85,8 +85,8 @@ post-install: .else USES+= python:3 -LIB_DEPENDS+= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg +LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py3-xdg USE_PYTHON= py3kplist PLIST_SUB= PYVER=${PYTHON_VER:S|.||} Modified: head/arabic/khotot/Makefile ============================================================================== --- head/arabic/khotot/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/arabic/khotot/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -20,8 +20,8 @@ MONO_DESC= Install Arabic PCF fonts AEFONTS_DESC= Install Arabeyes project TrueType fonts KACST_DESC= Install King AbdulAziz University fonts -MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:${PORTSDIR}/arabic/ae_fonts_mono -AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:${PORTSDIR}/arabic/ae_fonts_ttf -KACST_RUN_DEPENDS= ar-kacst_fonts>0:${PORTSDIR}/arabic/kacst_fonts +MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:arabic/ae_fonts_mono +AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:arabic/ae_fonts_ttf +KACST_RUN_DEPENDS= ar-kacst_fonts>0:arabic/kacst_fonts .include Modified: head/archivers/advancecomp/Makefile ============================================================================== --- head/archivers/advancecomp/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/advancecomp/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ COMMENT= Recompression utilities for .ZI LICENSE= GPLv3 -LIB_DEPENDS= libzopfli.so:${PORTSDIR}/archivers/zopfli +LIB_DEPENDS= libzopfli.so:archivers/zopfli USES= gmake GNU_CONFIGURE= yes Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/ark/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE -LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libqjson.so:devel/qjson USE_KDE4= kdeprefix automoc4 kdelibs libkonq USES= cmake:outsource libarchive cpe tar:xz @@ -22,14 +22,14 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= 7ZIP RAR ZIP 7ZIP_DESC= Support for 7-Zip archives -7ZIP_RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip +7ZIP_RUN_DEPENDS= 7z:archivers/p7zip RAR_DESC= Support for RAR archives -RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ - rar:${PORTSDIR}/archivers/rar +RAR_RUN_DEPENDS= unrar:archivers/unrar \ + rar:archivers/rar ZIP_DESC= Support for ZIP archives -ZIP_RUN_DEPENDS= unzip>0:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip +ZIP_RUN_DEPENDS= unzip>0:archivers/unzip \ + zip:archivers/zip .include Modified: head/archivers/dact/Makefile ============================================================================== --- head/archivers/dact/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/dact/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,8 +13,8 @@ COMMENT= Dynamic Adaptive Compression To LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ - liblzo2.so:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= libmcrypt.so:security/libmcrypt \ + liblzo2.so:archivers/lzo2 USES= desthack gmake localbase GNU_CONFIGURE= yes Modified: head/archivers/deco/Makefile ============================================================================== --- head/archivers/deco/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/deco/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,18 +14,18 @@ COMMENT= Program to extract various arch LICENSE= GPLv3 -RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc \ - arj:${PORTSDIR}/archivers/arj \ - cabextract:${PORTSDIR}/archivers/cabextract \ - dpkg:${PORTSDIR}/archivers/dpkg \ - lzop:${PORTSDIR}/archivers/lzop \ - 7z:${PORTSDIR}/archivers/p7zip \ - rpm:${PORTSDIR}/archivers/rpm4 \ - rzip:${PORTSDIR}/archivers/rzip \ - unace:${PORTSDIR}/archivers/unace \ - unrar:${PORTSDIR}/archivers/unrar \ - zoo:${PORTSDIR}/archivers/zoo \ - flac:${PORTSDIR}/audio/flac +RUN_DEPENDS= arc:archivers/arc \ + arj:archivers/arj \ + cabextract:archivers/cabextract \ + dpkg:archivers/dpkg \ + lzop:archivers/lzop \ + 7z:archivers/p7zip \ + rpm:archivers/rpm4 \ + rzip:archivers/rzip \ + unace:archivers/unace \ + unrar:archivers/unrar \ + zoo:archivers/zoo \ + flac:audio/flac CONFLICTS= deco-[0-9]* Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/dpkg/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,9 +13,9 @@ COMMENT= Debian package maintenance syst LICENSE= GPLv2 -BUILD_DEPENDS= po4a:${PORTSDIR}/textproc/po4a -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - gpatch:${PORTSDIR}/devel/patch +BUILD_DEPENDS= po4a:textproc/po4a +RUN_DEPENDS= gtar:archivers/gtar \ + gpatch:devel/patch GNU_CONFIGURE= yes USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz Modified: head/archivers/engrampa/Makefile ============================================================================== --- head/archivers/engrampa/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/engrampa/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,9 +10,9 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Archive manager for zip files, tar, etc -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= itstool:textproc/itstool +RUN_DEPENDS= ${LOCALBASE}/bin/gtar:archivers/gtar \ + ${LOCALBASE}/bin/unzip:archivers/unzip PORTSCOUT= limitw:1,even Modified: head/archivers/epkg/Makefile ============================================================================== --- head/archivers/epkg/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/epkg/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,9 +12,9 @@ COMMENT= Encap Package Manager BROKEN= unfetchable -BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:ftp/fget +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 HAS_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/file-roller/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,9 +12,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Archive manager for zip files, tar, etc -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - zipinfo:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= itstool:textproc/itstool +RUN_DEPENDS= gtar:archivers/gtar \ + zipinfo:archivers/unzip # Port unzip is desired, but specify the uniquely named zipinfo to ensure # archivers/unzip is pulled in. Using "unzip" is satisfied by base unzip Modified: head/archivers/fpc-unzip/Makefile ============================================================================== --- head/archivers/fpc-unzip/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/fpc-unzip/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -18,6 +18,6 @@ OPTIONS_DEFINE= UNZIP UNZIP_DESC= Install unzip tools OPTIONS_DEFAULT= UNZIP -UNZIP_RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +UNZIP_RUN_DEPENDS= unzip:archivers/unzip .include "${MASTERDIR}/Makefile" Modified: head/archivers/gcab/Makefile ============================================================================== --- head/archivers/gcab/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/gcab/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -9,7 +9,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GObject library to create cabinet files -BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala +BUILD_DEPENDS= vala:lang/vala USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes Modified: head/archivers/hlextract/Makefile ============================================================================== --- head/archivers/hlextract/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/hlextract/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ COMMENT= Utility to extract data from va LICENSE= GPLv2 -LIB_DEPENDS= libhl.so:${PORTSDIR}/games/hllib +LIB_DEPENDS= libhl.so:games/hllib USES= dos2unix zip WRKSRC= ${WRKDIR}/HLExtract Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/innoextract/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,10 +12,10 @@ COMMENT= Program to extract Inno Setup f LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ - libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libboost_program_options.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ + libboost_filesystem.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libboost_program_options.so:devel/boost-libs USES= cmake iconv CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man Modified: head/archivers/javatar/Makefile ============================================================================== --- head/archivers/javatar/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/javatar/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.gjt.org/downloa MAINTAINER= ale@FreeBSD.org COMMENT= Java tar archive I/O package -RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf +RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/libarchive/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,7 +10,7 @@ MASTER_SITES= http://libarchive.org/down MAINTAINER= glewis@FreeBSD.org COMMENT= Library to create and read several streaming archive formats -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= LZO NETTLE OPTIONS_DEFAULT=LZO @@ -79,10 +79,10 @@ CFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" -LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LZO_CONFIGURE_WITH= lzo2 -NETTLE_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle +NETTLE_LIB_DEPENDS= libnettle.so:security/nettle NETTLE_CONFIGURE_WITH= nettle NETTLE_CONFIGURE_ON= --without-openssl NETTLE_USE_OFF= OPENSSL=yes Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/liborange/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,9 +10,9 @@ MASTER_SITES= SF/synce/Orange/${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Library to extract CAB files from self-extracting installers -LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf -RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ - unzip:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= libgsf-1.so:devel/libgsf +RUN_DEPENDS= cabextract:archivers/cabextract \ + unzip:archivers/unzip OPTIONS_DEFINE= LIBSYNCE LIBDYNAMITE LIBUNSHIELD INNO VISE MSI OPTIONS_DEFAULT= LIBSYNCE LIBDYNAMITE LIBUNSHIELD @@ -31,15 +31,15 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS+= --with-libgsf -LIBSYNCE_LIB_DEPENDS= libsynce.so:${PORTSDIR}/palm/synce-libsynce +LIBSYNCE_LIB_DEPENDS= libsynce.so:palm/synce-libsynce LIBSYNCE_CONFIGURE_WITH= libsynce LIBSYNCE_VARS= REQUIRES+=libsynce -LIBDYNAMITE_LIB_DEPENDS= libdynamite.so:${PORTSDIR}/archivers/libdynamite +LIBDYNAMITE_LIB_DEPENDS= libdynamite.so:archivers/libdynamite LIBDYNAMITE_CONFIGURE_WITH= libdynamite LIBDYNAMITE_VARS= REQUIRES+=libdynamite -LIBUNSHIELD_LIB_DEPENDS= libunshield.so:${PORTSDIR}/archivers/unshield +LIBUNSHIELD_LIB_DEPENDS= libunshield.so:archivers/unshield LIBUNSHIELD_CONFIGURE_WITH= libunshield LIBUNSHIELD_VARS= REQUIRES+=libunshield Modified: head/archivers/libpar2/Makefile ============================================================================== --- head/archivers/libpar2/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/libpar2/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,7 +12,7 @@ LICENSE= GPLv2 MAINTAINER= toxic@doobie.com COMMENT= Library for manipulating PAR2 files, extracted from par2cmdline -LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 +LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 GNU_CONFIGURE= yes Modified: head/archivers/lrzip/Makefile ============================================================================== --- head/archivers/lrzip/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/lrzip/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -12,8 +12,8 @@ COMMENT= Long Range ZIP or Lzma RZIP LICENSE= GPLv2 -BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm -LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +BUILD_DEPENDS= nasm>=0:devel/nasm +LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm Modified: head/archivers/lzop/Makefile ============================================================================== --- head/archivers/lzop/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/lzop/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.lzop.org/downlo MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library -LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= liblzo2.so:archivers/lzo2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/archivers/makeself/Makefile ============================================================================== --- head/archivers/makeself/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/makeself/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -10,7 +10,7 @@ EXTRACT_SUFX= .run MAINTAINER= jadawin@FreeBSD.org COMMENT= Neat script to make self-extracting archives -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= Modified: head/archivers/p5-Archive-Any-Lite/Makefile ============================================================================== --- head/archivers/p5-Archive-Any-Lite/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Any-Lite/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,13 +14,13 @@ COMMENT= Simple CPAN package extractor LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-ExtUtils-MakeMaker-CPANfile>=0.06:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile -RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip -TEST_DEPENDS= p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ - p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - p5-Test-UseAllModules>=0.10:${PORTSDIR}/devel/p5-Test-UseAllModules +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-ExtUtils-MakeMaker-CPANfile>=0.06:devel/p5-ExtUtils-MakeMaker-CPANfile +RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip +TEST_DEPENDS= p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ + p5-Test-Pod>=1.18:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ + p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules NO_ARCH= yes USE_PERL5= configure Modified: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile ============================================================================== --- head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= anes@anes.su COMMENT= Wrapper around Archive::Rar -BUILD_DEPENDS= p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \ - p5-Archive-Rar>=0:${PORTSDIR}/archivers/p5-Archive-Rar \ - p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs +BUILD_DEPENDS= p5-Archive-Any>=0:archivers/p5-Archive-Any \ + p5-Archive-Rar>=0:archivers/p5-Archive-Rar \ + p5-lib-abs>=0.90:devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/archivers/p5-Archive-Any/Makefile ============================================================================== --- head/archivers/p5-Archive-Any/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Any/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,13 +14,13 @@ COMMENT= Single interface to deal with f LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Zip>=1.07:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-File-MMagic>=1.27:${PORTSDIR}/devel/p5-File-MMagic \ - p5-MIME-Types>=1.16:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Module-Find>=0.05:${PORTSDIR}/devel/p5-Module-Find +BUILD_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \ + p5-File-MMagic>=1.27:devel/p5-File-MMagic \ + p5-MIME-Types>=1.16:mail/p5-MIME-Types \ + p5-Module-Find>=0.05:devel/p5-Module-Find RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +TEST_DEPENDS= p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ + p5-Test-Warn>=0:devel/p5-Test-Warn NO_ARCH= yes USES= perl5 Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract-Libarchive/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Extract-Libarchive/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,11 +14,11 @@ COMMENT= Generic archive extracting mech LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny +BUILD_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Test-Pod>=1.04:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Test-Pod>=1.04:devel/p5-Test-Pod USE_PERL5= modbuild USES= perl5 libarchive Modified: head/archivers/p5-Archive-Peek/Makefile ============================================================================== --- head/archivers/p5-Archive-Peek/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Peek/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Peek into archives without extracting them -BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class +BUILD_DEPENDS= p5-Archive-Tar>=0:archivers/p5-Archive-Tar \ + p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure Modified: head/archivers/p5-Archive-Rar/Makefile ============================================================================== --- head/archivers/p5-Archive-Rar/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Rar/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface with the 'rar' command -BUILD_DEPENDS= rar:${PORTSDIR}/archivers/rar \ - p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS= rar:archivers/rar \ + p5-IPC-Run>=0:devel/p5-IPC-Run NO_ARCH= yes USES= perl5 Modified: head/archivers/p5-Archive-SimpleExtractor/Makefile ============================================================================== --- head/archivers/p5-Archive-SimpleExtractor/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-SimpleExtractor/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple module for extract archives -BUILD_DEPENDS= p5-Archive-Rar>=2.02:${PORTSDIR}/archivers/p5-Archive-Rar \ - p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip +BUILD_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \ + p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Tar/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,7 +14,7 @@ COMMENT= Perl module for creation and ma LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String USES= perl5 USE_PERL5= configure @@ -23,7 +23,7 @@ NO_ARCH= yes OPTIONS_DEFINE= TEXTDIFF TEXTDIFF_DESC= Text::Diff support for ptardiff -TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff +TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff post-patch: @${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Archive-Zip/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,7 +13,7 @@ COMMENT= Create, manipulate, read, and w LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule +TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule NO_ARCH= yes USES= perl5 Modified: head/archivers/p5-Compress-LZO/Makefile ============================================================================== --- head/archivers/p5-Compress-LZO/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-LZO/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the LZO compression library -LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -I${LOCALBASE}/include/lzo USES= perl5 Modified: head/archivers/p5-Compress-LZW/Makefile ============================================================================== --- head/archivers/p5-Compress-LZW/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-LZW/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,10 +13,10 @@ COMMENT= Pure perl implementation of LZW LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \ - p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \ - p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \ - p5-strictures>0:${PORTSDIR}/devel/p5-strictures +BUILD_DEPENDS= p5-Moo>=1.001000:devel/p5-Moo \ + p5-Type-Tiny>0:devel/p5-Type-Tiny \ + p5-namespace-clean>0:devel/p5-namespace-clean \ + p5-strictures>0:devel/p5-strictures RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,7 +13,7 @@ COMMENT= Low-Level Interface to bzip2 co LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod USE_PERL5= configure USES= perl5 Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,7 +13,7 @@ COMMENT= Low-Level Interface to lzma com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod OPTIONS_DEFINE= LZMALIB LZMALIB_DESC= Use archivers/lzmalia instead of liblzma in base @@ -21,7 +21,7 @@ LZMALIB_DESC= Use archivers/lzmalia inst USE_PERL5= configure USES= perl5 -LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib +LZMALIB_LIB_DEPENDS= liblzma.so.1:archivers/lzmalib post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -13,7 +13,7 @@ COMMENT= Low-Level Interface to zlib com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod USE_PERL5= configure USES= perl5 Modified: head/archivers/p5-Compress-Snappy/Makefile ============================================================================== --- head/archivers/p5-Compress-Snappy/Makefile Fri Apr 1 13:23:38 2016 (r412343) +++ head/archivers/p5-Compress-Snappy/Makefile Fri Apr 1 13:29:15 2016 (r412344) @@ -14,7 +14,7 @@ COMMENT= Perl interface to Google Snappy LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib +BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib USE_PERL5= configure USES= perl5 Modified: head/archivers/p5-IO-Compress-Lzf/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/Makefile Fri Apr 1 13:23:38 2016 (r412343) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 13:46:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC094AEB8FA; Fri, 1 Apr 2016 13:46:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD6D61669; Fri, 1 Apr 2016 13:46:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31DkvTe064458; Fri, 1 Apr 2016 13:46:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31DkvPZ064457; Fri, 1 Apr 2016 13:46:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011346.u31DkvPZ064457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r412345 - svnadmin/hooks X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 13:46:59 -0000 Author: mat Date: Fri Apr 1 13:46:57 2016 New Revision: 412345 URL: https://svnweb.freebsd.org/changeset/ports/412345 Log: I know what I'm doing. (c) (tm) (r) With hat: portmgr Sponsored by: Absolight Modified: svnadmin/hooks/pre-commit Modified: svnadmin/hooks/pre-commit ============================================================================== --- svnadmin/hooks/pre-commit Fri Apr 1 13:29:15 2016 (r412344) +++ svnadmin/hooks/pre-commit Fri Apr 1 13:46:57 2016 (r412345) @@ -62,7 +62,7 @@ TXN="$2" . /s/svn/ports/hooks/scripts/env.sh #crash.sh || exit 1 - +exit 0 # Check for "Approved by" requirements first approvecheck.pl "$REPO" "$TXN" || exit 1 From owner-svn-ports-all@freebsd.org Fri Apr 1 14:01:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EF00AEBD2B; Fri, 1 Apr 2016 14:01:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBFCD1D0F; Fri, 1 Apr 2016 14:01:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31E14jM068435; Fri, 1 Apr 2016 14:01:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31E0vPN068371; Fri, 1 Apr 2016 14:00:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011400.u31E0vPN068371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412346 - in head: databases/R-cran-RMySQL databases/R-cran-RSQLite databases/R-cran-RSQLite.extfuns databases/R-cran-sqldf databases/akonadi databases/akonadi-googledata databases/apq ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:01:06 -0000 Author: mat Date: Fri Apr 1 14:00:51 2016 New Revision: 412346 URL: https://svnweb.freebsd.org/changeset/ports/412346 Log: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight Modified: head/databases/R-cran-RMySQL/Makefile (contents, props changed) head/databases/R-cran-RSQLite.extfuns/Makefile (contents, props changed) head/databases/R-cran-RSQLite/Makefile (contents, props changed) head/databases/R-cran-sqldf/Makefile (contents, props changed) head/databases/akonadi-googledata/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/apq-mysql/Makefile (contents, props changed) head/databases/apq-odbc/Makefile (contents, props changed) head/databases/apq-pgsql/Makefile (contents, props changed) head/databases/apq/Makefile (contents, props changed) head/databases/autobackupmysql/Makefile (contents, props changed) head/databases/cassandra-cpp-driver/Makefile (contents, props changed) head/databases/cassandra2/Makefile (contents, props changed) head/databases/casstcl/Makefile (contents, props changed) head/databases/cego/Makefile (contents, props changed) head/databases/cegobridge/Makefile (contents, props changed) head/databases/couchdb/Makefile (contents, props changed) head/databases/cppdb/Makefile (contents, props changed) head/databases/datamodeler/Makefile (contents, props changed) head/databases/dbtool/Makefile (contents, props changed) head/databases/emma/Makefile (contents, props changed) head/databases/evolution-data-server/Makefile (contents, props changed) head/databases/firebird25-server/Makefile (contents, props changed) head/databases/fortytwo-bdb/Makefile (contents, props changed) head/databases/fpc-gdbm/Makefile (contents, props changed) head/databases/fpc-odbc/Makefile (contents, props changed) head/databases/fpc-oracle/Makefile (contents, props changed) head/databases/freetds-devel/Makefile (contents, props changed) head/databases/freetds/Makefile (contents, props changed) head/databases/gadfly/Makefile (contents, props changed) head/databases/galera/Makefile (contents, props changed) head/databases/geoserver-mysql-plugin/Makefile (contents, props changed) head/databases/glom/Makefile (contents, props changed) head/databases/gnatsweb4/Makefile (contents, props changed) head/databases/gomdb/Makefile (contents, props changed) head/databases/gosqlite3/Makefile (contents, props changed) head/databases/grass/Makefile (contents, props changed) head/databases/gtksql/Makefile (contents, props changed) head/databases/hamsterdb/Makefile (contents, props changed) head/databases/hbase/Makefile (contents, props changed) head/databases/influxdb/Makefile (contents, props changed) head/databases/innotop/Makefile (contents, props changed) head/databases/ipa_sdb/Makefile (contents, props changed) head/databases/isql-viewer/Makefile (contents, props changed) head/databases/jasperreports/Makefile (contents, props changed) head/databases/jdbc-oracle8i/Makefile (contents, props changed) head/databases/jlog/Makefile (contents, props changed) head/databases/jrrd/Makefile (contents, props changed) head/databases/kbibtex/Makefile (contents, props changed) head/databases/kyototycoon/Makefile (contents, props changed) head/databases/ldb/Makefile (contents, props changed) head/databases/leo_center/Makefile (contents, props changed) head/databases/leofs/Makefile (contents, props changed) head/databases/leveldb/Makefile (contents, props changed) head/databases/levigo/Makefile (contents, props changed) head/databases/libdbi-drivers/Makefile (contents, props changed) head/databases/libdrizzle/Makefile (contents, props changed) head/databases/libgda4/Makefile (contents, props changed) head/databases/libgda5/Makefile (contents, props changed) head/databases/libgdamm/Makefile (contents, props changed) head/databases/libgdamm5/Makefile (contents, props changed) head/databases/libmemcached/Makefile (contents, props changed) head/databases/libodbc++/Makefile (contents, props changed) head/databases/linux-oracle-instantclient-sdk/Makefile (contents, props changed) head/databases/linux-oracle-instantclient-sqlplus/Makefile (contents, props changed) head/databases/mariadb100-server/Makefile (contents, props changed) head/databases/mariadb101-server/Makefile (contents, props changed) head/databases/mariadb55-server/Makefile (contents, props changed) head/databases/mdbtools/Makefile (contents, props changed) head/databases/memcached/Makefile (contents, props changed) head/databases/memcacheq/Makefile (contents, props changed) head/databases/monetdb/Makefile (contents, props changed) head/databases/mongodb/Makefile (contents, props changed) head/databases/mongodb32-tools/Makefile (contents, props changed) head/databases/mongodb32/Makefile (contents, props changed) head/databases/mrtg-mysql-load/Makefile (contents, props changed) head/databases/mtools-mongodb/Makefile (contents, props changed) head/databases/mtop/Makefile (contents, props changed) head/databases/mydbf2mysql/Makefile (contents, props changed) head/databases/mydumper/Makefile (contents, props changed) head/databases/mysql-connector-c++/Makefile (contents, props changed) head/databases/mysql-connector-java/Makefile (contents, props changed) head/databases/mysql-connector-odbc/Makefile (contents, props changed) head/databases/mysql-proxy/Makefile (contents, props changed) head/databases/mysql-q4m/Makefile (contents, props changed) head/databases/mysql2odbc/Makefile (contents, props changed) head/databases/mysqldumper/Makefile (contents, props changed) head/databases/mysqlidxchk/Makefile (contents, props changed) head/databases/mysqlreport/Makefile (contents, props changed) head/databases/mysqlsla/Makefile (contents, props changed) head/databases/mytop/Makefile (contents, props changed) head/databases/nagios-check_mongodb/Makefile (contents, props changed) head/databases/nagios-check_postgres_replication/Makefile (contents, props changed) head/databases/nagios-check_redis/Makefile (contents, props changed) head/databases/namazu2/Makefile (contents, props changed) head/databases/ntdb/Makefile (contents, props changed) head/databases/openark-kit/Makefile (contents, props changed) head/databases/opendbx/Makefile (contents, props changed) head/databases/opentsdb/Makefile (contents, props changed) head/databases/oracle_odbc_driver/Makefile (contents, props changed) head/databases/p5-Amazon-SimpleDB/Makefile (contents, props changed) head/databases/p5-Amon2-DBI/Makefile (contents, props changed) head/databases/p5-AnyEvent-BDB/Makefile (contents, props changed) head/databases/p5-AnyEvent-CouchDB/Makefile (contents, props changed) head/databases/p5-AnyEvent-DBD-Pg/Makefile (contents, props changed) head/databases/p5-AnyEvent-Memcached/Makefile (contents, props changed) head/databases/p5-AnyEvent-Redis/Makefile (contents, props changed) head/databases/p5-BDB/Makefile (contents, props changed) head/databases/p5-BSON/Makefile (contents, props changed) head/databases/p5-BerkeleyDB/Makefile (contents, props changed) head/databases/p5-Bucardo/Makefile (contents, props changed) head/databases/p5-CDB_File-Generator/Makefile (contents, props changed) head/databases/p5-CGI-Session-Driver-memcached/Makefile (contents, props changed) head/databases/p5-Cache-BDB/Makefile (contents, props changed) head/databases/p5-Cache-Memcached-Managed/Makefile (contents, props changed) head/databases/p5-Cache-Memcached-XS/Makefile (contents, props changed) head/databases/p5-Cache-Memcached-libmemcached/Makefile (contents, props changed) head/databases/p5-Cache-Memcached/Makefile (contents, props changed) head/databases/p5-Class-DBI-AbstractSearch/Makefile (contents, props changed) head/databases/p5-Class-DBI-AsForm/Makefile (contents, props changed) head/databases/p5-Class-DBI-AutoLoader/Makefile (contents, props changed) head/databases/p5-Class-DBI-BaseDSN/Makefile (contents, props changed) head/databases/p5-Class-DBI-DATA-Schema/Makefile (contents, props changed) head/databases/p5-Class-DBI-DDL/Makefile (contents, props changed) head/databases/p5-Class-DBI-FromCGI/Makefile (contents, props changed) head/databases/p5-Class-DBI-LazyInflate/Makefile (contents, props changed) head/databases/p5-Class-DBI-Loader-Relationship/Makefile (contents, props changed) head/databases/p5-Class-DBI-Loader/Makefile (contents, props changed) head/databases/p5-Class-DBI-Oracle/Makefile (contents, props changed) head/databases/p5-Class-DBI-Pager/Makefile (contents, props changed) head/databases/p5-Class-DBI-Pg/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-Iterator/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-Pager/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-Senna/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-Type/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin/Makefile (contents, props changed) head/databases/p5-Class-DBI-Replication/Makefile (contents, props changed) head/databases/p5-Class-DBI-SAK/Makefile (contents, props changed) head/databases/p5-Class-DBI-SQLite/Makefile (contents, props changed) head/databases/p5-Class-DBI-Sweet/Makefile (contents, props changed) head/databases/p5-Class-DBI-ToSax/Makefile (contents, props changed) head/databases/p5-Class-DBI-Untaint/Makefile (contents, props changed) head/databases/p5-Class-DBI-mysql/Makefile (contents, props changed) head/databases/p5-Class-DBI/Makefile (contents, props changed) head/databases/p5-Class-Inflate/Makefile (contents, props changed) head/databases/p5-CouchDB-View/Makefile (contents, props changed) head/databases/p5-DBD-AnyData/Makefile (contents, props changed) head/databases/p5-DBD-CSV/Makefile (contents, props changed) head/databases/p5-DBD-Excel/Makefile (contents, props changed) head/databases/p5-DBD-Google/Makefile (contents, props changed) head/databases/p5-DBD-InterBase/Makefile (contents, props changed) head/databases/p5-DBD-LDAP/Makefile (contents, props changed) head/databases/p5-DBD-Mock/Makefile (contents, props changed) head/databases/p5-DBD-Multi/Makefile (contents, props changed) head/databases/p5-DBD-ODBC/Makefile (contents, props changed) head/databases/p5-DBD-Oracle/Makefile (contents, props changed) head/databases/p5-DBD-Pg/Makefile (contents, props changed) head/databases/p5-DBD-PgLite/Makefile (contents, props changed) head/databases/p5-DBD-PgPP/Makefile (contents, props changed) head/databases/p5-DBD-SQLite/Makefile (contents, props changed) head/databases/p5-DBD-SQLite2/Makefile (contents, props changed) head/databases/p5-DBD-Sybase/Makefile (contents, props changed) head/databases/p5-DBD-XBase/Makefile (contents, props changed) head/databases/p5-DBD-cego/Makefile (contents, props changed) head/databases/p5-DBD-mysql/Makefile (contents, props changed) head/databases/p5-DBI-Shell/Makefile (contents, props changed) head/databases/p5-DBI/Makefile (contents, props changed) head/databases/p5-DBICx-Deploy/Makefile (contents, props changed) head/databases/p5-DBICx-MapMaker/Makefile (contents, props changed) head/databases/p5-DBICx-Sugar/Makefile (contents, props changed) head/databases/p5-DBICx-TestDatabase/Makefile (contents, props changed) head/databases/p5-DBICx-TxnInsert/Makefile (contents, props changed) head/databases/p5-DBIWrapper/Makefile (contents, props changed) head/databases/p5-DBIx-Abstract/Makefile (contents, props changed) head/databases/p5-DBIx-Admin-CreateTable/Makefile (contents, props changed) head/databases/p5-DBIx-Admin-DSNManager/Makefile (contents, props changed) head/databases/p5-DBIx-Admin-TableInfo/Makefile (contents, props changed) head/databases/p5-DBIx-AnyDBD/Makefile (contents, props changed) head/databases/p5-DBIx-Browse/Makefile (contents, props changed) head/databases/p5-DBIx-Class-AsFdat/Makefile (contents, props changed) head/databases/p5-DBIx-Class-BitField/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Candy/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Cursor-Cached/Makefile (contents, props changed) head/databases/p5-DBIx-Class-CustomPrefetch/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DateTime-Epoch/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DeploymentHandler/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DigestColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DynamicDefault/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DynamicSubclass/Makefile (contents, props changed) head/databases/p5-DBIx-Class-EncodeColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-EncodedColumn/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Fixtures/Makefile (contents, props changed) head/databases/p5-DBIx-Class-FrozenColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Helpers/Makefile (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/Makefile (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile (contents, props changed) head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Loader/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Migration/Makefile (contents, props changed) head/databases/p5-DBIx-Class-MooseColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-PassphraseColumn/Makefile (contents, props changed) head/databases/p5-DBIx-Class-QueryLog/Makefile (contents, props changed) head/databases/p5-DBIx-Class-QueryProfiler/Makefile (contents, props changed) head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile (contents, props changed) head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Schema-Config/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Schema-Loader/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile (contents, props changed) head/databases/p5-DBIx-Class-TimeStamp/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Tree/Makefile (contents, props changed) head/databases/p5-DBIx-Class-UUIDColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-VirtualColumns/Makefile (contents, props changed) head/databases/p5-DBIx-Class-WebForm/Makefile (contents, props changed) head/databases/p5-DBIx-Class/Makefile (contents, props changed) head/databases/p5-DBIx-Connector/Makefile (contents, props changed) head/databases/p5-DBIx-ContextualFetch/Makefile (contents, props changed) head/databases/p5-DBIx-Custom/Makefile (contents, props changed) head/databases/p5-DBIx-DBHResolver/Makefile (contents, props changed) head/databases/p5-DBIx-DBSchema/Makefile (contents, props changed) head/databases/p5-DBIx-DataSource/Makefile (contents, props changed) head/databases/p5-DBIx-Dump/Makefile (contents, props changed) head/databases/p5-DBIx-Ease/Makefile (contents, props changed) head/databases/p5-DBIx-Inspector/Makefile (contents, props changed) head/databases/p5-DBIx-Introspector/Makefile (contents, props changed) head/databases/p5-DBIx-Log4perl/Makefile (contents, props changed) head/databases/p5-DBIx-MySQLSequence/Makefile (contents, props changed) head/databases/p5-DBIx-NoSQL/Makefile (contents, props changed) head/databases/p5-DBIx-Password/Makefile (contents, props changed) head/databases/p5-DBIx-Perlish/Makefile (contents, props changed) head/databases/p5-DBIx-QueryLog/Makefile (contents, props changed) head/databases/p5-DBIx-Recordset/Makefile (contents, props changed) head/databases/p5-DBIx-RetryOverDisconnects/Makefile (contents, props changed) head/databases/p5-DBIx-SQLEngine/Makefile (contents, props changed) head/databases/p5-DBIx-SQLite-Simple/Makefile (contents, props changed) head/databases/p5-DBIx-Safe/Makefile (contents, props changed) head/databases/p5-DBIx-SearchBuilder/Makefile (contents, props changed) head/databases/p5-DBIx-Sequence/Makefile (contents, props changed) head/databases/p5-DBIx-Simple/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny-Pager/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny/Makefile (contents, props changed) head/databases/p5-DBIx-Sunny/Makefile (contents, props changed) head/databases/p5-DBIx-TableHash/Makefile (contents, props changed) head/databases/p5-DBIx-TransactionManager/Makefile (contents, props changed) head/databases/p5-DBIx-Tree/Makefile (contents, props changed) head/databases/p5-DBIx-VersionedDDL/Makefile (contents, props changed) head/databases/p5-DBIx-Wrapper/Makefile (contents, props changed) head/databases/p5-DBIx-XHTML_Table/Makefile (contents, props changed) head/databases/p5-DBIx-XML_RDB/Makefile (contents, props changed) head/databases/p5-DBM-Deep/Makefile (contents, props changed) head/databases/p5-DWH_File/Makefile (contents, props changed) head/databases/p5-Dancer-Plugin-DBIC/Makefile (contents, props changed) head/databases/p5-Dancer-Plugin-Database-Core/Makefile (contents, props changed) head/databases/p5-Dancer-Plugin-Database/Makefile (contents, props changed) head/databases/p5-Dancer-Plugin-Redis/Makefile (contents, props changed) head/databases/p5-Dancer-Session-Memcached/Makefile (contents, props changed) head/databases/p5-Dancer2-Plugin-DBIC/Makefile (contents, props changed) head/databases/p5-Dancer2-Plugin-Database/Makefile (contents, props changed) head/databases/p5-Data-Page/Makefile (contents, props changed) head/databases/p5-Data-Pageset/Makefile (contents, props changed) head/databases/p5-Exception-Class-DBI/Makefile (contents, props changed) head/databases/p5-GDBM/Makefile (contents, props changed) head/databases/p5-Genezzo/Makefile (contents, props changed) head/databases/p5-GitDDL-Migrator/Makefile (contents, props changed) head/databases/p5-GitDDL/Makefile (contents, props changed) head/databases/p5-GraphViz-DBI/Makefile (contents, props changed) head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile (contents, props changed) head/databases/p5-Ima-DBI/Makefile (contents, props changed) head/databases/p5-Iterator-DBI/Makefile (contents, props changed) head/databases/p5-Jifty-DBI/Makefile (contents, props changed) head/databases/p5-KyotoCabinet/Makefile (contents, props changed) head/databases/p5-LMDB_File/Makefile (contents, props changed) head/databases/p5-MLDBM-Sync/Makefile (contents, props changed) head/databases/p5-MLDBM/Makefile (contents, props changed) head/databases/p5-MR-Tarantool/Makefile (contents, props changed) head/databases/p5-Mango/Makefile (contents, props changed) head/databases/p5-Memcached-libmemcached/Makefile (contents, props changed) head/databases/p5-Metadata/Makefile (contents, props changed) head/databases/p5-Mojo-Pg/Makefile (contents, props changed) head/databases/p5-MongoDB/Makefile (contents, props changed) head/databases/p5-MySQL-Diff/Makefile (contents, props changed) head/databases/p5-Net-Async-CassandraCQL/Makefile (contents, props changed) head/databases/p5-ORLite-Migrate/Makefile (contents, props changed) head/databases/p5-ORLite/Makefile (contents, props changed) head/databases/p5-Oryx/Makefile (contents, props changed) head/databases/p5-POE-Component-DBIAgent/Makefile (contents, props changed) head/databases/p5-POE-Component-EasyDBI/Makefile (contents, props changed) head/databases/p5-POE-Component-LaDBI/Makefile (contents, props changed) head/databases/p5-POE-Component-RRDTool/Makefile (contents, props changed) head/databases/p5-PostgreSQL-PLPerl-Call/Makefile (contents, props changed) head/databases/p5-Prophet/Makefile (contents, props changed) head/databases/p5-Protocol-CassandraCQL/Makefile (contents, props changed) head/databases/p5-RRD-Simple/Makefile (contents, props changed) head/databases/p5-Redis/Makefile (contents, props changed) head/databases/p5-RedisDB-Parser/Makefile (contents, props changed) head/databases/p5-RedisDB/Makefile (contents, props changed) head/databases/p5-Relations-Query/Makefile (contents, props changed) head/databases/p5-ResourcePool-Resource-DBI/Makefile (contents, props changed) head/databases/p5-Rose-DB-Object/Makefile (contents, props changed) head/databases/p5-Rose-DB/Makefile (contents, props changed) head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile (contents, props changed) head/databases/p5-Rose-DBx-Object-Renderer/Makefile (contents, props changed) head/databases/p5-SQL-Abstract-Limit/Makefile (contents, props changed) head/databases/p5-SQL-Abstract-More/Makefile (contents, props changed) head/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile (contents, props changed) head/databases/p5-SQL-Abstract/Makefile (contents, props changed) head/databases/p5-SQL-Interp/Makefile (contents, props changed) head/databases/p5-SQL-Maker/Makefile (contents, props changed) head/databases/p5-SQL-ReservedWords/Makefile (contents, props changed) head/databases/p5-SQL-Statement/Makefile (contents, props changed) head/databases/p5-SQL-Translator/Makefile (contents, props changed) head/databases/p5-SQLite-Work/Makefile (contents, props changed) head/databases/p5-Search-InvertedIndex/Makefile (contents, props changed) head/databases/p5-Search-Namazu/Makefile (contents, props changed) head/databases/p5-Search-Xapian10/Makefile (contents, props changed) head/databases/p5-T2/Makefile (contents, props changed) head/databases/p5-Tangram/Makefile (contents, props changed) head/databases/p5-Template-DBI/Makefile (contents, props changed) head/databases/p5-Teng/Makefile (contents, props changed) head/databases/p5-Test-Cukes/Makefile (contents, props changed) head/databases/p5-Test-Database/Makefile (contents, props changed) head/databases/p5-Test-DatabaseRow/Makefile (contents, props changed) head/databases/p5-Test-Fixture-DBI/Makefile (contents, props changed) head/databases/p5-Test-mysqld/Makefile (contents, props changed) head/databases/p5-Test-postgresql/Makefile (contents, props changed) head/databases/p5-Text-Query-SQL/Makefile (contents, props changed) head/databases/p5-Tie-DBI/Makefile (contents, props changed) head/databases/p5-Tie-LevelDB/Makefile (contents, props changed) head/databases/p5-Time-Piece-MySQL/Makefile (contents, props changed) head/databases/p5-TokyoCabinet/Makefile (contents, props changed) head/databases/p5-mysql-genocide/Makefile (contents, props changed) head/databases/p5-tokyotyrant/Makefile (contents, props changed) head/databases/pear-DB_DataObject/Makefile (contents, props changed) head/databases/pear-DB_DataObject_FormBuilder/Makefile (contents, props changed) head/databases/pear-DB_Pager/Makefile (contents, props changed) head/databases/pear-DB_QueryTool/Makefile (contents, props changed) head/databases/pear-DB_Sqlite_Tools/Makefile (contents, props changed) head/databases/pear-DB_Table/Makefile (contents, props changed) head/databases/pear-DB_ldap/Makefile (contents, props changed) head/databases/pear-DB_ldap2/Makefile (contents, props changed) head/databases/pear-DoctrineCommon/Makefile (contents, props changed) head/databases/pear-DoctrineDBAL/Makefile (contents, props changed) head/databases/pear-DoctrineORM/Makefile (contents, props changed) head/databases/pear-Horde_Mongo/Makefile (contents, props changed) head/databases/pear-MDB/Makefile (contents, props changed) head/databases/pear-MDB2_Driver_mysql/Makefile (contents, props changed) head/databases/pear-MDB2_Driver_mysqli/Makefile (contents, props changed) head/databases/pear-MDB2_Driver_pgsql/Makefile (contents, props changed) head/databases/pear-MDB2_Schema/Makefile (contents, props changed) head/databases/pear-MDB_QueryTool/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (contents, props changed) head/databases/pear-XML_Query2XML/Makefile (contents, props changed) head/databases/pecl-chdb/Makefile (contents, props changed) head/databases/pecl-drizzle/Makefile (contents, props changed) head/databases/pecl-leveldb/Makefile (contents, props changed) head/databases/pecl-mdbtools/Makefile (contents, props changed) head/databases/pecl-memcached/Makefile (contents, props changed) head/databases/pecl-mongo/Makefile (contents, props changed) head/databases/pecl-rrd/Makefile (contents, props changed) head/databases/pecl-tokyo_tyrant/Makefile (contents, props changed) head/databases/percona-toolkit/Makefile (contents, props changed) head/databases/pg_activity/Makefile (contents, props changed) head/databases/pg_citus/Makefile (contents, props changed) head/databases/pgaccess/Makefile (contents, props changed) head/databases/pgadmin3/Makefile (contents, props changed) head/databases/pgbarman/Makefile (contents, props changed) head/databases/pgbouncer/Makefile (contents, props changed) head/databases/pgloader/Makefile (contents, props changed) head/databases/pgpool-II-33/Makefile (contents, props changed) head/databases/pgpoolAdmin/Makefile (contents, props changed) head/databases/pgrouting/Makefile (contents, props changed) head/databases/pgtop/Makefile (contents, props changed) head/databases/pguri/Makefile (contents, props changed) head/databases/pgworksheet/Makefile (contents, props changed) head/databases/php-mdcached/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/postgis-jdbc/Makefile (contents, props changed) head/databases/postgis20/Makefile (contents, props changed) head/databases/postgis21/Makefile (contents, props changed) head/databases/postgresql-odbc/Makefile (contents, props changed) head/databases/postgresql-plv8js/Makefile (contents, props changed) head/databases/postgresql-repmgr/Makefile (contents, props changed) head/databases/postgresql90-contrib/Makefile (contents, props changed) head/databases/postgresql90-plperl/Makefile (contents, props changed) head/databases/postgresql91-contrib/Makefile (contents, props changed) head/databases/postgresql91-docs/Makefile (contents, props changed) head/databases/postgresql91-server/Makefile (contents, props changed) head/databases/postgresql92-contrib/Makefile (contents, props changed) head/databases/postgresql92-server/Makefile (contents, props changed) head/databases/postgresql93-contrib/Makefile (contents, props changed) head/databases/postgresql94-contrib/Makefile (contents, props changed) head/databases/postgresql95-contrib/Makefile (contents, props changed) head/databases/postgresql_autodoc/Makefile (contents, props changed) head/databases/powerarchitect/Makefile (contents, props changed) head/databases/proftpd-mod_sql_odbc/Makefile (contents, props changed) head/databases/proftpd-mod_sql_tds/Makefile (contents, props changed) head/databases/puppetdb-terminus/Makefile (contents, props changed) head/databases/puppetdb-terminus4/Makefile (contents, props changed) head/databases/puppetdb/Makefile (contents, props changed) head/databases/puppetdb4/Makefile (contents, props changed) head/databases/pxlib/Makefile (contents, props changed) head/databases/py-Elixir/Makefile (contents, props changed) head/databases/py-Pyrseas/Makefile (contents, props changed) head/databases/py-alembic/Makefile (contents, props changed) head/databases/py-carbon/Makefile (contents, props changed) head/databases/py-cql/Makefile (contents, props changed) head/databases/py-django-transaction-hooks/Makefile (contents, props changed) head/databases/py-fdb/Makefile (contents, props changed) head/databases/py-flask-sqlalchemy/Makefile (contents, props changed) head/databases/py-forgetsql/Makefile (contents, props changed) head/databases/py-gdbm/Makefile (contents, props changed) head/databases/py-geoalchemy/Makefile (contents, props changed) head/databases/py-geoalchemy2/Makefile (contents, props changed) head/databases/py-hiredis/Makefile (contents, props changed) head/databases/py-htsql-mysql/Makefile (contents, props changed) head/databases/py-htsql-pgsql/Makefile (contents, props changed) head/databases/py-htsql/Makefile (contents, props changed) head/databases/py-kyotocabinet/Makefile (contents, props changed) head/databases/py-leveldb/Makefile (contents, props changed) head/databases/py-mycli/Makefile (contents, props changed) head/databases/py-mysql2pgsql/Makefile (contents, props changed) head/databases/py-odbc/Makefile (contents, props changed) head/databases/py-peewee/Makefile (contents, props changed) head/databases/py-pgcli/Makefile (contents, props changed) head/databases/py-pgspecial/Makefile (contents, props changed) head/databases/py-pickledb/Makefile (contents, props changed) head/databases/py-pickleshare/Makefile (contents, props changed) head/databases/py-psycopg/Makefile (contents, props changed) head/databases/py-pyPgSQL/Makefile (contents, props changed) head/databases/py-pylibmc/Makefile (contents, props changed) head/databases/py-pymssql/Makefile (contents, props changed) head/databases/py-pytc/Makefile (contents, props changed) head/databases/py-python-rrdtool/Makefile (contents, props changed) head/databases/py-qt4-sql/Makefile (contents, props changed) head/databases/py-qt5-sql/Makefile (contents, props changed) head/databases/py-queries/Makefile (contents, props changed) head/databases/py-rb/Makefile (contents, props changed) head/databases/py-redis/Makefile (contents, props changed) head/databases/py-riak/Makefile (contents, props changed) head/databases/py-rrdtool_lgpl/Makefile (contents, props changed) head/databases/py-sqlalchemy-devel/Makefile (contents, props changed) head/databases/py-sqlalchemy-migrate/Makefile (contents, props changed) head/databases/py-sqlalchemy/Makefile (contents, props changed) head/databases/py-sqlalchemy06/Makefile (contents, props changed) head/databases/py-sqlite3/Makefile (contents, props changed) head/databases/py-sqlite3dbm/Makefile (contents, props changed) head/databases/py-sqlobject/Makefile (contents, props changed) head/databases/py-swift/Makefile (contents, props changed) head/databases/py-swiftclient/Makefile (contents, props changed) head/databases/py-sybase/Makefile (contents, props changed) head/databases/pypy-gdbm/Makefile (contents, props changed) head/databases/pypy-sqlite3/Makefile (contents, props changed) head/databases/pyspatialite/Makefile (contents, props changed) head/databases/qdbm-plus/Makefile (contents, props changed) head/databases/qdbm/Makefile (contents, props changed) head/databases/qt4-odbc-plugin/Makefile (contents, props changed) head/databases/qt5-sqldrivers-odbc/Makefile (contents, props changed) head/databases/qt5-sqldrivers-tds/Makefile (contents, props changed) head/databases/redis-devel/Makefile (contents, props changed) head/databases/redis/Makefile (contents, props changed) head/databases/riak/Makefile (contents, props changed) head/databases/riak2/Makefile (contents, props changed) head/databases/rocksdb/Makefile (contents, props changed) head/databases/rrdman/Makefile (contents, props changed) head/databases/rrdmerge/Makefile (contents, props changed) head/databases/rrdtool/Makefile (contents, props changed) head/databases/rrdtool12/Makefile (contents, props changed) head/databases/ruby-gdbm/Makefile (contents, props changed) head/databases/ruby-odbc/Makefile (contents, props changed) head/databases/ruby-qdbm/Makefile (contents, props changed) head/databases/ruby-rdbc1/Makefile (contents, props changed) head/databases/ruby-sybct/Makefile (contents, props changed) head/databases/ruby-tokyocabinet/Makefile (contents, props changed) head/databases/rubygem-activemodel/Makefile (contents, props changed) head/databases/rubygem-activemodel4/Makefile (contents, props changed) head/databases/rubygem-activerecord-jdbc-adapter/Makefile (contents, props changed) head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile (contents, props changed) head/databases/rubygem-activerecord-mysql-adapter/Makefile (contents, props changed) head/databases/rubygem-activerecord-session_store/Makefile (contents, props changed) head/databases/rubygem-activerecord/Makefile (contents, props changed) head/databases/rubygem-activerecord4/Makefile (contents, props changed) head/databases/rubygem-after_commit_queue/Makefile (contents, props changed) head/databases/rubygem-amalgalite/Makefile (contents, props changed) head/databases/rubygem-arel-helpers/Makefile (contents, props changed) head/databases/rubygem-awesome_nested_set/Makefile (contents, props changed) head/databases/rubygem-bigrecord/Makefile (contents, props changed) head/databases/rubygem-couchrest/Makefile (contents, props changed) head/databases/rubygem-data_objects/Makefile (contents, props changed) head/databases/rubygem-datamapper/Makefile (contents, props changed) head/databases/rubygem-dbd-mysql/Makefile (contents, props changed) head/databases/rubygem-dbd-odbc/Makefile (contents, props changed) head/databases/rubygem-dbd-pg/Makefile (contents, props changed) head/databases/rubygem-dbd-sqlite3/Makefile (contents, props changed) head/databases/rubygem-dbi/Makefile (contents, props changed) head/databases/rubygem-dm-active_model/Makefile (contents, props changed) head/databases/rubygem-dm-aggregates/Makefile (contents, props changed) head/databases/rubygem-dm-chunked_query/Makefile (contents, props changed) head/databases/rubygem-dm-constraints/Makefile (contents, props changed) head/databases/rubygem-dm-core/Makefile (contents, props changed) head/databases/rubygem-dm-devise/Makefile (contents, props changed) head/databases/rubygem-dm-do-adapter/Makefile (contents, props changed) head/databases/rubygem-dm-migrations/Makefile (contents, props changed) head/databases/rubygem-dm-mysql-adapter/Makefile (contents, props changed) head/databases/rubygem-dm-observer/Makefile (contents, props changed) head/databases/rubygem-dm-pager/Makefile (contents, props changed) head/databases/rubygem-dm-paperclip/Makefile (contents, props changed) head/databases/rubygem-dm-postgres-adapter/Makefile (contents, props changed) head/databases/rubygem-dm-rails/Makefile (contents, props changed) head/databases/rubygem-dm-serializer/Makefile (contents, props changed) head/databases/rubygem-dm-timestamps/Makefile (contents, props changed) head/databases/rubygem-dm-transactions/Makefile (contents, props changed) head/databases/rubygem-dm-types/Makefile (contents, props changed) head/databases/rubygem-dm-validations/Makefile (contents, props changed) head/databases/rubygem-do_mysql/Makefile (contents, props changed) head/databases/rubygem-do_postgres/Makefile (contents, props changed) head/databases/rubygem-do_sqlite3/Makefile (contents, props changed) head/databases/rubygem-em-redis-unified/Makefile (contents, props changed) head/databases/rubygem-familia/Makefile (contents, props changed) head/databases/rubygem-globalid/Makefile (contents, props changed) head/databases/rubygem-her/Makefile (contents, props changed) head/databases/rubygem-hiredis/Makefile (contents, props changed) head/databases/rubygem-jdbc-mysql/Makefile (contents, props changed) head/databases/rubygem-memcache/Makefile (contents, props changed) head/databases/rubygem-openid-redis-store/Makefile (contents, props changed) head/databases/rubygem-paranoia/Makefile (contents, props changed) head/databases/rubygem-redis-actionpack/Makefile (contents, props changed) head/databases/rubygem-redis-namespace/Makefile (contents, props changed) head/databases/rubygem-rubyrep/Makefile (contents, props changed) head/databases/rubygem-seed-fu/Makefile (contents, props changed) head/databases/rubygem-sqlite3-ruby/Makefile (contents, props changed) head/databases/rubygem-sqlite3/Makefile (contents, props changed) head/databases/rubygem-state_machines-activemodel/Makefile (contents, props changed) head/databases/rubygem-state_machines-activerecord/Makefile (contents, props changed) head/databases/rubygem-tarantool/Makefile (contents, props changed) head/databases/sfcgal/Makefile (contents, props changed) head/databases/sharedance/Makefile (contents, props changed) head/databases/slony1v2/Makefile (contents, props changed) head/databases/soci/Makefile (contents, props changed) head/databases/spatialite-tools/Makefile (contents, props changed) head/databases/spatialite/Makefile (contents, props changed) head/databases/spatialite_gui/Makefile (contents, props changed) head/databases/speedtables/Makefile (contents, props changed) head/databases/sql-workbench/Makefile (contents, props changed) head/databases/sqlcached/Makefile (contents, props changed) head/databases/sqlclient/Makefile (contents, props changed) head/databases/sqldeveloper/Makefile (contents, props changed) head/databases/sqlite-ext-pcre/Makefile (contents, props changed) head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqliteman/Makefile (contents, props changed) head/databases/sqliteodbc/Makefile (contents, props changed) head/databases/sqlitestudio/Makefile (contents, props changed) head/databases/sqlrelay/Makefile (contents, props changed) head/databases/sqsh/Makefile (contents, props changed) head/databases/tarantool-c/Makefile (contents, props changed) head/databases/tcl-Mysql/Makefile (contents, props changed) head/databases/tcl-sqlite3/Makefile (contents, props changed) head/databases/tdb/Makefile (contents, props changed) head/databases/tdbc/Makefile (contents, props changed) head/databases/tokyocabinet/Makefile (contents, props changed) head/databases/tokyotyrant/Makefile (contents, props changed) head/databases/tora/Makefile (contents, props changed) head/databases/virtuoso/Makefile (contents, props changed) head/databases/vsqlite/Makefile (contents, props changed) head/databases/wfb2sql/Makefile (contents, props changed) head/databases/xtrabackup/Makefile (contents, props changed) head/databases/yasql/Makefile (contents, props changed) head/databases/zodb3/Makefile (contents, props changed) head/deskutils/anamnesis/Makefile (contents, props changed) head/deskutils/baobab/Makefile (contents, props changed) head/deskutils/basket/Makefile (contents, props changed) head/deskutils/bijiben/Makefile (contents, props changed) head/deskutils/cairo-dock-plugins/Makefile (contents, props changed) head/deskutils/cairo-dock/Makefile (contents, props changed) head/deskutils/caja-extensions/Makefile (contents, props changed) head/deskutils/calibre/Makefile (contents, props changed) head/deskutils/california/Makefile (contents, props changed) head/deskutils/cdcat/Makefile (contents, props changed) head/deskutils/clipit/Makefile (contents, props changed) head/deskutils/conduit/Makefile (contents, props changed) head/deskutils/conkyemail/Makefile (contents, props changed) head/deskutils/conkyforecast/Makefile (contents, props changed) head/deskutils/dailystrips/Makefile (contents, props changed) head/deskutils/deforaos-todo/Makefile (contents, props changed) head/deskutils/devd-notifier/Makefile (contents, props changed) head/deskutils/dosage/Makefile (contents, props changed) head/deskutils/drivel/Makefile (contents, props changed) head/deskutils/easystroke/Makefile (contents, props changed) head/deskutils/etask/Makefile (contents, props changed) head/deskutils/fbreader/Makefile (contents, props changed) head/deskutils/freemind/Makefile (contents, props changed) head/deskutils/fusenshi/Makefile (contents, props changed) head/deskutils/ganyremote/Makefile (contents, props changed) head/deskutils/gbirthday/Makefile (contents, props changed) head/deskutils/gcalcli/Makefile (contents, props changed) head/deskutils/genius/Makefile (contents, props changed) head/deskutils/gkrellm-reminder2/Makefile (contents, props changed) head/deskutils/gnome-calendar/Makefile (contents, props changed) head/deskutils/gnome-characters/Makefile (contents, props changed) head/deskutils/gnome-clocks/Makefile (contents, props changed) head/deskutils/gnome-contacts/Makefile (contents, props changed) head/deskutils/gnome-dictionary/Makefile (contents, props changed) head/deskutils/gnome-documents/Makefile (contents, props changed) head/deskutils/gnome-epub-thumbnailer/Makefile (contents, props changed) head/deskutils/gnome-font-viewer/Makefile (contents, props changed) head/deskutils/gnome-initial-setup/Makefile (contents, props changed) head/deskutils/gnome-maps/Makefile (contents, props changed) head/deskutils/gnome-photos/Makefile (contents, props changed) head/deskutils/gnome-screenshot/Makefile (contents, props changed) head/deskutils/gnome-search-tool/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-audio-output-switcher/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-backslide/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-coverflow/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-dashtodock/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-filesmenu/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-hidetopbar/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-lockkeys/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-mediaplayer/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-openweather/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-overlay-icons/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-panel-osd/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-trash/Makefile (contents, props changed) head/deskutils/gnome-shell-extension-weather/Makefile (contents, props changed) head/deskutils/gnome-shell-extra-extensions/Makefile (contents, props changed) head/deskutils/gnome-sound-recorder/Makefile (contents, props changed) head/deskutils/gnome-system-log/Makefile (contents, props changed) head/deskutils/gnome-tweak-tool/Makefile (contents, props changed) head/deskutils/gnome-utils/Makefile (contents, props changed) head/deskutils/gnome-weather/Makefile (contents, props changed) head/deskutils/gnote/Makefile (contents, props changed) head/deskutils/gnotime/Makefile (contents, props changed) head/deskutils/gourmet/Makefile (contents, props changed) head/deskutils/griffith/Makefile (contents, props changed) head/deskutils/growl-for-linux/Makefile (contents, props changed) head/deskutils/gtg/Makefile (contents, props changed) head/deskutils/gtimer/Makefile (contents, props changed) head/deskutils/gucharmap/Makefile (contents, props changed) head/deskutils/gworkspace-gwmetadata/Makefile (contents, props changed) head/deskutils/gxneur/Makefile (contents, props changed) head/deskutils/horde-kronolith/Makefile (contents, props changed) head/deskutils/jjclient/Makefile (contents, props changed) head/deskutils/kchmviewer-kde4/Makefile (contents, props changed) head/deskutils/kdepim4-runtime/Makefile (contents, props changed) head/deskutils/kdepim4/Makefile (contents, props changed) head/deskutils/kdepimlibs4/Makefile (contents, props changed) head/deskutils/kdeplasma-addons/Makefile (contents, props changed) head/deskutils/ladon/Makefile (contents, props changed) head/deskutils/launchy/Makefile (contents, props changed) head/deskutils/libgcal/Makefile (contents, props changed) head/deskutils/libopensync-plugin-vformat-devel/Makefile (contents, props changed) head/deskutils/libstreamanalyzer/Makefile (contents, props changed) head/deskutils/ljit/Makefile (contents, props changed) head/deskutils/logjam/Makefile (contents, props changed) head/deskutils/mate-notification-daemon/Makefile (contents, props changed) head/deskutils/mate-utils/Makefile (contents, props changed) head/deskutils/mdh/Makefile (contents, props changed) head/deskutils/multisync-backup/Makefile (contents, props changed) head/deskutils/multisync-syncml/Makefile (contents, props changed) head/deskutils/myitcrm/Makefile (contents, props changed) head/deskutils/nagaina/Makefile (contents, props changed) head/deskutils/nautilus-actions/Makefile (contents, props changed) head/deskutils/nemo-extensions/Makefile (contents, props changed) head/deskutils/note/Makefile (contents, props changed) head/deskutils/notification-daemon/Makefile (contents, props changed) head/deskutils/notify-osd/Makefile (contents, props changed) head/deskutils/orage/Makefile (contents, props changed) head/deskutils/osmo/Makefile (contents, props changed) head/deskutils/osynctool/Makefile (contents, props changed) head/deskutils/owncloudclient/Makefile (contents, props changed) head/deskutils/p5-Data-ICal/Makefile (contents, props changed) head/deskutils/p5-Goo/Makefile (contents, props changed) head/deskutils/p5-ZConf-BGSet/Makefile (contents, props changed) head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile (contents, props changed) head/deskutils/p5-ZConf-Runner/Makefile (contents, props changed) head/deskutils/phpcollab/Makefile (contents, props changed) head/deskutils/pinot/Makefile (contents, props changed) head/deskutils/plans/Makefile (contents, props changed) head/deskutils/plasma-applet-qstardict/Makefile (contents, props changed) head/deskutils/plasma-applet-simpleweatherforecast/Makefile (contents, props changed) head/deskutils/py-bugwarrior/Makefile (contents, props changed) head/deskutils/py-khal/Makefile (contents, props changed) head/deskutils/py-pycarddav/Makefile (contents, props changed) head/deskutils/py-pystash/Makefile (contents, props changed) head/deskutils/py-taskw/Makefile (contents, props changed) head/deskutils/py-vdirsyncer/Makefile (contents, props changed) head/deskutils/py-vobject/Makefile (contents, props changed) head/deskutils/pybookreader/Makefile (contents, props changed) head/deskutils/pypanel/Makefile (contents, props changed) head/deskutils/recoll/Makefile (contents, props changed) head/deskutils/rednotebook/Makefile (contents, props changed) head/deskutils/remind/Makefile (contents, props changed) head/deskutils/rolo/Makefile (contents, props changed) head/deskutils/rox-memo/Makefile (contents, props changed) head/deskutils/rubrica/Makefile (contents, props changed) head/deskutils/rubygem-shellplay/Makefile (contents, props changed) head/deskutils/rubygem-taskjuggler/Makefile (contents, props changed) head/deskutils/shutter/Makefile (contents, props changed) head/deskutils/silence/Makefile (contents, props changed) head/deskutils/simpleagenda/Makefile (contents, props changed) head/deskutils/spice-gtk/Makefile (contents, props changed) head/deskutils/strigi/Makefile (contents, props changed) head/deskutils/strigiclient/Makefile (contents, props changed) head/deskutils/strigidaemon/Makefile (contents, props changed) head/deskutils/strigiutils/Makefile (contents, props changed) head/deskutils/superswitcher/Makefile (contents, props changed) head/deskutils/surrealtodo/Makefile (contents, props changed) head/deskutils/syncthing-gtk/Makefile (contents, props changed) head/deskutils/tagutils/Makefile (contents, props changed) head/deskutils/taskd/Makefile (contents, props changed) head/deskutils/taskwarrior/Makefile (contents, props changed) head/deskutils/thinkingrock/Makefile (contents, props changed) head/deskutils/todo/Makefile (contents, props changed) head/deskutils/tomboy-plugin-latex/Makefile (contents, props changed) head/deskutils/tomboy-plugin-reminder/Makefile (contents, props changed) head/deskutils/tomboy-plugin-todo/Makefile (contents, props changed) head/deskutils/tomboy/Makefile (contents, props changed) head/deskutils/tpb/Makefile (contents, props changed) head/deskutils/treeline/Makefile (contents, props changed) head/deskutils/vboxgtk/Makefile (contents, props changed) head/deskutils/virt-manager/Makefile (contents, props changed) head/deskutils/vit/Makefile (contents, props changed) head/deskutils/vnc2flv/Makefile (contents, props changed) head/deskutils/wammu/Makefile (contents, props changed) head/deskutils/wyrd/Makefile (contents, props changed) head/deskutils/xchm/Makefile (contents, props changed) head/deskutils/xfce4-notes-plugin/Makefile (contents, props changed) head/deskutils/xfce4-notification-daemon/Makefile (contents, props changed) head/deskutils/xfce4-notifyd/Makefile (contents, props changed) head/deskutils/xfce4-tumbler/Makefile (contents, props changed) head/deskutils/xfce4-volumed-pulse/Makefile (contents, props changed) head/deskutils/xfce4-volumed/Makefile (contents, props changed) head/deskutils/xfce4-xkb-plugin/Makefile (contents, props changed) head/deskutils/xneur/Makefile (contents, props changed) head/deskutils/xpad/Makefile (contents, props changed) head/deskutils/xrolo/Makefile (contents, props changed) head/deskutils/zim/Makefile (contents, props changed) head/devel/ChipmunkPhysics/Makefile (contents, props changed) head/devel/R-cran-bit64/Makefile (contents, props changed) head/devel/R-cran-caTools/Makefile (contents, props changed) head/devel/R-cran-caret/Makefile (contents, props changed) head/devel/R-cran-doParallel/Makefile (contents, props changed) head/devel/R-cran-evaluate/Makefile (contents, props changed) head/devel/R-cran-foreach/Makefile (contents, props changed) head/devel/R-cran-gdata/Makefile (contents, props changed) head/devel/R-cran-gsubfn/Makefile (contents, props changed) head/devel/R-cran-itertools/Makefile (contents, props changed) head/devel/R-cran-memoise/Makefile (contents, props changed) head/devel/R-cran-microbenchmark/Makefile (contents, props changed) head/devel/R-cran-pkgmaker/Makefile (contents, props changed) head/devel/R-cran-plyr/Makefile (contents, props changed) head/devel/R-cran-randomForest/Makefile (contents, props changed) head/devel/R-cran-reshape/Makefile (contents, props changed) head/devel/R-cran-reshape2/Makefile (contents, props changed) head/devel/R-cran-rngtools/Makefile (contents, props changed) head/devel/R-cran-tidyr/Makefile (contents, props changed) head/devel/abi-compliance-checker/Makefile (contents, props changed) head/devel/ace/Makefile (contents, props changed) head/devel/ada-util/Makefile (contents, props changed) head/devel/adabooch/Makefile (contents, props changed) head/devel/adime/Makefile (contents, props changed) head/devel/aegis/Makefile (contents, props changed) head/devel/afay/Makefile (contents, props changed) head/devel/ahven/Makefile (contents, props changed) head/devel/aifad/Makefile (contents, props changed) head/devel/allegro-devel/Makefile (contents, props changed) head/devel/allegro/Makefile (contents, props changed) head/devel/alog/Makefile (contents, props changed) head/devel/anjuta-extras/Makefile (contents, props changed) head/devel/anjuta/Makefile (contents, props changed) head/devel/api-sanity-autotest/Makefile (contents, props changed) head/devel/apiextractor/Makefile (contents, props changed) head/devel/appstream-glib/Makefile (contents, props changed) head/devel/apr1/Makefile (contents, props changed) head/devel/apr2/Makefile (contents, props changed) head/devel/arcanist/Makefile (contents, props changed) head/devel/arduino-glcd/Makefile (contents, props changed) head/devel/arduino-irremote/Makefile (contents, props changed) head/devel/arduino-mk/Makefile (contents, props changed) head/devel/arduino/Makefile (contents, props changed) head/devel/arm-none-eabi-gcc492/Makefile (contents, props changed) head/devel/arm-none-eabi-gdb/Makefile (contents, props changed) head/devel/art/Makefile (contents, props changed) head/devel/artifactory/Makefile (contents, props changed) head/devel/asmutils/Makefile (contents, props changed) head/devel/atlassian-plugin-sdk/Makefile (contents, props changed) head/devel/autoconf/Makefile (contents, props changed) head/devel/autoconf213/Makefile (contents, props changed) head/devel/autodia/Makefile (contents, props changed) head/devel/autogen/Makefile (contents, props changed) head/devel/automake/Makefile (contents, props changed) head/devel/autotools/Makefile (contents, props changed) head/devel/avr-gcc-devel/Makefile (contents, props changed) head/devel/avr-gcc/Makefile (contents, props changed) head/devel/avr-gdb/Makefile (contents, props changed) head/devel/avr-libc/Makefile (contents, props changed) head/devel/avrdude/Makefile (contents, props changed) head/devel/avro-cpp/Makefile (contents, props changed) head/devel/avro/Makefile (contents, props changed) head/devel/awscli/Makefile (contents, props changed) head/devel/bbfreeze/Makefile (contents, props changed) head/devel/beautifyphp/Makefile (contents, props changed) head/devel/bennugd-modules/Makefile (contents, props changed) head/devel/bicyclerepair/Makefile (contents, props changed) head/devel/binutils/Makefile (contents, props changed) head/devel/bison/Makefile (contents, props changed) head/devel/bisoncpp/Makefile (contents, props changed) head/devel/bncsutil-ghost++/Makefile (contents, props changed) head/devel/boehm-gc/Makefile (contents, props changed) head/devel/boost-all/Makefile (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) head/devel/boost_build/Makefile (contents, props changed) head/devel/bpython/Makefile (contents, props changed) head/devel/bsdowl/Makefile (contents, props changed) head/devel/bugzilla44/Makefile (contents, props changed) head/devel/bugzilla50/Makefile (contents, props changed) head/devel/build/Makefile (contents, props changed) head/devel/buildbot-slave/Makefile (contents, props changed) head/devel/buildbot/Makefile (contents, props changed) head/devel/buildtool-doc/Makefile (contents, props changed) head/devel/busybee/Makefile (contents, props changed) head/devel/bzr-builder/Makefile (contents, props changed) head/devel/bzr-colo/Makefile (contents, props changed) head/devel/bzr-explorer/Makefile (contents, props changed) head/devel/bzr-externals/Makefile (contents, props changed) head/devel/bzr-fastimport/Makefile (contents, props changed) head/devel/bzr-git/Makefile (contents, props changed) head/devel/bzr-gtk/Makefile (contents, props changed) head/devel/bzr-loom/Makefile (contents, props changed) head/devel/bzr-pipeline/Makefile (contents, props changed) head/devel/bzr-rewrite/Makefile (contents, props changed) head/devel/bzr-scmproj/Makefile (contents, props changed) head/devel/bzr-stats/Makefile (contents, props changed) head/devel/bzr-svn/Makefile (contents, props changed) head/devel/bzr-upload/Makefile (contents, props changed) head/devel/bzr/Makefile (contents, props changed) head/devel/bzrtools/Makefile (contents, props changed) head/devel/c2mdoc/Makefile (contents, props changed) head/devel/caf/Makefile (contents, props changed) head/devel/cargo/Makefile (contents, props changed) head/devel/catch/Makefile (contents, props changed) head/devel/cbrowser/Makefile (contents, props changed) head/devel/ccons/Makefile (contents, props changed) head/devel/ccrtp/Makefile (contents, props changed) head/devel/cgdb/Makefile (contents, props changed) head/devel/cgprof/Makefile (contents, props changed) head/devel/charva/Makefile (contents, props changed) head/devel/cheritrace-devel/Makefile (contents, props changed) head/devel/cherivis-devel/Makefile (contents, props changed) head/devel/chruby/Makefile (contents, props changed) head/devel/cl-alexandria-sbcl/Makefile (contents, props changed) head/devel/cl-asdf/bsd.cl-asdf.mk (contents, props changed) head/devel/cl-cffi-sbcl/Makefile (contents, props changed) head/devel/cl-cffi/Makefile (contents, props changed) head/devel/cl-infix-sbcl/Makefile (contents, props changed) head/devel/cl-port-sbcl/Makefile (contents, props changed) head/devel/cl-split-sequence-sbcl/Makefile (contents, props changed) head/devel/cl-trivial-features-sbcl/Makefile (contents, props changed) head/devel/cl-trivial-gray-streams-sbcl/Makefile (contents, props changed) head/devel/cl-uffi-sbcl/Makefile (contents, props changed) head/devel/clanlib/Makefile (contents, props changed) head/devel/clanlib1/Makefile (contents, props changed) head/devel/clanlib22/Makefile (contents, props changed) head/devel/clewn/Makefile (contents, props changed) head/devel/clinfo/Makefile (contents, props changed) head/devel/clojure-cider/Makefile (contents, props changed) head/devel/cloudabi-toolchain/Makefile (contents, props changed) head/devel/cmake-doc/Makefile (contents, props changed) head/devel/cmake-gui/Makefile (contents, props changed) head/devel/cmake/Makefile (contents, props changed) head/devel/coccinelle/Makefile (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/colorgcc/Makefile (contents, props changed) head/devel/colormake/Makefile (contents, props changed) head/devel/commit-patch/Makefile (contents, props changed) head/devel/compiler-rt-devel/Makefile (contents, props changed) head/devel/compiler-rt/Makefile (contents, props changed) head/devel/compiz-bcop/Makefile (contents, props changed) head/devel/configkit/Makefile (contents, props changed) head/devel/cons-test/Makefile (contents, props changed) head/devel/cpan-upload-http/Makefile (contents, props changed) head/devel/cpan-upload/Makefile (contents, props changed) head/devel/cpp-netlib/Makefile (contents, props changed) head/devel/cppcheck/Makefile (contents, props changed) head/devel/cppunit/Makefile (contents, props changed) head/devel/creduce/Makefile (contents, props changed) head/devel/critcl/Makefile (contents, props changed) head/devel/cscout/Makefile (contents, props changed) head/devel/ctypes.sh/Makefile (contents, props changed) head/devel/cutter/Makefile (contents, props changed) head/devel/cvs-syncmail/Makefile (contents, props changed) head/devel/cvs2darcs/Makefile (contents, props changed) head/devel/cvs2html/Makefile (contents, props changed) head/devel/cvschangelogbuilder/Makefile (contents, props changed) head/devel/cvsd/Makefile (contents, props changed) head/devel/cvsgraph/Makefile (contents, props changed) head/devel/cvsmonitor/Makefile (contents, props changed) head/devel/cvsplot/Makefile (contents, props changed) head/devel/cvsweb3/Makefile (contents, props changed) head/devel/d-feet/Makefile (contents, props changed) head/devel/dbus-glib/Makefile (contents, props changed) head/devel/dbus-qt4/Makefile (contents, props changed) head/devel/dbus-qt5/Makefile (contents, props changed) head/devel/dbus-sharp-glib/Makefile (contents, props changed) head/devel/dbus-tcl/Makefile (contents, props changed) head/devel/dbus/Makefile (contents, props changed) head/devel/dcmtk/Makefile (contents, props changed) head/devel/dconf-editor/Makefile (contents, props changed) head/devel/dconf/Makefile (contents, props changed) head/devel/dee/Makefile (contents, props changed) head/devel/deforaos-libsystem/Makefile (contents, props changed) head/devel/devhelp/Makefile (contents, props changed) head/devel/dfuife-curses/Makefile (contents, props changed) head/devel/directfb/Makefile (contents, props changed) head/devel/dissy/Makefile (contents, props changed) head/devel/distcc/Makefile (contents, props changed) head/devel/distel/Makefile (contents, props changed) head/devel/ditrack/Makefile (contents, props changed) head/devel/doxygen/Makefile (contents, props changed) head/devel/dparser/Makefile (contents, props changed) head/devel/dprog/Makefile (contents, props changed) head/devel/dragon/Makefile (contents, props changed) head/devel/drpython/Makefile (contents, props changed) head/devel/dwarfdump/Makefile (contents, props changed) head/devel/easygit/Makefile (contents, props changed) head/devel/eblob/Makefile (contents, props changed) head/devel/edb/Makefile (contents, props changed) head/devel/efivar/Makefile (contents, props changed) head/devel/efl/Makefile (contents, props changed) head/devel/eggdbus/Makefile (contents, props changed) head/devel/eiffelstudio/Makefile (contents, props changed) head/devel/eric4/Makefile (contents, props changed) head/devel/eric4/Makefile.inc (contents, props changed) head/devel/eric6/Makefile (contents, props changed) head/devel/eric6/Makefile.inc (contents, props changed) head/devel/eris/Makefile (contents, props changed) head/devel/erlang-common_lib/Makefile (contents, props changed) head/devel/erlang-esdl/Makefile (contents, props changed) head/devel/erlang-exmpp/Makefile (contents, props changed) head/devel/erlang-oserl/Makefile (contents, props changed) head/devel/etcd/Makefile (contents, props changed) head/devel/euca2ools/Makefile (contents, props changed) head/devel/eventxx/Makefile (contents, props changed) head/devel/evolution-gconf-tools/Makefile (contents, props changed) head/devel/fastcrc/Makefile (contents, props changed) head/devel/fb303/Makefile (contents, props changed) head/devel/fhist/Makefile (contents, props changed) head/devel/florist-gpl/Makefile (contents, props changed) head/devel/flyspray/Makefile (contents, props changed) head/devel/fnccheck/Makefile (contents, props changed) head/devel/fnorb/Makefile (contents, props changed) head/devel/fossil/Makefile (contents, props changed) head/devel/fpc-bfd/Makefile (contents, props changed) head/devel/fpc-dbus/Makefile (contents, props changed) head/devel/fpc-newt/Makefile (contents, props changed) head/devel/frama-c/Makefile (contents, props changed) head/devel/freeocl/Makefile (contents, props changed) head/devel/fstrm/Makefile (contents, props changed) head/devel/fuel/Makefile (contents, props changed) head/devel/gamin/Makefile (contents, props changed) head/devel/gaphor/Makefile (contents, props changed) head/devel/gauche-readline/Makefile (contents, props changed) head/devel/gaul/Makefile (contents, props changed) head/devel/gazpacho/Makefile (contents, props changed) head/devel/gb/Makefile (contents, props changed) head/devel/gcc-arm-embedded/Makefile (contents, props changed) head/devel/gcc-msp430-ti-toolchain/Makefile (contents, props changed) head/devel/gccmakedep/Makefile (contents, props changed) head/devel/gconf2/Makefile (contents, props changed) head/devel/gconfmm26/Makefile (contents, props changed) head/devel/gdb/Makefile (contents, props changed) head/devel/gdb66/Makefile (contents, props changed) head/devel/gdcm/Makefile (contents, props changed) head/devel/geany-plugin-ctags/Makefile (contents, props changed) head/devel/geany-plugin-devhelp/Makefile (contents, props changed) head/devel/geany-plugin-gendoc/Makefile (contents, props changed) head/devel/geany-plugin-geniuspaste/Makefile (contents, props changed) head/devel/geany-plugin-git-changebar/Makefile (contents, props changed) head/devel/geany-plugin-markdown/Makefile (contents, props changed) head/devel/geany-plugin-multiterm/Makefile (contents, props changed) head/devel/geany-plugin-pg/Makefile (contents, props changed) head/devel/geany-plugin-spellcheck/Makefile (contents, props changed) head/devel/geany-plugin-updatechecker/Makefile (contents, props changed) head/devel/geany-plugin-vc/Makefile (contents, props changed) head/devel/geany-plugin-webhelper/Makefile (contents, props changed) head/devel/geany-plugins/Makefile (contents, props changed) head/devel/geany-plugins/files/Makefile.common (contents, props changed) head/devel/gearmand-devel/Makefile (contents, props changed) head/devel/gearmand/Makefile (contents, props changed) head/devel/gecode/Makefile (contents, props changed) head/devel/generatorrunner/Makefile (contents, props changed) head/devel/geoip-java/Makefile (contents, props changed) head/devel/giggle/Makefile (contents, props changed) head/devel/git-bzr-ng/Makefile (contents, props changed) head/devel/git-codereview/Makefile (contents, props changed) head/devel/git-cvs/Makefile (contents, props changed) head/devel/git-extras/Makefile (contents, props changed) head/devel/git-merge-changelog/Makefile (contents, props changed) head/devel/git-modes/Makefile (contents, props changed) head/devel/git-review/Makefile (contents, props changed) head/devel/git/Makefile (contents, props changed) head/devel/gitflow/Makefile (contents, props changed) head/devel/gitg/Makefile (contents, props changed) head/devel/gitg0/Makefile (contents, props changed) head/devel/github-backup-utils/Makefile (contents, props changed) head/devel/gitlab-shell/Makefile (contents, props changed) head/devel/gitlist/Makefile (contents, props changed) head/devel/gitolite/Makefile (contents, props changed) head/devel/gitolite2/Makefile (contents, props changed) head/devel/gitphp/Makefile (contents, props changed) head/devel/gittrac/Makefile (contents, props changed) head/devel/glade/Makefile (contents, props changed) head/devel/glade2/Makefile (contents, props changed) head/devel/glib20/Makefile (contents, props changed) head/devel/glibmm-reference/Makefile (contents, props changed) head/devel/glibmm/Makefile (contents, props changed) head/devel/glog/Makefile (contents, props changed) head/devel/gnatcoll/Makefile (contents, props changed) head/devel/gnome-builder/Makefile (contents, props changed) head/devel/gnome-common/Makefile (contents, props changed) head/devel/gnome-vfs/Makefile (contents, props changed) head/devel/gnome-vfsmm/Makefile (contents, props changed) head/devel/gnu-efi/Makefile (contents, props changed) head/devel/gnulib/Makefile (contents, props changed) head/devel/go-bindata/Makefile (contents, props changed) head/devel/go-pretty/Makefile (contents, props changed) head/devel/go-slices/Makefile (contents, props changed) head/devel/go-termbox/Makefile (contents, props changed) head/devel/gobject-introspection/Makefile (contents, props changed) head/devel/godep/Makefile (contents, props changed) head/devel/godot/Makefile (contents, props changed) head/devel/goffice/Makefile (contents, props changed) head/devel/google-gdata/Makefile (contents, props changed) head/devel/goprotobuf/Makefile (contents, props changed) head/devel/gprbuild/Makefile (contents, props changed) head/devel/gps/Makefile (contents, props changed) head/devel/gpsim/Makefile (contents, props changed) head/devel/gputils/Makefile (contents, props changed) head/devel/gsettings-desktop-schemas/Makefile (contents, props changed) head/devel/gsoap/Makefile (contents, props changed) head/devel/gtgt/Makefile (contents, props changed) head/devel/gtranslator/Makefile (contents, props changed) head/devel/guichan/Makefile (contents, props changed) head/devel/guikachu/Makefile (contents, props changed) head/devel/guile-lib/Makefile (contents, props changed) head/devel/guiloader-c++/Makefile (contents, props changed) head/devel/gvfs/Makefile (contents, props changed) head/devel/gwenhywfar/Makefile (contents, props changed) head/devel/hachoir-parser/Makefile (contents, props changed) head/devel/hadoop/Makefile (contents, props changed) head/devel/hadoop2/Makefile (contents, props changed) head/devel/hg-git/Makefile (contents, props changed) head/devel/hgreviewboard/Makefile (contents, props changed) head/devel/hgsvn/Makefile (contents, props changed) head/devel/hgview/Makefile (contents, props changed) head/devel/hive/Makefile (contents, props changed) head/devel/hs-darcs/Makefile (contents, props changed) head/devel/hs-git-annex/Makefile (contents, props changed) head/devel/hs-hinotify/Makefile (contents, props changed) head/devel/hs-hlibev/Makefile (contents, props changed) head/devel/hs-pcre-light/Makefile (contents, props changed) head/devel/hs-text-icu/Makefile (contents, props changed) head/devel/hub/Makefile (contents, props changed) head/devel/hwloc/Makefile (contents, props changed) head/devel/hyperscan/Makefile (contents, props changed) head/devel/ice/Makefile (contents, props changed) head/devel/icmake/Makefile (contents, props changed) head/devel/ifd-test/Makefile (contents, props changed) head/devel/imake/Makefile (contents, props changed) head/devel/include-what-you-use/Makefile (contents, props changed) head/devel/ipython/Makefile (contents, props changed) head/devel/isl/Makefile (contents, props changed) head/devel/itext/Makefile (contents, props changed) head/devel/jakarta-commons-configuration/Makefile (contents, props changed) head/devel/jakarta-commons-io/Makefile (contents, props changed) head/devel/jiic/Makefile (contents, props changed) head/devel/jtag/Makefile (contents, props changed) head/devel/kBuild/Makefile (contents, props changed) head/devel/kcachegrind/Makefile (contents, props changed) head/devel/kdebindings4/Makefile (contents, props changed) head/devel/kdesdk4-kioslaves/Makefile (contents, props changed) head/devel/kdesdk4/Makefile (contents, props changed) head/devel/kdesvn-kde4/Makefile (contents, props changed) head/devel/kdevelop-kde4/Makefile (contents, props changed) head/devel/kdevelop-pg-qt/Makefile (contents, props changed) head/devel/kdevelop-php-docs/Makefile (contents, props changed) head/devel/kdevelop-php/Makefile (contents, props changed) head/devel/kdevplatform/Makefile (contents, props changed) head/devel/kyra/Makefile (contents, props changed) head/devel/kyua/Makefile (contents, props changed) head/devel/lasi/Makefile (contents, props changed) head/devel/lcov/Makefile (contents, props changed) head/devel/leiningen/Makefile (contents, props changed) head/devel/lfcxml/Makefile (contents, props changed) head/devel/libarea/Makefile (contents, props changed) head/devel/libassetml/Makefile (contents, props changed) head/devel/libast/Makefile (contents, props changed) head/devel/libbobcat/Makefile (contents, props changed) head/devel/libbonobo/Makefile (contents, props changed) head/devel/libc++/Makefile (contents, props changed) head/devel/libccid/Makefile (contents, props changed) head/devel/libchipcard/Makefile (contents, props changed) head/devel/libclaw/Makefile (contents, props changed) head/devel/libclc/Makefile (contents, props changed) head/devel/libconcurrent/Makefile (contents, props changed) head/devel/libcrossguid/Makefile (contents, props changed) head/devel/libcutl/Makefile (contents, props changed) head/devel/libdap/Makefile (contents, props changed) head/devel/libdbusmenu-qt/Makefile (contents, props changed) head/devel/libdbusmenu-qt5/Makefile (contents, props changed) head/devel/libdbusmenu/Makefile (contents, props changed) head/devel/libdfui/Makefile (contents, props changed) head/devel/libdistance/Makefile (contents, props changed) head/devel/libdlna/Makefile (contents, props changed) head/devel/libdnsres/Makefile (contents, props changed) head/devel/libe/Makefile (contents, props changed) head/devel/libee/Makefile (contents, props changed) head/devel/libepp-nicbr/Makefile (contents, props changed) head/devel/libevdev/Makefile (contents, props changed) head/devel/libevt/Makefile (contents, props changed) head/devel/libevtx/Makefile (contents, props changed) head/devel/libewf/Makefile (contents, props changed) head/devel/libexplain/Makefile (contents, props changed) head/devel/libffi/Makefile (contents, props changed) head/devel/libfreefare/Makefile (contents, props changed) head/devel/libftdi/Makefile (contents, props changed) head/devel/libftdi1/Makefile (contents, props changed) head/devel/libg19draw/Makefile (contents, props changed) head/devel/libgalago/Makefile (contents, props changed) head/devel/libgdata/Makefile (contents, props changed) head/devel/libgee/Makefile (contents, props changed) head/devel/libgit2-glib/Makefile (contents, props changed) head/devel/libgit2/Makefile (contents, props changed) head/devel/libglade2/Makefile (contents, props changed) head/devel/libglademm24/Makefile (contents, props changed) head/devel/libgpkg/Makefile (contents, props changed) head/devel/libgutenfetch/Makefile (contents, props changed) head/devel/libhid/Makefile (contents, props changed) head/devel/libical-glib/Makefile (contents, props changed) head/devel/libiqxmlrpc/Makefile (contents, props changed) head/devel/libisofs/Makefile (contents, props changed) head/devel/libkgapi/Makefile (contents, props changed) head/devel/libklel/Makefile (contents, props changed) head/devel/libkolab/Makefile (contents, props changed) head/devel/liblangtag/Makefile (contents, props changed) head/devel/liblas/Makefile (contents, props changed) head/devel/liblnk/Makefile (contents, props changed) head/devel/liblognorm/Makefile (contents, props changed) head/devel/liblouis/Makefile (contents, props changed) head/devel/liblouisxml/Makefile (contents, props changed) head/devel/libmatheval/Makefile (contents, props changed) head/devel/libmcs/Makefile (contents, props changed) head/devel/libmpsse/Makefile (contents, props changed) head/devel/libmsocket/Makefile (contents, props changed) head/devel/libmtdev/Makefile (contents, props changed) head/devel/libnfc/Makefile (contents, props changed) head/devel/libnsutils/Makefile (contents, props changed) head/devel/liboobs/Makefile (contents, props changed) head/devel/liboop/Makefile (contents, props changed) head/devel/libopencm3/Makefile (contents, props changed) head/devel/libopensync/Makefile (contents, props changed) head/devel/libopensync022/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/liborcus/Makefile (contents, props changed) head/devel/liborcus07/Makefile (contents, props changed) head/devel/libosinfo/Makefile (contents, props changed) head/devel/libosmo-abis/Makefile (contents, props changed) head/devel/libosmo-netif/Makefile (contents, props changed) head/devel/libosmo-sccp/Makefile (contents, props changed) head/devel/libosmocore/Makefile (contents, props changed) head/devel/libpafe-ruby/Makefile (contents, props changed) head/devel/libparserutils/Makefile (contents, props changed) head/devel/libpci/Makefile (contents, props changed) head/devel/libpciaccess/Makefile (contents, props changed) head/devel/libpdel/Makefile (contents, props changed) head/devel/libpeas/Makefile (contents, props changed) head/devel/libpololu-avr/Makefile (contents, props changed) head/devel/libqb/Makefile (contents, props changed) head/devel/libqxt/Makefile (contents, props changed) head/devel/libr3/Makefile (contents, props changed) head/devel/librcc/Makefile (contents, props changed) head/devel/libregf/Makefile (contents, props changed) head/devel/librelp/Makefile (contents, props changed) head/devel/librest/Makefile (contents, props changed) head/devel/librevisa-vish/Makefile (contents, props changed) head/devel/librolegen/Makefile (contents, props changed) head/devel/libruin/Makefile (contents, props changed) head/devel/libsearpc/Makefile (contents, props changed) head/devel/libsigc++12/Makefile (contents, props changed) head/devel/libsigcx/Makefile (contents, props changed) head/devel/libsigrok/Makefile (contents, props changed) head/devel/libslang2/Makefile (contents, props changed) head/devel/libsmpp34/Makefile (contents, props changed) head/devel/libsoup/Makefile (contents, props changed) head/devel/libtermkey/Makefile (contents, props changed) head/devel/libthai/Makefile (contents, props changed) head/devel/libtifiles2/Makefile (contents, props changed) head/devel/libtool/Makefile (contents, props changed) head/devel/libuninum/Makefile (contents, props changed) head/devel/libuv/Makefile (contents, props changed) head/devel/libvanessa_adt/Makefile (contents, props changed) head/devel/libvanessa_socket/Makefile (contents, props changed) head/devel/libvirt-glib/Makefile (contents, props changed) head/devel/libvirt-java/Makefile (contents, props changed) head/devel/libvirt/Makefile (contents, props changed) head/devel/libwfut/Makefile (contents, props changed) head/devel/libxs/Makefile (contents, props changed) head/devel/libzookeeper/Makefile (contents, props changed) head/devel/libzrtpcpp/Makefile (contents, props changed) head/devel/libzvbi/Makefile (contents, props changed) head/devel/linux-c6-devtools/Makefile (contents, props changed) head/devel/linux_libusb/Makefile (contents, props changed) head/devel/lldb37/Makefile (contents, props changed) head/devel/lldb38/Makefile (contents, props changed) head/devel/llvm-cheri/Makefile (contents, props changed) head/devel/llvm-devel/Makefile (contents, props changed) head/devel/llvm33/Makefile (contents, props changed) head/devel/llvm34/Makefile (contents, props changed) head/devel/llvm35/Makefile (contents, props changed) head/devel/llvm36/Makefile (contents, props changed) head/devel/llvm37/Makefile (contents, props changed) head/devel/llvm38/Makefile (contents, props changed) head/devel/lmdbg/Makefile (contents, props changed) head/devel/log4c/Makefile (contents, props changed) head/devel/log4cpp/Makefile (contents, props changed) head/devel/log4cxx/Makefile (contents, props changed) head/devel/lokalize/Makefile (contents, props changed) head/devel/love/Makefile (contents, props changed) head/devel/love07/Makefile (contents, props changed) head/devel/love08/Makefile (contents, props changed) head/devel/love5/Makefile (contents, props changed) head/devel/lua-alien/Makefile (contents, props changed) head/devel/luabind/Makefile (contents, props changed) head/devel/lutok/Makefile (contents, props changed) head/devel/m17n-lib/Makefile (contents, props changed) head/devel/m4/Makefile (contents, props changed) head/devel/magit/Makefile (contents, props changed) head/devel/matreshka/Makefile (contents, props changed) head/devel/maven-ant-tasks/Makefile (contents, props changed) head/devel/maven3/Makefile (contents, props changed) head/devel/maven31/Makefile (contents, props changed) head/devel/maven33/Makefile (contents, props changed) head/devel/mercator/Makefile (contents, props changed) head/devel/mercurial/Makefile (contents, props changed) head/devel/mercurialeclipse/Makefile (contents, props changed) head/devel/mingw32-directx/Makefile (contents, props changed) head/devel/mingw32-gcc/Makefile (contents, props changed) head/devel/mingw32-libffi/Makefile (contents, props changed) head/devel/mingw32-libyaml/Makefile (contents, props changed) head/devel/mingw32-openssl/Makefile (contents, props changed) head/devel/mingw32-pdcurses/Makefile (contents, props changed) head/devel/mingw32-pthreads/Makefile (contents, props changed) head/devel/mingw32-zlib/Makefile (contents, props changed) head/devel/mk-configure/Makefile (contents, props changed) head/devel/mkcmd/Makefile (contents, props changed) head/devel/mm-common/Makefile (contents, props changed) head/devel/mongo-c-driver/Makefile (contents, props changed) head/devel/mongo-cxx-driver/Makefile (contents, props changed) head/devel/monodevelop/Makefile (contents, props changed) head/devel/monotone-viz/Makefile (contents, props changed) head/devel/monotone/Makefile (contents, props changed) head/devel/mpatrol/Makefile (contents, props changed) head/devel/msp430-debug-stack/Makefile (contents, props changed) head/devel/mspdebug/Makefile (contents, props changed) head/devel/mtbl/Makefile (contents, props changed) head/devel/ncnf/Makefile (contents, props changed) head/devel/ndesk-dbus-glib/Makefile (contents, props changed) head/devel/netsurf-buildsystem/Makefile (contents, props changed) head/devel/newt/Makefile (contents, props changed) head/devel/ninja-ide/Makefile (contents, props changed) head/devel/node-thrift/Makefile (contents, props changed) head/devel/notify-sharp/Makefile (contents, props changed) head/devel/noweb/Makefile (contents, props changed) head/devel/nsgenbind/Makefile (contents, props changed) head/devel/nxt-python/Makefile (contents, props changed) head/devel/obby/Makefile (contents, props changed) head/devel/objecthash/Makefile (contents, props changed) head/devel/ocaml-annexlib/Makefile (contents, props changed) head/devel/ocaml-cfg/Makefile (contents, props changed) head/devel/ocaml-extlib/Makefile (contents, props changed) head/devel/ocaml-findlib/Makefile (contents, props changed) head/devel/ocaml-ipaddr/Makefile (contents, props changed) head/devel/ocaml-lwt/Makefile (contents, props changed) head/devel/ocaml-magic/Makefile (contents, props changed) head/devel/ocaml-opam/Makefile (contents, props changed) head/devel/ocaml-pcre/Makefile (contents, props changed) head/devel/ocaml-sdl/Makefile (contents, props changed) head/devel/ocaml-sexplib/Makefile (contents, props changed) head/devel/ocfpcsc/Makefile (contents, props changed) head/devel/ocl-icd/Makefile (contents, props changed) head/devel/okteta/Makefile (contents, props changed) head/devel/omniNotify/Makefile (contents, props changed) head/devel/oozie/Makefile (contents, props changed) head/devel/open-beagle/Makefile (contents, props changed) head/devel/opengrok/Makefile (contents, props changed) head/devel/openocd/Makefile (contents, props changed) head/devel/openvex/Makefile (contents, props changed) head/devel/osc/Makefile (contents, props changed) head/devel/ossp-al/Makefile (contents, props changed) head/devel/ossp-cfg/Makefile (contents, props changed) head/devel/ossp-val/Makefile (contents, props changed) head/devel/p4.el/Makefile (contents, props changed) head/devel/p4d/Makefile (contents, props changed) head/devel/p4delta/Makefile (contents, props changed) head/devel/p4genpatch/Makefile (contents, props changed) head/devel/p4p/Makefile (contents, props changed) head/devel/p4web/Makefile (contents, props changed) head/devel/p5-AI-Pathfinding-AStar/Makefile (contents, props changed) head/devel/p5-AI-Prolog/Makefile (contents, props changed) head/devel/p5-ARGV-Struct/Makefile (contents, props changed) head/devel/p5-Acme-Damn/Makefile (contents, props changed) head/devel/p5-Agent/Makefile (contents, props changed) head/devel/p5-Algorithm-Accounting/Makefile (contents, props changed) head/devel/p5-Algorithm-Annotate/Makefile (contents, props changed) head/devel/p5-Algorithm-Bucketizer/Makefile (contents, props changed) head/devel/p5-Algorithm-Cron/Makefile (contents, props changed) head/devel/p5-Algorithm-Dependency-Objects/Makefile (contents, props changed) head/devel/p5-Algorithm-Dependency/Makefile (contents, props changed) head/devel/p5-Algorithm-Evolutionary/Makefile (contents, props changed) head/devel/p5-Algorithm-FloodControl/Makefile (contents, props changed) head/devel/p5-Algorithm-IncludeExclude/Makefile (contents, props changed) head/devel/p5-Algorithm-Interval2Prefix/Makefile (contents, props changed) head/devel/p5-Algorithm-Merge/Makefile (contents, props changed) head/devel/p5-Alien-SDL/Makefile (contents, props changed) head/devel/p5-Alzabo/Makefile (contents, props changed) head/devel/p5-Any-Daemon/Makefile (contents, props changed) head/devel/p5-Any-Moose-Convert/Makefile (contents, props changed) head/devel/p5-Any-Moose/Makefile (contents, props changed) head/devel/p5-AnyEvent-AIO/Makefile (contents, props changed) head/devel/p5-AnyEvent-Connection/Makefile (contents, props changed) head/devel/p5-AnyEvent-DBI-Abstract/Makefile (contents, props changed) head/devel/p5-AnyEvent-DBI/Makefile (contents, props changed) head/devel/p5-AnyEvent-DBus/Makefile (contents, props changed) head/devel/p5-AnyEvent-Filesys-Notify/Makefile (contents, props changed) head/devel/p5-AnyEvent-Gearman/Makefile (contents, props changed) head/devel/p5-AnyEvent-Graphite/Makefile (contents, props changed) head/devel/p5-AnyEvent-I3/Makefile (contents, props changed) head/devel/p5-AnyEvent-MessagePack/Makefile (contents, props changed) head/devel/p5-AnyEvent-RPC/Makefile (contents, props changed) head/devel/p5-AnyEvent-Run/Makefile (contents, props changed) head/devel/p5-AnyEvent-Subprocess/Makefile (contents, props changed) head/devel/p5-AnyEvent-Task/Makefile (contents, props changed) head/devel/p5-AnyEvent-Worker/Makefile (contents, props changed) head/devel/p5-AnyEvent/Makefile (contents, props changed) head/devel/p5-AnyMQ/Makefile (contents, props changed) head/devel/p5-App-Build/Makefile (contents, props changed) head/devel/p5-App-CLI-Extension/Makefile (contents, props changed) head/devel/p5-App-Cache/Makefile (contents, props changed) head/devel/p5-App-Cmd/Makefile (contents, props changed) head/devel/p5-App-GitGot/Makefile (contents, props changed) head/devel/p5-App-GitHub/Makefile (contents, props changed) head/devel/p5-App-SD/Makefile (contents, props changed) head/devel/p5-App-SVN-Bisect/Makefile (contents, props changed) head/devel/p5-App-Trace/Makefile (contents, props changed) head/devel/p5-App-cpanoutdated/Makefile (contents, props changed) head/devel/p5-App-local-lib-helper/Makefile (contents, props changed) head/devel/p5-App-perlbrew/Makefile (contents, props changed) head/devel/p5-App-scan_prereqs_cpanfile/Makefile (contents, props changed) head/devel/p5-AppConfig-Std/Makefile (contents, props changed) head/devel/p5-Array-Iterator/Makefile (contents, props changed) head/devel/p5-Array-Window/Makefile (contents, props changed) head/devel/p5-Async-Interrupt/Makefile (contents, props changed) head/devel/p5-Async-MergePoint/Makefile (contents, props changed) head/devel/p5-AtExit/Makefile (contents, props changed) head/devel/p5-Attribute-Persistent/Makefile (contents, props changed) head/devel/p5-B-C/Makefile (contents, props changed) head/devel/p5-B-Compiling/Makefile (contents, props changed) head/devel/p5-B-Deobfuscate/Makefile (contents, props changed) head/devel/p5-B-Hooks-EndOfScope/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-Annotation/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-Check/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-PPAddr/Makefile (contents, props changed) head/devel/p5-B-Hooks-Parser/Makefile (contents, props changed) head/devel/p5-B-OPCheck/Makefile (contents, props changed) head/devel/p5-B-Utils/Makefile (contents, props changed) head/devel/p5-BZ-Client/Makefile (contents, props changed) head/devel/p5-Benchmark-Timer/Makefile (contents, props changed) head/devel/p5-Best/Makefile (contents, props changed) head/devel/p5-Bread-Board-Declare/Makefile (contents, props changed) head/devel/p5-Bread-Board/Makefile (contents, props changed) head/devel/p5-C-Scan/Makefile (contents, props changed) head/devel/p5-CBOR-XS/Makefile (contents, props changed) head/devel/p5-CHI-Driver-DBI/Makefile (contents, props changed) head/devel/p5-CHI/Makefile (contents, props changed) head/devel/p5-CPAN-Changes/Makefile (contents, props changed) head/devel/p5-CPAN-Checksums/Makefile (contents, props changed) head/devel/p5-CPAN-Inject/Makefile (contents, props changed) head/devel/p5-CPAN-Meta-Check/Makefile (contents, props changed) head/devel/p5-CPAN-Meta-Requirements/Makefile (contents, props changed) head/devel/p5-CPAN-Meta/Makefile (contents, props changed) head/devel/p5-CPAN-Mini/Makefile (contents, props changed) head/devel/p5-CPAN-Recent-Uploads/Makefile (contents, props changed) head/devel/p5-CPAN-Reporter-Smoker/Makefile (contents, props changed) head/devel/p5-CPAN-Reporter/Makefile (contents, props changed) head/devel/p5-CPAN-SQLite/Makefile (contents, props changed) head/devel/p5-CPAN-Site/Makefile (contents, props changed) head/devel/p5-CPAN-Testers-Report/Makefile (contents, props changed) head/devel/p5-CPAN-Uploader/Makefile (contents, props changed) head/devel/p5-CPAN-YACSmoke/Makefile (contents, props changed) head/devel/p5-CPANPLUS/Makefile (contents, props changed) head/devel/p5-CPS/Makefile (contents, props changed) head/devel/p5-Cache-AgainstFile/Makefile (contents, props changed) head/devel/p5-Cache-Cache/Makefile (contents, props changed) head/devel/p5-Cache-LRU/Makefile (contents, props changed) head/devel/p5-Cache-Memcached-Tie/Makefile (contents, props changed) head/devel/p5-Cache/Makefile (contents, props changed) head/devel/p5-Cairo-GObject/Makefile (contents, props changed) head/devel/p5-Callback-Frame/Makefile (contents, props changed) head/devel/p5-Capture-Tiny/Makefile (contents, props changed) head/devel/p5-Carp-Always-Color/Makefile (contents, props changed) head/devel/p5-Carp-Always/Makefile (contents, props changed) head/devel/p5-Carp-Assert-More/Makefile (contents, props changed) head/devel/p5-Carp-Assert/Makefile (contents, props changed) head/devel/p5-Carp-Clan-Share/Makefile (contents, props changed) head/devel/p5-Carp-Clan/Makefile (contents, props changed) head/devel/p5-Carp-Datum/Makefile (contents, props changed) head/devel/p5-Carp-REPL/Makefile (contents, props changed) head/devel/p5-Cdk/Makefile (contents, props changed) head/devel/p5-Check-ISA/Makefile (contents, props changed) head/devel/p5-Chooser/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Chained/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Children/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Complex/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Constructor/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Fast-Contained/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Fast-XS/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Grouped/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Installer/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Lvalue/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Named/Makefile (contents, props changed) head/devel/p5-Class-AlzaboWrapper/Makefile (contents, props changed) head/devel/p5-Class-AutoClass/Makefile (contents, props changed) head/devel/p5-Class-Autouse/Makefile (contents, props changed) head/devel/p5-Class-C3-Adopt-NEXT/Makefile (contents, props changed) head/devel/p5-Class-C3-Componentised/Makefile (contents, props changed) head/devel/p5-Class-C3/Makefile (contents, props changed) head/devel/p5-Class-Closure/Makefile (contents, props changed) head/devel/p5-Class-CodeStyler/Makefile (contents, props changed) head/devel/p5-Class-Component/Makefile (contents, props changed) head/devel/p5-Class-Container/Makefile (contents, props changed) head/devel/p5-Class-Data-ConfigHash/Makefile (contents, props changed) head/devel/p5-Class-Declare/Makefile (contents, props changed) head/devel/p5-Class-Default/Makefile (contents, props changed) head/devel/p5-Class-Generate/Makefile (contents, props changed) head/devel/p5-Class-Handle/Makefile (contents, props changed) head/devel/p5-Class-InsideOut/Makefile (contents, props changed) head/devel/p5-Class-Load-XS/Makefile (contents, props changed) head/devel/p5-Class-Load/Makefile (contents, props changed) head/devel/p5-Class-Measure/Makefile (contents, props changed) head/devel/p5-Class-Method-Modifiers-Fast/Makefile (contents, props changed) head/devel/p5-Class-Method-Modifiers/Makefile (contents, props changed) head/devel/p5-Class-Mix/Makefile (contents, props changed) head/devel/p5-Class-ObjectTemplate-DB/Makefile (contents, props changed) head/devel/p5-Class-Observable/Makefile (contents, props changed) head/devel/p5-Class-ReturnValue/Makefile (contents, props changed) head/devel/p5-Class-Roles/Makefile (contents, props changed) head/devel/p5-Class-StateMachine/Makefile (contents, props changed) head/devel/p5-Class-Std-Fast/Makefile (contents, props changed) head/devel/p5-Class-Tangram/Makefile (contents, props changed) head/devel/p5-Class-Tom/Makefile (contents, props changed) head/devel/p5-Class-Trigger/Makefile (contents, props changed) head/devel/p5-Class-Unload/Makefile (contents, props changed) head/devel/p5-Class-Virtual/Makefile (contents, props changed) head/devel/p5-Class-Workflow/Makefile (contents, props changed) head/devel/p5-Code-Perl/Makefile (contents, props changed) head/devel/p5-CommitBit/Makefile (contents, props changed) head/devel/p5-Compiler-Lexer/Makefile (contents, props changed) head/devel/p5-Config-ApacheFormat/Makefile (contents, props changed) head/devel/p5-Config-Auto/Makefile (contents, props changed) head/devel/p5-Config-AutoConf/Makefile (contents, props changed) head/devel/p5-Config-GitLike/Makefile (contents, props changed) head/devel/p5-Config-INI-Reader-Ordered/Makefile (contents, props changed) head/devel/p5-Config-INI/Makefile (contents, props changed) head/devel/p5-Config-Identity/Makefile (contents, props changed) head/devel/p5-Config-IniFiles/Makefile (contents, props changed) head/devel/p5-Config-IniHash/Makefile (contents, props changed) head/devel/p5-Config-IniRegEx/Makefile (contents, props changed) head/devel/p5-Config-JFDI/Makefile (contents, props changed) head/devel/p5-Config-JSON/Makefile (contents, props changed) head/devel/p5-Config-MVP-Reader-INI/Makefile (contents, props changed) head/devel/p5-Config-MVP/Makefile (contents, props changed) head/devel/p5-Config-Merge/Makefile (contents, props changed) head/devel/p5-Config-Model/Makefile (contents, props changed) head/devel/p5-Config-MySQL/Makefile (contents, props changed) head/devel/p5-Config-Objective/Makefile (contents, props changed) head/devel/p5-Config-Record/Makefile (contents, props changed) head/devel/p5-Config-Setting/Makefile (contents, props changed) head/devel/p5-Config-Std/Makefile (contents, props changed) head/devel/p5-Config-Validator/Makefile (contents, props changed) head/devel/p5-Config-Versioned/Makefile (contents, props changed) head/devel/p5-Config-Wrest/Makefile (contents, props changed) head/devel/p5-Config-YAML/Makefile (contents, props changed) head/devel/p5-ConfigReader-Simple/Makefile (contents, props changed) head/devel/p5-Connector/Makefile (contents, props changed) head/devel/p5-Const-Fast/Makefile (contents, props changed) head/devel/p5-Context-Preserve/Makefile (contents, props changed) head/devel/p5-Contextual-Return/Makefile (contents, props changed) head/devel/p5-Coro/Makefile (contents, props changed) head/devel/p5-Curses-Application/Makefile (contents, props changed) head/devel/p5-Curses-Forms/Makefile (contents, props changed) head/devel/p5-Curses-UI/Makefile (contents, props changed) head/devel/p5-Curses-Widgets/Makefile (contents, props changed) head/devel/p5-Cvs/Makefile (contents, props changed) head/devel/p5-Dancer-Debug/Makefile (contents, props changed) head/devel/p5-Danga-Socket-Callback/Makefile (contents, props changed) head/devel/p5-Danga-Socket/Makefile (contents, props changed) head/devel/p5-Data-ACL/Makefile (contents, props changed) head/devel/p5-Data-Average/Makefile (contents, props changed) head/devel/p5-Data-Bind/Makefile (contents, props changed) head/devel/p5-Data-ClearSilver-HDF/Makefile (contents, props changed) head/devel/p5-Data-Clone/Makefile (contents, props changed) head/devel/p5-Data-Compare/Makefile (contents, props changed) head/devel/p5-Data-Domain/Makefile (contents, props changed) head/devel/p5-Data-Dump-Streamer/Makefile (contents, props changed) head/devel/p5-Data-DumpXML/Makefile (contents, props changed) head/devel/p5-Data-Dumper-Concise/Makefile (contents, props changed) head/devel/p5-Data-Dumper-Perltidy/Makefile (contents, props changed) head/devel/p5-Data-GUID/Makefile (contents, props changed) head/devel/p5-Data-HexDump-Range/Makefile (contents, props changed) head/devel/p5-Data-Hierarchy/Makefile (contents, props changed) head/devel/p5-Data-IEEE754/Makefile (contents, props changed) head/devel/p5-Data-JavaScript-Anon/Makefile (contents, props changed) head/devel/p5-Data-Localize/Makefile (contents, props changed) head/devel/p5-Data-MessagePack-Stream/Makefile (contents, props changed) head/devel/p5-Data-MessagePack/Makefile (contents, props changed) head/devel/p5-Data-Model/Makefile (contents, props changed) head/devel/p5-Data-Munge/Makefile (contents, props changed) head/devel/p5-Data-Object/Makefile (contents, props changed) head/devel/p5-Data-ObjectDriver/Makefile (contents, props changed) head/devel/p5-Data-OptList/Makefile (contents, props changed) head/devel/p5-Data-Page-NoTotalEntries/Makefile (contents, props changed) head/devel/p5-Data-ParseBinary/Makefile (contents, props changed) head/devel/p5-Data-Path/Makefile (contents, props changed) head/devel/p5-Data-Peek/Makefile (contents, props changed) head/devel/p5-Data-Perl/Makefile (contents, props changed) head/devel/p5-Data-Printer/Makefile (contents, props changed) head/devel/p5-Data-Rand-Obscure/Makefile (contents, props changed) head/devel/p5-Data-Random/Makefile (contents, props changed) head/devel/p5-Data-Record/Makefile (contents, props changed) head/devel/p5-Data-Remember/Makefile (contents, props changed) head/devel/p5-Data-Rmap/Makefile (contents, props changed) head/devel/p5-Data-Rx/Makefile (contents, props changed) head/devel/p5-Data-SExpression/Makefile (contents, props changed) head/devel/p5-Data-Section/Makefile (contents, props changed) head/devel/p5-Data-Serializable/Makefile (contents, props changed) head/devel/p5-Data-Serializer-Sereal/Makefile (contents, props changed) head/devel/p5-Data-Stag/Makefile (contents, props changed) head/devel/p5-Data-Stream-Bulk/Makefile (contents, props changed) head/devel/p5-Data-Structure-Util/Makefile (contents, props changed) head/devel/p5-Data-Throttler-Memcached/Makefile (contents, props changed) head/devel/p5-Data-Throttler/Makefile (contents, props changed) head/devel/p5-Data-Thunk/Makefile (contents, props changed) head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile (contents, props changed) head/devel/p5-Data-TreeDumper/Makefile (contents, props changed) head/devel/p5-Data-Util/Makefile (contents, props changed) head/devel/p5-Data-Validator/Makefile (contents, props changed) head/devel/p5-Data-Visitor-Encode/Makefile (contents, props changed) head/devel/p5-Data-Visitor/Makefile (contents, props changed) head/devel/p5-Date-Calc-Iterator/Makefile (contents, props changed) head/devel/p5-Date-Calc-XS/Makefile (contents, props changed) head/devel/p5-Date-Calc/Makefile (contents, props changed) head/devel/p5-Date-DayOfWeek/Makefile (contents, props changed) head/devel/p5-Date-Extract/Makefile (contents, props changed) head/devel/p5-Date-Holidays-DK/Makefile (contents, props changed) head/devel/p5-Date-ICal/Makefile (contents, props changed) head/devel/p5-Date-ISO/Makefile (contents, props changed) head/devel/p5-Date-Manip/Makefile (contents, props changed) head/devel/p5-Date-Pcalc/Makefile (contents, props changed) head/devel/p5-Date-Piece/Makefile (contents, props changed) head/devel/p5-Date-Range/Makefile (contents, props changed) head/devel/p5-Date-Roman/Makefile (contents, props changed) head/devel/p5-DateTime-Astro/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Chinese/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Christian/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Discordian/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Hebrew/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Japanese/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Julian/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Mayan/Makefile (contents, props changed) head/devel/p5-DateTime-Calendar-Pataphysical/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Chinese/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Cron/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Easter/Makefile (contents, props changed) head/devel/p5-DateTime-Event-ICal/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Lunar/Makefile (contents, props changed) head/devel/p5-DateTime-Event-NameDay/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Random/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Recurrence/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Sunrise/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Zodiac/Makefile (contents, props changed) head/devel/p5-DateTime-Fiscal-Year/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Baby/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Bork/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Builder/Makefile (contents, props changed) head/devel/p5-DateTime-Format-DBI/Makefile (contents, props changed) head/devel/p5-DateTime-Format-DateManip/Makefile (contents, props changed) head/devel/p5-DateTime-Format-DateParse/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Duration/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Epoch/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Excel/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Flexible/Makefile (contents, props changed) head/devel/p5-DateTime-Format-HTTP/Makefile (contents, props changed) head/devel/p5-DateTime-Format-IBeat/Makefile (contents, props changed) head/devel/p5-DateTime-Format-ICal/Makefile (contents, props changed) head/devel/p5-DateTime-Format-ISO8601/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Mail/Makefile (contents, props changed) head/devel/p5-DateTime-Format-MySQL/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Natural/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Oracle/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Pg/Makefile (contents, props changed) head/devel/p5-DateTime-Format-RFC3339/Makefile (contents, props changed) head/devel/p5-DateTime-Format-RSS/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Roman/Makefile (contents, props changed) head/devel/p5-DateTime-Format-SQLite/Makefile (contents, props changed) head/devel/p5-DateTime-Format-W3CDTF/Makefile (contents, props changed) head/devel/p5-DateTime-Format-XSD/Makefile (contents, props changed) head/devel/p5-DateTime-Functions/Makefile (contents, props changed) head/devel/p5-DateTime-HiRes/Makefile (contents, props changed) head/devel/p5-DateTime-Incomplete/Makefile (contents, props changed) head/devel/p5-DateTime-Locale/Makefile (contents, props changed) head/devel/p5-DateTime-Precise/Makefile (contents, props changed) head/devel/p5-DateTime-Set/Makefile (contents, props changed) head/devel/p5-DateTime-TimeZone-Alias/Makefile (contents, props changed) head/devel/p5-DateTime-TimeZone-LMT/Makefile (contents, props changed) head/devel/p5-DateTime-TimeZone/Makefile (contents, props changed) head/devel/p5-DateTime-Util-Calc/Makefile (contents, props changed) head/devel/p5-DateTime/Makefile (contents, props changed) head/devel/p5-DateTimeX-Easy/Makefile (contents, props changed) head/devel/p5-Debug-Client/Makefile (contents, props changed) head/devel/p5-Declare-Constraints-Simple/Makefile (contents, props changed) head/devel/p5-Devel-ArgNames/Makefile (contents, props changed) head/devel/p5-Devel-Autoflush/Makefile (contents, props changed) head/devel/p5-Devel-Backtrace/Makefile (contents, props changed) head/devel/p5-Devel-BeginLift/Makefile (contents, props changed) head/devel/p5-Devel-CallChecker/Makefile (contents, props changed) head/devel/p5-Devel-Caller/Makefile (contents, props changed) head/devel/p5-Devel-CheckCompiler/Makefile (contents, props changed) head/devel/p5-Devel-CheckLib/Makefile (contents, props changed) head/devel/p5-Devel-CheckOS/Makefile (contents, props changed) head/devel/p5-Devel-Cover-Report-Clover/Makefile (contents, props changed) head/devel/p5-Devel-Cover/Makefile (contents, props changed) head/devel/p5-Devel-Declare-Parser/Makefile (contents, props changed) head/devel/p5-Devel-Declare/Makefile (contents, props changed) head/devel/p5-Devel-Ditto/Makefile (contents, props changed) head/devel/p5-Devel-EvalContext/Makefile (contents, props changed) head/devel/p5-Devel-Events-Objects/Makefile (contents, props changed) head/devel/p5-Devel-Events/Makefile (contents, props changed) head/devel/p5-Devel-GlobalDestruction/Makefile (contents, props changed) head/devel/p5-Devel-KYTProf/Makefile (contents, props changed) head/devel/p5-Devel-Leak-Cb/Makefile (contents, props changed) head/devel/p5-Devel-LeakGuard-Object/Makefile (contents, props changed) head/devel/p5-Devel-LexAlias/Makefile (contents, props changed) head/devel/p5-Devel-MAT/Makefile (contents, props changed) head/devel/p5-Devel-NYTProf/Makefile (contents, props changed) head/devel/p5-Devel-OverloadInfo/Makefile (contents, props changed) head/devel/p5-Devel-PackagePath/Makefile (contents, props changed) head/devel/p5-Devel-PartialDump/Makefile (contents, props changed) head/devel/p5-Devel-PatchPerl/Makefile (contents, props changed) head/devel/p5-Devel-REPL/Makefile (contents, props changed) head/devel/p5-Devel-Refcount/Makefile (contents, props changed) head/devel/p5-Devel-RingBuffer/Makefile (contents, props changed) head/devel/p5-Devel-STrace/Makefile (contents, props changed) head/devel/p5-Devel-SimpleTrace/Makefile (contents, props changed) head/devel/p5-Devel-Size-Report/Makefile (contents, props changed) head/devel/p5-Devel-StackTrace-AsHTML/Makefile (contents, props changed) head/devel/p5-Devel-StackTrace-WithLexicals/Makefile (contents, props changed) head/devel/p5-Devel-StealthDebug/Makefile (contents, props changed) head/devel/p5-Devel-ebug/Makefile (contents, props changed) head/devel/p5-Devel-ptkdb/Makefile (contents, props changed) head/devel/p5-Device-USB/Makefile (contents, props changed) head/devel/p5-Directory-Queue/Makefile (contents, props changed) head/devel/p5-Directory-Scratch-Structured/Makefile (contents, props changed) head/devel/p5-Directory-Scratch/Makefile (contents, props changed) head/devel/p5-Dist-CheckConflicts/Makefile (contents, props changed) head/devel/p5-Dist-Joseki/Makefile (contents, props changed) head/devel/p5-Dist-Metadata/Makefile (contents, props changed) head/devel/p5-Dist-Zilla/Makefile (contents, props changed) head/devel/p5-Doxygen-Filter-Perl/Makefile (contents, props changed) head/devel/p5-DynaLoader-Functions/Makefile (contents, props changed) head/devel/p5-EV/Makefile (contents, props changed) head/devel/p5-Error-Helper/Makefile (contents, props changed) head/devel/p5-Eval-Closure/Makefile (contents, props changed) head/devel/p5-Eval-Context/Makefile (contents, props changed) head/devel/p5-Eval-WithLexicals/Makefile (contents, props changed) head/devel/p5-Event-ExecFlow/Makefile (contents, props changed) head/devel/p5-Event-Join/Makefile (contents, props changed) head/devel/p5-Event-Lib/Makefile (contents, props changed) head/devel/p5-Event-Notify/Makefile (contents, props changed) head/devel/p5-Event-RPC/Makefile (contents, props changed) head/devel/p5-Every/Makefile (contents, props changed) head/devel/p5-Exception-Class-TryCatch/Makefile (contents, props changed) head/devel/p5-Exception-Class/Makefile (contents, props changed) head/devel/p5-Expect-Simple/Makefile (contents, props changed) head/devel/p5-Exporter-Declare/Makefile (contents, props changed) head/devel/p5-Exporter-Tiny/Makefile (contents, props changed) head/devel/p5-ExtUtils-CChecker/Makefile (contents, props changed) head/devel/p5-ExtUtils-CppGuess/Makefile (contents, props changed) head/devel/p5-ExtUtils-InstallPaths/Makefile (contents, props changed) head/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile (contents, props changed) head/devel/p5-ExtUtils-MakeMaker-Coverage/Makefile (contents, props changed) head/devel/p5-ExtUtils-MakeMaker/Makefile (contents, props changed) head/devel/p5-ExtUtils-XSBuilder/Makefile (contents, props changed) head/devel/p5-ExtUtils-XSpp/Makefile (contents, props changed) head/devel/p5-FSA-Rules/Makefile (contents, props changed) head/devel/p5-File-Append-TempFile/Makefile (contents, props changed) head/devel/p5-File-Assets/Makefile (contents, props changed) head/devel/p5-File-Attributes-Recursive/Makefile (contents, props changed) head/devel/p5-File-Attributes/Makefile (contents, props changed) head/devel/p5-File-BOM/Makefile (contents, props changed) head/devel/p5-File-BaseDir/Makefile (contents, props changed) head/devel/p5-File-Binary/Makefile (contents, props changed) head/devel/p5-File-ChangeNotify/Makefile (contents, props changed) head/devel/p5-File-ConfigDir/Makefile (contents, props changed) head/devel/p5-File-CreationTime/Makefile (contents, props changed) head/devel/p5-File-DesktopEntry/Makefile (contents, props changed) head/devel/p5-File-Dir-Dumper/Makefile (contents, props changed) head/devel/p5-File-Find-Object/Makefile (contents, props changed) head/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile (contents, props changed) head/devel/p5-File-Find-Rule-Perl/Makefile (contents, props changed) head/devel/p5-File-Find-Rule-VCS/Makefile (contents, props changed) head/devel/p5-File-Find-Rule/Makefile (contents, props changed) head/devel/p5-File-Finder/Makefile (contents, props changed) head/devel/p5-File-Flat/Makefile (contents, props changed) head/devel/p5-File-Flock-Retry/Makefile (contents, props changed) head/devel/p5-File-Flock/Makefile (contents, props changed) head/devel/p5-File-HomeDir-PathClass/Makefile (contents, props changed) head/devel/p5-File-HomeDir/Makefile (contents, props changed) head/devel/p5-File-Map/Makefile (contents, props changed) head/devel/p5-File-MimeInfo/Makefile (contents, props changed) head/devel/p5-File-Modified/Makefile (contents, props changed) head/devel/p5-File-Pid/Makefile (contents, props changed) head/devel/p5-File-Policy/Makefile (contents, props changed) head/devel/p5-File-Random/Makefile (contents, props changed) head/devel/p5-File-ReadBackwards/Makefile (contents, props changed) head/devel/p5-File-SearchPath/Makefile (contents, props changed) head/devel/p5-File-ShareDir-PAR/Makefile (contents, props changed) head/devel/p5-File-ShareDir-PathClass/Makefile (contents, props changed) head/devel/p5-File-ShareDir-ProjectDistDir/Makefile (contents, props changed) head/devel/p5-File-ShareDir/Makefile (contents, props changed) head/devel/p5-File-Slurp-Tree/Makefile (contents, props changed) head/devel/p5-File-Stream/Makefile (contents, props changed) head/devel/p5-File-Tail-Dir/Makefile (contents, props changed) head/devel/p5-File-Tail-Scribe/Makefile (contents, props changed) head/devel/p5-File-Util/Makefile (contents, props changed) head/devel/p5-File-Write-Rotate/Makefile (contents, props changed) head/devel/p5-FileHandle-Unget/Makefile (contents, props changed) head/devel/p5-Filesys-Notify-KQueue/Makefile (contents, props changed) head/devel/p5-Filesys-Virtual-Plain/Makefile (contents, props changed) head/devel/p5-Filter-Template/Makefile (contents, props changed) head/devel/p5-Forest/Makefile (contents, props changed) head/devel/p5-Form-Sensible/Makefile (contents, props changed) head/devel/p5-Function-Parameters/Makefile (contents, props changed) head/devel/p5-Future/Makefile (contents, props changed) head/devel/p5-Gearman-Client-Async/Makefile (contents, props changed) head/devel/p5-Gearman-Server/Makefile (contents, props changed) head/devel/p5-Gearman-XS/Makefile (contents, props changed) head/devel/p5-Gearman/Makefile (contents, props changed) head/devel/p5-Geo-JSON/Makefile (contents, props changed) head/devel/p5-Geo-ShapeFile/Makefile (contents, props changed) head/devel/p5-Getargs-Long/Makefile (contents, props changed) head/devel/p5-Getopt-Compact-WithCmd/Makefile (contents, props changed) head/devel/p5-Getopt-Compact/Makefile (contents, props changed) head/devel/p5-Getopt-Long-Descriptive/Makefile (contents, props changed) head/devel/p5-Git-PurePerl/Makefile (contents, props changed) head/devel/p5-Git-Repository-Plugin-Log/Makefile (contents, props changed) head/devel/p5-Git-Repository/Makefile (contents, props changed) head/devel/p5-Git-Sub/Makefile (contents, props changed) head/devel/p5-Git-Version-Compare/Makefile (contents, props changed) head/devel/p5-Git-Wrapper/Makefile (contents, props changed) head/devel/p5-Glib-Object-Introspection/Makefile (contents, props changed) head/devel/p5-Glib2/Makefile (contents, props changed) head/devel/p5-Gnome2-GConf/Makefile (contents, props changed) head/devel/p5-Goo-Canvas/Makefile (contents, props changed) head/devel/p5-Google-Checkout/Makefile (contents, props changed) head/devel/p5-Google-ProtocolBuffers/Makefile (contents, props changed) head/devel/p5-Gravatar-URL/Makefile (contents, props changed) head/devel/p5-Gtk2-Notify/Makefile (contents, props changed) head/devel/p5-Gtk2-Spell/Makefile (contents, props changed) head/devel/p5-HOP-Lexer/Makefile (contents, props changed) head/devel/p5-Hash-AutoHash-Args/Makefile (contents, props changed) head/devel/p5-Hash-AutoHash/Makefile (contents, props changed) head/devel/p5-Hash-Case/Makefile (contents, props changed) head/devel/p5-Hash-Diff/Makefile (contents, props changed) head/devel/p5-Hash-FieldHash/Makefile (contents, props changed) head/devel/p5-Hash-Flatten/Makefile (contents, props changed) head/devel/p5-Hash-Merge-Simple/Makefile (contents, props changed) head/devel/p5-Hash-MultiValue/Makefile (contents, props changed) head/devel/p5-Hash-Slice/Makefile (contents, props changed) head/devel/p5-Hash-Util-FieldHash-Compat/Makefile (contents, props changed) head/devel/p5-Heap-Simple-Perl/Makefile (contents, props changed) head/devel/p5-Heap-Simple-XS/Makefile (contents, props changed) head/devel/p5-IO-AIO/Makefile (contents, props changed) head/devel/p5-IO-All-LWP/Makefile (contents, props changed) head/devel/p5-IO-All/Makefile (contents, props changed) head/devel/p5-IO-Any/Makefile (contents, props changed) head/devel/p5-IO-Async/Makefile (contents, props changed) head/devel/p5-IO-Callback/Makefile (contents, props changed) head/devel/p5-IO-Detect/Makefile (contents, props changed) head/devel/p5-IO-Digest/Makefile (contents, props changed) head/devel/p5-IO-Event/Makefile (contents, props changed) head/devel/p5-IO-FDPass/Makefile (contents, props changed) head/devel/p5-IO-File-AtomicChange/Makefile (contents, props changed) head/devel/p5-IO-Handle-Util/Makefile (contents, props changed) head/devel/p5-IO-Lambda/Makefile (contents, props changed) head/devel/p5-IO-Pipely/Makefile (contents, props changed) head/devel/p5-IO-Prompt-Simple/Makefile (contents, props changed) head/devel/p5-IO-Prompt-Tiny/Makefile (contents, props changed) head/devel/p5-IO-Prompt/Makefile (contents, props changed) head/devel/p5-IO-Prompter/Makefile (contents, props changed) head/devel/p5-IO-Pty-Easy/Makefile (contents, props changed) head/devel/p5-IO-Toolkit/Makefile (contents, props changed) head/devel/p5-IO-YAML/Makefile (contents, props changed) head/devel/p5-IOC/Makefile (contents, props changed) head/devel/p5-IPC-Cache/Makefile (contents, props changed) head/devel/p5-IPC-Cmd/Makefile (contents, props changed) head/devel/p5-IPC-DirQueue/Makefile (contents, props changed) head/devel/p5-IPC-MM/Makefile (contents, props changed) head/devel/p5-IPC-MMA/Makefile (contents, props changed) head/devel/p5-IPC-Mmap-Share/Makefile (contents, props changed) head/devel/p5-IPC-PubSub/Makefile (contents, props changed) head/devel/p5-IPC-Run/Makefile (contents, props changed) head/devel/p5-IPC-SharedCache/Makefile (contents, props changed) head/devel/p5-IPC-ShellCmd/Makefile (contents, props changed) head/devel/p5-Import-Base/Makefile (contents, props changed) head/devel/p5-Import-Into/Makefile (contents, props changed) head/devel/p5-Inline-ASM/Makefile (contents, props changed) head/devel/p5-Inline-C/Makefile (contents, props changed) head/devel/p5-Inline-CPP/Makefile (contents, props changed) head/devel/p5-Inline-Filters/Makefile (contents, props changed) head/devel/p5-Inline-Java/Makefile (contents, props changed) head/devel/p5-Inline-Python/Makefile (contents, props changed) head/devel/p5-Inline-TT/Makefile (contents, props changed) head/devel/p5-Inline-Tcl/Makefile (contents, props changed) head/devel/p5-Inline/Makefile (contents, props changed) head/devel/p5-InlineX-C2XS/Makefile (contents, props changed) head/devel/p5-InlineX-CPP2XS/Makefile (contents, props changed) head/devel/p5-Input-Validator/Makefile (contents, props changed) head/devel/p5-Iodef-Pb-Simple/Makefile (contents, props changed) head/devel/p5-Iterator-IO/Makefile (contents, props changed) head/devel/p5-Iterator-Misc/Makefile (contents, props changed) head/devel/p5-Iterator-Util/Makefile (contents, props changed) head/devel/p5-Iterator/Makefile (contents, props changed) head/devel/p5-JIRA-Client/Makefile (contents, props changed) head/devel/p5-JIRA-REST/Makefile (contents, props changed) head/devel/p5-JQuery/Makefile (contents, props changed) head/devel/p5-JSON-Hyper/Makefile (contents, props changed) head/devel/p5-JSON-Path/Makefile (contents, props changed) head/devel/p5-JSON-Pointer/Makefile (contents, props changed) head/devel/p5-JSON-RPC-Common/Makefile (contents, props changed) head/devel/p5-JSON-RPC-Dispatcher/Makefile (contents, props changed) head/devel/p5-JSON-RPC/Makefile (contents, props changed) head/devel/p5-JSON-Schema/Makefile (contents, props changed) head/devel/p5-Jonk/Makefile (contents, props changed) head/devel/p5-LV/Makefile (contents, props changed) head/devel/p5-Lexical-Import/Makefile (contents, props changed) head/devel/p5-Lexical-Persistence/Makefile (contents, props changed) head/devel/p5-List-AllUtils/Makefile (contents, props changed) head/devel/p5-List-Group/Makefile (contents, props changed) head/devel/p5-List-Objects-Types/Makefile (contents, props changed) head/devel/p5-List-Objects-WithUtils/Makefile (contents, props changed) head/devel/p5-List-SomeUtils-XS/Makefile (contents, props changed) head/devel/p5-List-SomeUtils/Makefile (contents, props changed) head/devel/p5-Locale-Maketext-Lexicon/Makefile (contents, props changed) head/devel/p5-Locale-Maketext/Makefile (contents, props changed) head/devel/p5-Locale-PO/Makefile (contents, props changed) head/devel/p5-Log-Accounting-SVK/Makefile (contents, props changed) head/devel/p5-Log-Accounting-SVN/Makefile (contents, props changed) head/devel/p5-Log-Agent-Logger/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Callback/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Dispatch/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Log4perl/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Syslog/Makefile (contents, props changed) head/devel/p5-Log-Any-App/Makefile (contents, props changed) head/devel/p5-Log-Any-IfLOG/Makefile (contents, props changed) head/devel/p5-Log-Contextual/Makefile (contents, props changed) head/devel/p5-Log-Defer/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Array/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Colorful/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Config/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Configurator-Any/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-DBI/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Dir/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-File-Rolling/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-File-Stamped/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-FileRotate/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-FileShared/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Perl/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Screen-Color/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Scribe/Makefile (contents, props changed) head/devel/p5-Log-Dispatch/Makefile (contents, props changed) head/devel/p5-Log-Dispatchouli/Makefile (contents, props changed) head/devel/p5-Log-Dump/Makefile (contents, props changed) head/devel/p5-Log-Handler/Makefile (contents, props changed) head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile (contents, props changed) head/devel/p5-Log-Message-Simple/Makefile (contents, props changed) head/devel/p5-Log-Message/Makefile (contents, props changed) head/devel/p5-Log-Report-Optional/Makefile (contents, props changed) head/devel/p5-Log-Report/Makefile (contents, props changed) head/devel/p5-Log-TraceMessages/Makefile (contents, props changed) head/devel/p5-Luka/Makefile (contents, props changed) head/devel/p5-MRO-Compat/Makefile (contents, props changed) head/devel/p5-MRO-Define/Makefile (contents, props changed) head/devel/p5-Mac-PropertyList/Makefile (contents, props changed) head/devel/p5-Make/Makefile (contents, props changed) head/devel/p5-Media-Type-Simple/Makefile (contents, props changed) head/devel/p5-Meta-Builder/Makefile (contents, props changed) head/devel/p5-MetaCPAN-Client/Makefile (contents, props changed) head/devel/p5-Metabase-Client-Simple/Makefile (contents, props changed) head/devel/p5-Metabase-Fact/Makefile (contents, props changed) head/devel/p5-Method-Signatures-Simple/Makefile (contents, props changed) head/devel/p5-Minilla/Makefile (contents, props changed) head/devel/p5-Minion/Makefile (contents, props changed) head/devel/p5-Mixin-Event-Dispatch/Makefile (contents, props changed) head/devel/p5-Mixin-Linewise/Makefile (contents, props changed) head/devel/p5-Mo/Makefile (contents, props changed) head/devel/p5-Mock-Quick/Makefile (contents, props changed) head/devel/p5-Module-Build-Convert/Makefile (contents, props changed) head/devel/p5-Module-Build-Kwalitee/Makefile (contents, props changed) head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/Makefile (contents, props changed) head/devel/p5-Module-Build-Pluggable/Makefile (contents, props changed) head/devel/p5-Module-Build-Tiny/Makefile (contents, props changed) head/devel/p5-Module-Build-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Build/Makefile (contents, props changed) head/devel/p5-Module-CPANTS-Analyse/Makefile (contents, props changed) head/devel/p5-Module-CheckDeps/Makefile (contents, props changed) head/devel/p5-Module-CheckVersion/Makefile (contents, props changed) head/devel/p5-Module-Collect/Makefile (contents, props changed) head/devel/p5-Module-Compile/Makefile (contents, props changed) head/devel/p5-Module-Depends/Makefile (contents, props changed) head/devel/p5-Module-Extract/Makefile (contents, props changed) head/devel/p5-Module-ExtractUse/Makefile (contents, props changed) head/devel/p5-Module-Functions/Makefile (contents, props changed) head/devel/p5-Module-Implementation/Makefile (contents, props changed) head/devel/p5-Module-Info-File/Makefile (contents, props changed) head/devel/p5-Module-Info/Makefile (contents, props changed) head/devel/p5-Module-Inspector/Makefile (contents, props changed) head/devel/p5-Module-Install-AuthorRequires/Makefile (contents, props changed) head/devel/p5-Module-Install-AuthorTests/Makefile (contents, props changed) head/devel/p5-Module-Install-ReadmeFromPod/Makefile (contents, props changed) head/devel/p5-Module-Install-Template/Makefile (contents, props changed) head/devel/p5-Module-Install-TestBase/Makefile (contents, props changed) head/devel/p5-Module-Install-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Install/Makefile (contents, props changed) head/devel/p5-Module-Load-Conditional/Makefile (contents, props changed) head/devel/p5-Module-Manifest/Makefile (contents, props changed) head/devel/p5-Module-Math-Depends/Makefile (contents, props changed) head/devel/p5-Module-Path/Makefile (contents, props changed) head/devel/p5-Module-Pluggable-Fast/Makefile (contents, props changed) head/devel/p5-Module-Pluggable-Ordered/Makefile (contents, props changed) head/devel/p5-Module-Recursive-Require/Makefile (contents, props changed) head/devel/p5-Module-Refresh/Makefile (contents, props changed) head/devel/p5-Module-Release/Makefile (contents, props changed) head/devel/p5-Module-Setup/Makefile (contents, props changed) head/devel/p5-Module-Starter-PBP/Makefile (contents, props changed) head/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile (contents, props changed) head/devel/p5-Module-Starter-Plugin-TT2/Makefile (contents, props changed) head/devel/p5-Module-Starter/Makefile (contents, props changed) head/devel/p5-Module-Used/Makefile (contents, props changed) head/devel/p5-Moo/Makefile (contents, props changed) head/devel/p5-MooX-Cmd/Makefile (contents, props changed) head/devel/p5-MooX-ConfigFromFile/Makefile (contents, props changed) head/devel/p5-MooX-File-ConfigDir/Makefile (contents, props changed) head/devel/p5-MooX-HandlesVia/Makefile (contents, props changed) head/devel/p5-MooX-Options/Makefile (contents, props changed) head/devel/p5-MooX-StrictConstructor/Makefile (contents, props changed) head/devel/p5-MooX-TypeTiny/Makefile (contents, props changed) head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile (contents, props changed) head/devel/p5-MooX-Types-MooseLike/Makefile (contents, props changed) head/devel/p5-MooX-late/Makefile (contents, props changed) head/devel/p5-Moos/Makefile (contents, props changed) head/devel/p5-Moose-Autobox/Makefile (contents, props changed) head/devel/p5-Moose-Policy/Makefile (contents, props changed) head/devel/p5-Moose-Test/Makefile (contents, props changed) head/devel/p5-Moose/Makefile (contents, props changed) head/devel/p5-MooseX-Aliases/Makefile (contents, props changed) head/devel/p5-MooseX-App-Cmd/Makefile (contents, props changed) head/devel/p5-MooseX-App/Makefile (contents, props changed) head/devel/p5-MooseX-ArrayRef/Makefile (contents, props changed) head/devel/p5-MooseX-Async/Makefile (contents, props changed) head/devel/p5-MooseX-Attribute-Chained/Makefile (contents, props changed) head/devel/p5-MooseX-Attribute-ENV/Makefile (contents, props changed) head/devel/p5-MooseX-AttributeHelpers/Makefile (contents, props changed) head/devel/p5-MooseX-AttributeShortcuts/Makefile (contents, props changed) head/devel/p5-MooseX-AuthorizedMethods/Makefile (contents, props changed) head/devel/p5-MooseX-ClassAttribute/Makefile (contents, props changed) head/devel/p5-MooseX-Clone/Makefile (contents, props changed) head/devel/p5-MooseX-CompileTime-Traits/Makefile (contents, props changed) head/devel/p5-MooseX-ConfigFromFile/Makefile (contents, props changed) head/devel/p5-MooseX-Daemonize/Makefile (contents, props changed) head/devel/p5-MooseX-Declare/Makefile (contents, props changed) head/devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile (contents, props changed) head/devel/p5-MooseX-FollowPBP/Makefile (contents, props changed) head/devel/p5-MooseX-Getopt/Makefile (contents, props changed) head/devel/p5-MooseX-Has-Options/Makefile (contents, props changed) head/devel/p5-MooseX-Has-Sugar/Makefile (contents, props changed) head/devel/p5-MooseX-HasDefaults/Makefile (contents, props changed) head/devel/p5-MooseX-IOC/Makefile (contents, props changed) head/devel/p5-MooseX-InsideOut/Makefile (contents, props changed) head/devel/p5-MooseX-LazyRequire/Makefile (contents, props changed) head/devel/p5-MooseX-Lists/Makefile (contents, props changed) head/devel/p5-MooseX-Log-Log4perl/Makefile (contents, props changed) head/devel/p5-MooseX-MarkAsMethods/Makefile (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile (contents, props changed) head/devel/p5-MooseX-MetaDescription/Makefile (contents, props changed) head/devel/p5-MooseX-Method-Signatures/Makefile (contents, props changed) head/devel/p5-MooseX-MethodAttributes/Makefile (contents, props changed) head/devel/p5-MooseX-MultiInitArg/Makefile (contents, props changed) head/devel/p5-MooseX-MultiMethods/Makefile (contents, props changed) head/devel/p5-MooseX-NonMoose/Makefile (contents, props changed) head/devel/p5-MooseX-Object-Pluggable/Makefile (contents, props changed) head/devel/p5-MooseX-OneArgNew/Makefile (contents, props changed) head/devel/p5-MooseX-POE/Makefile (contents, props changed) head/devel/p5-MooseX-Params-Validate/Makefile (contents, props changed) head/devel/p5-MooseX-RelatedClassRoles/Makefile (contents, props changed) head/devel/p5-MooseX-Role-Loggable/Makefile (contents, props changed) head/devel/p5-MooseX-Role-Matcher/Makefile (contents, props changed) head/devel/p5-MooseX-Role-Parameterized/Makefile (contents, props changed) head/devel/p5-MooseX-Role-Strict/Makefile (contents, props changed) head/devel/p5-MooseX-Role-WithOverloading/Makefile (contents, props changed) head/devel/p5-MooseX-Runnable/Makefile (contents, props changed) head/devel/p5-MooseX-SemiAffordanceAccessor/Makefile (contents, props changed) head/devel/p5-MooseX-SetOnce/Makefile (contents, props changed) head/devel/p5-MooseX-SimpleConfig/Makefile (contents, props changed) head/devel/p5-MooseX-Singleton/Makefile (contents, props changed) head/devel/p5-MooseX-Storage/Makefile (contents, props changed) head/devel/p5-MooseX-StrictConstructor/Makefile (contents, props changed) head/devel/p5-MooseX-Traits-Pluggable/Makefile (contents, props changed) head/devel/p5-MooseX-Traits/Makefile (contents, props changed) head/devel/p5-MooseX-TransactionalMethods/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Common/Makefile (contents, props changed) head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile (contents, props changed) head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile (contents, props changed) head/devel/p5-MooseX-Types-DateTime-MySQL/Makefile (contents, props changed) head/devel/p5-MooseX-Types-DateTime/Makefile (contents, props changed) head/devel/p5-MooseX-Types-DateTimeX/Makefile (contents, props changed) head/devel/p5-MooseX-Types-ISO8601/Makefile (contents, props changed) head/devel/p5-MooseX-Types-JSON/Makefile (contents, props changed) head/devel/p5-MooseX-Types-LoadableClass/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Path-Class/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Path-Tiny/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Perl/Makefile (contents, props changed) head/devel/p5-MooseX-Types-PortNumber/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Set-Object/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Signal/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Stringlike/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Structured/Makefile (contents, props changed) head/devel/p5-MooseX-Types-URI/Makefile (contents, props changed) head/devel/p5-MooseX-Types-VariantTable/Makefile (contents, props changed) head/devel/p5-MooseX-Types/Makefile (contents, props changed) head/devel/p5-Mouse/Makefile (contents, props changed) head/devel/p5-MouseX-App-Cmd/Makefile (contents, props changed) head/devel/p5-MouseX-AttributeHelpers/Makefile (contents, props changed) head/devel/p5-MouseX-ConfigFromFile/Makefile (contents, props changed) head/devel/p5-MouseX-Foreign/Makefile (contents, props changed) head/devel/p5-MouseX-Getopt/Makefile (contents, props changed) head/devel/p5-MouseX-NativeTraits/Makefile (contents, props changed) head/devel/p5-MouseX-StrictConstructor/Makefile (contents, props changed) head/devel/p5-MouseX-Traits/Makefile (contents, props changed) head/devel/p5-MouseX-Types-Path-Class/Makefile (contents, props changed) head/devel/p5-MouseX-Types/Makefile (contents, props changed) head/devel/p5-Net-DBus/Makefile (contents, props changed) head/devel/p5-Net-ZooKeeper/Makefile (contents, props changed) head/devel/p5-No-Worries/Makefile (contents, props changed) head/devel/p5-Number-Tolerant/Makefile (contents, props changed) head/devel/p5-OLE-Storage_Lite/Makefile (contents, props changed) head/devel/p5-Object-Accessor/Makefile (contents, props changed) head/devel/p5-Object-Array/Makefile (contents, props changed) head/devel/p5-Object-Authority/Makefile (contents, props changed) head/devel/p5-Object-Container/Makefile (contents, props changed) head/devel/p5-Object-Declare/Makefile (contents, props changed) head/devel/p5-Object-Enum/Makefile (contents, props changed) head/devel/p5-Object-Event/Makefile (contents, props changed) head/devel/p5-Object-InsideOut/Makefile (contents, props changed) head/devel/p5-Object-Pluggable/Makefile (contents, props changed) head/devel/p5-Object-Role/Makefile (contents, props changed) head/devel/p5-Olson-Abbreviations/Makefile (contents, props changed) head/devel/p5-OrePAN2/Makefile (contents, props changed) head/devel/p5-Ouch/Makefile (contents, props changed) head/devel/p5-PAR/Makefile (contents, props changed) head/devel/p5-PCSC-Card/Makefile (contents, props changed) head/devel/p5-POE-API-Hooks/Makefile (contents, props changed) head/devel/p5-POE-API-Peek/Makefile (contents, props changed) head/devel/p5-POE-Component-Child/Makefile (contents, props changed) head/devel/p5-POE-Component-Cron/Makefile (contents, props changed) head/devel/p5-POE-Component-Daemon/Makefile (contents, props changed) head/devel/p5-POE-Component-DebugShell/Makefile (contents, props changed) head/devel/p5-POE-Component-DirWatch/Makefile (contents, props changed) head/devel/p5-POE-Component-Hailo/Makefile (contents, props changed) head/devel/p5-POE-Component-IKC/Makefile (contents, props changed) head/devel/p5-POE-Component-JobQueue/Makefile (contents, props changed) head/devel/p5-POE-Component-Logger/Makefile (contents, props changed) head/devel/p5-POE-Component-Pluggable/Makefile (contents, props changed) head/devel/p5-POE-Component-RSS/Makefile (contents, props changed) head/devel/p5-POE-Component-RSSAggregator/Makefile (contents, props changed) head/devel/p5-POE-Component-Schedule/Makefile (contents, props changed) head/devel/p5-POE-Component-Server-XMLRPC/Makefile (contents, props changed) head/devel/p5-POE-Component-Syndicator/Makefile (contents, props changed) head/devel/p5-POE-Component-TSTP/Makefile (contents, props changed) head/devel/p5-POE-Devel-Profiler/Makefile (contents, props changed) head/devel/p5-POE-Loop-AnyEvent/Makefile (contents, props changed) head/devel/p5-POE-Loop-Glib/Makefile (contents, props changed) head/devel/p5-POE-Loop-Tk/Makefile (contents, props changed) head/devel/p5-POE-Quickie/Makefile (contents, props changed) head/devel/p5-POE-Session-MultiDispatch/Makefile (contents, props changed) head/devel/p5-POE-Stage/Makefile (contents, props changed) head/devel/p5-POE-Test-Loops/Makefile (contents, props changed) head/devel/p5-POE-XS-Loop-Poll/Makefile (contents, props changed) head/devel/p5-POE-XS-Queue-Array/Makefile (contents, props changed) head/devel/p5-POE/Makefile (contents, props changed) head/devel/p5-POEx-Role-SessionInstantiation/Makefile (contents, props changed) head/devel/p5-POEx-Role-Streaming/Makefile (contents, props changed) head/devel/p5-POEx-Types/Makefile (contents, props changed) head/devel/p5-PV/Makefile (contents, props changed) head/devel/p5-Package-DeprecationManager/Makefile (contents, props changed) head/devel/p5-Package-Stash-XS/Makefile (contents, props changed) head/devel/p5-Package-Stash/Makefile (contents, props changed) head/devel/p5-Package-Variant/Makefile (contents, props changed) head/devel/p5-Parallel-Async/Makefile (contents, props changed) head/devel/p5-Parallel-Prefork/Makefile (contents, props changed) head/devel/p5-Parallel-Scoreboard/Makefile (contents, props changed) head/devel/p5-Params-CallbackRequest/Makefile (contents, props changed) head/devel/p5-Params-Coerce/Makefile (contents, props changed) head/devel/p5-Params-Validate-Dependencies/Makefile (contents, props changed) head/devel/p5-Params-Validate/Makefile (contents, props changed) head/devel/p5-Paranoid/Makefile (contents, props changed) head/devel/p5-Parse-CPAN-Meta/Makefile (contents, props changed) head/devel/p5-Parse-CPAN-Packages-Fast/Makefile (contents, props changed) head/devel/p5-Parse-CPAN-Packages/Makefile (contents, props changed) head/devel/p5-Parse-ErrorString-Perl/Makefile (contents, props changed) head/devel/p5-Parse-LocalDistribution/Makefile (contents, props changed) head/devel/p5-Parse-Method-Signatures/Makefile (contents, props changed) head/devel/p5-Parse-PMFile/Makefile (contents, props changed) head/devel/p5-Parse-Pidl/Makefile (contents, props changed) head/devel/p5-Parse-PlainConfig/Makefile (contents, props changed) head/devel/p5-Parse-RecDescent/Makefile (contents, props changed) head/devel/p5-ParseLex/Makefile (contents, props changed) head/devel/p5-Path-Abstract/Makefile (contents, props changed) head/devel/p5-Path-Class-File-Lockable/Makefile (contents, props changed) head/devel/p5-Path-Dispatcher-Declarative/Makefile (contents, props changed) head/devel/p5-Path-Dispatcher/Makefile (contents, props changed) head/devel/p5-Path-Extended/Makefile (contents, props changed) head/devel/p5-Path-FindDev/Makefile (contents, props changed) head/devel/p5-Path-IsDev/Makefile (contents, props changed) head/devel/p5-Path-Iterator-Rule/Makefile (contents, props changed) head/devel/p5-Path-Resource/Makefile (contents, props changed) head/devel/p5-Path-Tiny/Makefile (contents, props changed) head/devel/p5-Paws/Makefile (contents, props changed) head/devel/p5-Pegex/Makefile (contents, props changed) head/devel/p5-Penguin/Makefile (contents, props changed) head/devel/p5-Perl-Critic-Deprecated/Makefile (contents, props changed) head/devel/p5-Perl-Metrics-Lite/Makefile (contents, props changed) head/devel/p5-Perl-Metrics-Simple/Makefile (contents, props changed) head/devel/p5-Perl-PrereqScanner-Lite/Makefile (contents, props changed) head/devel/p5-Perl-PrereqScanner/Makefile (contents, props changed) head/devel/p5-Perl-Version/Makefile (contents, props changed) head/devel/p5-Perl6-Builtins/Makefile (contents, props changed) head/devel/p5-Perl6-Export-Attrs/Makefile (contents, props changed) head/devel/p5-Perl6-Form/Makefile (contents, props changed) head/devel/p5-Perl6-Rules/Makefile (contents, props changed) head/devel/p5-Perl6-Slurp/Makefile (contents, props changed) head/devel/p5-PerlIO-utf8_strict/Makefile (contents, props changed) head/devel/p5-PerlIO-via-symlink/Makefile (contents, props changed) head/devel/p5-PerlX-Maybe/Makefile (contents, props changed) head/devel/p5-Pipeline/Makefile (contents, props changed) head/devel/p5-Pithub/Makefile (contents, props changed) head/devel/p5-Pod-Coverage-Moose/Makefile (contents, props changed) head/devel/p5-Pod-Coverage-TrustPod/Makefile (contents, props changed) head/devel/p5-Pod-Coverage/Makefile (contents, props changed) head/devel/p5-Pod-Usage/Makefile (contents, props changed) head/devel/p5-Proc-Daemon/Makefile (contents, props changed) head/devel/p5-Proc-Fork/Makefile (contents, props changed) head/devel/p5-Proc-Guard/Makefile (contents, props changed) head/devel/p5-Proc-Pidfile/Makefile (contents, props changed) head/devel/p5-Proc-WaitStat/Makefile (contents, props changed) head/devel/p5-Project-Gantt/Makefile (contents, props changed) head/devel/p5-Project-Libs/Makefile (contents, props changed) head/devel/p5-Qudo/Makefile (contents, props changed) head/devel/p5-RPSL-Parser/Makefile (contents, props changed) head/devel/p5-RRDTool-OO/Makefile (contents, props changed) head/devel/p5-Rcs-Agent/Makefile (contents, props changed) head/devel/p5-Readonly-XS/Makefile (contents, props changed) head/devel/p5-Reflex/Makefile (contents, props changed) head/devel/p5-Regexp-Assemble-Compressed/Makefile (contents, props changed) head/devel/p5-Regexp-Lexer/Makefile (contents, props changed) head/devel/p5-Regexp-RegGrp/Makefile (contents, props changed) head/devel/p5-Reply/Makefile (contents, props changed) head/devel/p5-Return-MultiLevel/Makefile (contents, props changed) head/devel/p5-Rinci/Makefile (contents, props changed) head/devel/p5-Role-HasMessage/Makefile (contents, props changed) head/devel/p5-Role-Identifiable/Makefile (contents, props changed) head/devel/p5-Role-Tiny/Makefile (contents, props changed) head/devel/p5-Rose-DateTime/Makefile (contents, props changed) head/devel/p5-Rose-Object/Makefile (contents, props changed) head/devel/p5-Router-R3/Makefile (contents, props changed) head/devel/p5-RunApp/Makefile (contents, props changed) head/devel/p5-SDL/Makefile (contents, props changed) head/devel/p5-SOAP-WSDL/Makefile (contents, props changed) head/devel/p5-SUPER/Makefile (contents, props changed) head/devel/p5-SVN-ACL/Makefile (contents, props changed) head/devel/p5-SVN-Access/Makefile (contents, props changed) head/devel/p5-SVN-Agent/Makefile (contents, props changed) head/devel/p5-SVN-Dumpfile/Makefile (contents, props changed) head/devel/p5-SVN-Hook/Makefile (contents, props changed) head/devel/p5-SVN-Hooks/Makefile (contents, props changed) head/devel/p5-SVN-Log/Makefile (contents, props changed) head/devel/p5-SVN-Look/Makefile (contents, props changed) head/devel/p5-SVN-Mirror/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Config/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-Markdown/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-Watchers/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Mirror/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Snapshot/Makefile (contents, props changed) head/devel/p5-SVN-S4/Makefile (contents, props changed) head/devel/p5-SVN-Simple/Makefile (contents, props changed) head/devel/p5-SVN-Statistics/Makefile (contents, props changed) head/devel/p5-SVN-Web/Makefile (contents, props changed) head/devel/p5-Sah/Makefile (contents, props changed) head/devel/p5-Scalar-Defer/Makefile (contents, props changed) head/devel/p5-Scalar-Does/Makefile (contents, props changed) head/devel/p5-Sentinel/Makefile (contents, props changed) head/devel/p5-Sepia/Makefile (contents, props changed) head/devel/p5-Set-Array/Makefile (contents, props changed) head/devel/p5-Set-ConsistentHash/Makefile (contents, props changed) head/devel/p5-Set-Object/Makefile (contents, props changed) head/devel/p5-Shape/Makefile (contents, props changed) head/devel/p5-Shell-Base/Makefile (contents, props changed) head/devel/p5-Shell-EnvImporter/Makefile (contents, props changed) head/devel/p5-ShipIt-Step-Manifest/Makefile (contents, props changed) head/devel/p5-Sort-Key-DateTime/Makefile (contents, props changed) head/devel/p5-Specio/Makefile (contents, props changed) head/devel/p5-Spoon/Makefile (contents, props changed) head/devel/p5-String-Checker/Makefile (contents, props changed) head/devel/p5-String-Diff/Makefile (contents, props changed) head/devel/p5-String-Dump/Makefile (contents, props changed) head/devel/p5-String-Errf/Makefile (contents, props changed) head/devel/p5-String-Formatter/Makefile (contents, props changed) head/devel/p5-String-TT/Makefile (contents, props changed) head/devel/p5-Struct-Dumb/Makefile (contents, props changed) head/devel/p5-Sub-Alias/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-ForMethods/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-GlobExporter/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-Lexical/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-Progressive/Makefile (contents, props changed) head/devel/p5-Sub-Exporter/Makefile (contents, props changed) head/devel/p5-Sub-Infix/Makefile (contents, props changed) head/devel/p5-Sub-Multi/Makefile (contents, props changed) head/devel/p5-Sub-Name/Makefile (contents, props changed) head/devel/p5-Sub-Override/Makefile (contents, props changed) head/devel/p5-Sub-Signatures/Makefile (contents, props changed) head/devel/p5-Sub-WrapPackages/Makefile (contents, props changed) head/devel/p5-Syntax-Keyword-Junction/Makefile (contents, props changed) head/devel/p5-Sys-Info-Base/Makefile (contents, props changed) head/devel/p5-Sys-Info-Driver-BSD/Makefile (contents, props changed) head/devel/p5-Sys-Info/Makefile (contents, props changed) head/devel/p5-Sys-SigAction/Makefile (contents, props changed) head/devel/p5-Sys-Virt/Makefile (contents, props changed) head/devel/p5-System-Command/Makefile (contents, props changed) head/devel/p5-System-Sub/Makefile (contents, props changed) head/devel/p5-TAP-Formatter-JUnit/Makefile (contents, props changed) head/devel/p5-TAP-Harness-JUnit/Makefile (contents, props changed) head/devel/p5-TAP-SimpleOutput/Makefile (contents, props changed) head/devel/p5-Tee/Makefile (contents, props changed) head/devel/p5-Template-Provider-Encode/Makefile (contents, props changed) head/devel/p5-Term-Animation/Makefile (contents, props changed) head/devel/p5-Term-Clui/Makefile (contents, props changed) head/devel/p5-Term-Menus/Makefile (contents, props changed) head/devel/p5-Term-ProgressBar-Quiet/Makefile (contents, props changed) head/devel/p5-Term-ProgressBar-Simple/Makefile (contents, props changed) head/devel/p5-Term-ProgressBar/Makefile (contents, props changed) head/devel/p5-Term-Prompt/Makefile (contents, props changed) head/devel/p5-Term-Query/Makefile (contents, props changed) head/devel/p5-Term-RawInput/Makefile (contents, props changed) head/devel/p5-Term-ReadLine-Perl/Makefile (contents, props changed) head/devel/p5-Term-ReadLine-Zoid/Makefile (contents, props changed) head/devel/p5-Term-ScreenColor/Makefile (contents, props changed) head/devel/p5-Term-Shell/Makefile (contents, props changed) head/devel/p5-Term-Size-Any/Makefile (contents, props changed) head/devel/p5-Term-Size-Perl/Makefile (contents, props changed) head/devel/p5-Term-VT102-Boundless/Makefile (contents, props changed) head/devel/p5-Term-Visual/Makefile (contents, props changed) head/devel/p5-Test-Able-Runner/Makefile (contents, props changed) head/devel/p5-Test-Able/Makefile (contents, props changed) head/devel/p5-Test-Aggregate/Makefile (contents, props changed) head/devel/p5-Test-Assertions/Makefile (contents, props changed) head/devel/p5-Test-Base/Makefile (contents, props changed) head/devel/p5-Test-Benchmark/Makefile (contents, props changed) head/devel/p5-Test-BinaryData/Makefile (contents, props changed) head/devel/p5-Test-Bits/Makefile (contents, props changed) head/devel/p5-Test-Block/Makefile (contents, props changed) head/devel/p5-Test-CPAN-Meta-YAML/Makefile (contents, props changed) head/devel/p5-Test-CPAN-Meta/Makefile (contents, props changed) head/devel/p5-Test-CheckDeps/Makefile (contents, props changed) head/devel/p5-Test-Class-Most/Makefile (contents, props changed) head/devel/p5-Test-Class/Makefile (contents, props changed) head/devel/p5-Test-ClassAPI/Makefile (contents, props changed) head/devel/p5-Test-Classy/Makefile (contents, props changed) head/devel/p5-Test-CleanNamespaces/Makefile (contents, props changed) head/devel/p5-Test-Command-Simple/Makefile (contents, props changed) head/devel/p5-Test-Command/Makefile (contents, props changed) head/devel/p5-Test-Compile/Makefile (contents, props changed) head/devel/p5-Test-DBIx-Class/Makefile (contents, props changed) head/devel/p5-Test-Declare/Makefile (contents, props changed) head/devel/p5-Test-Deep/Makefile (contents, props changed) head/devel/p5-Test-Dependencies/Makefile (contents, props changed) head/devel/p5-Test-DependentModules/Makefile (contents, props changed) head/devel/p5-Test-Differences/Makefile (contents, props changed) head/devel/p5-Test-Distribution/Makefile (contents, props changed) head/devel/p5-Test-EOL/Makefile (contents, props changed) head/devel/p5-Test-Exception-LessClever/Makefile (contents, props changed) head/devel/p5-Test-Exception/Makefile (contents, props changed) head/devel/p5-Test-Expect/Makefile (contents, props changed) head/devel/p5-Test-FailWarnings/Makefile (contents, props changed) head/devel/p5-Test-Fake-HTTPD/Makefile (contents, props changed) head/devel/p5-Test-Fatal/Makefile (contents, props changed) head/devel/p5-Test-File-Contents/Makefile (contents, props changed) head/devel/p5-Test-File-ShareDir/Makefile (contents, props changed) head/devel/p5-Test-File/Makefile (contents, props changed) head/devel/p5-Test-Filename/Makefile (contents, props changed) head/devel/p5-Test-Fixture-DBIC-Schema/Makefile (contents, props changed) head/devel/p5-Test-Group/Makefile (contents, props changed) head/devel/p5-Test-HTML-Tidy/Makefile (contents, props changed) head/devel/p5-Test-If/Makefile (contents, props changed) head/devel/p5-Test-Inline/Makefile (contents, props changed) head/devel/p5-Test-JSON/Makefile (contents, props changed) head/devel/p5-Test-Kwalitee/Makefile (contents, props changed) head/devel/p5-Test-Lazy/Makefile (contents, props changed) head/devel/p5-Test-LoadAllModules/Makefile (contents, props changed) head/devel/p5-Test-Log4perl/Makefile (contents, props changed) head/devel/p5-Test-ManyParams/Makefile (contents, props changed) head/devel/p5-Test-Memory-Cycle/Makefile (contents, props changed) head/devel/p5-Test-Mini-Unit/Makefile (contents, props changed) head/devel/p5-Test-Mini/Makefile (contents, props changed) head/devel/p5-Test-Mock-Guard/Makefile (contents, props changed) head/devel/p5-Test-Mock-LWP-Dispatch/Makefile (contents, props changed) head/devel/p5-Test-Mock-LWP/Makefile (contents, props changed) head/devel/p5-Test-MockModule/Makefile (contents, props changed) head/devel/p5-Test-MockObject/Makefile (contents, props changed) head/devel/p5-Test-MockTime/Makefile (contents, props changed) head/devel/p5-Test-Modern/Makefile (contents, props changed) head/devel/p5-Test-Module-Used/Makefile (contents, props changed) head/devel/p5-Test-Moose-More/Makefile (contents, props changed) head/devel/p5-Test-More-UTF8/Makefile (contents, props changed) head/devel/p5-Test-Most/Makefile (contents, props changed) head/devel/p5-Test-Name-FromLine/Makefile (contents, props changed) head/devel/p5-Test-Net-LDAP/Makefile (contents, props changed) head/devel/p5-Test-Net-RabbitMQ/Makefile (contents, props changed) head/devel/p5-Test-NoWarnings/Makefile (contents, props changed) head/devel/p5-Test-OpenLDAP/Makefile (contents, props changed) head/devel/p5-Test-Output/Makefile (contents, props changed) head/devel/p5-Test-POE-Client-TCP/Makefile (contents, props changed) head/devel/p5-Test-POE-Server-TCP/Makefile (contents, props changed) head/devel/p5-Test-Parser/Makefile (contents, props changed) head/devel/p5-Test-PerlTidy/Makefile (contents, props changed) head/devel/p5-Test-Pod-Coverage-Permissive/Makefile (contents, props changed) head/devel/p5-Test-Pod-Coverage/Makefile (contents, props changed) head/devel/p5-Test-Prereq/Makefile (contents, props changed) head/devel/p5-Test-Refcount/Makefile (contents, props changed) head/devel/p5-Test-Reporter-Transport-Metabase/Makefile (contents, props changed) head/devel/p5-Test-Reporter/Makefile (contents, props changed) head/devel/p5-Test-Script-Run/Makefile (contents, props changed) head/devel/p5-Test-Script/Makefile (contents, props changed) head/devel/p5-Test-SharedFork/Makefile (contents, props changed) head/devel/p5-Test-Singleton/Makefile (contents, props changed) head/devel/p5-Test-Spec/Makefile (contents, props changed) head/devel/p5-Test-Spelling/Makefile (contents, props changed) head/devel/p5-Test-Strict/Makefile (contents, props changed) head/devel/p5-Test-SubCalls/Makefile (contents, props changed) head/devel/p5-Test-Synopsis/Makefile (contents, props changed) head/devel/p5-Test-Sys-Info/Makefile (contents, props changed) head/devel/p5-Test-TAP-HTMLMatrix/Makefile (contents, props changed) head/devel/p5-Test-TAP-Model/Makefile (contents, props changed) head/devel/p5-Test-TCP/Makefile (contents, props changed) head/devel/p5-Test-Timer/Makefile (contents, props changed) head/devel/p5-Test-Trap/Makefile (contents, props changed) head/devel/p5-Test-Unit/Makefile (contents, props changed) head/devel/p5-Test-Version/Makefile (contents, props changed) head/devel/p5-Test-WWW-Declare/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize-CGI/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize/Makefile (contents, props changed) head/devel/p5-Test-WWW-Selenium/Makefile (contents, props changed) head/devel/p5-Test-Warn/Makefile (contents, props changed) head/devel/p5-Test-Warnings/Makefile (contents, props changed) head/devel/p5-Test-XML-Valid/Makefile (contents, props changed) head/devel/p5-Test-XML/Makefile (contents, props changed) head/devel/p5-Test-YAML-Meta/Makefile (contents, props changed) head/devel/p5-Test-YAML-Valid/Makefile (contents, props changed) head/devel/p5-Test-YAML/Makefile (contents, props changed) head/devel/p5-Test2-Suite/Makefile (contents, props changed) head/devel/p5-Text-Levenshtein/Makefile (contents, props changed) head/devel/p5-Text-vFile-asData/Makefile (contents, props changed) head/devel/p5-TheSchwartz-Simple/Makefile (contents, props changed) head/devel/p5-TheSchwartz-Worker-SendEmail/Makefile (contents, props changed) head/devel/p5-TheSchwartz/Makefile (contents, props changed) head/devel/p5-Thread-Apartment/Makefile (contents, props changed) head/devel/p5-Thread-Cancel/Makefile (contents, props changed) head/devel/p5-Thrift-XS/Makefile (contents, props changed) head/devel/p5-Thrift/Makefile (contents, props changed) head/devel/p5-Throwable/Makefile (contents, props changed) head/devel/p5-Tie-DB_File-SplitHash/Makefile (contents, props changed) head/devel/p5-Tie-File-AsHash/Makefile (contents, props changed) head/devel/p5-Tie-FileLRUCache/Makefile (contents, props changed) head/devel/p5-Tie-Hash-Regex/Makefile (contents, props changed) head/devel/p5-Tie-RefHash-Weak/Makefile (contents, props changed) head/devel/p5-Tie-ShareLite/Makefile (contents, props changed) head/devel/p5-Tie-ToObject/Makefile (contents, props changed) head/devel/p5-Time-Crontab/Makefile (contents, props changed) head/devel/p5-Time-Duration-Parse/Makefile (contents, props changed) head/devel/p5-Time-Duration/Makefile (contents, props changed) head/devel/p5-Time-HiRes/Makefile (contents, props changed) head/devel/p5-Time-Interval/Makefile (contents, props changed) head/devel/p5-Time-Piece-Range/Makefile (contents, props changed) head/devel/p5-Tree-Binary-Dictionary/Makefile (contents, props changed) head/devel/p5-Tree-Binary/Makefile (contents, props changed) head/devel/p5-Tree-DAG_Node/Makefile (contents, props changed) head/devel/p5-Tree-Parser/Makefile (contents, props changed) head/devel/p5-Tree-Simple-View/Makefile (contents, props changed) head/devel/p5-Tree-Simple-VisitorFactory/Makefile (contents, props changed) head/devel/p5-Tree-Simple/Makefile (contents, props changed) head/devel/p5-Type-Tie/Makefile (contents, props changed) head/devel/p5-Type-Tiny-Signatures/Makefile (contents, props changed) head/devel/p5-Type-Tiny/Makefile (contents, props changed) head/devel/p5-Types-Core/Makefile (contents, props changed) head/devel/p5-Types-Path-Tiny/Makefile (contents, props changed) head/devel/p5-Types-Serialiser/Makefile (contents, props changed) head/devel/p5-Types-URI/Makefile (contents, props changed) head/devel/p5-Types-UUID/Makefile (contents, props changed) head/devel/p5-UI-Dialog/Makefile (contents, props changed) head/devel/p5-UNIVERSAL-ref/Makefile (contents, props changed) head/devel/p5-UUID-Random-Patch-UseMRS/Makefile (contents, props changed) head/devel/p5-UUID-Tiny/Makefile (contents, props changed) head/devel/p5-UUID/Makefile (contents, props changed) head/devel/p5-Unix-Statgrab/Makefile (contents, props changed) head/devel/p5-User-Identity/Makefile (contents, props changed) head/devel/p5-VCP-Dest-svk/Makefile (contents, props changed) head/devel/p5-VCP-Source-cvsbk/Makefile (contents, props changed) head/devel/p5-VCP-autrijus/Makefile (contents, props changed) head/devel/p5-VCS-CVS/Makefile (contents, props changed) head/devel/p5-VCS-Lite/Makefile (contents, props changed) head/devel/p5-VCS/Makefile (contents, props changed) head/devel/p5-Validation-Class/Makefile (contents, props changed) head/devel/p5-Variable-Eject/Makefile (contents, props changed) head/devel/p5-Workflow/Makefile (contents, props changed) head/devel/p5-XML-Compile-Tester/Makefile (contents, props changed) head/devel/p5-XML-Pastor/Makefile (contents, props changed) head/devel/p5-XS-Object-Magic/Makefile (contents, props changed) head/devel/p5-Xporter/Makefile (contents, props changed) head/devel/p5-YAML-AppConfig/Makefile (contents, props changed) head/devel/p5-Yada-Yada-Yada/Makefile (contents, props changed) head/devel/p5-ZConf-GUI/Makefile (contents, props changed) head/devel/p5-ZML/Makefile (contents, props changed) head/devel/p5-accessors-fast/Makefile (contents, props changed) head/devel/p5-autobox-Core/Makefile (contents, props changed) head/devel/p5-autobox/Makefile (contents, props changed) head/devel/p5-autodie/Makefile (contents, props changed) head/devel/p5-bareword-filehandles/Makefile (contents, props changed) head/devel/p5-capitalization/Makefile (contents, props changed) head/devel/p5-carton/Makefile (contents, props changed) head/devel/p5-constant-boolean/Makefile (contents, props changed) head/devel/p5-constant-def/Makefile (contents, props changed) head/devel/p5-constant-lexical/Makefile (contents, props changed) head/devel/p5-cpan-listchanges/Makefile (contents, props changed) head/devel/p5-ex-lib/Makefile (contents, props changed) head/devel/p5-forks/Makefile (contents, props changed) head/devel/p5-github_creator/Makefile (contents, props changed) head/devel/p5-iCal-Parser/Makefile (contents, props changed) head/devel/p5-lexical-underscore/Makefile (contents, props changed) head/devel/p5-libxml-enno/Makefile (contents, props changed) head/devel/p5-local-lib/Makefile (contents, props changed) head/devel/p5-match-simple/Makefile (contents, props changed) head/devel/p5-mem/Makefile (contents, props changed) head/devel/p5-mixin/Makefile (contents, props changed) head/devel/p5-mocked/Makefile (contents, props changed) head/devel/p5-multidimensional/Makefile (contents, props changed) head/devel/p5-namespace-autoclean/Makefile (contents, props changed) head/devel/p5-namespace-clean/Makefile (contents, props changed) head/devel/p5-namespace-sweep/Makefile (contents, props changed) head/devel/p5-orz/Makefile (contents, props changed) head/devel/p5-perlqt/Makefile (contents, props changed) head/devel/p5-pip/Makefile (contents, props changed) head/devel/p5-relative/Makefile (contents, props changed) head/devel/p5-rpm-build-perl/Makefile (contents, props changed) head/devel/p5-self-init/Makefile (contents, props changed) head/devel/p5-self/Makefile (contents, props changed) head/devel/p5-strictures/Makefile (contents, props changed) head/devel/p5-subatom/Makefile (contents, props changed) head/devel/p5-syntax/Makefile (contents, props changed) head/devel/p5-true/Makefile (contents, props changed) head/devel/p5-uni-perl/Makefile (contents, props changed) head/devel/paexec/Makefile (contents, props changed) head/devel/pas2dox/Makefile (contents, props changed) head/devel/pcre++/Makefile (contents, props changed) head/devel/pcsc-ada/Makefile (contents, props changed) head/devel/pdcurses/Makefile (contents, props changed) head/devel/pear-Config/Makefile (contents, props changed) head/devel/pear-Date_Holidays/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Austria/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Brazil/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Denmark/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Discordian/Makefile (contents, props changed) head/devel/pear-Date_Holidays_EnglandWales/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Germany/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Iceland/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Ireland/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Italy/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Japan/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Netherlands/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Norway/Makefile (contents, props changed) head/devel/pear-Date_Holidays_PHPdotNet/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Romania/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Slovenia/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Sweden/Makefile (contents, props changed) head/devel/pear-Date_Holidays_UNO/Makefile (contents, props changed) head/devel/pear-Date_Holidays_USA/Makefile (contents, props changed) head/devel/pear-Date_Holidays_Ukraine/Makefile (contents, props changed) head/devel/pear-FSM/Makefile (contents, props changed) head/devel/pear-File_Iterator/Makefile (contents, props changed) head/devel/pear-HTML_BBCodeParser/Makefile (contents, props changed) head/devel/pear-HTML_CSS/Makefile (contents, props changed) head/devel/pear-HTML_Page2/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm2/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm_Controller/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm_Livesearch/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm_Renderer_Tableless/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm_SelectFilter/Makefile (contents, props changed) head/devel/pear-HTML_QuickForm_advmultiselect/Makefile (contents, props changed) head/devel/pear-HTML_Select/Makefile (contents, props changed) head/devel/pear-HTML_Select_Common/Makefile (contents, props changed) head/devel/pear-HTML_Table/Makefile (contents, props changed) head/devel/pear-HTML_Template_Flexy/Makefile (contents, props changed) head/devel/pear-Horde_Core/Makefile (contents, props changed) head/devel/pear-Horde_Nls/Makefile (contents, props changed) head/devel/pear-I18N/Makefile (contents, props changed) head/devel/pear-Net_Gearman/Makefile (contents, props changed) head/devel/pear-PEAR_Info/Makefile (contents, props changed) head/devel/pear-PEAR_PackageFileManager/Makefile (contents, props changed) head/devel/pear-PEAR_PackageFileManager2/Makefile (contents, props changed) head/devel/pear-PEAR_PackageFileManager_Plugins/Makefile (contents, props changed) head/devel/pear-PHPUnit3/Makefile (contents, props changed) head/devel/pear-PHPUnit_MockObject/Makefile (contents, props changed) head/devel/pear-PHP_Beautifier/Makefile (contents, props changed) head/devel/pear-PHP_CodeBrowser/Makefile (contents, props changed) head/devel/pear-PHP_CodeCoverage/Makefile (contents, props changed) head/devel/pear-PHP_CompatInfo/Makefile (contents, props changed) head/devel/pear-PHP_Depend/Makefile (contents, props changed) head/devel/pear-PHP_PMD/Makefile (contents, props changed) head/devel/pear-PHP_Timer/Makefile (contents, props changed) head/devel/pear-PHP_TokenStream/Makefile (contents, props changed) head/devel/pear-PHP_UML/Makefile (contents, props changed) head/devel/pear-PPW/Makefile (contents, props changed) head/devel/pear-PhpDocumentor/Makefile (contents, props changed) head/devel/pear-Pirum/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_FinderFacade/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_Git/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_PHPCPD/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_PHPLOC/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_Version/Makefile (contents, props changed) head/devel/pear-Structures_DataGrid/Makefile (contents, props changed) head/devel/pear-Structures_DataGrid_Renderer_Console/Makefile (contents, props changed) head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile (contents, props changed) head/devel/pear-Structures_DataGrid_Renderer_HTMLTable/Makefile (contents, props changed) head/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile (contents, props changed) head/devel/pear-Symfony_Component_Console/Makefile (contents, props changed) head/devel/pear-Symfony_Component_Finder/Makefile (contents, props changed) head/devel/pear-TheSeer_DirectoryScanner/Makefile (contents, props changed) head/devel/pear-TheSeer_fDOMDocument/Makefile (contents, props changed) head/devel/pear-TheSeer_fXSL/Makefile (contents, props changed) head/devel/pear-TheSeer_phpDox/Makefile (contents, props changed) head/devel/pear-VFS/Makefile (contents, props changed) head/devel/pear-Validate_Finance/Makefile (contents, props changed) head/devel/pear-Validate_US/Makefile (contents, props changed) head/devel/pear-Var_Dump/Makefile (contents, props changed) head/devel/pear-VersionControl_SVN/Makefile (contents, props changed) head/devel/pear-XML_NITF/Makefile (contents, props changed) head/devel/pear-XML_RSS/Makefile (contents, props changed) head/devel/pear-XML_Serializer/Makefile (contents, props changed) head/devel/pear-XML_Transformer/Makefile (contents, props changed) head/devel/pear-XML_Tree/Makefile (contents, props changed) head/devel/pear-ezc_Base/Makefile (contents, props changed) head/devel/pear-ezc_ConsoleTools/Makefile (contents, props changed) head/devel/pear-htmlpurifier/Makefile (contents, props changed) head/devel/pear-pdepend-staticReflection/Makefile (contents, props changed) head/devel/pear-phing/Makefile (contents, props changed) head/devel/pear/bsd.pear.channel.mk (contents, props changed) head/devel/pecl-event/Makefile (contents, props changed) head/devel/pecl-expect/Makefile (contents, props changed) head/devel/pecl-gearman/Makefile (contents, props changed) head/devel/pecl-inotify/Makefile (contents, props changed) head/devel/pecl-intl/Makefile (contents, props changed) head/devel/pecl-jsonc/Makefile (contents, props changed) head/devel/pecl-jsonnet/Makefile (contents, props changed) head/devel/pecl-judy/Makefile (contents, props changed) head/devel/pecl-libevent/Makefile (contents, props changed) head/devel/pecl-mcve/Makefile (contents, props changed) head/devel/pecl-memoize/Makefile (contents, props changed) head/devel/pecl-newt/Makefile (contents, props changed) head/devel/pecl-qb/Makefile (contents, props changed) head/devel/pecl-shape/Makefile (contents, props changed) head/devel/pecl-spl_types/Makefile (contents, props changed) head/devel/pecl-spread/Makefile (contents, props changed) head/devel/pecl-statgrab/Makefile (contents, props changed) head/devel/pecl-svn/Makefile (contents, props changed) head/devel/pecl-uuid/Makefile (contents, props changed) head/devel/pecl-yac/Makefile (contents, props changed) head/devel/pecl-zookeeper/Makefile (contents, props changed) head/devel/perlconsole/Makefile (contents, props changed) head/devel/phabricator/Makefile (contents, props changed) head/devel/php-composer/Makefile (contents, props changed) head/devel/php-jq/Makefile (contents, props changed) head/devel/php-maxminddb/Makefile (contents, props changed) head/devel/php-memoize/Makefile (contents, props changed) head/devel/php5-dav/Makefile (contents, props changed) head/devel/php5-ice/Makefile (contents, props changed) head/devel/php5-pinba/Makefile (contents, props changed) head/devel/phpbt/Makefile (contents, props changed) head/devel/pig/Makefile (contents, props changed) head/devel/pinba_engine/Makefile (contents, props changed) head/devel/plan9port/Makefile (contents, props changed) head/devel/poco-devel/Makefile (contents, props changed) head/devel/poco-ssl/Makefile (contents, props changed) head/devel/poco/Makefile (contents, props changed) head/devel/powerpc64-gcc/Makefile (contents, props changed) head/devel/powerpc64-xtoolchain-gcc/Makefile (contents, props changed) head/devel/poxml/Makefile (contents, props changed) head/devel/ppl/Makefile (contents, props changed) head/devel/protobuf-c/Makefile (contents, props changed) head/devel/pructl/Makefile (contents, props changed) head/devel/psptoolchain-gcc-stage1/Makefile (contents, props changed) head/devel/psptoolchain-gcc-stage2/Makefile (contents, props changed) head/devel/psptoolchain-gdb/Makefile (contents, props changed) head/devel/psptoolchain-newlib/Makefile (contents, props changed) head/devel/psptoolchain-pspsdk-stage2/Makefile (contents, props changed) head/devel/psptoolchain/Makefile (contents, props changed) head/devel/psvn/Makefile (contents, props changed) head/devel/ptlib/Makefile (contents, props changed) head/devel/pure-ffi/Makefile (contents, props changed) head/devel/pushmi/Makefile (contents, props changed) head/devel/pwlib/Makefile (contents, props changed) head/devel/py-Acquisition/Makefile (contents, props changed) head/devel/py-AddOns/Makefile (contents, props changed) head/devel/py-BytecodeAssembler/Makefile (contents, props changed) head/devel/py-DateTime/Makefile (contents, props changed) head/devel/py-DocumentTemplate/Makefile (contents, props changed) head/devel/py-Jinja2/Makefile (contents, props changed) head/devel/py-Missing/Makefile (contents, props changed) head/devel/py-MultiMapping/Makefile (contents, props changed) head/devel/py-PEAK-Rules/Makefile (contents, props changed) head/devel/py-Persistence/Makefile (contents, props changed) head/devel/py-Products.ATContentTypes/Makefile (contents, props changed) head/devel/py-Products.ATReferenceBrowserWidget/Makefile (contents, props changed) head/devel/py-Products.Archetypes/Makefile (contents, props changed) head/devel/py-Products.BTreeFolder2/Makefile (contents, props changed) head/devel/py-Products.CMFActionIcons/Makefile (contents, props changed) head/devel/py-Products.CMFCalendar/Makefile (contents, props changed) head/devel/py-Products.CMFCore/Makefile (contents, props changed) head/devel/py-Products.CMFDefault/Makefile (contents, props changed) head/devel/py-Products.CMFDiffTool/Makefile (contents, props changed) head/devel/py-Products.CMFDynamicViewFTI/Makefile (contents, props changed) head/devel/py-Products.CMFEditions/Makefile (contents, props changed) head/devel/py-Products.CMFFormController/Makefile (contents, props changed) head/devel/py-Products.CMFPlacefulWorkflow/Makefile (contents, props changed) head/devel/py-Products.CMFQuickInstallerTool/Makefile (contents, props changed) head/devel/py-Products.CMFTestCase/Makefile (contents, props changed) head/devel/py-Products.CMFUid/Makefile (contents, props changed) head/devel/py-Products.DCWorkflow/Makefile (contents, props changed) head/devel/py-Products.ExtendedPathIndex/Makefile (contents, props changed) head/devel/py-Products.ExternalMethod/Makefile (contents, props changed) head/devel/py-Products.GenericSetup/Makefile (contents, props changed) head/devel/py-Products.LDAPMultiPlugins/Makefile (contents, props changed) head/devel/py-Products.LDAPUserFolder/Makefile (contents, props changed) head/devel/py-Products.MIMETools/Makefile (contents, props changed) head/devel/py-Products.Marshall/Makefile (contents, props changed) head/devel/py-Products.MimetypesRegistry/Makefile (contents, props changed) head/devel/py-Products.OFSP/Makefile (contents, props changed) head/devel/py-Products.PasswordResetTool/Makefile (contents, props changed) head/devel/py-Products.PlacelessTranslationService/Makefile (contents, props changed) head/devel/py-Products.PloneTestCase/Makefile (contents, props changed) head/devel/py-Products.PluginRegistry/Makefile (contents, props changed) head/devel/py-Products.PortalTransforms/Makefile (contents, props changed) head/devel/py-Products.PythonScripts/Makefile (contents, props changed) head/devel/py-Products.ResourceRegistries/Makefile (contents, props changed) head/devel/py-Products.StandardCacheManagers/Makefile (contents, props changed) head/devel/py-Products.ZCTextIndex/Makefile (contents, props changed) head/devel/py-Products.ZCatalog/Makefile (contents, props changed) head/devel/py-Products.ZSQLMethods/Makefile (contents, props changed) head/devel/py-Products.ZopeVersionControl/Makefile (contents, props changed) head/devel/py-Products.statusmessages/Makefile (contents, props changed) head/devel/py-Products.validation/Makefile (contents, props changed) head/devel/py-RPyC/Makefile (contents, props changed) head/devel/py-Record/Makefile (contents, props changed) head/devel/py-TGScheduler/Makefile (contents, props changed) head/devel/py-ToscaWidgets/Makefile (contents, props changed) head/devel/py-TurboJinja/Makefile (contents, props changed) head/devel/py-aniso8601/Makefile (contents, props changed) head/devel/py-apscheduler/Makefile (contents, props changed) head/devel/py-archetypes.querywidget/Makefile (contents, props changed) head/devel/py-archetypes.referencebrowserwidget/Makefile (contents, props changed) head/devel/py-archetypes.schemaextender/Makefile (contents, props changed) head/devel/py-arrow/Makefile (contents, props changed) head/devel/py-astroid/Makefile (contents, props changed) head/devel/py-babel/Makefile (contents, props changed) head/devel/py-bandit/Makefile (contents, props changed) head/devel/py-bcdoc/Makefile (contents, props changed) head/devel/py-binplist/Makefile (contents, props changed) head/devel/py-biplist/Makefile (contents, props changed) head/devel/py-bison/Makefile (contents, props changed) head/devel/py-blinker/Makefile (contents, props changed) head/devel/py-botocore/Makefile (contents, props changed) head/devel/py-canonicaljson/Makefile (contents, props changed) head/devel/py-capstone/Makefile (contents, props changed) head/devel/py-celery/Makefile (contents, props changed) head/devel/py-cffi/Makefile (contents, props changed) head/devel/py-check-manifest/Makefile (contents, props changed) head/devel/py-cheetah/Makefile (contents, props changed) head/devel/py-circuits/Makefile (contents, props changed) head/devel/py-cld/Makefile (contents, props changed) head/devel/py-clint/Makefile (contents, props changed) head/devel/py-collective.z3cform.datetimewidget/Makefile (contents, props changed) head/devel/py-columnize/Makefile (contents, props changed) head/devel/py-configobj/Makefile (contents, props changed) head/devel/py-construct/Makefile (contents, props changed) head/devel/py-cov-core/Makefile (contents, props changed) head/devel/py-curtsies/Makefile (contents, props changed) head/devel/py-cycler/Makefile (contents, props changed) head/devel/py-d2to1/Makefile (contents, props changed) head/devel/py-daemon/Makefile (contents, props changed) head/devel/py-dateutil/Makefile (contents, props changed) head/devel/py-debtcollector/Makefile (contents, props changed) head/devel/py-delfick_error/Makefile (contents, props changed) head/devel/py-deliciousapi/Makefile (contents, props changed) head/devel/py-dialog/Makefile (contents, props changed) head/devel/py-diazo/Makefile (contents, props changed) head/devel/py-django-rq/Makefile (contents, props changed) head/devel/py-django-tastypie-mongoengine/Makefile (contents, props changed) head/devel/py-django16-tastypie-mongoengine/Makefile (contents, props changed) head/devel/py-dogpile.cache/Makefile (contents, props changed) head/devel/py-doit/Makefile (contents, props changed) head/devel/py-efilter/Makefile (contents, props changed) head/devel/py-efl/Makefile (contents, props changed) head/devel/py-envisage/Makefile (contents, props changed) head/devel/py-epsilon/Makefile (contents, props changed) head/devel/py-evdev/Makefile (contents, props changed) head/devel/py-event/Makefile (contents, props changed) head/devel/py-fabric/Makefile (contents, props changed) head/devel/py-filemagic/Makefile (contents, props changed) head/devel/py-five.customerize/Makefile (contents, props changed) head/devel/py-five.formlib/Makefile (contents, props changed) head/devel/py-five.globalrequest/Makefile (contents, props changed) head/devel/py-five.localsitemanager/Makefile (contents, props changed) head/devel/py-flake8/Makefile (contents, props changed) head/devel/py-flask-babel/Makefile (contents, props changed) head/devel/py-foolscap/Makefile (contents, props changed) head/devel/py-freenas.dispatcher/Makefile (contents, props changed) head/devel/py-freenas.utils/Makefile (contents, props changed) head/devel/py-freezegun/Makefile (contents, props changed) head/devel/py-fsm/Makefile (contents, props changed) head/devel/py-game/Makefile (contents, props changed) head/devel/py-gdata/Makefile (contents, props changed) head/devel/py-geojson/Makefile (contents, props changed) head/devel/py-gevent/Makefile (contents, props changed) head/devel/py-git-up/Makefile (contents, props changed) head/devel/py-gitdb/Makefile (contents, props changed) head/devel/py-gitosis/Makefile (contents, props changed) head/devel/py-gitpython/Makefile (contents, props changed) head/devel/py-gobject/Makefile (contents, props changed) head/devel/py-google-apputils/Makefile (contents, props changed) head/devel/py-grab/Makefile (contents, props changed) head/devel/py-hash_ring/Makefile (contents, props changed) head/devel/py-hgsubversion/Makefile (contents, props changed) head/devel/py-hypothesis/Makefile (contents, props changed) head/devel/py-icalendar/Makefile (contents, props changed) head/devel/py-ice/Makefile (contents, props changed) head/devel/py-instant/Makefile (contents, props changed) head/devel/py-intervaltree/Makefile (contents, props changed) head/devel/py-ipdb/Makefile (contents, props changed) head/devel/py-iso8601/Makefile (contents, props changed) head/devel/py-itools/Makefile (contents, props changed) head/devel/py-jaraco.timing/Makefile (contents, props changed) head/devel/py-jaraco.util/Makefile (contents, props changed) head/devel/py-jira/Makefile (contents, props changed) head/devel/py-jsonpatch/Makefile (contents, props changed) head/devel/py-jsonrpclib/Makefile (contents, props changed) head/devel/py-jsonschema/Makefile (contents, props changed) head/devel/py-kaptan/Makefile (contents, props changed) head/devel/py-kayako/Makefile (contents, props changed) head/devel/py-kazoo/Makefile (contents, props changed) head/devel/py-keystoneauth1/Makefile (contents, props changed) head/devel/py-libpeas/Makefile (contents, props changed) head/devel/py-libplist/Makefile (contents, props changed) head/devel/py-libvirt/Makefile (contents, props changed) head/devel/py-libzfs/Makefile (contents, props changed) head/devel/py-lockfile/Makefile (contents, props changed) head/devel/py-logan/Makefile (contents, props changed) head/devel/py-lxml/Makefile (contents, props changed) head/devel/py-manuel/Makefile (contents, props changed) head/devel/py-meliae/Makefile (contents, props changed) head/devel/py-memory_profiler/Makefile (contents, props changed) head/devel/py-mercurialserver/Makefile (contents, props changed) head/devel/py-minimongo/Makefile (contents, props changed) head/devel/py-mock/Makefile (contents, props changed) head/devel/py-mongoengine/Makefile (contents, props changed) head/devel/py-mongokit/Makefile (contents, props changed) head/devel/py-mwlib.rl/Makefile (contents, props changed) head/devel/py-mwlib/Makefile (contents, props changed) head/devel/py-mx-experimental/Makefile (contents, props changed) head/devel/py-nose-cov/Makefile (contents, props changed) head/devel/py-noseofyeti/Makefile (contents, props changed) head/devel/py-notify/Makefile (contents, props changed) head/devel/py-ocempgui/Makefile (contents, props changed) head/devel/py-ode/Makefile (contents, props changed) head/devel/py-omnijson/Makefile (contents, props changed) head/devel/py-omniorb-3/Makefile (contents, props changed) head/devel/py-omniorb/Makefile (contents, props changed) head/devel/py-option_merge/Makefile (contents, props changed) head/devel/py-oslo.i18n/Makefile (contents, props changed) head/devel/py-oslo.serialization/Makefile (contents, props changed) head/devel/py-oslo.utils/Makefile (contents, props changed) head/devel/py-palm/Makefile (contents, props changed) head/devel/py-pathlib/Makefile (contents, props changed) head/devel/py-pathtools/Makefile (contents, props changed) head/devel/py-pbr/Makefile (contents, props changed) head/devel/py-pex/Makefile (contents, props changed) head/devel/py-phabricator/Makefile (contents, props changed) head/devel/py-pinocchio/Makefile (contents, props changed) head/devel/py-pip/Makefile (contents, props changed) head/devel/py-plan/Makefile (contents, props changed) head/devel/py-pluggy/Makefile (contents, props changed) head/devel/py-positional/Makefile (contents, props changed) head/devel/py-pretend/Makefile (contents, props changed) head/devel/py-prioritized_methods/Makefile (contents, props changed) head/devel/py-prompt_toolkit/Makefile (contents, props changed) head/devel/py-protobuf/Makefile (contents, props changed) head/devel/py-protocols-devel/Makefile (contents, props changed) head/devel/py-ptrace/Makefile (contents, props changed) head/devel/py-pudb/Makefile (contents, props changed) head/devel/py-py/Makefile (contents, props changed) head/devel/py-pyasn1-modules/Makefile (contents, props changed) head/devel/py-pycallgraph/Makefile (contents, props changed) head/devel/py-pycmd/Makefile (contents, props changed) head/devel/py-pydenticon/Makefile (contents, props changed) head/devel/py-pydoop/Makefile (contents, props changed) head/devel/py-pyev/Makefile (contents, props changed) head/devel/py-pygit2/Makefile (contents, props changed) head/devel/py-pyicu/Makefile (contents, props changed) head/devel/py-pyinotify/Makefile (contents, props changed) head/devel/py-pykde4/Makefile (contents, props changed) head/devel/py-pyke/Makefile (contents, props changed) head/devel/py-pymarc/Makefile (contents, props changed) head/devel/py-pymtbl/Makefile (contents, props changed) head/devel/py-pyopencl/Makefile (contents, props changed) head/devel/py-pyrfc3339/Makefile (contents, props changed) head/devel/py-pyro/Makefile (contents, props changed) head/devel/py-pytest-cache/Makefile (contents, props changed) head/devel/py-pytest-capturelog/Makefile (contents, props changed) head/devel/py-pytest-django/Makefile (contents, props changed) head/devel/py-pytest-localserver/Makefile (contents, props changed) head/devel/py-pytest-runner/Makefile (contents, props changed) head/devel/py-pytest-timeout/Makefile (contents, props changed) head/devel/py-pytest-xdist/Makefile (contents, props changed) head/devel/py-pytest/Makefile (contents, props changed) head/devel/py-python-bugzilla/Makefile (contents, props changed) head/devel/py-python-jenkins/Makefile (contents, props changed) head/devel/py-python-pcre/Makefile (contents, props changed) head/devel/py-pytools/Makefile (contents, props changed) head/devel/py-pyutil/Makefile (contents, props changed) head/devel/py-pyvisa-py/Makefile (contents, props changed) head/devel/py-pyvisa/Makefile (contents, props changed) head/devel/py-qt4-assistant/Makefile (contents, props changed) head/devel/py-qt4-core/Makefile (contents, props changed) head/devel/py-qt4-dbus/Makefile (contents, props changed) head/devel/py-qt4-dbussupport/Makefile (contents, props changed) head/devel/py-qt4-declarative/Makefile (contents, props changed) head/devel/py-qt4-designer/Makefile (contents, props changed) head/devel/py-qt4-help/Makefile (contents, props changed) head/devel/py-qt4-qscintilla2/Makefile (contents, props changed) head/devel/py-qt4-script/Makefile (contents, props changed) head/devel/py-qt4-scripttools/Makefile (contents, props changed) head/devel/py-qt4-test/Makefile (contents, props changed) head/devel/py-qt5-core/Makefile (contents, props changed) head/devel/py-qt5-dbus/Makefile (contents, props changed) head/devel/py-qt5-dbussupport/Makefile (contents, props changed) head/devel/py-qt5-designer/Makefile (contents, props changed) head/devel/py-qt5-qscintilla2/Makefile (contents, props changed) head/devel/py-qt5-test/Makefile (contents, props changed) head/devel/py-rauth/Makefile (contents, props changed) head/devel/py-rednose/Makefile (contents, props changed) head/devel/py-repoze.tm2/Makefile (contents, props changed) head/devel/py-repoze.what-pylons/Makefile (contents, props changed) head/devel/py-repoze.what/Makefile (contents, props changed) head/devel/py-repoze.who-friendlyform/Makefile (contents, props changed) head/devel/py-repoze.who-testutil/Makefile (contents, props changed) head/devel/py-repoze.who/Makefile (contents, props changed) head/devel/py-repoze.xmliter/Makefile (contents, props changed) head/devel/py-responses/Makefile (contents, props changed) head/devel/py-riak_pb/Makefile (contents, props changed) head/devel/py-robotframework-pabot/Makefile (contents, props changed) head/devel/py-robotframework-ride/Makefile (contents, props changed) head/devel/py-robotframework-selenium2library/Makefile (contents, props changed) head/devel/py-robotremoteserver/Makefile (contents, props changed) head/devel/py-roxlib/Makefile (contents, props changed) head/devel/py-rq/Makefile (contents, props changed) head/devel/py-rtree/Makefile (contents, props changed) head/devel/py-ruledispatch/Makefile (contents, props changed) head/devel/py-sanetime/Makefile (contents, props changed) head/devel/py-scripttest/Makefile (contents, props changed) head/devel/py-selection/Makefile (contents, props changed) head/devel/py-semantic_version/Makefile (contents, props changed) head/devel/py-setuptools/Makefile (contents, props changed) head/devel/py-setuptools_darcs/Makefile (contents, props changed) head/devel/py-shapely/Makefile (contents, props changed) head/devel/py-simpy/Makefile (contents, props changed) head/devel/py-six/Makefile (contents, props changed) head/devel/py-snack/Makefile (contents, props changed) head/devel/py-snackwich/Makefile (contents, props changed) head/devel/py-spyder/Makefile (contents, props changed) head/devel/py-sqlcc/Makefile (contents, props changed) head/devel/py-statgrab/Makefile (contents, props changed) head/devel/py-stevedore/Makefile (contents, props changed) head/devel/py-stsci.distutils/Makefile (contents, props changed) head/devel/py-subvertpy/Makefile (contents, props changed) head/devel/py-sure/Makefile (contents, props changed) head/devel/py-tables/Makefile (contents, props changed) head/devel/py-tarantool-queue/Makefile (contents, props changed) head/devel/py-tempora/Makefile (contents, props changed) head/devel/py-tempstorage/Makefile (contents, props changed) head/devel/py-testtools/Makefile (contents, props changed) head/devel/py-tinyarray/Makefile (contents, props changed) head/devel/py-tox/Makefile (contents, props changed) head/devel/py-transaction/Makefile (contents, props changed) head/devel/py-trollius/Makefile (contents, props changed) head/devel/py-turbocheetah/Makefile (contents, props changed) head/devel/py-turbojson/Makefile (contents, props changed) head/devel/py-turbojson11/Makefile (contents, props changed) head/devel/py-turbokid/Makefile (contents, props changed) head/devel/py-tw.forms/Makefile (contents, props changed) head/devel/py-twine/Makefile (contents, props changed) head/devel/py-twisted/Makefile (contents, props changed) head/devel/py-twisted152/Makefile (contents, props changed) head/devel/py-twistedCore/Makefile (contents, props changed) head/devel/py-txaio/Makefile (contents, props changed) head/devel/py-tzlocal/Makefile (contents, props changed) head/devel/py-ua_parser/Makefile (contents, props changed) head/devel/py-unittest2/Makefile (contents, props changed) head/devel/py-unpaddedbase64/Makefile (contents, props changed) head/devel/py-update_checker/Makefile (contents, props changed) head/devel/py-urwidtrees/Makefile (contents, props changed) head/devel/py-user_agents/Makefile (contents, props changed) head/devel/py-vcrpy/Makefile (contents, props changed) head/devel/py-virtualenv/Makefile (contents, props changed) head/devel/py-virtualenvwrapper/Makefile (contents, props changed) head/devel/py-watchdog/Makefile (contents, props changed) head/devel/py-weblib/Makefile (contents, props changed) head/devel/py-wheel/Makefile (contents, props changed) head/devel/py-xattr/Makefile (contents, props changed) head/devel/py-xcaplib/Makefile (contents, props changed) head/devel/py-xmltodict/Makefile (contents, props changed) head/devel/py-yaml/Makefile (contents, props changed) head/devel/py-yandex-money-sdk/Makefile (contents, props changed) head/devel/py-yum-metadata-parser/Makefile (contents, props changed) head/devel/py-z3c.autoinclude/Makefile (contents, props changed) head/devel/py-z3c.batching/Makefile (contents, props changed) head/devel/py-z3c.caching/Makefile (contents, props changed) head/devel/py-z3c.form/Makefile (contents, props changed) head/devel/py-z3c.formwidget.query/Makefile (contents, props changed) head/devel/py-z3c.zcmlhook/Makefile (contents, props changed) head/devel/py-zExceptions/Makefile (contents, props changed) head/devel/py-zLOG/Makefile (contents, props changed) head/devel/py-zope.annotation/Makefile (contents, props changed) head/devel/py-zope.app.applicationcontrol/Makefile (contents, props changed) head/devel/py-zope.app.appsetup/Makefile (contents, props changed) head/devel/py-zope.app.basicskin/Makefile (contents, props changed) head/devel/py-zope.app.broken/Makefile (contents, props changed) head/devel/py-zope.app.cache/Makefile (contents, props changed) head/devel/py-zope.app.component/Makefile (contents, props changed) head/devel/py-zope.app.container/Makefile (contents, props changed) head/devel/py-zope.app.content/Makefile (contents, props changed) head/devel/py-zope.app.debug/Makefile (contents, props changed) head/devel/py-zope.app.dependable/Makefile (contents, props changed) head/devel/py-zope.app.error/Makefile (contents, props changed) head/devel/py-zope.app.exception/Makefile (contents, props changed) head/devel/py-zope.app.folder/Makefile (contents, props changed) head/devel/py-zope.app.form/Makefile (contents, props changed) head/devel/py-zope.app.generations/Makefile (contents, props changed) head/devel/py-zope.app.http/Makefile (contents, props changed) head/devel/py-zope.app.pagetemplate/Makefile (contents, props changed) head/devel/py-zope.app.publication/Makefile (contents, props changed) head/devel/py-zope.app.publisher/Makefile (contents, props changed) head/devel/py-zope.app.renderer/Makefile (contents, props changed) head/devel/py-zope.app.rotterdam/Makefile (contents, props changed) head/devel/py-zope.app.schema/Makefile (contents, props changed) head/devel/py-zope.app.testing/Makefile (contents, props changed) head/devel/py-zope.app.zcmlfiles/Makefile (contents, props changed) head/devel/py-zope.app.zopeappgenerations/Makefile (contents, props changed) head/devel/py-zope.applicationcontrol/Makefile (contents, props changed) head/devel/py-zope.broken/Makefile (contents, props changed) head/devel/py-zope.browser/Makefile (contents, props changed) head/devel/py-zope.browsermenu/Makefile (contents, props changed) head/devel/py-zope.browserpage/Makefile (contents, props changed) head/devel/py-zope.browserresource/Makefile (contents, props changed) head/devel/py-zope.component/Makefile (contents, props changed) head/devel/py-zope.componentvocabulary/Makefile (contents, props changed) head/devel/py-zope.configuration/Makefile (contents, props changed) head/devel/py-zope.container/Makefile (contents, props changed) head/devel/py-zope.contentprovider/Makefile (contents, props changed) head/devel/py-zope.copy/Makefile (contents, props changed) head/devel/py-zope.copypastemove/Makefile (contents, props changed) head/devel/py-zope.deferredimport/Makefile (contents, props changed) head/devel/py-zope.dublincore/Makefile (contents, props changed) head/devel/py-zope.error/Makefile (contents, props changed) head/devel/py-zope.exceptions/Makefile (contents, props changed) head/devel/py-zope.filerepresentation/Makefile (contents, props changed) head/devel/py-zope.formlib/Makefile (contents, props changed) head/devel/py-zope.generations/Makefile (contents, props changed) head/devel/py-zope.globalrequest/Makefile (contents, props changed) head/devel/py-zope.i18n/Makefile (contents, props changed) head/devel/py-zope.lifecycleevent/Makefile (contents, props changed) head/devel/py-zope.location/Makefile (contents, props changed) head/devel/py-zope.minmax/Makefile (contents, props changed) head/devel/py-zope.pagetemplate/Makefile (contents, props changed) head/devel/py-zope.processlifetime/Makefile (contents, props changed) head/devel/py-zope.ptresource/Makefile (contents, props changed) head/devel/py-zope.publisher/Makefile (contents, props changed) head/devel/py-zope.ramcache/Makefile (contents, props changed) head/devel/py-zope.schema/Makefile (contents, props changed) head/devel/py-zope.site/Makefile (contents, props changed) head/devel/py-zope.size/Makefile (contents, props changed) head/devel/py-zope.tales/Makefile (contents, props changed) head/devel/py-zope.testbrowser/Makefile (contents, props changed) head/devel/py-zope.testing/Makefile (contents, props changed) head/devel/py-zope.traversing/Makefile (contents, props changed) head/devel/py-zope.viewlet/Makefile (contents, props changed) head/devel/py3-Jinja2/Makefile (contents, props changed) head/devel/py3-babel/Makefile (contents, props changed) head/devel/py3-jsonschema/Makefile (contents, props changed) head/devel/py3-libpeas/Makefile (contents, props changed) head/devel/py_static_check/Makefile (contents, props changed) head/devel/pydbus-common/Makefile (contents, props changed) head/devel/pygobject3-common/Makefile (contents, props changed) head/devel/pylint/Makefile (contents, props changed) head/devel/pypersrc/Makefile (contents, props changed) head/devel/pyside-tools/Makefile (contents, props changed) head/devel/pyside/Makefile (contents, props changed) head/devel/pysvn/Makefile (contents, props changed) head/devel/qbzr/Makefile (contents, props changed) head/devel/qca/Makefile (contents, props changed) head/devel/qct/Makefile (contents, props changed) head/devel/qdevelop/Makefile (contents, props changed) head/devel/qjson/Makefile (contents, props changed) head/devel/qross/Makefile (contents, props changed) head/devel/qscintilla2-designerplugin-qt5/Makefile (contents, props changed) head/devel/qscintilla2-designerplugin/Makefile (contents, props changed) head/devel/qt4-corelib/Makefile (contents, props changed) head/devel/qt4-qdbusviewer/Makefile (contents, props changed) head/devel/qt5-core/Makefile (contents, props changed) head/devel/quickcheck++/Makefile (contents, props changed) head/devel/quilt/Makefile (contents, props changed) head/devel/ragel/Makefile (contents, props changed) head/devel/rapidsvn/Makefile (contents, props changed) head/devel/rbenv/Makefile (contents, props changed) head/devel/rbtools/Makefile (contents, props changed) head/devel/rebar/Makefile (contents, props changed) head/devel/rebar3/Makefile (contents, props changed) head/devel/regexx/Makefile (contents, props changed) head/devel/relx/Makefile (contents, props changed) head/devel/roboctl/Makefile (contents, props changed) head/devel/rpc2/Makefile (contents, props changed) head/devel/rsvndump/Makefile (contents, props changed) head/devel/ruby-build/Makefile (contents, props changed) head/devel/ruby-langscan/Makefile (contents, props changed) head/devel/ruby-qtruby/Makefile (contents, props changed) head/devel/ruby-rbbr/Makefile (contents, props changed) head/devel/ruby-rbprof/Makefile (contents, props changed) head/devel/ruby-sdl/Makefile (contents, props changed) head/devel/rubygem-actionpack-action_caching/Makefile (contents, props changed) head/devel/rubygem-actionview/Makefile (contents, props changed) head/devel/rubygem-active_scaffold/Makefile (contents, props changed) head/devel/rubygem-activejob/Makefile (contents, props changed) head/devel/rubygem-activemessaging/Makefile (contents, props changed) head/devel/rubygem-activesupport/Makefile (contents, props changed) head/devel/rubygem-activesupport4/Makefile (contents, props changed) head/devel/rubygem-analogger/Makefile (contents, props changed) head/devel/rubygem-annoy/Makefile (contents, props changed) head/devel/rubygem-apipie-bindings/Makefile (contents, props changed) head/devel/rubygem-app_config/Makefile (contents, props changed) head/devel/rubygem-astrolabe/Makefile (contents, props changed) head/devel/rubygem-atoulme-antwrap/Makefile (contents, props changed) head/devel/rubygem-authlogic/Makefile (contents, props changed) head/devel/rubygem-axiom-types/Makefile (contents, props changed) head/devel/rubygem-benelux/Makefile (contents, props changed) head/devel/rubygem-binding_of_caller/Makefile (contents, props changed) head/devel/rubygem-blobstore_client/Makefile (contents, props changed) head/devel/rubygem-bones/Makefile (contents, props changed) head/devel/rubygem-bosh-template/Makefile (contents, props changed) head/devel/rubygem-bosh_common/Makefile (contents, props changed) head/devel/rubygem-bugspots/Makefile (contents, props changed) head/devel/rubygem-cairo-gobject/Makefile (contents, props changed) head/devel/rubygem-capybara/Makefile (contents, props changed) head/devel/rubygem-celluloid-essentials/Makefile (contents, props changed) head/devel/rubygem-celluloid-extras/Makefile (contents, props changed) head/devel/rubygem-celluloid-fsm/Makefile (contents, props changed) head/devel/rubygem-celluloid-io/Makefile (contents, props changed) head/devel/rubygem-celluloid-pool/Makefile (contents, props changed) head/devel/rubygem-celluloid-supervision/Makefile (contents, props changed) head/devel/rubygem-celluloid/Makefile (contents, props changed) head/devel/rubygem-childprocess/Makefile (contents, props changed) head/devel/rubygem-classifier-reborn/Makefile (contents, props changed) head/devel/rubygem-classifier/Makefile (contents, props changed) head/devel/rubygem-climate_control/Makefile (contents, props changed) head/devel/rubygem-cliprompt/Makefile (contents, props changed) head/devel/rubygem-cloudfiles/Makefile (contents, props changed) head/devel/rubygem-cocaine/Makefile (contents, props changed) head/devel/rubygem-coercible/Makefile (contents, props changed) head/devel/rubygem-coffee-rails/Makefile (contents, props changed) head/devel/rubygem-coffee-rails4/Makefile (contents, props changed) head/devel/rubygem-coffee-script/Makefile (contents, props changed) head/devel/rubygem-commander/Makefile (contents, props changed) head/devel/rubygem-concurrent-ruby-edge/Makefile (contents, props changed) head/devel/rubygem-cool.io/Makefile (contents, props changed) head/devel/rubygem-crack/Makefile (contents, props changed) head/devel/rubygem-cri/Makefile (contents, props changed) head/devel/rubygem-cucumber-core/Makefile (contents, props changed) head/devel/rubygem-cucumber/Makefile (contents, props changed) head/devel/rubygem-cyoi/Makefile (contents, props changed) head/devel/rubygem-debugger-xml/Makefile (contents, props changed) head/devel/rubygem-deface/Makefile (contents, props changed) head/devel/rubygem-default_value_for/Makefile (contents, props changed) head/devel/rubygem-delayed_job/Makefile (contents, props changed) head/devel/rubygem-delayer-deferred/Makefile (contents, props changed) head/devel/rubygem-descendants_tracker/Makefile (contents, props changed) head/devel/rubygem-devise-async-rails4/Makefile (contents, props changed) head/devel/rubygem-devise-async/Makefile (contents, props changed) head/devel/rubygem-devise/Makefile (contents, props changed) head/devel/rubygem-ditz/Makefile (contents, props changed) head/devel/rubygem-dynflow/Makefile (contents, props changed) head/devel/rubygem-enumerize/Makefile (contents, props changed) head/devel/rubygem-errand/Makefile (contents, props changed) head/devel/rubygem-execjs/Makefile (contents, props changed) head/devel/rubygem-faraday_middleware-multi_json/Makefile (contents, props changed) head/devel/rubygem-fast_stack/Makefile (contents, props changed) head/devel/rubygem-fast_xor/Makefile (contents, props changed) head/devel/rubygem-ffi-compiler/Makefile (contents, props changed) head/devel/rubygem-ffi-yajl/Makefile (contents, props changed) head/devel/rubygem-ffi/Makefile (contents, props changed) head/devel/rubygem-file-tail/Makefile (contents, props changed) head/devel/rubygem-fluent-logger/Makefile (contents, props changed) head/devel/rubygem-fog-core/Makefile (contents, props changed) head/devel/rubygem-fog-json/Makefile (contents, props changed) head/devel/rubygem-font-awesome-rails-rails4/Makefile (contents, props changed) head/devel/rubygem-font-awesome-rails/Makefile (contents, props changed) head/devel/rubygem-foreigner/Makefile (contents, props changed) head/devel/rubygem-foreman/Makefile (contents, props changed) head/devel/rubygem-gemnasium-gitlab-service/Makefile (contents, props changed) head/devel/rubygem-generator_spec-rails4/Makefile (contents, props changed) head/devel/rubygem-generator_spec/Makefile (contents, props changed) head/devel/rubygem-gettext/Makefile (contents, props changed) head/devel/rubygem-gh/Makefile (contents, props changed) head/devel/rubygem-gio2/Makefile (contents, props changed) head/devel/rubygem-git/Makefile (contents, props changed) head/devel/rubygem-github_api/Makefile (contents, props changed) head/devel/rubygem-gitlab-pygments.rb/Makefile (contents, props changed) head/devel/rubygem-gitlab_git/Makefile (contents, props changed) head/devel/rubygem-glib2/Makefile (contents, props changed) head/devel/rubygem-gobject-introspection/Makefile (contents, props changed) head/devel/rubygem-grape-entity/Makefile (contents, props changed) head/devel/rubygem-grape-swagger/Makefile (contents, props changed) head/devel/rubygem-grape/Makefile (contents, props changed) head/devel/rubygem-grit/Makefile (contents, props changed) head/devel/rubygem-gyoku/Makefile (contents, props changed) head/devel/rubygem-hoe/Makefile (contents, props changed) head/devel/rubygem-io-like/Makefile (contents, props changed) head/devel/rubygem-jammit/Makefile (contents, props changed) head/devel/rubygem-jbuilder/Makefile (contents, props changed) head/devel/rubygem-jekyll-coffeescript/Makefile (contents, props changed) head/devel/rubygem-jeweler/Makefile (contents, props changed) head/devel/rubygem-jquery-ui-themes/Makefile (contents, props changed) head/devel/rubygem-kafo/Makefile (contents, props changed) head/devel/rubygem-kafo_parsers/Makefile (contents, props changed) head/devel/rubygem-kafo_wizards/Makefile (contents, props changed) head/devel/rubygem-launchy/Makefile (contents, props changed) head/devel/rubygem-launchy22/Makefile (contents, props changed) head/devel/rubygem-librarian/Makefile (contents, props changed) head/devel/rubygem-librarianp/Makefile (contents, props changed) head/devel/rubygem-licensee/Makefile (contents, props changed) head/devel/rubygem-listen/Makefile (contents, props changed) head/devel/rubygem-logging/Makefile (contents, props changed) head/devel/rubygem-main/Makefile (contents, props changed) head/devel/rubygem-memoizable/Makefile (contents, props changed) head/devel/rubygem-memoize/Makefile (contents, props changed) head/devel/rubygem-message_bus/Makefile (contents, props changed) head/devel/rubygem-mixlib-authentication/Makefile (contents, props changed) head/devel/rubygem-mocha/Makefile (contents, props changed) head/devel/rubygem-mongo/Makefile (contents, props changed) head/devel/rubygem-multi_json/Makefile (contents, props changed) head/devel/rubygem-newrelic-grape/Makefile (contents, props changed) head/devel/rubygem-nice-ffi/Makefile (contents, props changed) head/devel/rubygem-notiffany/Makefile (contents, props changed) head/devel/rubygem-octopress-hooks/Makefile (contents, props changed) head/devel/rubygem-omniauth_crowd/Makefile (contents, props changed) head/devel/rubygem-open3_backport/Makefile (contents, props changed) head/devel/rubygem-p4ruby/Makefile (contents, props changed) head/devel/rubygem-paperclip/Makefile (contents, props changed) head/devel/rubygem-parser/Makefile (contents, props changed) head/devel/rubygem-pluggaloid/Makefile (contents, props changed) head/devel/rubygem-polyamorous/Makefile (contents, props changed) head/devel/rubygem-popen4/Makefile (contents, props changed) head/devel/rubygem-powerbar/Makefile (contents, props changed) head/devel/rubygem-protected_attributes/Makefile (contents, props changed) head/devel/rubygem-prototype-rails/Makefile (contents, props changed) head/devel/rubygem-pry-rails/Makefile (contents, props changed) head/devel/rubygem-pry-remote-em/Makefile (contents, props changed) head/devel/rubygem-pry/Makefile (contents, props changed) head/devel/rubygem-ptreloaded/Makefile (contents, props changed) head/devel/rubygem-pygments.rb/Makefile (contents, props changed) head/devel/rubygem-rack-mini-profiler/Makefile (contents, props changed) head/devel/rubygem-rack-raw-upload/Makefile (contents, props changed) head/devel/rubygem-rails-deprecated_sanitizer/Makefile (contents, props changed) head/devel/rubygem-rails-observers/Makefile (contents, props changed) head/devel/rubygem-rake-compiler/Makefile (contents, props changed) head/devel/rubygem-ransack/Makefile (contents, props changed) head/devel/rubygem-rash/Makefile (contents, props changed) head/devel/rubygem-rb-inotify/Makefile (contents, props changed) head/devel/rubygem-rb-kqueue/Makefile (contents, props changed) head/devel/rubygem-rbtrace/Makefile (contents, props changed) head/devel/rubygem-rdoc/Makefile (contents, props changed) head/devel/rubygem-rdoc3/Makefile (contents, props changed) head/devel/rubygem-redis-activesupport/Makefile (contents, props changed) head/devel/rubygem-redis-store/Makefile (contents, props changed) head/devel/rubygem-rgl/Makefile (contents, props changed) head/devel/rubygem-rodzilla/Makefile (contents, props changed) head/devel/rubygem-rrd-ffi/Makefile (contents, props changed) head/devel/rubygem-rspec-core/Makefile (contents, props changed) head/devel/rubygem-rspec-expectations/Makefile (contents, props changed) head/devel/rubygem-rspec-mocks/Makefile (contents, props changed) head/devel/rubygem-rspec-rails/Makefile (contents, props changed) head/devel/rubygem-rspec/Makefile (contents, props changed) head/devel/rubygem-rubigen/Makefile (contents, props changed) head/devel/rubygem-ruby-atmos-pure/Makefile (contents, props changed) head/devel/rubygem-ruby-bugzilla/Makefile (contents, props changed) head/devel/rubygem-ruby-fogbugz/Makefile (contents, props changed) head/devel/rubygem-ruby-libvirt/Makefile (contents, props changed) head/devel/rubygem-ruby-sdl-ffi/Makefile (contents, props changed) head/devel/rubygem-ruby2ruby/Makefile (contents, props changed) head/devel/rubygem-ruby_parser/Makefile (contents, props changed) head/devel/rubygem-rubygame/Makefile (contents, props changed) head/devel/rubygem-rubygems-mirror/Makefile (contents, props changed) head/devel/rubygem-rubygems-test/Makefile (contents, props changed) head/devel/rubygem-rubyinline/Makefile (contents, props changed) head/devel/rubygem-rubyinlineaccel/Makefile (contents, props changed) head/devel/rubygem-rubytree/Makefile (contents, props changed) head/devel/rubygem-rugged/Makefile (contents, props changed) head/devel/rubygem-ruport/Makefile (contents, props changed) head/devel/rubygem-sdoc/Makefile (contents, props changed) head/devel/rubygem-sentry-raven/Makefile (contents, props changed) head/devel/rubygem-shoulda-matchers/Makefile (contents, props changed) head/devel/rubygem-shoulda/Makefile (contents, props changed) head/devel/rubygem-sidekiq-cron/Makefile (contents, props changed) head/devel/rubygem-sidekiq/Makefile (contents, props changed) head/devel/rubygem-sidetiq/Makefile (contents, props changed) head/devel/rubygem-simple_form/Makefile (contents, props changed) head/devel/rubygem-simplecov/Makefile (contents, props changed) head/devel/rubygem-slim/Makefile (contents, props changed) head/devel/rubygem-soap4r/Makefile (contents, props changed) head/devel/rubygem-sprockets-helpers/Makefile (contents, props changed) head/devel/rubygem-sprockets-rails/Makefile (contents, props changed) head/devel/rubygem-sprockets-sass/Makefile (contents, props changed) head/devel/rubygem-sprockets/Makefile (contents, props changed) head/devel/rubygem-sprockets211/Makefile (contents, props changed) head/devel/rubygem-sprockets22/Makefile (contents, props changed) head/devel/rubygem-sprockets3/Makefile (contents, props changed) head/devel/rubygem-statsd/Makefile (contents, props changed) head/devel/rubygem-stella/Makefile (contents, props changed) head/devel/rubygem-svn2git/Makefile (contents, props changed) head/devel/rubygem-sysinfo/Makefile (contents, props changed) head/devel/rubygem-templater/Makefile (contents, props changed) head/devel/rubygem-term-ansicolor/Makefile (contents, props changed) head/devel/rubygem-test-unit/Makefile (contents, props changed) head/devel/rubygem-thread_safe1/Makefile (contents, props changed) head/devel/rubygem-timers/Makefile (contents, props changed) head/devel/rubygem-toml/Makefile (contents, props changed) head/devel/rubygem-travis/Makefile (contents, props changed) head/devel/rubygem-treetop/Makefile (contents, props changed) head/devel/rubygem-turn/Makefile (contents, props changed) head/devel/rubygem-tzinfo/Makefile (contents, props changed) head/devel/rubygem-uuid/Makefile (contents, props changed) head/devel/rubygem-versionomy/Makefile (contents, props changed) head/devel/rubygem-virtus/Makefile (contents, props changed) head/devel/rubygem-warbler/Makefile (contents, props changed) head/devel/rubygem-warden/Makefile (contents, props changed) head/devel/rubygem-web-console/Makefile (contents, props changed) head/devel/rubygem-webby/Makefile (contents, props changed) head/devel/rubygem-xpath/Makefile (contents, props changed) head/devel/rudiments/Makefile (contents, props changed) head/devel/runsnakerun/Makefile (contents, props changed) head/devel/rvm/Makefile (contents, props changed) head/devel/sbt/Makefile (contents, props changed) head/devel/scalatest/Makefile (contents, props changed) head/devel/scons/Makefile (contents, props changed) head/devel/sdl12/Makefile (contents, props changed) head/devel/sdl20/Makefile (contents, props changed) head/devel/sdl2pp/Makefile (contents, props changed) head/devel/sdl_sge/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/sfml/Makefile (contents, props changed) head/devel/sfml1/Makefile (contents, props changed) head/devel/sgb/Makefile (contents, props changed) head/devel/shapelib/Makefile (contents, props changed) head/devel/shiboken/Makefile (contents, props changed) head/devel/shmap/Makefile (contents, props changed) head/devel/simgear/Makefile (contents, props changed) head/devel/simian/Makefile (contents, props changed) head/devel/simple_components/Makefile (contents, props changed) head/devel/smack/Makefile (contents, props changed) head/devel/smokeqt/Makefile (contents, props changed) head/devel/sope/Makefile (contents, props changed) head/devel/sope3/Makefile (contents, props changed) head/devel/spark/Makefile (contents, props changed) head/devel/spice-protocol/Makefile (contents, props changed) head/devel/srecord/Makefile (contents, props changed) head/devel/statik/Makefile (contents, props changed) head/devel/statsvn/Makefile (contents, props changed) head/devel/subcommander2/Makefile (contents, props changed) head/devel/subversion/Makefile (contents, props changed) head/devel/subversion/Makefile.common (contents, props changed) head/devel/subversion18/Makefile (contents, props changed) head/devel/subversion18/Makefile.common (contents, props changed) head/devel/subversive/Makefile (contents, props changed) head/devel/svk/Makefile (contents, props changed) head/devel/svn2git/Makefile (contents, props changed) head/devel/svn_load_dirs/Makefile (contents, props changed) head/devel/svndelta/Makefile (contents, props changed) head/devel/svntrac/Makefile (contents, props changed) head/devel/swig20/Makefile (contents, props changed) head/devel/swig30/Makefile (contents, props changed) head/devel/synfig/Makefile (contents, props changed) head/devel/tailor/Makefile (contents, props changed) head/devel/talloc/Makefile (contents, props changed) head/devel/tcl-memchan/Makefile (contents, props changed) head/devel/tcllauncher/Makefile (contents, props changed) head/devel/tcllibc/Makefile (contents, props changed) head/devel/tclthread/Makefile (contents, props changed) head/devel/tclvfs/Makefile (contents, props changed) head/devel/tclxml/Makefile (contents, props changed) head/devel/tesla/Makefile (contents, props changed) head/devel/tevent/Makefile (contents, props changed) head/devel/tex-web2c/Makefile (contents, props changed) head/devel/thrift-c_glib/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/thunar-vcs-plugin/Makefile (contents, props changed) head/devel/tig/Makefile (contents, props changed) head/devel/tkcvs/Makefile (contents, props changed) head/devel/tkinspect/Makefile (contents, props changed) head/devel/tkmerge/Makefile (contents, props changed) head/devel/tkp4/Makefile (contents, props changed) head/devel/tla/Makefile (contents, props changed) head/devel/tortoisehg/Makefile (contents, props changed) head/devel/trac-bitten/Makefile (contents, props changed) head/devel/uatraits/Makefile (contents, props changed) head/devel/udis86/Makefile (contents, props changed) head/devel/umbrello/Makefile (contents, props changed) head/devel/umlgraph/Makefile (contents, props changed) head/devel/universalindentgui/Makefile (contents, props changed) head/devel/upp/Makefile (contents, props changed) head/devel/urjtag/Makefile (contents, props changed) head/devel/valgrind-devel/Makefile (contents, props changed) head/devel/valgrind/Makefile (contents, props changed) head/devel/varconf/Makefile (contents, props changed) head/devel/vera++/Makefile (contents, props changed) head/devel/visualparadigm/Makefile (contents, props changed) head/devel/wandio/Makefile (contents, props changed) head/devel/winpdb/Makefile (contents, props changed) head/devel/xc3sprog/Makefile (contents, props changed) head/devel/xdg-user-dirs/Makefile (contents, props changed) head/devel/xdg-utils/Makefile (contents, props changed) head/devel/xfce4-dev-tools/Makefile (contents, props changed) head/devel/xfce4-vala/Makefile (contents, props changed) head/devel/xmltooling/Makefile (contents, props changed) head/devel/xsd/Makefile (contents, props changed) head/devel/yajl-tcl/Makefile (contents, props changed) head/devel/yaml-cpp/Makefile (contents, props changed) head/devel/zookeeper/Makefile (contents, props changed) head/devel/zpu-gcc/Makefile (contents, props changed) head/devel/ztcl/Makefile (contents, props changed) head/devel/zziplib/Makefile (contents, props changed) head/dns/adns/Makefile (contents, props changed) head/dns/adsuck/Makefile (contents, props changed) head/dns/autotrust/Makefile (contents, props changed) head/dns/axfr2acl/Makefile (contents, props changed) head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind99/Makefile (contents, props changed) head/dns/bindgraph/Makefile (contents, props changed) head/dns/bundy/Makefile (contents, props changed) head/dns/cli53/Makefile (contents, props changed) head/dns/curvedns/Makefile (contents, props changed) head/dns/ddclient/Makefile (contents, props changed) head/dns/dhisd/Makefile (contents, props changed) head/dns/djbdns/Makefile (contents, props changed) head/dns/dnscheckengine/Makefile (contents, props changed) head/dns/dnscrypt-proxy/Makefile (contents, props changed) head/dns/dnscrypt-wrapper/Makefile (contents, props changed) head/dns/dnsdbck/Makefile (contents, props changed) head/dns/dnsdist/Makefile (contents, props changed) head/dns/dnshistory/Makefile (contents, props changed) head/dns/dnsmasq-devel/Makefile (contents, props changed) head/dns/dnsmasq/Makefile (contents, props changed) head/dns/dnsmax-perl/Makefile (contents, props changed) head/dns/dnsperf/Makefile (contents, props changed) head/dns/dnsproxy/Makefile (contents, props changed) head/dns/dnstable/Makefile (contents, props changed) head/dns/dnsutl/Makefile (contents, props changed) head/dns/dnsviz/Makefile (contents, props changed) head/dns/dnswalk/Makefile (contents, props changed) head/dns/doc/Makefile (contents, props changed) head/dns/fastresolve/Makefile (contents, props changed) head/dns/firedns/Makefile (contents, props changed) head/dns/fpdns/Makefile (contents, props changed) head/dns/gdnsd/Makefile (contents, props changed) head/dns/gdnsd2/Makefile (contents, props changed) head/dns/getdns/Makefile (contents, props changed) head/dns/hesiod/Makefile (contents, props changed) head/dns/hs-gnuidn/Makefile (contents, props changed) head/dns/ironsides/Makefile (contents, props changed) head/dns/knot1/Makefile (contents, props changed) head/dns/knot2/Makefile (contents, props changed) head/dns/ldapdns/Makefile (contents, props changed) head/dns/ldns/Makefile (contents, props changed) head/dns/libpsl/Makefile (contents, props changed) head/dns/mDNSResponder_nss/Makefile (contents, props changed) head/dns/nsd/Makefile (contents, props changed) head/dns/nss_mdns/Makefile (contents, props changed) head/dns/opendnssec/Makefile (contents, props changed) head/dns/opendnssec13/Makefile (contents, props changed) head/dns/p5-AnyEvent-CacheDNS/Makefile (contents, props changed) head/dns/p5-BIND-Config-Parser/Makefile (contents, props changed) head/dns/p5-DNS-EasyDNS/Makefile (contents, props changed) head/dns/p5-Data-Validate-Domain/Makefile (contents, props changed) head/dns/p5-IO-Async-Resolver-DNS/Makefile (contents, props changed) head/dns/p5-Mozilla-PublicSuffix/Makefile (contents, props changed) head/dns/p5-Net-Amazon-Route53/Makefile (contents, props changed) head/dns/p5-Net-Bonjour/Makefile (contents, props changed) head/dns/p5-Net-DNS-Async/Makefile (contents, props changed) head/dns/p5-Net-DNS-Check/Makefile (contents, props changed) head/dns/p5-Net-DNS-Lite/Makefile (contents, props changed) head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile (contents, props changed) head/dns/p5-Net-DNS-Resolver-Programmable/Makefile (contents, props changed) head/dns/p5-Net-DNS-SEC/Makefile (contents, props changed) head/dns/p5-Net-DNS-TestNS/Makefile (contents, props changed) head/dns/p5-Net-DNS-ToolKit/Makefile (contents, props changed) head/dns/p5-Net-DNS-Zone-Parser/Makefile (contents, props changed) head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile (contents, props changed) head/dns/p5-Net-DNS/Makefile (contents, props changed) head/dns/p5-Net-DNSBL-MultiDaemon/Makefile (contents, props changed) head/dns/p5-Net-DNSBL-Statistics/Makefile (contents, props changed) head/dns/p5-Net-DRI/Makefile (contents, props changed) head/dns/p5-Net-Domain-ExpireDate/Makefile (contents, props changed) head/dns/p5-Net-LibIDN/Makefile (contents, props changed) head/dns/p5-Net-Nslookup/Makefile (contents, props changed) head/dns/p5-Net-RBLClient/Makefile (contents, props changed) head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile (contents, props changed) head/dns/p5-POE-Component-Client-DNS/Makefile (contents, props changed) head/dns/p5-POE-Component-Client-DNSBL/Makefile (contents, props changed) head/dns/p5-POE-Component-Resolver/Makefile (contents, props changed) head/dns/p5-POE-Component-Server-DNS/Makefile (contents, props changed) head/dns/p5-POE-Filter-DNS-TCP/Makefile (contents, props changed) head/dns/p5-Tie-DNS/Makefile (contents, props changed) head/dns/p5-pgeodns/Makefile (contents, props changed) head/dns/pear-File_DNS/Makefile (contents, props changed) head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/dns/py-adns/Makefile (contents, props changed) head/dns/py-bonjour/Makefile (contents, props changed) head/dns/py-dnspython/Makefile (contents, props changed) head/dns/py-easyzone/Makefile (contents, props changed) head/dns/py-idnkit2/Makefile (contents, props changed) head/dns/py-namebench/Makefile (contents, props changed) head/dns/py-py3dns/Makefile (contents, props changed) head/dns/py-pydnstable/Makefile (contents, props changed) head/dns/py-pywdns/Makefile (contents, props changed) head/dns/py-tldextract/Makefile (contents, props changed) head/dns/rbllookup-ng/Makefile (contents, props changed) head/dns/rbllookup/Makefile (contents, props changed) head/dns/renewck/Makefile (contents, props changed) head/dns/rpsl2acl/Makefile (contents, props changed) head/dns/rubygem-public_suffix/Makefile (contents, props changed) head/dns/rubygem-public_suffix_service/Makefile (contents, props changed) head/dns/samba-nsupdate/Makefile (contents, props changed) head/dns/scavenge/Makefile (contents, props changed) head/dns/sleuth/Makefile (contents, props changed) head/dns/sshfp/Makefile (contents, props changed) head/dns/unbound/Makefile (contents, props changed) head/dns/validns/Makefile (contents, props changed) head/dns/vhostcname/Makefile (contents, props changed) head/dns/walker/Makefile (contents, props changed) head/dns/whoseip/Makefile (contents, props changed) head/dns/wrapsrv/Makefile (contents, props changed) head/dns/zkt/Makefile (contents, props changed) head/dns/zonecheck/Makefile (contents, props changed) head/editors/abiword-docs/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/editors/biew/Makefile (contents, props changed) head/editors/calligra-l10n/Makefile (contents, props changed) head/editors/calligra/Makefile (contents, props changed) head/editors/codelite/Makefile (contents, props changed) head/editors/conglomerate/Makefile (contents, props changed) head/editors/cream/Makefile (contents, props changed) head/editors/deforaos-editor/Makefile (contents, props changed) head/editors/dkns/Makefile (contents, props changed) head/editors/e3/Makefile (contents, props changed) head/editors/emacs-devel/Makefile (contents, props changed) head/editors/emacs/Makefile (contents, props changed) head/editors/flim/Makefile (contents, props changed) head/editors/fxite/Makefile (contents, props changed) head/editors/gate/Makefile (contents, props changed) head/editors/gedit-plugins/Makefile (contents, props changed) head/editors/gedit/Makefile (contents, props changed) head/editors/ghex/Makefile (contents, props changed) head/editors/gobby/Makefile (contents, props changed) head/editors/gwrite/Makefile (contents, props changed) head/editors/hte/Makefile (contents, props changed) head/editors/jed/Makefile (contents, props changed) head/editors/joe/Makefile (contents, props changed) head/editors/joe2/Makefile (contents, props changed) head/editors/kate/Makefile (contents, props changed) head/editors/kile-kde4/Makefile (contents, props changed) head/editors/latexila/Makefile (contents, props changed) head/editors/lazarus-lcl-gtk2/Makefile (contents, props changed) head/editors/lazarus-lcl-nogui/Makefile (contents, props changed) head/editors/lazarus-lcl-qt/Makefile (contents, props changed) head/editors/lazarus/Makefile (contents, props changed) head/editors/leo/Makefile (contents, props changed) head/editors/libreoffice-i18n/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/libreoffice/Makefile.i18n (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/editors/madedit/Makefile (contents, props changed) head/editors/morla/Makefile (contents, props changed) head/editors/mousepad/Makefile (contents, props changed) head/editors/mp/Makefile (contents, props changed) head/editors/neovim/Makefile (contents, props changed) head/editors/nvi-m17n/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-4/files/Makefile.localized (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/openoffice-devel/files/Makefile.localized (contents, props changed) head/editors/p5-Padre/Makefile (contents, props changed) head/editors/p5-Proc-InvokeEditor/Makefile (contents, props changed) head/editors/p5-Vimana/Makefile (contents, props changed) head/editors/pluma/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/editors/py-room/Makefile (contents, props changed) head/editors/rox-edit/Makefile (contents, props changed) head/editors/scite/Makefile (contents, props changed) head/editors/semi/Makefile (contents, props changed) head/editors/slime/Makefile (contents, props changed) head/editors/ssam/Makefile (contents, props changed) head/editors/tea/Makefile (contents, props changed) head/editors/ted/Makefile (contents, props changed) head/editors/texmacs/Makefile (contents, props changed) head/editors/texmaker/Makefile (contents, props changed) head/editors/texstudio/Makefile (contents, props changed) head/editors/textroom/Makefile (contents, props changed) head/editors/texworks/Makefile (contents, props changed) head/editors/the/Makefile (contents, props changed) head/editors/tpad/Makefile (contents, props changed) head/editors/vanubi/Makefile (contents, props changed) head/editors/vile/Makefile (contents, props changed) head/editors/vim/Makefile (contents, props changed) head/editors/winefish/Makefile (contents, props changed) head/editors/with-editor/Makefile (contents, props changed) head/editors/wordgrinder/Makefile (contents, props changed) head/editors/xmlcopyeditor/Makefile (contents, props changed) head/editors/xvile/Makefile (contents, props changed) head/editors/yzis/Makefile (contents, props changed) head/editors/zile/Makefile (contents, props changed) head/emulators/advancemame/Makefile (contents, props changed) head/emulators/advancemenu/Makefile (contents, props changed) head/emulators/advancemess/Makefile (contents, props changed) head/emulators/aqemu/Makefile (contents, props changed) head/emulators/atari800/Makefile (contents, props changed) head/emulators/bfe/Makefile (contents, props changed) head/emulators/bochs/Makefile (contents, props changed) head/emulators/catapult/Makefile (contents, props changed) head/emulators/cpmtools2/Makefile (contents, props changed) head/emulators/darcnes/Makefile (contents, props changed) head/emulators/dboxfe/Makefile (contents, props changed) head/emulators/desmume/Makefile (contents, props changed) head/emulators/dgen-sdl/Makefile (contents, props changed) head/emulators/dolphin-emu/Makefile (contents, props changed) head/emulators/dosbox/Makefile (contents, props changed) head/emulators/dynagen/Makefile (contents, props changed) head/emulators/dynagui/Makefile (contents, props changed) head/emulators/dynamips-community/Makefile (contents, props changed) head/emulators/dynamips-devel/Makefile (contents, props changed) head/emulators/dynamips/Makefile (contents, props changed) head/emulators/fceux/Makefile (contents, props changed) head/emulators/frodo/Makefile (contents, props changed) head/emulators/fs-uae/Makefile (contents, props changed) head/emulators/fuse-utils/Makefile (contents, props changed) head/emulators/fuse/Makefile (contents, props changed) head/emulators/gem5/Makefile (contents, props changed) head/emulators/generator-cbiere/Makefile (contents, props changed) head/emulators/generator/Makefile (contents, props changed) head/emulators/gens/Makefile (contents, props changed) head/emulators/gngeo/Makefile (contents, props changed) head/emulators/gns3/Makefile (contents, props changed) head/emulators/gnuboy/Makefile (contents, props changed) head/emulators/hatari/Makefile (contents, props changed) head/emulators/higan/Makefile (contents, props changed) head/emulators/hugo/Makefile (contents, props changed) head/emulators/i386-wine-devel/Makefile.i386 (contents, props changed) head/emulators/i386-wine-devel/Makefile.inc (contents, props changed) head/emulators/i386-wine/Makefile.i386 (contents, props changed) head/emulators/i386-wine/Makefile.inc (contents, props changed) head/emulators/ines/Makefile (contents, props changed) head/emulators/javatari/Makefile (contents, props changed) head/emulators/kcemu/Makefile (contents, props changed) head/emulators/lib765/Makefile (contents, props changed) head/emulators/libspectrum/Makefile (contents, props changed) head/emulators/linux-c6/Makefile (contents, props changed) head/emulators/linux-f10/Makefile (contents, props changed) head/emulators/lisaem/Makefile (contents, props changed) head/emulators/loemu/Makefile (contents, props changed) head/emulators/m2000/Makefile (contents, props changed) head/emulators/mame/Makefile (contents, props changed) head/emulators/mastergear/Makefile (contents, props changed) head/emulators/mednafen/Makefile (contents, props changed) head/emulators/mupen64plus-core/Makefile.common (contents, props changed) head/emulators/mupen64plus-plugins/Makefile (contents, props changed) head/emulators/mupen64plus-rsp-cxd4/Makefile (contents, props changed) head/emulators/mupen64plus-rsp-z64/Makefile (contents, props changed) head/emulators/mupen64plus-video-arachnoid/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64mk2/Makefile (contents, props changed) head/emulators/mupen64plus-video-z64/Makefile (contents, props changed) head/emulators/mupen64plus/Makefile (contents, props changed) head/emulators/nestopia/Makefile (contents, props changed) head/emulators/nonpareil/Makefile (contents, props changed) head/emulators/o2em/Makefile (contents, props changed) head/emulators/open-vm-tools/Makefile (contents, props changed) head/emulators/openmsx/Makefile (contents, props changed) head/emulators/p5-Acme-6502/Makefile (contents, props changed) head/emulators/pcemu/Makefile (contents, props changed) head/emulators/pcsxr/Makefile (contents, props changed) head/emulators/pipelight/Makefile (contents, props changed) head/emulators/playonbsd/Makefile (contents, props changed) head/emulators/q4wine/Makefile (contents, props changed) head/emulators/qemu-cheri128/Makefile (contents, props changed) head/emulators/qemu-devel/Makefile (contents, props changed) head/emulators/qemu-launcher/Makefile (contents, props changed) head/emulators/qemu-sbruno/Makefile (contents, props changed) head/emulators/qemu/Makefile (contents, props changed) head/emulators/qmc2/Makefile (contents, props changed) head/emulators/raine/Makefile (contents, props changed) head/emulators/rubygem-fission/Makefile (contents, props changed) head/emulators/snes9express/Makefile (contents, props changed) head/emulators/snes9x-gtk/Makefile (contents, props changed) head/emulators/snes9x/Makefile (contents, props changed) head/emulators/stella/Makefile (contents, props changed) head/emulators/stonx/Makefile (contents, props changed) head/emulators/swine/Makefile (contents, props changed) head/emulators/tiemu3/Makefile (contents, props changed) head/emulators/tilem/Makefile (contents, props changed) head/emulators/tme/Makefile (contents, props changed) head/emulators/tpm-emulator/Makefile (contents, props changed) head/emulators/vba/Makefile (contents, props changed) head/emulators/vboxtool/Makefile (contents, props changed) head/emulators/vgb-bin/Makefile (contents, props changed) head/emulators/vgba-bin/Makefile (contents, props changed) head/emulators/vice/Makefile (contents, props changed) head/emulators/virtualbox-ose-additions/Makefile (contents, props changed) head/emulators/virtualbox-ose-kmod/Makefile (contents, props changed) head/emulators/virtualbox-ose/Makefile (contents, props changed) head/emulators/visualboyadvance-m/Makefile (contents, props changed) head/emulators/wine-devel/Makefile (contents, props changed) head/emulators/wine/Makefile (contents, props changed) head/emulators/wxmupen64plus/Makefile (contents, props changed) head/emulators/x48/Makefile (contents, props changed) head/emulators/xcpc/Makefile (contents, props changed) head/emulators/xen/Makefile (contents, props changed) head/emulators/yabause/Makefile (contents, props changed) head/emulators/zsnes/Makefile (contents, props changed) head/finance/R-cran-AER/Makefile (contents, props changed) head/finance/R-cran-PerformanceAnalytics/Makefile (contents, props changed) head/finance/R-cran-RFinanceYJ/Makefile (contents, props changed) head/finance/R-cran-TTR/Makefile (contents, props changed) head/finance/R-cran-fBasics/Makefile (contents, props changed) head/finance/R-cran-fGarch/Makefile (contents, props changed) head/finance/R-cran-gmm/Makefile (contents, props changed) head/finance/R-cran-lmtest/Makefile (contents, props changed) head/finance/R-cran-plm/Makefile (contents, props changed) head/finance/R-cran-quantmod/Makefile (contents, props changed) head/finance/R-cran-strucchange/Makefile (contents, props changed) head/finance/R-cran-timeSeries/Makefile (contents, props changed) head/finance/R-cran-tseries/Makefile (contents, props changed) head/finance/R-cran-vars/Makefile (contents, props changed) head/finance/aqbanking/Makefile (contents, props changed) head/finance/aqmoney/Makefile (contents, props changed) head/finance/beanie/Makefile (contents, props changed) head/finance/bitcoin-armory/Makefile (contents, props changed) head/finance/electrum/Makefile (contents, props changed) head/finance/fixc/Makefile (contents, props changed) head/finance/frontaccounting/Makefile (contents, props changed) head/finance/gnucash-docs/Makefile (contents, props changed) head/finance/gnucash/Makefile (contents, props changed) head/finance/grisbi/Makefile (contents, props changed) head/finance/homebank/Makefile (contents, props changed) head/finance/kmymoney-kde4/Makefile (contents, props changed) head/finance/ledger/Makefile (contents, props changed) head/finance/ledgersmb/Makefile (contents, props changed) head/finance/ledgersmb12/Makefile (contents, props changed) head/finance/libalkimia/Makefile (contents, props changed) head/finance/libofx/Makefile (contents, props changed) head/finance/moneymanagerex/Makefile (contents, props changed) head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-2CheckOut/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-Beanstream/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-Cardstream/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-Jettis/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-OCV/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-PayConnect/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-PaymenTech/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-SurePay/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-TCLink/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-eSec/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile (contents, props changed) head/finance/p5-Business-OnlinePayment/Makefile (contents, props changed) head/finance/p5-Business-PayPal-IPN/Makefile (contents, props changed) head/finance/p5-Business-Stripe/Makefile (contents, props changed) head/finance/p5-Business-TW-Invoice-U420/Makefile (contents, props changed) head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile (contents, props changed) head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile (contents, props changed) head/finance/p5-Business-WorldPay-Junior/Makefile (contents, props changed) head/finance/p5-Data-Currency/Makefile (contents, props changed) head/finance/p5-Finance-Bitcoin/Makefile (contents, props changed) head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile (contents, props changed) head/finance/p5-Finance-Currency-Convert-XE/Makefile (contents, props changed) head/finance/p5-Finance-Quote/Makefile (contents, props changed) head/finance/p5-Finance-QuoteHist/Makefile (contents, props changed) head/finance/p5-Finance-QuoteTW/Makefile (contents, props changed) head/finance/p5-Finance-TW-EmergingQuote/Makefile (contents, props changed) head/finance/p5-Finance-TW-TSEQuote/Makefile (contents, props changed) head/finance/p5-Finance-YahooQuote/Makefile (contents, props changed) head/finance/p5-PayflowPro/Makefile (contents, props changed) head/finance/py-python-obelisk/Makefile (contents, props changed) head/finance/py-stripe/Makefile (contents, props changed) head/finance/py-vatnumber/Makefile (contents, props changed) head/finance/qhacc/Makefile (contents, props changed) head/finance/rubygem-money/Makefile (contents, props changed) head/finance/sabernetdcs-client/Makefile (contents, props changed) head/finance/skrooge/Makefile (contents, props changed) head/finance/sql-ledger/Makefile (contents, props changed) head/finance/tryton28/Makefile (contents, props changed) head/finance/trytond28/Makefile (contents, props changed) head/finance/trytond28_account/Makefile (contents, props changed) head/finance/trytond28_account_asset/Makefile (contents, props changed) head/finance/trytond28_account_be/Makefile (contents, props changed) head/finance/trytond28_account_invoice/Makefile (contents, props changed) head/finance/trytond28_account_invoice_history/Makefile (contents, props changed) head/finance/trytond28_account_invoice_line_standalone/Makefile (contents, props changed) head/finance/trytond28_account_product/Makefile (contents, props changed) head/finance/trytond28_account_statement/Makefile (contents, props changed) head/finance/trytond28_account_stock_anglo_saxon/Makefile (contents, props changed) head/finance/trytond28_account_stock_continental/Makefile (contents, props changed) head/finance/trytond28_analytic_account/Makefile (contents, props changed) head/finance/trytond28_analytic_invoice/Makefile (contents, props changed) head/finance/trytond28_analytic_purchase/Makefile (contents, props changed) head/finance/trytond28_analytic_sale/Makefile (contents, props changed) head/finance/trytond28_calendar/Makefile (contents, props changed) head/finance/trytond28_calendar_classification/Makefile (contents, props changed) head/finance/trytond28_calendar_scheduling/Makefile (contents, props changed) head/finance/trytond28_calendar_todo/Makefile (contents, props changed) head/finance/trytond28_carrier/Makefile (contents, props changed) head/finance/trytond28_carrier_percentage/Makefile (contents, props changed) head/finance/trytond28_carrier_weight/Makefile (contents, props changed) head/finance/trytond28_company/Makefile (contents, props changed) head/finance/trytond28_company_work_time/Makefile (contents, props changed) head/finance/trytond28_country/Makefile (contents, props changed) head/finance/trytond28_currency/Makefile (contents, props changed) head/finance/trytond28_dashboard/Makefile (contents, props changed) head/finance/trytond28_ldap_authentication/Makefile (contents, props changed) head/finance/trytond28_ldap_connection/Makefile (contents, props changed) head/finance/trytond28_party/Makefile (contents, props changed) head/finance/trytond28_party_siret/Makefile (contents, props changed) head/finance/trytond28_party_vcarddav/Makefile (contents, props changed) head/finance/trytond28_product/Makefile (contents, props changed) head/finance/trytond28_product_attribute/Makefile (contents, props changed) head/finance/trytond28_product_cost_fifo/Makefile (contents, props changed) head/finance/trytond28_product_cost_history/Makefile (contents, props changed) head/finance/trytond28_product_measurements/Makefile (contents, props changed) head/finance/trytond28_product_price_list/Makefile (contents, props changed) head/finance/trytond28_production/Makefile (contents, props changed) head/finance/trytond28_project/Makefile (contents, props changed) head/finance/trytond28_project_invoice/Makefile (contents, props changed) head/finance/trytond28_project_plan/Makefile (contents, props changed) head/finance/trytond28_project_revenue/Makefile (contents, props changed) head/finance/trytond28_purchase/Makefile (contents, props changed) head/finance/trytond28_purchase_invoice_line_standalone/Makefile (contents, props changed) head/finance/trytond28_purchase_shipment_cost/Makefile (contents, props changed) head/finance/trytond28_sale/Makefile (contents, props changed) head/finance/trytond28_sale_opportunity/Makefile (contents, props changed) head/finance/trytond28_sale_price_list/Makefile (contents, props changed) head/finance/trytond28_sale_shipment_cost/Makefile (contents, props changed) head/finance/trytond28_sale_supply/Makefile (contents, props changed) head/finance/trytond28_sale_supply_drop_shipment/Makefile (contents, props changed) head/finance/trytond28_stock/Makefile (contents, props changed) head/finance/trytond28_stock_forecast/Makefile (contents, props changed) head/finance/trytond28_stock_inventory_location/Makefile (contents, props changed) head/finance/trytond28_stock_location_sequence/Makefile (contents, props changed) head/finance/trytond28_stock_lot/Makefile (contents, props changed) head/finance/trytond28_stock_product_location/Makefile (contents, props changed) head/finance/trytond28_stock_split/Makefile (contents, props changed) head/finance/trytond28_stock_supply/Makefile (contents, props changed) head/finance/trytond28_stock_supply_day/Makefile (contents, props changed) head/finance/trytond28_stock_supply_forecast/Makefile (contents, props changed) head/finance/trytond28_stock_supply_production/Makefile (contents, props changed) head/finance/trytond28_timesheet/Makefile (contents, props changed) head/finance/vanitygen/Makefile (contents, props changed) head/finance/xtrader/Makefile (contents, props changed) head/french/aster/Makefile (contents, props changed) head/french/eficas/Makefile (contents, props changed) head/french/geonext/Makefile (contents, props changed) head/french/homard/Makefile (contents, props changed) head/french/med/Makefile (contents, props changed) head/french/trytond28_account_fr/Makefile (contents, props changed) head/french/tvdownloader/Makefile (contents, props changed) head/ftp/R-cran-RCurl/Makefile (contents, props changed) head/ftp/R-cran-curl/Makefile (contents, props changed) head/ftp/bareftp/Makefile (contents, props changed) head/ftp/curl/Makefile (contents, props changed) head/ftp/curlpp/Makefile (contents, props changed) head/ftp/filezilla/Makefile (contents, props changed) head/ftp/fpc-libcurl/Makefile (contents, props changed) head/ftp/ftpmirror/Makefile (contents, props changed) head/ftp/ftpsync/Makefile (contents, props changed) head/ftp/gwget/Makefile (contents, props changed) head/ftp/hs-curl/Makefile (contents, props changed) head/ftp/hsftp/Makefile (contents, props changed) head/ftp/lftp/Makefile (contents, props changed) head/ftp/ocaml-ocurl/Makefile (contents, props changed) head/ftp/p5-Net-FTP-Common/Makefile (contents, props changed) head/ftp/p5-Net-FTP-Recursive/Makefile (contents, props changed) head/ftp/p5-Net-FTPSSL/Makefile (contents, props changed) head/ftp/p5-Net-FTPServer/Makefile (contents, props changed) head/ftp/p5-POE-Component-Client-FTP/Makefile (contents, props changed) head/ftp/p5-SOAP-Transport-FTP/Makefile (contents, props changed) head/ftp/paraget/Makefile (contents, props changed) head/ftp/pavuk/Makefile (contents, props changed) head/ftp/proftpd-mod_geoip/Makefile (contents, props changed) head/ftp/proftpd/Makefile (contents, props changed) head/ftp/profxp/Makefile (contents, props changed) head/ftp/pure-ftpd/Makefile (contents, props changed) head/ftp/py-pycurl/Makefile (contents, props changed) head/ftp/py-pyftpdlib/Makefile (contents, props changed) head/ftp/rubygem-curb/Makefile (contents, props changed) head/ftp/twoftpd/Makefile (contents, props changed) head/ftp/urlgfe/Makefile (contents, props changed) head/ftp/vsftpd-ext/Makefile (contents, props changed) head/ftp/wget/Makefile (contents, props changed) head/ftp/wmget/Makefile (contents, props changed) head/ftp/wput/Makefile (contents, props changed) head/ftp/wzdftpd/Makefile (contents, props changed) head/ftp/yafc/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/3dc/Makefile (contents, props changed) head/games/3omns/Makefile (contents, props changed) head/games/54321/Makefile (contents, props changed) head/games/7kaa/Makefile (contents, props changed) head/games/acm/Makefile (contents, props changed) head/games/adgali/Makefile (contents, props changed) head/games/adonthell/Makefile (contents, props changed) head/games/afternoonstalker/Makefile (contents, props changed) head/games/aisleriot/Makefile (contents, props changed) head/games/alephone-data/Makefile (contents, props changed) head/games/alephone-scenarios/Makefile (contents, props changed) head/games/alephone/Makefile (contents, props changed) head/games/allacrost/Makefile (contents, props changed) head/games/angband/Makefile (contents, props changed) head/games/anki/Makefile (contents, props changed) head/games/armagetron/Makefile (contents, props changed) head/games/arx-libertatis/Makefile (contents, props changed) head/games/asc/Makefile (contents, props changed) head/games/asciiquarium/Makefile (contents, props changed) head/games/assaultcube/Makefile (contents, props changed) head/games/atanks/Makefile (contents, props changed) head/games/atris-sounds/Makefile (contents, props changed) head/games/avoision/Makefile (contents, props changed) head/games/balazar/Makefile (contents, props changed) head/games/balazarbrothers/Makefile (contents, props changed) head/games/bass/Makefile (contents, props changed) head/games/bastet/Makefile (contents, props changed) head/games/battletanks/Makefile (contents, props changed) head/games/biorythm/Makefile (contents, props changed) head/games/blackshadeselite/Makefile (contents, props changed) head/games/blinkensisters/Makefile (contents, props changed) head/games/blobby/Makefile (contents, props changed) head/games/blockout/Makefile (contents, props changed) head/games/bogged/Makefile (contents, props changed) head/games/bombherman/Makefile (contents, props changed) head/games/bomns/Makefile (contents, props changed) head/games/boswars/Makefile (contents, props changed) head/games/bouncy/Makefile (contents, props changed) head/games/brainworkshop/Makefile (contents, props changed) head/games/briquolo/Makefile (contents, props changed) head/games/brutalchess/Makefile (contents, props changed) head/games/bugsquish/Makefile (contents, props changed) head/games/burgerspace/Makefile (contents, props changed) head/games/burrtools/Makefile (contents, props changed) head/games/bygfoot/Makefile (contents, props changed) head/games/bzflag/Makefile (contents, props changed) head/games/caph/Makefile (contents, props changed) head/games/capicity/Makefile (contents, props changed) head/games/capitalism/Makefile (contents, props changed) head/games/cataclysm-dda/Makefile (contents, props changed) head/games/catesc/Makefile (contents, props changed) head/games/cheech/Makefile (contents, props changed) head/games/chessx/Makefile (contents, props changed) head/games/childsplay/Makefile (contents, props changed) head/games/chocolate-doom/Makefile (contents, props changed) head/games/chroma/Makefile (contents, props changed) head/games/chromium-bsu/Makefile (contents, props changed) head/games/cleanq3/Makefile (contents, props changed) head/games/corewars/Makefile (contents, props changed) head/games/corsix-th/Makefile (contents, props changed) head/games/cosmosmash/Makefile (contents, props changed) head/games/craft/Makefile (contents, props changed) head/games/crafty-open-enormous/Makefile (contents, props changed) head/games/crafty-open-large/Makefile (contents, props changed) head/games/crafty-open-medium/Makefile (contents, props changed) head/games/crafty-tablebase-no-pawn/Makefile (contents, props changed) head/games/crafty-tablebase-pawn/Makefile (contents, props changed) head/games/cretan-hubris/Makefile (contents, props changed) head/games/criticalmass/Makefile (contents, props changed) head/games/critterding/Makefile (contents, props changed) head/games/crossfire-client/Makefile (contents, props changed) head/games/crossfire-server/Makefile (contents, props changed) head/games/crrcsim/Makefile (contents, props changed) head/games/cube/Makefile (contents, props changed) head/games/cultivation/Makefile (contents, props changed) head/games/cuyo/Makefile (contents, props changed) head/games/d2x-xl/Makefile (contents, props changed) head/games/daimonin/Makefile (contents, props changed) head/games/dangerdeep/Makefile (contents, props changed) head/games/darkplaces/Makefile (contents, props changed) head/games/dhewm3/Makefile (contents, props changed) head/games/diameter/Makefile (contents, props changed) head/games/diaspora/Makefile (contents, props changed) head/games/doom-data/Makefile.include (contents, props changed) head/games/doomlegacy/Makefile (contents, props changed) head/games/doomsday/Makefile (contents, props changed) head/games/duel/Makefile (contents, props changed) head/games/dustrac/Makefile (contents, props changed) head/games/eboard/Makefile (contents, props changed) head/games/edge/Makefile (contents, props changed) head/games/eduke32/Makefile (contents, props changed) head/games/egl/Makefile (contents, props changed) head/games/el/Makefile (contents, props changed) head/games/ember/Makefile (contents, props changed) head/games/endgame-singularity/Makefile (contents, props changed) head/games/endless-sky/Makefile (contents, props changed) head/games/enigma/Makefile (contents, props changed) head/games/ensemblist/Makefile (contents, props changed) head/games/epiar/Makefile (contents, props changed) head/games/etracer/Makefile (contents, props changed) head/games/evilfinder/Makefile (contents, props changed) head/games/evq3/Makefile (contents, props changed) head/games/excido/Makefile (contents, props changed) head/games/exult/Makefile (contents, props changed) head/games/ezquake/Makefile (contents, props changed) head/games/f1spirit-remake/Makefile (contents, props changed) head/games/falconseye/Makefile (contents, props changed) head/games/fargoal/Makefile (contents, props changed) head/games/fbg2/Makefile (contents, props changed) head/games/fgkicker/Makefile (contents, props changed) head/games/fgrun/Makefile (contents, props changed) head/games/fillets-ng/Makefile (contents, props changed) head/games/fishsupper/Makefile (contents, props changed) head/games/five-or-more/Makefile (contents, props changed) head/games/fkiss/Makefile (contents, props changed) head/games/flare-game/Makefile (contents, props changed) head/games/flightgear-aircraft/Makefile (contents, props changed) head/games/flightgear-mb339-pan/Makefile (contents, props changed) head/games/flightgear/Makefile (contents, props changed) head/games/flyhard/Makefile (contents, props changed) head/games/fmars/Makefile (contents, props changed) head/games/foobillard/Makefile (contents, props changed) head/games/fotaq/Makefile (contents, props changed) head/games/four-in-a-row/Makefile (contents, props changed) head/games/freecell-solver/Makefile (contents, props changed) head/games/freeciv/Makefile (contents, props changed) head/games/freedink-engine/Makefile (contents, props changed) head/games/freedink/Makefile (contents, props changed) head/games/freedoko/Makefile (contents, props changed) head/games/freedroid/Makefile (contents, props changed) head/games/freedroidrpg/Makefile (contents, props changed) head/games/freeminer-default/Makefile (contents, props changed) head/games/freeminer/Makefile (contents, props changed) head/games/freesynd/Makefile (contents, props changed) head/games/freetennis/Makefile (contents, props changed) head/games/fretsonfire/Makefile (contents, props changed) head/games/frobtads/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/frozen-bubble/Makefile (contents, props changed) head/games/fteqw/Makefile (contents, props changed) head/games/funnyboat/Makefile (contents, props changed) head/games/fxsudoku/Makefile (contents, props changed) head/games/galaxyhack/Makefile (contents, props changed) head/games/gbrainy/Makefile (contents, props changed) head/games/gcompris/Makefile (contents, props changed) head/games/gemrb/Makefile (contents, props changed) head/games/ggz-client-libs/Makefile (contents, props changed) head/games/ggz-gtk-games/Makefile (contents, props changed) head/games/gillo/Makefile (contents, props changed) head/games/glaxium/Makefile (contents, props changed) head/games/glbsp/Makefile (contents, props changed) head/games/glchess/Makefile (contents, props changed) head/games/glest/Makefile (contents, props changed) head/games/glightoff/Makefile (contents, props changed) head/games/glob2/Makefile (contents, props changed) head/games/gltron/Makefile (contents, props changed) head/games/gnome-2048/Makefile (contents, props changed) head/games/gnome-chess/Makefile (contents, props changed) head/games/gnome-games/Makefile (contents, props changed) head/games/gnome-klotski/Makefile (contents, props changed) head/games/gnome-mahjongg/Makefile (contents, props changed) head/games/gnome-mines/Makefile (contents, props changed) head/games/gnome-nibbles/Makefile (contents, props changed) head/games/gnome-robots/Makefile (contents, props changed) head/games/gnome-sudoku/Makefile (contents, props changed) head/games/gnome-taquin/Makefile (contents, props changed) head/games/gnome-tetravex/Makefile (contents, props changed) head/games/gnomekiss/Makefile (contents, props changed) head/games/gnubg/Makefile (contents, props changed) head/games/gnudoku/Makefile (contents, props changed) head/games/gnurobots/Makefile (contents, props changed) head/games/gnustep-ladder/Makefile (contents, props changed) head/games/gondola/Makefile (contents, props changed) head/games/gracer/Makefile (contents, props changed) head/games/gtkevemon/Makefile (contents, props changed) head/games/gtkradiant/Makefile (contents, props changed) head/games/gtktetcolor/Makefile (contents, props changed) head/games/gunfudeadlands/Makefile (contents, props changed) head/games/hedgewars/Makefile (contents, props changed) head/games/hexxagon/Makefile (contents, props changed) head/games/hitori/Makefile (contents, props changed) head/games/holotz-castle/Makefile (contents, props changed) head/games/hoverboard-sdl/Makefile (contents, props changed) head/games/hypatia_engine/Makefile (contents, props changed) head/games/iagno/Makefile (contents, props changed) head/games/ifm/Makefile (contents, props changed) head/games/imaze/Makefile (contents, props changed) head/games/inform/Makefile (contents, props changed) head/games/inform7/Makefile (contents, props changed) head/games/ioquake3/Makefile (contents, props changed) head/games/iourbanterror/Makefile (contents, props changed) head/games/irrlamb/Makefile (contents, props changed) head/games/jfsw/Makefile (contents, props changed) head/games/jigzo/Makefile (contents, props changed) head/games/jinput/Makefile (contents, props changed) head/games/joequake/Makefile (contents, props changed) head/games/jvgs/Makefile (contents, props changed) head/games/kajaani-kombat/Makefile (contents, props changed) head/games/kartofel/Makefile (contents, props changed) head/games/kdegames4/Makefile (contents, props changed) head/games/kevedit/Makefile (contents, props changed) head/games/kiki/Makefile (contents, props changed) head/games/klavaro/Makefile (contents, props changed) head/games/kmahjongg/Makefile (contents, props changed) head/games/knights-kde4/Makefile (contents, props changed) head/games/kshisen/Makefile (contents, props changed) head/games/ksirk/Makefile (contents, props changed) head/games/kuklomenos/Makefile (contents, props changed) head/games/lander/Makefile (contents, props changed) head/games/latrine/Makefile (contents, props changed) head/games/lbreakout2/Makefile (contents, props changed) head/games/ldmud/Makefile (contents, props changed) head/games/legends/Makefile (contents, props changed) head/games/libgames-support/Makefile (contents, props changed) head/games/libggz/Makefile (contents, props changed) head/games/libggz/bsd.ggz.mk (contents, props changed) head/games/libkdegames/Makefile (contents, props changed) head/games/libmt_client/Makefile (contents, props changed) head/games/libretro-cores/Makefile (contents, props changed) head/games/lightsoff/Makefile (contents, props changed) head/games/lincity-ng/Makefile (contents, props changed) head/games/lincity/Makefile (contents, props changed) head/games/linux-darwinia-demo/Makefile (contents, props changed) head/games/linux-defcon/Makefile (contents, props changed) head/games/linux-doom3-demo/Makefile (contents, props changed) head/games/linux-enemyterritory-etpro/Makefile (contents, props changed) head/games/linux-enemyterritory-jaymod-21/Makefile (contents, props changed) head/games/linux-enemyterritory-jaymod/Makefile (contents, props changed) head/games/linux-enemyterritory-omni-bot-0660/Makefile (contents, props changed) head/games/linux-enemyterritory-omni-bot/Makefile (contents, props changed) head/games/linux-enemyterritory-shrub/Makefile (contents, props changed) head/games/linux-enemyterritory-tce/Makefile (contents, props changed) head/games/linux-enemyterritory/Makefile (contents, props changed) head/games/linux-nerogame/Makefile (contents, props changed) head/games/linux-nwnclient/Makefile (contents, props changed) head/games/linux-rtcw/Makefile (contents, props changed) head/games/linux-unigine-heaven/Makefile (contents, props changed) head/games/linux-unigine-valley/Makefile (contents, props changed) head/games/linux-unrealgold/Makefile (contents, props changed) head/games/linux-uplink-demo/Makefile (contents, props changed) head/games/linux-ut/Makefile (contents, props changed) head/games/linux-ut2003-demo/Makefile (contents, props changed) head/games/linux-virtual-jay-peak/Makefile (contents, props changed) head/games/linux-worldofgoo-demo/Makefile (contents, props changed) head/games/liquidwar/Makefile (contents, props changed) head/games/live-f1/Makefile (contents, props changed) head/games/lolcat/Makefile (contents, props changed) head/games/lostfeathers/Makefile (contents, props changed) head/games/lugaru/Makefile (contents, props changed) head/games/lwjgl/Makefile (contents, props changed) head/games/macopix/Makefile (contents, props changed) head/games/magicmaze/Makefile (contents, props changed) head/games/magicor/Makefile (contents, props changed) head/games/maitretarot/Makefile (contents, props changed) head/games/manaplus/Makefile (contents, props changed) head/games/mangband/Makefile (contents, props changed) head/games/marsnomercy/Makefile (contents, props changed) head/games/meandmyshadow/Makefile (contents, props changed) head/games/megaglest/Makefile (contents, props changed) head/games/minecraft-client/Makefile (contents, props changed) head/games/minecraft-server/Makefile (contents, props changed) head/games/minerbold/Makefile (contents, props changed) head/games/minetest/Makefile (contents, props changed) head/games/minetest_game/Makefile (contents, props changed) head/games/mkgichessclub/Makefile (contents, props changed) head/games/mkhexgrid/Makefile (contents, props changed) head/games/monster-masher/Makefile (contents, props changed) head/games/motogt/Makefile (contents, props changed) head/games/mt_dolphin_ia/Makefile (contents, props changed) head/games/mt_gtk_client/Makefile (contents, props changed) head/games/mudmagic/Makefile (contents, props changed) head/games/naev/Makefile (contents, props changed) head/games/nazghul/Makefile (contents, props changed) head/games/nelly/Makefile (contents, props changed) head/games/netradiant/Makefile (contents, props changed) head/games/netrek-client-cow/Makefile (contents, props changed) head/games/netspades/Makefile (contents, props changed) head/games/neverball/Makefile (contents, props changed) head/games/nexuiz/Makefile (contents, props changed) head/games/nimuh/Makefile (contents, props changed) head/games/ninix-aya/Makefile (contents, props changed) head/games/noegnud-littlehack/Makefile (contents, props changed) head/games/noegnud-nethack-deet/Makefile (contents, props changed) head/games/noegnud-nethack/Makefile (contents, props changed) head/games/noegnud-slashem/Makefile (contents, props changed) head/games/numptyphysics-npcomplete/Makefile (contents, props changed) head/games/nwndata/Makefile (contents, props changed) head/games/oneko/Makefile (contents, props changed) head/games/oolite/Makefile (contents, props changed) head/games/openalchemist/Makefile (contents, props changed) head/games/openarena/Makefile (contents, props changed) head/games/openarena/Makefile.include (contents, props changed) head/games/openastromenace/Makefile (contents, props changed) head/games/openclonk/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) head/games/openmortal/Makefile (contents, props changed) head/games/openmw/Makefile (contents, props changed) head/games/opensonic/Makefile (contents, props changed) head/games/openspades/Makefile (contents, props changed) head/games/opensurge/Makefile (contents, props changed) head/games/openttd/Makefile (contents, props changed) head/games/openxcom/Makefile (contents, props changed) head/games/openyahtzee/Makefile (contents, props changed) head/games/optimax/Makefile (contents, props changed) head/games/outerspace/Makefile (contents, props changed) head/games/p5-Algorithm-Pair-Swiss/Makefile (contents, props changed) head/games/p5-Baseball-Sabermetrics/Makefile (contents, props changed) head/games/p5-Games-Alak/Makefile (contents, props changed) head/games/p5-Games-Bingo-Bot/Makefile (contents, props changed) head/games/p5-Games-Bingo-Print/Makefile (contents, props changed) head/games/p5-Games-Dice/Makefile (contents, props changed) head/games/pacmanarena/Makefile (contents, props changed) head/games/paintown/Makefile (contents, props changed) head/games/palomino/Makefile (contents, props changed) head/games/pangzero/Makefile (contents, props changed) head/games/penguin-command/Makefile (contents, props changed) head/games/phlipple/Makefile (contents, props changed) head/games/pinball/Makefile (contents, props changed) head/games/pingus/Makefile (contents, props changed) head/games/pink-pony/Makefile (contents, props changed) head/games/pioneer/Makefile (contents, props changed) head/games/pioneers/Makefile (contents, props changed) head/games/plee-the-bear/Makefile (contents, props changed) head/games/plutocracy/Makefile (contents, props changed) head/games/poker-engine/Makefile (contents, props changed) head/games/pokerth/Makefile (contents, props changed) head/games/powermanga/Makefile (contents, props changed) head/games/ppracer/Makefile (contents, props changed) head/games/prboom-plus/Makefile (contents, props changed) head/games/prboom/Makefile (contents, props changed) head/games/primateplunge/Makefile (contents, props changed) head/games/ptkei/Makefile (contents, props changed) head/games/pushover/Makefile (contents, props changed) head/games/py-fife/Makefile (contents, props changed) head/games/py-mnemosyne/Makefile (contents, props changed) head/games/py-poker-eval/Makefile (contents, props changed) head/games/py-sgfsummary/Makefile (contents, props changed) head/games/pyching/Makefile (contents, props changed) head/games/pyfa/Makefile (contents, props changed) head/games/pykawari/Makefile (contents, props changed) head/games/pysolfc/Makefile (contents, props changed) head/games/pysycache-lang/Makefile (contents, props changed) head/games/pysycache-themes/Makefile (contents, props changed) head/games/pysycache/Makefile (contents, props changed) head/games/pythonchess/Makefile (contents, props changed) head/games/pythonsudoku/Makefile (contents, props changed) head/games/q2p/Makefile (contents, props changed) head/games/q2pro/Makefile (contents, props changed) head/games/q3cellshading/Makefile (contents, props changed) head/games/qmars/Makefile (contents, props changed) head/games/quadra/Makefile (contents, props changed) head/games/quadrapassel/Makefile (contents, props changed) head/games/quake-data/Makefile.include (contents, props changed) head/games/quake-dpmod/Makefile (contents, props changed) head/games/quake-source/Makefile.include (contents, props changed) head/games/quake2-data/Makefile.include (contents, props changed) head/games/quake2-extras/Makefile (contents, props changed) head/games/quake2lnx/Makefile (contents, props changed) head/games/quake2max/Makefile (contents, props changed) head/games/quake3-data/Makefile.include (contents, props changed) head/games/quake3/Makefile (contents, props changed) head/games/quakeforge/Makefile (contents, props changed) head/games/quantumminigolf/Makefile (contents, props changed) head/games/qudos/Makefile (contents, props changed) head/games/r1q2/Makefile (contents, props changed) head/games/railroad-rampage/Makefile (contents, props changed) head/games/redeclipse/Makefile (contents, props changed) head/games/retroarch/Makefile (contents, props changed) head/games/rnd_jue/Makefile (contents, props changed) head/games/robocalypto/Makefile (contents, props changed) head/games/rockdodger/Makefile (contents, props changed) head/games/rocksndiamonds-data/Makefile (contents, props changed) head/games/rocksndiamonds/Makefile (contents, props changed) head/games/rtb/Makefile (contents, props changed) head/games/scare/Makefile (contents, props changed) head/games/scorched3d/Makefile (contents, props changed) head/games/scourge/Makefile (contents, props changed) head/games/scummvm-tools/Makefile (contents, props changed) head/games/scummvm/Makefile (contents, props changed) head/games/sdb/Makefile (contents, props changed) head/games/sdlquake2/Makefile (contents, props changed) head/games/sea-defender/Makefile (contents, props changed) head/games/searchandrescue/Makefile (contents, props changed) head/games/shaaft/Makefile (contents, props changed) head/games/sjeng/Makefile (contents, props changed) head/games/slade/Makefile (contents, props changed) head/games/slune/Makefile (contents, props changed) head/games/sol/Makefile (contents, props changed) head/games/solarus-quest-editor/Makefile (contents, props changed) head/games/solarus/Makefile (contents, props changed) head/games/solarwolf/Makefile (contents, props changed) head/games/spellathon/Makefile (contents, props changed) head/games/spring/Makefile (contents, props changed) head/games/springlobby/Makefile (contents, props changed) head/games/stepmania-devel/Makefile (contents, props changed) head/games/stonesoup/Makefile (contents, props changed) head/games/stormbaancoureur/Makefile (contents, props changed) head/games/stransball2/Makefile (contents, props changed) head/games/stratagus/Makefile (contents, props changed) head/games/super_methane_brothers/Makefile (contents, props changed) head/games/supertux2/Makefile (contents, props changed) head/games/supertuxkart/Makefile (contents, props changed) head/games/swell-foop/Makefile (contents, props changed) head/games/tali/Makefile (contents, props changed) head/games/tank/Makefile (contents, props changed) head/games/tanks-of-freedom/Makefile (contents, props changed) head/games/tbe/Makefile (contents, props changed) head/games/tecnoballz/Makefile (contents, props changed) head/games/teeworlds/Makefile (contents, props changed) head/games/tenebrae/Makefile (contents, props changed) head/games/textmaze/Makefile (contents, props changed) head/games/thegrind/Makefile (contents, props changed) head/games/thudboard/Makefile (contents, props changed) head/games/tksol/Makefile (contents, props changed) head/games/tome4/Makefile (contents, props changed) head/games/torcs/Makefile (contents, props changed) head/games/toycars/Makefile (contents, props changed) head/games/trackballs/Makefile (contents, props changed) head/games/traingame/Makefile (contents, props changed) head/games/tremulous/Makefile (contents, props changed) head/games/trenchbroom/Makefile (contents, props changed) head/games/trigger-rally/Makefile (contents, props changed) head/games/trophy/Makefile (contents, props changed) head/games/ttraffic/Makefile (contents, props changed) head/games/tux-aqfh/Makefile (contents, props changed) head/games/tuxkart/Makefile (contents, props changed) head/games/tuxpaint-config/Makefile (contents, props changed) head/games/tuxpaint-fonts/Makefile (contents, props changed) head/games/tuxpaint-stamps/Makefile (contents, props changed) head/games/tuxpaint/Makefile (contents, props changed) head/games/tuxpuck/Makefile (contents, props changed) head/games/tuxtype/Makefile (contents, props changed) head/games/ufoai-data/Makefile (contents, props changed) head/games/ufoai/Makefile (contents, props changed) head/games/uhexen/Makefile (contents, props changed) head/games/uhexen2-extras/Makefile (contents, props changed) head/games/uhexen2/Makefile (contents, props changed) head/games/ultimatestunts/Makefile (contents, props changed) head/games/unknown-horizons/Makefile (contents, props changed) head/games/uqm/Makefile (contents, props changed) head/games/valyriatear/Makefile (contents, props changed) head/games/vamos/Makefile (contents, props changed) head/games/vavoom-extras/Makefile (contents, props changed) head/games/vavoom/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile (contents, props changed) head/games/vultures-eye/Makefile (contents, props changed) head/games/wargus/Makefile (contents, props changed) head/games/warmux/Makefile (contents, props changed) head/games/warsow-data/Makefile (contents, props changed) head/games/warsow/Makefile (contents, props changed) head/games/warzone2100/Makefile (contents, props changed) head/games/wesnoth/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/games/wizznic/Makefile (contents, props changed) head/games/wmminichess/Makefile (contents, props changed) head/games/wmqstat/Makefile (contents, props changed) head/games/wop/Makefile (contents, props changed) head/games/worldofpadman/Makefile (contents, props changed) head/games/wxlauncher/Makefile (contents, props changed) head/games/wyrmgus/Makefile (contents, props changed) head/games/wyrmsun/Makefile (contents, props changed) head/games/xabacus/Makefile (contents, props changed) head/games/xbattle/Makefile (contents, props changed) head/games/xblackjack/Makefile (contents, props changed) head/games/xblast/Makefile (contents, props changed) head/games/xboard-devel/Makefile (contents, props changed) head/games/xboard/Makefile (contents, props changed) head/games/xbubble/Makefile (contents, props changed) head/games/xcowsay/Makefile (contents, props changed) head/games/xfrisk/Makefile (contents, props changed) head/games/xglk/Makefile (contents, props changed) head/games/xgospel/Makefile (contents, props changed) head/games/xjewel/Makefile (contents, props changed) head/games/xlife/Makefile (contents, props changed) head/games/xmastermind/Makefile (contents, props changed) head/games/xmine/Makefile (contents, props changed) head/games/xmoto/Makefile (contents, props changed) head/games/xonotic/Makefile (contents, props changed) head/games/xpacman/Makefile (contents, props changed) head/games/xpilot-ng-server/Makefile (contents, props changed) head/games/xpuyopuyo/Makefile (contents, props changed) head/games/xqf/Makefile (contents, props changed) head/games/xscavenger/Makefile (contents, props changed) head/games/xscorch/Makefile (contents, props changed) head/games/xshogi/Makefile (contents, props changed) head/games/xteddy/Makefile (contents, props changed) head/games/xvmahjongg/Makefile (contents, props changed) head/games/xvmines/Makefile (contents, props changed) head/games/xye/Makefile (contents, props changed) head/games/zaz/Makefile (contents, props changed) head/games/zephulor/Makefile (contents, props changed) head/games/zoom/Makefile (contents, props changed) head/german/BBBike/Makefile (contents, props changed) head/german/bugzilla44/Makefile (contents, props changed) head/german/dict/Makefile (contents, props changed) head/german/ding/Makefile (contents, props changed) head/german/geonext/Makefile (contents, props changed) head/german/hunspell/Makefile (contents, props changed) head/german/mediathek/Makefile (contents, props changed) head/german/steak/Makefile (contents, props changed) head/german/trytond28_account_de_skr03/Makefile (contents, props changed) head/german/unix-connect/Makefile (contents, props changed) head/graphics/Coin/Makefile (contents, props changed) head/graphics/EZWGL/Makefile (contents, props changed) head/graphics/GraphicsMagick/Makefile (contents, props changed) head/graphics/IPA/Makefile (contents, props changed) head/graphics/ImageMagick/Makefile (contents, props changed) head/graphics/ImageMagick7/Makefile (contents, props changed) head/graphics/OpenEXR/Makefile (contents, props changed) head/graphics/R-cran-DiagrammeR/Makefile (contents, props changed) head/graphics/R-cran-GDD/Makefile (contents, props changed) head/graphics/R-cran-diagram/Makefile (contents, props changed) head/graphics/R-cran-dygraphs/Makefile (contents, props changed) head/graphics/R-cran-ggplot2/Makefile (contents, props changed) head/graphics/R-cran-munsell/Makefile (contents, props changed) head/graphics/R-cran-png/Makefile (contents, props changed) head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rtiff/Makefile (contents, props changed) head/graphics/R-cran-scales/Makefile (contents, props changed) head/graphics/R-cran-visNetwork/Makefile (contents, props changed) head/graphics/a2png/Makefile (contents, props changed) head/graphics/aaphoto/Makefile (contents, props changed) head/graphics/acidwarp/Makefile (contents, props changed) head/graphics/aeskulap/Makefile (contents, props changed) head/graphics/agave/Makefile (contents, props changed) head/graphics/agg/Makefile (contents, props changed) head/graphics/alembic/Makefile (contents, props changed) head/graphics/alpng/Makefile (contents, props changed) head/graphics/amide/Makefile (contents, props changed) head/graphics/ampasCTL/Makefile (contents, props changed) head/graphics/aoi/Makefile (contents, props changed) head/graphics/apngasm/Makefile (contents, props changed) head/graphics/apngdis/Makefile (contents, props changed) head/graphics/appleseed/Makefile (contents, props changed) head/graphics/apvlv/Makefile (contents, props changed) head/graphics/aqsis/Makefile (contents, props changed) head/graphics/argyllcms/Makefile (contents, props changed) head/graphics/asciio/Makefile (contents, props changed) head/graphics/atril/Makefile (contents, props changed) head/graphics/autopano-sift-c/Makefile (contents, props changed) head/graphics/autotrace/Makefile (contents, props changed) head/graphics/aview/Makefile (contents, props changed) head/graphics/ayam/Makefile (contents, props changed) head/graphics/barbecue/Makefile (contents, props changed) head/graphics/barcode/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/bmeps/Makefile (contents, props changed) head/graphics/box/Makefile (contents, props changed) head/graphics/boxer/Makefile (contents, props changed) head/graphics/bugle/Makefile (contents, props changed) head/graphics/burplex/Makefile (contents, props changed) head/graphics/cadubi/Makefile (contents, props changed) head/graphics/cairo/Makefile (contents, props changed) head/graphics/camera/Makefile (contents, props changed) head/graphics/camerakit/Makefile (contents, props changed) head/graphics/cbview/Makefile (contents, props changed) head/graphics/cbviewer/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/cfdg/Makefile (contents, props changed) head/graphics/chbg/Makefile (contents, props changed) head/graphics/cimg/Makefile (contents, props changed) head/graphics/cinepaint/Makefile (contents, props changed) head/graphics/clutter-gtk/Makefile (contents, props changed) head/graphics/clutter-gtk3/Makefile (contents, props changed) head/graphics/clutter/Makefile (contents, props changed) head/graphics/cluttermm/Makefile (contents, props changed) head/graphics/code-eli/Makefile (contents, props changed) head/graphics/colord-gtk/Makefile (contents, props changed) head/graphics/colord/Makefile (contents, props changed) head/graphics/comical/Makefile (contents, props changed) head/graphics/commons-utilities/Makefile (contents, props changed) head/graphics/converseen/Makefile (contents, props changed) head/graphics/copperspice/Makefile (contents, props changed) head/graphics/cosmoplayer/Makefile (contents, props changed) head/graphics/crw/Makefile (contents, props changed) head/graphics/cthumb/Makefile (contents, props changed) head/graphics/cuneiform/Makefile (contents, props changed) head/graphics/curator/Makefile (contents, props changed) head/graphics/cuttlefish/Makefile (contents, props changed) head/graphics/danpei/Makefile (contents, props changed) head/graphics/darktable/Makefile (contents, props changed) head/graphics/dataplot/Makefile (contents, props changed) head/graphics/dcp2icc/Makefile (contents, props changed) head/graphics/dcraw-m/Makefile (contents, props changed) head/graphics/dcraw/Makefile (contents, props changed) head/graphics/deegree-csw/Makefile (contents, props changed) head/graphics/deegree-igeoportal/Makefile (contents, props changed) head/graphics/deegree-wcs/Makefile (contents, props changed) head/graphics/deegree-wfs/Makefile (contents, props changed) head/graphics/deegree-wms/Makefile (contents, props changed) head/graphics/deegree-wps/Makefile (contents, props changed) head/graphics/deegree-wpvs/Makefile (contents, props changed) head/graphics/devil/Makefile (contents, props changed) head/graphics/dia/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile.common (contents, props changed) head/graphics/djview4/Makefile (contents, props changed) head/graphics/djvulibre/Makefile (contents, props changed) head/graphics/dmtx-utils/Makefile (contents, props changed) head/graphics/dri/Makefile (contents, props changed) head/graphics/driconf/Makefile (contents, props changed) head/graphics/edje_viewer/Makefile (contents, props changed) head/graphics/electrix/Makefile (contents, props changed) head/graphics/embree/Makefile (contents, props changed) head/graphics/enblend/Makefile (contents, props changed) head/graphics/entangle/Makefile (contents, props changed) head/graphics/eog-plugins/Makefile (contents, props changed) head/graphics/eog/Makefile (contents, props changed) head/graphics/eom/Makefile (contents, props changed) head/graphics/eos-movrec/Makefile (contents, props changed) head/graphics/epdfview/Makefile (contents, props changed) head/graphics/epix/Makefile (contents, props changed) head/graphics/evas_generic_loaders-gst/Makefile (contents, props changed) head/graphics/evas_generic_loaders-pdf/Makefile (contents, props changed) head/graphics/evas_generic_loaders-ps/Makefile (contents, props changed) head/graphics/evas_generic_loaders-raw/Makefile (contents, props changed) head/graphics/evas_generic_loaders-svg/Makefile (contents, props changed) head/graphics/evas_generic_loaders-xcf/Makefile (contents, props changed) head/graphics/evas_generic_loaders/Makefile (contents, props changed) head/graphics/evince/Makefile (contents, props changed) head/graphics/evolvotron/Makefile (contents, props changed) head/graphics/exact-image/Makefile (contents, props changed) head/graphics/exif/Makefile (contents, props changed) head/graphics/exiftran/Makefile (contents, props changed) head/graphics/exiv2/Makefile (contents, props changed) head/graphics/exrtools/Makefile (contents, props changed) head/graphics/farbfeld/Makefile (contents, props changed) head/graphics/feh/Makefile (contents, props changed) head/graphics/figurine/Makefile (contents, props changed) head/graphics/flam3/Makefile (contents, props changed) head/graphics/flphoto/Makefile (contents, props changed) head/graphics/fly/Makefile (contents, props changed) head/graphics/fortytwo/Makefile (contents, props changed) head/graphics/fotofix/Makefile (contents, props changed) head/graphics/fotoxx/Makefile (contents, props changed) head/graphics/fpc-cairo/Makefile (contents, props changed) head/graphics/fpc-hermes/Makefile (contents, props changed) head/graphics/fpc-imagemagick/Makefile (contents, props changed) head/graphics/fpc-libgd/Makefile (contents, props changed) head/graphics/fpc-libpng/Makefile (contents, props changed) head/graphics/fpc-proj4/Makefile (contents, props changed) head/graphics/fpc-rsvg/Makefile (contents, props changed) head/graphics/fpc-svgalib/Makefile (contents, props changed) head/graphics/fracplanet/Makefile (contents, props changed) head/graphics/frei0r-plugins/Makefile (contents, props changed) head/graphics/frei0r/Makefile (contents, props changed) head/graphics/ftgl/Makefile (contents, props changed) head/graphics/fusefs-gphotofs/Makefile (contents, props changed) head/graphics/fv/Makefile (contents, props changed) head/graphics/fyre/Makefile (contents, props changed) head/graphics/g2/Makefile (contents, props changed) head/graphics/gauche-gl/Makefile (contents, props changed) head/graphics/gbm/Makefile (contents, props changed) head/graphics/gd/Makefile (contents, props changed) head/graphics/gdal/Makefile (contents, props changed) head/graphics/gdchart/Makefile (contents, props changed) head/graphics/gdk-pixbuf/Makefile (contents, props changed) head/graphics/gdk-pixbuf2/Makefile (contents, props changed) head/graphics/gdtclft/Makefile (contents, props changed) head/graphics/geeqie/Makefile (contents, props changed) head/graphics/gegl/Makefile (contents, props changed) head/graphics/gegl3/Makefile (contents, props changed) head/graphics/geomorph/Makefile (contents, props changed) head/graphics/geomview/Makefile (contents, props changed) head/graphics/geos/Makefile (contents, props changed) head/graphics/gexiv2/Makefile (contents, props changed) head/graphics/giblib/Makefile (contents, props changed) head/graphics/gif2png/Makefile (contents, props changed) head/graphics/giflib/Makefile (contents, props changed) head/graphics/gimageview/Makefile (contents, props changed) head/graphics/gimmage/Makefile (contents, props changed) head/graphics/gimp-app/Makefile (contents, props changed) head/graphics/gimp-beautify-plugin/Makefile (contents, props changed) head/graphics/gimp-data-extras/Makefile (contents, props changed) head/graphics/gimp-elsamuko-script/Makefile (contents, props changed) head/graphics/gimp-ez-perspective-plugin/Makefile (contents, props changed) head/graphics/gimp-focusblur-plugin/Makefile (contents, props changed) head/graphics/gimp-gmic-plugin/Makefile (contents, props changed) head/graphics/gimp-help/Makefile (contents, props changed) head/graphics/gimp-jagged-border-script/Makefile (contents, props changed) head/graphics/gimp-lensfun-plugin/Makefile (contents, props changed) head/graphics/gimp-lqr-plugin/Makefile (contents, props changed) head/graphics/gimp-refocus-plugin/Makefile (contents, props changed) head/graphics/gimp-resynthesizer/Makefile (contents, props changed) head/graphics/gimp-save-for-web/Makefile (contents, props changed) head/graphics/gimp-wavelet-decompose-plugin/Makefile (contents, props changed) head/graphics/gimp-wavelet-denoise-plugin/Makefile (contents, props changed) head/graphics/gimp-wavelet-sharpen-plugin/Makefile (contents, props changed) head/graphics/gimp/Makefile (contents, props changed) head/graphics/gimpfx-foundry/Makefile (contents, props changed) head/graphics/giram/Makefile (contents, props changed) head/graphics/gkrellkam2/Makefile (contents, props changed) head/graphics/gle-graphics/Makefile (contents, props changed) head/graphics/glfw/Makefile (contents, props changed) head/graphics/gliv/Makefile (contents, props changed) head/graphics/glosm/Makefile (contents, props changed) head/graphics/glpng/Makefile (contents, props changed) head/graphics/gltt/Makefile (contents, props changed) head/graphics/gmt/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/graphics/gnofract4d/Makefile (contents, props changed) head/graphics/gnome-color-manager/Makefile (contents, props changed) head/graphics/gnustep-slideshow/Makefile (contents, props changed) head/graphics/gocr/Makefile (contents, props changed) head/graphics/goocanvasmm/Makefile (contents, props changed) head/graphics/goocanvasmm2/Makefile (contents, props changed) head/graphics/goom/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/gphoto2/Makefile (contents, props changed) head/graphics/gpsmanshp/Makefile (contents, props changed) head/graphics/grads/Makefile (contents, props changed) head/graphics/grafx2/Makefile (contents, props changed) head/graphics/graphviz/Makefile (contents, props changed) head/graphics/grx/Makefile (contents, props changed) head/graphics/gscan2pdf/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/gstreamer-plugins-gl/Makefile (contents, props changed) head/graphics/gthumb/Makefile (contents, props changed) head/graphics/gtimelapse/Makefile (contents, props changed) head/graphics/gtk-update-icon-cache/Makefile (contents, props changed) head/graphics/gtkam/Makefile (contents, props changed) head/graphics/gtkdps/Makefile (contents, props changed) head/graphics/gts/Makefile (contents, props changed) head/graphics/gwenview-kde4/Makefile (contents, props changed) head/graphics/gx/Makefile (contents, props changed) head/graphics/hdr_tools/Makefile (contents, props changed) head/graphics/hs-cairo/Makefile (contents, props changed) head/graphics/hsetroot/Makefile (contents, props changed) head/graphics/hugin/Makefile (contents, props changed) head/graphics/icat/Makefile (contents, props changed) head/graphics/iccexamin/Makefile (contents, props changed) head/graphics/iccxml/Makefile (contents, props changed) head/graphics/icon-slicer/Makefile (contents, props changed) head/graphics/icontact/Makefile (contents, props changed) head/graphics/icoutils/Makefile (contents, props changed) head/graphics/ida/Makefile (contents, props changed) head/graphics/iec16022/Makefile (contents, props changed) head/graphics/iiview/Makefile (contents, props changed) head/graphics/imageindex/Makefile (contents, props changed) head/graphics/imageworsener/Makefile (contents, props changed) head/graphics/imc/Makefile (contents, props changed) head/graphics/imgtops/Makefile (contents, props changed) head/graphics/imgv/Makefile (contents, props changed) head/graphics/imlib2/Makefile (contents, props changed) head/graphics/imlib2_loaders/Makefile (contents, props changed) head/graphics/import-pictures/Makefile (contents, props changed) head/graphics/impressive/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/intel-backlight/Makefile (contents, props changed) head/graphics/inventor/Makefile (contents, props changed) head/graphics/ipe/Makefile (contents, props changed) head/graphics/iulib/Makefile (contents, props changed) head/graphics/jbig2dec/Makefile (contents, props changed) head/graphics/jdraw/Makefile (contents, props changed) head/graphics/jogamp-jogl/Makefile (contents, props changed) head/graphics/jogl/Makefile (contents, props changed) head/graphics/jp2a/Makefile (contents, props changed) head/graphics/jpeg-turbo/Makefile (contents, props changed) head/graphics/kamera-kde4/Makefile (contents, props changed) head/graphics/kdegraphics4-strigi-analyzer/Makefile (contents, props changed) head/graphics/kdegraphics4/Makefile (contents, props changed) head/graphics/kipi-plugin-debianscreenshots/Makefile (contents, props changed) head/graphics/kipi-plugin-dngconverter/Makefile (contents, props changed) head/graphics/kipi-plugin-dropbox/Makefile (contents, props changed) head/graphics/kipi-plugin-facebook/Makefile (contents, props changed) head/graphics/kipi-plugin-googledrive/Makefile (contents, props changed) head/graphics/kipi-plugin-gpssync/Makefile (contents, props changed) head/graphics/kipi-plugin-imgurexport/Makefile (contents, props changed) head/graphics/kipi-plugin-ipodexport/Makefile (contents, props changed) head/graphics/kipi-plugin-mediawiki/Makefile (contents, props changed) head/graphics/kipi-plugin-removeredeyes/Makefile (contents, props changed) head/graphics/kipi-plugin-shwup/Makefile (contents, props changed) head/graphics/kipi-plugin-videoslideshow/Makefile (contents, props changed) head/graphics/kipi-plugin-vkontakte/Makefile (contents, props changed) head/graphics/kipi-plugin-yandexfotki/Makefile (contents, props changed) head/graphics/kipi-plugins-kde4/Makefile (contents, props changed) head/graphics/klatexformula/Makefile (contents, props changed) head/graphics/kludge3d/Makefile (contents, props changed) head/graphics/kphotoalbum-kde4/Makefile (contents, props changed) head/graphics/kpovmodeler/Makefile (contents, props changed) head/graphics/kudu/Makefile (contents, props changed) head/graphics/l2p/Makefile (contents, props changed) head/graphics/lcdtest/Makefile (contents, props changed) head/graphics/lcms-python/Makefile (contents, props changed) head/graphics/lcms/Makefile (contents, props changed) head/graphics/lcms2/Makefile (contents, props changed) head/graphics/lensfun/Makefile (contents, props changed) head/graphics/leptonica/Makefile (contents, props changed) head/graphics/libEGL/Makefile (contents, props changed) head/graphics/libGL/Makefile (contents, props changed) head/graphics/libGL/Makefile.common (contents, props changed) head/graphics/libafterimage/Makefile (contents, props changed) head/graphics/libboard/Makefile (contents, props changed) head/graphics/libbpg/Makefile (contents, props changed) head/graphics/libcaca/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libchamplain/Makefile (contents, props changed) head/graphics/libchamplain08/Makefile (contents, props changed) head/graphics/libdmtx/Makefile (contents, props changed) head/graphics/libdrm/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libexif-gtk/Makefile (contents, props changed) head/graphics/libfreehand/Makefile (contents, props changed) head/graphics/libgaiagraphics/Makefile (contents, props changed) head/graphics/libgeotiff/Makefile (contents, props changed) head/graphics/libgfx/Makefile (contents, props changed) head/graphics/libglapi/Makefile (contents, props changed) head/graphics/libglesv2/Makefile (contents, props changed) head/graphics/libgltext/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libgnomecanvasmm26/Makefile (contents, props changed) head/graphics/libgphoto2/Makefile (contents, props changed) head/graphics/libgxps/Makefile (contents, props changed) head/graphics/libimg/Makefile (contents, props changed) head/graphics/libkdcraw-kde4/Makefile (contents, props changed) head/graphics/libkexiv2-kde4/Makefile (contents, props changed) head/graphics/libkface/Makefile (contents, props changed) head/graphics/libksane/Makefile (contents, props changed) head/graphics/libkscreen/Makefile (contents, props changed) head/graphics/liblqr-1/Makefile (contents, props changed) head/graphics/liblug/Makefile (contents, props changed) head/graphics/libmng/Makefile (contents, props changed) head/graphics/libnsbmp/Makefile (contents, props changed) head/graphics/libnsgif/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/libosmesa/Makefile (contents, props changed) head/graphics/libpano13/Makefile (contents, props changed) head/graphics/libprojectm/Makefile (contents, props changed) head/graphics/libpuzzle/Makefile (contents, props changed) head/graphics/libqrencode/Makefile (contents, props changed) head/graphics/librasterlite/Makefile (contents, props changed) head/graphics/librasterlite2/Makefile (contents, props changed) head/graphics/libraw/Makefile (contents, props changed) head/graphics/libreatlas/Makefile (contents, props changed) head/graphics/librsvg2/Makefile (contents, props changed) head/graphics/libsixel/Makefile (contents, props changed) head/graphics/libsvg-cairo/Makefile (contents, props changed) head/graphics/libsvg/Makefile (contents, props changed) head/graphics/libvisual04-plugins/Makefile (contents, props changed) head/graphics/libwmf/Makefile (contents, props changed) head/graphics/libwpg03/Makefile (contents, props changed) head/graphics/lightzone/Makefile (contents, props changed) head/graphics/linplasma/Makefile (contents, props changed) head/graphics/linux-c6-glx-utils/Makefile (contents, props changed) head/graphics/llpp/Makefile (contents, props changed) head/graphics/lprof-devel/Makefile (contents, props changed) head/graphics/lua-gd/Makefile (contents, props changed) head/graphics/luminance-qt5/Makefile (contents, props changed) head/graphics/luminance/Makefile (contents, props changed) head/graphics/luxrender/Makefile (contents, props changed) head/graphics/mahotas/Makefile (contents, props changed) head/graphics/maim/Makefile (contents, props changed) head/graphics/makehuman/Makefile (contents, props changed) head/graphics/mapcache/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mapserver/Makefile (contents, props changed) head/graphics/megapov/Makefile (contents, props changed) head/graphics/metapixel/Makefile (contents, props changed) head/graphics/mhgui/Makefile (contents, props changed) head/graphics/ming/Makefile (contents, props changed) head/graphics/mitsuba/Makefile (contents, props changed) head/graphics/mozjpeg/Makefile (contents, props changed) head/graphics/mscgen/Makefile (contents, props changed) head/graphics/mtpaint/Makefile (contents, props changed) head/graphics/mupdf/Makefile (contents, props changed) head/graphics/mypaint/Makefile (contents, props changed) head/graphics/netpbm/Makefile (contents, props changed) head/graphics/nip2/Makefile (contents, props changed) head/graphics/nomacs/Makefile (contents, props changed) head/graphics/npretty/Makefile (contents, props changed) head/graphics/nvidia-texture-tools/Makefile (contents, props changed) head/graphics/ocaml-images/Makefile (contents, props changed) head/graphics/ocrad/Makefile (contents, props changed) head/graphics/ocre/Makefile (contents, props changed) head/graphics/ocrfeeder/Makefile (contents, props changed) head/graphics/ocropus/Makefile (contents, props changed) head/graphics/ogre3d/Makefile (contents, props changed) head/graphics/okular/Makefile (contents, props changed) head/graphics/opencollada/Makefile (contents, props changed) head/graphics/opencolorio/Makefile (contents, props changed) head/graphics/opencv/Makefile (contents, props changed) head/graphics/opendx/Makefile (contents, props changed) head/graphics/opengtl/Makefile (contents, props changed) head/graphics/openimageio/Makefile (contents, props changed) head/graphics/openjpeg/Makefile (contents, props changed) head/graphics/openjpeg15/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/opensubdiv/Makefile (contents, props changed) head/graphics/optar/Makefile (contents, props changed) head/graphics/optipng/Makefile (contents, props changed) head/graphics/osg-devel/Makefile (contents, props changed) head/graphics/osg/Makefile (contents, props changed) head/graphics/osgearth/Makefile (contents, props changed) head/graphics/oyranos/Makefile (contents, props changed) head/graphics/p5-Acme-Steganography-Image-Png/Makefile (contents, props changed) head/graphics/p5-Barcode-ZBar/Makefile (contents, props changed) head/graphics/p5-CAD-Drawing-Template/Makefile (contents, props changed) head/graphics/p5-CAD-Drawing/Makefile (contents, props changed) head/graphics/p5-Cairo/Makefile (contents, props changed) head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile (contents, props changed) head/graphics/p5-Captcha-reCAPTCHA/Makefile (contents, props changed) head/graphics/p5-Chart-Clicker/Makefile (contents, props changed) head/graphics/p5-Chart-Gnuplot/Makefile (contents, props changed) head/graphics/p5-Chart-Graph/Makefile (contents, props changed) head/graphics/p5-Chart-PNGgraph/Makefile (contents, props changed) head/graphics/p5-Chart/Makefile (contents, props changed) head/graphics/p5-Color-Calc/Makefile (contents, props changed) head/graphics/p5-Color-Library/Makefile (contents, props changed) head/graphics/p5-Color-Palette/Makefile (contents, props changed) head/graphics/p5-Color-Scheme/Makefile (contents, props changed) head/graphics/p5-Convert-Color/Makefile (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataSource/Makefile (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataTable/Makefile (contents, props changed) head/graphics/p5-GD-Arrow/Makefile (contents, props changed) head/graphics/p5-GD-Barcode/Makefile (contents, props changed) head/graphics/p5-GD-Graph-histogram/Makefile (contents, props changed) head/graphics/p5-GD-Graph-ohlc/Makefile (contents, props changed) head/graphics/p5-GD-Graph/Makefile (contents, props changed) head/graphics/p5-GD-Graph3d/Makefile (contents, props changed) head/graphics/p5-GD-SVG/Makefile (contents, props changed) head/graphics/p5-GD-TextUtil/Makefile (contents, props changed) head/graphics/p5-GD-Thumbnail/Makefile (contents, props changed) head/graphics/p5-GD/Makefile (contents, props changed) head/graphics/p5-Geo-EOP/Makefile (contents, props changed) head/graphics/p5-Geo-GDAL/Makefile (contents, props changed) head/graphics/p5-Geo-GML/Makefile (contents, props changed) head/graphics/p5-Geo-Gpx/Makefile (contents, props changed) head/graphics/p5-Geo-Point/Makefile (contents, props changed) head/graphics/p5-Geo-Proj4/Makefile (contents, props changed) head/graphics/p5-Geometry-Primitive/Makefile (contents, props changed) head/graphics/p5-Gimp/Makefile (contents, props changed) head/graphics/p5-Google-Chart/Makefile (contents, props changed) head/graphics/p5-Graph-Easy/Makefile (contents, props changed) head/graphics/p5-Graph-ReadWrite/Makefile (contents, props changed) head/graphics/p5-Graph-SocialMap/Makefile (contents, props changed) head/graphics/p5-Graph-Writer-GraphViz/Makefile (contents, props changed) head/graphics/p5-GraphViz-Data-Structure/Makefile (contents, props changed) head/graphics/p5-GraphViz-Traverse/Makefile (contents, props changed) head/graphics/p5-GraphViz/Makefile (contents, props changed) head/graphics/p5-GraphViz2/Makefile (contents, props changed) head/graphics/p5-Graphics-Color/Makefile (contents, props changed) head/graphics/p5-Graphics-ColorNames-WWW/Makefile (contents, props changed) head/graphics/p5-Graphics-ColorNames/Makefile (contents, props changed) head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile (contents, props changed) head/graphics/p5-Graphics-Primitive/Makefile (contents, props changed) head/graphics/p5-Image-Base-SVG/Makefile (contents, props changed) head/graphics/p5-Image-Caa/Makefile (contents, props changed) head/graphics/p5-Image-Compare/Makefile (contents, props changed) head/graphics/p5-Image-Grab/Makefile (contents, props changed) head/graphics/p5-Image-Heatmap/Makefile (contents, props changed) head/graphics/p5-Image-Imgur/Makefile (contents, props changed) head/graphics/p5-Image-Imlib2/Makefile (contents, props changed) head/graphics/p5-Image-Info/Makefile (contents, props changed) head/graphics/p5-Image-LibExif/Makefile (contents, props changed) head/graphics/p5-Image-Magick-Iterator/Makefile (contents, props changed) head/graphics/p5-Image-Math-Constrain/Makefile (contents, props changed) head/graphics/p5-Image-ObjectDetect/Makefile (contents, props changed) head/graphics/p5-Image-Scale/Makefile (contents, props changed) head/graphics/p5-Image-Size-FillFullSelect/Makefile (contents, props changed) head/graphics/p5-Imager-AverageGray/Makefile (contents, props changed) head/graphics/p5-Imager-Graph/Makefile (contents, props changed) head/graphics/p5-Imager-Plot/Makefile (contents, props changed) head/graphics/p5-Imager-QRCode/Makefile (contents, props changed) head/graphics/p5-Imager/Makefile (contents, props changed) head/graphics/p5-Imlib2/Makefile (contents, props changed) head/graphics/p5-Layout-Manager/Makefile (contents, props changed) head/graphics/p5-PGPLOT/Makefile (contents, props changed) head/graphics/p5-SVG-Graph/Makefile (contents, props changed) head/graphics/p5-SVG-Metadata/Makefile (contents, props changed) head/graphics/p5-SWF-Builder/Makefile (contents, props changed) head/graphics/p5-SWF-File/Makefile (contents, props changed) head/graphics/p5-Sane/Makefile (contents, props changed) head/graphics/p5-SpringGraph/Makefile (contents, props changed) head/graphics/p5-Tk-JPEG-Lite/Makefile (contents, props changed) head/graphics/p5-URI-GoogleChart/Makefile (contents, props changed) head/graphics/p5-VCG/Makefile (contents, props changed) head/graphics/p5-Visio/Makefile (contents, props changed) head/graphics/p5-feedgnuplot/Makefile (contents, props changed) head/graphics/p5-ming/Makefile (contents, props changed) head/graphics/panomatic/Makefile (contents, props changed) head/graphics/partio/Makefile (contents, props changed) head/graphics/pdf2svg/Makefile (contents, props changed) head/graphics/pdfpc/Makefile (contents, props changed) head/graphics/pear-Image_Barcode/Makefile (contents, props changed) head/graphics/pear-Image_Canvas/Makefile (contents, props changed) head/graphics/pear-Image_Graph/Makefile (contents, props changed) head/graphics/pear-Image_GraphViz/Makefile (contents, props changed) head/graphics/pecl-gmagick/Makefile (contents, props changed) head/graphics/pecl-imagick/Makefile (contents, props changed) head/graphics/pecl-imlib2/Makefile (contents, props changed) head/graphics/pecl-qrencode/Makefile (contents, props changed) head/graphics/pencil/Makefile (contents, props changed) head/graphics/pfscalibration/Makefile (contents, props changed) head/graphics/pfstmo/Makefile (contents, props changed) head/graphics/pfstools/Makefile (contents, props changed) head/graphics/pgplot/Makefile (contents, props changed) head/graphics/phototonic/Makefile (contents, props changed) head/graphics/php-facedetect/Makefile (contents, props changed) head/graphics/php-gdal/Makefile (contents, props changed) head/graphics/php-libpuzzle/Makefile (contents, props changed) head/graphics/php-magickwand/Makefile (contents, props changed) head/graphics/php5-ffmpeg/Makefile (contents, props changed) head/graphics/phplot/Makefile (contents, props changed) head/graphics/picpuz/Makefile (contents, props changed) head/graphics/pinpoint/Makefile (contents, props changed) head/graphics/pixie/Makefile (contents, props changed) head/graphics/pixmap/Makefile (contents, props changed) head/graphics/plotutils/Makefile (contents, props changed) head/graphics/png2html/Makefile (contents, props changed) head/graphics/png2ico/Makefile (contents, props changed) head/graphics/pngcrush/Makefile (contents, props changed) head/graphics/pngnq/Makefile (contents, props changed) head/graphics/pngquant/Makefile (contents, props changed) head/graphics/pngrewrite/Makefile (contents, props changed) head/graphics/pngwriter/Makefile (contents, props changed) head/graphics/podofo/Makefile (contents, props changed) head/graphics/poppler/Makefile (contents, props changed) head/graphics/povray-meta/Makefile (contents, props changed) head/graphics/povray36/Makefile (contents, props changed) head/graphics/povray37/Makefile (contents, props changed) head/graphics/ppminfo/Makefile (contents, props changed) head/graphics/pqiv/Makefile (contents, props changed) head/graphics/prison/Makefile (contents, props changed) head/graphics/processing/Makefile (contents, props changed) head/graphics/proj/Makefile (contents, props changed) head/graphics/projectm-libvisual/Makefile (contents, props changed) head/graphics/pstoedit/Makefile (contents, props changed) head/graphics/pstoepsi/Makefile (contents, props changed) head/graphics/py-aafigure/Makefile (contents, props changed) head/graphics/py-actdiag/Makefile (contents, props changed) head/graphics/py-blockdiag/Makefile (contents, props changed) head/graphics/py-blockdiagcontrib-cisco/Makefile (contents, props changed) head/graphics/py-django-easy-thumbnails/Makefile (contents, props changed) head/graphics/py-exiv2/Makefile (contents, props changed) head/graphics/py-freeimagepy/Makefile (contents, props changed) head/graphics/py-gchartwrapper/Makefile (contents, props changed) head/graphics/py-gd/Makefile (contents, props changed) head/graphics/py-gdal/Makefile (contents, props changed) head/graphics/py-glewpy/Makefile (contents, props changed) head/graphics/py-goocanvas/Makefile (contents, props changed) head/graphics/py-gphoto2/Makefile (contents, props changed) head/graphics/py-graph-dot/Makefile (contents, props changed) head/graphics/py-graph/Makefile (contents, props changed) head/graphics/py-imaging/Makefile (contents, props changed) head/graphics/py-mcomix/Makefile (contents, props changed) head/graphics/py-ming/Makefile (contents, props changed) head/graphics/py-nwdiag/Makefile (contents, props changed) head/graphics/py-openexr/Makefile (contents, props changed) head/graphics/py-opengl-accelerate/Makefile (contents, props changed) head/graphics/py-opengl/Makefile (contents, props changed) head/graphics/py-paint/Makefile (contents, props changed) head/graphics/py-pillow/Makefile (contents, props changed) head/graphics/py-pivy/Makefile (contents, props changed) head/graphics/py-plotly/Makefile (contents, props changed) head/graphics/py-poppler-qt4/Makefile (contents, props changed) head/graphics/py-poppler/Makefile (contents, props changed) head/graphics/py-pycha/Makefile (contents, props changed) head/graphics/py-pydot/Makefile (contents, props changed) head/graphics/py-pygal/Makefile (contents, props changed) head/graphics/py-pyganim/Makefile (contents, props changed) head/graphics/py-pyggel/Makefile (contents, props changed) head/graphics/py-pyglet/Makefile (contents, props changed) head/graphics/py-pygraphviz/Makefile (contents, props changed) head/graphics/py-qt4-svg/Makefile (contents, props changed) head/graphics/py-qt5-svg/Makefile (contents, props changed) head/graphics/py-sane/Makefile (contents, props changed) head/graphics/py-seqdiag/Makefile (contents, props changed) head/graphics/py-sorl-thumbnail/Makefile (contents, props changed) head/graphics/py-soya3d/Makefile (contents, props changed) head/graphics/py-stltools/Makefile (contents, props changed) head/graphics/py-toyplot/Makefile (contents, props changed) head/graphics/py-wand/Makefile (contents, props changed) head/graphics/pygts/Makefile (contents, props changed) head/graphics/qcomicbook/Makefile (contents, props changed) head/graphics/qgis/Makefile (contents, props changed) head/graphics/qiv/Makefile (contents, props changed) head/graphics/qslim/Makefile (contents, props changed) head/graphics/qt4-imageformats/Makefile (contents, props changed) head/graphics/qt5-imageformats/Makefile (contents, props changed) head/graphics/qtgtl/Makefile (contents, props changed) head/graphics/quat-gui/Makefile (contents, props changed) head/graphics/quesoglc/Makefile (contents, props changed) head/graphics/radius-engine/Makefile (contents, props changed) head/graphics/raster3d/Makefile (contents, props changed) head/graphics/rawstudio/Makefile (contents, props changed) head/graphics/rawtherapee/Makefile (contents, props changed) head/graphics/rayshade/Makefile (contents, props changed) head/graphics/reallyslick/Makefile (contents, props changed) head/graphics/recoverjpeg/Makefile (contents, props changed) head/graphics/renrot/Makefile (contents, props changed) head/graphics/repng2jpeg/Makefile (contents, props changed) head/graphics/ristretto/Makefile (contents, props changed) head/graphics/ruby-gd/Makefile (contents, props changed) head/graphics/ruby-gdal/Makefile (contents, props changed) head/graphics/ruby-imlib2/Makefile (contents, props changed) head/graphics/rubygem-cairo/Makefile (contents, props changed) head/graphics/rubygem-captcha/Makefile (contents, props changed) head/graphics/rubygem-clutter-gtk/Makefile (contents, props changed) head/graphics/rubygem-clutter/Makefile (contents, props changed) head/graphics/rubygem-dragonfly/Makefile (contents, props changed) head/graphics/rubygem-emoji/Makefile (contents, props changed) head/graphics/rubygem-ezprint/Makefile (contents, props changed) head/graphics/rubygem-fastimage/Makefile (contents, props changed) head/graphics/rubygem-flamegraph/Makefile (contents, props changed) head/graphics/rubygem-gd2/Makefile (contents, props changed) head/graphics/rubygem-gdk_pixbuf2/Makefile (contents, props changed) head/graphics/rubygem-gemojione/Makefile (contents, props changed) head/graphics/rubygem-gitlab_emoji/Makefile (contents, props changed) head/graphics/rubygem-goocanvas/Makefile (contents, props changed) head/graphics/rubygem-gruff/Makefile (contents, props changed) head/graphics/rubygem-image_science/Makefile (contents, props changed) head/graphics/rubygem-mini_magick/Makefile (contents, props changed) head/graphics/rubygem-objectdetect/Makefile (contents, props changed) head/graphics/rubygem-pdfkit/Makefile (contents, props changed) head/graphics/rubygem-png/Makefile (contents, props changed) head/graphics/rubygem-rmagick/Makefile (contents, props changed) head/graphics/rubygem-rsvg2/Makefile (contents, props changed) head/graphics/rubygem-ruby-graphviz/Makefile (contents, props changed) head/graphics/s2tc/Makefile (contents, props changed) head/graphics/sam2p/Makefile (contents, props changed) head/graphics/sampleicc/Makefile (contents, props changed) head/graphics/sane-backends/Makefile (contents, props changed) head/graphics/sane-epkowa/Makefile (contents, props changed) head/graphics/sane-frontends/Makefile (contents, props changed) head/graphics/scale2x/Makefile (contents, props changed) head/graphics/scantailor/Makefile (contents, props changed) head/graphics/scr2png/Makefile (contents, props changed) head/graphics/scrot/Makefile (contents, props changed) head/graphics/sdl2_image/Makefile (contents, props changed) head/graphics/sdl2_ttf/Makefile (contents, props changed) head/graphics/sdl_image/Makefile (contents, props changed) head/graphics/sdl_ttf/Makefile (contents, props changed) head/graphics/sdump/Makefile (contents, props changed) head/graphics/seejpeg/Makefile (contents, props changed) head/graphics/seexpr/Makefile (contents, props changed) head/graphics/seom/Makefile (contents, props changed) head/graphics/separate/Makefile (contents, props changed) head/graphics/sharpconstruct/Makefile (contents, props changed) head/graphics/shotwell/Makefile (contents, props changed) head/graphics/silgraphite/Makefile (contents, props changed) head/graphics/simage/Makefile (contents, props changed) head/graphics/simpleviewer/Makefile (contents, props changed) head/graphics/sk1libs/Makefile (contents, props changed) head/graphics/skanlite/Makefile (contents, props changed) head/graphics/springgraph/Makefile (contents, props changed) head/graphics/sswf/Makefile (contents, props changed) head/graphics/svg2pdf/Makefile (contents, props changed) head/graphics/svg2png/Makefile (contents, props changed) head/graphics/swfdec/Makefile (contents, props changed) head/graphics/swfmill/Makefile (contents, props changed) head/graphics/swftools/Makefile (contents, props changed) head/graphics/sxiv/Makefile (contents, props changed) head/graphics/synfigstudio/Makefile (contents, props changed) head/graphics/telak/Makefile (contents, props changed) head/graphics/tesseract/Makefile (contents, props changed) head/graphics/tgif/Makefile (contents, props changed) head/graphics/tif22pnm/Makefile (contents, props changed) head/graphics/tiff/Makefile (contents, props changed) head/graphics/tiffgt/Makefile (contents, props changed) head/graphics/tilecache/Makefile (contents, props changed) head/graphics/tinyows/Makefile (contents, props changed) head/graphics/truevision/Makefile (contents, props changed) head/graphics/ttygif/Makefile (contents, props changed) head/graphics/tulip/Makefile (contents, props changed) head/graphics/tumble/Makefile (contents, props changed) head/graphics/ufraw/Makefile (contents, props changed) head/graphics/uniconvertor/Makefile (contents, props changed) head/graphics/uniconvw/Makefile (contents, props changed) head/graphics/urt/Makefile (contents, props changed) head/graphics/variety/Makefile (contents, props changed) head/graphics/viewnior/Makefile (contents, props changed) head/graphics/vigra/Makefile (contents, props changed) head/graphics/vips/Makefile (contents, props changed) head/graphics/visprint/Makefile (contents, props changed) head/graphics/webp/Makefile (contents, props changed) head/graphics/white_dune/Makefile (contents, props changed) head/graphics/wings/Makefile (contents, props changed) head/graphics/wxsvg/Makefile (contents, props changed) head/graphics/xaos/Makefile (contents, props changed) head/graphics/xcftools/Makefile (contents, props changed) head/graphics/xd3d/Makefile (contents, props changed) head/graphics/xface.el/Makefile (contents, props changed) head/graphics/xfig/Makefile (contents, props changed) head/graphics/xfpovray/Makefile (contents, props changed) head/graphics/xli/Makefile (contents, props changed) head/graphics/xmedcon/Makefile (contents, props changed) head/graphics/xnview/Makefile (contents, props changed) head/graphics/xournal/Makefile (contents, props changed) head/graphics/xpaint/Makefile (contents, props changed) head/graphics/xpdf/Makefile (contents, props changed) head/graphics/xpeps/Makefile (contents, props changed) head/graphics/xsane/Makefile (contents, props changed) head/graphics/xsvg/Makefile (contents, props changed) head/graphics/xv/Makefile (contents, props changed) head/graphics/yagf/Makefile (contents, props changed) head/graphics/yukon/Makefile (contents, props changed) head/graphics/zathura-cb/Makefile (contents, props changed) head/graphics/zathura-djvu/Makefile (contents, props changed) head/graphics/zathura-pdf-mupdf/Makefile (contents, props changed) head/graphics/zathura-pdf-poppler/Makefile (contents, props changed) head/graphics/zathura-ps/Makefile (contents, props changed) head/graphics/zathura/Makefile (contents, props changed) head/graphics/zbar/Makefile (contents, props changed) head/graphics/zgv/Makefile (contents, props changed) head/graphics/zimg/Makefile (contents, props changed) head/graphics/zint/Makefile (contents, props changed) head/graphics/zphoto/Makefile (contents, props changed) Modified: head/databases/R-cran-RMySQL/Makefile ============================================================================== --- head/databases/R-cran-RMySQL/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/R-cran-RMySQL/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,7 +11,7 @@ COMMENT= R interface to the MySQL databa LICENSE= GPLv2 -RUN_DEPENDS= R-cran-DBI>=0.3.1:${PORTSDIR}/databases/R-cran-DBI +RUN_DEPENDS= R-cran-DBI>=0.3.1:databases/R-cran-DBI USE_MYSQL= yes USES= cran:auto-plist Modified: head/databases/R-cran-RSQLite.extfuns/Makefile ============================================================================== --- head/databases/R-cran-RSQLite.extfuns/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/R-cran-RSQLite.extfuns/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -12,7 +12,7 @@ COMMENT= SQLite extension functions for LICENSE= APACHE20 -BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-RSQLite +BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cran:auto-plist Modified: head/databases/R-cran-RSQLite/Makefile ============================================================================== --- head/databases/R-cran-RSQLite/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/R-cran-RSQLite/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,8 +11,8 @@ COMMENT= Database Interface R driver for LICENSE= LGPL20 -BUILD_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI -RUN_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI +BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI +RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI USES= cran:auto-plist Modified: head/databases/R-cran-sqldf/Makefile ============================================================================== --- head/databases/R-cran-sqldf/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/R-cran-sqldf/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -12,12 +12,12 @@ COMMENT= SQL select on R data frames LICENSE= GPLv2 -BUILD_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto \ - R-cran-chron>=2.3.42:${PORTSDIR}/devel/R-cran-chron \ - R-cran-gsubfn>=0.6.4:${PORTSDIR}/devel/R-cran-gsubfn \ - R-cran-DBI>=0.2.5_6:${PORTSDIR}/databases/R-cran-DBI \ - R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-RSQLite \ - R-cran-RSQLite.extfuns>=0.0.1:${PORTSDIR}/databases/R-cran-RSQLite.extfuns +BUILD_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto \ + R-cran-chron>=2.3.42:devel/R-cran-chron \ + R-cran-gsubfn>=0.6.4:devel/R-cran-gsubfn \ + R-cran-DBI>=0.2.5_6:databases/R-cran-DBI \ + R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite \ + R-cran-RSQLite.extfuns>=0.0.1:databases/R-cran-RSQLite.extfuns RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cran:auto-plist Modified: head/databases/akonadi-googledata/Makefile ============================================================================== --- head/databases/akonadi-googledata/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/akonadi-googledata/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ MASTER_SITES= http://libgcal.googlecode. MAINTAINER= ports@FreeBSD.org COMMENT= Akonadi Resources for Google Contacts and Calendar -LIB_DEPENDS= libgcal.so:${PORTSDIR}/deskutils/libgcal +LIB_DEPENDS= libgcal.so:deskutils/libgcal USES= cmake gettext tar:bzip2 USE_QT4= qmake_build rcc_build moc_build uic_build dbus Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/akonadi/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,9 +13,9 @@ COMMENT= Storage server for KDE-Pim LICENSE= LGPL21 -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:devel/boost-libs # Let process generate meaningful backtrace on core dump. -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xsltproc:textproc/libxslt USE_KDE4= kdeprefix automoc4 soprano USES= cmake:outsource execinfo shared-mime-info compiler:c++11-lang tar:bzip2 Modified: head/databases/apq-mysql/Makefile ============================================================================== --- head/databases/apq-mysql/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/apq-mysql/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,10 +13,10 @@ COMMENT= APQ Ada95 MySQL database driver LICENSE= GPLv2 GMGPL LICENSE_COMB= multi -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gprbuild:${PORTSDIR}/devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq +BUILD_DEPENDS= bash:shells/bash \ + gprbuild:devel/gprbuild \ + ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq +RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq USES= ada tar:bzip2 USE_MYSQL= yes Modified: head/databases/apq-odbc/Makefile ============================================================================== --- head/databases/apq-odbc/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/apq-odbc/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,11 +13,11 @@ COMMENT= APQ Ada95 ODBC database driver LICENSE= GPLv2 GMGPL LICENSE_COMB= multi -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gprbuild:${PORTSDIR}/devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq -LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +BUILD_DEPENDS= bash:shells/bash \ + gprbuild:devel/gprbuild \ + ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq +RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq +LIB_DEPENDS= libodbc.so:databases/unixODBC USES= ada tar:bzip2 HAS_CONFIGURE= yes Modified: head/databases/apq-pgsql/Makefile ============================================================================== --- head/databases/apq-pgsql/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/apq-pgsql/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,10 +13,10 @@ COMMENT= APQ Ada95 PostgreSQL database d LICENSE= GPLv2 GMGPL LICENSE_COMB= multi -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gprbuild:${PORTSDIR}/devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq +BUILD_DEPENDS= bash:shells/bash \ + gprbuild:devel/gprbuild \ + ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq +RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq USES= ada tar:bzip2 pgsql WANT_PGSQL= lib Modified: head/databases/apq/Makefile ============================================================================== --- head/databases/apq/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/apq/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,8 +13,8 @@ COMMENT= APQ Ada95 database base library LICENSE= GPLv2 GMGPL LICENSE_COMB= multi -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gprbuild:${PORTSDIR}/devel/gprbuild +BUILD_DEPENDS= bash:shells/bash \ + gprbuild:devel/gprbuild USES= ada tar:bzip2 PORTDOCS= README HISTORY Modified: head/databases/autobackupmysql/Makefile ============================================================================== --- head/databases/autobackupmysql/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/autobackupmysql/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .sh MAINTAINER= fw@moov.de COMMENT= Make daily, weekly, and monthly backups of your MySQL databases -RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash NO_BUILD= yes PLIST_FILES= sbin/autobackupmysql.sh Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/cassandra-cpp-driver/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ COMMENT= DataStax C/C++ Driver for Apach LICENSE= APACHE20 -LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv +LIB_DEPENDS= libuv.so:devel/libuv USE_GITHUB= nodefault GH_ACCOUNT= datastax Modified: head/databases/cassandra2/Makefile ============================================================================== --- head/databases/cassandra2/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/cassandra2/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -45,9 +45,9 @@ SUB_FILES= repaircluster .include -RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:${PORTSDIR}/archivers/snappy-java +RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:archivers/snappy-java -MX4J_RUN_DEPENDS= ${JAVAJARDIR}/mx4j-tools.jar:${PORTSDIR}/java/mx4j +MX4J_RUN_DEPENDS= ${JAVAJARDIR}/mx4j-tools.jar:java/mx4j CQL_USES= python:2 PORTDOCS= javadoc *.txt Modified: head/databases/casstcl/Makefile ============================================================================== --- head/databases/casstcl/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/casstcl/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,7 +11,7 @@ COMMENT= Tcl language interface to the C LICENSE= BSD3CLAUSE -LIB_DEPENDS= libcassandra.so:${PORTSDIR}/databases/cassandra-cpp-driver +LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver USES= autoreconf tcl:85+ GNU_CONFIGURE= yes Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/cego/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,9 +11,9 @@ COMMENT= Relational and transactional da LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ - liblfcxml.so:${PORTSDIR}/devel/lfcxml -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ + liblfcxml.so:devel/lfcxml +RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/cegobridge/Makefile ============================================================================== --- head/databases/cegobridge/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/cegobridge/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -8,9 +8,9 @@ MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Imports non-cego database dump files into cego -LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ - liblfcxml.so:${PORTSDIR}/devel/lfcxml \ - libcego.so:${PORTSDIR}/databases/cego +LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ + liblfcxml.so:devel/lfcxml \ + libcego.so:databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/couchdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -14,12 +14,12 @@ COMMENT= Document database server, acces LICENSE= APACHE20 -LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ - libmozjs185.so:${PORTSDIR}/lang/spidermonkey185 \ - libcurl.so:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \ - erlang>=15.b.01,2:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erlang>=15.b.01,2:${PORTSDIR}/lang/erlang +LIB_DEPENDS= libicudata.so:devel/icu \ + libmozjs185.so:lang/spidermonkey185 \ + libcurl.so:ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man \ + erlang>=15.b.01,2:lang/erlang +RUN_DEPENDS= erlang>=15.b.01,2:lang/erlang USERS= couchdb GROUPS= couchdb Modified: head/databases/cppdb/Makefile ============================================================================== --- head/databases/cppdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/cppdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -63,7 +63,7 @@ PLIST_SUB+= MYSQL="" CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=ON PLIST_SUB+= ODBC="@comment " .else -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= libodbc.so:databases/unixODBC CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=OFF .if ${PORT_OPTIONS:MODBC_INTERNAL} CMAKE_ARGS+= -DODBC_BACKEND_INTERNAL:BOOL=ON Modified: head/databases/datamodeler/Makefile ============================================================================== --- head/databases/datamodeler/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/datamodeler/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,8 +13,8 @@ DIST_SUBDIR= oracle MAINTAINER= jjuanino@gmail.com COMMENT= Database modeling tool -EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +EXTRACT_DEPENDS=rpm2cpio.pl:archivers/rpm2cpio +RUN_DEPENDS= bash:shells/bash USE_JAVA= yes JAVA_VERSION= 1.8+ Modified: head/databases/dbtool/Makefile ============================================================================== --- head/databases/dbtool/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/dbtool/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -12,7 +12,7 @@ COMMENT= Store and retrieve data in a ke LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake shebangfix SHEBANG_FILES= samples/account-db/accdb @@ -35,8 +35,8 @@ BDB_USE= bdb=yes BDB_CONFIGURE_ON= --with-berkeley \ --with-bdb-include-dir=${BDB_INCLUDE_DIR} \ --with-bdb-lib-dir=${BDB_LIB_DIR} -EXAMPLES_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +EXAMPLES_RUN_DEPENDS= bash:shells/bash +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ON= --with-gdbm \ --with-gdbm-dir=${LOCALBASE} Modified: head/databases/emma/Makefile ============================================================================== --- head/databases/emma/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/emma/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.fastflo.de/file MAINTAINER= jun-g@daemonfreaks.com COMMENT= Extendable MySQL managing assistant -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb USES= python USE_GNOME= pygtk2 Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/evolution-data-server/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -14,16 +14,16 @@ COMMENT= Data backends for the Evolution LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ - vapigen:${PORTSDIR}/lang/vala -LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ - liboauth.so:${PORTSDIR}/net/liboauth \ - libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ - libgdata.so:${PORTSDIR}/devel/libgdata \ - libical.so:${PORTSDIR}/devel/libical \ - libnss3.so:${PORTSDIR}/security/nss \ - libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libsecret-1.so:${PORTSDIR}/security/libsecret +BUILD_DEPENDS= gcr>=3.11:security/gcr \ + vapigen:lang/vala +LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \ + liboauth.so:net/liboauth \ + libgoa-1.0.so:net/gnome-online-accounts \ + libgdata.so:devel/libgdata \ + libical.so:devel/libical \ + libnss3.so:security/nss \ + libtasn1.so:security/libtasn1 \ + libsecret-1.so:security/libsecret PORTSCOUT= limitw:1,even @@ -63,7 +63,7 @@ OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS WEATHER_DESC= Weather calendar backend -WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather +WEATHER_LIB_DEPENDS= libgweather-3.so:net/libgweather WEATHER_CONFIGURE_ENABLE= weather .include Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/firebird25-server/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -22,7 +22,7 @@ LICENSE_FILE_IPL= ${WRKSRC}/builds/insta LICENSE_PERMS_IDPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicuuc.so:devel/icu USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes @@ -72,7 +72,7 @@ IGNORE= your system does not support sy .if !defined(CLIENT_ONLY) # Server part stuff -LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird25-client +LIB_DEPENDS+= libfbembed.so:databases/firebird25-client CONFIGURE_ARGS+=--enable-superserver --without-editline @@ -90,7 +90,7 @@ UDF_SQL= src/extlib/ib_udf2.sql src/extl PKGINSTALL?= ${PKGDIR}/pkg-install-server .else # Client part stuff -LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit +LIB_DEPENDS+= libedit.so.0:devel/libedit LDFLAGS+= -L${LOCALBASE}/lib # to link in lncurses pulled in by libedit CONFIGURE_ARGS+= --with-system-editline Modified: head/databases/fortytwo-bdb/Makefile ============================================================================== --- head/databases/fortytwo-bdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/fortytwo-bdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -17,7 +17,7 @@ LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build -LIB_DEPENDS= libEncore.so:${PORTSDIR}/devel/fortytwo-encore +LIB_DEPENDS= libEncore.so:devel/fortytwo-encore DEFAULT_LIBVERSION= 0.1 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} USE_BDB= 43+ Modified: head/databases/fpc-gdbm/Makefile ============================================================================== --- head/databases/fpc-gdbm/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/fpc-gdbm/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -17,6 +17,6 @@ OPTIONS_DEFINE= GDBM GDBM_DESC= Install the GNU database manager OPTIONS_DEFAULT= GDBM -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm .include "${MASTERDIR}/Makefile" Modified: head/databases/fpc-odbc/Makefile ============================================================================== --- head/databases/fpc-odbc/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/fpc-odbc/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -16,6 +16,6 @@ EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= ODBC ODBC_DESC= Install ODBC library suite for Unix -ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC .include "${MASTERDIR}/Makefile" Modified: head/databases/fpc-oracle/Makefile ============================================================================== --- head/databases/fpc-oracle/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/fpc-oracle/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -17,6 +17,6 @@ OPTIONS_DEFINE= ORACLE ORACLE_DESC= Install oracle client ORACLE8_LIB= ${LOCALBASE}/oracle8-client/rdbms/lib -ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client +ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:databases/oracle8-client .include "${MASTERDIR}/Makefile" Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/freetds-devel/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -38,12 +38,12 @@ OPTIONS_RADIO_ODBC= IODBC UNIXODBC ODBCWIDE_DESC= Enable Wide ODBC Support OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-gnutls -IODBC_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc +IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE} IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc -UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE} ODBCWIDE_CONFIGURE_ON= --enable-odbc-wide Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/freetds/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= Sybase/Microsoft TDS protocol l LICENSE= GPLv2 -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt TDS_VER?= 5.0 @@ -36,12 +36,12 @@ OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-gnutls -IODBC_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc +IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE} IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc -UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE} MARS_DESC= Enable MARS code (Experimental) MARS_CONFIGURE_ON= --enable-mars Modified: head/databases/gadfly/Makefile ============================================================================== --- head/databases/gadfly/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/gadfly/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= SQL database written in Python -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/kjbuckets.so:${PORTSDIR}/devel/py-kjbuckets +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/kjbuckets.so:devel/py-kjbuckets USES= python:2 USE_PYTHON= distutils autoplist Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/galera/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,10 +13,10 @@ COMMENT= Synchronous multi-master replic LICENSE= GPLv2 -BUILD_DEPENDS= checkmk:${PORTSDIR}/devel/libcheck \ - doxygen:${PORTSDIR}/devel/doxygen \ - ${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:${PORTSDIR}/textproc/py-cloud_sptheme -LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= checkmk:devel/libcheck \ + doxygen:devel/doxygen \ + ${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:textproc/py-cloud_sptheme +LIB_DEPENDS= libboost_date_time.so:devel/boost-libs USES= execinfo python:build scons shebangfix Modified: head/databases/geoserver-mysql-plugin/Makefile ============================================================================== --- head/databases/geoserver-mysql-plugin/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/geoserver-mysql-plugin/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= MySQL DataStore implementation LICENSE= LGPL21 -RUN_DEPENDS= ${LOCALBASE}/geoserver/start.jar:${PORTSDIR}/graphics/geoserver +RUN_DEPENDS= ${LOCALBASE}/geoserver/start.jar:graphics/geoserver USES= zip NO_BUILD= yes Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/glom/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,18 +11,18 @@ DIST_SUBDIR= gnome3 MAINTAINER= kwm@FreeBSD.org COMMENT= GNOME database designer and user interface -BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ - itstool:${PORTSDIR}/textproc/itstool \ - libepc>=0.4.0:${PORTSDIR}/www/libepc \ - libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ - libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libepc-1.0.so:${PORTSDIR}/www/libepc \ - libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \ - libevview3.so:${PORTSDIR}/graphics/evince -RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ - libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ - libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ + itstool:textproc/itstool \ + libepc>=0.4.0:www/libepc \ + libgda5-mysql>=0:databases/libgda5-mysql \ + libgda5-postgresql>=0:databases/libgda5-postgresql +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ + libepc-1.0.so:www/libepc \ + libgoocanvasmm-2.0.so:graphics/goocanvasmm2 \ + libevview3.so:graphics/evince +RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ + libgda5-mysql>=0:databases/libgda5-mysql \ + libgda5-postgresql>=0:databases/libgda5-postgresql GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ Modified: head/databases/gnatsweb4/Makefile ============================================================================== --- head/databases/gnatsweb4/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/gnatsweb4/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= Gnatsweb, a GNATS web interface LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64 USE_APACHE_RUN= 22+ Modified: head/databases/gomdb/Makefile ============================================================================== --- head/databases/gomdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/gomdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -9,7 +9,7 @@ COMMENT= Go wrapper for LMDB - OpenLDAP LICENSE= BSD3CLAUSE -BUILD_DEPENDS= go:${PORTSDIR}/lang/go +BUILD_DEPENDS= go:lang/go ONLY_FOR_ARCHS= i386 amd64 Modified: head/databases/gosqlite3/Makefile ============================================================================== --- head/databases/gosqlite3/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/gosqlite3/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -12,7 +12,7 @@ COMMENT= Go interface for SQLite3 USES= compiler -LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 GO_PKGNAME= github.com/kuroneko/${PORTNAME} Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/grass/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -25,14 +25,14 @@ COMMENT= Open source Geographical Inform LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ - libpng.so:${PORTSDIR}/graphics/png \ - libproj.so:${PORTSDIR}/graphics/proj \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libfftw3.so:${PORTSDIR}/math/fftw3 \ - libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 +LIB_DEPENDS= libgdal.so:graphics/gdal \ + libpng.so:graphics/png \ + libproj.so:graphics/proj \ + libtiff.so:graphics/tiff \ + libfftw3.so:math/fftw3 \ + libfreetype.so:print/freetype2 +RUN_DEPENDS= bash:shells/bash USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \ readline shebangfix tk @@ -93,7 +93,7 @@ ATLAS_DESC= Use ATLAS for BLAS and LAPA ATLAS_USES= blaslapack:atlas ATLAS_USES_OFF= blaslapack DB_DESC= Database support -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --with-ffmpeg \ --with-ffmpeg-includes="${LOCALBASE}/include/libavcodec \ ${LOCALBASE}/include/libavformat \ @@ -107,7 +107,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --with-mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql -ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_ON= --with-odbc PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgres Modified: head/databases/gtksql/Makefile ============================================================================== --- head/databases/gtksql/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/gtksql/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -12,8 +12,8 @@ COMMENT= Graphical query tool for Postgr LICENSE= GPLv2+ -LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +LIB_DEPENDS= libscintilla.so:x11-toolkits/scintilla +RUN_DEPENDS= xdg-open:devel/xdg-utils OPTIONS_DEFINE= AVAHI DOCS OPTIONS_MULTI= DB @@ -36,7 +36,7 @@ PGSQL_CONFIGURE_WITH= postgresql .include .if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= libavahi-common.so:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-common.so:net/avahi-app .else CONFIGURE_ARGS+= --without-avahi .endif Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/hamsterdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,7 +11,7 @@ COMMENT= Lightweight Embedded Database E LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${LOCALBASE} Modified: head/databases/hbase/Makefile ============================================================================== --- head/databases/hbase/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/hbase/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -14,11 +14,11 @@ COMMENT= Hadoop database, a distributed, LICENSE= APACHE20 -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - cmake:${PORTSDIR}/devel/cmake \ - ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - yarn:${PORTSDIR}/devel/hadoop2 +BUILD_DEPENDS= bash:shells/bash \ + cmake:devel/cmake \ + ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 +RUN_DEPENDS= bash:shells/bash \ + yarn:devel/hadoop2 USES= cpe CPE_VENDOR= apache Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/influxdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ COMMENT= Open-source distributed time se LICENSE= MIT -BUILD_DEPENDS= go>=1.5.0:${PORTSDIR}/lang/go +BUILD_DEPENDS= go>=1.5.0:lang/go ONLY_FOR_ARCHS= i386 amd64 Modified: head/databases/innotop/Makefile ============================================================================== --- head/databases/innotop/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/innotop/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,12 +13,12 @@ COMMENT= MySQL and InnoDB monitoring pro LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ - p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ - p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey -RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ - p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ - p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-DBI>=1.46:databases/p5-DBI \ + p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey +RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-DBI>=1.46:databases/p5-DBI \ + p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey USES= perl5 USE_PERL5= configure Modified: head/databases/ipa_sdb/Makefile ============================================================================== --- head/databases/ipa_sdb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/ipa_sdb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= IPA simple database module LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa +BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:sysutils/ipa USES= libtool tar:bzip2 USE_LDCONFIG= yes Modified: head/databases/isql-viewer/Makefile ============================================================================== --- head/databases/isql-viewer/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/isql-viewer/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -14,9 +14,9 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= JDBC 2.x compliant database front end -RUN_DEPENDS= ${JYTHON_PREFIX}/${JYTHON_JAR}:${PORTSDIR}/lang/jython \ - ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc \ - ${JAVALIBDIR}/mysql-connector-java.jar:${PORTSDIR}/databases/mysql-connector-java +RUN_DEPENDS= ${JYTHON_PREFIX}/${JYTHON_JAR}:lang/jython \ + ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc \ + ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/databases/jasperreports/Makefile ============================================================================== --- head/databases/jasperreports/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/jasperreports/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,14 +10,14 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ja MAINTAINER= ports@FreeBSD.org COMMENT= JasperReports is a powerful open source Java reporting tool -RUN_DEPENDS= ${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext \ - ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j \ - ${JAVALIBDIR}/crimson.jar:${PORTSDIR}/textproc/crimson \ - ${JAVALIBDIR}/poi.jar:${PORTSDIR}/textproc/apache-poi \ - ${JAVALIBDIR}/jfreechart.jar:${PORTSDIR}/java/jfreechart \ - ${JAVASHAREDIR}/batik/batik.jar:${PORTSDIR}/graphics/batik \ - ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-commons-beanutils\ - ${JAVALIBDIR}/commons-digester.jar:${PORTSDIR}/textproc/jakarta-commons-digester +RUN_DEPENDS= ${JAVALIBDIR}/itext.jar:devel/itext \ + ${JAVALIBDIR}/xalan.jar:textproc/xalan-j \ + ${JAVALIBDIR}/crimson.jar:textproc/crimson \ + ${JAVALIBDIR}/poi.jar:textproc/apache-poi \ + ${JAVALIBDIR}/jfreechart.jar:java/jfreechart \ + ${JAVASHAREDIR}/batik/batik.jar:graphics/batik \ + ${JAVALIBDIR}/commons-beanutils.jar:java/jakarta-commons-beanutils\ + ${JAVALIBDIR}/commons-digester.jar:textproc/jakarta-commons-digester OPTIONS_DEFINE= MYSQL PGSQL ORACLE8 ORACLE9 HSQLDB OPTIONS_DEFAULT=MYSQL PGSQL @@ -40,28 +40,28 @@ PLIST_FILES= ${DISTFILES:S|^|%%JAVAJARDI .include .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${JAVALIBDIR}/mysql-connector-java.jar:${PORTSDIR}/databases/mysql-connector-java +RUN_DEPENDS+= ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java .else -RUN_DEPENDS+= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j +RUN_DEPENDS+= ${JAVALIBDIR}/log4j.jar:devel/log4j .endif .if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc +RUN_DEPENDS+= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc .endif .if ${PORT_OPTIONS:MORACLE8} WITH_ORACLE8= yes -RUN_DEPENDS+= ${JAVALIBDIR}/classes12.zip:${PORTSDIR}/databases/jdbc-oracle8i +RUN_DEPENDS+= ${JAVALIBDIR}/classes12.zip:databases/jdbc-oracle8i .endif .if ${PORT_OPTIONS:MORACLE9} WITH_ORACLE9= yes -RUN_DEPENDS+= ${JAVALIBDIR}/ojdbc14.jar:${PORTSDIR}/databases/jdbc-oracle9i +RUN_DEPENDS+= ${JAVALIBDIR}/ojdbc14.jar:databases/jdbc-oracle9i .endif .if ${PORT_OPTIONS:MHSQLDB} -RUN_DEPENDS+= ${JAVALIBDIR}/hsqldb.jar:${PORTSDIR}/databases/hsqldb +RUN_DEPENDS+= ${JAVALIBDIR}/hsqldb.jar:databases/hsqldb .endif post-extract: Modified: head/databases/jdbc-oracle8i/Makefile ============================================================================== --- head/databases/jdbc-oracle8i/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/jdbc-oracle8i/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${CLASSES}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= The JDBC drivers for Oracle 8i -PATCH_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip +PATCH_DEPENDS= ${LOCALBASE}/bin/zip:archivers/zip RESTRICTED= Must be downloaded direct from Oracle via www interface Modified: head/databases/jlog/Makefile ============================================================================== --- head/databases/jlog/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/jlog/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,7 +11,7 @@ COMMENT= Journaled log library LICENSE= BSD3CLAUSE -BUILD_DEPENDS= autoconf-2.13:${PORTSDIR}/devel/autoconf213 +BUILD_DEPENDS= autoconf-2.13:devel/autoconf213 USE_GITHUB= yes GH_ACCOUNT= omniti-labs Modified: head/databases/jrrd/Makefile ============================================================================== --- head/databases/jrrd/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/jrrd/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -9,7 +9,7 @@ MASTER_SITES= SF/opennms/JRRD/stable-1.0 MAINTAINER= danilo@FreeBSD.org COMMENT= Java native interface (JNI) to RRDtool -LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool +LIB_DEPENDS= librrd.so:databases/rrdtool USES= libtool USE_JAVA= yes Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/kbibtex/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,9 +10,9 @@ MASTER_SITES= http://download.gna.org/${ MAINTAINER= makc@FreeBSD.org COMMENT= Bibliography editor for KDE -LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ - libqca.so:${PORTSDIR}/devel/qca \ - libqoauth.so:${PORTSDIR}/net/qoauth +LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 \ + libqca.so:devel/qca \ + libqoauth.so:net/qoauth USES= cmake iconv shared-mime-info tar:xz USE_GNOME= libxml2 libxslt Modified: head/databases/kyototycoon/Makefile ============================================================================== --- head/databases/kyototycoon/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/kyototycoon/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= Handy cache/storage server LICENSE= GPLv3 -LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet +LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet OPTIONS_DEFINE= DOCS Modified: head/databases/ldb/Makefile ============================================================================== --- head/databases/ldb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/ldb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -32,10 +32,10 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/m OPTIONS_DEFINE= MANPAGES MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl) -BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc \ - tevent>=0.9.26:${PORTSDIR}/devel/tevent \ - tdb>=1.3.8,1:${PORTSDIR}/databases/tdb \ - popt>=0:${PORTSDIR}/devel/popt +BUILD_DEPENDS+= talloc>=2.1.5:devel/talloc \ + tevent>=0.9.26:devel/tevent \ + tdb>=1.3.8,1:databases/tdb \ + popt>=0:devel/popt RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS+= --bundled-libraries=!talloc,!tevent,!tdb,!popt \ @@ -47,8 +47,8 @@ CONFIGURE_ARGS+= --bundled-libraries=!ta .if ! ${PORT_OPTIONS:MMANPAGES} CONFIGURE_ENV+= XSLTPROC="true" .else -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ + xsltproc:textproc/libxslt .endif PLIST_FILES= bin/ldbedit \ Modified: head/databases/leo_center/Makefile ============================================================================== --- head/databases/leo_center/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/leo_center/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -16,11 +16,11 @@ GH_TAGNAME= ${PORTVERSION:C/0$//} DIST_SUBDIR= leofs -RUN_DEPENDS= rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml \ - rubygem-leo_manager_client>=0.4.13:${PORTSDIR}/databases/rubygem-leo_manager_client \ - rubygem-sinatra-contrib>=0:${PORTSDIR}/www/rubygem-sinatra-contrib \ - rubygem-sinatra>=1.4.3:${PORTSDIR}/www/rubygem-sinatra \ - rubygem-thin>=0:${PORTSDIR}/www/rubygem-thin +RUN_DEPENDS= rubygem-haml>=0:www/rubygem-haml \ + rubygem-leo_manager_client>=0.4.13:databases/rubygem-leo_manager_client \ + rubygem-sinatra-contrib>=0:www/rubygem-sinatra-contrib \ + rubygem-sinatra>=1.4.3:www/rubygem-sinatra \ + rubygem-thin>=0:www/rubygem-thin USE_RC_SUBR= ${PORTNAME} Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/leofs/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -11,9 +11,9 @@ COMMENT= Highly scalable, fault-tolerant LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:${PORTSDIR}/lang/erlang-runtime17 \ - ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \ - ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck +BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \ + ${LOCALBASE}/bin/cmake:devel/cmake \ + ${LOCALBASE}/lib/libcheck.a:devel/libcheck USE_GITHUB= yes GH_ACCOUNT= leo-project Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/leveldb/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -28,8 +28,8 @@ SHLIB_MINOR= ${PORTVERSION:E} GH_ACCOUNT= google USE_GITHUB= yes -GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:${PORTSDIR}/devel/google-perftools -SNAPPY_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy +GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools +SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy post-patch: @${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h Modified: head/databases/levigo/Makefile ============================================================================== --- head/databases/levigo/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/levigo/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -9,8 +9,8 @@ COMMENT= Levigo is a Go wrapper for Leve LICENSE= MIT -BUILD_DEPENDS= go:${PORTSDIR}/lang/go -LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb +BUILD_DEPENDS= go:lang/go +LIB_DEPENDS= libleveldb.so:databases/leveldb ONLY_FOR_ARCHS= i386 amd64 Modified: head/databases/libdbi-drivers/Makefile ============================================================================== --- head/databases/libdbi-drivers/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/libdbi-drivers/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Drivers for libdbi -LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= libdbi.so:databases/libdbi USES= gmake libtool GNU_CONFIGURE= yes @@ -40,7 +40,7 @@ MYSQL_PLIST_FILES= lib/dbd/libdbdmysql.s PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql PGSQL_PLIST_FILES= lib/dbd/libdbdpgsql.so -SQLITE3_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 SQLITE3_CONFIGURE_WITH= sqlite3 SQLITE3_PLIST_FILES= lib/dbd/libdbdsqlite3.so Modified: head/databases/libdrizzle/Makefile ============================================================================== --- head/databases/libdrizzle/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/libdrizzle/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -13,7 +13,7 @@ COMMENT= Client and protocol library for LICENSE= BSD3CLAUSE -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS @@ -29,7 +29,7 @@ SAMPLE_PROGS= client pipe_query proxy se .include .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= doxygen>=0:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen>=0:devel/doxygen ALL_TARGET= all doxygen PLIST_SUB+= PORTDOCS="" .else Modified: head/databases/libgda4/Makefile ============================================================================== --- head/databases/libgda4/Makefile Fri Apr 1 13:46:57 2016 (r412345) +++ head/databases/libgda4/Makefile Fri Apr 1 14:00:51 2016 (r412346) @@ -21,8 +21,8 @@ LIBGDA4_SLAVE?= no .if !defined(REFERENCE_PORT) -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libjson-glib-1.0.so:devel/json-glib USES+= gettext gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack @@ -55,7 +55,7 @@ PLIST_SUB= VERSION=${VERSION} .if ${LIBGDA4_SLAVE}=="no" .if ${PORT_OPTIONS:MUI} CONFIGURE_ARGS+=--with-ui -BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils +BUILD_DEPENDS+= xml2po:textproc/gnome-doc-utils USE_GNOME+= gtk20 INSTALLS_ICONS= yes PLIST_SUB+= UI="" @@ -66,7 +66,7 @@ PLIST_SUB+= UI="@comment " .if ${PORT_OPTIONS:MSOUP} CONFIGURE_ARGS+=--with-libsoup -LIB_DEPENDS+= libsoup-2.so:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= libsoup-2.so:devel/libsoup PLIST_SUB+= WEB="" .else CONFIGURE_ARGS+=--without-libsoup @@ -75,7 +75,7 @@ PLIST_SUB+= WEB="@comment " .if ${PORT_OPTIONS:MKEYRING} CONFIGURE_ARGS+=--with-gnome-keyring -LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libgnome-keyring.so:security/libgnome-keyring .else CONFIGURE_ARGS+=--without-gnome-keyring .endif *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 14:08:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C8ACAEBFA5; Fri, 1 Apr 2016 14:08:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA26E10C2; Fri, 1 Apr 2016 14:08:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31E8hhL070627; Fri, 1 Apr 2016 14:08:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31E8c76070570; Fri, 1 Apr 2016 14:08:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011408.u31E8c76070570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412347 - in head: hebrew/culmus hebrew/he2 irc/anope irc/atheme-services irc/bitlbee irc/ctrlproxy irc/cwirc irc/dxirc irc/epic4 irc/ezbounce irc/gseen.mod irc/hexchat irc/hybserv irc/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:08:45 -0000 Author: mat Date: Fri Apr 1 14:08:37 2016 New Revision: 412347 URL: https://svnweb.freebsd.org/changeset/ports/412347 Log: Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. With hat: portmgr Sponsored by: Absolight Modified: head/hebrew/culmus/Makefile (contents, props changed) head/hebrew/he2/Makefile (contents, props changed) head/irc/anope/Makefile (contents, props changed) head/irc/atheme-services/Makefile (contents, props changed) head/irc/bitlbee/Makefile (contents, props changed) head/irc/ctrlproxy/Makefile (contents, props changed) head/irc/cwirc/Makefile (contents, props changed) head/irc/dxirc/Makefile (contents, props changed) head/irc/epic4/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/irc/gseen.mod/Makefile (contents, props changed) head/irc/hexchat/Makefile (contents, props changed) head/irc/hybserv/Makefile (contents, props changed) head/irc/inspircd/Makefile (contents, props changed) head/irc/insub/Makefile (contents, props changed) head/irc/ircd-ru/Makefile (contents, props changed) head/irc/ircproxy/Makefile (contents, props changed) head/irc/iroffer-dinoex/Makefile (contents, props changed) head/irc/irssi-dcc_send_limiter/Makefile (contents, props changed) head/irc/irssi-fish/Makefile (contents, props changed) head/irc/irssi-otr/Makefile (contents, props changed) head/irc/irssi-scripts/Makefile (contents, props changed) head/irc/irssi-xmpp/Makefile (contents, props changed) head/irc/irssi/Makefile (contents, props changed) head/irc/keitairc2/Makefile (contents, props changed) head/irc/konversation-kde4/Makefile (contents, props changed) head/irc/kvirc/Makefile (contents, props changed) head/irc/lostirc/Makefile (contents, props changed) head/irc/minbif/Makefile (contents, props changed) head/irc/nefarious/Makefile (contents, props changed) head/irc/nethirc/Makefile (contents, props changed) head/irc/ngircd/Makefile (contents, props changed) head/irc/p5-AnyEvent-IRC/Makefile (contents, props changed) head/irc/p5-Bot-BasicBot/Makefile (contents, props changed) head/irc/p5-IRC-Bot-Hangman/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Object/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC/Makefile (contents, props changed) head/irc/p5-POE-Component-Server-IRC/Makefile (contents, props changed) head/irc/p5-POE-Filter-IRCD/Makefile (contents, props changed) head/irc/p5-POE-Session-Irssi/Makefile (contents, props changed) head/irc/pisg/Makefile (contents, props changed) head/irc/polari/Makefile (contents, props changed) head/irc/py-fishcrypt/Makefile (contents, props changed) head/irc/py-gozerbot/Makefile (contents, props changed) head/irc/py-irc/Makefile (contents, props changed) head/irc/py-limnoria/Makefile (contents, props changed) head/irc/py-supybot-plugins/Makefile (contents, props changed) head/irc/quassel/Makefile (contents, props changed) head/irc/ratbox-services/Makefile (contents, props changed) head/irc/rbot/Makefile (contents, props changed) head/irc/rubygem-cogbot/Makefile (contents, props changed) head/irc/rubygem-lita-irc/Makefile (contents, props changed) head/irc/scrollz/Makefile (contents, props changed) head/irc/sirc/Makefile (contents, props changed) head/irc/slirc/Makefile (contents, props changed) head/irc/thales/Makefile (contents, props changed) head/irc/tircd/Makefile (contents, props changed) head/irc/unreal/Makefile (contents, props changed) head/irc/weechat/Makefile (contents, props changed) head/irc/xchat-fish/Makefile (contents, props changed) head/irc/xchat-mircryption/Makefile (contents, props changed) head/irc/xchat-ruby/Makefile (contents, props changed) head/irc/xchat/Makefile (contents, props changed) head/irc/znc/Makefile (contents, props changed) head/japanese/FreeWnn-lib/Makefile.common (contents, props changed) head/japanese/FreeWnn-server/Makefile (contents, props changed) head/japanese/VTPSfont/Makefile (contents, props changed) head/japanese/a2ps/Makefile (contents, props changed) head/japanese/ajaxzip2-data/Makefile (contents, props changed) head/japanese/alias-fonts/Makefile (contents, props changed) head/japanese/another-htmllint/Makefile (contents, props changed) head/japanese/asterisk-sounds/Makefile (contents, props changed) head/japanese/bugzilla44/Makefile (contents, props changed) head/japanese/bugzilla50/Makefile (contents, props changed) head/japanese/canna-server/Makefile (contents, props changed) head/japanese/cannadic/Makefile (contents, props changed) head/japanese/chasen-base/Makefile (contents, props changed) head/japanese/cmigemo/Makefile (contents, props changed) head/japanese/dbskkd-cdb/Makefile (contents, props changed) head/japanese/dvi2tty/Makefile (contents, props changed) head/japanese/eblook/Makefile (contents, props changed) head/japanese/ebnetd/Makefile (contents, props changed) head/japanese/ebview-gtk2/Makefile (contents, props changed) head/japanese/edict-utf-8/Makefile (contents, props changed) head/japanese/edyvalue/Makefile (contents, props changed) head/japanese/egg-canna/Makefile (contents, props changed) head/japanese/eijiro-fpw/Makefile (contents, props changed) head/japanese/esecanna-module-vje25/Makefile (contents, props changed) head/japanese/esecanna-module-vje30/Makefile (contents, props changed) head/japanese/esecanna-module-wnn6/Makefile (contents, props changed) head/japanese/fcitx-anthy/Makefile (contents, props changed) head/japanese/fcitx-skk/Makefile (contents, props changed) head/japanese/font-ayu18/Makefile (contents, props changed) head/japanese/font-ayu20/Makefile (contents, props changed) head/japanese/font-elisa10/Makefile (contents, props changed) head/japanese/font-elisa8/Makefile (contents, props changed) head/japanese/font-jisx0213/Makefile (contents, props changed) head/japanese/font-kaname12/Makefile (contents, props changed) head/japanese/font-kanji18/Makefile (contents, props changed) head/japanese/font-kappa20/Makefile (contents, props changed) head/japanese/font-marumoji/Makefile (contents, props changed) head/japanese/font-mikachan/Makefile (contents, props changed) head/japanese/font-mona/Makefile (contents, props changed) head/japanese/font-mplus-bitmap/Makefile (contents, props changed) head/japanese/font-mplus-outline/Makefile (contents, props changed) head/japanese/font-naga10/Makefile (contents, props changed) head/japanese/font-ricty/Makefile (contents, props changed) head/japanese/font-shinonome/Makefile (contents, props changed) head/japanese/font-std/Makefile (contents, props changed) head/japanese/freepwing/Makefile (contents, props changed) head/japanese/gedy/Makefile (contents, props changed) head/japanese/gjiten/Makefile (contents, props changed) head/japanese/gskk/Makefile (contents, props changed) head/japanese/gsuica/Makefile (contents, props changed) head/japanese/guesswork-classic/Makefile (contents, props changed) head/japanese/ibus-anthy/Makefile (contents, props changed) head/japanese/ibus-skk/Makefile (contents, props changed) head/japanese/im-ja/Makefile (contents, props changed) head/japanese/ipadic/Makefile (contents, props changed) head/japanese/japana/Makefile (contents, props changed) head/japanese/jd/Makefile (contents, props changed) head/japanese/jed/Makefile (contents, props changed) head/japanese/jmode-skk/Makefile (contents, props changed) head/japanese/jmode/Makefile (contents, props changed) head/japanese/jstrings/Makefile (contents, props changed) head/japanese/jvim3/Makefile (contents, props changed) head/japanese/kasumi/Makefile (contents, props changed) head/japanese/kcode/Makefile (contents, props changed) head/japanese/kdrill/Makefile (contents, props changed) head/japanese/kinput2/Makefile (contents, props changed) head/japanese/kterm/Makefile (contents, props changed) head/japanese/leafrogue/Makefile (contents, props changed) head/japanese/libskk/Makefile (contents, props changed) head/japanese/libtomoe-gtk/Makefile (contents, props changed) head/japanese/mailman/Makefile (contents, props changed) head/japanese/man-doc/Makefile (contents, props changed) head/japanese/man/Makefile (contents, props changed) head/japanese/mecab-ipadic/Makefile (contents, props changed) head/japanese/mh/Makefile (contents, props changed) head/japanese/migemo-emacs23/Makefile (contents, props changed) head/japanese/migemo.el/Makefile (contents, props changed) head/japanese/migemo/Makefile (contents, props changed) head/japanese/ming/Makefile (contents, props changed) head/japanese/mozc-server/Makefile (contents, props changed) head/japanese/multiskkserv/Makefile (contents, props changed) head/japanese/mutt-devel/Makefile (contents, props changed) head/japanese/mypaedia-fpw-package/Makefile (contents, props changed) head/japanese/namazu/Makefile (contents, props changed) head/japanese/namazu2/Makefile (contents, props changed) head/japanese/navi2ch/Makefile (contents, props changed) head/japanese/ng-devel/Makefile (contents, props changed) head/japanese/ng/Makefile (contents, props changed) head/japanese/ngraph-fonts/Makefile (contents, props changed) head/japanese/nhocr/Makefile (contents, props changed) head/japanese/onew/Makefile (contents, props changed) head/japanese/p5-Date-Japanese-Era/Makefile (contents, props changed) head/japanese/p5-Date-Japanese-Holiday/Makefile (contents, props changed) head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile (contents, props changed) head/japanese/p5-DateTime-Format-Japanese/Makefile (contents, props changed) head/japanese/p5-Encode-JP-Mobile/Makefile (contents, props changed) head/japanese/p5-HTML-MobileJp/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Moji/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile (contents, props changed) head/japanese/p5-MeCab/Makefile (contents, props changed) head/japanese/p5-Number-Phone-JP/Makefile (contents, props changed) head/japanese/p5-Text-ChaSen/Makefile (contents, props changed) head/japanese/p5-Text-Kakasi/Makefile (contents, props changed) head/japanese/p5-Text-MeCab/Makefile (contents, props changed) head/japanese/p5-WWW-2ch/Makefile (contents, props changed) head/japanese/p5-WWW-MobileCarrierJP/Makefile (contents, props changed) head/japanese/php5-mecab/Makefile (contents, props changed) head/japanese/prn/Makefile (contents, props changed) head/japanese/py-mecab/Makefile (contents, props changed) head/japanese/py-tegaki-gtk/Makefile (contents, props changed) head/japanese/py-tegaki/Makefile (contents, props changed) head/japanese/py-zinnia/Makefile (contents, props changed) head/japanese/rogue_s/Makefile (contents, props changed) head/japanese/ruby-eb/Makefile (contents, props changed) head/japanese/ruby-mecab/Makefile (contents, props changed) head/japanese/rubygem-jpmobile/Makefile (contents, props changed) head/japanese/rubygem-jpmobile4/Makefile (contents, props changed) head/japanese/rubygem-myrurema/Makefile (contents, props changed) head/japanese/scim-anthy/Makefile (contents, props changed) head/japanese/scim-canna/Makefile (contents, props changed) head/japanese/scim-honoka-plugin-romkan/Makefile (contents, props changed) head/japanese/scim-honoka-plugin-wnn/Makefile (contents, props changed) head/japanese/scim-honoka/Makefile (contents, props changed) head/japanese/scim-skk/Makefile (contents, props changed) head/japanese/scim-tables/Makefile (contents, props changed) head/japanese/scim-tomoe/Makefile (contents, props changed) head/japanese/scim-uim/Makefile (contents, props changed) head/japanese/seaside/Makefile (contents, props changed) head/japanese/sj3-server/Makefile (contents, props changed) head/japanese/skk-jisyo/Makefile (contents, props changed) head/japanese/skk/Makefile (contents, props changed) head/japanese/skkfep/Makefile (contents, props changed) head/japanese/skkinput/Makefile (contents, props changed) head/japanese/skkinput3/Makefile (contents, props changed) head/japanese/skkserv/Makefile (contents, props changed) head/japanese/slrn/Makefile (contents, props changed) head/japanese/spamassassin/Makefile (contents, props changed) head/japanese/srd-fpw-package/Makefile (contents, props changed) head/japanese/suicavalue/Makefile (contents, props changed) head/japanese/t2ps/Makefile (contents, props changed) head/japanese/tegaki-recognize/Makefile (contents, props changed) head/japanese/texinfo/Makefile (contents, props changed) head/japanese/tgif/Makefile (contents, props changed) head/japanese/tiarra/Makefile (contents, props changed) head/japanese/today/Makefile (contents, props changed) head/japanese/tomoe/Makefile (contents, props changed) head/japanese/uim-anthy/Makefile (contents, props changed) head/japanese/uim-tomoe-gtk/Makefile (contents, props changed) head/japanese/vftool/Makefile (contents, props changed) head/japanese/waeijiro-fpw/Makefile (contents, props changed) head/japanese/xgate/Makefile (contents, props changed) head/japanese/xpdf/Makefile (contents, props changed) head/japanese/xv/Makefile (contents, props changed) head/japanese/xyaku/Makefile (contents, props changed) head/japanese/yc.el/Makefile (contents, props changed) head/japanese/zinnia-tomoe/Makefile (contents, props changed) head/japanese/zipcodes/Makefile (contents, props changed) head/java/avis/Makefile (contents, props changed) head/java/berkeley-db/Makefile (contents, props changed) head/java/bootstrap-openjdk/Makefile (contents, props changed) head/java/bouncycastle/Makefile (contents, props changed) head/java/cacao/Makefile (contents, props changed) head/java/classpath/Makefile (contents, props changed) head/java/eclipse-EPIC/Makefile (contents, props changed) head/java/eclipse-cdt/Makefile (contents, props changed) head/java/eclipse-drjava/Makefile (contents, props changed) head/java/eclipse-findbugs/Makefile (contents, props changed) head/java/eclipse-log4e/Makefile (contents, props changed) head/java/eclipse-lomboz/Makefile (contents, props changed) head/java/eclipse-pydev/Makefile (contents, props changed) head/java/eclipse-shelled/Makefile (contents, props changed) head/java/eclipse-windowbuilder/Makefile (contents, props changed) head/java/eclipse/Makefile (contents, props changed) head/java/icedtea-web/Makefile (contents, props changed) head/java/intellij-fsnotifier/Makefile (contents, props changed) head/java/intellij/Makefile (contents, props changed) head/java/jakarta-commons-beanutils/Makefile (contents, props changed) head/java/jakarta-commons-dbcp/Makefile (contents, props changed) head/java/jakarta-commons-httpclient/Makefile (contents, props changed) head/java/jamvm/Makefile (contents, props changed) head/java/jdom/Makefile (contents, props changed) head/java/jflex/Makefile (contents, props changed) head/java/jfreechart/Makefile (contents, props changed) head/java/jgraph/Makefile (contents, props changed) head/java/jode/Makefile (contents, props changed) head/java/junit/Makefile (contents, props changed) head/java/linux-oracle-jdk18/Makefile (contents, props changed) head/java/linux-oracle-jre18/Makefile (contents, props changed) head/java/linux-sun-jdk17/Makefile (contents, props changed) head/java/linux-sun-jre17/Makefile (contents, props changed) head/java/mmake/Makefile (contents, props changed) head/java/openjdk6/Makefile (contents, props changed) head/java/openjdk7/Makefile (contents, props changed) head/java/openjdk8/Makefile (contents, props changed) head/java/openjfx8-devel/Makefile (contents, props changed) head/java/phpeclipse/Makefile (contents, props changed) head/java/sablevm-classpath/Makefile (contents, props changed) head/java/sablevm/Makefile (contents, props changed) head/java/servingxml/Makefile (contents, props changed) head/java/sigar/Makefile (contents, props changed) head/java/sqlitejdbc/Makefile (contents, props changed) head/java/veditor/Makefile (contents, props changed) head/java/xdoclet/Makefile (contents, props changed) head/korean/baekmukfonts-bdf/Makefile (contents, props changed) head/korean/fcitx-hangul/Makefile (contents, props changed) head/korean/gtkcomm/Makefile (contents, props changed) head/korean/hpscat/Makefile (contents, props changed) head/korean/hunspell/Makefile (contents, props changed) head/korean/ibus-hangul/Makefile (contents, props changed) head/korean/imhangul/Makefile (contents, props changed) head/korean/kaistfonts/Makefile (contents, props changed) head/korean/ko.TeX/Makefile (contents, props changed) head/korean/man-doc/Makefile (contents, props changed) head/korean/nabi/Makefile (contents, props changed) head/korean/scim-hangul/Makefile (contents, props changed) head/korean/scim-tables/Makefile (contents, props changed) head/korean/xpdf/Makefile (contents, props changed) head/lang/adacontrol/Makefile (contents, props changed) head/lang/alchemist.el/Makefile (contents, props changed) head/lang/algol68g/Makefile (contents, props changed) head/lang/arena/Makefile (contents, props changed) head/lang/asis/Makefile (contents, props changed) head/lang/ats/Makefile (contents, props changed) head/lang/ats/bsd.ats.mk (contents, props changed) head/lang/basic256/Makefile (contents, props changed) head/lang/beignet/Makefile (contents, props changed) head/lang/bigloo/Makefile (contents, props changed) head/lang/c/Makefile (contents, props changed) head/lang/cdent/Makefile (contents, props changed) head/lang/cint/Makefile (contents, props changed) head/lang/cjs/Makefile (contents, props changed) head/lang/clang-devel/Makefile (contents, props changed) head/lang/clang33/Makefile (contents, props changed) head/lang/clang34/Makefile (contents, props changed) head/lang/clang35/Makefile (contents, props changed) head/lang/clang36/Makefile (contents, props changed) head/lang/clang37/Makefile (contents, props changed) head/lang/clang38/Makefile (contents, props changed) head/lang/clojure/Makefile (contents, props changed) head/lang/clover/Makefile (contents, props changed) head/lang/cmucl-extra/Makefile (contents, props changed) head/lang/cmucl/Makefile (contents, props changed) head/lang/cparser/Makefile (contents, props changed) head/lang/ecl/Makefile (contents, props changed) head/lang/elan/Makefile (contents, props changed) head/lang/elixir/Makefile (contents, props changed) head/lang/elk/Makefile (contents, props changed) head/lang/erlang-java/Makefile (contents, props changed) head/lang/erlang-runtime15/Makefile (contents, props changed) head/lang/erlang-runtime16/Makefile (contents, props changed) head/lang/erlang-runtime17/Makefile (contents, props changed) head/lang/erlang-runtime18/Makefile (contents, props changed) head/lang/erlang-wx/Makefile (contents, props changed) head/lang/erlang/Makefile (contents, props changed) head/lang/execline/Makefile (contents, props changed) head/lang/f2c/Makefile (contents, props changed) head/lang/ferite/Makefile (contents, props changed) head/lang/fpc-base/Makefile (contents, props changed) head/lang/fpc-lua/Makefile (contents, props changed) head/lang/fpc-rexx/Makefile (contents, props changed) head/lang/fsharp/Makefile (contents, props changed) head/lang/gauche/Makefile (contents, props changed) head/lang/gawk/Makefile (contents, props changed) head/lang/gcc-aux/Makefile (contents, props changed) head/lang/gcc-aux/Makefile.common (contents, props changed) head/lang/gcc/Makefile (contents, props changed) head/lang/gcc46/Makefile (contents, props changed) head/lang/gcc47/Makefile (contents, props changed) head/lang/gcc48/Makefile (contents, props changed) head/lang/gcc49/Makefile (contents, props changed) head/lang/gcc5-aux/Makefile (contents, props changed) head/lang/gcc5-aux/Makefile.common (contents, props changed) head/lang/gcc5-devel/Makefile (contents, props changed) head/lang/gcc5/Makefile (contents, props changed) head/lang/gcc6-aux/Makefile (contents, props changed) head/lang/gcc6-aux/Makefile.common (contents, props changed) head/lang/gcc6-devel/Makefile (contents, props changed) head/lang/gcl/Makefile (contents, props changed) head/lang/gforth/Makefile (contents, props changed) head/lang/ghc/Makefile (contents, props changed) head/lang/ghc/bsd.cabal.mk (contents, props changed) head/lang/gjs/Makefile (contents, props changed) head/lang/gnatdroid-armv7/Makefile (contents, props changed) head/lang/gnatdroid-binutils/Makefile (contents, props changed) head/lang/gnu-cobol/Makefile (contents, props changed) head/lang/gnustep-base/Makefile (contents, props changed) head/lang/go/Makefile (contents, props changed) head/lang/go/files/bsd.go.mk (contents, props changed) head/lang/guile/Makefile (contents, props changed) head/lang/guile2/Makefile (contents, props changed) head/lang/harbour/Makefile (contents, props changed) head/lang/hope/Makefile (contents, props changed) head/lang/hugs/Makefile (contents, props changed) head/lang/icc/Makefile (contents, props changed) head/lang/io/Makefile.addons (contents, props changed) head/lang/jruby/Makefile (contents, props changed) head/lang/js_of_ocaml/Makefile (contents, props changed) head/lang/jython/Makefile (contents, props changed) head/lang/kawa/Makefile (contents, props changed) head/lang/librep/Makefile (contents, props changed) head/lang/lua-ada/Makefile (contents, props changed) head/lang/maude/Makefile (contents, props changed) head/lang/mdk/Makefile (contents, props changed) head/lang/micropython/Makefile (contents, props changed) head/lang/mit-scheme/Makefile (contents, props changed) head/lang/mlton/Makefile (contents, props changed) head/lang/mmix/Makefile (contents, props changed) head/lang/modula3/Makefile (contents, props changed) head/lang/mono/Makefile (contents, props changed) head/lang/moscow_ml/Makefile (contents, props changed) head/lang/mosh/Makefile (contents, props changed) head/lang/mtasc/Makefile (contents, props changed) head/lang/munger/Makefile (contents, props changed) head/lang/nbc/Makefile (contents, props changed) head/lang/newlisp-devel/Makefile (contents, props changed) head/lang/newlisp/Makefile (contents, props changed) head/lang/ofc/Makefile (contents, props changed) head/lang/ohugs/Makefile (contents, props changed) head/lang/onyx/Makefile (contents, props changed) head/lang/oo2c/Makefile (contents, props changed) head/lang/p5-Expect/Makefile (contents, props changed) head/lang/p5-Interpolation/Makefile (contents, props changed) head/lang/p5-JSAN/Makefile (contents, props changed) head/lang/p5-JavaScript-SpiderMonkey/Makefile (contents, props changed) head/lang/p5-List-MoreUtils/Makefile (contents, props changed) head/lang/p5-Marpa-PP/Makefile (contents, props changed) head/lang/p5-Marpa-XS/Makefile (contents, props changed) head/lang/p5-Marpa/Makefile (contents, props changed) head/lang/p5-Modern-Perl/Makefile (contents, props changed) head/lang/p5-Parse-Perl/Makefile (contents, props changed) head/lang/p5-Perl6-Subs/Makefile (contents, props changed) head/lang/p5-Pugs-Compiler-Rule/Makefile (contents, props changed) head/lang/p5-Quantum-Superpositions/Makefile (contents, props changed) head/lang/p5-Switch/Makefile (contents, props changed) head/lang/p5-Test-XPath/Makefile (contents, props changed) head/lang/p5-Try-Tiny-Retry/Makefile (contents, props changed) head/lang/p5-Try-Tiny/Makefile (contents, props changed) head/lang/p5-TryCatch/Makefile (contents, props changed) head/lang/p5-signatures/Makefile (contents, props changed) head/lang/p5-v6/Makefile (contents, props changed) head/lang/parrot/Makefile (contents, props changed) head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5.18/Makefile (contents, props changed) head/lang/perl5.20/Makefile (contents, props changed) head/lang/perl5.22/Makefile (contents, props changed) head/lang/phantomjs/Makefile (contents, props changed) head/lang/pharo/Makefile (contents, props changed) head/lang/php55/Makefile (contents, props changed) head/lang/php55/Makefile.ext (contents, props changed) head/lang/php56/Makefile (contents, props changed) head/lang/php56/Makefile.ext (contents, props changed) head/lang/php70/Makefile (contents, props changed) head/lang/php70/Makefile.ext (contents, props changed) head/lang/pike78/Makefile (contents, props changed) head/lang/polyml/Makefile (contents, props changed) head/lang/pure/Makefile (contents, props changed) head/lang/py-prolog/Makefile (contents, props changed) head/lang/py-qt5-qml/Makefile (contents, props changed) head/lang/pypy/Makefile (contents, props changed) head/lang/pypy/bsd.pypy.cffi.mk (contents, props changed) head/lang/pypy3-devel/Makefile (contents, props changed) head/lang/python/Makefile (contents, props changed) head/lang/python27/Makefile (contents, props changed) head/lang/python33/Makefile (contents, props changed) head/lang/python34/Makefile (contents, props changed) head/lang/python35/Makefile (contents, props changed) head/lang/qore/Makefile (contents, props changed) head/lang/qscheme/Makefile (contents, props changed) head/lang/quack/Makefile (contents, props changed) head/lang/racket-minimal/Makefile (contents, props changed) head/lang/racket/Makefile (contents, props changed) head/lang/rexx-regutil/Makefile (contents, props changed) head/lang/rexx-wrapper/Makefile (contents, props changed) head/lang/rhino/Makefile (contents, props changed) head/lang/rubinius/Makefile (contents, props changed) head/lang/ruby20/Makefile (contents, props changed) head/lang/ruby21/Makefile (contents, props changed) head/lang/ruby22/Makefile (contents, props changed) head/lang/ruby23/Makefile (contents, props changed) head/lang/runawk/Makefile (contents, props changed) head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust/Makefile (contents, props changed) head/lang/sagittarius-scheme/Makefile (contents, props changed) head/lang/sbcl/Makefile (contents, props changed) head/lang/scala/Makefile (contents, props changed) head/lang/sdcc-devel/Makefile (contents, props changed) head/lang/sdcc/Makefile (contents, props changed) head/lang/see/Makefile (contents, props changed) head/lang/slib-guile/Makefile (contents, props changed) head/lang/slib-guile2/Makefile (contents, props changed) head/lang/smalltalk/Makefile (contents, props changed) head/lang/spark/Makefile (contents, props changed) head/lang/spidermonkey17/Makefile (contents, props changed) head/lang/spidermonkey170/Makefile (contents, props changed) head/lang/spidermonkey185/Makefile (contents, props changed) head/lang/spidermonkey24/Makefile (contents, props changed) head/lang/squeak/Makefile (contents, props changed) head/lang/stalin/Makefile (contents, props changed) head/lang/swi-pl/Makefile (contents, props changed) head/lang/tcl-wrapper/Makefile (contents, props changed) head/lang/twelf/Makefile (contents, props changed) head/lang/urweb/Makefile (contents, props changed) head/lang/v8-devel/Makefile (contents, props changed) head/lang/whitespace/Makefile (contents, props changed) head/lang/x10/Makefile (contents, props changed) head/lang/yap-devel/Makefile (contents, props changed) head/lang/yap/Makefile (contents, props changed) Modified: head/hebrew/culmus/Makefile ============================================================================== --- head/hebrew/culmus/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/hebrew/culmus/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,7 +13,7 @@ COMMENT= Free Hebrew Type1 fonts LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf +BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USES= fonts NO_BUILD= yes Modified: head/hebrew/he2/Makefile ============================================================================== --- head/hebrew/he2/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/hebrew/he2/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,7 +12,7 @@ COMMENT= Editor for editing (primarily L LICENSE= GPLv2 -RUN_DEPENDS= iw-elmar-fonts>0:${PORTSDIR}/hebrew/elmar-fonts +RUN_DEPENDS= iw-elmar-fonts>0:hebrew/elmar-fonts USES= gmake ncurses GNU_CONFIGURE= yes Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/anope/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -35,7 +35,7 @@ NLS_USES= gettext .if ${PORT_OPTIONS:MGNUTLS} PLIST_SUB+= GNUTLS="" -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls .else PLIST_SUB+= GNUTLS="@comment " .endif @@ -63,7 +63,7 @@ PLIST_SUB+= OPENSSL="@comment " .if ${PORT_OPTIONS:MPCRE} PLIST_SUB+= PCRE="" -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre .else PLIST_SUB+= PCRE="@comment " .endif @@ -76,7 +76,7 @@ PLIST_SUB+= POSIX="@comment " .if ${PORT_OPTIONS:MSASL} PLIST_SUB+= SASL="" -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 .else PLIST_SUB+= SASL="@comment " .endif @@ -96,7 +96,7 @@ PLIST_SUB+= STATS="@comment " .if ${PORT_OPTIONS:MTRE} PLIST_SUB+= TRE="" -LIB_DEPENDS+= libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS+= libtre.so:textproc/libtre .else PLIST_SUB+= TRE="@comment " .endif Modified: head/irc/atheme-services/Makefile ============================================================================== --- head/irc/atheme-services/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/atheme-services/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USERS= ircservices GROUPS= ircservices -LIB_DEPENDS+= libmowgli-2.so:${PORTSDIR}/devel/libmowgli2 +LIB_DEPENDS+= libmowgli-2.so:devel/libmowgli2 USE_RC_SUBR= atheme-services @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-contrib .endif .if ${PORT_OPTIONS:MCRACKLIB} -LIB_DEPENDS+= libcrack.so:${PORTSDIR}/security/cracklib +LIB_DEPENDS+= libcrack.so:security/cracklib CONFIGURE_ARGS+= --with-cracklib .else CONFIGURE_ARGS+= --without-cracklib @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-nls .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre CONFIGURE_ARGS+= --with-pcre .else CONFIGURE_ARGS+= --without-pcre Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/bitlbee/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,8 +12,8 @@ COMMENT= IRC to other chat networks gate LICENSE= GPLv2 -BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ - xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xmlto:textproc/xmlto \ + xsltproc:textproc/libxslt SUB_FILES= pkg-message PORTDOCS= AUTHORS CHANGES CREDITS FAQ README @@ -51,22 +51,22 @@ CONFIGURE_ARGS= --config=/var/db/bitlbe DEBUG_CONFIGURE_ON= --debug=1 GNUTLS_CONFIGURE_ON= --ssl=gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt JABBER_CONFIGURE_OFF= --jabber=0 LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} -LIBEVENT_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 LIBPURPLE_CONFIGURE_ON= --purple=1 -LIBPURPLE_LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple +LIBPURPLE_LIB_DEPENDS= libpurple.so:net-im/libpurple MSN_CONFIGURE_OFF= --msn=0 NSS_CONFIGURE_ON= --ssl=nss -NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss +NSS_LIB_DEPENDS= libnss3.so:security/nss OPENSSL_CONFIGURE_ON= --ssl=openssl OSCAR_CONFIGURE_OFF= --oscar=0 OTR_CONFIGURE_ON= --otr=1 -OTR_LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr +OTR_LIB_DEPENDS= libotr.so.5:security/libotr SKYPE_CONFIGURE_ON= --skype=1 -SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:${PORTSDIR}/net-im/py-skype4py +SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py SKYPE_USES= python TWITTER_CONFIGURE_OFF= --twitter=0 YAHOO_CONFIGURE_OFF= --yahoo=0 Modified: head/irc/ctrlproxy/Makefile ============================================================================== --- head/irc/ctrlproxy/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/ctrlproxy/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,7 +11,7 @@ MASTER_SITES= http://launchpadlibrarian. MAINTAINER= ashish@FreeBSD.org COMMENT= Flexible IRC proxy -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:security/gnutls USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/irc/cwirc/Makefile ============================================================================== --- head/irc/cwirc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/cwirc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,7 +13,7 @@ COMMENT= X-Chat Morse plugin LICENSE= GPLv2 -BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat +BUILD_DEPENDS= xchat:irc/xchat USES= pkgconfig Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/dxirc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,7 +12,7 @@ COMMENT= Simple IRC client written using LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 USE_XORG= xft USES= gmake pkgconfig @@ -62,12 +62,12 @@ CONFIGURE_ARGS+= --disable-lua .endif .if ${PORT_OPTIONS:MENCHANT} -LIB_DEPENDS+= libenchant.so:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= libenchant.so:textproc/enchant CONFIGURE_ARGS+= --enable-enchant .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:devel/libnotify CONFIGURE_ARGS+= --enable-libnotify .endif Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/epic4/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= libtcl84.so:${PORTSDIR}/lang/tcl84 +LIB_DEPENDS+= libtcl84.so:lang/tcl84 CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/ezbounce/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -16,7 +16,7 @@ OPTIONS_SUB= yes SSL_USE= OPENSSL=YES SSL_CONFIGURE_WITH= ssl -COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs +COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/gseen.mod/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,9 +13,9 @@ COMMENT= Seen-module for the eggdrop IRC LICENSE= GPLv2+ -EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract -BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop -RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop +EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop:extract +BUILD_DEPENDS= eggdrop:irc/eggdrop +RUN_DEPENDS= eggdrop:irc/eggdrop USES= tcl:85+ GNU_CONGFIGURE= yes Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/hexchat/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,7 +11,7 @@ COMMENT= IRC chat program with GTK and T LICENSE= GPLv2 -LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libproxy.so:net/libproxy USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 intltool libxml2 @@ -43,21 +43,21 @@ FISHLIM_DESC= FiSHLiM plugin TEXTFE_DESC= Text frontend SOCKS_DESC= SOCKS proxy support, FORBIDDEN in FreeBSD 10+ -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -CANBERRA_LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra CANBERRA_CONFIGURE_ENABLE= libcanberra -DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_ENABLE= dbus DOAT_CONFIGURE_ENABLE= doat FISHLIM_CONFIGURE_ENABLE= fishlim NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools # doesn't build otherwise -NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify PERL_CONFIGURE_ENABLE= perl PYTHON_CONFIGURE_ENABLE= python -SOCKS_LIB_DEPENDS= libsocks.so:${PORTSDIR}/net/dante +SOCKS_LIB_DEPENDS= libsocks.so:net/dante SOCKS_CONFIGURE_ENABLE= socks TEXTFE_CONFIGURE_ENABLE= textfe Modified: head/irc/hybserv/Makefile ============================================================================== --- head/irc/hybserv/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/hybserv/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -24,7 +24,7 @@ GROUPS= ${USERS} OPTIONS_DEFINE= DAEMONTOOLS DAEMONTOOLS_DESC= Daemontools support -DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools +DAEMONTOOLS_RUN_DEPENDS= supervise:sysutils/daemontools DAEMONTOOLS_CONFIGURE_ENABLE= daemontools post-patch: Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/inspircd/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -105,7 +105,7 @@ PLIST_SUB+= SQLITE="@comment " .if ${PORT_OPTIONS:MGNUTLS} USES+= pkgconfig -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls CONFIGURE_ARGS+= --enable-gnutls EXTRAS:=${EXTRAS},m_ssl_gnutls.cpp PLIST_SUB+= GNUTLS="" @@ -123,7 +123,7 @@ PLIST_SUB+= OPENSSL="@comment " .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre EXTRAS:=${EXTRAS},m_regex_pcre.cpp PLIST_SUB+= PCRE="" .else Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/insub/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -8,8 +8,8 @@ CATEGORIES= irc MAINTAINER= ports@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web -RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet +RUN_DEPENDS= cowsay:games/cowsay \ + figlet:misc/figlet USE_GITHUB= yes GH_ACCOUNT= cjones Modified: head/irc/ircd-ru/Makefile ============================================================================== --- head/irc/ircd-ru/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/ircd-ru/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-hub # enable RC4 crypt (server to server connection) .if ${PORT_OPTIONS:MENCRYPTION} CONFIGURE_ARGS+=--enable-encryption -LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:math/gmp .endif # log to file instead of syslog Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/ircproxy/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,7 +13,7 @@ COMMENT= IRC proxy/bouncer daemon LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares +LIB_DEPENDS= libcares.so:dns/c-ares USES= tar:bzip2 GNU_CONFIGURE= yes Modified: head/irc/iroffer-dinoex/Makefile ============================================================================== --- head/irc/iroffer-dinoex/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/iroffer-dinoex/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -42,13 +42,13 @@ IROFFER_HTDOCS= iroffer-state.css robots OPTIONS_DEFINE= CURL RUBY UPNP GEOIP DOCS EXAMPLES OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= -curl RUBY_USE= RUBY=yes LIBRUBY=yes RUBY_CONFIGURE_ON= -ruby -UPNP_LIB_DEPENDS= libminiupnpc.so:${PORTSDIR}/net/miniupnpc +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_ON= -upnp -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= -geoip do-install: Modified: head/irc/irssi-dcc_send_limiter/Makefile ============================================================================== --- head/irc/irssi-dcc_send_limiter/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi-dcc_send_limiter/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -17,8 +17,8 @@ PATCHFILES= ${DISTFILES}.diff MAINTAINER= ports@FreeBSD.org COMMENT= Irssi plugin to limit the transmit speed of DCC sends -BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= irssi:irc/irssi +RUN_DEPENDS= irssi:irc/irssi USES= pkgconfig USE_GNOME= glib20 Modified: head/irc/irssi-fish/Makefile ============================================================================== --- head/irc/irssi-fish/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi-fish/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,10 +11,10 @@ DISTNAME= FiSH-irssi.v${DISTVERSION}-sou MAINTAINER= ashish@FreeBSD.org COMMENT= Encryption plugin for irssi -BUILD_DEPENDS= ${LOCALBASE}/include/glib-2.0/glib.h:${PORTSDIR}/devel/glib20 \ - ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl \ - ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= ${LOCALBASE}/include/glib-2.0/glib.h:devel/glib20 \ + ${LOCALBASE}/lib/libmiracl.a:math/miracl \ + ${LOCALBASE}/include/irssi/src/common.h:irc/irssi +RUN_DEPENDS= irssi:irc/irssi USES= zip USE_LDCONFIG= yes Modified: head/irc/irssi-otr/Makefile ============================================================================== --- head/irc/irssi-otr/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi-otr/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,11 +13,11 @@ COMMENT= Plugin for irssi for Off-the-Re LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ - ${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt -LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \ + ${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt +LIB_DEPENDS= libotr.so.5:security/libotr \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= irssi:irc/irssi USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes Modified: head/irc/irssi-scripts/Makefile ============================================================================== --- head/irc/irssi-scripts/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi-scripts/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}${E MAINTAINER= jadawin@FreeBSD.org COMMENT= Collection of useful scripts for the irssi IRC-client -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +RUN_DEPENDS= irssi:irc/irssi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi-xmpp/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,8 +11,8 @@ COMMENT= Irssi plugin to connect to Jabb LICENSE= GPLv2 -BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi -LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth +BUILD_DEPENDS= irssi:irc/irssi +LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pkgconfig Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/irssi/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,7 +11,7 @@ COMMENT?= Modular IRC client with many f LICENSE= GPLv2 -LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= libglib-2.0.so:devel/glib20 CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* Modified: head/irc/keitairc2/Makefile ============================================================================== --- head/irc/keitairc2/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/keitairc2/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -9,13 +9,13 @@ MASTER_SITES= SFJP/${PORTNAME}/47485 MAINTAINER= ports@FreeBSD.org COMMENT= IRC proxy for mobilephone that have a web interface -RUN_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig +RUN_DEPENDS= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww \ + p5-HTML-Template>=0:www/p5-HTML-Template \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \ + p5-AppConfig>=0:devel/p5-AppConfig CONFLICTS= keitairc-1.* Modified: head/irc/konversation-kde4/Makefile ============================================================================== --- head/irc/konversation-kde4/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/konversation-kde4/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -10,7 +10,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${D MAINTAINER= makc@FreeBSD.org COMMENT= User friendly IRC client for KDE -LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca +LIB_DEPENDS= libqca.so:devel/qca USES= cmake:outsource gettext shebangfix tar:xz USE_KDE4= kdeprefix pimlibs automoc4 Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/kvirc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -31,11 +31,11 @@ OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHO OPTIONS_SUB= yes AUDIOFILE_DESC= Support for various audio formats -AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile AUDIOFILE_CMAKE_OFF= -DWITHOUT_AUDIOFILE=yes GSM_DESC= u-law to gsm audio converter support -GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm +GSM_LIB_DEPENDS= libgsm.so:audio/gsm GSM_CMAKE_OFF= -DWANT_GSM=no PERL_DESC= Perl scripting support Modified: head/irc/lostirc/Makefile ============================================================================== --- head/irc/lostirc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/lostirc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -13,7 +13,7 @@ COMMENT= Simple and minimal IRC client f LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix Modified: head/irc/minbif/Makefile ============================================================================== --- head/irc/minbif/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/minbif/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,7 +12,7 @@ COMMENT= IRC to instant messaging gatewa LICENSE= GPLv2 -LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:net-im/libpurple USES= cmake pkgconfig USE_GNOME= glib20 @@ -35,12 +35,12 @@ CACA_DESC= Buddy icon display using libc VIDEO_DESC= Webcam display using libcaca (implies CACA) PLUGINS_DESC= Compile additional libpurple-plugins -CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca \ - libImlib2.so:${PORTSDIR}/graphics/imlib2 +CACA_LIB_DEPENDS= libcaca.so:graphics/libcaca \ + libImlib2.so:graphics/imlib2 CACA_CMAKE_ON= -DENABLE_CACA:BOOL=ON -DENABLE_IMLIB:BOOL=ON CACA_CMAKE_OFF= -DENABLE_CACA:BOOL=OFF -DENABLE_IMLIB:BOOL=OFF -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CMAKE_ON= -DENABLE_TLS:BOOL=ON GNUTLS_CMAKE_OFF= -DENABLE_TLS:BOOL=OFF @@ -53,7 +53,7 @@ PLUGINS_PLIST_FILES= lib/purple-2/libcoi VIDEO_USE= GSTREAMER=core,good VIDEO_CMAKE_ON= -DENABLE_VIDEO:BOOL=ON VIDEO_CMAKE_OFF= -DENABLE_VIDEO:BOOL=OFF -VIDEO_LIB_DEPENDS= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 +VIDEO_LIB_DEPENDS= libgstfarsight-0.10.so:net-im/farsight2 post-patch: @${REINPLACE_CMD} -e \ Modified: head/irc/nefarious/Makefile ============================================================================== --- head/irc/nefarious/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/nefarious/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,8 +12,8 @@ COMMENT= IRC server used by evilnet base BROKEN= unfetchable -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= tar:bzip2 HAS_CONFIGURE= yes Modified: head/irc/nethirc/Makefile ============================================================================== --- head/irc/nethirc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/nethirc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -10,9 +10,9 @@ MASTER_SITES= ftp://ftp.nog.net/pub/tony MAINTAINER= matt_mills@btopenworld.com COMMENT= Perl-based IRC client that uses Net::IRC -BUILD_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-String-Format>=0:textproc/p5-String-Format \ + p5-YAML>=0:textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/ngircd/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -39,12 +39,12 @@ OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= ICONV IRCPLUS LIBWRAP OPENSSL SYSLOG ZLIB DEBUG_CONFIGURE_EBABLE= debug -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls ICONV_USES= iconv ICONV_CONFIGURE_WITH= iconv IDENT_DESC= IDENT (AUTH) protocol support -IDENT_LIB_DEPENDS= libident.so:${PORTSDIR}/security/libident +IDENT_LIB_DEPENDS= libident.so:security/libident INDENT_CONFIGURE_WITH= dent IPV6_CONFIGURE_ENABLE= ipv6 IRCPLUS_DESC= IRC+ protocol Modified: head/irc/p5-AnyEvent-IRC/Makefile ============================================================================== --- head/irc/p5-AnyEvent-IRC/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-AnyEvent-IRC/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Event system independent IRC protocol module -BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Object-Event>=0.7:${PORTSDIR}/devel/p5-Object-Event +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Object-Event>=0.7:devel/p5-Object-Event RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/irc/p5-Bot-BasicBot/Makefile ============================================================================== --- head/irc/p5-Bot-BasicBot/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-Bot-BasicBot/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple irc bot baseclass -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC USES= perl5 USE_PERL5= configure Modified: head/irc/p5-IRC-Bot-Hangman/Makefile ============================================================================== --- head/irc/p5-IRC-Bot-Hangman/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-IRC-Bot-Hangman/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IRC hangman bot -BUILD_DEPENDS= p5-Bot-BasicBot>=0:${PORTSDIR}/irc/p5-Bot-BasicBot \ - p5-Games-GuessWord>=0:${PORTSDIR}/games/p5-Games-GuessWord \ - p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ - p5-Chatbot-Eliza>=0:${PORTSDIR}/misc/p5-Chatbot-Eliza \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Bot-BasicBot>=0:irc/p5-Bot-BasicBot \ + p5-Games-GuessWord>=0:games/p5-Games-GuessWord \ + p5-Module-Find>=0:devel/p5-Module-Find \ + p5-Chatbot-Eliza>=0:misc/p5-Chatbot-Eliza \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/irc/p5-POE-Component-IRC-Object/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Object/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Object/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Slightly simpler OO interface to POE::Component::IRC -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} #PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -15,9 +15,9 @@ COMMENT= POE::Component::IRC plugin ttha LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-POE>=0.37:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-Crypt-Blowfish_PP>=1.12:${PORTSDIR}/security/p5-Crypt-Blowfish_PP +BUILD_DEPENDS= p5-POE>=0.37:devel/p5-POE \ + p5-POE-Component-IRC>=5.07:irc/p5-POE-Component-IRC \ + p5-Crypt-Blowfish_PP>=1.12:security/p5-Crypt-Blowfish_PP RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that talks bollocks -BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:${PORTSDIR}/textproc/p5-Dev-Bollocks \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:textproc/p5-Dev-Bollocks \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IRC plugin that provides CoreList goodness -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 Modified: head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -15,13 +15,13 @@ COMMENT= PoCo-IRC plugin for a Hailo con LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IRC-Utils>=0.05:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-Math-Random-OO>=0.21:${PORTSDIR}/math/p5-Math-Random-OO \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Hailo>=0:${PORTSDIR}/devel/p5-POE-Component-Hailo \ - p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-IRC-Utils>=0.05:irc/p5-IRC-Utils \ + p5-Math-Random-OO>=0.21:math/p5-Math-Random-OO \ + p5-POE>=0:devel/p5-POE \ + p5-POE-Component-Hailo>=0:devel/p5-POE-Component-Hailo \ + p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script +TEST_DEPENDS= p5-Test-Script>=1.07:devel/p5-Test-Script USES= perl5 USE_PERL5= configure Modified: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -14,12 +14,12 @@ COMMENT= PoCo-IRC plugin that keeps trac LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC \ + p5-Moose>=0:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject +TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject USES= perl5 USE_PERL5= configure Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that runs Acme::POE::Knee races -BUILD_DEPENDS= p5-Math-Random>=0.69:${PORTSDIR}/math/p5-Math-Random \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Math-Random>=0.69:math/p5-Math-Random \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin for IRC based DNS queries -BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-Net-IP>=1.25:net-mgmt/p5-Net-IP \ + p5-POE-Component-Client-DNS>=1.00:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin for IRC based DNSBL queries -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ - p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP -RUN_DEPENDS:= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ - p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \ + p5-Net-IP>=1.25:net-mgmt/p5-Net-IP +RUN_DEPENDS:= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \ + p5-Net-IP>=1.25:net-mgmt/p5-Net-IP PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 shebangfix Modified: head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that provides RSS headline retrieval -BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ - p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message +BUILD_DEPENDS= p5-POE>=1.004:devel/p5-POE \ + p5-POE-Component-IRC>=5.07:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-HTTP>=0.73:www/p5-POE-Component-Client-HTTP \ + p5-XML-RSS>=1.1:textproc/p5-XML-RSS \ + p5-HTTP-Message>=0:www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" Modified: head/irc/p5-POE-Component-IRC/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-IRC/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -15,15 +15,15 @@ COMMENT= Fully event-driven IRC client m LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Syndicator>=0.01:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ - p5-POE-Filter-IRCD>=2.42:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ - p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ - p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-POE>=1.311:devel/p5-POE \ + p5-POE-Component-Syndicator>=0.01:devel/p5-POE-Component-Syndicator \ + p5-POE-Filter-IRCD>=2.42:irc/p5-POE-Filter-IRCD \ + p5-POE-Component-Client-DNS>=0.99:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-SSLify>0:security/p5-POE-Component-SSLify \ + p5-IRC-Utils>=0.12:irc/p5-IRC-Utils \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences USES= perl5 USE_PERL5= configure Modified: head/irc/p5-POE-Component-Server-IRC/Makefile ============================================================================== --- head/irc/p5-POE-Component-Server-IRC/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Component-Server-IRC/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -15,17 +15,17 @@ COMMENT= Fully event-driven networkable LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ - p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ - p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ - p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ - p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib +RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:security/p5-Crypt-PasswdMD5 \ + p5-IRC-Utils>=0.10:irc/p5-IRC-Utils \ + p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \ + p5-POE>=0.9999:devel/p5-POE \ + p5-POE-Component-Client-DNS>=1:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-Ident>=1:net/p5-POE-Component-Client-Ident \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Syndicator>=0.04:devel/p5-POE-Component-Syndicator \ + p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \ + p5-POE-Filter-IRCD>=2.2:irc/p5-POE-Filter-IRCD \ + p5-POE-Filter-Zlib>0:archivers/p5-POE-Filter-Zlib BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/irc/p5-POE-Filter-IRCD/Makefile ============================================================================== --- head/irc/p5-POE-Filter-IRCD/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Filter-IRCD/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE-based parser for the IRC protocol -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/irc/p5-POE-Session-Irssi/Makefile ============================================================================== --- head/irc/p5-POE-Session-Irssi/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/p5-POE-Session-Irssi/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -15,13 +15,13 @@ COMMENT= Emit POE events for Irssi signa LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ - p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ - p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib -RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ - p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ - p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib \ - irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= p5-POE>=1.003:devel/p5-POE \ + p5-Sub-Uplevel>0:devel/p5-Sub-Uplevel \ + p5-POE-Loop-Glib>=0.036:devel/p5-POE-Loop-Glib +RUN_DEPENDS= p5-POE>=1.003:devel/p5-POE \ + p5-Sub-Uplevel>0:devel/p5-Sub-Uplevel \ + p5-POE-Loop-Glib>=0.036:devel/p5-POE-Loop-Glib \ + irssi:irc/irssi PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" CONFIGURE_ARGS+= INSTALLDIRS=site Modified: head/irc/pisg/Makefile ============================================================================== --- head/irc/pisg/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/pisg/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -20,7 +20,7 @@ NO_ARCH= yes OPTIONS_DEFINE= LOGCHARSET DOCS LOGCHARSET_DESC= Character set for logfiles -LOGCHARSET_RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv +LOGCHARSET_RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv pre-patch: @${REINPLACE_CMD} -e 's|lang.txt|${PREFIX}/share/pisg/lang.txt|; \ Modified: head/irc/polari/Makefile ============================================================================== --- head/irc/polari/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/polari/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -10,8 +10,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Internet Relay Chat (IRC) client designed for GNOME 3 -LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libgjs.so:${PORTSDIR}/lang/gjs +LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ + libgjs.so:lang/gjs PORTSCOUT= limitw:1,even Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/py-fishcrypt/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -9,7 +9,7 @@ DIST_SUBDIR= python MAINTAINER= koalative@gmail.com COMMENT= FiSH/Mircryption clone for XChat/HexChat -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto USE_GITHUB= yes GH_ACCOUNT= kwaaak @@ -31,8 +31,8 @@ XCHAT_DESC= FiSH encryption for XChat OPTIONS_SUB= yes -HEXCHAT_RUN_DEPENDS= hexchat:${PORTSDIR}/irc/hexchat -XCHAT_RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +HEXCHAT_RUN_DEPENDS= hexchat:irc/hexchat +XCHAT_RUN_DEPENDS= xchat:irc/xchat do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/irc/py-gozerbot/Makefile ============================================================================== --- head/irc/py-gozerbot/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/py-gozerbot/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= XMPP MYSQL DOCS XMPP_DESC= Jabber functions MYSQL_DESC= Mysql functions -RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:security/gnupg .include @@ -33,11 +33,11 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${STAGEDIR}${MAN1PREFIX}/man/man1/gozerbot.1 .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb .endif .if ${PORT_OPTIONS:MXMPP} -RUN_DEPENDS+=${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy +RUN_DEPENDS+=${PYTHON_SITELIBDIR}/xmpp/__init__.py:net-im/py-xmpppy .endif .include Modified: head/irc/py-irc/Makefile ============================================================================== --- head/irc/py-irc/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/py-irc/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -12,12 +12,12 @@ COMMENT= IRC protocol client library for LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:${PORTSDIR}/devel/py-jaraco.util \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:devel/py-hgtools \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:devel/py-jaraco.util \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm USES= python USE_PYTHON= distutils autoplist Modified: head/irc/py-limnoria/Makefile ============================================================================== --- head/irc/py-limnoria/Makefile Fri Apr 1 14:00:51 2016 (r412346) +++ head/irc/py-limnoria/Makefile Fri Apr 1 14:08:37 2016 (r412347) @@ -10,14 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Modified version of Supybot (an IRC bot and framework) -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:${PORTSDIR}/security/py-python-gnupg \ - ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \ - ${PYTHON_PKGNAMEPREFIX}pysocks>=0:${PORTSDIR}/net/py-pysocks \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:security/py-python-gnupg \ + ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \ + ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa USES= python USE_PYTHON= autoplist distutils Modified: head/irc/py-supybot-plugins/Makefile ============================================================================== --- head/irc/py-supybot-plugins/Makefile Fri Apr 1 14:00:51 2016 (r412346) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 14:16:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDC95AEB1D7; Fri, 1 Apr 2016 14:16:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2738147B; Fri, 1 Apr 2016 14:16:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31EGPQM073587; Fri, 1 Apr 2016 14:16:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31EGKGf073535; Fri, 1 Apr 2016 14:16:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011416.u31EGKGf073535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412348 - in head: mail/addresses-goodies mail/alpine mail/anubis mail/archiveopteryx mail/archiveopteryx-devel mail/assp mail/automx mail/avenger mail/balsa mail/batv-milter mail/bayes... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:16:26 -0000 Author: mat Date: Fri Apr 1 14:16:16 2016 New Revision: 412348 URL: https://svnweb.freebsd.org/changeset/ports/412348 Log: Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. With hat: portmgr Sponsored by: Absolight Modified: head/mail/addresses-goodies/Makefile (contents, props changed) head/mail/alpine/Makefile (contents, props changed) head/mail/anubis/Makefile (contents, props changed) head/mail/archiveopteryx-devel/Makefile (contents, props changed) head/mail/archiveopteryx/Makefile (contents, props changed) head/mail/assp/Makefile (contents, props changed) head/mail/automx/Makefile (contents, props changed) head/mail/avenger/Makefile (contents, props changed) head/mail/balsa/Makefile (contents, props changed) head/mail/batv-milter/Makefile (contents, props changed) head/mail/bayespam/Makefile (contents, props changed) head/mail/bbmail/Makefile (contents, props changed) head/mail/biabam/Makefile (contents, props changed) head/mail/bincimap/Makefile (contents, props changed) head/mail/bogofilter-tc/Makefile (contents, props changed) head/mail/bogofilter/Makefile (contents, props changed) head/mail/bsfilter/Makefile (contents, props changed) head/mail/bsmtp/Makefile (contents, props changed) head/mail/claws-mail-bogofilter/Makefile (contents, props changed) head/mail/claws-mail-bsfilter/Makefile (contents, props changed) head/mail/claws-mail-clamd/Makefile (contents, props changed) head/mail/claws-mail-fancy/Makefile (contents, props changed) head/mail/claws-mail-gdata/Makefile (contents, props changed) head/mail/claws-mail-notification/Makefile (contents, props changed) head/mail/claws-mail-pdf_viewer/Makefile (contents, props changed) head/mail/claws-mail-pgp/Makefile (contents, props changed) head/mail/claws-mail-spamassassin/Makefile (contents, props changed) head/mail/claws-mail/Makefile (contents, props changed) head/mail/claws-mail/Makefile.claws (contents, props changed) head/mail/clawsker/Makefile (contents, props changed) head/mail/cleanup-maildir/Makefile (contents, props changed) head/mail/cone/Makefile (contents, props changed) head/mail/courier-imap/Makefile (contents, props changed) head/mail/courier-pythonfilter/Makefile (contents, props changed) head/mail/courier/Makefile (contents, props changed) head/mail/couriergraph/Makefile (contents, props changed) head/mail/crm114/Makefile (contents, props changed) head/mail/cyrus-imapd23/Makefile (contents, props changed) head/mail/cyrus-imapd24/Makefile (contents, props changed) head/mail/cyrus-imapd25/Makefile (contents, props changed) head/mail/dbmail/Makefile (contents, props changed) head/mail/dbmail22/Makefile (contents, props changed) head/mail/dcc-dccd/Makefile (contents, props changed) head/mail/deforaos-mailer/Makefile (contents, props changed) head/mail/delatt/Makefile (contents, props changed) head/mail/dk-milter/Makefile (contents, props changed) head/mail/dkfilter/Makefile (contents, props changed) head/mail/dkimproxy/Makefile (contents, props changed) head/mail/dovecot-antispam/Makefile (contents, props changed) head/mail/dovecot-managesieve/Makefile (contents, props changed) head/mail/dovecot-sieve/Makefile (contents, props changed) head/mail/dovecot/Makefile (contents, props changed) head/mail/dovecot2-antispam-plugin/Makefile (contents, props changed) head/mail/dovecot2-pigeonhole/Makefile (contents, props changed) head/mail/dovecot2/Makefile (contents, props changed) head/mail/drac/Makefile (contents, props changed) head/mail/dracmail/Makefile (contents, props changed) head/mail/dsbl-testers/Makefile (contents, props changed) head/mail/dspam/Makefile (contents, props changed) head/mail/elm/Makefile (contents, props changed) head/mail/elmo-devel/Makefile (contents, props changed) head/mail/elmo/Makefile (contents, props changed) head/mail/emailrelay/Makefile (contents, props changed) head/mail/enma/Makefile (contents, props changed) head/mail/epstools/Makefile (contents, props changed) head/mail/esmtp/Makefile (contents, props changed) head/mail/evolution-ews/Makefile (contents, props changed) head/mail/evolution-mapi/Makefile (contents, props changed) head/mail/evolution/Makefile (contents, props changed) head/mail/exilog/Makefile (contents, props changed) head/mail/exim-monitor/Makefile (contents, props changed) head/mail/exim/Makefile (contents, props changed) head/mail/exmh2/Makefile (contents, props changed) head/mail/ez-pine-gpg/Makefile (contents, props changed) head/mail/faces/Makefile (contents, props changed) head/mail/fdm/Makefile (contents, props changed) head/mail/fetchmail/Makefile (contents, props changed) head/mail/gbuffy/Makefile (contents, props changed) head/mail/geary/Makefile (contents, props changed) head/mail/gkrellmmailwatch2/Makefile (contents, props changed) head/mail/gld/Makefile (contents, props changed) head/mail/gmime2-sharp/Makefile (contents, props changed) head/mail/gmime24-sharp/Makefile (contents, props changed) head/mail/gmime26-sharp/Makefile (contents, props changed) head/mail/gnarwl/Makefile (contents, props changed) head/mail/gnome-gmail-notifier/Makefile (contents, props changed) head/mail/gnubiff/Makefile (contents, props changed) head/mail/gnumail/Makefile (contents, props changed) head/mail/gotmail/Makefile (contents, props changed) head/mail/grepmail/Makefile (contents, props changed) head/mail/greylite/Makefile (contents, props changed) head/mail/horde-ingo/Makefile (contents, props changed) head/mail/imap-uw/Makefile (contents, props changed) head/mail/imapfilter/Makefile (contents, props changed) head/mail/imapsync/Makefile (contents, props changed) head/mail/imaputils/Makefile (contents, props changed) head/mail/isbg/Makefile (contents, props changed) head/mail/isync/Makefile (contents, props changed) head/mail/junkfilter/Makefile (contents, props changed) head/mail/lbdb/Makefile (contents, props changed) head/mail/libcmime/Makefile (contents, props changed) head/mail/libetpan/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/mail/libpst/Makefile (contents, props changed) head/mail/libvmime/Makefile (contents, props changed) head/mail/listadmin/Makefile (contents, props changed) head/mail/lmtp2nntp/Makefile (contents, props changed) head/mail/maildrop/Makefile (contents, props changed) head/mail/mailest/Makefile (contents, props changed) head/mail/mailfront/Makefile (contents, props changed) head/mail/mailgraph/Makefile (contents, props changed) head/mail/mailman/Makefile (contents, props changed) head/mail/mailpile/Makefile (contents, props changed) head/mail/mailscanner/Makefile (contents, props changed) head/mail/mailsync/Makefile (contents, props changed) head/mail/mb2md/Makefile (contents, props changed) head/mail/mboxgrep/Makefile (contents, props changed) head/mail/mbx2mbox/Makefile (contents, props changed) head/mail/meta1/Makefile (contents, props changed) head/mail/metamail/Makefile (contents, props changed) head/mail/mew/Makefile (contents, props changed) head/mail/milter-bogom/Makefile (contents, props changed) head/mail/milter-callback/Makefile (contents, props changed) head/mail/milter-greylist-devel/Makefile (contents, props changed) head/mail/milter-greylist/Makefile (contents, props changed) head/mail/milter-manager/Makefile (contents, props changed) head/mail/milter-skem/Makefile (contents, props changed) head/mail/mime-construct/Makefile (contents, props changed) head/mail/mime4j/Makefile (contents, props changed) head/mail/mimedefang/Makefile (contents, props changed) head/mail/mixmaster/Makefile (contents, props changed) head/mail/mlmmj/Makefile (contents, props changed) head/mail/msgconvert/Makefile (contents, props changed) head/mail/msmtp/Makefile (contents, props changed) head/mail/mu/Makefile (contents, props changed) head/mail/mutt/Makefile (contents, props changed) head/mail/mutt14/Makefile (contents, props changed) head/mail/mutt_vc_query/Makefile (contents, props changed) head/mail/nmh/Makefile (contents, props changed) head/mail/nmzmail/Makefile (contents, props changed) head/mail/notmuch/Makefile (contents, props changed) head/mail/nullmailer/Makefile (contents, props changed) head/mail/offlineimap/Makefile (contents, props changed) head/mail/opendkim/Makefile (contents, props changed) head/mail/opendkim/Makefile.options (contents, props changed) head/mail/opendmarc/Makefile (contents, props changed) head/mail/openemm2013/Makefile (contents, props changed) head/mail/openemm2015/Makefile (contents, props changed) head/mail/opensmtpd-devel/Makefile (contents, props changed) head/mail/opensmtpd-extras/Makefile (contents, props changed) head/mail/opensmtpd/Makefile (contents, props changed) head/mail/openwebmail/Makefile (contents, props changed) head/mail/ovs/Makefile (contents, props changed) head/mail/p5-Clamd/Makefile (contents, props changed) head/mail/p5-Dancer-Plugin-Email/Makefile (contents, props changed) head/mail/p5-Dancer2-Plugin-Email/Makefile (contents, props changed) head/mail/p5-Data-Validate-Email/Makefile (contents, props changed) head/mail/p5-Email-Abstract/Makefile (contents, props changed) head/mail/p5-Email-Address-List/Makefile (contents, props changed) head/mail/p5-Email-Address-Loose/Makefile (contents, props changed) head/mail/p5-Email-Date/Makefile (contents, props changed) head/mail/p5-Email-Delete/Makefile (contents, props changed) head/mail/p5-Email-Filter/Makefile (contents, props changed) head/mail/p5-Email-Find/Makefile (contents, props changed) head/mail/p5-Email-Folder-IMAP/Makefile (contents, props changed) head/mail/p5-Email-Folder-IMAPS/Makefile (contents, props changed) head/mail/p5-Email-Folder-POP3/Makefile (contents, props changed) head/mail/p5-Email-Folder/Makefile (contents, props changed) head/mail/p5-Email-FolderType-Net/Makefile (contents, props changed) head/mail/p5-Email-FolderType/Makefile (contents, props changed) head/mail/p5-Email-LocalDelivery-Ezmlm/Makefile (contents, props changed) head/mail/p5-Email-LocalDelivery/Makefile (contents, props changed) head/mail/p5-Email-MIME-Attachment-Stripper/Makefile (contents, props changed) head/mail/p5-Email-MIME-CreateHTML/Makefile (contents, props changed) head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile (contents, props changed) head/mail/p5-Email-MIME-Encodings/Makefile (contents, props changed) head/mail/p5-Email-MIME/Makefile (contents, props changed) head/mail/p5-Email-MessageID/Makefile (contents, props changed) head/mail/p5-Email-Reply/Makefile (contents, props changed) head/mail/p5-Email-Send/Makefile (contents, props changed) head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile (contents, props changed) head/mail/p5-Email-Sender-Transport-SMTPS/Makefile (contents, props changed) head/mail/p5-Email-Sender-Transport-SQLite/Makefile (contents, props changed) head/mail/p5-Email-Sender/Makefile (contents, props changed) head/mail/p5-Email-Simple-FromHandle/Makefile (contents, props changed) head/mail/p5-Email-Simple/Makefile (contents, props changed) head/mail/p5-Email-Stuffer/Makefile (contents, props changed) head/mail/p5-Email-Valid-Loose/Makefile (contents, props changed) head/mail/p5-Email-Valid/Makefile (contents, props changed) head/mail/p5-FuzzyOcr-devel/Makefile (contents, props changed) head/mail/p5-GMail-IMAPD/Makefile (contents, props changed) head/mail/p5-IMAP-Client/Makefile (contents, props changed) head/mail/p5-IMAP-Sieve/Makefile (contents, props changed) head/mail/p5-LMAP-CID2SPF/Makefile (contents, props changed) head/mail/p5-MIME-EncWords/Makefile (contents, props changed) head/mail/p5-MIME-Fast/Makefile (contents, props changed) head/mail/p5-MIME-Lite-HTML/Makefile (contents, props changed) head/mail/p5-MIME-Lite-TT-HTML/Makefile (contents, props changed) head/mail/p5-MIME-Lite-TT/Makefile (contents, props changed) head/mail/p5-MIME-Lite/Makefile (contents, props changed) head/mail/p5-MIME-Tools/Makefile (contents, props changed) head/mail/p5-MIME-Types/Makefile (contents, props changed) head/mail/p5-Mail-Address-MobileJp/Makefile (contents, props changed) head/mail/p5-Mail-Audit-Attach/Makefile (contents, props changed) head/mail/p5-Mail-Audit/Makefile (contents, props changed) head/mail/p5-Mail-Box-IMAP4-SSL/Makefile (contents, props changed) head/mail/p5-Mail-Box-Parser-C/Makefile (contents, props changed) head/mail/p5-Mail-Box/Makefile (contents, props changed) head/mail/p5-Mail-Cache/Makefile (contents, props changed) head/mail/p5-Mail-CheckUser/Makefile (contents, props changed) head/mail/p5-Mail-ClamAV/Makefile (contents, props changed) head/mail/p5-Mail-DKIM/Makefile (contents, props changed) head/mail/p5-Mail-DMARC/Makefile (contents, props changed) head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile (contents, props changed) head/mail/p5-Mail-DomainKeys/Makefile (contents, props changed) head/mail/p5-Mail-Ezmlm/Makefile (contents, props changed) head/mail/p5-Mail-Field-Received/Makefile (contents, props changed) head/mail/p5-Mail-FilterXML/Makefile (contents, props changed) head/mail/p5-Mail-Folder/Makefile (contents, props changed) head/mail/p5-Mail-Freshmeat/Makefile (contents, props changed) head/mail/p5-Mail-GnuPG/Makefile (contents, props changed) head/mail/p5-Mail-Graph/Makefile (contents, props changed) head/mail/p5-Mail-IMAPClient/Makefile (contents, props changed) head/mail/p5-Mail-IMAPTalk-MailCache/Makefile (contents, props changed) head/mail/p5-Mail-ListDetector/Makefile (contents, props changed) head/mail/p5-Mail-MailStats/Makefile (contents, props changed) head/mail/p5-Mail-Mbox-MessageParser/Makefile (contents, props changed) head/mail/p5-Mail-MboxParser/Makefile (contents, props changed) head/mail/p5-Mail-OpenDKIM/Makefile (contents, props changed) head/mail/p5-Mail-OpenRelay-Simple/Makefile (contents, props changed) head/mail/p5-Mail-Procmail/Makefile (contents, props changed) head/mail/p5-Mail-RBL/Makefile (contents, props changed) head/mail/p5-Mail-SPF/Makefile (contents, props changed) head/mail/p5-Mail-SRS/Makefile (contents, props changed) head/mail/p5-Mail-Spool/Makefile (contents, props changed) head/mail/p5-Mail-Tools/Makefile (contents, props changed) head/mail/p5-Mail-Transport-Dbx/Makefile (contents, props changed) head/mail/p5-Mail-Verify/Makefile (contents, props changed) head/mail/p5-Mail-Webmail-Gmail/Makefile (contents, props changed) head/mail/p5-Mojolicious-Plugin-Mail/Makefile (contents, props changed) head/mail/p5-Net-IMAP-Client/Makefile (contents, props changed) head/mail/p5-Net-IMAP-Server/Makefile (contents, props changed) head/mail/p5-Net-IMAP-Simple-SSL/Makefile (contents, props changed) head/mail/p5-Net-IMAP-Simple/Makefile (contents, props changed) head/mail/p5-Net-ManageSieve/Makefile (contents, props changed) head/mail/p5-Net-POP3-SSLWrapper/Makefile (contents, props changed) head/mail/p5-Net-QMTP/Makefile (contents, props changed) head/mail/p5-Net-SMTP-SSL/Makefile (contents, props changed) head/mail/p5-Net-SMTP-Server/Makefile (contents, props changed) head/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile (contents, props changed) head/mail/p5-Net-SMTP-TLS/Makefile (contents, props changed) head/mail/p5-Net-SMTPS/Makefile (contents, props changed) head/mail/p5-Net-SMTP_auth/Makefile (contents, props changed) head/mail/p5-Net-SenderBase/Makefile (contents, props changed) head/mail/p5-POE-Component-Client-POP3/Makefile (contents, props changed) head/mail/p5-POE-Component-Client-SMTP/Makefile (contents, props changed) head/mail/p5-POE-Component-SMTP/Makefile (contents, props changed) head/mail/p5-POE-Filter-Transparent-SMTP/Makefile (contents, props changed) head/mail/p5-Parse-Syslog-Mail/Makefile (contents, props changed) head/mail/p5-SES/Makefile (contents, props changed) head/mail/p5-Sendmail-AccessDB/Makefile (contents, props changed) head/mail/p5-Test-Email/Makefile (contents, props changed) head/mail/p5-URI-imap/Makefile (contents, props changed) head/mail/p5-URI-imaps/Makefile (contents, props changed) head/mail/p5-WWW-GMail/Makefile (contents, props changed) head/mail/p5-WWW-Hotmail/Makefile (contents, props changed) head/mail/p5-ZConf-Mail/Makefile (contents, props changed) head/mail/p5-qpsmtpd/Makefile (contents, props changed) head/mail/panda-imap/Makefile (contents, props changed) head/mail/pear-Horde_Imap_Client/Makefile (contents, props changed) head/mail/pear-Horde_Mail/Makefile (contents, props changed) head/mail/pear-Horde_Mail_Autoconfig/Makefile (contents, props changed) head/mail/pear-MIME_Type/Makefile (contents, props changed) head/mail/pear-Mail/Makefile (contents, props changed) head/mail/pear-Mail_Queue/Makefile (contents, props changed) head/mail/pear-Mail_mimeDecode/Makefile (contents, props changed) head/mail/pear-Net_Cyrus/Makefile (contents, props changed) head/mail/pear-Net_IMAP/Makefile (contents, props changed) head/mail/pear-Net_LMTP/Makefile (contents, props changed) head/mail/pecl-esmtp/Makefile (contents, props changed) head/mail/perdition/Makefile (contents, props changed) head/mail/pflogstats/Makefile (contents, props changed) head/mail/pflogsumm/Makefile (contents, props changed) head/mail/pgpsendmail/Makefile (contents, props changed) head/mail/phplist/Makefile (contents, props changed) head/mail/pine-pgp-filters/Makefile (contents, props changed) head/mail/pm-lib/Makefile (contents, props changed) head/mail/policyd2/Makefile (contents, props changed) head/mail/pop3vscan/Makefile (contents, props changed) head/mail/popfile/Makefile (contents, props changed) head/mail/popular/Makefile (contents, props changed) head/mail/postfix-policyd-spf-perl/Makefile (contents, props changed) head/mail/postfix-policyd-spf-python/Makefile (contents, props changed) head/mail/postfix-policyd-weight/Makefile (contents, props changed) head/mail/postfix-postfwd/Makefile (contents, props changed) head/mail/postfixadmin/Makefile (contents, props changed) head/mail/postgrey/Makefile (contents, props changed) head/mail/postsrsd/Makefile (contents, props changed) head/mail/prayer/Makefile (contents, props changed) head/mail/prom-wl/Makefile (contents, props changed) head/mail/py-Products.MailHost/Makefile (contents, props changed) head/mail/py-apolicy/Makefile (contents, props changed) head/mail/py-dkimpy/Makefile (contents, props changed) head/mail/py-libgmail/Makefile (contents, props changed) head/mail/py-milter/Makefile (contents, props changed) head/mail/py-notmuch/Makefile (contents, props changed) head/mail/py-ppolicy/Makefile (contents, props changed) head/mail/py-pyspf/Makefile (contents, props changed) head/mail/py-spambayes/Makefile (contents, props changed) head/mail/py-turbomail/Makefile (contents, props changed) head/mail/py-zope.sendmail/Makefile (contents, props changed) head/mail/pyzor/Makefile (contents, props changed) head/mail/qmail-autoresponder/Makefile (contents, props changed) head/mail/qmail-dk/Makefile (contents, props changed) head/mail/qmail-ldap/Makefile (contents, props changed) head/mail/qmail-qfilter/Makefile (contents, props changed) head/mail/qmail/Makefile (contents, props changed) head/mail/qmailadmin/Makefile (contents, props changed) head/mail/qmailmrtg7/Makefile (contents, props changed) head/mail/qpopper/Makefile (contents, props changed) head/mail/qsf/Makefile (contents, props changed) head/mail/qsheff/Makefile (contents, props changed) head/mail/qtools/Makefile (contents, props changed) head/mail/razor-agents/Makefile (contents, props changed) head/mail/rmilter/Makefile (contents, props changed) head/mail/roundcube-air/Makefile (contents, props changed) head/mail/roundcube-automatic_addressbook/Makefile (contents, props changed) head/mail/roundcube-contextmenu/Makefile (contents, props changed) head/mail/roundcube-groupvice/Makefile (contents, props changed) head/mail/roundcube-html5_notifier/Makefile (contents, props changed) head/mail/roundcube-login_info/Makefile (contents, props changed) head/mail/roundcube-mobilecube/Makefile (contents, props changed) head/mail/roundcube-mvision2/Makefile (contents, props changed) head/mail/roundcube-sauserprefs/Makefile (contents, props changed) head/mail/roundcube-sieverules/Makefile (contents, props changed) head/mail/roundcube-thunderbird_labels/Makefile (contents, props changed) head/mail/roundcube-umich/Makefile (contents, props changed) head/mail/roundcube-veximaccountadmin/Makefile (contents, props changed) head/mail/rspamd-devel/Makefile (contents, props changed) head/mail/rspamd/Makefile (contents, props changed) head/mail/rss2email2/Makefile (contents, props changed) head/mail/rss2email3/Makefile (contents, props changed) head/mail/ruby-rfilter/Makefile (contents, props changed) head/mail/rubygem-actionmailer/Makefile (contents, props changed) head/mail/rubygem-actionmailer4/Makefile (contents, props changed) head/mail/rubygem-exception_notification/Makefile (contents, props changed) head/mail/rubygem-larch/Makefile (contents, props changed) head/mail/rubygem-mail/Makefile (contents, props changed) head/mail/rubygem-mail25/Makefile (contents, props changed) head/mail/rubygem-mailboxer/Makefile (contents, props changed) head/mail/rubygem-mailfactory/Makefile (contents, props changed) head/mail/rubygem-pony/Makefile (contents, props changed) head/mail/rubygem-roadie-rails/Makefile (contents, props changed) head/mail/rubygem-roadie/Makefile (contents, props changed) head/mail/rubygem-ruby-qmail/Makefile (contents, props changed) head/mail/rubygem-vmail/Makefile (contents, props changed) head/mail/sa-stats/Makefile (contents, props changed) head/mail/sa-utils/Makefile (contents, props changed) head/mail/sendmail/Makefile (contents, props changed) head/mail/sendmail/bsd.milter.mk (contents, props changed) head/mail/sentinel/Makefile (contents, props changed) head/mail/serialmail/Makefile (contents, props changed) head/mail/sieve-connect/Makefile (contents, props changed) head/mail/simscan/Makefile (contents, props changed) head/mail/slapd-cyrus/Makefile (contents, props changed) head/mail/smtp-cli/Makefile (contents, props changed) head/mail/smtp-gated/Makefile (contents, props changed) head/mail/smtprc/Makefile (contents, props changed) head/mail/spamass-ixhash/Makefile (contents, props changed) head/mail/spamass-milter/Makefile (contents, props changed) head/mail/spamass-rules/Makefile (contents, props changed) head/mail/spamassassin/Makefile (contents, props changed) head/mail/spambnc/Makefile (contents, props changed) head/mail/spamcup/Makefile (contents, props changed) head/mail/spamdb-curses/Makefile (contents, props changed) head/mail/spamdyke/Makefile (contents, props changed) head/mail/spamilter/Makefile (contents, props changed) head/mail/spamoracle/Makefile (contents, props changed) head/mail/spampd/Makefile (contents, props changed) head/mail/spamprobe/Makefile (contents, props changed) head/mail/spamstats/Makefile (contents, props changed) head/mail/spmfilter-clamav/Makefile (contents, props changed) head/mail/spmfilter/Makefile (contents, props changed) head/mail/sqlgrey/Makefile (contents, props changed) head/mail/squirrelmail-change_sqlpass-plugin/Makefile (contents, props changed) head/mail/squirrelmail-decode/Makefile (contents, props changed) head/mail/squirrelmail-plugins/Makefile (contents, props changed) head/mail/squirrelmail-qmailadmin_login-plugin/Makefile (contents, props changed) head/mail/squirrelmail-sasql-plugin/Makefile (contents, props changed) head/mail/squirrelmail-shared_calendars-plugin/Makefile (contents, props changed) head/mail/squirrelmail-tmda-plugin/Makefile (contents, props changed) head/mail/squirrelmail-translations/Makefile (contents, props changed) head/mail/squirrelmail/Makefile (contents, props changed) head/mail/squirrelmail/bsd.squirrelmail.mk (contents, props changed) head/mail/sqwebmail/Makefile (contents, props changed) head/mail/svnmailer/Makefile (contents, props changed) head/mail/swaks/Makefile (contents, props changed) head/mail/sylpheed/Makefile (contents, props changed) head/mail/sympa/Makefile (contents, props changed) head/mail/t-prot/Makefile (contents, props changed) head/mail/textmail/Makefile (contents, props changed) head/mail/thunderbird-dictionaries/Makefile (contents, props changed) head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/tkrat2/Makefile (contents, props changed) head/mail/tlb/Makefile (contents, props changed) head/mail/tmda/Makefile (contents, props changed) head/mail/tpop3d/Makefile (contents, props changed) head/mail/trojita/Makefile (contents, props changed) head/mail/tumgreyspf/Makefile (contents, props changed) head/mail/up-imapproxy/Makefile (contents, props changed) head/mail/vexim/Makefile (contents, props changed) head/mail/vpopmail/Makefile (contents, props changed) head/mail/vqadmin/Makefile (contents, props changed) head/mail/vqregister/Makefile (contents, props changed) head/mail/wanderlust-devel/Makefile (contents, props changed) head/mail/wanderlust/Makefile (contents, props changed) head/mail/websieve/Makefile (contents, props changed) head/mail/wmbiff/Makefile (contents, props changed) head/mail/x-face-e21/Makefile (contents, props changed) head/mail/xfaces/Makefile (contents, props changed) head/mail/xfce4-mailwatch-plugin/Makefile (contents, props changed) head/math/GiNaC/Makefile (contents, props changed) head/math/PDL/Makefile (contents, props changed) head/math/R-cran-Amelia/Makefile (contents, props changed) head/math/R-cran-ChangeAnomalyDetection/Makefile (contents, props changed) head/math/R-cran-MCMCpack/Makefile (contents, props changed) head/math/R-cran-NMF/Makefile (contents, props changed) head/math/R-cran-RcppArmadillo/Makefile (contents, props changed) head/math/R-cran-RcppEigen/Makefile (contents, props changed) head/math/R-cran-Zelig/Makefile (contents, props changed) head/math/R-cran-car/Makefile (contents, props changed) head/math/R-cran-dplyr/Makefile (contents, props changed) head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-igraph/Makefile (contents, props changed) head/math/R-cran-lme4/Makefile (contents, props changed) head/math/R-cran-maxLik/Makefile (contents, props changed) head/math/R-cran-minqa/Makefile (contents, props changed) head/math/R-cran-nloptr/Makefile (contents, props changed) head/math/R-cran-pbkrtest/Makefile (contents, props changed) head/math/R-cran-quantreg/Makefile (contents, props changed) head/math/R-cran-sandwich/Makefile (contents, props changed) head/math/R-cran-spdep/Makefile (contents, props changed) head/math/R-cran-sspir/Makefile (contents, props changed) head/math/R-cran-xts/Makefile (contents, props changed) head/math/R/Makefile (contents, props changed) head/math/abacus/Makefile (contents, props changed) head/math/abakus/Makefile (contents, props changed) head/math/algotutor/Makefile (contents, props changed) head/math/alt-ergo-spark/Makefile (contents, props changed) head/math/alt-ergo/Makefile (contents, props changed) head/math/apc/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/arpack++/Makefile (contents, props changed) head/math/arpack-ng/Makefile (contents, props changed) head/math/arpack/Makefile (contents, props changed) head/math/asir2000/Makefile (contents, props changed) head/math/aspcud/Makefile (contents, props changed) head/math/asymptote/Makefile (contents, props changed) head/math/atlas/Makefile (contents, props changed) head/math/bargraph/Makefile (contents, props changed) head/math/biggles/Makefile (contents, props changed) head/math/blacs/Makefile (contents, props changed) head/math/blitz++/Makefile (contents, props changed) head/math/blocksolve95/Makefile (contents, props changed) head/math/bsdnt/Makefile (contents, props changed) head/math/calctool/Makefile (contents, props changed) head/math/cantor/Makefile (contents, props changed) head/math/carve/Makefile (contents, props changed) head/math/cblas/Makefile (contents, props changed) head/math/cgal/Makefile (contents, props changed) head/math/chryzodus/Makefile (contents, props changed) head/math/clblas/Makefile (contents, props changed) head/math/clfft/Makefile (contents, props changed) head/math/cln/Makefile (contents, props changed) head/math/cloog/Makefile (contents, props changed) head/math/clrng/Makefile (contents, props changed) head/math/coinmp/Makefile (contents, props changed) head/math/convertall/Makefile (contents, props changed) head/math/coq/Makefile (contents, props changed) head/math/crlibm/Makefile (contents, props changed) head/math/cryptominisat/Makefile (contents, props changed) head/math/cvc3/Makefile (contents, props changed) head/math/dieharder/Makefile (contents, props changed) head/math/drgeo/Makefile (contents, props changed) head/math/dynare/Makefile (contents, props changed) head/math/ess/Makefile (contents, props changed) head/math/eukleides/Makefile (contents, props changed) head/math/fflas-ffpack/Makefile (contents, props changed) head/math/fityk/Makefile (contents, props changed) head/math/fpc-fftw/Makefile (contents, props changed) head/math/fpc-gmp/Makefile (contents, props changed) head/math/freemat/Makefile (contents, props changed) head/math/fricas/Makefile (contents, props changed) head/math/gap/Makefile (contents, props changed) head/math/gdcalc/Makefile (contents, props changed) head/math/geogebra/Makefile (contents, props changed) head/math/ggobi/Makefile (contents, props changed) head/math/giacxcas/Makefile (contents, props changed) head/math/givaro/Makefile (contents, props changed) head/math/glgraph/Makefile (contents, props changed) head/math/glpk/Makefile (contents, props changed) head/math/gmp-ecm/Makefile (contents, props changed) head/math/gnome-calculator/Makefile (contents, props changed) head/math/gnumeric/Makefile (contents, props changed) head/math/gnuplot-tex-extras/Makefile (contents, props changed) head/math/gnuplot/Makefile (contents, props changed) head/math/grace/Makefile (contents, props changed) head/math/gracetmpl/Makefile (contents, props changed) head/math/gretl/Makefile (contents, props changed) head/math/gri/Makefile (contents, props changed) head/math/gringo/Makefile (contents, props changed) head/math/hfst/Makefile (contents, props changed) head/math/igraph/Makefile (contents, props changed) head/math/jacal/Makefile (contents, props changed) head/math/jags/Makefile (contents, props changed) head/math/jama/Makefile (contents, props changed) head/math/jlatexmath/Makefile (contents, props changed) head/math/jts/Makefile (contents, props changed) head/math/kalgebra/Makefile (contents, props changed) head/math/kcalc/Makefile (contents, props changed) head/math/kig/Makefile (contents, props changed) head/math/kktdirect/Makefile (contents, props changed) head/math/labplot/Makefile (contents, props changed) head/math/lapack/Makefile (contents, props changed) head/math/libflame/Makefile (contents, props changed) head/math/libjbigi/Makefile (contents, props changed) head/math/libmissing/Makefile (contents, props changed) head/math/liborigin/Makefile (contents, props changed) head/math/libproj4/Makefile (contents, props changed) head/math/libqalculate/Makefile (contents, props changed) head/math/librsb/Makefile (contents, props changed) head/math/libtsnnls/Makefile (contents, props changed) head/math/linpack/Makefile (contents, props changed) head/math/lll_spect/Makefile (contents, props changed) head/math/ltl/Makefile (contents, props changed) head/math/matio/Makefile (contents, props changed) head/math/matlab-installer/Makefile (contents, props changed) head/math/maxima/Makefile (contents, props changed) head/math/mbasecalc/Makefile (contents, props changed) head/math/mingw32-libgmp/Makefile (contents, props changed) head/math/mosesdecoder/Makefile (contents, props changed) head/math/mpc/Makefile (contents, props changed) head/math/mpfr/Makefile (contents, props changed) head/math/mpir/Makefile (contents, props changed) head/math/msieve/Makefile (contents, props changed) head/math/mumps/Makefile (contents, props changed) head/math/ndiff/Makefile (contents, props changed) head/math/nlopt/Makefile (contents, props changed) head/math/ntl/Makefile (contents, props changed) head/math/numdiff/Makefile (contents, props changed) head/math/ocaml-ocamlgraph/Makefile (contents, props changed) head/math/ocaml-zarith/Makefile (contents, props changed) head/math/ocamlgsl/Makefile (contents, props changed) head/math/octave-forge-base/Makefile (contents, props changed) head/math/octave-forge-bim/Makefile (contents, props changed) head/math/octave-forge-communications/Makefile (contents, props changed) head/math/octave-forge-data-smoothing/Makefile (contents, props changed) head/math/octave-forge-dicom/Makefile (contents, props changed) head/math/octave-forge-econometrics/Makefile (contents, props changed) head/math/octave-forge-financial/Makefile (contents, props changed) head/math/octave-forge-fits/Makefile (contents, props changed) head/math/octave-forge-fpl/Makefile (contents, props changed) head/math/octave-forge-geometry/Makefile (contents, props changed) head/math/octave-forge-gsl/Makefile (contents, props changed) head/math/octave-forge-interval/Makefile (contents, props changed) head/math/octave-forge-ltfat/Makefile (contents, props changed) head/math/octave-forge-mechanics/Makefile (contents, props changed) head/math/octave-forge-miscellaneous/Makefile (contents, props changed) head/math/octave-forge-msh/Makefile (contents, props changed) head/math/octave-forge-ncarray/Makefile (contents, props changed) head/math/octave-forge-netcdf/Makefile (contents, props changed) head/math/octave-forge-ocs/Makefile (contents, props changed) head/math/octave-forge-oct2mat/Makefile (contents, props changed) head/math/octave-forge-octcdf/Makefile (contents, props changed) head/math/octave-forge-octproj/Makefile (contents, props changed) head/math/octave-forge-optim/Makefile (contents, props changed) head/math/octave-forge-secs1d/Makefile (contents, props changed) head/math/octave-forge-secs3d/Makefile (contents, props changed) head/math/octave-forge-signal/Makefile (contents, props changed) head/math/octave-forge-sockets/Makefile (contents, props changed) head/math/octave-forge-sparsersb/Makefile (contents, props changed) head/math/octave-forge-statistics/Makefile (contents, props changed) head/math/octave-forge-symbolic/Makefile (contents, props changed) head/math/octave-forge-tisean/Makefile (contents, props changed) head/math/octave-forge-video/Makefile (contents, props changed) head/math/octave-forge-xraylib/Makefile (contents, props changed) head/math/octave-forge-zenity/Makefile (contents, props changed) head/math/octave-forge-zeromq/Makefile (contents, props changed) head/math/octave-forge/Makefile (contents, props changed) head/math/octave/Makefile (contents, props changed) head/math/oleo/Makefile (contents, props changed) head/math/open-axiom/Makefile (contents, props changed) head/math/orpie/Makefile (contents, props changed) head/math/p5-AI-Perceptron/Makefile (contents, props changed) head/math/p5-Algorithm-CurveFit/Makefile (contents, props changed) head/math/p5-Algorithm-KMeans/Makefile (contents, props changed) head/math/p5-Bit-Vector/Makefile (contents, props changed) head/math/p5-CAD-Calc/Makefile (contents, props changed) head/math/p5-Chart-Math-Axis/Makefile (contents, props changed) head/math/p5-GIS-Distance-Fast/Makefile (contents, props changed) head/math/p5-GIS-Distance-Lite/Makefile (contents, props changed) head/math/p5-GIS-Distance/Makefile (contents, props changed) head/math/p5-Geo-Distance-XS/Makefile (contents, props changed) head/math/p5-Geo-Distance/Makefile (contents, props changed) head/math/p5-Graph/Makefile (contents, props changed) head/math/p5-Math-BaseCnv/Makefile (contents, props changed) head/math/p5-Math-BigInt-FastCalc/Makefile (contents, props changed) head/math/p5-Math-BigInt-GMP/Makefile (contents, props changed) head/math/p5-Math-BigInt-Pari/Makefile (contents, props changed) head/math/p5-Math-BigInt/Makefile (contents, props changed) head/math/p5-Math-Currency/Makefile (contents, props changed) head/math/p5-Math-GMP/Makefile (contents, props changed) head/math/p5-Math-GMPf/Makefile (contents, props changed) head/math/p5-Math-GMPq/Makefile (contents, props changed) head/math/p5-Math-GMPz/Makefile (contents, props changed) head/math/p5-Math-GSL/Makefile (contents, props changed) head/math/p5-Math-Geometry-Planar-Offset/Makefile (contents, props changed) head/math/p5-Math-Geometry-Planar/Makefile (contents, props changed) head/math/p5-Math-Geometry-Voronoi/Makefile (contents, props changed) head/math/p5-Math-Geometry/Makefile (contents, props changed) head/math/p5-Math-Int128/Makefile (contents, props changed) head/math/p5-Math-MPC/Makefile (contents, props changed) head/math/p5-Math-MPFR/Makefile (contents, props changed) head/math/p5-Math-MatrixReal/Makefile (contents, props changed) head/math/p5-Math-Pari/Makefile (contents, props changed) head/math/p5-Math-Polygon-Tree/Makefile (contents, props changed) head/math/p5-Math-Polygon/Makefile (contents, props changed) head/math/p5-Math-Polynomial-Solve/Makefile (contents, props changed) head/math/p5-Math-Prime-XS/Makefile (contents, props changed) head/math/p5-Math-RPN/Makefile (contents, props changed) head/math/p5-Math-Random-ISAAC-XS/Makefile (contents, props changed) head/math/p5-Math-Random-ISAAC/Makefile (contents, props changed) head/math/p5-Math-Random-MT-Auto/Makefile (contents, props changed) head/math/p5-Math-Random-MT/Makefile (contents, props changed) head/math/p5-Math-Random-OO/Makefile (contents, props changed) head/math/p5-Math-Random-Secure/Makefile (contents, props changed) head/math/p5-Math-RandomOrg/Makefile (contents, props changed) head/math/p5-Math-Sequence/Makefile (contents, props changed) head/math/p5-Math-Series/Makefile (contents, props changed) head/math/p5-Math-Spline/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-CCompiler/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-Contains/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-Pattern/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-Simplification/Makefile (contents, props changed) head/math/p5-Math-Symbolic-Custom-Transformation/Makefile (contents, props changed) head/math/p5-Math-Symbolic/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-BigNum/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-Complex/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-Error/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-Inline/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-NoSimplification/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile (contents, props changed) head/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile (contents, props changed) head/math/p5-NetCDF/Makefile (contents, props changed) head/math/p5-Number-WithError-LaTeX/Makefile (contents, props changed) head/math/p5-Number-WithError/Makefile (contents, props changed) head/math/p5-Parse-Range/Makefile (contents, props changed) head/math/p5-Set-IntSpan-Fast-XS/Makefile (contents, props changed) head/math/p5-Set-IntSpan-Fast/Makefile (contents, props changed) head/math/p5-Statistics-Basic/Makefile (contents, props changed) head/math/p5-Statistics-Contingency/Makefile (contents, props changed) head/math/p5-Statistics-R/Makefile (contents, props changed) head/math/p5-Statistics-TTest/Makefile (contents, props changed) head/math/p5-Task-Math-Symbolic/Makefile (contents, props changed) head/math/p5-bignum/Makefile (contents, props changed) head/math/pari/Makefile (contents, props changed) head/math/parmetis/Makefile (contents, props changed) head/math/parmgridgen/Makefile (contents, props changed) head/math/pdal/Makefile (contents, props changed) head/math/ploticus/Makefile (contents, props changed) head/math/plplot-ada/Makefile (contents, props changed) head/math/plplot/Makefile (contents, props changed) head/math/proofgeneral/Makefile (contents, props changed) head/math/pspp/Makefile (contents, props changed) head/math/py-apgl/Makefile (contents, props changed) head/math/py-basemap/Makefile (contents, props changed) head/math/py-bitmath/Makefile (contents, props changed) head/math/py-bottleneck/Makefile (contents, props changed) head/math/py-colormath/Makefile (contents, props changed) head/math/py-cryptominisat/Makefile (contents, props changed) head/math/py-fastcluster/Makefile (contents, props changed) head/math/py-fiat/Makefile (contents, props changed) head/math/py-gato/Makefile (contents, props changed) head/math/py-gmpy/Makefile (contents, props changed) head/math/py-gnuplot/Makefile (contents, props changed) head/math/py-gsl/Makefile (contents, props changed) head/math/py-igraph/Makefile (contents, props changed) head/math/py-mathdom/Makefile (contents, props changed) head/math/py-matplotlib/Makefile (contents, props changed) head/math/py-mpmath/Makefile (contents, props changed) head/math/py-networkx/Makefile (contents, props changed) head/math/py-numpy/Makefile (contents, props changed) head/math/py-pandas/Makefile (contents, props changed) head/math/py-patsy/Makefile (contents, props changed) head/math/py-plastex/Makefile (contents, props changed) head/math/py-pybloom/Makefile (contents, props changed) head/math/py-pycosat/Makefile (contents, props changed) head/math/py-pyfst/Makefile (contents, props changed) head/math/py-pymc/Makefile (contents, props changed) head/math/py-scientific/Makefile (contents, props changed) head/math/py-statsmodels/Makefile (contents, props changed) head/math/py-symeig/Makefile (contents, props changed) head/math/py-sympy/Makefile (contents, props changed) head/math/py-theano/Makefile (contents, props changed) head/math/qalculate/Makefile (contents, props changed) head/math/qrupdate/Makefile (contents, props changed) head/math/qtiplot-doc/Makefile (contents, props changed) head/math/qtiplot/Makefile (contents, props changed) head/math/qtoctave/Makefile (contents, props changed) head/math/reduce/Makefile (contents, props changed) head/math/rkward-kde4/Makefile (contents, props changed) head/math/rocs/Makefile (contents, props changed) head/math/rpcalc/Makefile (contents, props changed) head/math/rpy/Makefile (contents, props changed) head/math/rpy2/Makefile (contents, props changed) head/math/rubygem-fftw3/Makefile (contents, props changed) head/math/rubygem-narray_miss/Makefile (contents, props changed) head/math/rubygem-numru-misc/Makefile (contents, props changed) head/math/rubygem-rb-gsl/Makefile (contents, props changed) head/math/saga/Makefile (contents, props changed) head/math/sage/Makefile (contents, props changed) head/math/scalapack/Makefile (contents, props changed) head/math/scilab-toolbox-sivp/Makefile (contents, props changed) head/math/scilab-toolbox-swt/Makefile (contents, props changed) head/math/scilab/Makefile (contents, props changed) head/math/sdpara/Makefile (contents, props changed) head/math/sfft/Makefile (contents, props changed) head/math/slgrace/Makefile (contents, props changed) head/math/snns/Makefile (contents, props changed) head/math/spooles/Makefile (contents, props changed) head/math/stp/Makefile (contents, props changed) head/math/suitesparse/Makefile (contents, props changed) head/math/superlu_mt/Makefile (contents, props changed) head/math/surf/Makefile (contents, props changed) head/math/tablix/Makefile (contents, props changed) head/math/taucs/Makefile (contents, props changed) head/math/testu01/Makefile (contents, props changed) head/math/timbl/Makefile (contents, props changed) head/math/trlan/Makefile (contents, props changed) head/math/tvmet/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/math/unuran/Makefile (contents, props changed) head/math/vowpal_wabbit/Makefile (contents, props changed) head/math/vtk5/Makefile (contents, props changed) head/math/vtk6/Makefile (contents, props changed) head/math/wcalc/Makefile (contents, props changed) head/math/why3-spark/Makefile (contents, props changed) head/math/why3/Makefile (contents, props changed) head/math/wxMaxima/Makefile (contents, props changed) head/math/xldlas/Makefile (contents, props changed) head/math/xspread/Makefile (contents, props changed) head/math/yacas/Makefile (contents, props changed) head/math/z3/Makefile (contents, props changed) head/misc/amanda-server/Makefile (contents, props changed) head/misc/amfm/Makefile (contents, props changed) head/misc/ansiweather/Makefile (contents, props changed) head/misc/artikulate/Makefile (contents, props changed) head/misc/auto-multiple-choice/Makefile (contents, props changed) head/misc/bb/Makefile (contents, props changed) head/misc/bibletime/Makefile (contents, props changed) head/misc/biosfont-demos/Makefile (contents, props changed) head/misc/cdcollect/Makefile (contents, props changed) head/misc/chord2html/Makefile (contents, props changed) head/misc/cloc/Makefile (contents, props changed) head/misc/compat10x/pkg-descr (contents, props changed) head/misc/compat4x/Makefile (contents, props changed) head/misc/compat4x/pkg-descr (contents, props changed) head/misc/compat5x/Makefile (contents, props changed) head/misc/compat5x/pkg-descr (contents, props changed) head/misc/compat6x/pkg-descr (contents, props changed) head/misc/compat7x/pkg-descr (contents, props changed) head/misc/compat8x/Makefile (contents, props changed) head/misc/compat8x/pkg-descr (contents, props changed) head/misc/compat9x/Makefile (contents, props changed) head/misc/compat9x/pkg-descr (contents, props changed) head/misc/cs/Makefile (contents, props changed) head/misc/cuecat/Makefile (contents, props changed) head/misc/dahdi-kmod/Makefile (contents, props changed) head/misc/dahdi-kmod26/Makefile (contents, props changed) head/misc/dahdi/Makefile (contents, props changed) head/misc/dejagnu/Makefile (contents, props changed) head/misc/diary-hercules/Makefile (contents, props changed) head/misc/dphys-config/Makefile (contents, props changed) head/misc/e2fsprogs-libblkid/Makefile (contents, props changed) head/misc/elscreen/Makefile (contents, props changed) head/misc/esniper/Makefile (contents, props changed) head/misc/exercism/Makefile (contents, props changed) head/misc/figlet-fonts/Makefile (contents, props changed) head/misc/freebsd-doc-all/Makefile (contents, props changed) head/misc/freebsd-doc-en/Makefile (contents, props changed) head/misc/freeguide/Makefile (contents, props changed) head/misc/gcstar/Makefile (contents, props changed) head/misc/gimp-help-en/Makefile (contents, props changed) head/misc/gkrellm-gamma/Makefile (contents, props changed) head/misc/gkrellm-helium/Makefile (contents, props changed) head/misc/gkrellm-xkb/Makefile (contents, props changed) head/misc/gkrellmbgchg2/Makefile (contents, props changed) head/misc/gkrellmlaunch2/Makefile (contents, props changed) head/misc/gkrellshoot2/Makefile (contents, props changed) head/misc/gkrellweather2/Makefile (contents, props changed) head/misc/gkx86info2/Makefile (contents, props changed) head/misc/gnome-devel-docs/Makefile (contents, props changed) head/misc/gnome-icon-theme-extras/Makefile (contents, props changed) head/misc/gnome-icon-theme/Makefile (contents, props changed) head/misc/gnome-user-docs/Makefile (contents, props changed) head/misc/gregexp/Makefile (contents, props changed) head/misc/gtkfind/Makefile (contents, props changed) head/misc/help2man/Makefile (contents, props changed) head/misc/hotkeys/Makefile (contents, props changed) head/misc/ipa_conv/Makefile (contents, props changed) head/misc/iselect/Makefile (contents, props changed) head/misc/kde-thumbnailer-chm/Makefile (contents, props changed) head/misc/kde4-l10n/Makefile (contents, props changed) head/misc/kde4-l10n/files/bsd.l10n.mk (contents, props changed) head/misc/kdeedu4/Makefile (contents, props changed) head/misc/kdeutils4/Makefile (contents, props changed) head/misc/ktouch/Makefile (contents, props changed) head/misc/latex-mk/Makefile (contents, props changed) head/misc/lesspipe/Makefile (contents, props changed) head/misc/libisocodes/Makefile (contents, props changed) head/misc/libmetalink/Makefile (contents, props changed) head/misc/libsupertone/Makefile (contents, props changed) head/misc/lifelines/Makefile (contents, props changed) head/misc/lingoteach/Makefile (contents, props changed) head/misc/linm/Makefile (contents, props changed) head/misc/magicpoint/Makefile (contents, props changed) head/misc/mbuffer/Makefile (contents, props changed) head/misc/mc-light/Makefile (contents, props changed) head/misc/mc/Makefile (contents, props changed) head/misc/metalink-tools/Makefile (contents, props changed) head/misc/najitool/Makefile (contents, props changed) head/misc/nut/Makefile (contents, props changed) head/misc/openr2/Makefile (contents, props changed) head/misc/p5-Array-Compare/Makefile (contents, props changed) head/misc/p5-Array-Diff/Makefile (contents, props changed) head/misc/p5-Asterisk-FastAGI/Makefile (contents, props changed) head/misc/p5-Bot-Training-MegaHAL/Makefile (contents, props changed) head/misc/p5-Bot-Training-StarCraft/Makefile (contents, props changed) head/misc/p5-Bot-Training/Makefile (contents, props changed) head/misc/p5-Business-EDI/Makefile (contents, props changed) head/misc/p5-Business-Hours/Makefile (contents, props changed) head/misc/p5-Business-ISBN-Data/Makefile (contents, props changed) head/misc/p5-Business-ISBN/Makefile (contents, props changed) head/misc/p5-Business-ISIN/Makefile (contents, props changed) head/misc/p5-Business-UPS/Makefile (contents, props changed) head/misc/p5-Geo-Cache/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Bing/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Geocoder-US/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Google/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Googlev3/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Many/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Mapquest/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Multimap/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Multiple/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Navteq/Makefile (contents, props changed) head/misc/p5-Geo-Coder-OSM/Makefile (contents, props changed) head/misc/p5-Geo-Coder-OpenCage/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Ovi/Makefile (contents, props changed) head/misc/p5-Geo-Coder-PlaceFinder/Makefile (contents, props changed) head/misc/p5-Geo-Coder-TomTom/Makefile (contents, props changed) head/misc/p5-Geo-GeoNames/Makefile (contents, props changed) head/misc/p5-Geo-Postcodes-DK/Makefile (contents, props changed) head/misc/p5-Geo-Postcodes-NO/Makefile (contents, props changed) head/misc/p5-Geo-Weather/Makefile (contents, props changed) head/misc/p5-I18N-Charset/Makefile (contents, props changed) head/misc/p5-Locale-Geocode/Makefile (contents, props changed) head/misc/p5-Locale-US/Makefile (contents, props changed) head/misc/p5-OSSP-uuid/Makefile (contents, props changed) head/misc/p5-Software-License-CCpack/Makefile (contents, props changed) head/misc/p5-Software-License/Makefile (contents, props changed) head/misc/p5-Text-FIGlet/Makefile (contents, props changed) head/misc/pastebinit/Makefile (contents, props changed) head/misc/patchutils/Makefile (contents, props changed) head/misc/pdmenu/Makefile (contents, props changed) head/misc/pear-Services_Weather/Makefile (contents, props changed) head/misc/pfm/Makefile (contents, props changed) head/misc/podsleuth/Makefile (contents, props changed) head/misc/py-osd/Makefile (contents, props changed) head/misc/py-spdx-lookup/Makefile (contents, props changed) head/misc/pylize/Makefile (contents, props changed) head/misc/raspberrypi-userland/Makefile (contents, props changed) head/misc/rfc/Makefile (contents, props changed) head/misc/rubygem-rabbit/Makefile (contents, props changed) head/misc/saaghar/Makefile (contents, props changed) head/misc/smssend/Makefile (contents, props changed) head/misc/sshbuddy/Makefile (contents, props changed) head/misc/sword/Makefile (contents, props changed) head/misc/telbook/Makefile (contents, props changed) head/misc/tellico-kde4/Makefile (contents, props changed) head/misc/terraform/Makefile (contents, props changed) head/misc/teslams/Makefile (contents, props changed) head/misc/toilet/Makefile (contents, props changed) head/misc/tpp/Makefile (contents, props changed) head/misc/translate/Makefile (contents, props changed) head/misc/utftools/Makefile (contents, props changed) head/misc/wmScoreBoard/Makefile (contents, props changed) head/misc/wmcalendar/Makefile (contents, props changed) head/misc/wmweather+/Makefile (contents, props changed) head/misc/wotsap/Makefile (contents, props changed) head/misc/xdg-menu/Makefile (contents, props changed) head/misc/xfce4-appfinder/Makefile (contents, props changed) head/misc/xfce4-weather-plugin/Makefile (contents, props changed) head/misc/xiphos/Makefile (contents, props changed) head/misc/xsw/Makefile (contents, props changed) head/misc/xyzcmd/Makefile (contents, props changed) head/multimedia/2mandvd/Makefile (contents, props changed) head/multimedia/ab25/Makefile (contents, props changed) head/multimedia/abby/Makefile (contents, props changed) head/multimedia/acidrip/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/asdcplib/Makefile (contents, props changed) head/multimedia/assimp/Makefile (contents, props changed) head/multimedia/audacious-plugins/Makefile (contents, props changed) head/multimedia/audacious/Makefile (contents, props changed) head/multimedia/avbin/Makefile (contents, props changed) head/multimedia/avidemux-cli/Makefile (contents, props changed) head/multimedia/avidemux-plugins/Makefile (contents, props changed) head/multimedia/avidemux-qt4/Makefile (contents, props changed) head/multimedia/avidemux/Makefile.common (contents, props changed) head/multimedia/bangarang/Makefile (contents, props changed) head/multimedia/banshee/Makefile (contents, props changed) head/multimedia/bino/Makefile (contents, props changed) head/multimedia/bombono/Makefile (contents, props changed) head/multimedia/camserv/Makefile (contents, props changed) head/multimedia/cclive/Makefile (contents, props changed) head/multimedia/cheese/Makefile (contents, props changed) head/multimedia/clive/Makefile (contents, props changed) head/multimedia/clutter-gst/Makefile (contents, props changed) head/multimedia/clutter-gst3/Makefile (contents, props changed) head/multimedia/cx88/Makefile (contents, props changed) head/multimedia/deforaos-player/Makefile (contents, props changed) head/multimedia/devede/Makefile (contents, props changed) head/multimedia/dtv/Makefile (contents, props changed) head/multimedia/dumpmpeg/Makefile (contents, props changed) head/multimedia/dv2jpg/Makefile (contents, props changed) head/multimedia/dv2sub/Makefile (contents, props changed) head/multimedia/dvbcut/Makefile (contents, props changed) head/multimedia/dvd-slideshow/Makefile (contents, props changed) head/multimedia/dvdauthor/Makefile (contents, props changed) head/multimedia/dvdrip/Makefile (contents, props changed) head/multimedia/dvdstyler/Makefile (contents, props changed) head/multimedia/emby-server/Makefile (contents, props changed) head/multimedia/emotion_generic_players-vlc/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/ffmpeg2theora/Makefile (contents, props changed) head/multimedia/ffmpegthumbnailer/Makefile (contents, props changed) head/multimedia/flvtool++/Makefile (contents, props changed) head/multimedia/fpc-dts/Makefile (contents, props changed) head/multimedia/fpc-libvlc/Makefile (contents, props changed) head/multimedia/freetuxtv/Makefile (contents, props changed) head/multimedia/freevo/Makefile (contents, props changed) head/multimedia/fxtv/Makefile (contents, props changed) head/multimedia/gaupol/Makefile (contents, props changed) head/multimedia/gavl/Makefile (contents, props changed) head/multimedia/gcap/Makefile (contents, props changed) head/multimedia/gcfilms/Makefile (contents, props changed) head/multimedia/gdialog/Makefile (contents, props changed) head/multimedia/gmencoder/Makefile (contents, props changed) head/multimedia/gmerlin-avdecoder/Makefile (contents, props changed) head/multimedia/gmerlin/Makefile (contents, props changed) head/multimedia/gmimms/Makefile (contents, props changed) head/multimedia/gmtk/Makefile (contents, props changed) head/multimedia/gnome-mplayer/Makefile (contents, props changed) head/multimedia/gnome-subtitles/Makefile (contents, props changed) head/multimedia/gpac-libgpac/Makefile (contents, props changed) head/multimedia/gpac-mp4box/Makefile (contents, props changed) head/multimedia/gpodder/Makefile (contents, props changed) head/multimedia/grake/Makefile (contents, props changed) head/multimedia/gstreamer-ffmpeg/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-bad/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-buzztard/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-good/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-ugly/Makefile (contents, props changed) head/multimedia/gstreamer-plugins/Makefile (contents, props changed) head/multimedia/gstreamer-plugins/Makefile.common (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer/Makefile (contents, props changed) head/multimedia/gstreamer1-editing-services/Makefile (contents, props changed) head/multimedia/gstreamer1-libav/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-bad/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-good/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-ugly/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins/Makefile.common (contents, props changed) head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-vaapi/Makefile (contents, props changed) head/multimedia/gstreamer1/Makefile (contents, props changed) head/multimedia/gtk-recordmydesktop/Makefile (contents, props changed) head/multimedia/gtk-youtube-viewer/Makefile (contents, props changed) head/multimedia/gxine/Makefile (contents, props changed) head/multimedia/handbrake/Makefile (contents, props changed) head/multimedia/imagination/Makefile (contents, props changed) head/multimedia/iriverter/Makefile (contents, props changed) head/multimedia/iso2mkv/Makefile (contents, props changed) head/multimedia/k9copy-kde4/Makefile (contents, props changed) head/multimedia/kaffeine/Makefile (contents, props changed) head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile (contents, props changed) head/multimedia/kdemultimedia4-mplayerthumbs/Makefile (contents, props changed) head/multimedia/kdemultimedia4/Makefile (contents, props changed) head/multimedia/kdenlive/Makefile (contents, props changed) head/multimedia/kissdx/Makefile (contents, props changed) head/multimedia/kmplayer-kde4/Makefile (contents, props changed) head/multimedia/kodi/Makefile (contents, props changed) head/multimedia/kplayer-kde4/Makefile (contents, props changed) head/multimedia/libaacs/Makefile (contents, props changed) head/multimedia/libass/Makefile (contents, props changed) head/multimedia/libav/Makefile (contents, props changed) head/multimedia/libbdplus/Makefile (contents, props changed) head/multimedia/libbluray/Makefile (contents, props changed) head/multimedia/libdv/Makefile (contents, props changed) head/multimedia/libdvdcss/Makefile (contents, props changed) head/multimedia/libdvdnav/Makefile (contents, props changed) head/multimedia/libdvdread/Makefile (contents, props changed) head/multimedia/libkate/Makefile (contents, props changed) head/multimedia/libmatroska/Makefile (contents, props changed) head/multimedia/libmediaart/Makefile (contents, props changed) head/multimedia/libmediainfo/Makefile (contents, props changed) head/multimedia/libmpeg3/Makefile (contents, props changed) head/multimedia/libquicktime-lame/Makefile (contents, props changed) head/multimedia/libquicktime/Makefile (contents, props changed) head/multimedia/libquvi/Makefile (contents, props changed) head/multimedia/libquvi09/Makefile (contents, props changed) head/multimedia/libtheora/Makefile (contents, props changed) head/multimedia/libv4l/Makefile (contents, props changed) head/multimedia/libva-intel-driver/Makefile (contents, props changed) head/multimedia/libva-vdpau-driver/Makefile (contents, props changed) head/multimedia/libva/Makefile (contents, props changed) head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libxine/Makefile (contents, props changed) head/multimedia/libxspf/Makefile (contents, props changed) head/multimedia/lives/Makefile (contents, props changed) head/multimedia/livestreamer/Makefile (contents, props changed) head/multimedia/lsdvd/Makefile (contents, props changed) head/multimedia/lxdvdrip/Makefile (contents, props changed) head/multimedia/m2tstoavi/Makefile (contents, props changed) head/multimedia/mediainfo/Makefile (contents, props changed) head/multimedia/mencoder/Makefile (contents, props changed) head/multimedia/mimms/Makefile (contents, props changed) head/multimedia/miro/Makefile (contents, props changed) head/multimedia/mjpegtools/Makefile (contents, props changed) head/multimedia/mjpg-streamer/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile (contents, props changed) head/multimedia/mkxvcd/Makefile (contents, props changed) head/multimedia/mlt/Makefile (contents, props changed) head/multimedia/mmpython/Makefile (contents, props changed) head/multimedia/motion/Makefile (contents, props changed) head/multimedia/mp3cd/Makefile (contents, props changed) head/multimedia/mpeg4ip/Makefile (contents, props changed) head/multimedia/mplayer/Makefile (contents, props changed) head/multimedia/mplayer/Makefile.common (contents, props changed) head/multimedia/mplayer/Makefile.options (contents, props changed) head/multimedia/mplayer/Makefile.optvars (contents, props changed) head/multimedia/mplayer2/Makefile (contents, props changed) head/multimedia/mps-youtube/Makefile (contents, props changed) head/multimedia/mpv/Makefile (contents, props changed) head/multimedia/msopenh264/Makefile (contents, props changed) head/multimedia/msx264/Makefile (contents, props changed) head/multimedia/mythtv-frontend/Makefile (contents, props changed) head/multimedia/mythtv/Makefile (contents, props changed) head/multimedia/nordlicht/Makefile (contents, props changed) head/multimedia/obs-studio/Makefile (contents, props changed) head/multimedia/oggvideotools/Makefile (contents, props changed) head/multimedia/ogmrip/Makefile (contents, props changed) head/multimedia/ogmtools/Makefile (contents, props changed) head/multimedia/omxplayer/Makefile (contents, props changed) head/multimedia/opencinematools/Makefile (contents, props changed) head/multimedia/openh264/Makefile (contents, props changed) head/multimedia/openshot/Makefile (contents, props changed) head/multimedia/oqtencoder/Makefile (contents, props changed) head/multimedia/oqtplayer/Makefile (contents, props changed) head/multimedia/oscam/Makefile (contents, props changed) head/multimedia/p5-Audio-M4P/Makefile (contents, props changed) head/multimedia/p5-FFmpeg-Command/Makefile (contents, props changed) head/multimedia/p5-FLV-Info/Makefile (contents, props changed) head/multimedia/p5-GStreamer/Makefile (contents, props changed) head/multimedia/p5-MP4-Info/Makefile (contents, props changed) head/multimedia/p5-Subtitles/Makefile (contents, props changed) head/multimedia/p5-Video-OpenQuicktime/Makefile (contents, props changed) head/multimedia/pHash/Makefile (contents, props changed) head/multimedia/phonon-gstreamer/Makefile (contents, props changed) head/multimedia/phonon-vlc/Makefile (contents, props changed) head/multimedia/phonon-xine/Makefile (contents, props changed) head/multimedia/phonon/Makefile (contents, props changed) head/multimedia/photofilmstrip/Makefile (contents, props changed) head/multimedia/php-pHash/Makefile (contents, props changed) head/multimedia/pitivi/Makefile (contents, props changed) head/multimedia/playd/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/plexmediaserver/Makefile (contents, props changed) head/multimedia/plexpy/Makefile (contents, props changed) head/multimedia/plexwatch/Makefile (contents, props changed) head/multimedia/podcastdl/Makefile (contents, props changed) head/multimedia/poe/Makefile (contents, props changed) head/multimedia/pwcview/Makefile (contents, props changed) head/multimedia/py-ffmpeg/Makefile (contents, props changed) head/multimedia/py-gstreamer/Makefile (contents, props changed) head/multimedia/py-guessit/Makefile (contents, props changed) head/multimedia/py-kaa-base/Makefile (contents, props changed) head/multimedia/py-kaa-imlib2/Makefile (contents, props changed) head/multimedia/py-kaa-metadata/Makefile (contents, props changed) head/multimedia/py-librtmp/Makefile (contents, props changed) head/multimedia/py-mlt/Makefile (contents, props changed) head/multimedia/py-openlp/Makefile (contents, props changed) head/multimedia/py-periscope/Makefile (contents, props changed) head/multimedia/py-qt4-multimedia/Makefile (contents, props changed) head/multimedia/py-qt4-phonon/Makefile (contents, props changed) head/multimedia/py-qt5-multimedia/Makefile (contents, props changed) head/multimedia/py-qt5-multimediawidgets/Makefile (contents, props changed) head/multimedia/py-soco/Makefile (contents, props changed) head/multimedia/py-subliminal/Makefile (contents, props changed) head/multimedia/py-tvnamer/Makefile (contents, props changed) head/multimedia/pyjama/Makefile (contents, props changed) head/multimedia/pymp/Makefile (contents, props changed) head/multimedia/qmmp-plugin-pack-qt5/Makefile (contents, props changed) head/multimedia/qmmp-plugin-pack/Makefile (contents, props changed) head/multimedia/qmmp-qt5/Makefile (contents, props changed) head/multimedia/qmmp/Makefile (contents, props changed) head/multimedia/qt4-mobility/Makefile (contents, props changed) head/multimedia/qt5-multimedia/Makefile (contents, props changed) head/multimedia/qt5-phonon4-gstreamer/Makefile (contents, props changed) head/multimedia/qt5-phonon4-vlc/Makefile (contents, props changed) head/multimedia/qt5-phonon4/Makefile (contents, props changed) head/multimedia/quark/Makefile (contents, props changed) head/multimedia/quodlibet/Makefile (contents, props changed) head/multimedia/quvi/Makefile (contents, props changed) head/multimedia/quvi09/Makefile (contents, props changed) head/multimedia/rage/Makefile (contents, props changed) head/multimedia/recmpeg/Makefile (contents, props changed) head/multimedia/recordmydesktop/Makefile (contents, props changed) head/multimedia/rox-videothumbnail/Makefile (contents, props changed) head/multimedia/rtmpdump/Makefile (contents, props changed) head/multimedia/rubygem-clutter-gstreamer/Makefile (contents, props changed) head/multimedia/rubygem-gstreamer/Makefile (contents, props changed) head/multimedia/sabbu/Makefile (contents, props changed) head/multimedia/schroedinger/Makefile (contents, props changed) head/multimedia/smplayer/Makefile (contents, props changed) head/multimedia/smtube/Makefile (contents, props changed) head/multimedia/snappy/Makefile (contents, props changed) head/multimedia/spook/Makefile (contents, props changed) head/multimedia/subtitlecomposer-kde4/Makefile (contents, props changed) head/multimedia/subtitleeditor/Makefile (contents, props changed) head/multimedia/subtitleripper/Makefile (contents, props changed) head/multimedia/swfdec-gnome/Makefile (contents, props changed) head/multimedia/szap-s2/Makefile (contents, props changed) head/multimedia/totem-pl-parser/Makefile (contents, props changed) head/multimedia/totem/Makefile (contents, props changed) head/multimedia/tovid/Makefile (contents, props changed) head/multimedia/transcode/Makefile (contents, props changed) head/multimedia/tvheadend/Makefile (contents, props changed) head/multimedia/umph/Makefile (contents, props changed) head/multimedia/umplayer/Makefile (contents, props changed) head/multimedia/vamps/Makefile (contents, props changed) head/multimedia/vcdimager/Makefile (contents, props changed) head/multimedia/vdpauinfo/Makefile (contents, props changed) head/multimedia/vdr-plugin-epgsearch/Makefile (contents, props changed) head/multimedia/vdr-plugin-markad/Makefile (contents, props changed) head/multimedia/vdr-plugin-osdpip/Makefile (contents, props changed) head/multimedia/vdr-plugin-softhddevice/Makefile (contents, props changed) head/multimedia/vdr-plugin-streamdev/Makefile (contents, props changed) head/multimedia/vdr-plugin-upnp/Makefile (contents, props changed) head/multimedia/vdr-plugin-xineliboutput/Makefile (contents, props changed) head/multimedia/vdr-plugins/Makefile (contents, props changed) head/multimedia/vdr/Makefile (contents, props changed) head/multimedia/vdr/Makefile.plugins (contents, props changed) head/multimedia/vic/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) head/multimedia/w_scan/Makefile (contents, props changed) head/multimedia/webcamd/Makefile (contents, props changed) head/multimedia/winff/Makefile (contents, props changed) head/multimedia/x264/Makefile (contents, props changed) head/multimedia/x265/Makefile (contents, props changed) head/multimedia/xawtv/Makefile (contents, props changed) head/multimedia/xfce4-parole/Makefile (contents, props changed) head/multimedia/xine/Makefile (contents, props changed) head/multimedia/xmms/Makefile (contents, props changed) head/multimedia/xtheater/Makefile (contents, props changed) head/multimedia/xvid/Makefile (contents, props changed) head/multimedia/zoneminder/Makefile (contents, props changed) head/net-im/ayttm/Makefile (contents, props changed) head/net-im/centerim-devel/Makefile (contents, props changed) head/net-im/centerim/Makefile (contents, props changed) head/net-im/cjc/Makefile (contents, props changed) head/net-im/climm/Makefile (contents, props changed) head/net-im/coccinella/Makefile (contents, props changed) head/net-im/corebird/Makefile (contents, props changed) head/net-im/cutegram/Makefile (contents, props changed) head/net-im/ejabberd/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/net-im/emesene/Makefile (contents, props changed) head/net-im/empathy/Makefile (contents, props changed) head/net-im/farsight2/Makefile (contents, props changed) head/net-im/farstream/Makefile (contents, props changed) head/net-im/finch/Makefile (contents, props changed) head/net-im/folks/Makefile (contents, props changed) head/net-im/freetalk/Makefile (contents, props changed) head/net-im/fugu/Makefile (contents, props changed) head/net-im/gajim/Makefile (contents, props changed) head/net-im/gale/Makefile (contents, props changed) head/net-im/gloox/Makefile (contents, props changed) head/net-im/hotot/Makefile (contents, props changed) head/net-im/jabber-pyicq/Makefile (contents, props changed) head/net-im/jabber.el/Makefile (contents, props changed) head/net-im/jabber/Makefile (contents, props changed) head/net-im/jabberd/Makefile (contents, props changed) head/net-im/jarl/Makefile (contents, props changed) head/net-im/jggtrans/Makefile (contents, props changed) head/net-im/kde-telepathy/Makefile (contents, props changed) head/net-im/kmess-kde4/Makefile (contents, props changed) head/net-im/kopete-kde4/Makefile (contents, props changed) head/net-im/ktp-accounts-kcm/Makefile (contents, props changed) head/net-im/ktp-approver/Makefile (contents, props changed) head/net-im/ktp-auth-handler/Makefile (contents, props changed) head/net-im/ktp-common-internals/Makefile (contents, props changed) head/net-im/ktp-contact-list/Makefile (contents, props changed) head/net-im/ktp-contact-runner/Makefile (contents, props changed) head/net-im/ktp-desktop-applets/Makefile (contents, props changed) head/net-im/ktp-filetransfer-handler/Makefile (contents, props changed) head/net-im/ktp-kded-integration-module/Makefile (contents, props changed) head/net-im/ktp-send-file/Makefile (contents, props changed) head/net-im/ktp-text-ui/Makefile (contents, props changed) head/net-im/libaccounts-glib/Makefile (contents, props changed) head/net-im/libaccounts-qt5/Makefile (contents, props changed) head/net-im/libjreen/Makefile (contents, props changed) head/net-im/libnice-gst010/Makefile (contents, props changed) head/net-im/libnice-gst1/Makefile (contents, props changed) head/net-im/libnice/Makefile (contents, props changed) head/net-im/libpurple/Makefile (contents, props changed) head/net-im/libstrophe/Makefile (contents, props changed) head/net-im/libtelepathy/Makefile (contents, props changed) head/net-im/licq-icq/Makefile (contents, props changed) head/net-im/licq-jabber/Makefile (contents, props changed) head/net-im/licq-msn/Makefile (contents, props changed) head/net-im/licq-osd/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/net-im/licq/Makefile (contents, props changed) head/net-im/licq/Makefile.inc (contents, props changed) head/net-im/loudmouth/Makefile (contents, props changed) head/net-im/mbpurple/Makefile (contents, props changed) head/net-im/mcabber/Makefile (contents, props changed) head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mu-conference/Makefile (contents, props changed) head/net-im/naim/Makefile (contents, props changed) head/net-im/openfire/Makefile (contents, props changed) head/net-im/p5-AnyEvent-XMPP/Makefile (contents, props changed) head/net-im/p5-DJabberd/Makefile (contents, props changed) head/net-im/p5-Jabber-Connection/Makefile (contents, props changed) head/net-im/p5-Jabber-Lite/Makefile (contents, props changed) head/net-im/p5-Jabber-SimpleSend/Makefile (contents, props changed) head/net-im/p5-Net-Async-XMPP/Makefile (contents, props changed) head/net-im/p5-Net-Jabber/Makefile (contents, props changed) head/net-im/p5-Net-OSCAR/Makefile (contents, props changed) head/net-im/p5-Net-Stomp/Makefile (contents, props changed) head/net-im/p5-Net-XMPP/Makefile (contents, props changed) head/net-im/p5-Net-XMPP2/Makefile (contents, props changed) head/net-im/p5-Protocol-XMPP/Makefile (contents, props changed) head/net-im/p5-SOAP-Transport-JABBER/Makefile (contents, props changed) head/net-im/papyon/Makefile (contents, props changed) head/net-im/pidgin-birthday-reminder/Makefile (contents, props changed) head/net-im/pidgin-bs/Makefile (contents, props changed) head/net-im/pidgin-fetion/Makefile (contents, props changed) head/net-im/pidgin-guifications/Makefile (contents, props changed) head/net-im/pidgin-hotkeys/Makefile (contents, props changed) head/net-im/pidgin-latex/Makefile (contents, props changed) head/net-im/pidgin-libnotify/Makefile (contents, props changed) head/net-im/pidgin-manualsize/Makefile (contents, props changed) head/net-im/pidgin-osd/Makefile (contents, props changed) head/net-im/pidgin-pidgimpd/Makefile (contents, props changed) head/net-im/pidgin-privacy-please/Makefile (contents, props changed) head/net-im/pidgin-rhythmbox/Makefile (contents, props changed) head/net-im/pidgin-sipe/Makefile (contents, props changed) head/net-im/pidgin-skype/Makefile (contents, props changed) head/net-im/pidgin-skypeweb/Makefile (contents, props changed) head/net-im/pidgin-twitter/Makefile (contents, props changed) head/net-im/pidgin/Makefile (contents, props changed) head/net-im/plasma-applet-ktp/Makefile (contents, props changed) head/net-im/poezio/Makefile (contents, props changed) head/net-im/profanity/Makefile (contents, props changed) head/net-im/prosody/Makefile (contents, props changed) head/net-im/proxy65/Makefile (contents, props changed) head/net-im/psi/Makefile (contents, props changed) head/net-im/psimedia/Makefile (contents, props changed) head/net-im/pwytter/Makefile (contents, props changed) head/net-im/py-jabberbot/Makefile (contents, props changed) head/net-im/py-libturpial/Makefile (contents, props changed) head/net-im/py-nbxmpp/Makefile (contents, props changed) head/net-im/py-pyxmpp/Makefile (contents, props changed) head/net-im/py-slackclient/Makefile (contents, props changed) head/net-im/py-xmpppy-irc/Makefile (contents, props changed) head/net-im/py-xmpppy-yahoo/Makefile (contents, props changed) head/net-im/py-xmpppy/Makefile (contents, props changed) head/net-im/qTox/Makefile (contents, props changed) head/net-im/ricochet/Makefile (contents, props changed) head/net-im/rubygem-earthquake/Makefile (contents, props changed) head/net-im/rubygem-hipchat/Makefile (contents, props changed) head/net-im/rubygem-lita/Makefile (contents, props changed) head/net-im/rubygem-termtter/Makefile (contents, props changed) head/net-im/rubygem-tinder/Makefile (contents, props changed) head/net-im/sayaka/Makefile (contents, props changed) head/net-im/sendxmpp/Makefile (contents, props changed) head/net-im/skype-devel/Makefile (contents, props changed) head/net-im/skype/Makefile (contents, props changed) head/net-im/skype4/Makefile (contents, props changed) head/net-im/telegram-purple/Makefile (contents, props changed) head/net-im/telegram/Makefile (contents, props changed) head/net-im/telegramqml/Makefile (contents, props changed) head/net-im/telepathy-butterfly/Makefile (contents, props changed) head/net-im/telepathy-farsight/Makefile (contents, props changed) head/net-im/telepathy-farstream/Makefile (contents, props changed) head/net-im/telepathy-gabble/Makefile (contents, props changed) head/net-im/telepathy-glib/Makefile (contents, props changed) head/net-im/telepathy-haze/Makefile (contents, props changed) head/net-im/telepathy-idle/Makefile (contents, props changed) head/net-im/telepathy-logger-qt4/Makefile (contents, props changed) head/net-im/telepathy-logger/Makefile (contents, props changed) head/net-im/telepathy-mission-control/Makefile (contents, props changed) head/net-im/telepathy-python/Makefile (contents, props changed) head/net-im/telepathy-qt4/Makefile (contents, props changed) head/net-im/telepathy-rakia/Makefile (contents, props changed) head/net-im/telepathy-salut/Makefile (contents, props changed) head/net-im/telepathy-sofiasip/Makefile (contents, props changed) head/net-im/tkabber-plugins/Makefile (contents, props changed) head/net-im/tkabber/Makefile (contents, props changed) head/net-im/tox/Makefile (contents, props changed) head/net-im/toxic/Makefile (contents, props changed) head/net-im/ttytter/Makefile (contents, props changed) head/net-im/turpial/Makefile (contents, props changed) head/net-im/twirssi/Makefile (contents, props changed) head/net-im/twitmail/Makefile (contents, props changed) head/net-im/uTox/Makefile (contents, props changed) head/net-im/vqcc-gtk/Makefile (contents, props changed) head/net-im/xmpp-client/Makefile (contents, props changed) head/net-im/zephyr/Makefile (contents, props changed) head/net-mgmt/TkTopNetFlows/Makefile (contents, props changed) head/net-mgmt/aircrack-ng/Makefile (contents, props changed) head/net-mgmt/argus3-clients/Makefile (contents, props changed) head/net-mgmt/argus3/Makefile (contents, props changed) head/net-mgmt/arpscan/Makefile (contents, props changed) head/net-mgmt/bandwidthd/Makefile (contents, props changed) head/net-mgmt/bgpuma/Makefile (contents, props changed) head/net-mgmt/braa/Makefile (contents, props changed) head/net-mgmt/bsnmp-regex/Makefile (contents, props changed) head/net-mgmt/bwm-ng/Makefile (contents, props changed) head/net-mgmt/cacti-spine/Makefile (contents, props changed) head/net-mgmt/cacti/Makefile (contents, props changed) head/net-mgmt/ccnet/Makefile (contents, props changed) head/net-mgmt/cdpsnarf/Makefile (contents, props changed) head/net-mgmt/check_ipmi_sensor/Makefile (contents, props changed) head/net-mgmt/check_mysql_health/Makefile (contents, props changed) head/net-mgmt/chillispot/Makefile (contents, props changed) head/net-mgmt/ciscoconf/Makefile (contents, props changed) head/net-mgmt/clog/Makefile (contents, props changed) head/net-mgmt/cnagios/Makefile (contents, props changed) head/net-mgmt/collectd5/Makefile (contents, props changed) head/net-mgmt/cricket/Makefile (contents, props changed) head/net-mgmt/crmsh/Makefile (contents, props changed) head/net-mgmt/devmon-templates/Makefile (contents, props changed) head/net-mgmt/devmon/Makefile (contents, props changed) head/net-mgmt/dhcp_probe/Makefile (contents, props changed) head/net-mgmt/docsis/Makefile (contents, props changed) head/net-mgmt/driftnet/Makefile (contents, props changed) head/net-mgmt/ettercap/Makefile (contents, props changed) head/net-mgmt/ezradius/Makefile (contents, props changed) head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/fetchconfig/Makefile (contents, props changed) head/net-mgmt/flow-extract/Makefile (contents, props changed) head/net-mgmt/flowviewer/Makefile (contents, props changed) head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile (contents, props changed) head/net-mgmt/grepip/Makefile (contents, props changed) head/net-mgmt/gsnmp/Makefile (contents, props changed) head/net-mgmt/guifi-snpservices/Makefile (contents, props changed) head/net-mgmt/hastmon/Makefile (contents, props changed) head/net-mgmt/hawk/Makefile (contents, props changed) head/net-mgmt/icinga-classicweb/Makefile (contents, props changed) head/net-mgmt/icinga-core/Makefile (contents, props changed) head/net-mgmt/icinga-core/Makefile.common (contents, props changed) head/net-mgmt/icinga/Makefile (contents, props changed) head/net-mgmt/icinga2/Makefile (contents, props changed) head/net-mgmt/icingaweb2/Makefile (contents, props changed) head/net-mgmt/icli/Makefile (contents, props changed) head/net-mgmt/ipplan/Makefile (contents, props changed) head/net-mgmt/isic/Makefile (contents, props changed) head/net-mgmt/kismet/Makefile (contents, props changed) head/net-mgmt/klg/Makefile (contents, props changed) head/net-mgmt/lanmap/Makefile (contents, props changed) head/net-mgmt/librenms/Makefile (contents, props changed) head/net-mgmt/lldpd/Makefile (contents, props changed) head/net-mgmt/mbrowse/Makefile (contents, props changed) head/net-mgmt/monitoring-plugins/Makefile (contents, props changed) head/net-mgmt/mrtg-ping-probe/Makefile (contents, props changed) head/net-mgmt/mrtg/Makefile (contents, props changed) head/net-mgmt/nagcon/Makefile (contents, props changed) head/net-mgmt/nagios-certexp-plugin/Makefile (contents, props changed) head/net-mgmt/nagios-check_bacula/Makefile (contents, props changed) head/net-mgmt/nagios-check_bacula5/Makefile (contents, props changed) head/net-mgmt/nagios-check_clamav/Makefile (contents, props changed) head/net-mgmt/nagios-check_dhcp.pl/Makefile (contents, props changed) head/net-mgmt/nagios-check_email_delivery/Makefile (contents, props changed) head/net-mgmt/nagios-check_hdd_health/Makefile (contents, props changed) head/net-mgmt/nagios-check_hp_bladechassis/Makefile (contents, props changed) head/net-mgmt/nagios-check_memcached_paranoid/Makefile (contents, props changed) head/net-mgmt/nagios-check_mysql_slave/Makefile (contents, props changed) head/net-mgmt/nagios-check_netsnmp/Makefile (contents, props changed) head/net-mgmt/nagios-check_relayd_status/Makefile (contents, props changed) head/net-mgmt/nagios-check_smartmon/Makefile (contents, props changed) head/net-mgmt/nagios-check_tftp/Makefile (contents, props changed) head/net-mgmt/nagios-check_zpools/Makefile (contents, props changed) head/net-mgmt/nagios-openldap-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-snmp-plugins-extras/Makefile (contents, props changed) head/net-mgmt/nagios-snmp-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-spamd-plugin/Makefile (contents, props changed) head/net-mgmt/nagios/Makefile (contents, props changed) head/net-mgmt/nagios4/Makefile (contents, props changed) head/net-mgmt/nagiosgraph/Makefile (contents, props changed) head/net-mgmt/nagiosql/Makefile (contents, props changed) head/net-mgmt/nagstamon/Makefile (contents, props changed) head/net-mgmt/nagvis/Makefile (contents, props changed) head/net-mgmt/ndoutils/Makefile (contents, props changed) head/net-mgmt/ndpmon/Makefile (contents, props changed) head/net-mgmt/nedi/Makefile (contents, props changed) head/net-mgmt/net-snmp/Makefile (contents, props changed) head/net-mgmt/netams/Makefile (contents, props changed) head/net-mgmt/netdisco/Makefile (contents, props changed) head/net-mgmt/netdot/Makefile (contents, props changed) head/net-mgmt/netleak/Makefile (contents, props changed) head/net-mgmt/netmagis-common/Makefile (contents, props changed) head/net-mgmt/netmagis-database/Makefile (contents, props changed) head/net-mgmt/netmagis-detecteq/Makefile (contents, props changed) head/net-mgmt/netmagis-metro/Makefile (contents, props changed) head/net-mgmt/netmagis-servers/Makefile (contents, props changed) head/net-mgmt/netmagis-topo/Makefile (contents, props changed) head/net-mgmt/netmagis-utils/Makefile (contents, props changed) head/net-mgmt/netmagis-www/Makefile (contents, props changed) head/net-mgmt/netmond/Makefile (contents, props changed) head/net-mgmt/netwag/Makefile (contents, props changed) head/net-mgmt/netwox/Makefile (contents, props changed) head/net-mgmt/netxms/Makefile (contents, props changed) head/net-mgmt/nfdump/Makefile (contents, props changed) head/net-mgmt/nfsen/Makefile (contents, props changed) head/net-mgmt/nrpe/Makefile (contents, props changed) head/net-mgmt/nsca-ng/Makefile (contents, props changed) head/net-mgmt/nsca/Makefile (contents, props changed) head/net-mgmt/nsca27/Makefile (contents, props changed) head/net-mgmt/observium/Makefile (contents, props changed) head/net-mgmt/ocsinventory-agent/Makefile (contents, props changed) head/net-mgmt/ocsinventory-ng/Makefile (contents, props changed) head/net-mgmt/p5-AnyEvent-SNMP/Makefile (contents, props changed) head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed) head/net-mgmt/p5-Cflow/Makefile (contents, props changed) head/net-mgmt/p5-Cisco-CopyConfig/Makefile (contents, props changed) head/net-mgmt/p5-Cisco-Reconfig/Makefile (contents, props changed) head/net-mgmt/p5-Data-Validate-IP/Makefile (contents, props changed) head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile (contents, props changed) head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile (contents, props changed) head/net-mgmt/p5-FusionInventory-Agent/Makefile (contents, props changed) head/net-mgmt/p5-GRNOC-Config/Makefile (contents, props changed) head/net-mgmt/p5-GRNOC-TL1/Makefile (contents, props changed) head/net-mgmt/p5-Monitoring-Plugin/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Object/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Plugin-Beanstalk/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Plugin/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile (contents, props changed) head/net-mgmt/p5-Net-ACL/Makefile (contents, props changed) head/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile (contents, props changed) head/net-mgmt/p5-Net-Abuse-Utils/Makefile (contents, props changed) head/net-mgmt/p5-Net-ILO/Makefile (contents, props changed) head/net-mgmt/p5-Net-IP-Resolver/Makefile (contents, props changed) head/net-mgmt/p5-Net-IPv6Addr/Makefile (contents, props changed) head/net-mgmt/p5-Net-NSCA-Client/Makefile (contents, props changed) head/net-mgmt/p5-Net-OpenVPN-Manage/Makefile (contents, props changed) head/net-mgmt/p5-Net-SNMP-Util/Makefile (contents, props changed) head/net-mgmt/p5-Net-SNMP/Makefile (contents, props changed) head/net-mgmt/p5-Net-SNMPTrapd/Makefile (contents, props changed) head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile (contents, props changed) head/net-mgmt/p5-NetApp/Makefile (contents, props changed) head/net-mgmt/p5-POE-Component-SNMP/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Info/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Simple/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Util/Makefile (contents, props changed) head/net-mgmt/p5-Telnet-Cisco/Makefile (contents, props changed) head/net-mgmt/p5-Tie-NetAddr-IP/Makefile (contents, props changed) head/net-mgmt/p5-Zenoss/Makefile (contents, props changed) head/net-mgmt/p5-jmx4perl/Makefile (contents, props changed) head/net-mgmt/packit/Makefile (contents, props changed) head/net-mgmt/pads/Makefile (contents, props changed) head/net-mgmt/pancho/Makefile (contents, props changed) head/net-mgmt/pandorafms_console/Makefile (contents, props changed) head/net-mgmt/pandorafms_server/Makefile (contents, props changed) head/net-mgmt/percona-monitoring-plugins/Makefile (contents, props changed) head/net-mgmt/phpipam/Makefile (contents, props changed) head/net-mgmt/phpweathermap/Makefile (contents, props changed) head/net-mgmt/pixilate/Makefile (contents, props changed) head/net-mgmt/pmacct/Makefile (contents, props changed) head/net-mgmt/pnp-icinga/Makefile (contents, props changed) head/net-mgmt/pnp/Makefile (contents, props changed) head/net-mgmt/py-flowtools/Makefile (contents, props changed) head/net-mgmt/py-pysmi/Makefile (contents, props changed) head/net-mgmt/py-pyzabbix/Makefile (contents, props changed) head/net-mgmt/py-snmp4-apps/Makefile (contents, props changed) head/net-mgmt/py-snmp4-mibs/Makefile (contents, props changed) head/net-mgmt/py-snmp4/Makefile (contents, props changed) head/net-mgmt/py-yapsnmp/Makefile (contents, props changed) head/net-mgmt/qkismet/Makefile (contents, props changed) head/net-mgmt/rackmonkey/Makefile (contents, props changed) head/net-mgmt/rancid/Makefile (contents, props changed) head/net-mgmt/rancid3/Makefile (contents, props changed) head/net-mgmt/remarp/Makefile (contents, props changed) head/net-mgmt/routers2-extensions/Makefile (contents, props changed) head/net-mgmt/routers2-extras/Makefile (contents, props changed) head/net-mgmt/routers2/Makefile (contents, props changed) head/net-mgmt/rrdbot/Makefile (contents, props changed) head/net-mgmt/rubygem-blimpy/Makefile (contents, props changed) head/net-mgmt/rubygem-visage-app/Makefile (contents, props changed) head/net-mgmt/sblim-wbemcli/Makefile (contents, props changed) head/net-mgmt/scli/Makefile (contents, props changed) head/net-mgmt/sdig/Makefile (contents, props changed) head/net-mgmt/seafile-gui/Makefile (contents, props changed) head/net-mgmt/seafile/Makefile (contents, props changed) head/net-mgmt/send/Makefile (contents, props changed) head/net-mgmt/sendip/Makefile (contents, props changed) head/net-mgmt/smokeping/Makefile (contents, props changed) head/net-mgmt/snmp4nagios/Makefile (contents, props changed) head/net-mgmt/snmptt/Makefile (contents, props changed) head/net-mgmt/statsd/Makefile (contents, props changed) head/net-mgmt/super_mediator/Makefile (contents, props changed) head/net-mgmt/sx/Makefile (contents, props changed) head/net-mgmt/tcpreplay/Makefile (contents, props changed) head/net-mgmt/torrus/Makefile (contents, props changed) head/net-mgmt/unifi3/Makefile (contents, props changed) head/net-mgmt/unifi4/Makefile (contents, props changed) head/net-mgmt/victorops-nagios/Makefile (contents, props changed) head/net-mgmt/virt-viewer/Makefile (contents, props changed) head/net-mgmt/weathermap/Makefile (contents, props changed) head/net-mgmt/xymon-server/Makefile (contents, props changed) head/net-mgmt/yaf/Makefile (contents, props changed) head/net-mgmt/zabbix2-server/Makefile (contents, props changed) head/net-mgmt/zabbix22-server/Makefile (contents, props changed) head/net-mgmt/zabbix24-server/Makefile (contents, props changed) head/net-mgmt/zabbix3-server/Makefile (contents, props changed) head/net-p2p/amule-devel/Makefile (contents, props changed) head/net-p2p/amule/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/bitflu/Makefile (contents, props changed) head/net-p2p/bitmessage/Makefile (contents, props changed) head/net-p2p/cpuminer/Makefile (contents, props changed) head/net-p2p/deluge/Makefile (contents, props changed) head/net-p2p/digitalcoin/Makefile (contents, props changed) head/net-p2p/dogecoin/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-cli/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-daemon/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-gtk/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-lib/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-qt/Makefile (contents, props changed) head/net-p2p/gkremldk/Makefile (contents, props changed) head/net-p2p/gnunet-gtk/Makefile (contents, props changed) head/net-p2p/gnunet/Makefile (contents, props changed) head/net-p2p/gtk-gnutella/Makefile (contents, props changed) head/net-p2p/gtorrentviewer/Makefile (contents, props changed) head/net-p2p/jigdo/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile (contents, props changed) head/net-p2p/libbt/Makefile (contents, props changed) head/net-p2p/libktorrent/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar-python/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/linuxdcpp/Makefile (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/lopster/Makefile (contents, props changed) head/net-p2p/minder/Makefile (contents, props changed) head/net-p2p/mldonkey/Makefile (contents, props changed) head/net-p2p/namecoin/Makefile (contents, props changed) head/net-p2p/ncdc/Makefile (contents, props changed) head/net-p2p/p5-Net-BitTorrent-File/Makefile (contents, props changed) head/net-p2p/p5-Net-DirectConnect/Makefile (contents, props changed) head/net-p2p/p5-WWW-BitTorrent/Makefile (contents, props changed) head/net-p2p/py-transmissionrpc/Makefile (contents, props changed) head/net-p2p/py-vertex/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile (contents, props changed) head/net-p2p/retroshare/Makefile (contents, props changed) head/net-p2p/rtgui/Makefile (contents, props changed) head/net-p2p/rtorrent/Makefile (contents, props changed) head/net-p2p/sonarr/Makefile (contents, props changed) head/net-p2p/torrentsniff/Makefile (contents, props changed) head/net-p2p/transmission-cli/Makefile (contents, props changed) head/net-p2p/transmission-gtk/Makefile (contents, props changed) head/net-p2p/transmission-remote-gui/Makefile (contents, props changed) head/net-p2p/transmission/Makefile (contents, props changed) head/net-p2p/tribler/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net-p2p/unworkable/Makefile (contents, props changed) head/net-p2p/valknut/Makefile (contents, props changed) head/net-p2p/verlihub-plugins-luascript/Makefile (contents, props changed) head/net-p2p/verlihub-plugins/Makefile (contents, props changed) head/net-p2p/verlihub-plugins/Makefile.plugins (contents, props changed) head/net-p2p/verlihub/Makefile (contents, props changed) head/net-p2p/vuze/Makefile (contents, props changed) head/net-p2p/zetacoin/Makefile (contents, props changed) head/net/44bsd-rdist/Makefile (contents, props changed) head/net/R-cran-twitteR/Makefile (contents, props changed) head/net/Sockets/Makefile (contents, props changed) head/net/abills/Makefile (contents, props changed) head/net/afpfs-ng/Makefile (contents, props changed) head/net/anet/Makefile (contents, props changed) head/net/appkonference/Makefile (contents, props changed) head/net/aprsc/Makefile (contents, props changed) head/net/arp-sk/Makefile (contents, props changed) head/net/arping/Makefile (contents, props changed) head/net/arprelease/Makefile (contents, props changed) head/net/asio/Makefile (contents, props changed) head/net/asterisk-chan_sccp/Makefile (contents, props changed) head/net/asterisk-g72x/Makefile (contents, props changed) head/net/asterisk/Makefile (contents, props changed) head/net/asterisk11/Makefile (contents, props changed) head/net/asterisk13/Makefile (contents, props changed) head/net/avahi-app/Makefile (contents, props changed) head/net/avahi-autoipd/Makefile (contents, props changed) head/net/avahi-gtk/Makefile (contents, props changed) head/net/avahi-gtk3/Makefile (contents, props changed) head/net/avahi-libdns/Makefile (contents, props changed) head/net/avahi-qt4/Makefile (contents, props changed) head/net/avahi-sharp/Makefile (contents, props changed) head/net/avahi/Makefile (contents, props changed) head/net/axa/Makefile (contents, props changed) head/net/beacon/Makefile (contents, props changed) head/net/belle-sip/Makefile (contents, props changed) head/net/bmon/Makefile (contents, props changed) head/net/boinc-client/Makefile (contents, props changed) head/net/boinc_curses/Makefile (contents, props changed) head/net/bsdec2-image-upload/Makefile (contents, props changed) head/net/bwi-firmware-kmod/Makefile (contents, props changed) head/net/bwn-firmware-kmod/Makefile (contents, props changed) head/net/cf/Makefile (contents, props changed) head/net/clamz/Makefile (contents, props changed) head/net/cloud-init/Makefile (contents, props changed) head/net/coda6_server/Makefile (contents, props changed) head/net/corosync/Makefile (contents, props changed) head/net/csync2/Makefile (contents, props changed) head/net/ctrace/Makefile (contents, props changed) head/net/cyphesis/Makefile (contents, props changed) head/net/czmq/Makefile (contents, props changed) head/net/daemonlogger/Makefile (contents, props changed) head/net/daq/Makefile (contents, props changed) head/net/dgd-kernel/Makefile (contents, props changed) head/net/dgd-lpmud/Makefile (contents, props changed) head/net/dhcpd-pools/Makefile (contents, props changed) head/net/dhcperf/Makefile (contents, props changed) head/net/dhcprelay/Makefile (contents, props changed) head/net/dictd-database/Makefile (contents, props changed) head/net/dictd/Makefile (contents, props changed) head/net/dropbox-api-command/Makefile (contents, props changed) head/net/dropbox-uploader/Makefile (contents, props changed) head/net/dshell/Makefile (contents, props changed) head/net/dtcp/Makefile (contents, props changed) head/net/easysoap/Makefile (contents, props changed) head/net/echoping/Makefile (contents, props changed) head/net/etrace/Makefile (contents, props changed) head/net/exaddos/Makefile (contents, props changed) head/net/flowgrep/Makefile (contents, props changed) head/net/fonulator/Makefile (contents, props changed) head/net/foreman-proxy/Makefile (contents, props changed) head/net/fpc-pcap/Makefile (contents, props changed) head/net/freediameter/Makefile (contents, props changed) head/net/freeradius2/Makefile (contents, props changed) head/net/freeradius3/Makefile (contents, props changed) head/net/freerdp/Makefile (contents, props changed) head/net/freeswitch/Makefile (contents, props changed) head/net/geoclue/Makefile (contents, props changed) head/net/geocode-glib/Makefile (contents, props changed) head/net/geoipupdate/Makefile (contents, props changed) head/net/get_iplayer/Makefile (contents, props changed) head/net/gfbgraph/Makefile (contents, props changed) head/net/gini/Makefile (contents, props changed) head/net/gkrellmwireless2/Makefile (contents, props changed) head/net/glib-networking/Makefile (contents, props changed) head/net/glusterfs/Makefile (contents, props changed) head/net/gnome-nettool/Makefile (contents, props changed) head/net/gnome-online-accounts/Makefile (contents, props changed) head/net/gnome-online-miners/Makefile (contents, props changed) head/net/gnu-dico/Makefile (contents, props changed) head/net/gnu-radius/Makefile (contents, props changed) head/net/go-cs/Makefile (contents, props changed) head/net/go-geoip/Makefile (contents, props changed) head/net/go.net/Makefile (contents, props changed) head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-daemon/Makefile (contents, props changed) head/net/google-startup-scripts/Makefile (contents, props changed) head/net/googlecl/Makefile (contents, props changed) head/net/gpxe/Makefile (contents, props changed) head/net/gq/Makefile (contents, props changed) head/net/grdesktop/Makefile (contents, props changed) head/net/grilo-plugins/Makefile (contents, props changed) head/net/grilo/Makefile (contents, props changed) head/net/grive/Makefile (contents, props changed) head/net/grsync/Makefile (contents, props changed) head/net/gspoof/Makefile (contents, props changed) head/net/gssdp/Makefile (contents, props changed) head/net/gtk-vnc/Makefile (contents, props changed) head/net/gtknetcat/Makefile (contents, props changed) head/net/guacamole-server/Makefile (contents, props changed) head/net/gupnp-av/Makefile (contents, props changed) head/net/gupnp-dlna/Makefile (contents, props changed) head/net/gupnp-igd/Makefile (contents, props changed) head/net/gupnp-ui/Makefile (contents, props changed) head/net/gupnp/Makefile (contents, props changed) head/net/gutenfetch/Makefile (contents, props changed) head/net/gwhois/Makefile (contents, props changed) head/net/h323plus/Makefile (contents, props changed) head/net/haproxy-devel/Makefile (contents, props changed) head/net/haproxy/Makefile (contents, props changed) head/net/hexinject/Makefile (contents, props changed) head/net/hinfo/Makefile (contents, props changed) head/net/honeyd/Makefile (contents, props changed) head/net/hping-devel/Makefile (contents, props changed) head/net/hs-gsasl/Makefile (contents, props changed) head/net/httping/Makefile (contents, props changed) head/net/httpry/Makefile (contents, props changed) head/net/iaxmodem/Makefile (contents, props changed) head/net/ifstat/Makefile (contents, props changed) head/net/ifstated/Makefile (contents, props changed) head/net/ipgrab/Makefile (contents, props changed) head/net/ipxe/Makefile (contents, props changed) head/net/irrd/Makefile (contents, props changed) head/net/istgt/Makefile (contents, props changed) head/net/jags/Makefile (contents, props changed) head/net/java-beepcore/Makefile (contents, props changed) head/net/jwhois/Makefile (contents, props changed) head/net/kafkacat/Makefile (contents, props changed) head/net/kamailio/Makefile (contents, props changed) head/net/kdenetwork4-strigi-analyzers/Makefile (contents, props changed) head/net/kdenetwork4/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kget/Makefile (contents, props changed) head/net/kio-upnp-ms/Makefile (contents, props changed) head/net/kippo/Makefile (contents, props changed) head/net/krdc/Makefile (contents, props changed) head/net/krfb/Makefile (contents, props changed) head/net/kwooty/Makefile (contents, props changed) head/net/ladvd/Makefile (contents, props changed) head/net/ldap-stats/Makefile (contents, props changed) head/net/ldap2dns/Makefile (contents, props changed) head/net/ldapscripts/Makefile (contents, props changed) head/net/ldapsdk/Makefile (contents, props changed) head/net/ldapsh/Makefile (contents, props changed) head/net/libarms/Makefile (contents, props changed) head/net/libcapn/Makefile (contents, props changed) head/net/libcmis/Makefile (contents, props changed) head/net/libdmapsharing/Makefile (contents, props changed) head/net/libexosip2/Makefile (contents, props changed) head/net/libfb/Makefile (contents, props changed) head/net/libgnetwork/Makefile (contents, props changed) head/net/libgweather/Makefile (contents, props changed) head/net/libkfbapi/Makefile (contents, props changed) head/net/libkvkontakte/Makefile (contents, props changed) head/net/libmateweather/Makefile (contents, props changed) head/net/libnetdude/Makefile (contents, props changed) head/net/libnids/Makefile (contents, props changed) head/net/liboauth/Makefile (contents, props changed) head/net/libproxy-gnome/Makefile (contents, props changed) head/net/libproxy-gnome3/Makefile (contents, props changed) head/net/libproxy-kde/Makefile (contents, props changed) head/net/libproxy-mozjs/Makefile (contents, props changed) head/net/libproxy-perl/Makefile (contents, props changed) head/net/libproxy-python/Makefile (contents, props changed) head/net/libproxy-webkit/Makefile (contents, props changed) head/net/librdkafka/Makefile (contents, props changed) head/net/librouteros/Makefile (contents, props changed) head/net/librsync/Makefile (contents, props changed) head/net/librsync1/Makefile (contents, props changed) head/net/libtnl/Makefile (contents, props changed) head/net/libtrace/Makefile (contents, props changed) head/net/libvncserver/Makefile (contents, props changed) head/net/libzapojit/Makefile (contents, props changed) head/net/libzmq3/Makefile (contents, props changed) head/net/libzmq4/Makefile (contents, props changed) head/net/liferea/Makefile (contents, props changed) head/net/linknx/Makefile (contents, props changed) head/net/linphone/Makefile (contents, props changed) head/net/linuxigd/Makefile (contents, props changed) head/net/lla/Makefile (contents, props changed) head/net/mad_fcl/Makefile (contents, props changed) head/net/mediastreamer/Makefile (contents, props changed) head/net/mediatomb/Makefile (contents, props changed) head/net/megatools/Makefile (contents, props changed) head/net/minidlna/Makefile (contents, props changed) head/net/minisapserver/Makefile (contents, props changed) head/net/miredo/Makefile (contents, props changed) head/net/mono-zeroconf/Makefile (contents, props changed) head/net/morebalance/Makefile (contents, props changed) head/net/mosh/Makefile (contents, props changed) head/net/mosquitto/Makefile (contents, props changed) head/net/mpd-l2tp-ipv6pd-client/Makefile (contents, props changed) head/net/mpd5/Makefile (contents, props changed) head/net/mpich/Makefile (contents, props changed) head/net/mpich2/Makefile (contents, props changed) head/net/nanomsg/Makefile (contents, props changed) head/net/nast/Makefile (contents, props changed) head/net/ncp/Makefile (contents, props changed) head/net/ndpi/Makefile (contents, props changed) head/net/nepenthes/Makefile (contents, props changed) head/net/nepim/Makefile (contents, props changed) head/net/net6/Makefile (contents, props changed) head/net/netatalk/Makefile (contents, props changed) head/net/netatalk3/Makefile (contents, props changed) head/net/netdude/Makefile (contents, props changed) head/net/netmap/Makefile (contents, props changed) head/net/netwib/Makefile (contents, props changed) head/net/neubot/Makefile (contents, props changed) head/net/ngrep/Makefile (contents, props changed) head/net/nmsg/Makefile (contents, props changed) head/net/nos-ttb/Makefile (contents, props changed) head/net/ns3/Makefile (contents, props changed) head/net/nsscache/Makefile (contents, props changed) head/net/ntop/Makefile (contents, props changed) head/net/ntp-devel/Makefile (contents, props changed) head/net/ntp/Makefile (contents, props changed) head/net/nxproxy/Makefile (contents, props changed) head/net/nylon/Makefile (contents, props changed) head/net/ocserv/Makefile (contents, props changed) head/net/ohphone/Makefile (contents, props changed) head/net/olsrd/Makefile (contents, props changed) head/net/omcmd/Makefile (contents, props changed) head/net/omnitty/Makefile (contents, props changed) head/net/onioncat/Makefile (contents, props changed) head/net/opal/Makefile (contents, props changed) head/net/openbsc/Makefile (contents, props changed) head/net/openggsn/Makefile (contents, props changed) head/net/openh323/Makefile (contents, props changed) head/net/openldap24-server/Makefile (contents, props changed) head/net/openmpi/Makefile (contents, props changed) head/net/openntpd/Makefile (contents, props changed) head/net/opennx/Makefile (contents, props changed) head/net/openospfd/Makefile (contents, props changed) head/net/opensips/Makefile (contents, props changed) head/net/opentracker/Makefile (contents, props changed) head/net/ossp-sa/Makefile (contents, props changed) head/net/ostinato/Makefile (contents, props changed) head/net/p5-Acme-HTTP/Makefile (contents, props changed) head/net/p5-AddressBook/Makefile (contents, props changed) head/net/p5-Amazon-SQS-Simple/Makefile (contents, props changed) head/net/p5-AnyEvent-MPRPC/Makefile (contents, props changed) head/net/p5-AnyEvent-RabbitMQ/Makefile (contents, props changed) head/net/p5-AnyEvent-Twitter-Stream/Makefile (contents, props changed) head/net/p5-AnyEvent-Twitter/Makefile (contents, props changed) head/net/p5-AnyMQ-AMQP/Makefile (contents, props changed) head/net/p5-Apache2-SOAP/Makefile (contents, props changed) head/net/p5-BBS-Client/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3itoc/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Ptt/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-SOB/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Wretch/Makefile (contents, props changed) head/net/p5-Beanstalk-Client/Makefile (contents, props changed) head/net/p5-Crypt-DH-GMP/Makefile (contents, props changed) head/net/p5-Daemon-Generic/Makefile (contents, props changed) head/net/p5-EasyTCP/Makefile (contents, props changed) head/net/p5-Event-tcp/Makefile (contents, props changed) head/net/p5-File-Rsync/Makefile (contents, props changed) head/net/p5-Filesys-SmbClient/Makefile (contents, props changed) head/net/p5-Frontier-RPC/Makefile (contents, props changed) head/net/p5-Geo-IP/Makefile (contents, props changed) head/net/p5-GeoIP2/Makefile (contents, props changed) head/net/p5-Google-SAML-Request/Makefile (contents, props changed) head/net/p5-Google-SAML-Response/Makefile (contents, props changed) head/net/p5-Growl-GNTP/Makefile (contents, props changed) head/net/p5-IO-Socket-INET6/Makefile (contents, props changed) head/net/p5-IO-Socket-IP/Makefile (contents, props changed) head/net/p5-IO-Socket-Multicast/Makefile (contents, props changed) head/net/p5-IO-Socket-Multicast6/Makefile (contents, props changed) head/net/p5-IO-Socket-Timeout/Makefile (contents, props changed) head/net/p5-IP-Anonymous/Makefile (contents, props changed) head/net/p5-IP-Country/Makefile (contents, props changed) head/net/p5-Kafka/Makefile (contents, props changed) head/net/p5-MaxMind-DB-Common/Makefile (contents, props changed) head/net/p5-MaxMind-DB-Writer/Makefile (contents, props changed) head/net/p5-Net-AMQP/Makefile (contents, props changed) head/net/p5-Net-APNS/Makefile (contents, props changed) head/net/p5-Net-APNs-Extended/Makefile (contents, props changed) head/net/p5-Net-ARP/Makefile (contents, props changed) head/net/p5-Net-Address-Ethernet/Makefile (contents, props changed) head/net/p5-Net-Address-IPv4-Local/Makefile (contents, props changed) head/net/p5-Net-Amazon-AWSSign/Makefile (contents, props changed) head/net/p5-Net-Amazon-EC2/Makefile (contents, props changed) head/net/p5-Net-Amazon-MechanicalTurk/Makefile (contents, props changed) head/net/p5-Net-Amazon-S3/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature-V3/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature-V4/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature/Makefile (contents, props changed) head/net/p5-Net-Amazon-Thumbnail/Makefile (contents, props changed) head/net/p5-Net-Amazon/Makefile (contents, props changed) head/net/p5-Net-Analysis/Makefile (contents, props changed) head/net/p5-Net-Appliance-Phrasebook/Makefile (contents, props changed) head/net/p5-Net-Appliance-Session/Makefile (contents, props changed) head/net/p5-Net-Blogger/Makefile (contents, props changed) head/net/p5-Net-CIDR-MobileJP/Makefile (contents, props changed) head/net/p5-Net-CLI-Interact/Makefile (contents, props changed) head/net/p5-Net-CSTA/Makefile (contents, props changed) head/net/p5-Net-CascadeCopy/Makefile (contents, props changed) head/net/p5-Net-Cassandra-Easy/Makefile (contents, props changed) head/net/p5-Net-Cassandra/Makefile (contents, props changed) head/net/p5-Net-DAV-Server/Makefile (contents, props changed) head/net/p5-Net-DHCP/Makefile (contents, props changed) head/net/p5-Net-DHCPClient/Makefile (contents, props changed) head/net/p5-Net-Delicious/Makefile (contents, props changed) head/net/p5-Net-Dict/Makefile (contents, props changed) head/net/p5-Net-Dropbox-API/Makefile (contents, props changed) head/net/p5-Net-EPP-Proxy/Makefile (contents, props changed) head/net/p5-Net-EPP/Makefile (contents, props changed) head/net/p5-Net-FS-Flickr/Makefile (contents, props changed) head/net/p5-Net-FS-Gmail/Makefile (contents, props changed) head/net/p5-Net-Frame-Dump/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-ICMPv6/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/Makefile (contents, props changed) head/net/p5-Net-Frame/Makefile (contents, props changed) head/net/p5-Net-GitHub/Makefile (contents, props changed) head/net/p5-Net-Google-Analytics/Makefile (contents, props changed) head/net/p5-Net-Google-AuthSub/Makefile (contents, props changed) head/net/p5-Net-Google-Calendar/Makefile (contents, props changed) head/net/p5-Net-Google-Code/Makefile (contents, props changed) head/net/p5-Net-Google-DataAPI/Makefile (contents, props changed) head/net/p5-Net-Google-PicasaWeb/Makefile (contents, props changed) head/net/p5-Net-Google-SafeBrowsing2/Makefile (contents, props changed) head/net/p5-Net-Google-Spreadsheets/Makefile (contents, props changed) head/net/p5-Net-Google/Makefile (contents, props changed) head/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile (contents, props changed) head/net/p5-Net-HTTP-Spore/Makefile (contents, props changed) head/net/p5-Net-HTTP/Makefile (contents, props changed) head/net/p5-Net-HTTPS-Any/Makefile (contents, props changed) head/net/p5-Net-HTTPS-NB/Makefile (contents, props changed) head/net/p5-Net-Hiveminder/Makefile (contents, props changed) head/net/p5-Net-INET6Glue/Makefile (contents, props changed) head/net/p5-Net-IP-RangeCompare/Makefile (contents, props changed) head/net/p5-Net-IPTrie/Makefile (contents, props changed) head/net/p5-Net-Jaiku/Makefile (contents, props changed) head/net/p5-Net-Jifty/Makefile (contents, props changed) head/net/p5-Net-LDAP-AutoServer/Makefile (contents, props changed) head/net/p5-Net-LDAP-Express/Makefile (contents, props changed) head/net/p5-Net-LDAP-LDAPhash/Makefile (contents, props changed) head/net/p5-Net-LDAP-Makepath/Makefile (contents, props changed) head/net/p5-Net-LDAP-Server-Test/Makefile (contents, props changed) head/net/p5-Net-LDAP-Server/Makefile (contents, props changed) head/net/p5-Net-LDAP-posixAccount/Makefile (contents, props changed) head/net/p5-Net-LDAP-posixGroup/Makefile (contents, props changed) head/net/p5-Net-Libdnet/Makefile (contents, props changed) head/net/p5-Net-LimeLight-Purge/Makefile (contents, props changed) head/net/p5-Net-MAC-Vendor/Makefile (contents, props changed) head/net/p5-Net-MAC/Makefile (contents, props changed) head/net/p5-Net-Mosso-CloudFiles/Makefile (contents, props changed) head/net/p5-Net-MovableType/Makefile (contents, props changed) head/net/p5-Net-NBsocket/Makefile (contents, props changed) head/net/p5-Net-NIS-Listgroup/Makefile (contents, props changed) head/net/p5-Net-Nessus-XMLRPC/Makefile (contents, props changed) head/net/p5-Net-Nmsg/Makefile (contents, props changed) head/net/p5-Net-OAuth-Simple/Makefile (contents, props changed) head/net/p5-Net-OAuth/Makefile (contents, props changed) head/net/p5-Net-OAuth2/Makefile (contents, props changed) head/net/p5-Net-OpenID-Consumer/Makefile (contents, props changed) head/net/p5-Net-OpenSSH-Parallel/Makefile (contents, props changed) head/net/p5-Net-OpenSSH/Makefile (contents, props changed) head/net/p5-Net-OpenStack-Attack/Makefile (contents, props changed) head/net/p5-Net-Packet-Target/Makefile (contents, props changed) head/net/p5-Net-Packet/Makefile (contents, props changed) head/net/p5-Net-Patricia/Makefile (contents, props changed) head/net/p5-Net-Pcap/Makefile (contents, props changed) head/net/p5-Net-PcapUtils/Makefile (contents, props changed) head/net/p5-Net-PubSubHubbub-Publisher/Makefile (contents, props changed) head/net/p5-Net-RTP/Makefile (contents, props changed) head/net/p5-Net-RabbitFoot/Makefile (contents, props changed) head/net/p5-Net-RabbitMQ/Makefile (contents, props changed) head/net/p5-Net-Radius/Makefile (contents, props changed) head/net/p5-Net-Random/Makefile (contents, props changed) head/net/p5-Net-Rendezvous-Publish/Makefile (contents, props changed) head/net/p5-Net-Riak/Makefile (contents, props changed) head/net/p5-Net-SAP/Makefile (contents, props changed) head/net/p5-Net-SCP-Expect/Makefile (contents, props changed) head/net/p5-Net-SCP/Makefile (contents, props changed) head/net/p5-Net-SDP/Makefile (contents, props changed) head/net/p5-Net-SFTP-Foreign/Makefile (contents, props changed) head/net/p5-Net-SFTP/Makefile (contents, props changed) head/net/p5-Net-SIP/Makefile (contents, props changed) head/net/p5-Net-SMS-Clickatell/Makefile (contents, props changed) head/net/p5-Net-SMS-Mollie/Makefile (contents, props changed) head/net/p5-Net-SMS-PChome/Makefile (contents, props changed) head/net/p5-Net-SPDY/Makefile (contents, props changed) head/net/p5-Net-SSH-Expect/Makefile (contents, props changed) head/net/p5-Net-SSH-Mechanize/Makefile (contents, props changed) head/net/p5-Net-SSH-Perl/Makefile (contents, props changed) head/net/p5-Net-SSH2/Makefile (contents, props changed) head/net/p5-Net-STOMP-Client/Makefile (contents, props changed) head/net/p5-Net-Server-Coro/Makefile (contents, props changed) head/net/p5-Net-Server-SS-PreFork/Makefile (contents, props changed) head/net/p5-Net-Server/Makefile (contents, props changed) head/net/p5-Net-Subnet/Makefile (contents, props changed) head/net/p5-Net-TacacsPlus/Makefile (contents, props changed) head/net/p5-Net-Telnet-Netscreen/Makefile (contents, props changed) head/net/p5-Net-TiVo/Makefile (contents, props changed) head/net/p5-Net-Todoist/Makefile (contents, props changed) head/net/p5-Net-Traceroute-PurePerl/Makefile (contents, props changed) head/net/p5-Net-Traceroute6/Makefile (contents, props changed) head/net/p5-Net-Trackback/Makefile (contents, props changed) head/net/p5-Net-Twitter-Lite/Makefile (contents, props changed) head/net/p5-Net-Twitter/Makefile (contents, props changed) head/net/p5-Net-VNC/Makefile (contents, props changed) head/net/p5-Net-WhitePages/Makefile (contents, props changed) head/net/p5-Net-Whois-ARIN/Makefile (contents, props changed) head/net/p5-Net-Whois-IP/Makefile (contents, props changed) head/net/p5-Net-Whois-RIPE/Makefile (contents, props changed) head/net/p5-Net-Whois-Raw/Makefile (contents, props changed) head/net/p5-Net-Whois/Makefile (contents, props changed) head/net/p5-Net-Works/Makefile (contents, props changed) head/net/p5-Net-Write/Makefile (contents, props changed) head/net/p5-Net-Yadis/Makefile (contents, props changed) head/net/p5-Net-Z3950-SimpleServer/Makefile (contents, props changed) head/net/p5-Net-Z3950-ZOOM/Makefile (contents, props changed) head/net/p5-Net-uFTP/Makefile (contents, props changed) head/net/p5-Net/Makefile (contents, props changed) head/net/p5-NetAddr-IP-Count/Makefile (contents, props changed) head/net/p5-OAI-Harvester/Makefile (contents, props changed) head/net/p5-OurNet-BBS/Makefile (contents, props changed) head/net/p5-OurNet-BBSAgent/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Ident/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Keepalive/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Ping/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Telnet/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Traceroute/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Twitter/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Whois/Makefile (contents, props changed) head/net/p5-POE-Component-ControlPort/Makefile (contents, props changed) head/net/p5-POE-Component-Generic/Makefile (contents, props changed) head/net/p5-POE-Component-Jabber/Makefile (contents, props changed) head/net/p5-POE-Component-Pcap/Makefile (contents, props changed) head/net/p5-POE-Component-PubSub/Makefile (contents, props changed) head/net/p5-POE-Component-Server-Twirc/Makefile (contents, props changed) head/net/p5-POEx-Role-TCPServer/Makefile (contents, props changed) head/net/p5-Parallel-Pvm/Makefile (contents, props changed) head/net/p5-Phone-Info/Makefile (contents, props changed) head/net/p5-PlRPC/Makefile (contents, props changed) head/net/p5-REST-Application/Makefile (contents, props changed) head/net/p5-REST-Google/Makefile (contents, props changed) head/net/p5-RPC-EPC-Service/Makefile (contents, props changed) head/net/p5-RPC-XML/Makefile (contents, props changed) head/net/p5-ResourcePool-Resource-Net-LDAP/Makefile (contents, props changed) head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile (contents, props changed) head/net/p5-Rose-URI/Makefile (contents, props changed) head/net/p5-S3/Makefile (contents, props changed) head/net/p5-SOAP-Amazon-S3/Makefile (contents, props changed) head/net/p5-SOAP-Data-Builder/Makefile (contents, props changed) head/net/p5-SOAP-Lite/Makefile (contents, props changed) head/net/p5-SOAP-MySOAP/Makefile (contents, props changed) head/net/p5-SOAP-XML-Client/Makefile (contents, props changed) head/net/p5-SOAP/Makefile (contents, props changed) head/net/p5-Samba-LDAP/Makefile (contents, props changed) head/net/p5-Server-Starter/Makefile (contents, props changed) head/net/p5-Socket-GetAddrInfo/Makefile (contents, props changed) head/net/p5-Socket-Multicast6/Makefile (contents, props changed) head/net/p5-Sort-Key-IPv4/Makefile (contents, props changed) head/net/p5-Test-URI/Makefile (contents, props changed) head/net/p5-URI-FromHash/Makefile (contents, props changed) head/net/p5-URI-Match/Makefile (contents, props changed) head/net/p5-URI-Nested/Makefile (contents, props changed) head/net/p5-URI-OpenURL/Makefile (contents, props changed) head/net/p5-URI-Query/Makefile (contents, props changed) head/net/p5-URI-SmartURI/Makefile (contents, props changed) head/net/p5-URI-Template-Restrict/Makefile (contents, props changed) head/net/p5-URI-Template/Makefile (contents, props changed) head/net/p5-URI-db/Makefile (contents, props changed) head/net/p5-URI-ws/Makefile (contents, props changed) head/net/p5-VM-EC2-Security-CredentialCache/Makefile (contents, props changed) head/net/p5-VM-EC2/Makefile (contents, props changed) head/net/p5-Validate-Net/Makefile (contents, props changed) head/net/p5-WebService-Dropbox/Makefile (contents, props changed) head/net/p5-WebService-Prowl/Makefile (contents, props changed) head/net/p5-What/Makefile (contents, props changed) head/net/p5-X500-DN/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP-Daemon/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP-WSA/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP/Makefile (contents, props changed) head/net/p5-XML-Compile-WSDL11/Makefile (contents, props changed) head/net/p5-XML-RPC-Fast/Makefile (contents, props changed) head/net/p5-XML-RPC/Makefile (contents, props changed) head/net/p5-XMLRPC-Lite/Makefile (contents, props changed) head/net/p5-XPC/Makefile (contents, props changed) head/net/p5-ZConf-Bookmarks/Makefile (contents, props changed) head/net/p5-ZConf/Makefile (contents, props changed) head/net/p5-ZeroMQ/Makefile (contents, props changed) head/net/p5-ldap2pf/Makefile (contents, props changed) head/net/p5-ldap2pw/Makefile (contents, props changed) head/net/p5-perl-ldap/Makefile (contents, props changed) head/net/p5-srv2pf/Makefile (contents, props changed) head/net/pacemaker/Makefile (contents, props changed) head/net/packter-agent/Makefile (contents, props changed) head/net/panoptis/Makefile (contents, props changed) head/net/pbnc/Makefile (contents, props changed) head/net/pdb/Makefile (contents, props changed) head/net/pear-Net_CDDB/Makefile (contents, props changed) head/net/pear-Net_DNSBL/Makefile (contents, props changed) head/net/pear-Net_Dict/Makefile (contents, props changed) head/net/pear-Net_Finger/Makefile (contents, props changed) head/net/pear-Net_Geo/Makefile (contents, props changed) head/net/pear-Net_GeoIP/Makefile (contents, props changed) head/net/pear-Net_NNTP/Makefile (contents, props changed) head/net/pear-Net_Nmap/Makefile (contents, props changed) head/net/pear-Net_POP3/Makefile (contents, props changed) head/net/pear-Net_SMS/Makefile (contents, props changed) head/net/pear-Net_SMTP/Makefile (contents, props changed) head/net/pear-Net_Sieve/Makefile (contents, props changed) head/net/pear-Net_Vpopmaild/Makefile (contents, props changed) head/net/pear-Net_Whois/Makefile (contents, props changed) head/net/pear-SOAP/Makefile (contents, props changed) head/net/pear-Services_Twitter/Makefile (contents, props changed) head/net/pear-XML_RPC2/Makefile (contents, props changed) head/net/pecl-amqp/Makefile (contents, props changed) head/net/pecl-apn/Makefile (contents, props changed) head/net/pecl-geoip/Makefile (contents, props changed) head/net/pecl-gupnp/Makefile (contents, props changed) head/net/pecl-ip2location/Makefile (contents, props changed) head/net/pecl-mosquitto/Makefile (contents, props changed) head/net/pecl-oauth/Makefile (contents, props changed) head/net/pecl-yaz/Makefile (contents, props changed) head/net/pecl-zmq/Makefile (contents, props changed) head/net/pen/Makefile (contents, props changed) head/net/pjsip/Makefile (contents, props changed) head/net/pktanon/Makefile (contents, props changed) head/net/polyorb/Makefile (contents, props changed) head/net/prosearch/Makefile (contents, props changed) head/net/ptpd2/Makefile (contents, props changed) head/net/pwhois/Makefile (contents, props changed) head/net/py-GeoIP/Makefile (contents, props changed) head/net/py-GeoIP2/Makefile (contents, props changed) head/net/py-amqp/Makefile (contents, props changed) head/net/py-avahi/Makefile (contents, props changed) head/net/py-beanstalkc/Makefile (contents, props changed) head/net/py-ec2-cli-tools/Makefile (contents, props changed) head/net/py-eventlet/Makefile (contents, props changed) head/net/py-gntp/Makefile (contents, props changed) head/net/py-gspread/Makefile (contents, props changed) head/net/py-gspreadsheet/Makefile (contents, props changed) head/net/py-impacket/Makefile (contents, props changed) head/net/py-kafka-python/Makefile (contents, props changed) head/net/py-kombu/Makefile (contents, props changed) head/net/py-ldap/Makefile (contents, props changed) head/net/py-ldap3/Makefile (contents, props changed) head/net/py-ldaptor/Makefile (contents, props changed) head/net/py-libdnet/Makefile (contents, props changed) head/net/py-libnet/Makefile (contents, props changed) head/net/py-matrix-synapse/Makefile (contents, props changed) head/net/py-maxminddb/Makefile (contents, props changed) head/net/py-miniupnpc/Makefile (contents, props changed) head/net/py-msrplib/Makefile (contents, props changed) head/net/py-ndg_httpsclient/Makefile (contents, props changed) head/net/py-netif/Makefile (contents, props changed) head/net/py-netlib/Makefile (contents, props changed) head/net/py-novaclient/Makefile (contents, props changed) head/net/py-oauth2/Makefile (contents, props changed) head/net/py-pcap/Makefile (contents, props changed) head/net/py-pcs/Makefile (contents, props changed) head/net/py-port-for/Makefile (contents, props changed) head/net/py-pyldap/Makefile (contents, props changed) head/net/py-pynmsg/Makefile (contents, props changed) head/net/py-pynsq/Makefile (contents, props changed) head/net/py-pypcap/Makefile (contents, props changed) head/net/py-pysmb/Makefile (contents, props changed) head/net/py-pyvmomi/Makefile (contents, props changed) head/net/py-pyzmq/Makefile (contents, props changed) head/net/py-qt4-network/Makefile (contents, props changed) head/net/py-qt5-network/Makefile (contents, props changed) head/net/py-ripe.atlas.cousteau/Makefile (contents, props changed) head/net/py-ripe.atlas.sagan/Makefile (contents, props changed) head/net/py-ripe.atlas.tools/Makefile (contents, props changed) head/net/py-s3cmd/Makefile (contents, props changed) head/net/py-s3transfer/Makefile (contents, props changed) head/net/py-soappy/Makefile (contents, props changed) head/net/py-socketio-client/Makefile (contents, props changed) head/net/py-terminado/Makefile (contents, props changed) head/net/py-tweepy/Makefile (contents, props changed) head/net/py-twitter-tools/Makefile (contents, props changed) head/net/py-twitter/Makefile (contents, props changed) head/net/py-txamqp/Makefile (contents, props changed) head/net/py-urllib3/Makefile (contents, props changed) head/net/py-wolframalpha/Makefile (contents, props changed) head/net/py-zope.proxy/Makefile (contents, props changed) head/net/pynids/Makefile (contents, props changed) head/net/qoauth/Makefile (contents, props changed) head/net/qt4-network/Makefile (contents, props changed) head/net/qt5-network/Makefile (contents, props changed) head/net/qtweetlib/Makefile (contents, props changed) head/net/quagga/Makefile (contents, props changed) head/net/rabbitmq-c-devel/Makefile (contents, props changed) head/net/rabbitmq-c/Makefile (contents, props changed) head/net/rabbitmq/Makefile (contents, props changed) head/net/radiator/Makefile (contents, props changed) head/net/radvd/Makefile (contents, props changed) head/net/raggle/Makefile (contents, props changed) head/net/rdapper/Makefile (contents, props changed) head/net/rdesktop/Makefile (contents, props changed) head/net/remmina-plugin-gnome/Makefile (contents, props changed) head/net/remmina-plugin-nx/Makefile (contents, props changed) head/net/remmina-plugin-telepathy/Makefile (contents, props changed) head/net/remmina-plugin-vnc/Makefile (contents, props changed) head/net/remmina-plugin-xdmcp/Makefile (contents, props changed) head/net/remmina-plugins/Makefile (contents, props changed) head/net/remmina-plugins/bsd.plugin.mk (contents, props changed) head/net/remmina/Makefile (contents, props changed) head/net/remotebox/Makefile (contents, props changed) head/net/remotedesk/Makefile (contents, props changed) head/net/reposado/Makefile (contents, props changed) head/net/rsync/Makefile (contents, props changed) head/net/rtg/Makefile (contents, props changed) head/net/rtpbreak/Makefile (contents, props changed) head/net/rtpproxy/Makefile (contents, props changed) head/net/rubygem-amazon-ec2/Makefile (contents, props changed) head/net/rubygem-amqp-utils/Makefile (contents, props changed) head/net/rubygem-amqp/Makefile (contents, props changed) head/net/rubygem-aws-s3/Makefile (contents, props changed) head/net/rubygem-aws-ses/Makefile (contents, props changed) head/net/rubygem-bunny/Makefile (contents, props changed) head/net/rubygem-dogapi/Makefile (contents, props changed) head/net/rubygem-domain_name/Makefile (contents, props changed) head/net/rubygem-dropbox-sdk/Makefile (contents, props changed) head/net/rubygem-epp-client-afnic/Makefile (contents, props changed) head/net/rubygem-epp-client-base/Makefile (contents, props changed) head/net/rubygem-epp-client-rgp/Makefile (contents, props changed) head/net/rubygem-epp-client-secdns/Makefile (contents, props changed) head/net/rubygem-epp-client-smallregistry/Makefile (contents, props changed) head/net/rubygem-fog-aliyun/Makefile (contents, props changed) head/net/rubygem-fog-atmos/Makefile (contents, props changed) head/net/rubygem-fog-aws/Makefile (contents, props changed) head/net/rubygem-fog-brightbox/Makefile (contents, props changed) head/net/rubygem-fog-dynect/Makefile (contents, props changed) head/net/rubygem-fog-ecloud/Makefile (contents, props changed) head/net/rubygem-fog-google/Makefile (contents, props changed) head/net/rubygem-fog-local/Makefile (contents, props changed) head/net/rubygem-fog-powerdns/Makefile (contents, props changed) head/net/rubygem-fog-profitbricks/Makefile (contents, props changed) head/net/rubygem-fog-radosgw/Makefile (contents, props changed) head/net/rubygem-fog-riakcs/Makefile (contents, props changed) head/net/rubygem-fog-sakuracloud/Makefile (contents, props changed) head/net/rubygem-fog-serverlove/Makefile (contents, props changed) head/net/rubygem-fog-softlayer/Makefile (contents, props changed) head/net/rubygem-fog-storm_on_demand/Makefile (contents, props changed) head/net/rubygem-fog-terremark/Makefile (contents, props changed) head/net/rubygem-fog-vmfusion/Makefile (contents, props changed) head/net/rubygem-fog-voxel/Makefile (contents, props changed) head/net/rubygem-fog-vsphere/Makefile (contents, props changed) head/net/rubygem-fog-xenserver/Makefile (contents, props changed) head/net/rubygem-geoip/Makefile (contents, props changed) head/net/rubygem-gitlab_omniauth-ldap/Makefile (contents, props changed) head/net/rubygem-iproto/Makefile (contents, props changed) head/net/rubygem-lita-gems/Makefile (contents, props changed) head/net/rubygem-macaddr/Makefile (contents, props changed) head/net/rubygem-net-netrc/Makefile (contents, props changed) head/net/rubygem-oauth2/Makefile (contents, props changed) head/net/rubygem-octokit/Makefile (contents, props changed) head/net/rubygem-octopress-deploy/Makefile (contents, props changed) head/net/rubygem-omniauth-azure-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-facebook/Makefile (contents, props changed) head/net/rubygem-omniauth-github-discourse/Makefile (contents, props changed) head/net/rubygem-omniauth-github/Makefile (contents, props changed) head/net/rubygem-omniauth-google-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-oauth/Makefile (contents, props changed) head/net/rubygem-omniauth-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-openid/Makefile (contents, props changed) head/net/rubygem-omniauth-twitter/Makefile (contents, props changed) head/net/rubygem-opennebula/Makefile (contents, props changed) head/net/rubygem-rabbiter/Makefile (contents, props changed) head/net/rubygem-rbvmomi/Makefile (contents, props changed) head/net/rubygem-right_aws/Makefile (contents, props changed) head/net/rubygem-right_flexiscale/Makefile (contents, props changed) head/net/rubygem-right_gogrid/Makefile (contents, props changed) head/net/rubygem-right_slicehost/Makefile (contents, props changed) head/net/rubygem-rsync/Makefile (contents, props changed) head/net/rubygem-ruby-growl/Makefile (contents, props changed) head/net/rubygem-rubytter/Makefile (contents, props changed) head/net/rubygem-rudy/Makefile (contents, props changed) head/net/rubygem-rye/Makefile (contents, props changed) head/net/rubygem-stompserver/Makefile (contents, props changed) head/net/rubygem-t/Makefile (contents, props changed) head/net/rubygem-tweetstream/Makefile (contents, props changed) head/net/rubygem-twitter-stream/Makefile (contents, props changed) head/net/rubygem-twitter/Makefile (contents, props changed) head/net/rubygem-twitter4r/Makefile (contents, props changed) head/net/rubygem-whois/Makefile (contents, props changed) head/net/rude/Makefile (contents, props changed) head/net/samba36/Makefile (contents, props changed) head/net/samba41/Makefile (contents, props changed) head/net/samba42/Makefile (contents, props changed) head/net/samba43/Makefile (contents, props changed) head/net/scapy/Makefile (contents, props changed) head/net/scnc/Makefile (contents, props changed) head/net/scribe/Makefile (contents, props changed) head/net/sendemail/Makefile (contents, props changed) head/net/serveez/Makefile (contents, props changed) head/net/serviio/Makefile (contents, props changed) head/net/shelldap/Makefile (contents, props changed) head/net/shmux/Makefile (contents, props changed) head/net/sie-nmsg/Makefile (contents, props changed) head/net/siproxd/Makefile (contents, props changed) head/net/sixxs-aiccu/Makefile (contents, props changed) head/net/sl2tps/Makefile (contents, props changed) head/net/smb4k-kde4/Makefile (contents, props changed) head/net/smbldap-tools/Makefile (contents, props changed) head/net/smm++/Makefile (contents, props changed) head/net/sntop/Makefile (contents, props changed) head/net/sobby/Makefile (contents, props changed) head/net/splatd/Makefile (contents, props changed) head/net/spread-j/Makefile (contents, props changed) head/net/sslh/Makefile (contents, props changed) head/net/ssltunnel-client/Makefile (contents, props changed) head/net/ssspl/Makefile (contents, props changed) head/net/ssvnc/Makefile (contents, props changed) head/net/subnetcalc/Makefile (contents, props changed) head/net/syncthing-cli/Makefile (contents, props changed) head/net/syncthing-discosrv/Makefile (contents, props changed) head/net/syncthing-inotify/Makefile (contents, props changed) head/net/syncthing/Makefile (contents, props changed) head/net/tapidbus/Makefile (contents, props changed) head/net/tclsoap/Makefile (contents, props changed) head/net/tcpdump/Makefile (contents, props changed) head/net/tcpflow/Makefile (contents, props changed) head/net/tcpproxy/Makefile (contents, props changed) head/net/tcptraceroute-devel/Makefile (contents, props changed) head/net/tcptraceroute/Makefile (contents, props changed) head/net/tcpwatch/Makefile (contents, props changed) head/net/tigervnc/Makefile (contents, props changed) head/net/tightvnc/Makefile (contents, props changed) head/net/tintin++/Makefile (contents, props changed) head/net/tiny-network-utilities/Makefile (contents, props changed) head/net/tinyfugue/Makefile (contents, props changed) head/net/tinyldap/Makefile (contents, props changed) head/net/tn5250j/Makefile (contents, props changed) head/net/traff/Makefile (contents, props changed) head/net/trafshow3/Makefile (contents, props changed) head/net/trickle/Makefile (contents, props changed) head/net/tsclient/Makefile (contents, props changed) head/net/tucan/Makefile (contents, props changed) head/net/turnserver/Makefile (contents, props changed) head/net/turses/Makefile (contents, props changed) head/net/twitux/Makefile (contents, props changed) head/net/uget/Makefile (contents, props changed) head/net/uhttpmock/Makefile (contents, props changed) head/net/ulxmlrpcpp/Makefile (contents, props changed) head/net/unison-devel/Makefile (contents, props changed) head/net/unison/Makefile (contents, props changed) head/net/unison232/Makefile (contents, props changed) head/net/unison240/Makefile (contents, props changed) head/net/urlendec/Makefile (contents, props changed) head/net/vinagre/Makefile (contents, props changed) head/net/vino/Makefile (contents, props changed) head/net/vmware-vsphere-cli/Makefile (contents, props changed) head/net/vnc/Makefile (contents, props changed) head/net/vnstat/Makefile (contents, props changed) head/net/vortex/Makefile (contents, props changed) head/net/vtun/Makefile (contents, props changed) head/net/wackamole/Makefile (contents, props changed) head/net/wackford-squeers/Makefile (contents, props changed) head/net/wireshark/Makefile (contents, props changed) head/net/wizd/Makefile (contents, props changed) head/net/wmlj/Makefile (contents, props changed) head/net/wmnetload/Makefile (contents, props changed) head/net/wping/Makefile (contents, props changed) head/net/x11vnc/Makefile (contents, props changed) head/net/x2goclient-cli/Makefile (contents, props changed) head/net/x2goclient/Makefile (contents, props changed) head/net/xisp/Makefile (contents, props changed) head/net/xmlrpc-c-devel/Makefile (contents, props changed) head/net/xmlrpc-c/Makefile (contents, props changed) head/net/xmlrpc-epi/Makefile (contents, props changed) head/net/xorp/Makefile (contents, props changed) head/net/xpvm/Makefile (contents, props changed) head/net/xrdesktop2/Makefile (contents, props changed) head/net/xrdp-devel/Makefile (contents, props changed) head/net/xrdp/Makefile (contents, props changed) head/net/yate/Makefile (contents, props changed) head/net/yaz++/Makefile (contents, props changed) head/net/yaz/Makefile (contents, props changed) head/net/yazproxy/Makefile (contents, props changed) head/net/zebra-server/Makefile (contents, props changed) head/net/zebra/Makefile (contents, props changed) head/news/atp/Makefile (contents, props changed) head/news/brag/Makefile (contents, props changed) head/news/c-nocem/Makefile (contents, props changed) head/news/cleanfeed/Makefile (contents, props changed) head/news/diablo/Makefile (contents, props changed) head/news/hellanzb/Makefile (contents, props changed) head/news/husky-areafix/Makefile (contents, props changed) head/news/husky-fidoconf/Makefile (contents, props changed) head/news/husky-hpt/Makefile (contents, props changed) head/news/husky-htick/Makefile (contents, props changed) head/news/husky-smapi/Makefile (contents, props changed) head/news/husky/Makefile (contents, props changed) head/news/inn/Makefile (contents, props changed) head/news/knews/Makefile (contents, props changed) head/news/leafnode/Makefile (contents, props changed) head/news/lusernet/Makefile (contents, props changed) head/news/mail2nntp/Makefile (contents, props changed) head/news/mmail/Makefile (contents, props changed) head/news/newscache/Makefile (contents, props changed) head/news/newsgrab/Makefile (contents, props changed) head/news/newsstar/Makefile (contents, props changed) head/news/newsx/Makefile (contents, props changed) head/news/nntp/Makefile (contents, props changed) head/news/noffle/Makefile (contents, props changed) head/news/nzbget/Makefile (contents, props changed) head/news/nzbperl/Makefile (contents, props changed) head/news/p5-News-Article-NoCeM/Makefile (contents, props changed) head/news/p5-News-Article/Makefile (contents, props changed) head/news/p5-News-Newsrc/Makefile (contents, props changed) head/news/p5-POE-Component-Client-NNTP/Makefile (contents, props changed) head/news/p5-POE-Component-Server-NNTP/Makefile (contents, props changed) head/news/pan/Makefile (contents, props changed) head/news/papercut/Makefile (contents, props changed) head/news/plor/Makefile (contents, props changed) head/news/py-pynzb/Makefile (contents, props changed) head/news/rawdog/Makefile (contents, props changed) head/news/s-news/Makefile (contents, props changed) head/news/sabnzbdplus/Makefile (contents, props changed) head/news/slnr/Makefile (contents, props changed) head/news/slrn/Makefile (contents, props changed) head/news/slrnconf/Makefile (contents, props changed) head/news/slrnface/Makefile (contents, props changed) head/news/sn/Makefile (contents, props changed) head/news/suck/Makefile (contents, props changed) head/news/tin/Makefile (contents, props changed) head/news/trn/Makefile (contents, props changed) head/news/ubh/Makefile (contents, props changed) head/news/xpn/Makefile (contents, props changed) head/palm/imgvtopgm/Makefile (contents, props changed) head/palm/jpilot-picsnvideos/Makefile (contents, props changed) head/palm/jpilot/Makefile (contents, props changed) head/palm/libmal/Makefile (contents, props changed) head/palm/pilot-link/Makefile (contents, props changed) head/palm/ppmtoTbmp/Makefile (contents, props changed) head/palm/synce-libsynce/Makefile (contents, props changed) head/polish/ekg/Makefile (contents, props changed) head/polish/ekg2/Makefile (contents, props changed) head/polish/gnugadu2/Makefile (contents, props changed) head/polish/kadu/Makefile (contents, props changed) head/polish/libgadu/Makefile (contents, props changed) head/polish/qnapi/Makefile (contents, props changed) head/polish/tleenx2/Makefile (contents, props changed) head/ports-mgmt/chucky/Makefile (contents, props changed) head/ports-mgmt/distilator/Makefile (contents, props changed) head/ports-mgmt/fbsdmon/Makefile (contents, props changed) head/ports-mgmt/freebsd-bugzilla-cli/Makefile (contents, props changed) head/ports-mgmt/kpackagekit/Makefile (contents, props changed) head/ports-mgmt/lsknobs/Makefile (contents, props changed) head/ports-mgmt/p5-FreeBSD-Portindex/Makefile (contents, props changed) head/ports-mgmt/packagekit/Makefile (contents, props changed) head/ports-mgmt/pkgcompare/Makefile (contents, props changed) head/ports-mgmt/port-authoring-tools/Makefile (contents, props changed) head/ports-mgmt/port-maintenance-tools/Makefile (contents, props changed) head/ports-mgmt/portdowngrade/Makefile (contents, props changed) head/ports-mgmt/portell/Makefile (contents, props changed) head/ports-mgmt/portest/Makefile (contents, props changed) head/ports-mgmt/portfind/Makefile (contents, props changed) head/ports-mgmt/portless/Makefile (contents, props changed) head/ports-mgmt/portscout/Makefile (contents, props changed) head/ports-mgmt/portshaker-config/Makefile (contents, props changed) head/ports-mgmt/portshaker/Makefile (contents, props changed) head/ports-mgmt/porttools/Makefile (contents, props changed) head/ports-mgmt/porttree/Makefile (contents, props changed) head/ports-mgmt/portupgrade-devel/Makefile (contents, props changed) head/ports-mgmt/portupgrade/Makefile (contents, props changed) head/ports-mgmt/poudriere-devel/Makefile (contents, props changed) head/ports-mgmt/poudriere/Makefile (contents, props changed) head/ports-mgmt/py-pytoport/Makefile (contents, props changed) head/ports-mgmt/redports-node/Makefile (contents, props changed) head/ports-mgmt/synth/Makefile (contents, props changed) head/ports-mgmt/tinderbox/Makefile (contents, props changed) head/ports-mgmt/wanted-ports/files/wanted-ports.in head/print/R-cran-knitr/Makefile (contents, props changed) head/print/a2pdf/Makefile (contents, props changed) head/print/a2ps/Makefile (contents, props changed) head/print/abc2mtex/Makefile (contents, props changed) head/print/apsfilter/Makefile (contents, props changed) head/print/axpoint/Makefile (contents, props changed) head/print/c2ps/Makefile (contents, props changed) head/print/cloudprint/Makefile (contents, props changed) head/print/cups-bjnp/Makefile (contents, props changed) head/print/cups-cloud-print/Makefile (contents, props changed) head/print/cups-connector/Makefile (contents, props changed) head/print/cups-filters/Makefile (contents, props changed) head/print/cups-fxlinuxprint/Makefile (contents, props changed) head/print/cups-pdf/Makefile (contents, props changed) head/print/cups-pk-helper/Makefile (contents, props changed) head/print/cups-smb-backend/Makefile (contents, props changed) head/print/cups/Makefile (contents, props changed) head/print/deforaos-pdfviewer/Makefile (contents, props changed) head/print/dot2tex/Makefile (contents, props changed) head/print/dymo-cups-drivers/Makefile (contents, props changed) head/print/easylatex/Makefile (contents, props changed) head/print/enscriptfonts/Makefile (contents, props changed) head/print/epson-inkjet-printer-escpr/Makefile (contents, props changed) head/print/epsonepl/Makefile (contents, props changed) head/print/flpsed/Makefile (contents, props changed) head/print/font2svg/Makefile (contents, props changed) head/print/fontforge/Makefile (contents, props changed) head/print/foo2zjs/Makefile (contents, props changed) head/print/foomatic-db-engine/Makefile (contents, props changed) head/print/foomatic-db-hpijs/Makefile (contents, props changed) head/print/foomatic-filters/Makefile (contents, props changed) head/print/freetype2/Makefile (contents, props changed) head/print/frescobaldi/Makefile (contents, props changed) head/print/ft2demos/Makefile (contents, props changed) head/print/ghostscript7-base/Makefile (contents, props changed) head/print/ghostscript7-base/files/Makefile.drivers_post (contents, props changed) head/print/ghostscript7-commfont/Makefile (contents, props changed) head/print/ghostscript7-jpnfont/Makefile (contents, props changed) head/print/ghostscript7-korfont/Makefile (contents, props changed) head/print/ghostscript8-base/Makefile (contents, props changed) head/print/ghostscript8-base/files/Makefile.drivers_post (contents, props changed) head/print/ghostscript9-agpl-base/Makefile (contents, props changed) head/print/ghostscript9-agpl-base/files/Makefile.drivers_post (contents, props changed) head/print/ghostscript9-base/Makefile (contents, props changed) head/print/ghostscript9-base/files/Makefile.drivers_post (contents, props changed) head/print/gnome-cups-manager/Makefile (contents, props changed) head/print/gsview/Makefile (contents, props changed) head/print/gtklp/Makefile (contents, props changed) head/print/gutenprint-base/Makefile (contents, props changed) head/print/gutenprint/Makefile (contents, props changed) head/print/gv/Makefile (contents, props changed) head/print/harfbuzz/Makefile (contents, props changed) head/print/hp2xx/Makefile (contents, props changed) head/print/hpijs/Makefile (contents, props changed) head/print/hplip-plugin/Makefile (contents, props changed) head/print/hplip/Makefile (contents, props changed) head/print/html2ps/Makefile (contents, props changed) head/print/hyperlatex/Makefile (contents, props changed) head/print/kde4-print-manager/Makefile (contents, props changed) head/print/kover/Makefile (contents, props changed) head/print/kpdftool/Makefile (contents, props changed) head/print/latex-biber/Makefile (contents, props changed) head/print/latex2rtf/Makefile (contents, props changed) head/print/libgnomecups/Makefile (contents, props changed) head/print/libgnomeprint/Makefile (contents, props changed) head/print/libgnomeprintmm/Makefile (contents, props changed) head/print/libharu/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/libotf/Makefile (contents, props changed) head/print/libpagemaker/Makefile (contents, props changed) head/print/lilypond-devel/Makefile (contents, props changed) head/print/lilypond/Makefile (contents, props changed) head/print/lpr-wrapper/Makefile (contents, props changed) head/print/lprps/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/magicfilter/Makefile (contents, props changed) head/print/mftrace/Makefile (contents, props changed) head/print/musixtex/Makefile (contents, props changed) head/print/muttprint/Makefile (contents, props changed) head/print/openprinting/Makefile (contents, props changed) head/print/p5-Font-FreeType/Makefile (contents, props changed) head/print/p5-Net-CUPS/Makefile (contents, props changed) head/print/p5-PDF-Template/Makefile (contents, props changed) head/print/p5-PDFLib/Makefile (contents, props changed) head/print/p5-PostScript-PPD/Makefile (contents, props changed) head/print/p5-XML-ApacheFOP/Makefile (contents, props changed) head/print/panda/Makefile (contents, props changed) head/print/papersize-default-a4/Makefile (contents, props changed) head/print/pdf4tcl/Makefile (contents, props changed) head/print/pdfbox/Makefile (contents, props changed) head/print/pdfcube/Makefile (contents, props changed) head/print/pecl-haru/Makefile (contents, props changed) head/print/pecl-pdflib/Makefile (contents, props changed) head/print/pecl-ps/Makefile (contents, props changed) head/print/photoprint/Makefile (contents, props changed) head/print/pkpgcounter/Makefile (contents, props changed) head/print/pnm2ppa/Makefile (contents, props changed) head/print/pslib/Makefile (contents, props changed) head/print/psutils/Makefile (contents, props changed) head/print/py-pollyreports/Makefile (contents, props changed) head/print/py-pycups/Makefile (contents, props changed) head/print/py-qt5-printsupport/Makefile (contents, props changed) head/print/py-relatorio/Makefile (contents, props changed) head/print/py-reportlab/Makefile (contents, props changed) head/print/py-reportlab2/Makefile (contents, props changed) head/print/py-trml2pdf/Makefile (contents, props changed) head/print/qpdf/Makefile (contents, props changed) head/print/qpdfview/Makefile (contents, props changed) head/print/qt5-printsupport/Makefile (contents, props changed) head/print/rubygem-pdf-reader/Makefile (contents, props changed) head/print/rubygem-pdf-writer/Makefile (contents, props changed) head/print/rubygem-prawn-format/Makefile (contents, props changed) head/print/rubygem-prawn-graph/Makefile (contents, props changed) head/print/rubygem-prawn-js/Makefile (contents, props changed) head/print/rubygem-prawn-svg/Makefile (contents, props changed) head/print/rubygem-prawn/Makefile (contents, props changed) head/print/rubygem-rbpdf/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/print/splix/Makefile (contents, props changed) head/print/system-config-printer/Makefile (contents, props changed) head/print/tex-aleph/Makefile (contents, props changed) head/print/tex-basic-engines/Makefile (contents, props changed) head/print/tex-dvipdfmx/Makefile (contents, props changed) head/print/tex-dvipsk/Makefile (contents, props changed) head/print/tex-luatex/Makefile (contents, props changed) head/print/tex-xdvik/Makefile (contents, props changed) head/print/tex-xetex/Makefile (contents, props changed) head/print/texinfo/Makefile (contents, props changed) head/print/texlive-base/Makefile (contents, props changed) head/print/texlive-tlmgr/Makefile (contents, props changed) head/print/texvc/Makefile (contents, props changed) head/print/transfig/Makefile (contents, props changed) head/print/ttf2pt1/Makefile (contents, props changed) head/print/ttfquery/Makefile (contents, props changed) head/print/ttftot42/Makefile (contents, props changed) head/print/xfce4-print/Makefile (contents, props changed) head/print/xpp/Makefile (contents, props changed) Modified: head/mail/addresses-goodies/Makefile ============================================================================== --- head/mail/addresses-goodies/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/addresses-goodies/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -16,8 +16,8 @@ LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build -LIB_DEPENDS= libInspector.so:${PORTSDIR}/deskutils/gworkspace \ - libAddresses.so:${PORTSDIR}/mail/addresses +LIB_DEPENDS= libInspector.so:deskutils/gworkspace \ + libAddresses.so:mail/addresses USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/alpine/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -85,12 +85,12 @@ IPV6_CONFIGURE_WITH= ipv6 .if ! ${PORT_OPTIONS:MNOSPELL} .if ! ${PORT_OPTIONS:MISPELL} CONFIGURE_ARGS+=--with-interactive-spellcheck=${LOCALBASE}/bin/aspell -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS+= aspell:textproc/aspell +RUN_DEPENDS+= aspell:textproc/aspell .else CONFIGURE_ARGS+= --with-interactive-spellcheck=${LOCALBASE}/bin/ispell -BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS+= ispell:textproc/aspell-ispell +RUN_DEPENDS+= ispell:textproc/aspell-ispell .endif .else CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck @@ -98,7 +98,7 @@ CONFIGURE_ARGS+=--without-simple-spellch .if !defined(PICO_ALPINE_SLAVE) .if ${PORT_OPTIONS:MPICO} -RUN_DEPENDS+= pico:${PORTSDIR}/editors/pico-alpine +RUN_DEPENDS+= pico:editors/pico-alpine .endif .if ${PORT_OPTIONS:MLDAP} Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/anubis/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -44,20 +44,20 @@ OPTIONS_EXCLUDE+= PAM GDBM_DESC= GDBM backend GDBM_IMPLIES= GSASL -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm -GNUPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme GNUPG_CONFIGURE_WITH= gpgme -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls GSASL_DESC= GSASL support (required for databases) -GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl +GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl GSASL_CONFIGURE_WITH= gsasl -GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile +GUILE_LIB_DEPENDS= libguile.so:lang/guile GUILE_CONFIGURE_WITH= guile GUILE_PORTEXAMPLES= anubis.scm anubisrc.guile @@ -74,7 +74,7 @@ NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_WITH= pam PAM_PORTEXAMPLES= pam -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre PGSQL_IMPLIES= GSASL Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/archiveopteryx-devel/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam +BUILD_DEPENDS= jam:devel/jam USE_GITHUB= yes GH_ACCOUNT= aox Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/archiveopteryx/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam +BUILD_DEPENDS= jam:devel/jam USES= perl5 tar:bzip2 pgsql:9.1+ USE_OPENSSL= yes Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/assp/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_ MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Spam SMTP Proxy -RUN_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ - p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-Net-DNS>=0.68:dns/p5-Net-DNS \ + p5-libwww>=6.04:www/p5-libwww \ + p5-HTML-Parser>=3.69:www/p5-HTML-Parser USES= perl5 zip:infozip shebangfix SHEBANG_FILES= *.pl @@ -63,63 +63,63 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER .include .if ${PORT_OPTIONS:MEMVALID} -RUN_DEPENDS+= p5-Email-Valid>=0.190:${PORTSDIR}/mail/p5-Email-Valid +RUN_DEPENDS+= p5-Email-Valid>=0.190:mail/p5-Email-Valid .endif .if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= p5-perl-ldap>=0.4400:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS+= p5-perl-ldap>=0.4400:net/p5-perl-ldap .endif .if ${PORT_OPTIONS:MSPF} -RUN_DEPENDS+= p5-Mail-SPF>=2.007:${PORTSDIR}/mail/p5-Mail-SPF +RUN_DEPENDS+= p5-Mail-SPF>=2.007:mail/p5-Mail-SPF .endif .if ${PORT_OPTIONS:MSRS} -RUN_DEPENDS+= p5-Mail-SRS>=0.31:${PORTSDIR}/mail/p5-Mail-SRS +RUN_DEPENDS+= p5-Mail-SRS>=0.31:mail/p5-Mail-SRS .endif .if ${PORT_OPTIONS:MSEND} -RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send +RUN_DEPENDS+= p5-Email-Send>=2.198:mail/p5-Email-Send .endif .if ${PORT_OPTIONS:MFBACKW} -RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:${PORTSDIR}/devel/p5-File-ReadBackwards +RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:devel/p5-File-ReadBackwards .endif .if ${PORT_OPTIONS:MCLAMAV} -RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:${PORTSDIR}/security/p5-File-Scan-ClamAV +RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:security/p5-File-Scan-ClamAV PLIST_SUB+= ASSP_CLAMAV="" .else PLIST_SUB+= ASSP_CLAMAV="@comment " .endif .if ${PORT_OPTIONS:MDNSBL} -RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS+= p5-Net-DNS>=0.68:dns/p5-Net-DNS .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-Tie-DBI>=1.05:${PORTSDIR}/databases/p5-Tie-DBI -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-Tie-DBI>=1.05:databases/p5-Tie-DBI +RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif .if ${PORT_OPTIONS:MMATCHRE} -RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-Regexp +RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:net-mgmt/p5-Net-IP-Match-Regexp .endif .if ${PORT_OPTIONS:MSENDERB} -RUN_DEPENDS+= p5-Net-SenderBase>=1.02:${PORTSDIR}/mail/p5-Net-SenderBase +RUN_DEPENDS+= p5-Net-SenderBase>=1.02:mail/p5-Net-SenderBase .endif .if ${PORT_OPTIONS:MMIMEMOD} -RUN_DEPENDS+= p5-Email-MIME>=1.910:${PORTSDIR}/mail/p5-Email-MIME +RUN_DEPENDS+= p5-Email-MIME>=1.910:mail/p5-Email-MIME .endif .if ${PORT_OPTIONS:MSSL} -RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:security/p5-IO-Socket-SSL .endif .if ${PORT_OPTIONS:MIPV6} -RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:net/p5-IO-Socket-INET6 .endif EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION} Modified: head/mail/automx/Makefile ============================================================================== --- head/mail/automx/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/automx/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,12 +12,12 @@ COMMENT= Handles mail account profile re LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:${PORTSDIR}/security/py-m2crypto \ - wget:${PORTSDIR}/ftp/wget \ - dig:${PORTSDIR}/dns/bind-tools +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:security/py-m2crypto \ + wget:ftp/wget \ + dig:dns/bind-tools GH_ACCOUNT= sys4 @@ -32,7 +32,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS MEMCACHE MEMCACHE_DESC= Add memcache support -MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:${PORTSDIR}/databases/py-python-memcached +MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached do-install: ${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/mail/avenger/Makefile ============================================================================== --- head/mail/avenger/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/avenger/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --enable-ssl=${OPENSSLBA OPTIONS_DEFINE= SASL DOCS SASL_CONFIGURE_ON= --enable-sasl -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 post-patch: @${REINPLACE_CMD} -e \ Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/balsa/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,14 +11,14 @@ MASTER_SITES= http://pawsa.fedorapeople. MAINTAINER= gnome@FreeBSD.org COMMENT= Mail reader for the GNOME desktop -BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - itstool:${PORTSDIR}/textproc/itstool \ - yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libesmtp.so:${PORTSDIR}/mail/libesmtp \ - libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring +BUILD_DEPENDS= gnome-keyring:security/gnome-keyring \ + itstool:textproc/itstool \ + yelp-tools>=0:textproc/yelp-tools +LIB_DEPENDS= libpcre.so:devel/pcre \ + libesmtp.so:mail/libesmtp \ + libgmime-2.6.so:mail/gmime26 \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 +RUN_DEPENDS= gnome-keyring:security/gnome-keyring # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. @@ -45,14 +45,14 @@ GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support GPG_CONFIGURE_WITH= gpgme -GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPG_LIB_DEPENDS= libgpgme.so:security/gpgme LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap GTKSPELL_CONFIGURE_WITH= gtkspell -GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 +GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 GTKSV_USE= GNOME=gtksourceview3 GTKSV_CONFIGURE_WITH= gtksourceview NOTIFY_CONFIGURE_WITH= libnotify -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/batv-milter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,7 +11,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= Milter for BATV (Bounce Address Tag Validation) .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter .endif USES= uidfix Modified: head/mail/bayespam/Makefile ============================================================================== --- head/mail/bayespam/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bayespam/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -13,7 +13,7 @@ COMMENT= Qmail spam filter written in Pe LICENSE= GPLv2 -RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools USES= shebangfix perl5 NO_BUILD= yes Modified: head/mail/bbmail/Makefile ============================================================================== --- head/mail/bbmail/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bbmail/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,7 +11,7 @@ COMMENT= Tool intended for Blackbox that LICENSE= GPLv2+ -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox USES= pkgconfig USE_XORG= xext Modified: head/mail/biabam/Makefile ============================================================================== --- head/mail/biabam/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/biabam/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -13,7 +13,7 @@ COMMENT= Command-line attachment mailer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash NO_BUILD= yes PLIST_FILES= bin/biabam Modified: head/mail/bincimap/Makefile ============================================================================== --- head/mail/bincimap/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bincimap/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -14,8 +14,8 @@ COMMENT= Light-weight IMAP server for Ma LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= checkpassword-pam:${PORTSDIR}/security/checkpassword-pam \ - tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +RUN_DEPENDS= checkpassword-pam:security/checkpassword-pam \ + tcpserver:sysutils/ucspi-tcp USE_RC_SUBR= bincimapd GNU_CONFIGURE= yes Modified: head/mail/bogofilter-tc/Makefile ============================================================================== --- head/mail/bogofilter-tc/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bogofilter-tc/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -tc MAINTAINER= mandree@FreeBSD.org # Blanket approval for changes by Zach Thompson (address above) -LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet CONFLICTS_INSTALL= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bogofilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -32,7 +32,7 @@ CPE_VENDOR= bogofilter_project UNICODE_USES= iconv UNICODE_CONFIGURE_ENABLE= unicode -GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl +GSL_LIB_DEPENDS= libgsl.so:math/gsl GSL_CONFIGURE_ARGS_OFF= --with-included-gsl PORTDOCS= * Modified: head/mail/bsfilter/Makefile ============================================================================== --- head/mail/bsfilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bsfilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,7 +12,7 @@ COMMENT= Bayesian spam filter written in LICENSE= GPLv2 -RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/ruby-gdbm +RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:databases/ruby-gdbm NO_BUILD= yes USE_RUBY= yes @@ -26,7 +26,7 @@ MECAB_DESC= Part-of-Speech and Morpholog .include .if ${PORT_OPTIONS:MMECAB} -RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:${PORTSDIR}/japanese/ruby-mecab +RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab .endif do-install: Modified: head/mail/bsmtp/Makefile ============================================================================== --- head/mail/bsmtp/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/bsmtp/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,7 +12,7 @@ COMMENT= Batch SMTP support for sendmail LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp +RUN_DEPENDS= ${LOCALBASE}/bin/uux:net/freebsd-uucp CONFLICTS= smail-3.* Modified: head/mail/claws-mail-bogofilter/Makefile ============================================================================== --- head/mail/claws-mail-bogofilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-bogofilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Spam filtering plugin for Claws Mail -RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter +RUN_DEPENDS= bogofilter:mail/bogofilter CLAWS_PLUGINS_BUILD= bogofilter Modified: head/mail/claws-mail-bsfilter/Makefile ============================================================================== --- head/mail/claws-mail-bsfilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-bsfilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Spam filtering, bsfilter based plugin for Claws Mail -RUN_DEPENDS= bsfilter:${PORTSDIR}/mail/bsfilter +RUN_DEPENDS= bsfilter:mail/bsfilter CLAWS_PLUGINS_BUILD= bsfilter Modified: head/mail/claws-mail-clamd/Makefile ============================================================================== --- head/mail/claws-mail-clamd/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-clamd/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= ClamAV based antivirus plugin for Claws Mail -RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav +RUN_DEPENDS= clamd:security/clamav CLAWS_PLUGINS_BUILD= clamd Modified: head/mail/claws-mail-fancy/Makefile ============================================================================== --- head/mail/claws-mail-fancy/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-fancy/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,8 +6,8 @@ PORTREVISION= 0 COMMENT= Webkit based HTML renderer plugin for Claws Mail -LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ - libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \ + libwebkitgtk-1.0.so:www/webkit-gtk2 CLAWS_PLUGINS_BUILD= fancy Modified: head/mail/claws-mail-gdata/Makefile ============================================================================== --- head/mail/claws-mail-gdata/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-gdata/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Plugin providing Google Contacts in the Tab-address completion -LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata +LIB_DEPENDS= libgdata.so:devel/libgdata CLAWS_PLUGINS_BUILD= gdata Modified: head/mail/claws-mail-notification/Makefile ============================================================================== --- head/mail/claws-mail-notification/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-notification/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,8 +6,8 @@ PORTREVISION= 0 COMMENT= New mail notification plugin for Claws Mail -LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ + libnotify.so:devel/libnotify CLAWS_PLUGINS_BUILD= notification Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-pdf_viewer/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 2 COMMENT= PDF and PostScript viewer plugin for Claws Mail -LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USES+= ghostscript Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-pgp/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail -LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:security/gpgme CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime Modified: head/mail/claws-mail-spamassassin/Makefile ============================================================================== --- head/mail/claws-mail-spamassassin/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail-spamassassin/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= SpamAssassin plugin for Claws Mail -RUN_DEPENDS= spamd:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS= spamd:mail/spamassassin CLAWS_PLUGINS_BUILD= spamassassin Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -7,10 +7,10 @@ CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client -LIB_DEPENDS= libetpan.so:${PORTSDIR}/mail/libetpan \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= mime-support>0:${PORTSDIR}/misc/mime-support +LIB_DEPENDS= libetpan.so:mail/libetpan \ + libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= mime-support>0:misc/mime-support USE_GNOME= gtk20 USES= cpe desktop-file-utils execinfo pathfix shebangfix @@ -24,20 +24,20 @@ OPTIONS_SUB= yes COMPFACE_DESC= X-Face support COMPFACE_CONFIGURE_ENABLE= compface -COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces +COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_DESC= Spell checking support ENCHANT_CONFIGURE_ENABLE= enchant -ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 JPILOT_DESC= JPilot support JPILOT_CONFIGURE_ENABLE= jpilot -JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link -JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot +JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link +JPILOT_RUN_DEPENDS= jpilot:palm/jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes @@ -45,17 +45,17 @@ LDAP_USE= openldap=yes MANUAL_DESC= User manual (many dependencies, including texlive) MANUAL_CONFIGURE_ON= --enable-manual --with-manualdir=${DOCSDIR}/manual MANUAL_CONFIGURE_OFF= --disable-manual -MANUAL_BUILD_DEPENDS= docbook-utils>0:${PORTSDIR}/textproc/docbook-utils +MANUAL_BUILD_DEPENDS= docbook-utils>0:textproc/docbook-utils NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext STARTUP_DESC= Startup notification support STARTUP_CONFIGURE_ENABLE= startup-notification -STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification THEMES_DESC= Additional themes -THEMES_RUN_DEPENDS= claws-mail-themes>0:${PORTSDIR}/x11-themes/claws-mail-themes +THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/claws-mail/Makefile.claws Fri Apr 1 14:16:16 2016 (r412348) @@ -51,8 +51,8 @@ CONFIGURE_ARGS+= --disable-${p}-plugin DISTNAME= claws-mail-${PORTVERSION} PKGNAMEPREFIX= claws-mail- -BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail +RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail MASTERDIR= ${.CURDIR}/../../mail/claws-mail DESCR= ${.CURDIR}/pkg-descr Modified: head/mail/clawsker/Makefile ============================================================================== --- head/mail/clawsker/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/clawsker/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,8 +11,8 @@ COMMENT= Applet to edit Claws Mail's hid LICENSE= GPLv3 -RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext USES= shebangfix perl5 SHEBANG_FILES= ${PORTNAME} Modified: head/mail/cleanup-maildir/Makefile ============================================================================== --- head/mail/cleanup-maildir/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/cleanup-maildir/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script for cleaning up mails in Maildir folders based on arival date -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core USES= python shebangfix NO_BUILD= yes Modified: head/mail/cone/Makefile ============================================================================== --- head/mail/cone/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/cone/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -15,9 +15,9 @@ COMMENT= Console based mail client with LICENSE= GPLv3 -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ - libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +LIB_DEPENDS= libaspell.so:textproc/aspell \ + libcourier-unicode.so:devel/courier-unicode +BUILD_DEPENDS= gpgv:security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fam gettext gmake iconv ncurses perl5 shebangfix tar:bzip2 Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/courier-imap/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,10 +11,10 @@ MASTER_SITES= SF/courier/imap/${PORTVERS MAINTAINER= oliver@FreeBSD.org COMMENT= IMAP (and POP3) server that provides access to Maildir mailboxes -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ - ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool -LIB_DEPENDS= libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode +BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base +RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ + ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool +LIB_DEPENDS= libcourier-unicode.so:devel/courier-unicode USES= gmake perl5 tar:bzip2 GNU_CONFIGURE= yes @@ -65,7 +65,7 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} .if ${PORT_OPTIONS:MGNUTLS} CONFIGURE_ARGS+=--with-gnutls -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls USES+= pkgconfig .endif @@ -82,7 +82,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYS .if ${PORT_OPTIONS:MAUTH_USERDB} .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB} -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB} .endif Modified: head/mail/courier-pythonfilter/Makefile ============================================================================== --- head/mail/courier-pythonfilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/courier-pythonfilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -9,7 +9,7 @@ MASTER_SITES= http://phantom.dragonsdawn MAINTAINER= bsd@dino.sk COMMENT= Framework for courier filter development in python -BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier +BUILD_DEPENDS= courier-config:mail/courier USES= python USE_PYTHON= distutils @@ -66,11 +66,11 @@ OPTIONS_DEFAULT= DEBUG WHITELIST_RELAY W PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${PYSCRIPTSDIR} .if ${PORT_OPTIONS:MCLAMAV_CLAMD} && ! ${PORT_OPTIONS:MCLAMAV_LIB} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamd.py:${PORTSDIR}/security/py-pyclamd +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamd.py:security/py-pyclamd .endif .if ${PORT_OPTIONS:MCLAMAV_LIB} && ! ${PORT_OPTIONS:MCLAMAV_CLAMD} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamav.so:${PORTSDIR}/security/py-clamav +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamav.so:security/py-clamav .endif post-extract: Modified: head/mail/courier/Makefile ============================================================================== --- head/mail/courier/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/courier/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -10,13 +10,13 @@ MASTER_SITES= SF MAINTAINER= bsd@dino.sk COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ - ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ - ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ - p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - ca_root_nss>=3.*:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base +LIB_DEPENDS= libpcre.so:devel/pcre +RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ + ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool \ + ${LOCALBASE}/etc/mime.types:misc/mime-support \ + p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ + ca_root_nss>=3.*:security/ca_root_nss CONFLICTS= courier-imap-2.* couriermlm-0.* \ exim-4.* maildrop-1.* \ @@ -136,7 +136,7 @@ PERIODIC_DESC= modify/create periodic.co .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes WITH_AUTH_LDAP= yes -RUN_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:${PORTSDIR}/net/courier-authlib-ldap +RUN_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:net/courier-authlib-ldap CONFIGURE_ARGS+=--with-ldapaliasd PLIST_SUB+= WITHLDAP="" SUB_LIST+= WITHLDAP="" @@ -167,31 +167,31 @@ SUB_LIST+= WITHEMPTYALIASES="@comment " .endif .if ${PORT_OPTIONS:MGNUPG} -BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS+= gpg:security/gnupg +RUN_DEPENDS+= gpg:security/gnupg .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS+= aspell:textproc/aspell +RUN_DEPENDS+= aspell:textproc/aspell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/aspell .elif ${PORT_OPTIONS:MISPELL} -BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS+= ispell:textproc/aspell-ispell +RUN_DEPENDS+= ispell:textproc/aspell-ispell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+=--without-ispell .endif .if ${PORT_OPTIONS:MPROCMAIL} -BUILD_DEPENDS+= procmail:${PORTSDIR}/mail/procmail -RUN_DEPENDS+= procmail:${PORTSDIR}/mail/procmail +BUILD_DEPENDS+= procmail:mail/procmail +RUN_DEPENDS+= procmail:mail/procmail .endif .if ${PORT_OPTIONS:MSENDFAX} USES+= ghostscript -SENDFAX_DEPENDS=sendfax:${PORTSDIR}/comms/mgetty+sendfax \ - pnmscale:${PORTSDIR}/graphics/netpbm +SENDFAX_DEPENDS=sendfax:comms/mgetty+sendfax \ + pnmscale:graphics/netpbm BUILD_DEPENDS+= ${SENDFAX_DEPENDS} RUN_DEPENDS+= ${SENDFAX_DEPENDS} WITH_TRANSPORT+=fax @@ -204,8 +204,8 @@ SUB_LIST+= WITHFAX="@comment " .if ${PORT_OPTIONS:MUUCP} .if !exists(/usr/bin/uux) -BUILD_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp -RUN_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp +BUILD_DEPENDS+= uux:net/freebsd-uucp +RUN_DEPENDS+= uux:net/freebsd-uucp .endif WITH_TRANSPORT+=uucp PLIST_SUB+= WITHUUCP="" Modified: head/mail/couriergraph/Makefile ============================================================================== --- head/mail/couriergraph/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/couriergraph/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= RRDtool frontend for Courier statistics -RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-File-Tail>=0:devel/p5-File-Tail USES= perl5 shebangfix USE_PERL5= run Modified: head/mail/crm114/Makefile ============================================================================== --- head/mail/crm114/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/crm114/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -19,7 +19,7 @@ COMMENT= Markov based SpamFilter LICENSE= GPLv2 -LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:textproc/libtre CRM114RELEASENAME=BlameMichelson Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/cyrus-imapd23/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -13,8 +13,8 @@ COMMENT= The cyrus mail server, supporti LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* cyrus-imapd2[^3]-2.[^3].* @@ -53,7 +53,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BD --with-bdb-libdir=${LOCALBASE}/lib DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_PTLOADER_DESC= Enable LDAP ptloader @@ -79,7 +79,7 @@ PGSQL_CONFIGURE_ON= --with-pgsql=${LOCAL REPLICATION_DESC= Enable replication REPLICATION_CONFIGURE_ENABLE=replication SNMP_5_DESC= Enable SNMP support -SNMP_5_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_5_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_5_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_5_CONFIGURE_OFF= --with-snmp=no SQLITE_DESC= Enable SQLite backend (experimental) Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/cyrus-imapd24/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -14,8 +14,8 @@ COMMENT= The cyrus mail server, supporti LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^4].* cyrus-imapd2[^4]-2.[^4].* @@ -53,7 +53,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BD --with-bdb-libdir=${LOCALBASE}/lib DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_DESC= Enable LDAP support (experimental) @@ -75,7 +75,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication -SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_CONFIGURE_OFF= --with-snmp=no SQLITE_USE= SQLITE=yes Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/cyrus-imapd25/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -14,8 +14,8 @@ COMMENT= The cyrus mail server, supporti LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* @@ -54,14 +54,14 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BD --with-bdb-libdir=${LOCALBASE}/lib CLAMAV_DESC= Use ClamAV CLAMAV_CONFIGURE_WITH= clamav -CLAMAV_LIB_DEPENDS= libclamav.so:${PORTSDIR}/security/clamav +CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac HTTP_DESC= Enable HTTP (beta quality) HTTP_CONFIGURE_ENABLE= http -HTTP_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libical.so:${PORTSDIR}/devel/libical +HTTP_LIB_DEPENDS= libjansson.so:devel/jansson \ + libical.so:devel/libical HTTP_USES= pkgconfig HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support @@ -85,7 +85,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication -SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_CONFIGURE_OFF= --with-snmp=no SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/dbmail/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,13 +12,13 @@ COMMENT= SQL database-based mail system LICENSE= GPLv2 -LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libzdb.so:${PORTSDIR}/databases/libzdb \ - libmhash.so:${PORTSDIR}/security/mhash \ - libevent.so:${PORTSDIR}/devel/libevent2 -BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto \ - docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml +LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ + libzdb.so:databases/libzdb \ + libmhash.so:security/mhash \ + libevent.so:devel/libevent2 +BUILD_DEPENDS= asciidoc:textproc/asciidoc \ + xmlto:textproc/xmlto \ + docbook-sgml>0:textproc/docbook-sgml CONFLICTS= dbmail22-[0-9]* @@ -45,7 +45,7 @@ MAKE_ARGS+= mandir=${MANPREFIX}/man DOCS= AUTHORS BUGS INSTALL THANKS UPGRADING SIEVE_CONFIGURE_WITH= sieve -SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve +SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes Modified: head/mail/dbmail22/Makefile ============================================================================== --- head/mail/dbmail22/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/dbmail22/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -13,7 +13,7 @@ COMMENT= SQL database-based mail system LICENSE= GPLv2 -LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 CONFLICTS= dbmail-3.* @@ -32,7 +32,7 @@ SQLITE_CONFIGURE_WITH= sqlite PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SIEVE_CONFIGURE_WITH= sieve -SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve +SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes INSTALL_TARGET= install-strip Modified: head/mail/dcc-dccd/Makefile ============================================================================== --- head/mail/dcc-dccd/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/dcc-dccd/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -62,7 +62,7 @@ CONFIGURE_ARGS= --with-uid=${DCCUSER} \ ALT_HOME_CONFIGURE_ON= --libexecdir=${PREFIX}/dcc/libexec --with-cgibin=${PREFIX}/dcc/cgi-bin DCCM_CONFIGURE_ENABLE= dccm DCCM_USE= rc_subr=dccm -PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/libmilter +PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:mail/libmilter PORTS_SENDMAIL_CONFIGURE_ON= --with-sendmail=yes DCCIFD_CONFIGURE_ENABLE= dccifd DCCIFD_USE= rc_subr=dccifd Modified: head/mail/deforaos-mailer/Makefile ============================================================================== --- head/mail/deforaos-mailer/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/deforaos-mailer/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -14,8 +14,8 @@ COMMENT= DeforaOS desktop mail client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ + libDesktop.so:x11/deforaos-libdesktop USE_GNOME= gtk20 USES= desktop-file-utils pkgconfig @@ -31,8 +31,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext -DOCS_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl .include Modified: head/mail/delatt/Makefile ============================================================================== --- head/mail/delatt/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/delatt/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -12,7 +12,7 @@ COMMENT= Strip attachments from email LICENSE= GPLv2 -RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64 USES= shebangfix perl5 USE_PERL5= run Modified: head/mail/dk-milter/Makefile ============================================================================== --- head/mail/dk-milter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/dk-milter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -25,9 +25,9 @@ WITH_SENDMAIL_BASE= yes PKGMESSAGE= pkg-message.postfix .if defined(WITH_POSTFIX_CURRENT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix-current .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix .endif .endif Modified: head/mail/dkfilter/Makefile ============================================================================== --- head/mail/dkfilter/Makefile Fri Apr 1 14:08:37 2016 (r412347) +++ head/mail/dkfilter/Makefile Fri Apr 1 14:16:16 2016 (r412348) @@ -13,10 +13,10 @@ COMMENT= Domainkeys filter for Postfix LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 14:25:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C8A9AEB4A6; Fri, 1 Apr 2016 14:25:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD5C6194E; Fri, 1 Apr 2016 14:25:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31EPOAV076622; Fri, 1 Apr 2016 14:25:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31EPIxP076570; Fri, 1 Apr 2016 14:25:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011425.u31EPIxP076570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:25:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412349 - in head: russian/bugzilla44 russian/emkatic russian/gd russian/p5-Convert-Cyrillic russian/p5-Lingua-DetectCyrillic russian/p5-Text-Hyphen-RU russian/p5-XML-Parser-encodings r... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:25:25 -0000 Author: mat Date: Fri Apr 1 14:25:16 2016 New Revision: 412349 URL: https://svnweb.freebsd.org/changeset/ports/412349 Log: Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u. With hat: portmgr Sponsored by: Absolight Modified: head/russian/bugzilla44/Makefile (contents, props changed) head/russian/emkatic/Makefile (contents, props changed) head/russian/gd/Makefile (contents, props changed) head/russian/p5-Convert-Cyrillic/Makefile (contents, props changed) head/russian/p5-Lingua-DetectCyrillic/Makefile (contents, props changed) head/russian/p5-Text-Hyphen-RU/Makefile (contents, props changed) head/russian/p5-XML-Parser-encodings/Makefile (contents, props changed) head/russian/rubygem-russian/Makefile (contents, props changed) head/science/InsightToolkit/Makefile (contents, props changed) head/science/R-cran-DCluster/Makefile (contents, props changed) head/science/R-cran-Epi/Makefile (contents, props changed) head/science/afni/Makefile (contents, props changed) head/science/avogadro/Makefile (contents, props changed) head/science/bddsolve/Makefile (contents, props changed) head/science/bodr/Makefile (contents, props changed) head/science/brian/Makefile (contents, props changed) head/science/cdo/Makefile (contents, props changed) head/science/cgnslib/Makefile (contents, props changed) head/science/cgribex/Makefile (contents, props changed) head/science/chemical-mime-data/Makefile (contents, props changed) head/science/chemtool-devel/Makefile (contents, props changed) head/science/chemtool/Makefile (contents, props changed) head/science/dlpoly-classic/Makefile (contents, props changed) head/science/ecs/Makefile (contents, props changed) head/science/fisicalab/Makefile (contents, props changed) head/science/fvcom-mpi/Makefile (contents, props changed) head/science/fvcom/Makefile (contents, props changed) head/science/fvm/Makefile (contents, props changed) head/science/gchemutils/Makefile (contents, props changed) head/science/getdp/Makefile (contents, props changed) head/science/ghemical/Makefile (contents, props changed) head/science/ghmm/Makefile (contents, props changed) head/science/gnudatalanguage/Makefile (contents, props changed) head/science/gramps/Makefile (contents, props changed) head/science/grib_api/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/gwyddion/Makefile (contents, props changed) head/science/h5utils/Makefile (contents, props changed) head/science/harminv/Makefile (contents, props changed) head/science/hdf/Makefile (contents, props changed) head/science/hdf5/Makefile (contents, props changed) head/science/jstrack/Makefile (contents, props changed) head/science/kalzium/Makefile (contents, props changed) head/science/kst2/Makefile (contents, props changed) head/science/libctl/Makefile (contents, props changed) head/science/libghemical/Makefile (contents, props changed) head/science/libkml/Makefile (contents, props changed) head/science/libxc/Makefile (contents, props changed) head/science/massxpert/Makefile (contents, props changed) head/science/mbdyn/Makefile (contents, props changed) head/science/mcstas-comps/Makefile (contents, props changed) head/science/medit/Makefile (contents, props changed) head/science/meep/Makefile (contents, props changed) head/science/mei/Makefile (contents, props changed) head/science/minc2/Makefile (contents, props changed) head/science/mpb/Makefile (contents, props changed) head/science/mpqc/Makefile (contents, props changed) head/science/ncs/Makefile (contents, props changed) head/science/netcdf-cxx/Makefile (contents, props changed) head/science/netcdf-fortran/Makefile (contents, props changed) head/science/netcdf/Makefile (contents, props changed) head/science/openbabel/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-postgresql/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/science/p5-Algorithm-SVMLight/Makefile (contents, props changed) head/science/p5-Chemistry-3DBuilder/Makefile (contents, props changed) head/science/p5-Chemistry-Bond-Find/Makefile (contents, props changed) head/science/p5-Chemistry-Canonicalize/Makefile (contents, props changed) head/science/p5-Chemistry-File-MDLMol/Makefile (contents, props changed) head/science/p5-Chemistry-File-Mopac/Makefile (contents, props changed) head/science/p5-Chemistry-File-PDB/Makefile (contents, props changed) head/science/p5-Chemistry-File-SLN/Makefile (contents, props changed) head/science/p5-Chemistry-File-SMARTS/Makefile (contents, props changed) head/science/p5-Chemistry-File-SMILES/Makefile (contents, props changed) head/science/p5-Chemistry-File-VRML/Makefile (contents, props changed) head/science/p5-Chemistry-File-XYZ/Makefile (contents, props changed) head/science/p5-Chemistry-FormulaPattern/Makefile (contents, props changed) head/science/p5-Chemistry-InternalCoords/Makefile (contents, props changed) head/science/p5-Chemistry-MacroMol/Makefile (contents, props changed) head/science/p5-Chemistry-MidasPattern/Makefile (contents, props changed) head/science/p5-Chemistry-Mok/Makefile (contents, props changed) head/science/p5-Chemistry-Mol/Makefile (contents, props changed) head/science/p5-Chemistry-Pattern/Makefile (contents, props changed) head/science/p5-Chemistry-Reaction/Makefile (contents, props changed) head/science/p5-Chemistry-Ring/Makefile (contents, props changed) head/science/p5-Geo-Coordinates-Converter-iArea/Makefile (contents, props changed) head/science/p5-Geo-Coordinates-Converter/Makefile (contents, props changed) head/science/p5-Geo-WebService-Elevation-USGS/Makefile (contents, props changed) head/science/p5-Mcstas-Tools/Makefile (contents, props changed) head/science/p5-PerlMol/Makefile (contents, props changed) head/science/paraview/Makefile (contents, props changed) head/science/pnetcdf/Makefile (contents, props changed) head/science/psychopy/Makefile (contents, props changed) head/science/pulseview/Makefile (contents, props changed) head/science/py-cdo/Makefile (contents, props changed) head/science/py-h5py/Makefile (contents, props changed) head/science/py-hcluster/Makefile (contents, props changed) head/science/py-mdp/Makefile (contents, props changed) head/science/py-mlpy/Makefile (contents, props changed) head/science/py-netCDF4/Makefile (contents, props changed) head/science/py-obspy/Makefile (contents, props changed) head/science/py-paida/Makefile (contents, props changed) head/science/py-pydap/Makefile (contents, props changed) head/science/py-pysal/Makefile (contents, props changed) head/science/py-pyteomics/Makefile (contents, props changed) head/science/py-scikit-fuzzy/Makefile (contents, props changed) head/science/py-scikit-learn/Makefile (contents, props changed) head/science/py-scikit-sparse/Makefile (contents, props changed) head/science/py-scimath/Makefile (contents, props changed) head/science/py-scipy/Makefile (contents, props changed) head/science/pybrain/Makefile (contents, props changed) head/science/pycdf/Makefile (contents, props changed) head/science/qcl/Makefile (contents, props changed) head/science/rubygem-cdo/Makefile (contents, props changed) head/science/rubygem-ruby-dcl/Makefile (contents, props changed) head/science/rubygem-ruby-netcdf/Makefile (contents, props changed) head/science/sigrok-cli/Makefile (contents, props changed) head/science/sigrok-firmware/Makefile (contents, props changed) head/science/silo/Makefile (contents, props changed) head/science/step/Makefile (contents, props changed) head/science/udunits/Makefile (contents, props changed) head/science/v_sim/Makefile (contents, props changed) head/science/veusz/Makefile (contents, props changed) head/science/vmd/Makefile (contents, props changed) head/security/R-cran-ROAuth/Makefile (contents, props changed) head/security/aespipe/Makefile (contents, props changed) head/security/afl/Makefile (contents, props changed) head/security/afterglow/Makefile (contents, props changed) head/security/aide/Makefile (contents, props changed) head/security/aimsniff/Makefile (contents, props changed) head/security/amavis-stats/Makefile (contents, props changed) head/security/amavisd-milter/Makefile (contents, props changed) head/security/amavisd-new/Makefile (contents, props changed) head/security/apache-xml-security-c/Makefile (contents, props changed) head/security/apg/Makefile (contents, props changed) head/security/arm/Makefile (contents, props changed) head/security/arpCounterattack/Makefile (contents, props changed) head/security/authforce/Makefile (contents, props changed) head/security/autossh/Makefile (contents, props changed) head/security/axTLS/Makefile (contents, props changed) head/security/barnyard2/Makefile (contents, props changed) head/security/base/Makefile (contents, props changed) head/security/bdc/Makefile (contents, props changed) head/security/belier/Makefile (contents, props changed) head/security/binwalk/Makefile (contents, props changed) head/security/botan110/Makefile (contents, props changed) head/security/bro/Makefile (contents, props changed) head/security/broccoli/Makefile (contents, props changed) head/security/bruteblock/Makefile (contents, props changed) head/security/bruteforceblocker/Makefile (contents, props changed) head/security/bsmtrace/Makefile (contents, props changed) head/security/certificate-transparency/Makefile (contents, props changed) head/security/cisco-torch/Makefile (contents, props changed) head/security/ckpass/Makefile (contents, props changed) head/security/cl-md5-sbcl/Makefile (contents, props changed) head/security/clamassassin/Makefile (contents, props changed) head/security/clamav-unofficial-sigs/Makefile (contents, props changed) head/security/clamav/Makefile (contents, props changed) head/security/clamcour/Makefile (contents, props changed) head/security/clamsmtp/Makefile (contents, props changed) head/security/clamtk/Makefile (contents, props changed) head/security/clusterssh/Makefile (contents, props changed) head/security/courier-authlib/Makefile (contents, props changed) head/security/courier-authlib/Makefile.dep (contents, props changed) head/security/courierpassd/Makefile (contents, props changed) head/security/courierpasswd/Makefile (contents, props changed) head/security/courieruserinfo/Makefile (contents, props changed) head/security/cp2fwb/Makefile (contents, props changed) head/security/crank/Makefile (contents, props changed) head/security/cvm/Makefile (contents, props changed) head/security/cyrus-sasl2-saslauthd/Makefile (contents, props changed) head/security/cyrus-sasl2/Makefile (contents, props changed) head/security/cyrus-sasl2/Makefile.common (contents, props changed) head/security/dirmngr/Makefile (contents, props changed) head/security/doorman/Makefile (contents, props changed) head/security/doscan/Makefile (contents, props changed) head/security/dradis/Makefile (contents, props changed) head/security/dsniff/Makefile (contents, props changed) head/security/easypg/Makefile (contents, props changed) head/security/engine_pkcs11/Makefile (contents, props changed) head/security/esteidfirefoxplugin/Makefile (contents, props changed) head/security/fastd-devel/Makefile (contents, props changed) head/security/fastd/Makefile (contents, props changed) head/security/fiked/Makefile (contents, props changed) head/security/firewalk/Makefile (contents, props changed) head/security/fpm2/Makefile (contents, props changed) head/security/fprint_demo/Makefile (contents, props changed) head/security/fprintd/Makefile (contents, props changed) head/security/fragroute/Makefile (contents, props changed) head/security/ftimes/Makefile (contents, props changed) head/security/fwanalog/Makefile (contents, props changed) head/security/fwbuilder/Makefile (contents, props changed) head/security/fwknop/Makefile (contents, props changed) head/security/gcr/Makefile (contents, props changed) head/security/gnome-gpg/Makefile (contents, props changed) head/security/gnome-keyring-sharp/Makefile (contents, props changed) head/security/gnome-keyring/Makefile (contents, props changed) head/security/gnomint/Makefile (contents, props changed) head/security/gnupg/Makefile (contents, props changed) head/security/gnupg1/Makefile (contents, props changed) head/security/gnupg20/Makefile (contents, props changed) head/security/gnutls/Makefile (contents, props changed) head/security/gorilla/Makefile (contents, props changed) head/security/govpn/Makefile (contents, props changed) head/security/gpa/Makefile (contents, props changed) head/security/gpass/Makefile (contents, props changed) head/security/gpgdir/Makefile (contents, props changed) head/security/gpgme/Makefile (contents, props changed) head/security/gputty/Makefile (contents, props changed) head/security/greenbone-security-assistant/Makefile (contents, props changed) head/security/gringotts/Makefile (contents, props changed) head/security/gsasl/Makefile (contents, props changed) head/security/gss/Makefile (contents, props changed) head/security/gtkpasman/Makefile (contents, props changed) head/security/hamachi/Makefile (contents, props changed) head/security/heimdal/Makefile (contents, props changed) head/security/hitch/Makefile (contents, props changed) head/security/honeybadger/Makefile (contents, props changed) head/security/hotssh/Makefile (contents, props changed) head/security/hs-gnutls/Makefile (contents, props changed) head/security/hydra/Makefile (contents, props changed) head/security/i2p/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/security/identify/Makefile (contents, props changed) head/security/ifd-slb_rf60/Makefile (contents, props changed) head/security/ipfilter2dshield/Makefile (contents, props changed) head/security/ipguard/Makefile (contents, props changed) head/security/isakmpd/Makefile (contents, props changed) head/security/isnprober/Makefile (contents, props changed) head/security/kc/Makefile (contents, props changed) head/security/kedpm/Makefile (contents, props changed) head/security/keepass/Makefile (contents, props changed) head/security/keepassx2/Makefile (contents, props changed) head/security/keybase/Makefile (contents, props changed) head/security/keychain/Makefile (contents, props changed) head/security/kgpg-kde4/Makefile (contents, props changed) head/security/kpcli/Makefile (contents, props changed) head/security/krb5-appl/Makefile (contents, props changed) head/security/lasso/Makefile (contents, props changed) head/security/lastpass-cli/Makefile (contents, props changed) head/security/letsencrypt.sh/Makefile (contents, props changed) head/security/libassuan/Makefile (contents, props changed) head/security/libbeid/Makefile (contents, props changed) head/security/libbzrtp/Makefile (contents, props changed) head/security/libcryptui/Makefile (contents, props changed) head/security/libecc/Makefile (contents, props changed) head/security/libfprint/Makefile (contents, props changed) head/security/libgcrypt/Makefile (contents, props changed) head/security/libgnome-keyring/Makefile (contents, props changed) head/security/libgringotts/Makefile (contents, props changed) head/security/libkpass/Makefile (contents, props changed) head/security/libksba/Makefile (contents, props changed) head/security/libotr/Makefile (contents, props changed) head/security/libotr3/Makefile (contents, props changed) head/security/libp11/Makefile (contents, props changed) head/security/libprelude/Makefile (contents, props changed) head/security/libpreludedb/Makefile (contents, props changed) head/security/libpwquality/Makefile (contents, props changed) head/security/libsecret/Makefile (contents, props changed) head/security/libsparkcrypto/Makefile (contents, props changed) head/security/libssh/Makefile (contents, props changed) head/security/libssh2/Makefile (contents, props changed) head/security/libtomcrypt/Makefile (contents, props changed) head/security/libuecc/Makefile (contents, props changed) head/security/log2timeline/Makefile (contents, props changed) head/security/logcheck/Makefile (contents, props changed) head/security/lsh/Makefile (contents, props changed) head/security/maia/Makefile (contents, props changed) head/security/mailzu/Makefile (contents, props changed) head/security/makepasswd/Makefile (contents, props changed) head/security/massh/Makefile (contents, props changed) head/security/mcrypt/Makefile (contents, props changed) head/security/medusa/Makefile (contents, props changed) head/security/meek/Makefile (contents, props changed) head/security/metasploit/Makefile (contents, props changed) head/security/monkeysphere/Makefile (contents, props changed) head/security/mussh/Makefile (contents, props changed) head/security/nessus-libnasl/Makefile (contents, props changed) head/security/nessus-plugins/Makefile (contents, props changed) head/security/nessus/Makefile (contents, props changed) head/security/nettle/Makefile (contents, props changed) head/security/nikto/Makefile (contents, props changed) head/security/nmapsi4/Makefile (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss_compat_ossl/Makefile (contents, props changed) head/security/oath-toolkit/Makefile (contents, props changed) head/security/obfsclient/Makefile (contents, props changed) head/security/obfsproxy/Makefile (contents, props changed) head/security/oinkmaster/Makefile (contents, props changed) head/security/opencdk/Makefile (contents, props changed) head/security/openconnect/Makefile (contents, props changed) head/security/opencryptoki/Makefile (contents, props changed) head/security/openct/Makefile (contents, props changed) head/security/openpgpsdk/Makefile (contents, props changed) head/security/opensaml2/Makefile (contents, props changed) head/security/opensc/Makefile (contents, props changed) head/security/openssh-portable/Makefile (contents, props changed) head/security/openssl/Makefile (contents, props changed) head/security/openssl_tpm_engine/Makefile (contents, props changed) head/security/openvas-cli/Makefile (contents, props changed) head/security/openvas-libraries/Makefile (contents, props changed) head/security/openvas-manager/Makefile (contents, props changed) head/security/openvas-scanner/Makefile (contents, props changed) head/security/openvpn-admin/Makefile (contents, props changed) head/security/openvpn-auth-ldap/Makefile (contents, props changed) head/security/openvpn-auth-radius/Makefile (contents, props changed) head/security/openvpn-devel/Makefile (contents, props changed) head/security/openvpn/Makefile (contents, props changed) head/security/ophcrack/Makefile (contents, props changed) head/security/orthrus/Makefile (contents, props changed) head/security/osiris/Makefile (contents, props changed) head/security/osslsigncode/Makefile (contents, props changed) head/security/p11-kit/Makefile (contents, props changed) head/security/p5-Apache-Htpasswd/Makefile (contents, props changed) head/security/p5-App-Genpass/Makefile (contents, props changed) head/security/p5-App-TLSMe/Makefile (contents, props changed) head/security/p5-Auth-YubikeyDecrypter/Makefile (contents, props changed) head/security/p5-AuthCAS/Makefile (contents, props changed) head/security/p5-Authen-Bitcard/Makefile (contents, props changed) head/security/p5-Authen-Captcha/Makefile (contents, props changed) head/security/p5-Authen-DecHpwd/Makefile (contents, props changed) head/security/p5-Authen-Htpasswd/Makefile (contents, props changed) head/security/p5-Authen-Libwrap/Makefile (contents, props changed) head/security/p5-Authen-NTLM/Makefile (contents, props changed) head/security/p5-Authen-OATH/Makefile (contents, props changed) head/security/p5-Authen-PAAS/Makefile (contents, props changed) head/security/p5-Authen-Passphrase/Makefile (contents, props changed) head/security/p5-Authen-PluggableCaptcha/Makefile (contents, props changed) head/security/p5-Authen-Radius/Makefile (contents, props changed) head/security/p5-Authen-SASL-Cyrus/Makefile (contents, props changed) head/security/p5-Authen-SASL-SASLprep/Makefile (contents, props changed) head/security/p5-Authen-SASL/Makefile (contents, props changed) head/security/p5-Authen-SCRAM/Makefile (contents, props changed) head/security/p5-Authen-Simple-DBI/Makefile (contents, props changed) head/security/p5-Authen-Simple-DBM/Makefile (contents, props changed) head/security/p5-Authen-Simple-HTTP/Makefile (contents, props changed) head/security/p5-Authen-Simple-Kerberos/Makefile (contents, props changed) head/security/p5-Authen-Simple-LDAP/Makefile (contents, props changed) head/security/p5-Authen-Simple-Net/Makefile (contents, props changed) head/security/p5-Authen-Simple-PAM/Makefile (contents, props changed) head/security/p5-Authen-Simple-Passwd/Makefile (contents, props changed) head/security/p5-Authen-Simple-RADIUS/Makefile (contents, props changed) head/security/p5-Authen-Simple-SMB/Makefile (contents, props changed) head/security/p5-Authen-Simple-SSH/Makefile (contents, props changed) head/security/p5-Authen-Simple/Makefile (contents, props changed) head/security/p5-Authen-TypeKey/Makefile (contents, props changed) head/security/p5-Business-PayPal-EWP/Makefile (contents, props changed) head/security/p5-Bytes-Random-Secure/Makefile (contents, props changed) head/security/p5-CSP/Makefile (contents, props changed) head/security/p5-Crypt-Blowfish/Makefile (contents, props changed) head/security/p5-Crypt-CBCeasy/Makefile (contents, props changed) head/security/p5-Crypt-CipherSaber/Makefile (contents, props changed) head/security/p5-Crypt-Cracklib/Makefile (contents, props changed) head/security/p5-Crypt-Ctr/Makefile (contents, props changed) head/security/p5-Crypt-DES/Makefile (contents, props changed) head/security/p5-Crypt-DES_EDE3/Makefile (contents, props changed) head/security/p5-Crypt-DSA/Makefile (contents, props changed) head/security/p5-Crypt-Dining/Makefile (contents, props changed) head/security/p5-Crypt-Eksblowfish/Makefile (contents, props changed) head/security/p5-Crypt-GCrypt/Makefile (contents, props changed) head/security/p5-Crypt-GPG/Makefile (contents, props changed) head/security/p5-Crypt-HCE_SHA/Makefile (contents, props changed) head/security/p5-Crypt-Juniper/Makefile (contents, props changed) head/security/p5-Crypt-Lite/Makefile (contents, props changed) head/security/p5-Crypt-MySQL/Makefile (contents, props changed) head/security/p5-Crypt-OFB/Makefile (contents, props changed) head/security/p5-Crypt-OpenPGP/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-CA/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-EC/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-ECDSA/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-RSA/Makefile (contents, props changed) head/security/p5-Crypt-PBKDF2/Makefile (contents, props changed) head/security/p5-Crypt-PGPSimple/Makefile (contents, props changed) head/security/p5-Crypt-PKCS10/Makefile (contents, props changed) head/security/p5-Crypt-PWSafe3/Makefile (contents, props changed) head/security/p5-Crypt-Password-Util/Makefile (contents, props changed) head/security/p5-Crypt-Primes/Makefile (contents, props changed) head/security/p5-Crypt-RSA/Makefile (contents, props changed) head/security/p5-Crypt-Random-Seed/Makefile (contents, props changed) head/security/p5-Crypt-Random-Source/Makefile (contents, props changed) head/security/p5-Crypt-Random/Makefile (contents, props changed) head/security/p5-Crypt-Rijndael/Makefile (contents, props changed) head/security/p5-Crypt-SKey/Makefile (contents, props changed) head/security/p5-Crypt-SMIME/Makefile (contents, props changed) head/security/p5-Crypt-SSLeay/Makefile (contents, props changed) head/security/p5-Crypt-Simple/Makefile (contents, props changed) head/security/p5-Crypt-Sodium/Makefile (contents, props changed) head/security/p5-Crypt-Twofish_PP/Makefile (contents, props changed) head/security/p5-Crypt-X509/Makefile (contents, props changed) head/security/p5-Crypt-XTEA/Makefile (contents, props changed) head/security/p5-Crypt-xDBM_File/Makefile (contents, props changed) head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (contents, props changed) head/security/p5-Dancer-Plugin-Auth-Extensible/Makefile (contents, props changed) head/security/p5-Dancer-Plugin-Passphrase/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Passphrase/Makefile (contents, props changed) head/security/p5-Data-Entropy/Makefile (contents, props changed) head/security/p5-Digest-Adler32/Makefile (contents, props changed) head/security/p5-Digest-Bcrypt/Makefile (contents, props changed) head/security/p5-Digest-DMAC/Makefile (contents, props changed) head/security/p5-Digest-EMAC/Makefile (contents, props changed) head/security/p5-Digest-Haval256/Makefile (contents, props changed) head/security/p5-Digest-MD5-File/Makefile (contents, props changed) head/security/p5-Digest-SHA/Makefile (contents, props changed) head/security/p5-Digest-SV1/Makefile (contents, props changed) head/security/p5-Digest-Whirlpool/Makefile (contents, props changed) head/security/p5-File-KeePass-Agent/Makefile (contents, props changed) head/security/p5-File-KeePass/Makefile (contents, props changed) head/security/p5-File-Scan-ClamAV/Makefile (contents, props changed) head/security/p5-Filter-CBC/Makefile (contents, props changed) head/security/p5-Filter-Crypto/Makefile (contents, props changed) head/security/p5-GD-SecurityImage/Makefile (contents, props changed) head/security/p5-GnuPG-Interface/Makefile (contents, props changed) head/security/p5-HTML-Email-Obfuscate/Makefile (contents, props changed) head/security/p5-IO-Async-SSL/Makefile (contents, props changed) head/security/p5-IO-Socket-SSL/Makefile (contents, props changed) head/security/p5-Mcrypt/Makefile (contents, props changed) head/security/p5-Module-Signature/Makefile (contents, props changed) head/security/p5-Net-Daemon-SSL/Makefile (contents, props changed) head/security/p5-Net-OpenID-Common/Makefile (contents, props changed) head/security/p5-Net-OpenID-JanRain/Makefile (contents, props changed) head/security/p5-Net-OpenID-Server/Makefile (contents, props changed) head/security/p5-Net-Radius-Server/Makefile (contents, props changed) head/security/p5-Net-SAML/Makefile (contents, props changed) head/security/p5-Net-SSL-ExpireDate/Makefile (contents, props changed) head/security/p5-Net-SSLGlue/Makefile (contents, props changed) head/security/p5-Net-SSLeay/Makefile (contents, props changed) head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile (contents, props changed) head/security/p5-Net-SinFP/Makefile (contents, props changed) head/security/p5-Nmap-Parser/Makefile (contents, props changed) head/security/p5-Nmap-Scanner/Makefile (contents, props changed) head/security/p5-OpenCA-OpenSSL/Makefile (contents, props changed) head/security/p5-OpenCA-PKCS7/Makefile (contents, props changed) head/security/p5-OpenCA-REQ/Makefile (contents, props changed) head/security/p5-OpenCA-X509/Makefile (contents, props changed) head/security/p5-PGP-Sign/Makefile (contents, props changed) head/security/p5-PGP/Makefile (contents, props changed) head/security/p5-POE-Component-SSLify/Makefile (contents, props changed) head/security/p5-Parse-Snort/Makefile (contents, props changed) head/security/p5-PerlCryptLib/Makefile (contents, props changed) head/security/p5-SHA/Makefile (contents, props changed) head/security/p5-Sudo/Makefile (contents, props changed) head/security/p5-Tie-EncryptedHash/Makefile (contents, props changed) head/security/p5-Tree-Authz/Makefile (contents, props changed) head/security/p5-Unix-Passwd-File/Makefile (contents, props changed) head/security/p5-Yahoo-BBAuth/Makefile (contents, props changed) head/security/p5-dicewaregen/Makefile (contents, props changed) head/security/p5-openxpki/Makefile (contents, props changed) head/security/pam-pgsql/Makefile (contents, props changed) head/security/pam_fprint/Makefile (contents, props changed) head/security/pam_p11/Makefile (contents, props changed) head/security/pam_yubico/Makefile (contents, props changed) head/security/passivedns/Makefile (contents, props changed) head/security/pbc/Makefile (contents, props changed) head/security/pbnj/Makefile (contents, props changed) head/security/pcsc-tools/Makefile (contents, props changed) head/security/pear-Auth/Makefile (contents, props changed) head/security/pear-Auth_OpenID/Makefile (contents, props changed) head/security/pear-Auth_SASL/Makefile (contents, props changed) head/security/pear-Crypt_GPG/Makefile (contents, props changed) head/security/pear-File_Passwd/Makefile (contents, props changed) head/security/pear-File_SMBPasswd/Makefile (contents, props changed) head/security/pear-LiveUser/Makefile (contents, props changed) head/security/pear-LiveUser_Admin/Makefile (contents, props changed) head/security/pecl-crack/Makefile (contents, props changed) head/security/pecl-gnupg/Makefile (contents, props changed) head/security/pecl-ssh2/Makefile (contents, props changed) head/security/pev/Makefile (contents, props changed) head/security/pgpgpg/Makefile (contents, props changed) head/security/pidgin-encryption/Makefile (contents, props changed) head/security/pidgin-otr/Makefile (contents, props changed) head/security/pinentry/Makefile (contents, props changed) head/security/pond/Makefile (contents, props changed) head/security/ppars/Makefile (contents, props changed) head/security/proftpd-mod_clamav/Makefile (contents, props changed) head/security/pssh/Makefile (contents, props changed) head/security/pwman/Makefile (contents, props changed) head/security/pwman3/Makefile (contents, props changed) head/security/py-AccessControl/Makefile (contents, props changed) head/security/py-Products.PlonePAS/Makefile (contents, props changed) head/security/py-Products.PluggableAuthService/Makefile (contents, props changed) head/security/py-SecretStorage/Makefile (contents, props changed) head/security/py-acme/Makefile (contents, props changed) head/security/py-artifacts/Makefile (contents, props changed) head/security/py-borg.localrole/Makefile (contents, props changed) head/security/py-clamav/Makefile (contents, props changed) head/security/py-cracklib/Makefile (contents, props changed) head/security/py-crits/Makefile (contents, props changed) head/security/py-cryptography/Makefile (contents, props changed) head/security/py-cybox/Makefile (contents, props changed) head/security/py-dfvfs/Makefile (contents, props changed) head/security/py-fail2ban/Makefile (contents, props changed) head/security/py-flask-httpauth/Makefile (contents, props changed) head/security/py-gnupg/Makefile (contents, props changed) head/security/py-gnutls/Makefile (contents, props changed) head/security/py-gpsoauth/Makefile (contents, props changed) head/security/py-itsdangerous/Makefile (contents, props changed) head/security/py-keyczar/Makefile (contents, props changed) head/security/py-keyring/Makefile (contents, props changed) head/security/py-keyrings.alt/Makefile (contents, props changed) head/security/py-letsencrypt/Makefile (contents, props changed) head/security/py-libnacl/Makefile (contents, props changed) head/security/py-m2crypto/Makefile (contents, props changed) head/security/py-mcrypt/Makefile (contents, props changed) head/security/py-mhash/Makefile (contents, props changed) head/security/py-oauth2client/Makefile (contents, props changed) head/security/py-oauthlib/Makefile (contents, props changed) head/security/py-openssl/Makefile (contents, props changed) head/security/py-paramiko/Makefile (contents, props changed) head/security/py-passlib/Makefile (contents, props changed) head/security/py-plaso/Makefile (contents, props changed) head/security/py-plone.app.openid/Makefile (contents, props changed) head/security/py-plone.keyring/Makefile (contents, props changed) head/security/py-plone.openid/Makefile (contents, props changed) head/security/py-plone.protect/Makefile (contents, props changed) head/security/py-plone.session/Makefile (contents, props changed) head/security/py-potr/Makefile (contents, props changed) head/security/py-pyaff4/Makefile (contents, props changed) head/security/py-pycrypto/Makefile (contents, props changed) head/security/py-pycryptopp/Makefile (contents, props changed) head/security/py-pydeep/Makefile (contents, props changed) head/security/py-pyelliptic/Makefile (contents, props changed) head/security/py-pymacaroons-pynacl/Makefile (contents, props changed) head/security/py-pyme/Makefile (contents, props changed) head/security/py-pynacl/Makefile (contents, props changed) head/security/py-pysaml2/Makefile (contents, props changed) head/security/py-pyscard/Makefile (contents, props changed) head/security/py-python-registry/Makefile (contents, props changed) head/security/py-python-social-auth/Makefile (contents, props changed) head/security/py-rekall-core/Makefile (contents, props changed) head/security/py-rekall/Makefile (contents, props changed) head/security/py-rekall_gui/Makefile (contents, props changed) head/security/py-requests-kerberos/Makefile (contents, props changed) head/security/py-rsa/Makefile (contents, props changed) head/security/py-scrypt/Makefile (contents, props changed) head/security/py-service_identity/Makefile (contents, props changed) head/security/py-signedjson/Makefile (contents, props changed) head/security/py-ssh/Makefile (contents, props changed) head/security/py-sslstrip/Makefile (contents, props changed) head/security/py-stix/Makefile (contents, props changed) head/security/py-twistedConch/Makefile (contents, props changed) head/security/py-volatility/Makefile (contents, props changed) head/security/py-xmlsec/Makefile (contents, props changed) head/security/py-yara-editor/Makefile (contents, props changed) head/security/py-yara/Makefile (contents, props changed) head/security/py-zope.app.authentication/Makefile (contents, props changed) head/security/py-zope.app.localpermission/Makefile (contents, props changed) head/security/py-zope.app.principalannotation/Makefile (contents, props changed) head/security/py-zope.app.security/Makefile (contents, props changed) head/security/py-zope.app.securitypolicy/Makefile (contents, props changed) head/security/py-zope.authentication/Makefile (contents, props changed) head/security/py-zope.login/Makefile (contents, props changed) head/security/py-zope.password/Makefile (contents, props changed) head/security/py-zope.pluggableauth/Makefile (contents, props changed) head/security/py-zope.principalannotation/Makefile (contents, props changed) head/security/py-zope.principalregistry/Makefile (contents, props changed) head/security/py-zope.security/Makefile (contents, props changed) head/security/py-zope.securitypolicy/Makefile (contents, props changed) head/security/py-zope.session/Makefile (contents, props changed) head/security/quantis/Makefile (contents, props changed) head/security/rats/Makefile (contents, props changed) head/security/razorback-api/Makefile (contents, props changed) head/security/razorback-archiveInflate/Makefile (contents, props changed) head/security/razorback-clamavNugget/Makefile (contents, props changed) head/security/razorback-dispatcher/Makefile (contents, props changed) head/security/razorback-fileInject/Makefile (contents, props changed) head/security/razorback-fsMonitor/Makefile (contents, props changed) head/security/razorback-fsWalk/Makefile (contents, props changed) head/security/razorback-masterNugget/Makefile (contents, props changed) head/security/razorback-officeCat/Makefile (contents, props changed) head/security/razorback-pdfFox/Makefile (contents, props changed) head/security/razorback-scriptNugget/Makefile (contents, props changed) head/security/razorback-swfScanner/Makefile (contents, props changed) head/security/razorback-syslogNugget/Makefile (contents, props changed) head/security/razorback-virusTotal/Makefile (contents, props changed) head/security/razorback-yaraNugget/Makefile (contents, props changed) head/security/regripper/Makefile (contents, props changed) head/security/reop/Makefile (contents, props changed) head/security/retranslator/Makefile (contents, props changed) head/security/revelation/Makefile (contents, props changed) head/security/rkhunter/Makefile (contents, props changed) head/security/ruby-password/Makefile (contents, props changed) head/security/ruby-tcpwrap/Makefile (contents, props changed) head/security/rubygem-bcrypt-ruby/Makefile (contents, props changed) head/security/rubygem-devise-two-factor/Makefile (contents, props changed) head/security/rubygem-doorkeeper/Makefile (contents, props changed) head/security/rubygem-gpgr/Makefile (contents, props changed) head/security/rubygem-gssapi/Makefile (contents, props changed) head/security/rubygem-jugyo-twitter_oauth/Makefile (contents, props changed) head/security/rubygem-metasploit-concern/Makefile (contents, props changed) head/security/rubygem-metasploit-credential/Makefile (contents, props changed) head/security/rubygem-metasploit-model/Makefile (contents, props changed) head/security/rubygem-metasploit_data_models/Makefile (contents, props changed) head/security/rubygem-net-scp/Makefile (contents, props changed) head/security/rubygem-net-sftp/Makefile (contents, props changed) head/security/rubygem-net-ssh-gateway/Makefile (contents, props changed) head/security/rubygem-net-ssh-multi/Makefile (contents, props changed) head/security/rubygem-net-ssh/Makefile (contents, props changed) head/security/rubygem-nmap-parser/Makefile (contents, props changed) head/security/rubygem-omniauth-bitbucket/Makefile (contents, props changed) head/security/rubygem-omniauth-cas3/Makefile (contents, props changed) head/security/rubygem-omniauth-gitlab/Makefile (contents, props changed) head/security/rubygem-omniauth-multipassword/Makefile (contents, props changed) head/security/rubygem-omniauth-saml/Makefile (contents, props changed) head/security/rubygem-omniauth-shibboleth/Makefile (contents, props changed) head/security/rubygem-omniauth/Makefile (contents, props changed) head/security/rubygem-rack-oauth2/Makefile (contents, props changed) head/security/rubygem-recog/Makefile (contents, props changed) head/security/rubygem-ruby-saml/Makefile (contents, props changed) head/security/rubygem-scrypt/Makefile (contents, props changed) head/security/rubygem-sshkit/Makefile (contents, props changed) head/security/rubygem-twitter_oauth/Makefile (contents, props changed) head/security/samba-virusfilter/Makefile (contents, props changed) head/security/sasp/Makefile (contents, props changed) head/security/scamp/Makefile (contents, props changed) head/security/scanlogd/Makefile (contents, props changed) head/security/scanssh/Makefile (contents, props changed) head/security/seahorse/Makefile (contents, props changed) head/security/seccure/Makefile (contents, props changed) head/security/secpanel/Makefile (contents, props changed) head/security/sectok/Makefile (contents, props changed) head/security/sguil/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/shishi/Makefile (contents, props changed) head/security/signing-party/Makefile (contents, props changed) head/security/silktools/Makefile (contents, props changed) head/security/sinfp/Makefile (contents, props changed) head/security/skipfish/Makefile (contents, props changed) head/security/smtpscan/Makefile (contents, props changed) head/security/snort/Makefile (contents, props changed) head/security/snortreport/Makefile (contents, props changed) head/security/snortsnarf/Makefile (contents, props changed) head/security/softhsm/Makefile (contents, props changed) head/security/softhsm2/Makefile (contents, props changed) head/security/spass/Makefile (contents, props changed) head/security/spike-proxy/Makefile (contents, props changed) head/security/spybye/Makefile (contents, props changed) head/security/sqlmap/Makefile (contents, props changed) head/security/sqlninja/Makefile (contents, props changed) head/security/sshblock/Makefile (contents, props changed) head/security/sshit/Makefile (contents, props changed) head/security/ssl-admin/Makefile (contents, props changed) head/security/sslsplit/Makefile (contents, props changed) head/security/sssd/Makefile (contents, props changed) head/security/ssss/Makefile (contents, props changed) head/security/sst/Makefile (contents, props changed) head/security/stegdetect/Makefile (contents, props changed) head/security/steghide/Makefile (contents, props changed) head/security/stoken/Makefile (contents, props changed) head/security/strongswan/Makefile (contents, props changed) head/security/stud/Makefile (contents, props changed) head/security/subversion-gnome-keyring/Makefile (contents, props changed) head/security/sudo/Makefile (contents, props changed) head/security/suricata/Makefile (contents, props changed) head/security/swatch/Makefile (contents, props changed) head/security/tclgpg/Makefile (contents, props changed) head/security/tclsasl/Makefile (contents, props changed) head/security/tinc/Makefile (contents, props changed) head/security/tinyca/Makefile (contents, props changed) head/security/tmux-cssh/Makefile (contents, props changed) head/security/tor-devel/Makefile (contents, props changed) head/security/tor/Makefile (contents, props changed) head/security/tpm-tools/Makefile (contents, props changed) head/security/tpmmanager/Makefile (contents, props changed) head/security/trousers/Makefile (contents, props changed) head/security/truecrypt/Makefile (contents, props changed) head/security/tsshbatch/Makefile (contents, props changed) head/security/umit/Makefile (contents, props changed) head/security/unicornscan/Makefile (contents, props changed) head/security/unssh/Makefile (contents, props changed) head/security/vault/Makefile (contents, props changed) head/security/vinetto/Makefile (contents, props changed) head/security/vlock/Makefile (contents, props changed) head/security/vm-to-tor/Makefile (contents, props changed) head/security/vpnc/Makefile (contents, props changed) head/security/vuxml/Makefile (contents, props changed) head/security/w3af/Makefile (contents, props changed) head/security/wapiti/Makefile (contents, props changed) head/security/webshag/Makefile (contents, props changed) head/security/wpa_supplicant/Makefile (contents, props changed) head/security/xca/Makefile (contents, props changed) head/security/xml-security/Makefile (contents, props changed) head/security/xmlsec1/Makefile (contents, props changed) head/security/yersinia/Makefile (contents, props changed) head/security/ykclient/Makefile (contents, props changed) head/security/ykpers/Makefile (contents, props changed) head/security/yubikey-personalization-gui/Makefile (contents, props changed) head/security/zenmap/Makefile (contents, props changed) head/security/zxid/Makefile (contents, props changed) head/shells/44bsd-csh/Makefile (contents, props changed) head/shells/ambit/Makefile (contents, props changed) head/shells/bash-completion/Makefile (contents, props changed) head/shells/p5-Bash-Completion/Makefile (contents, props changed) head/shells/p5-Shell-Perl/Makefile (contents, props changed) head/shells/p5-Term-Bash-Completion-Generator/Makefile (contents, props changed) head/shells/p5-Term-ShellUI/Makefile (contents, props changed) head/shells/psh/Makefile (contents, props changed) head/shells/rssh/Makefile (contents, props changed) head/shells/viewglob/Makefile (contents, props changed) head/shells/vshnu/Makefile (contents, props changed) head/shells/zsh/Makefile (contents, props changed) head/sysutils/LPRng/Makefile (contents, props changed) head/sysutils/LPRngTool/Makefile (contents, props changed) head/sysutils/abgx360/Makefile (contents, props changed) head/sysutils/abgx360gui/Makefile (contents, props changed) head/sysutils/accountsservice/Makefile (contents, props changed) head/sysutils/acts/Makefile (contents, props changed) head/sysutils/afflib/Makefile (contents, props changed) head/sysutils/aimage/Makefile (contents, props changed) head/sysutils/amrstat/Makefile (contents, props changed) head/sysutils/amtc/Makefile (contents, props changed) head/sysutils/ansible/Makefile (contents, props changed) head/sysutils/apachetop/Makefile (contents, props changed) head/sysutils/apcpwr/Makefile (contents, props changed) head/sysutils/apcupsd/Makefile (contents, props changed) head/sysutils/apt/Makefile (contents, props changed) head/sysutils/arcconf/Makefile (contents, props changed) head/sysutils/asusoled/Makefile (contents, props changed) head/sysutils/atitvout/Makefile (contents, props changed) head/sysutils/autojump/Makefile (contents, props changed) head/sysutils/automount/Makefile (contents, props changed) head/sysutils/autopsy/Makefile (contents, props changed) head/sysutils/avfs/Makefile (contents, props changed) head/sysutils/azure-agent/Makefile (contents, props changed) head/sysutils/backuppc-devel/Makefile (contents, props changed) head/sysutils/backuppc/Makefile (contents, props changed) head/sysutils/bacula-bat/Makefile (contents, props changed) head/sysutils/bacula-server/Makefile (contents, props changed) head/sysutils/bacula5-bat/Makefile (contents, props changed) head/sysutils/bacula5-server/Makefile (contents, props changed) head/sysutils/baloo/Makefile (contents, props changed) head/sysutils/bamf/Makefile (contents, props changed) head/sysutils/bareos-bat/Makefile (contents, props changed) head/sysutils/bareos-server/Makefile (contents, props changed) head/sysutils/bhyve-rc/Makefile (contents, props changed) head/sysutils/bontmia/Makefile (contents, props changed) head/sysutils/brasero/Makefile (contents, props changed) head/sysutils/bsdploy/Makefile (contents, props changed) head/sysutils/bsdstats/Makefile (contents, props changed) head/sysutils/btsixad/Makefile (contents, props changed) head/sysutils/bulk_extractor/Makefile (contents, props changed) head/sysutils/burp/Makefile (contents, props changed) head/sysutils/busybox/Makefile (contents, props changed) head/sysutils/byobu/Makefile (contents, props changed) head/sysutils/catfish/Makefile (contents, props changed) head/sysutils/cbsd/Makefile (contents, props changed) head/sysutils/ccze/Makefile (contents, props changed) head/sysutils/cdbkup/Makefile (contents, props changed) head/sysutils/cdrdao/Makefile (contents, props changed) head/sysutils/cdrkit/Makefile (contents, props changed) head/sysutils/cdrtools-devel/Makefile (contents, props changed) head/sysutils/cdrtools/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles36/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles37/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles38/Makefile (contents, props changed) head/sysutils/cfengine32/Makefile (contents, props changed) head/sysutils/cfengine33/Makefile (contents, props changed) head/sysutils/cfengine34/Makefile (contents, props changed) head/sysutils/cfengine35/Makefile (contents, props changed) head/sysutils/cfengine36/Makefile (contents, props changed) head/sysutils/cfengine37/Makefile (contents, props changed) head/sysutils/cfengine38/Makefile (contents, props changed) head/sysutils/cinnamon-control-center/Makefile (contents, props changed) head/sysutils/cinnamon-settings-daemon/Makefile (contents, props changed) head/sysutils/ck4up/Makefile (contents, props changed) head/sysutils/clockspeed/Makefile (contents, props changed) head/sysutils/cloudabi-utils/Makefile (contents, props changed) head/sysutils/clsync/Makefile (contents, props changed) head/sysutils/cluster-glue/Makefile (contents, props changed) head/sysutils/colorize/Makefile (contents, props changed) head/sysutils/condor/Makefile (contents, props changed) head/sysutils/confman/Makefile (contents, props changed) head/sysutils/conky/Makefile (contents, props changed) head/sysutils/consolekit/Makefile (contents, props changed) head/sysutils/consul/Makefile (contents, props changed) head/sysutils/contractor/Makefile (contents, props changed) head/sysutils/copytape/Makefile (contents, props changed) head/sysutils/coreutils/Makefile (contents, props changed) head/sysutils/createrepo/Makefile (contents, props changed) head/sysutils/curly/Makefile (contents, props changed) head/sysutils/dar/Makefile (contents, props changed) head/sysutils/dateutils/Makefile (contents, props changed) head/sysutils/ddrescue/Makefile (contents, props changed) head/sysutils/debootstrap/Makefile (contents, props changed) head/sysutils/deltarpm/Makefile (contents, props changed) head/sysutils/deltup/Makefile (contents, props changed) head/sysutils/desktop-installer/Makefile (contents, props changed) head/sysutils/direnv/Makefile (contents, props changed) head/sysutils/dirvish/Makefile (contents, props changed) head/sysutils/disktool/Makefile (contents, props changed) head/sysutils/djmount/Makefile (contents, props changed) head/sysutils/docker-freebsd/Makefile (contents, props changed) head/sysutils/dsbmc/Makefile (contents, props changed) head/sysutils/du2ps/Makefile (contents, props changed) head/sysutils/dunst/Makefile (contents, props changed) head/sysutils/duplicity/Makefile (contents, props changed) head/sysutils/duply/Makefile (contents, props changed) head/sysutils/dvd+rw-tools/Makefile (contents, props changed) head/sysutils/dvdbackup/Makefile (contents, props changed) head/sysutils/dvdisaster/Makefile (contents, props changed) head/sysutils/dvdvideo/Makefile (contents, props changed) head/sysutils/envconsul/Makefile (contents, props changed) head/sysutils/epazote/Makefile (contents, props changed) head/sysutils/exfat-utils/Makefile (contents, props changed) head/sysutils/extipl/Makefile (contents, props changed) head/sysutils/facter/Makefile (contents, props changed) head/sysutils/farbot/Makefile (contents, props changed) head/sysutils/feather/Makefile (contents, props changed) head/sysutils/filedupe/Makefile (contents, props changed) head/sysutils/fileschanged/Makefile (contents, props changed) head/sysutils/flashrom/Makefile (contents, props changed) head/sysutils/flexbackup/Makefile (contents, props changed) head/sysutils/flyback/Makefile (contents, props changed) head/sysutils/fpart/Makefile (contents, props changed) head/sysutils/freecolor/Makefile (contents, props changed) head/sysutils/freefilesync/Makefile (contents, props changed) head/sysutils/freeipmi/Makefile (contents, props changed) head/sysutils/freesbie/Makefile (contents, props changed) head/sysutils/froxlor/Makefile (contents, props changed) head/sysutils/fsbackup/Makefile (contents, props changed) head/sysutils/ftwin/Makefile (contents, props changed) head/sysutils/fusefs-cryptofs/Makefile (contents, props changed) head/sysutils/fusefs-curlftpfs/Makefile (contents, props changed) head/sysutils/fusefs-encfs/Makefile (contents, props changed) head/sysutils/fusefs-exfat/Makefile (contents, props changed) head/sysutils/fusefs-ifuse/Makefile (contents, props changed) head/sysutils/fusefs-kmod/Makefile (contents, props changed) head/sysutils/fusefs-lkl/Makefile (contents, props changed) head/sysutils/fusefs-mp3fs/Makefile (contents, props changed) head/sysutils/fusefs-ntfs/Makefile (contents, props changed) head/sysutils/fusefs-pod/Makefile (contents, props changed) head/sysutils/fusefs-rar2fs/Makefile (contents, props changed) head/sysutils/fusefs-s3fs/Makefile (contents, props changed) head/sysutils/fusefs-smbnetfs/Makefile (contents, props changed) head/sysutils/fusefs-wdfs/Makefile (contents, props changed) head/sysutils/fusefs-wikipediafs/Makefile (contents, props changed) head/sysutils/fusefs-zip/Makefile (contents, props changed) head/sysutils/gai-leds/Makefile (contents, props changed) head/sysutils/ganglia-monitor-core/Makefile (contents, props changed) head/sysutils/ganglia-webfrontend/Makefile (contents, props changed) head/sysutils/gcombust/Makefile (contents, props changed) head/sysutils/gdisk/Makefile (contents, props changed) head/sysutils/gdmap/Makefile (contents, props changed) head/sysutils/geomWatch/Makefile (contents, props changed) head/sysutils/geomgui/Makefile (contents, props changed) head/sysutils/getdelta/Makefile (contents, props changed) head/sysutils/gigolo/Makefile (contents, props changed) head/sysutils/gkfreq/Makefile (contents, props changed) head/sysutils/gkleds2/Makefile (contents, props changed) head/sysutils/gkrellfire/Makefile (contents, props changed) head/sysutils/gkrellflynn/Makefile (contents, props changed) head/sysutils/gkrellm-trayicons/Makefile (contents, props changed) head/sysutils/gkrellm2/Makefile (contents, props changed) head/sysutils/gkrelltop/Makefile (contents, props changed) head/sysutils/gksu/Makefile (contents, props changed) head/sysutils/gnome-control-center/Makefile (contents, props changed) head/sysutils/gnome-device-manager/Makefile (contents, props changed) head/sysutils/gnome-mount/Makefile (contents, props changed) head/sysutils/gnome-power-manager/Makefile (contents, props changed) head/sysutils/gnome-schedule/Makefile (contents, props changed) head/sysutils/gnome-settings-daemon/Makefile (contents, props changed) head/sysutils/gnome-system-monitor/Makefile (contents, props changed) head/sysutils/goaccess/Makefile (contents, props changed) head/sysutils/gosa/Makefile (contents, props changed) head/sysutils/graffer/Makefile (contents, props changed) head/sysutils/graveman/Makefile (contents, props changed) head/sysutils/grok/Makefile (contents, props changed) head/sysutils/grub2-bhyve/Makefile (contents, props changed) head/sysutils/grub2-efi/Makefile (contents, props changed) head/sysutils/grub2-pcbsd/Makefile (contents, props changed) head/sysutils/grub2/Makefile (contents, props changed) head/sysutils/gsmartcontrol/Makefile (contents, props changed) head/sysutils/hachoir-metadata/Makefile (contents, props changed) head/sysutils/hachoir-subfile/Makefile (contents, props changed) head/sysutils/hachoir-urwid/Makefile (contents, props changed) head/sysutils/hachoir-wx/Makefile (contents, props changed) head/sysutils/hal-info/Makefile (contents, props changed) head/sysutils/hal/Makefile (contents, props changed) head/sysutils/hardlink/Makefile (contents, props changed) head/sysutils/hatop/Makefile (contents, props changed) head/sysutils/heartbeat/Makefile (contents, props changed) head/sysutils/heirloom/Makefile (contents, props changed) head/sysutils/hfm/Makefile (contents, props changed) head/sysutils/hfsexplorer/Makefile (contents, props changed) head/sysutils/hourglass/Makefile (contents, props changed) head/sysutils/hpacucli/Makefile (contents, props changed) head/sysutils/hploscripts/Makefile (contents, props changed) head/sysutils/htop/Makefile (contents, props changed) head/sysutils/inotify-tools/Makefile (contents, props changed) head/sysutils/ipfs-go/Makefile (contents, props changed) head/sysutils/ipmitool/Makefile (contents, props changed) head/sysutils/ipsc/Makefile (contents, props changed) head/sysutils/isomaster/Makefile (contents, props changed) head/sysutils/isomd5sum/Makefile (contents, props changed) head/sysutils/istatd/Makefile (contents, props changed) head/sysutils/jadm/Makefile (contents, props changed) head/sysutils/jailadmin/Makefile (contents, props changed) head/sysutils/jfbterm/Makefile (contents, props changed) head/sysutils/jps/Makefile (contents, props changed) head/sysutils/jtop/Makefile (contents, props changed) head/sysutils/jx/Makefile (contents, props changed) head/sysutils/k3b-kde4/Makefile (contents, props changed) head/sysutils/kcm-polkit-kde/Makefile (contents, props changed) head/sysutils/kdeadmin4/Makefile (contents, props changed) head/sysutils/keyboard-daemon/Makefile (contents, props changed) head/sysutils/kfilemetadata/Makefile (contents, props changed) head/sysutils/knutclient-kde4/Makefile (contents, props changed) head/sysutils/krename-kde4/Makefile (contents, props changed) head/sysutils/lcdproc/Makefile (contents, props changed) head/sysutils/ldap-account-manager/Makefile (contents, props changed) head/sysutils/ldapvi/Makefile (contents, props changed) head/sysutils/ledit/Makefile (contents, props changed) head/sysutils/libcdio-paranoia/Makefile (contents, props changed) head/sysutils/libcdio/Makefile (contents, props changed) head/sysutils/libgksu/Makefile (contents, props changed) head/sysutils/life-preserver/Makefile (contents, props changed) head/sysutils/lineak-defaultplugin/Makefile (contents, props changed) head/sysutils/lineak-xosdplugin/Makefile (contents, props changed) head/sysutils/linux-crashplan/Makefile (contents, props changed) head/sysutils/livecd/Makefile (contents, props changed) head/sysutils/lmon/Makefile (contents, props changed) head/sysutils/lnav/Makefile (contents, props changed) head/sysutils/log_analysis/Makefile (contents, props changed) head/sysutils/logrotate/Makefile (contents, props changed) head/sysutils/logstalgia/Makefile (contents, props changed) head/sysutils/logstash-forwarder/Makefile (contents, props changed) head/sysutils/logstash/Makefile (contents, props changed) head/sysutils/logwatch/Makefile (contents, props changed) head/sysutils/luckybackup/Makefile (contents, props changed) head/sysutils/lxterminal/Makefile (contents, props changed) head/sysutils/massadmin/Makefile (contents, props changed) head/sysutils/mate-control-center/Makefile (contents, props changed) head/sysutils/mate-polkit/Makefile (contents, props changed) head/sysutils/mate-power-manager/Makefile (contents, props changed) head/sysutils/mate-settings-daemon/Makefile (contents, props changed) head/sysutils/mate-system-monitor/Makefile (contents, props changed) head/sysutils/mcollective-actionpolicy-auth/Makefile (contents, props changed) head/sysutils/mcollective-nettest-agent/Makefile (contents, props changed) head/sysutils/mcollective-nettest-client/Makefile (contents, props changed) head/sysutils/mcollective-nettest-common/Makefile (contents, props changed) head/sysutils/mcollective-nrpe-agent/Makefile (contents, props changed) head/sysutils/mcollective-puppet-agent/Makefile (contents, props changed) head/sysutils/mcollective-service-agent/Makefile (contents, props changed) head/sysutils/mcollective-service-client/Makefile (contents, props changed) head/sysutils/mcollective-service-common/Makefile (contents, props changed) head/sysutils/mcollective-shell-agent/Makefile (contents, props changed) head/sysutils/mcollective-shell-client/Makefile (contents, props changed) head/sysutils/mcollective/Makefile (contents, props changed) head/sysutils/mcron/Makefile (contents, props changed) head/sysutils/memtest86+/Makefile (contents, props changed) head/sysutils/metalog/Makefile (contents, props changed) head/sysutils/mnrpes/Makefile (contents, props changed) head/sysutils/modules/Makefile (contents, props changed) head/sysutils/monitorix/Makefile (contents, props changed) head/sysutils/moosefs-master/Makefile (contents, props changed) head/sysutils/moreutils/Makefile (contents, props changed) head/sysutils/most/Makefile (contents, props changed) head/sysutils/mount.app/Makefile (contents, props changed) head/sysutils/mountsmb2/Makefile (contents, props changed) head/sysutils/mpiexec/Makefile (contents, props changed) head/sysutils/mtpfs/Makefile (contents, props changed) head/sysutils/munin-common/Makefile (contents, props changed) head/sysutils/munin-master/Makefile (contents, props changed) head/sysutils/munin-node/Makefile (contents, props changed) head/sysutils/mybashburn/Makefile (contents, props changed) head/sysutils/namefix/Makefile (contents, props changed) head/sysutils/nbosd/Makefile (contents, props changed) head/sysutils/nepomuk-core/Makefile (contents, props changed) head/sysutils/nitrogen/Makefile (contents, props changed) head/sysutils/ntfsprogs/Makefile (contents, props changed) head/sysutils/nut/Makefile (contents, props changed) head/sysutils/openhpi/Makefile (contents, props changed) head/sysutils/openipmi/Makefile (contents, props changed) head/sysutils/ori/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/sysutils/p5-BSD-Jail-Object/Makefile (contents, props changed) head/sysutils/p5-BSD-Process/Makefile (contents, props changed) head/sysutils/p5-Brackup/Makefile (contents, props changed) head/sysutils/p5-File-Listing/Makefile (contents, props changed) head/sysutils/p5-File-Stat-ModeString/Makefile (contents, props changed) head/sysutils/p5-Filesys-DiskUsage/Makefile (contents, props changed) head/sysutils/p5-Fuse-Simple/Makefile (contents, props changed) head/sysutils/p5-Log-Syslog-Fast/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Client/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Network/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Server/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Utils/Makefile (contents, props changed) head/sysutils/p5-Monitor-Simple/Makefile (contents, props changed) head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile (contents, props changed) head/sysutils/p5-Plugtools/Makefile (contents, props changed) head/sysutils/p5-Proclet/Makefile (contents, props changed) head/sysutils/p5-Rex/Makefile (contents, props changed) head/sysutils/p5-Schedule-Cron-Events/Makefile (contents, props changed) head/sysutils/p5-Schedule-Cron/Makefile (contents, props changed) head/sysutils/p5-Schedule-Load/Makefile (contents, props changed) head/sysutils/p5-Sys-Filesystem/Makefile (contents, props changed) head/sysutils/p5-Sysadm-Install/Makefile (contents, props changed) head/sysutils/p5-Tail-Stat/Makefile (contents, props changed) head/sysutils/p5-Ubic/Makefile (contents, props changed) head/sysutils/p5-Unix-Lsof/Makefile (contents, props changed) head/sysutils/p5-ZConf-Cron/Makefile (contents, props changed) head/sysutils/p5-arclog/Makefile (contents, props changed) head/sysutils/p5-reslog/Makefile (contents, props changed) head/sysutils/packer/Makefile (contents, props changed) head/sysutils/pacman/Makefile (contents, props changed) head/sysutils/pam_mount/Makefile (contents, props changed) head/sysutils/panicmail/Makefile (contents, props changed) head/sysutils/parallel/Makefile (contents, props changed) head/sysutils/password-store/Makefile (contents, props changed) head/sysutils/pbi-manager/Makefile (contents, props changed) head/sysutils/pcbsd-appweb/Makefile (contents, props changed) head/sysutils/pcbsd-utils-qt5/Makefile (contents, props changed) head/sysutils/pcbsd-utils/Makefile (contents, props changed) head/sysutils/pciutils/Makefile (contents, props changed) head/sysutils/pdsh/Makefile (contents, props changed) head/sysutils/pear-Cache/Makefile (contents, props changed) head/sysutils/pear-Log/Makefile (contents, props changed) head/sysutils/pear-Translation2/Makefile (contents, props changed) head/sysutils/pecl-mogilefs/Makefile (contents, props changed) head/sysutils/pesign/Makefile (contents, props changed) head/sysutils/pflogx/Makefile (contents, props changed) head/sysutils/pfstat/Makefile (contents, props changed) head/sysutils/policykit-gnome/Makefile (contents, props changed) head/sysutils/policykit-qt/Makefile (contents, props changed) head/sysutils/policykit/Makefile (contents, props changed) head/sysutils/polkit-gnome/Makefile (contents, props changed) head/sysutils/polkit-kde/Makefile (contents, props changed) head/sysutils/polkit-qt/Makefile (contents, props changed) head/sysutils/polkit-qt5/Makefile (contents, props changed) head/sysutils/polkit/Makefile (contents, props changed) head/sysutils/powerman/Makefile (contents, props changed) head/sysutils/prelink/Makefile (contents, props changed) head/sysutils/procenv/Makefile (contents, props changed) head/sysutils/psmisc/Makefile (contents, props changed) head/sysutils/pstacku/Makefile (contents, props changed) head/sysutils/puppet37/Makefile (contents, props changed) head/sysutils/puppet38/Makefile (contents, props changed) head/sysutils/puppet4/Makefile (contents, props changed) head/sysutils/puppetserver/Makefile (contents, props changed) head/sysutils/py-bcfg2/Makefile (contents, props changed) head/sysutils/py-cdmi/Makefile (contents, props changed) head/sysutils/py-croniter/Makefile (contents, props changed) head/sysutils/py-crontab/Makefile (contents, props changed) head/sysutils/py-diffoscope/Makefile (contents, props changed) head/sysutils/py-dlipower/Makefile (contents, props changed) head/sysutils/py-ezjailremote/Makefile (contents, props changed) head/sysutils/py-freenas.cli/Makefile (contents, props changed) head/sysutils/py-glances/Makefile (contents, props changed) head/sysutils/py-halite/Makefile (contents, props changed) head/sysutils/py-honcho/Makefile (contents, props changed) head/sysutils/py-ploy/Makefile (contents, props changed) head/sysutils/py-ploy_ansible/Makefile (contents, props changed) head/sysutils/py-ploy_ec2/Makefile (contents, props changed) head/sysutils/py-ploy_ezjail/Makefile (contents, props changed) head/sysutils/py-ploy_fabric/Makefile (contents, props changed) head/sysutils/py-plumbum/Makefile (contents, props changed) head/sysutils/py-pytsk/Makefile (contents, props changed) head/sysutils/py-pywatchman/Makefile (contents, props changed) head/sysutils/py-salt/Makefile (contents, props changed) head/sysutils/py-shutilwhich/Makefile (contents, props changed) head/sysutils/py-supervisor/Makefile (contents, props changed) head/sysutils/py-tmuxp/Makefile (contents, props changed) head/sysutils/py-zdaemon/Makefile (contents, props changed) head/sysutils/qpxtool/Makefile (contents, props changed) head/sysutils/quicksynergy/Makefile (contents, props changed) head/sysutils/qzeitgeist/Makefile (contents, props changed) head/sysutils/rdiff-backup-devel/Makefile (contents, props changed) head/sysutils/rdiff-backup/Makefile (contents, props changed) head/sysutils/rdup/Makefile (contents, props changed) head/sysutils/realsync/Makefile (contents, props changed) head/sysutils/relaunchd/Makefile (contents, props changed) head/sysutils/relaxconf/Makefile (contents, props changed) head/sysutils/renameutils/Makefile (contents, props changed) head/sysutils/reoback/Makefile (contents, props changed) head/sysutils/restic/Makefile (contents, props changed) head/sysutils/rhc/Makefile (contents, props changed) head/sysutils/riak-cs/Makefile (contents, props changed) head/sysutils/rsnapshot/Makefile (contents, props changed) head/sysutils/rsyncbackup/Makefile (contents, props changed) head/sysutils/rsyncmanager/Makefile (contents, props changed) head/sysutils/rsyncrypto/Makefile (contents, props changed) head/sysutils/rsyslog7/Makefile (contents, props changed) head/sysutils/rsyslog8/Makefile (contents, props changed) head/sysutils/rubygem-backup/Makefile (contents, props changed) head/sysutils/rubygem-bosh-gen/Makefile (contents, props changed) head/sysutils/rubygem-bundler_ext/Makefile (contents, props changed) head/sysutils/rubygem-capistrano-ext/Makefile (contents, props changed) head/sysutils/rubygem-capistrano/Makefile (contents, props changed) head/sysutils/rubygem-chef-api/Makefile (contents, props changed) head/sysutils/rubygem-chef-zero/Makefile (contents, props changed) head/sysutils/rubygem-chef/Makefile (contents, props changed) head/sysutils/rubygem-facter/Makefile (contents, props changed) head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile (contents, props changed) head/sysutils/rubygem-fluent-plugin-config-expander/Makefile (contents, props changed) head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile (contents, props changed) head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile (contents, props changed) head/sysutils/rubygem-fluentd/Makefile (contents, props changed) head/sysutils/rubygem-fluentd010/Makefile (contents, props changed) head/sysutils/rubygem-guard-livereload/Makefile (contents, props changed) head/sysutils/rubygem-guard-minitest/Makefile (contents, props changed) head/sysutils/rubygem-guard-rspec/Makefile (contents, props changed) head/sysutils/rubygem-guard/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile (contents, props changed) head/sysutils/rubygem-hiera-file/Makefile (contents, props changed) head/sysutils/rubygem-hiera/Makefile (contents, props changed) head/sysutils/rubygem-hiera1/Makefile (contents, props changed) head/sysutils/rubygem-hieracles/Makefile (contents, props changed) head/sysutils/rubygem-librarian-puppet/Makefile (contents, props changed) head/sysutils/rubygem-mothra/Makefile (contents, props changed) head/sysutils/rubygem-ohai/Makefile (contents, props changed) head/sysutils/rubygem-puppet_forge/Makefile (contents, props changed) head/sysutils/rubygem-puppet_forge1/Makefile (contents, props changed) head/sysutils/rubygem-r10k/Makefile (contents, props changed) head/sysutils/rubygem-rubyipmi/Makefile (contents, props changed) head/sysutils/rubygem-smart_proxy_chef/Makefile (contents, props changed) head/sysutils/rubygem-smart_proxy_dynflow/Makefile (contents, props changed) head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile (contents, props changed) head/sysutils/rubygem-smart_proxy_salt/Makefile (contents, props changed) head/sysutils/rubygem-sys-admin/Makefile (contents, props changed) head/sysutils/rubygem-sys-cpu/Makefile (contents, props changed) head/sysutils/rubygem-sys-filesystem/Makefile (contents, props changed) head/sysutils/rubygem-sys-proctable/Makefile (contents, props changed) head/sysutils/rubygem-sys-uname/Makefile (contents, props changed) head/sysutils/rubygem-sys-uptime/Makefile (contents, props changed) head/sysutils/rubygem-winrm-fs/Makefile (contents, props changed) head/sysutils/rubygem-winrm/Makefile (contents, props changed) head/sysutils/runwhen/Makefile (contents, props changed) head/sysutils/s6/Makefile (contents, props changed) head/sysutils/sample/Makefile (contents, props changed) head/sysutils/sbsigntool/Makefile (contents, props changed) head/sysutils/scalpel/Makefile (contents, props changed) head/sysutils/scanmem/Makefile (contents, props changed) head/sysutils/screen-legacy/Makefile (contents, props changed) head/sysutils/screen/Makefile (contents, props changed) head/sysutils/screenfetch/Makefile (contents, props changed) head/sysutils/screenie/Makefile (contents, props changed) head/sysutils/scterc/Makefile (contents, props changed) head/sysutils/serf/Makefile (contents, props changed) head/sysutils/shim/Makefile (contents, props changed) head/sysutils/slack/Makefile (contents, props changed) head/sysutils/sleuthkit/Makefile (contents, props changed) head/sysutils/slurm-wlm/Makefile (contents, props changed) head/sysutils/snowlog/Makefile (contents, props changed) head/sysutils/socklog/Makefile (contents, props changed) head/sysutils/squashfs-tools/Makefile (contents, props changed) head/sysutils/sshsudo/Makefile (contents, props changed) head/sysutils/stalepid/Makefile (contents, props changed) head/sysutils/stanchion/Makefile (contents, props changed) head/sysutils/stow/Makefile (contents, props changed) head/sysutils/stowES/Makefile (contents, props changed) head/sysutils/su2/Makefile (contents, props changed) head/sysutils/superiotool/Makefile (contents, props changed) head/sysutils/swapd/Makefile (contents, props changed) head/sysutils/symon/Makefile (contents, props changed) head/sysutils/synergy/Makefile (contents, props changed) head/sysutils/sysgather/Makefile (contents, props changed) head/sysutils/sysinfo/Makefile (contents, props changed) head/sysutils/syslinux/Makefile (contents, props changed) head/sysutils/syslog-ng-devel/Makefile (contents, props changed) head/sysutils/syslog-ng-incubator/Makefile (contents, props changed) head/sysutils/syslog-ng-incubator03/Makefile (contents, props changed) head/sysutils/syslog-ng34/Makefile (contents, props changed) head/sysutils/syslog-ng35/Makefile (contents, props changed) head/sysutils/syslog-ng36/Makefile (contents, props changed) head/sysutils/syslog-ng37/Makefile (contents, props changed) head/sysutils/system-tools-backends/Makefile (contents, props changed) head/sysutils/tarsnap-periodic/Makefile (contents, props changed) head/sysutils/tartarus/Makefile (contents, props changed) head/sysutils/tcplist/Makefile (contents, props changed) head/sysutils/tenshi/Makefile (contents, props changed) head/sysutils/terraform/Makefile (contents, props changed) head/sysutils/testdisk/Makefile (contents, props changed) head/sysutils/titlefix/Makefile (contents, props changed) head/sysutils/tkdvd/Makefile (contents, props changed) head/sysutils/tlsdate/Makefile (contents, props changed) head/sysutils/tmux/Makefile (contents, props changed) head/sysutils/tracker/Makefile (contents, props changed) head/sysutils/tuptime/Makefile (contents, props changed) head/sysutils/u-boot-beaglebone/Makefile (contents, props changed) head/sysutils/u-boot-cubieboard/Makefile (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/Makefile (contents, props changed) head/sysutils/u-boot-duovero/Makefile (contents, props changed) head/sysutils/u-boot-pandaboard/Makefile (contents, props changed) head/sysutils/u-boot-rpi/Makefile (contents, props changed) head/sysutils/u-boot-rpi2/Makefile (contents, props changed) head/sysutils/u-boot-utilite/Makefile (contents, props changed) head/sysutils/u-boot-wandboard/Makefile (contents, props changed) head/sysutils/ucspi-proxy/Makefile (contents, props changed) head/sysutils/ucspi-ssl/Makefile (contents, props changed) head/sysutils/ucspi-unix/Makefile (contents, props changed) head/sysutils/unieject/Makefile (contents, props changed) head/sysutils/uniutils/Makefile (contents, props changed) head/sysutils/upower/Makefile (contents, props changed) head/sysutils/usbhotkey/Makefile (contents, props changed) head/sysutils/uschedule/Makefile (contents, props changed) head/sysutils/usermatic/Makefile (contents, props changed) head/sysutils/usermin/Makefile (contents, props changed) head/sysutils/userneu-devel/Makefile (contents, props changed) head/sysutils/userneu/Makefile (contents, props changed) head/sysutils/vagrant/Makefile (contents, props changed) head/sysutils/vbetool/Makefile (contents, props changed) head/sysutils/vii/Makefile (contents, props changed) head/sysutils/vils/Makefile (contents, props changed) head/sysutils/vimpager/Makefile (contents, props changed) head/sysutils/virtualmin/Makefile (contents, props changed) head/sysutils/vlogger/Makefile (contents, props changed) head/sysutils/vobcopy/Makefile (contents, props changed) head/sysutils/volman/Makefile (contents, props changed) head/sysutils/warden/Makefile (contents, props changed) head/sysutils/watchman/Makefile (contents, props changed) head/sysutils/watchmen/Makefile (contents, props changed) head/sysutils/webmin/Makefile (contents, props changed) head/sysutils/wemux/Makefile (contents, props changed) head/sysutils/whatpix/Makefile (contents, props changed) head/sysutils/wiimms/Makefile (contents, props changed) head/sysutils/wmfire/Makefile (contents, props changed) head/sysutils/x86info/Makefile (contents, props changed) head/sysutils/xcdroast/Makefile (contents, props changed) head/sysutils/xe-guest-utilities/Makefile (contents, props changed) head/sysutils/xen-guest-tools/Makefile (contents, props changed) head/sysutils/xen-tools/Makefile (contents, props changed) head/sysutils/xfburn/Makefile (contents, props changed) head/sysutils/xfce4-power-manager/Makefile (contents, props changed) head/sysutils/xfce4-settings/Makefile (contents, props changed) head/sysutils/xfce4-systemload-plugin/Makefile (contents, props changed) head/sysutils/xorriso/Makefile (contents, props changed) head/sysutils/xvidcap/Makefile (contents, props changed) head/sysutils/yum/Makefile (contents, props changed) head/sysutils/zbackup/Makefile (contents, props changed) head/sysutils/zeitgeist/Makefile (contents, props changed) head/sysutils/zeroer/Makefile (contents, props changed) head/sysutils/zfs-replicate/Makefile (contents, props changed) head/sysutils/zogftw/Makefile (contents, props changed) head/sysutils/zrep/Makefile (contents, props changed) head/sysutils/zxfer/Makefile (contents, props changed) head/textproc/R-cran-DT/Makefile (contents, props changed) head/textproc/R-cran-htmltools/Makefile (contents, props changed) head/textproc/R-cran-markdown/Makefile (contents, props changed) head/textproc/R-cran-rmarkdown/Makefile (contents, props changed) head/textproc/R-cran-stringi/Makefile (contents, props changed) head/textproc/R-cran-stringr/Makefile (contents, props changed) head/textproc/R-cran-xml2/Makefile (contents, props changed) head/textproc/ack/Makefile (contents, props changed) head/textproc/adabrowse/Makefile (contents, props changed) head/textproc/aiksaurus-gtk/Makefile (contents, props changed) head/textproc/amberfish/Makefile (contents, props changed) head/textproc/ant-xinclude-task/Makefile (contents, props changed) head/textproc/antiword/Makefile (contents, props changed) head/textproc/apertium/Makefile (contents, props changed) head/textproc/archmage/Makefile (contents, props changed) head/textproc/artha/Makefile (contents, props changed) head/textproc/asciidoc/Makefile (contents, props changed) head/textproc/asciinema/Makefile (contents, props changed) head/textproc/asm-xml/Makefile (contents, props changed) head/textproc/aspell-ispell/Makefile (contents, props changed) head/textproc/aspell/Makefile.inc (contents, props changed) head/textproc/augeas/Makefile (contents, props changed) head/textproc/bibtex2html/Makefile (contents, props changed) head/textproc/cbedic/Makefile (contents, props changed) head/textproc/cgrep/Makefile (contents, props changed) head/textproc/chm2pdf/Makefile (contents, props changed) head/textproc/chpp/Makefile (contents, props changed) head/textproc/cl-meta-sbcl/Makefile (contents, props changed) head/textproc/cl-ppcre-sbcl/Makefile (contents, props changed) head/textproc/clucene/Makefile (contents, props changed) head/textproc/coccigrep/Makefile (contents, props changed) head/textproc/confetti/Makefile (contents, props changed) head/textproc/confget/Makefile (contents, props changed) head/textproc/consul-template/Makefile (contents, props changed) head/textproc/csv2latex/Makefile (contents, props changed) head/textproc/ctpp2/Makefile (contents, props changed) head/textproc/db2latex/Makefile (contents, props changed) head/textproc/dbacl/Makefile (contents, props changed) head/textproc/dblatex/Makefile (contents, props changed) head/textproc/denature/Makefile (contents, props changed) head/textproc/dict/Makefile (contents, props changed) head/textproc/dictem/Makefile (contents, props changed) head/textproc/dictfmt/Makefile (contents, props changed) head/textproc/diffutils/Makefile (contents, props changed) head/textproc/docbook-sgml/Makefile (contents, props changed) head/textproc/docbook-to-man/Makefile (contents, props changed) head/textproc/docbook-utils/Makefile (contents, props changed) head/textproc/docbook-xml/Makefile (contents, props changed) head/textproc/docbook-xsl-ns/Makefile (contents, props changed) head/textproc/docbook-xsl/Makefile (contents, props changed) head/textproc/docbook/Makefile (contents, props changed) head/textproc/docbook2X/Makefile (contents, props changed) head/textproc/docbook2mdoc/Makefile (contents, props changed) head/textproc/docbook2odf/Makefile (contents, props changed) head/textproc/doclifter/Makefile (contents, props changed) head/textproc/docproj/Makefile (contents, props changed) head/textproc/domc/Makefile (contents, props changed) head/textproc/dsssl-docbook-modular/Makefile (contents, props changed) head/textproc/dtd-catalogs/Makefile (contents, props changed) head/textproc/dtdparse/Makefile (contents, props changed) head/textproc/dwdiff/Makefile (contents, props changed) head/textproc/ebook-tools/Makefile (contents, props changed) head/textproc/ecromedos/Makefile (contents, props changed) head/textproc/elasticsearch-plugin-hq/Makefile (contents, props changed) head/textproc/elasticsearch-plugin-marvel/Makefile (contents, props changed) head/textproc/elasticsearch-plugin-sql/Makefile (contents, props changed) head/textproc/elasticsearch-river-rabbitmq/Makefile (contents, props changed) head/textproc/elasticsearch/Makefile (contents, props changed) head/textproc/elasticsearch2-plugin-hq/Makefile (contents, props changed) head/textproc/elasticsearch2-plugin-marvel/Makefile (contents, props changed) head/textproc/elasticsearch2-plugin-sql/Makefile (contents, props changed) head/textproc/emacs-wiki/Makefile (contents, props changed) head/textproc/enchant/Makefile (contents, props changed) head/textproc/eqe/Makefile (contents, props changed) head/textproc/erlang-p1xml/Makefile (contents, props changed) head/textproc/estraier/Makefile (contents, props changed) head/textproc/exempi/Makefile (contents, props changed) head/textproc/extract_url/Makefile (contents, props changed) head/textproc/fcitx-m17n/Makefile (contents, props changed) head/textproc/fixrtf/Makefile (contents, props changed) head/textproc/fldiff/Makefile (contents, props changed) head/textproc/flex/Makefile (contents, props changed) head/textproc/fop/Makefile (contents, props changed) head/textproc/fpc-libxml2/Makefile (contents, props changed) head/textproc/gladtex/Makefile (contents, props changed) head/textproc/glpi-plugins-AdditionalReports/Makefile (contents, props changed) head/textproc/glpi-plugins-DataInjection/Makefile (contents, props changed) head/textproc/gmetadom/Makefile (contents, props changed) head/textproc/gnome-doc-utils/Makefile (contents, props changed) head/textproc/gnome-spell/Makefile (contents, props changed) head/textproc/gnugrep/Makefile (contents, props changed) head/textproc/goldendict/Makefile (contents, props changed) head/textproc/google-translate-cli/Makefile (contents, props changed) head/textproc/groff/Makefile (contents, props changed) head/textproc/groonga/Makefile (contents, props changed) head/textproc/gspell/Makefile (contents, props changed) head/textproc/gtk-doc/Makefile (contents, props changed) head/textproc/gtkspell/Makefile (contents, props changed) head/textproc/gtkspell3/Makefile (contents, props changed) head/textproc/hevea/Makefile (contents, props changed) head/textproc/hhm/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/hs-double-conversion/Makefile (contents, props changed) head/textproc/hs-libxml-sax/Makefile (contents, props changed) head/textproc/hs-regex-pcre-builtin/Makefile (contents, props changed) head/textproc/html/Makefile (contents, props changed) head/textproc/htmlc/Makefile (contents, props changed) head/textproc/htmldoc/Makefile (contents, props changed) head/textproc/htmltolatex/Makefile (contents, props changed) head/textproc/hyperestraier/Makefile (contents, props changed) head/textproc/hyphen/Makefile (contents, props changed) head/textproc/ibus-el/Makefile (contents, props changed) head/textproc/ibus-kmfl/Makefile (contents, props changed) head/textproc/ibus-m17n/Makefile (contents, props changed) head/textproc/ibus-qt/Makefile (contents, props changed) head/textproc/ibus-table/Makefile (contents, props changed) head/textproc/ibus/Makefile (contents, props changed) head/textproc/idnits/Makefile (contents, props changed) head/textproc/iksemel/Makefile (contents, props changed) head/textproc/info2man/Makefile (contents, props changed) head/textproc/intltool/Makefile (contents, props changed) head/textproc/irstlm/Makefile (contents, props changed) head/textproc/iso12083/Makefile (contents, props changed) head/textproc/iso8879/Makefile (contents, props changed) head/textproc/itstool/Makefile (contents, props changed) head/textproc/jade/Makefile (contents, props changed) head/textproc/jakarta-commons-digester/Makefile (contents, props changed) head/textproc/jaxup/Makefile (contents, props changed) head/textproc/jdictionary/Makefile.plugin (contents, props changed) head/textproc/jq/Makefile (contents, props changed) head/textproc/jrefentry/Makefile (contents, props changed) head/textproc/jshon/Makefile (contents, props changed) head/textproc/kenlm/Makefile (contents, props changed) head/textproc/kibana41/Makefile (contents, props changed) head/textproc/kibana42/Makefile (contents, props changed) head/textproc/kmfl-european-latin/Makefile (contents, props changed) head/textproc/kmfl-khmer/Makefile (contents, props changed) head/textproc/kmfl-sil-ezra/Makefile (contents, props changed) head/textproc/kmfl-sil-galatia/Makefile (contents, props changed) head/textproc/kmfl-sil-ipa-unicode/Makefile (contents, props changed) head/textproc/kmfl-sil-panafrican-latin/Makefile (contents, props changed) head/textproc/kmfl-sil-yi/Makefile (contents, props changed) head/textproc/kmfl-varamozhi-malayalam/Makefile (contents, props changed) head/textproc/kmflcomp/Makefile (contents, props changed) head/textproc/kompare/Makefile (contents, props changed) head/textproc/lasem/Makefile (contents, props changed) head/textproc/latex2html/Makefile (contents, props changed) head/textproc/libabw/Makefile (contents, props changed) head/textproc/libcrm114/Makefile (contents, props changed) head/textproc/libcss/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libextractor/Makefile (contents, props changed) head/textproc/libguess/Makefile (contents, props changed) head/textproc/libkmfl/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile (contents, props changed) head/textproc/liblrdf/Makefile (contents, props changed) head/textproc/libmrss-php/Makefile (contents, props changed) head/textproc/libmrss/Makefile (contents, props changed) head/textproc/libmwaw03/Makefile (contents, props changed) head/textproc/libnxml/Makefile (contents, props changed) head/textproc/libodfgen01/Makefile (contents, props changed) head/textproc/librevenge/Makefile (contents, props changed) head/textproc/libtext-wrapi18n-perl/Makefile (contents, props changed) head/textproc/libtranslate/Makefile (contents, props changed) head/textproc/libutf8proc/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/libwapcaplet/Makefile (contents, props changed) head/textproc/libwpd010/Makefile (contents, props changed) head/textproc/libwps/Makefile (contents, props changed) head/textproc/libwps03/Makefile (contents, props changed) head/textproc/libxml++26-reference/Makefile (contents, props changed) head/textproc/libxml++26/Makefile (contents, props changed) head/textproc/libxml2-reference/Makefile (contents, props changed) head/textproc/libxode/Makefile (contents, props changed) head/textproc/libxslt-reference/Makefile (contents, props changed) head/textproc/libxslt/Makefile (contents, props changed) head/textproc/link-grammar/Makefile (contents, props changed) head/textproc/linuxdoc-tools/Makefile (contents, props changed) head/textproc/linuxdoc/Makefile (contents, props changed) head/textproc/loook/Makefile (contents, props changed) head/textproc/lttoolbox/Makefile (contents, props changed) head/textproc/luaexpat/Makefile (contents, props changed) head/textproc/luceneplusplus/Makefile (contents, props changed) head/textproc/m17n-im-config/Makefile (contents, props changed) head/textproc/mdocml/Makefile (contents, props changed) head/textproc/meld/Makefile (contents, props changed) head/textproc/miller/Makefile (contents, props changed) head/textproc/modlogan/Makefile (contents, props changed) head/textproc/msort/Makefile (contents, props changed) head/textproc/mythes/Makefile (contents, props changed) head/textproc/nux/Makefile (contents, props changed) head/textproc/ocaml-csv/Makefile (contents, props changed) head/textproc/ocaml-expat/Makefile (contents, props changed) head/textproc/ocaml-pxp/Makefile (contents, props changed) head/textproc/ocaml-text/Makefile (contents, props changed) head/textproc/ocaml-tyxml/Makefile (contents, props changed) head/textproc/openfts/Makefile (contents, props changed) head/textproc/opengrm-ngram/Makefile (contents, props changed) head/textproc/openjade/Makefile (contents, props changed) head/textproc/opentoken/Makefile (contents, props changed) head/textproc/ots/Makefile (contents, props changed) head/textproc/p5-AI-Categorizer/Makefile (contents, props changed) head/textproc/p5-Algorithm-CheckDigits/Makefile (contents, props changed) head/textproc/p5-Algorithm-RabinKarp/Makefile (contents, props changed) head/textproc/p5-BibTeX-Parser/Makefile (contents, props changed) head/textproc/p5-Bloom-Filter/Makefile (contents, props changed) head/textproc/p5-CAM-PDF/Makefile (contents, props changed) head/textproc/p5-CQL-Parser/Makefile (contents, props changed) head/textproc/p5-CSS-Croco/Makefile (contents, props changed) head/textproc/p5-CSS-Minifier-XS/Makefile (contents, props changed) head/textproc/p5-CSS-Packer/Makefile (contents, props changed) head/textproc/p5-CSS-SAC/Makefile (contents, props changed) head/textproc/p5-CSS-Simple/Makefile (contents, props changed) head/textproc/p5-CSS-Squish/Makefile (contents, props changed) head/textproc/p5-CSS-Tiny/Makefile (contents, props changed) head/textproc/p5-CSS/Makefile (contents, props changed) head/textproc/p5-Class-CSV/Makefile (contents, props changed) head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile (contents, props changed) head/textproc/p5-Data-FormValidator/Makefile (contents, props changed) head/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile (contents, props changed) head/textproc/p5-Data-Report/Makefile (contents, props changed) head/textproc/p5-Data-SpreadPagination/Makefile (contents, props changed) head/textproc/p5-Dev-Bollocks/Makefile (contents, props changed) head/textproc/p5-Devel-TraceSAX/Makefile (contents, props changed) head/textproc/p5-DocSet/Makefile (contents, props changed) head/textproc/p5-EBook-Tools/Makefile (contents, props changed) head/textproc/p5-ElasticSearch-SearchBuilder/Makefile (contents, props changed) head/textproc/p5-ElasticSearch-legacy/Makefile (contents, props changed) head/textproc/p5-Excel-Template/Makefile (contents, props changed) head/textproc/p5-Excel-Writer-XLSX/Makefile (contents, props changed) head/textproc/p5-FormValidator-Lite/Makefile (contents, props changed) head/textproc/p5-Games-Dissociate/Makefile (contents, props changed) head/textproc/p5-Geo-Parse-OSM/Makefile (contents, props changed) head/textproc/p5-Getopt-Lucid/Makefile (contents, props changed) head/textproc/p5-Google-Data-JSON/Makefile (contents, props changed) head/textproc/p5-Groonga-API/Makefile (contents, props changed) head/textproc/p5-HTML-CTPP2/Makefile (contents, props changed) head/textproc/p5-HTML-Copy/Makefile (contents, props changed) head/textproc/p5-HTML-Entities-Interpolate/Makefile (contents, props changed) head/textproc/p5-HTML-EscapeEvil/Makefile (contents, props changed) head/textproc/p5-HTML-Format/Makefile (contents, props changed) head/textproc/p5-HTML-FormatExternal/Makefile (contents, props changed) head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile (contents, props changed) head/textproc/p5-HTML-FormatText-WithLinks/Makefile (contents, props changed) head/textproc/p5-HTML-HTML5-Parser/Makefile (contents, props changed) head/textproc/p5-HTML-HTMLDoc/Makefile (contents, props changed) head/textproc/p5-HTML-Packer/Makefile (contents, props changed) head/textproc/p5-HTML-QRCode/Makefile (contents, props changed) head/textproc/p5-HTML-Quoted/Makefile (contents, props changed) head/textproc/p5-HTML-RewriteAttributes/Makefile (contents, props changed) head/textproc/p5-HTML-SBC/Makefile (contents, props changed) head/textproc/p5-HTML-TagFilter/Makefile (contents, props changed) head/textproc/p5-HTML-Tidy/Makefile (contents, props changed) head/textproc/p5-HTML-Truncate/Makefile (contents, props changed) head/textproc/p5-Hailo/Makefile (contents, props changed) head/textproc/p5-Hash-Merge/Makefile (contents, props changed) head/textproc/p5-Hatena-Keyword/Makefile (contents, props changed) head/textproc/p5-IO-CSVHeaderFile/Makefile (contents, props changed) head/textproc/p5-JavaScript-Minifier-XS/Makefile (contents, props changed) head/textproc/p5-JavaScript-Packer/Makefile (contents, props changed) head/textproc/p5-KinoSearch1/Makefile (contents, props changed) head/textproc/p5-LaTeX-Driver/Makefile (contents, props changed) head/textproc/p5-LaTeX-Encode/Makefile (contents, props changed) head/textproc/p5-LaTeX-Pod/Makefile (contents, props changed) head/textproc/p5-LaTeX-Table/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-AddressParse/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Fathom/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-FindNumber/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Inflect-Number/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-MatchNames/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-NameParse/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-NamedEntity/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Numbers-Easy/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Summarize/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Tagger/Makefile (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/Makefile (contents, props changed) head/textproc/p5-Lingua-Identify/Makefile (contents, props changed) head/textproc/p5-Lingua-Ispell/Makefile (contents, props changed) head/textproc/p5-Lingua-Preferred/Makefile (contents, props changed) head/textproc/p5-Lingua-Stem/Makefile (contents, props changed) head/textproc/p5-MARC-Charset/Makefile (contents, props changed) head/textproc/p5-MARC-Lint/Makefile (contents, props changed) head/textproc/p5-MARC-XML/Makefile (contents, props changed) head/textproc/p5-Makefile-DOM/Makefile (contents, props changed) head/textproc/p5-Makefile-Parser/Makefile (contents, props changed) head/textproc/p5-Markapl/Makefile (contents, props changed) head/textproc/p5-Marpa-HTML/Makefile (contents, props changed) head/textproc/p5-Net-Groonga-HTTP/Makefile (contents, props changed) head/textproc/p5-Net-IDN-Encode/Makefile (contents, props changed) head/textproc/p5-Net-YASA/Makefile (contents, props changed) head/textproc/p5-NetAddr-IP-Find/Makefile (contents, props changed) head/textproc/p5-ODF-lpOD/Makefile (contents, props changed) head/textproc/p5-OpenOffice-OODoc/Makefile (contents, props changed) head/textproc/p5-PDF-API2-Simple/Makefile (contents, props changed) head/textproc/p5-PDF-API2/Makefile (contents, props changed) head/textproc/p5-PDF-FromHTML/Makefile (contents, props changed) head/textproc/p5-PDF-Table/Makefile (contents, props changed) head/textproc/p5-PDF-WebKit/Makefile (contents, props changed) head/textproc/p5-POE-Filter-XML/Makefile (contents, props changed) head/textproc/p5-PPI-HTML/Makefile (contents, props changed) head/textproc/p5-PPI-XS/Makefile (contents, props changed) head/textproc/p5-PPI/Makefile (contents, props changed) head/textproc/p5-PPIx-EditorTools/Makefile (contents, props changed) head/textproc/p5-PPIx-Regexp/Makefile (contents, props changed) head/textproc/p5-PPIx-Utilities/Makefile (contents, props changed) head/textproc/p5-Parse-BooleanLogic/Makefile (contents, props changed) head/textproc/p5-Parse-CSV/Makefile (contents, props changed) head/textproc/p5-Parse-Syslog/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Bangs/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Itch/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Moose/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-More/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Pulp/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Swift/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Tics/Makefile (contents, props changed) head/textproc/p5-Perl-Critic/Makefile (contents, props changed) head/textproc/p5-Perl-Lint/Makefile (contents, props changed) head/textproc/p5-Perl-MinimumVersion/Makefile (contents, props changed) head/textproc/p5-PerlPoint-Converters/Makefile (contents, props changed) head/textproc/p5-PerlPoint-Package/Makefile (contents, props changed) head/textproc/p5-Petal-CodePerl/Makefile (contents, props changed) head/textproc/p5-Petal-Mail/Makefile (contents, props changed) head/textproc/p5-Petal-Utils/Makefile (contents, props changed) head/textproc/p5-Petal/Makefile (contents, props changed) head/textproc/p5-Plagger/Makefile (contents, props changed) head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile (contents, props changed) head/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile (contents, props changed) head/textproc/p5-Plucene-Simple/Makefile (contents, props changed) head/textproc/p5-Plucene/Makefile (contents, props changed) head/textproc/p5-Pod-Abstract/Makefile (contents, props changed) head/textproc/p5-Pod-Autopod/Makefile (contents, props changed) head/textproc/p5-Pod-DocBook/Makefile (contents, props changed) head/textproc/p5-Pod-Elemental/Makefile (contents, props changed) head/textproc/p5-Pod-Eventual/Makefile (contents, props changed) head/textproc/p5-Pod-HtmlEasy/Makefile (contents, props changed) head/textproc/p5-Pod-Markdown/Makefile (contents, props changed) head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile (contents, props changed) head/textproc/p5-Pod-POM/Makefile (contents, props changed) head/textproc/p5-Pod-ProjectDocs/Makefile (contents, props changed) head/textproc/p5-Pod-Readme/Makefile (contents, props changed) head/textproc/p5-Pod-Spell/Makefile (contents, props changed) head/textproc/p5-Pod-Tree/Makefile (contents, props changed) head/textproc/p5-Pod-WSDL/Makefile (contents, props changed) head/textproc/p5-Pod-WikiDoc/Makefile (contents, props changed) head/textproc/p5-Pod-XML/Makefile (contents, props changed) head/textproc/p5-Pod-Xhtml/Makefile (contents, props changed) head/textproc/p5-RADIUS-UserFile/Makefile (contents, props changed) head/textproc/p5-RDF-Core/Makefile (contents, props changed) head/textproc/p5-RDF-Notation3/Makefile (contents, props changed) head/textproc/p5-RDF-Simple/Makefile (contents, props changed) head/textproc/p5-RDF-Trine/Makefile (contents, props changed) head/textproc/p5-RDFStore/Makefile (contents, props changed) head/textproc/p5-RTF-Parser/Makefile (contents, props changed) head/textproc/p5-RTF-Writer/Makefile (contents, props changed) head/textproc/p5-Regexp-Common-Email-Address/Makefile (contents, props changed) head/textproc/p5-Regexp-Common-net-CIDR/Makefile (contents, props changed) head/textproc/p5-Regexp-Common-profanity_us/Makefile (contents, props changed) head/textproc/p5-Regexp-Log-Common/Makefile (contents, props changed) head/textproc/p5-SGML-DTDParse/Makefile (contents, props changed) head/textproc/p5-SGML-Parser-OpenSP/Makefile (contents, props changed) head/textproc/p5-SVG-Parser/Makefile (contents, props changed) head/textproc/p5-Search-Elasticsearch/Makefile (contents, props changed) head/textproc/p5-Search-Estraier/Makefile (contents, props changed) head/textproc/p5-Search-Odeum/Makefile (contents, props changed) head/textproc/p5-Search-QueryParser-SQL/Makefile (contents, props changed) head/textproc/p5-Search-Saryer/Makefile (contents, props changed) head/textproc/p5-Search-VectorSpace/Makefile (contents, props changed) head/textproc/p5-Senna/Makefile (contents, props changed) head/textproc/p5-Solr/Makefile (contents, props changed) head/textproc/p5-Sphinx-Config/Makefile (contents, props changed) head/textproc/p5-Sphinx-Manager/Makefile (contents, props changed) head/textproc/p5-Sphinx-Search/Makefile (contents, props changed) head/textproc/p5-Spork/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-ParseExcel/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-Read/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-ReadSXC/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-WriteExcel/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-XLSX/Makefile (contents, props changed) head/textproc/p5-String-Flogger/Makefile (contents, props changed) head/textproc/p5-String-Fraction/Makefile (contents, props changed) head/textproc/p5-String-Koremutake/Makefile (contents, props changed) head/textproc/p5-String-Print/Makefile (contents, props changed) head/textproc/p5-String-RewritePrefix/Makefile (contents, props changed) head/textproc/p5-String-ShowDiff/Makefile (contents, props changed) head/textproc/p5-String-ToIdentifier-EN/Makefile (contents, props changed) head/textproc/p5-String-Truncate/Makefile (contents, props changed) head/textproc/p5-String-Urandom/Makefile (contents, props changed) head/textproc/p5-String-Util/Makefile (contents, props changed) head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile (contents, props changed) head/textproc/p5-TeX-Encode/Makefile (contents, props changed) head/textproc/p5-Template-Declare/Makefile (contents, props changed) head/textproc/p5-Template-Extract/Makefile (contents, props changed) head/textproc/p5-Template-Magic/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Autoformat/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-CSV/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-XML-Escape/Makefile (contents, props changed) head/textproc/p5-Template-Semantic/Makefile (contents, props changed) head/textproc/p5-Term-QRCode/Makefile (contents, props changed) head/textproc/p5-Test-Groonga/Makefile (contents, props changed) head/textproc/p5-Test-Perl-Critic/Makefile (contents, props changed) head/textproc/p5-Text-Aligner/Makefile (contents, props changed) head/textproc/p5-Text-Aspell/Makefile (contents, props changed) head/textproc/p5-Text-Autoformat/Makefile (contents, props changed) head/textproc/p5-Text-BibTeX/Makefile (contents, props changed) head/textproc/p5-Text-CSV-Encoded/Makefile (contents, props changed) head/textproc/p5-Text-CSV-Hashify/Makefile (contents, props changed) head/textproc/p5-Text-CSV-Simple/Makefile (contents, props changed) head/textproc/p5-Text-CSV_XS/Makefile (contents, props changed) head/textproc/p5-Text-Capitalize/Makefile (contents, props changed) head/textproc/p5-Text-ClearSilver/Makefile (contents, props changed) head/textproc/p5-Text-Colorizer/Makefile (contents, props changed) head/textproc/p5-Text-Context/Makefile (contents, props changed) head/textproc/p5-Text-Decorator/Makefile (contents, props changed) head/textproc/p5-Text-Diff-HTML/Makefile (contents, props changed) head/textproc/p5-Text-Diff/Makefile (contents, props changed) head/textproc/p5-Text-Diff3/Makefile (contents, props changed) head/textproc/p5-Text-Emoticon-GoogleTalk/Makefile (contents, props changed) head/textproc/p5-Text-Emoticon-MSN/Makefile (contents, props changed) head/textproc/p5-Text-Emoticon/Makefile (contents, props changed) head/textproc/p5-Text-EtText/Makefile (contents, props changed) head/textproc/p5-Text-Extract-Word/Makefile (contents, props changed) head/textproc/p5-Text-Filter-Chain/Makefile (contents, props changed) head/textproc/p5-Text-FixedLength-Extra/Makefile (contents, props changed) head/textproc/p5-Text-Flow/Makefile (contents, props changed) head/textproc/p5-Text-Graphics/Makefile (contents, props changed) head/textproc/p5-Text-Haml/Makefile (contents, props changed) head/textproc/p5-Text-Hatena/Makefile (contents, props changed) head/textproc/p5-Text-LTSV/Makefile (contents, props changed) head/textproc/p5-Text-Language-Guess/Makefile (contents, props changed) head/textproc/p5-Text-Markdown/Makefile (contents, props changed) head/textproc/p5-Text-MicroMason/Makefile (contents, props changed) head/textproc/p5-Text-MicroTemplate-Extended/Makefile (contents, props changed) head/textproc/p5-Text-MicroTemplate/Makefile (contents, props changed) head/textproc/p5-Text-MultiMarkdown/Makefile (contents, props changed) head/textproc/p5-Text-Ngram/Makefile (contents, props changed) head/textproc/p5-Text-Padding/Makefile (contents, props changed) head/textproc/p5-Text-ParagraphDiff/Makefile (contents, props changed) head/textproc/p5-Text-Patch/Makefile (contents, props changed) head/textproc/p5-Text-Pipe/Makefile (contents, props changed) head/textproc/p5-Text-Prefix-XS/Makefile (contents, props changed) head/textproc/p5-Text-QRCode/Makefile (contents, props changed) head/textproc/p5-Text-Quote/Makefile (contents, props changed) head/textproc/p5-Text-Quoted/Makefile (contents, props changed) head/textproc/p5-Text-RecordParser/Makefile (contents, props changed) head/textproc/p5-Text-Report/Makefile (contents, props changed) head/textproc/p5-Text-Sass/Makefile (contents, props changed) head/textproc/p5-Text-SimpleTable-AutoWidth/Makefile (contents, props changed) head/textproc/p5-Text-SpellChecker-GUI/Makefile (contents, props changed) head/textproc/p5-Text-SpellChecker/Makefile (contents, props changed) head/textproc/p5-Text-Table/Makefile (contents, props changed) head/textproc/p5-Text-TestBase/Makefile (contents, props changed) head/textproc/p5-Text-Trac/Makefile (contents, props changed) head/textproc/p5-Text-VimColor/Makefile (contents, props changed) head/textproc/p5-Text-WikiFormat/Makefile (contents, props changed) head/textproc/p5-Text-WordDiff/Makefile (contents, props changed) head/textproc/p5-Text-WrapI18N/Makefile (contents, props changed) head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile (contents, props changed) head/textproc/p5-Text-Xslate/Makefile (contents, props changed) head/textproc/p5-Text-vCard/Makefile (contents, props changed) head/textproc/p5-Tiffany/Makefile (contents, props changed) head/textproc/p5-Tk-Pod/Makefile (contents, props changed) head/textproc/p5-Tk-XMLViewer/Makefile (contents, props changed) head/textproc/p5-Tree-Suffix/Makefile (contents, props changed) head/textproc/p5-UML-Class-Simple/Makefile (contents, props changed) head/textproc/p5-UML-Sequence/Makefile (contents, props changed) head/textproc/p5-UML-State/Makefile (contents, props changed) head/textproc/p5-URI-Find/Makefile (contents, props changed) head/textproc/p5-Unicode-Escape/Makefile (contents, props changed) head/textproc/p5-Unicode-LineBreak/Makefile (contents, props changed) head/textproc/p5-Validator-Custom/Makefile (contents, props changed) head/textproc/p5-Version-Next/Makefile (contents, props changed) head/textproc/p5-Vroom/Makefile (contents, props changed) head/textproc/p5-WDDX/Makefile (contents, props changed) head/textproc/p5-WWW-Google-SiteMap/Makefile (contents, props changed) head/textproc/p5-WWW-Wordnik-API/Makefile (contents, props changed) head/textproc/p5-WordNet-QueryData/Makefile (contents, props changed) head/textproc/p5-WordNet-Similarity/Makefile (contents, props changed) head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile (contents, props changed) head/textproc/p5-XML-Atom-Filter/Makefile (contents, props changed) head/textproc/p5-XML-Atom-Stream/Makefile (contents, props changed) head/textproc/p5-XML-Atom-Syndication/Makefile (contents, props changed) head/textproc/p5-XML-Atom/Makefile (contents, props changed) head/textproc/p5-XML-AutoWriter/Makefile (contents, props changed) head/textproc/p5-XML-Canonical/Makefile (contents, props changed) head/textproc/p5-XML-CanonicalizeXML/Makefile (contents, props changed) head/textproc/p5-XML-Catalog/Makefile (contents, props changed) head/textproc/p5-XML-CommonNS/Makefile (contents, props changed) head/textproc/p5-XML-Compile-Cache/Makefile (contents, props changed) head/textproc/p5-XML-Compile-Dumper/Makefile (contents, props changed) head/textproc/p5-XML-Compile/Makefile (contents, props changed) head/textproc/p5-XML-DBMS/Makefile (contents, props changed) head/textproc/p5-XML-DOM-XPath/Makefile (contents, props changed) head/textproc/p5-XML-DOM/Makefile (contents, props changed) head/textproc/p5-XML-DOM2/Makefile (contents, props changed) head/textproc/p5-XML-DT/Makefile (contents, props changed) head/textproc/p5-XML-Declare/Makefile (contents, props changed) head/textproc/p5-XML-Descent/Makefile (contents, props changed) head/textproc/p5-XML-DifferenceMarkup/Makefile (contents, props changed) head/textproc/p5-XML-Directory/Makefile (contents, props changed) head/textproc/p5-XML-Driver-HTML/Makefile (contents, props changed) head/textproc/p5-XML-Dumper/Makefile (contents, props changed) head/textproc/p5-XML-Elemental/Makefile (contents, props changed) head/textproc/p5-XML-Encoding/Makefile (contents, props changed) head/textproc/p5-XML-Entities/Makefile (contents, props changed) head/textproc/p5-XML-FOAF/Makefile (contents, props changed) head/textproc/p5-XML-Feed-Deduper/Makefile (contents, props changed) head/textproc/p5-XML-Feed/Makefile (contents, props changed) head/textproc/p5-XML-FeedPP/Makefile (contents, props changed) head/textproc/p5-XML-Filter-BufferText/Makefile (contents, props changed) head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile (contents, props changed) head/textproc/p5-XML-Filter-DetectWS/Makefile (contents, props changed) head/textproc/p5-XML-Filter-GenericChunk/Makefile (contents, props changed) head/textproc/p5-XML-Filter-Reindent/Makefile (contents, props changed) head/textproc/p5-XML-Filter-SAX1toSAX2/Makefile (contents, props changed) head/textproc/p5-XML-Filter-XInclude/Makefile (contents, props changed) head/textproc/p5-XML-Filter-XSLT/Makefile (contents, props changed) head/textproc/p5-XML-Flow/Makefile (contents, props changed) head/textproc/p5-XML-GDOME/Makefile (contents, props changed) head/textproc/p5-XML-Generator-DBI/Makefile (contents, props changed) head/textproc/p5-XML-Generator-PerlData/Makefile (contents, props changed) head/textproc/p5-XML-Generator/Makefile (contents, props changed) head/textproc/p5-XML-Grove/Makefile (contents, props changed) head/textproc/p5-XML-Handler-Dtd2DocBook/Makefile (contents, props changed) head/textproc/p5-XML-Handler-Dtd2Html/Makefile (contents, props changed) head/textproc/p5-XML-Handler-HTMLWriter/Makefile (contents, props changed) head/textproc/p5-XML-Handler-YAWriter/Makefile (contents, props changed) head/textproc/p5-XML-Hash-LX/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-Cache/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-Iterator/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-PrettyPrint/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-Simple/Makefile (contents, props changed) head/textproc/p5-XML-LibXML/Makefile (contents, props changed) head/textproc/p5-XML-LibXSLT/Makefile (contents, props changed) head/textproc/p5-XML-Liberal/Makefile (contents, props changed) head/textproc/p5-XML-Literal/Makefile (contents, props changed) head/textproc/p5-XML-MyXML/Makefile (contents, props changed) head/textproc/p5-XML-Node/Makefile (contents, props changed) head/textproc/p5-XML-NodeFilter/Makefile (contents, props changed) head/textproc/p5-XML-OPML-LibXML/Makefile (contents, props changed) head/textproc/p5-XML-OPML/Makefile (contents, props changed) head/textproc/p5-XML-Parser-EasyTree/Makefile (contents, props changed) head/textproc/p5-XML-Parser-Lite/Makefile (contents, props changed) head/textproc/p5-XML-Parser-Style-EasyTree/Makefile (contents, props changed) head/textproc/p5-XML-Parser-Style-Elemental/Makefile (contents, props changed) head/textproc/p5-XML-Parser/Makefile (contents, props changed) head/textproc/p5-XML-RAI/Makefile (contents, props changed) head/textproc/p5-XML-RSS-Feed/Makefile (contents, props changed) head/textproc/p5-XML-RSS-JavaScript/Makefile (contents, props changed) head/textproc/p5-XML-RSS-LibXML/Makefile (contents, props changed) head/textproc/p5-XML-RSS-Liberal/Makefile (contents, props changed) head/textproc/p5-XML-RSS-Parser/Makefile (contents, props changed) head/textproc/p5-XML-RSS/Makefile (contents, props changed) head/textproc/p5-XML-Reader/Makefile (contents, props changed) head/textproc/p5-XML-Rewrite/Makefile (contents, props changed) head/textproc/p5-XML-Rules/Makefile (contents, props changed) head/textproc/p5-XML-SAX-Expat-Incremental/Makefile (contents, props changed) head/textproc/p5-XML-SAX-Expat/Makefile (contents, props changed) head/textproc/p5-XML-SAX-ExpatXS/Makefile (contents, props changed) head/textproc/p5-XML-SAX-Machines/Makefile (contents, props changed) head/textproc/p5-XML-SAX-Simple/Makefile (contents, props changed) head/textproc/p5-XML-SAX-Writer/Makefile (contents, props changed) head/textproc/p5-XML-SAX/Makefile (contents, props changed) head/textproc/p5-XML-SAXDriver-CSV/Makefile (contents, props changed) head/textproc/p5-XML-SAXDriver-Excel/Makefile (contents, props changed) head/textproc/p5-XML-STX/Makefile (contents, props changed) head/textproc/p5-XML-Schematron/Makefile (contents, props changed) head/textproc/p5-XML-SemanticDiff/Makefile (contents, props changed) head/textproc/p5-XML-Simple/Makefile (contents, props changed) head/textproc/p5-XML-SimpleObject-LibXML/Makefile (contents, props changed) head/textproc/p5-XML-SimpleObject/Makefile (contents, props changed) head/textproc/p5-XML-Smart/Makefile (contents, props changed) head/textproc/p5-XML-Stream/Makefile (contents, props changed) head/textproc/p5-XML-TokeParser/Makefile (contents, props changed) head/textproc/p5-XML-Toolkit/Makefile (contents, props changed) head/textproc/p5-XML-TreeBuilder/Makefile (contents, props changed) head/textproc/p5-XML-TreePP/Makefile (contents, props changed) head/textproc/p5-XML-Twig/Makefile (contents, props changed) head/textproc/p5-XML-Validate/Makefile (contents, props changed) head/textproc/p5-XML-Validator-Schema/Makefile (contents, props changed) head/textproc/p5-XML-XBEL/Makefile (contents, props changed) head/textproc/p5-XML-XML2JSON/Makefile (contents, props changed) head/textproc/p5-XML-XPath/Makefile (contents, props changed) head/textproc/p5-XML-XQL/Makefile (contents, props changed) head/textproc/p5-XML-XSH/Makefile (contents, props changed) head/textproc/p5-XML-XSLT/Makefile (contents, props changed) head/textproc/p5-XML-XUpdate-LibXML/Makefile (contents, props changed) head/textproc/p5-YAML-LibYAML/Makefile (contents, props changed) head/textproc/p5-YAML-Shell/Makefile (contents, props changed) head/textproc/p5-YAML-Tiny-Color/Makefile (contents, props changed) head/textproc/p5-YAML/Makefile (contents, props changed) head/textproc/p5-YAPE-Regex-Explain/Makefile (contents, props changed) head/textproc/p5-libsoldout/Makefile (contents, props changed) head/textproc/p5-libxml/Makefile (contents, props changed) head/textproc/p5-pod2pdf/Makefile (contents, props changed) head/textproc/p5-xmltv/Makefile (contents, props changed) head/textproc/pcrs/Makefile (contents, props changed) head/textproc/pdfgrep/Makefile (contents, props changed) head/textproc/pdfoutline/Makefile (contents, props changed) head/textproc/pear-Numbers_Words/Makefile (contents, props changed) head/textproc/pear-Spreadsheet_Excel_Writer/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile (contents, props changed) head/textproc/pear-Symfony_Component_Yaml/Makefile (contents, props changed) head/textproc/pear-Text_Highlighter/Makefile (contents, props changed) head/textproc/pear-Text_Template/Makefile (contents, props changed) head/textproc/pear-XML_Beautifier/Makefile (contents, props changed) head/textproc/pear-XML_DTD/Makefile (contents, props changed) head/textproc/pear-XML_Wddx/Makefile (contents, props changed) head/textproc/pear-YAML/Makefile (contents, props changed) head/textproc/pecl-cld/Makefile (contents, props changed) head/textproc/pecl-ctemplate/Makefile (contents, props changed) head/textproc/pecl-enchant/Makefile (contents, props changed) head/textproc/pecl-html_parse/Makefile (contents, props changed) head/textproc/pecl-syck/Makefile (contents, props changed) head/textproc/pecl-wbxml/Makefile (contents, props changed) head/textproc/pecl-xdiff/Makefile (contents, props changed) head/textproc/pecl-yaml/Makefile (contents, props changed) head/textproc/peco/Makefile (contents, props changed) head/textproc/php-mecab/Makefile (contents, props changed) head/textproc/plover/Makefile (contents, props changed) head/textproc/po4a/Makefile (contents, props changed) head/textproc/pootle/Makefile (contents, props changed) head/textproc/py-chardet/Makefile (contents, props changed) head/textproc/py-cloud_sptheme/Makefile (contents, props changed) head/textproc/py-creole/Makefile (contents, props changed) head/textproc/py-curator/Makefile (contents, props changed) head/textproc/py-docutils/Makefile (contents, props changed) head/textproc/py-elasticsearch-dsl-py/Makefile (contents, props changed) head/textproc/py-elasticsearch-py/Makefile (contents, props changed) head/textproc/py-enchant/Makefile (contents, props changed) head/textproc/py-genshi/Makefile (contents, props changed) head/textproc/py-libtre/Makefile (contents, props changed) head/textproc/py-ltxml/Makefile (contents, props changed) head/textproc/py-mako/Makefile (contents, props changed) head/textproc/py-markdown/Makefile (contents, props changed) head/textproc/py-mistune/Makefile (contents, props changed) head/textproc/py-nltk/Makefile (contents, props changed) head/textproc/py-openpyxl/Makefile (contents, props changed) head/textproc/py-paragrep/Makefile (contents, props changed) head/textproc/py-pyctpp2/Makefile (contents, props changed) head/textproc/py-pyelasticsearch/Makefile (contents, props changed) head/textproc/py-pyes/Makefile (contents, props changed) head/textproc/py-pyhwp/Makefile (contents, props changed) head/textproc/py-pyscss/Makefile (contents, props changed) head/textproc/py-pysrt/Makefile (contents, props changed) head/textproc/py-python-augeas/Makefile (contents, props changed) head/textproc/py-python-docx/Makefile (contents, props changed) head/textproc/py-pytidylib/Makefile (contents, props changed) head/textproc/py-qrcode/Makefile (contents, props changed) head/textproc/py-qt4-xml/Makefile (contents, props changed) head/textproc/py-qt4-xmlpatterns/Makefile (contents, props changed) head/textproc/py-qt5-xml/Makefile (contents, props changed) head/textproc/py-qt5-xmlpatterns/Makefile (contents, props changed) head/textproc/py-rdflib/Makefile (contents, props changed) head/textproc/py-rst2html5/Makefile (contents, props changed) head/textproc/py-rstyoutube/Makefile (contents, props changed) head/textproc/py-snowballstemmer/Makefile (contents, props changed) head/textproc/py-sphinx-intl/Makefile (contents, props changed) head/textproc/py-sphinx/Makefile (contents, props changed) head/textproc/py-sphinx_numfig/Makefile (contents, props changed) head/textproc/py-sphinx_wikipedia/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-adadomain/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-bitbucket/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-httpdomain/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-programoutput/Makefile (contents, props changed) head/textproc/py-syck/Makefile (contents, props changed) head/textproc/py-toronado/Makefile (contents, props changed) head/textproc/py-transifex-client/Makefile (contents, props changed) head/textproc/py-wicked/Makefile (contents, props changed) head/textproc/py-wtforms/Makefile (contents, props changed) head/textproc/py-xlutils/Makefile (contents, props changed) head/textproc/py-zope.app.i18n/Makefile (contents, props changed) head/textproc/py-zope.app.locales/Makefile (contents, props changed) head/textproc/py-zope.tal/Makefile (contents, props changed) head/textproc/pychm/Makefile (contents, props changed) head/textproc/queequeg/Makefile (contents, props changed) head/textproc/randlm/Makefile (contents, props changed) head/textproc/raptor/Makefile (contents, props changed) head/textproc/raptor2/Makefile (contents, props changed) head/textproc/rarian/Makefile (contents, props changed) head/textproc/rasqal/Makefile (contents, props changed) head/textproc/re_graph/Makefile (contents, props changed) head/textproc/redet/Makefile (contents, props changed) head/textproc/redland-bindings/Makefile (contents, props changed) head/textproc/redland/Makefile (contents, props changed) head/textproc/refdb/Makefile (contents, props changed) head/textproc/resume-extensions/Makefile (contents, props changed) head/textproc/rfcdiff/Makefile (contents, props changed) head/textproc/rnv/Makefile (contents, props changed) head/textproc/rss2html/Makefile (contents, props changed) head/textproc/rtfx/Makefile (contents, props changed) head/textproc/ruby-htmlrepair/Makefile (contents, props changed) head/textproc/ruby-rd-mode.el/Makefile (contents, props changed) head/textproc/ruby-rdtool/Makefile (contents, props changed) head/textproc/ruby-rss.alt/Makefile (contents, props changed) head/textproc/ruby-rss/Makefile (contents, props changed) head/textproc/ruby-sary/Makefile (contents, props changed) head/textproc/ruby-xmlparser/Makefile (contents, props changed) head/textproc/rubygem-actionpack-xml_parser/Makefile (contents, props changed) head/textproc/rubygem-albino/Makefile (contents, props changed) head/textproc/rubygem-amatch/Makefile (contents, props changed) head/textproc/rubygem-autoprefixer-rails/Makefile (contents, props changed) head/textproc/rubygem-charlock_holmes/Makefile (contents, props changed) head/textproc/rubygem-compass-core/Makefile (contents, props changed) head/textproc/rubygem-compass-import-once/Makefile (contents, props changed) head/textproc/rubygem-compass-rails/Makefile (contents, props changed) head/textproc/rubygem-compass/Makefile (contents, props changed) head/textproc/rubygem-css_parser/Makefile (contents, props changed) head/textproc/rubygem-elasticsearch-api/Makefile (contents, props changed) head/textproc/rubygem-elasticsearch-transport/Makefile (contents, props changed) head/textproc/rubygem-elasticsearch/Makefile (contents, props changed) head/textproc/rubygem-emot/Makefile (contents, props changed) head/textproc/rubygem-fast_xs073/Makefile (contents, props changed) head/textproc/rubygem-fog-xml/Makefile (contents, props changed) head/textproc/rubygem-gitlab-grit/Makefile (contents, props changed) head/textproc/rubygem-gitlab-linguist/Makefile (contents, props changed) head/textproc/rubygem-html-pipeline-gitlab/Makefile (contents, props changed) head/textproc/rubygem-html-pipeline/Makefile (contents, props changed) head/textproc/rubygem-html-pipeline1/Makefile (contents, props changed) head/textproc/rubygem-jekyll-assets/Makefile (contents, props changed) head/textproc/rubygem-jekyll-gist/Makefile (contents, props changed) head/textproc/rubygem-jekyll-mentions/Makefile (contents, props changed) head/textproc/rubygem-jekyll-redirect-from/Makefile (contents, props changed) head/textproc/rubygem-jekyll-sass-converter/Makefile (contents, props changed) head/textproc/rubygem-jemoji/Makefile (contents, props changed) head/textproc/rubygem-linguistics/Makefile (contents, props changed) head/textproc/rubygem-loofah/Makefile (contents, props changed) head/textproc/rubygem-markaby/Makefile (contents, props changed) head/textproc/rubygem-multi_xml/Makefile (contents, props changed) head/textproc/rubygem-nokogiri-diff/Makefile (contents, props changed) head/textproc/rubygem-nokogumbo/Makefile (contents, props changed) head/textproc/rubygem-octopress-escape-code/Makefile (contents, props changed) head/textproc/rubygem-org-ruby/Makefile (contents, props changed) head/textproc/rubygem-parslet/Makefile (contents, props changed) head/textproc/rubygem-rails-dom-testing/Makefile (contents, props changed) head/textproc/rubygem-rails-html-sanitizer/Makefile (contents, props changed) head/textproc/rubygem-reverse_markdown/Makefile (contents, props changed) head/textproc/rubygem-rich/Makefile (contents, props changed) head/textproc/rubygem-ruby-augeas/Makefile (contents, props changed) head/textproc/rubygem-sanitize/Makefile (contents, props changed) head/textproc/rubygem-sass-rails/Makefile (contents, props changed) head/textproc/rubygem-sass-rails4/Makefile (contents, props changed) head/textproc/rubygem-sass-rails5/Makefile (contents, props changed) head/textproc/rubygem-scss_lint/Makefile (contents, props changed) head/textproc/rubygem-termcolor/Makefile (contents, props changed) head/textproc/rubygem-twitter-text/Makefile (contents, props changed) head/textproc/rubygem-unf/Makefile (contents, props changed) head/textproc/rubygem-wikicloth/Makefile (contents, props changed) head/textproc/rubygem-yard-chef/Makefile (contents, props changed) head/textproc/rubygem-zmq/Makefile (contents, props changed) head/textproc/s5/Makefile (contents, props changed) head/textproc/sablotron/Makefile (contents, props changed) head/textproc/sansi/Makefile (contents, props changed) head/textproc/sarep/Makefile (contents, props changed) head/textproc/sassc/Makefile (contents, props changed) head/textproc/saxon-devel/Makefile (contents, props changed) head/textproc/scew/Makefile (contents, props changed) head/textproc/scim-bridge-qt4/Makefile (contents, props changed) head/textproc/scim-bridge/Makefile (contents, props changed) head/textproc/scim-input-pad/Makefile (contents, props changed) head/textproc/scim-kmfl-imengine/Makefile (contents, props changed) head/textproc/scim-m17n/Makefile (contents, props changed) head/textproc/scim-openvanilla/Makefile (contents, props changed) head/textproc/scim-table-imengine/Makefile (contents, props changed) head/textproc/scrollkeeper/Makefile (contents, props changed) head/textproc/scss/Makefile (contents, props changed) head/textproc/sdocbook-xml/Makefile (contents, props changed) head/textproc/sdom/Makefile (contents, props changed) head/textproc/senna/Makefile (contents, props changed) head/textproc/sgmlformat/Makefile (contents, props changed) head/textproc/sigil/Makefile (contents, props changed) head/textproc/simplexml/Makefile (contents, props changed) head/textproc/slides/Makefile (contents, props changed) head/textproc/soothsayer/Makefile (contents, props changed) head/textproc/soprano/Makefile (contents, props changed) head/textproc/source-highlight/Makefile (contents, props changed) head/textproc/sowing/Makefile (contents, props changed) head/textproc/sphinxsearch-devel/Makefile (contents, props changed) head/textproc/sphinxsearch/Makefile (contents, props changed) head/textproc/spiff/Makefile (contents, props changed) head/textproc/srilm/Makefile (contents, props changed) head/textproc/stardict3/Makefile (contents, props changed) head/textproc/svn2cl/Makefile (contents, props changed) head/textproc/tclExpat/Makefile (contents, props changed) head/textproc/te-hunspell/Makefile (contents, props changed) head/textproc/teckit/Makefile (contents, props changed) head/textproc/templates_parser/Makefile (contents, props changed) head/textproc/tex2im/Makefile (contents, props changed) head/textproc/texi2db/Makefile (contents, props changed) head/textproc/textogif/Makefile (contents, props changed) head/textproc/the_silver_searcher/Makefile (contents, props changed) head/textproc/tkxmlive/Makefile (contents, props changed) head/textproc/tokyodystopia/Makefile (contents, props changed) head/textproc/translate-toolkit/Makefile (contents, props changed) head/textproc/tth/Makefile (contents, props changed) head/textproc/turboxsl/Makefile (contents, props changed) head/textproc/txt2html/Makefile (contents, props changed) head/textproc/txt2man/Makefile (contents, props changed) head/textproc/uim-el/Makefile (contents, props changed) head/textproc/uim-gtk/Makefile (contents, props changed) head/textproc/uim-gtk3/Makefile (contents, props changed) head/textproc/uim-kde4/Makefile (contents, props changed) head/textproc/uim-m17nlib/Makefile (contents, props changed) head/textproc/uim-qt4/Makefile (contents, props changed) head/textproc/uim/Makefile (contents, props changed) head/textproc/unoconv/Makefile (contents, props changed) head/textproc/unroff/Makefile (contents, props changed) head/textproc/wa-hunspell/Makefile (contents, props changed) head/textproc/wbxml2/Makefile (contents, props changed) head/textproc/website/Makefile (contents, props changed) head/textproc/wiggle/Makefile (contents, props changed) head/textproc/wv/Makefile (contents, props changed) head/textproc/xalan-c/Makefile (contents, props changed) head/textproc/xalan-j/Makefile (contents, props changed) head/textproc/xhtml-11/Makefile (contents, props changed) head/textproc/xhtml-basic/Makefile (contents, props changed) head/textproc/xhtml-modularization/Makefile (contents, props changed) head/textproc/xhtml/Makefile (contents, props changed) head/textproc/xincluder/Makefile (contents, props changed) head/textproc/xml2rfc/Makefile (contents, props changed) head/textproc/xmlada/Makefile (contents, props changed) head/textproc/xmlcharent/Makefile (contents, props changed) head/textproc/xmldiff/Makefile (contents, props changed) head/textproc/xmlppm/Makefile (contents, props changed) head/textproc/xmlroff/Makefile (contents, props changed) head/textproc/xmlto/Makefile (contents, props changed) head/textproc/xmlwrapp/Makefile (contents, props changed) head/textproc/xom/Makefile (contents, props changed) head/textproc/xqilla/Makefile (contents, props changed) head/textproc/xslint/Makefile (contents, props changed) head/textproc/xsv/Makefile (contents, props changed) head/textproc/xt/Makefile (contents, props changed) head/textproc/xxdiff-scripts/Makefile (contents, props changed) head/textproc/xxdiff/Makefile (contents, props changed) head/textproc/yali/Makefile (contents, props changed) head/textproc/yamcha/Makefile (contents, props changed) head/textproc/yelp-tools/Makefile (contents, props changed) head/textproc/yelp-xsl/Makefile (contents, props changed) head/textproc/yodl/Makefile (contents, props changed) head/textproc/zorba/Makefile (contents, props changed) head/ukrainian/gd/Makefile (contents, props changed) head/ukrainian/monacofonts/Makefile (contents, props changed) head/ukrainian/webalizer/Makefile (contents, props changed) Modified: head/russian/bugzilla44/Makefile ============================================================================== --- head/russian/bugzilla44/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/bugzilla44/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -9,7 +9,7 @@ DISTNAME= bugzilla-${PORTVERSION}-ru-201 MAINTAINER= bz-ports@FreeBSD.org COMMENT= Russian localization for Bugzilla -RUN_DEPENDS= bugzilla44>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla44 +RUN_DEPENDS= bugzilla44>=${PORTVERSION}:devel/bugzilla44 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/emkatic/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,8 +13,8 @@ COMMENT= Emulator of Elektronika RPN pro LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ - fpcres:${PORTSDIR}/lang/fpc-utils +BUILD_DEPENDS= lazbuild:editors/lazarus \ + fpcres:lang/fpc-utils USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 @@ -36,13 +36,13 @@ OPTIONS_DEFAULT= GTK2 PORTAUDIO GTK2_DESC= Build with GTK+ 2 interface QT4_DESC= Build with Qt 4 interface -GTK2_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 +GTK2_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2 GTK2_USE= GNOME=gtk20 FPC=gtk2 -QT4_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt -QT4_LIB_DEPENDS= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas +QT4_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt +QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas -PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio +PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio .include Modified: head/russian/gd/Makefile ============================================================================== --- head/russian/gd/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/gd/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -6,8 +6,8 @@ CATEGORIES= russian MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphics library for fast image creation with KOI8-U support -FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch +FETCH_DEPENDS= ${NONEXISTENT}:x11-fonts/geminifonts:fetch +BUILD_DEPENDS= ${NONEXISTENT}:x11-fonts/geminifonts:fetch GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf Modified: head/russian/p5-Convert-Cyrillic/Makefile ============================================================================== --- head/russian/p5-Convert-Cyrillic/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/p5-Convert-Cyrillic/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,7 +12,7 @@ DISTNAME= cyrillic-${PORTVERSION} MAINTAINER= pluknet@gmail.com COMMENT= Routines for converting from one Cyrillic charset to another -BUILD_DEPENDS= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 +BUILD_DEPENDS= p5-Unicode-Map8>=0:converters/p5-Unicode-Map8 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/russian/p5-Lingua-DetectCyrillic/Makefile ============================================================================== --- head/russian/p5-Lingua-DetectCyrillic/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/p5-Lingua-DetectCyrillic/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dliakh@ukr.net COMMENT= Detects 7 Cyrillic codings as well as the language -RUN_DEPENDS= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \ - p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String +RUN_DEPENDS= p5-Unicode-Map8>=0:converters/p5-Unicode-Map8 \ + p5-Unicode-String>=0:converters/p5-Unicode-String USES= perl5 USE_PERL5= configure Modified: head/russian/p5-Text-Hyphen-RU/Makefile ============================================================================== --- head/russian/p5-Text-Hyphen-RU/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/p5-Text-Hyphen-RU/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,7 +13,7 @@ COMMENT= Determine positions for hyphens LICENSE= BSD3CLAUSE -BUILD_DEPENDS= p5-Text-Hyphen>=0:${PORTSDIR}/textproc/p5-Text-Hyphen +BUILD_DEPENDS= p5-Text-Hyphen>=0:textproc/p5-Text-Hyphen RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure Modified: head/russian/p5-XML-Parser-encodings/Makefile ============================================================================== --- head/russian/p5-XML-Parser-encodings/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/p5-XML-Parser-encodings/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,11 +10,11 @@ DISTFILES= MAINTAINER= perl@FreeBSD.org COMMENT= Additional Russian encodings for XML::Parser -RUN_DEPENDS= p5-XML-Parser>=2.40:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= p5-XML-Parser>=2.40:textproc/p5-XML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-XML-Encoding>=0:${PORTSDIR}/textproc/p5-XML-Encoding \ - ${NONEXISTENT}:${PORTSDIR}/converters/iconv:extract \ - ${NONEXISTENT}:${PORTSDIR}/converters/iconv-extra:extract + p5-XML-Encoding>=0:textproc/p5-XML-Encoding \ + ${NONEXISTENT}:converters/iconv:extract \ + ${NONEXISTENT}:converters/iconv-extra:extract USES= perl5 NO_WRKSUBDIR= YES Modified: head/russian/rubygem-russian/Makefile ============================================================================== --- head/russian/rubygem-russian/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/russian/rubygem-russian/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,7 +11,7 @@ COMMENT= Russian language support for Ru LICENSE= MIT -RUN_DEPENDS= rubygem-i18n>=0.5.0:${PORTSDIR}/devel/rubygem-i18n +RUN_DEPENDS= rubygem-i18n>=0.5.0:devel/rubygem-i18n USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/InsightToolkit/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,13 +11,13 @@ COMMENT= Insight Toolkit LICENSE= APACHE20 -LIB_DEPENDS= libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo \ - libgdcmCommon.so:${PORTSDIR}/devel/gdcm \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfftw.so:${PORTSDIR}/math/fftw \ - libhdf5.so:${PORTSDIR}/science/hdf5 \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo \ + libgdcmCommon.so:devel/gdcm \ + libexpat.so:textproc/expat2 \ + libfftw.so:math/fftw \ + libhdf5.so:science/hdf5 \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff USES= cmake:outsource CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \ Modified: head/science/R-cran-DCluster/Makefile ============================================================================== --- head/science/R-cran-DCluster/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/R-cran-DCluster/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,7 +12,7 @@ COMMENT= Functions for the detection of LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep +RUN_DEPENDS= R-cran-spdep>0:math/R-cran-spdep USES= cran:auto-plist Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/R-cran-Epi/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,9 +11,9 @@ COMMENT= Package for statistical analysi LICENSE= GPLv2 -RUN_DEPENDS= R-cran-cmprsk>0:${PORTSDIR}/science/R-cran-cmprsk \ - R-cran-etm>0:${PORTSDIR}/science/R-cran-etm \ - R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr +RUN_DEPENDS= R-cran-cmprsk>0:science/R-cran-cmprsk \ + R-cran-etm>0:science/R-cran-etm \ + R-cran-plyr>0:devel/R-cran-plyr USES= cran:auto-plist Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/afni/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -19,17 +19,17 @@ COMMENT= Advanced Functional Neuro Imagi LICENSE= GPLv2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ - libR.so:${PORTSDIR}/math/R \ - libgsl.so:${PORTSDIR}/math/gsl \ - libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libf2c.so:${PORTSDIR}/lang/f2c -RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ - ppmtogif:${PORTSDIR}/graphics/netpbm \ - endian:${PORTSDIR}/sysutils/endian \ - qhull:${PORTSDIR}/math/qhull5 +BUILD_DEPENDS= gm4:devel/m4 +LIB_DEPENDS= libXm.so:x11-toolkits/open-motif \ + libR.so:math/R \ + libgsl.so:math/gsl \ + libnetcdff.so:science/netcdf-fortran \ + libxml2.so:textproc/libxml2 \ + libf2c.so:lang/f2c +RUN_DEPENDS= mpeg_encode:multimedia/mpeg_encode \ + ppmtogif:graphics/netpbm \ + endian:sysutils/endian \ + qhull:math/qhull5 CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/avogadro/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,8 +13,8 @@ COMMENT= Advanced molecular editor and v LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= eigen2>2:${PORTSDIR}/math/eigen2 -LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel +BUILD_DEPENDS= eigen2>2:math/eigen2 +LIB_DEPENDS= libopenbabel.so:science/openbabel USES= cmake desktop-file-utils pkgconfig tar:bzip2 USE_GL= glu gl @@ -35,10 +35,10 @@ OPTIONS_SUB= yes PYTHON_USES= python:2 PYTHON_BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip -PYTHON_LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs + ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip +PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs PYTHON_RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip + ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip PYTHON_CMAKE_ON= -DENABLE_PYTHON=ON \ -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} PYTHON_CMAKE_OFF= -DENABLE_PYTHON=OFF Modified: head/science/bddsolve/Makefile ============================================================================== --- head/science/bddsolve/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/bddsolve/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSI MAINTAINER= ed@FreeBSD.org COMMENT= BDD-based satisfiability and reachability solver -LIB_DEPENDS+= libbdd.so:${PORTSDIR}/science/buddy \ - libboost_program_options.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= libbdd.so:science/buddy \ + libboost_program_options.so:devel/boost-libs USES= zip NO_WRKSUBDIR= yes Modified: head/science/bodr/Makefile ============================================================================== --- head/science/bodr/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/bodr/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry data like element and isotope properties, atomic radii, etc -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xsltproc:textproc/libxslt OPTIONS_DEFINE= DOCS Modified: head/science/brian/Makefile ============================================================================== --- head/science/brian/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/brian/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -9,9 +9,9 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python zip Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/cdo/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -39,25 +39,25 @@ USES= gmake libtool pathfix CGRIBEX_CONFIGURE_OFF= --without-cgribex CGRIBEX_CONFIGURE_ON= --with-cgribex=${LOCALBASE} -CGRIBEX_LIB_DEPENDS= libcgribex.so:${PORTSDIR}/science/cgribex +CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex HDF5_CONFIGURE_OFF= --without-hdf5 HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} -HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 JASPER_CONFIGURE_OFF= --without-jasper JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} -JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper +JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper NETCDF_CONFIGURE_OFF= --without-netcdf NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} -NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf +NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf PROJ_CONFIGURE_OFF= --without-proj PROJ_CONFIGURE_ON= --with-proj=${LOCALBASE} -PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj +PROJ_LIB_DEPENDS= libproj.so:graphics/proj SZIP_CONFIGURE_OFF= --without-szlib SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip +SZIP_LIB_DEPENDS= libsz.so:science/szip UDUNITS_CONFIGURE_OFF= --without-udunits2 UDUNITS_CONFIGURE_ON= --with-udunits2=${LOCALBASE} -UDUNITS_LIB_DEPENDS= libudunits2.so:${PORTSDIR}/science/udunits +UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits .include Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/cgnslib/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -31,7 +31,7 @@ OPTIONS_DEFAULT=HDF5 TESTS TOOLS .include .if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 +LIB_DEPENDS+= libhdf5.so:science/hdf5 CMAKE_ARGS+= -DCGNS_ENABLE_HDF5:BOOL=TRUE -DHDF5_NEED_ZLIB:BOOL=TRUE \ -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE}/include" PLIST_SUB= HDF5="" Modified: head/science/cgribex/Makefile ============================================================================== --- head/science/cgribex/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/cgribex/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,8 +12,8 @@ COMMENT= Lightweight GRIBEX in C with po LICENSE= GPLv2 -LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ - libsz.so:${PORTSDIR}/science/szip +LIB_DEPENDS= libjasper.so:graphics/jasper \ + libsz.so:science/szip CONFIGURE_ARGS= --with-jasper=${LOCALBASE} \ --with-szlib=${LOCALBASE} Modified: head/science/chemical-mime-data/Makefile ============================================================================== --- head/science/chemical-mime-data/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/chemical-mime-data/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,7 +10,7 @@ MASTER_SITES= SF/chemical-mime/${PORTNAM MAINTAINER= kwm@FreeBSD.org COMMENT= Collection of chemical MIME types for UNIX desktops -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2 USES= gettext-tools gmake pkgconfig tar:bzip2 shared-mime-info USE_GNOME= gnomemimedata intlhack libxslt:build Modified: head/science/chemtool-devel/Makefile ============================================================================== --- head/science/chemtool-devel/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/chemtool-devel/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,8 +12,8 @@ DISTNAME= ct17a15 MAINTAINER= maho@FreeBSD.org COMMENT= Drawing organic molecules easily and store them (developer version) -LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf -RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig +LIB_DEPENDS= libEMF.so:graphics/libemf +RUN_DEPENDS= transfig:print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ USE_GNOME= gtk20 Modified: head/science/chemtool/Makefile ============================================================================== --- head/science/chemtool/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/chemtool/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,8 +10,8 @@ MASTER_SITES= http://ruby.chemie.uni-fre MAINTAINER= maho@FreeBSD.org COMMENT= Draw organic molecules easily and store them -LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf -RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig +LIB_DEPENDS= libEMF.so:graphics/libemf +RUN_DEPENDS= transfig:print/transfig USES= gmake pkgconfig USE_GNOME= gtk20 Modified: head/science/dlpoly-classic/Makefile ============================================================================== --- head/science/dlpoly-classic/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/dlpoly-classic/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,8 +12,8 @@ DISTNAME= dl_class_${PORTVERSION} MAINTAINER= bacon4000@gmail.com COMMENT= Molecular dynamics simulation package -BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpif90:${PORTSDIR}/net/openmpi -RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi +BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi +RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi OPTIONS_DEFINE= GUI DOCS EXAMPLES OPTIONS_DEFAULT= GUI Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/ecs/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,11 +12,11 @@ COMMENT= Code_Saturne Preprocessor LICENSE= GPLv2 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libscotch.a:${PORTSDIR}/cad/scotch -LIB_DEPENDS= libmed.so:${PORTSDIR}/french/med \ - libbft.so:${PORTSDIR}/science/bft \ - libhdf5.so:${PORTSDIR}/science/hdf5 \ - libcgns.so:${PORTSDIR}/science/cgnslib +BUILD_DEPENDS+= ${LOCALBASE}/lib/libscotch.a:cad/scotch +LIB_DEPENDS= libmed.so:french/med \ + libbft.so:science/bft \ + libhdf5.so:science/hdf5 \ + libcgns.so:science/cgnslib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -42,7 +42,7 @@ NLS_USES= gettext iconv NLS_CONFIGURE_ENABLE= nls DOCS_USE= TEX=tex:build -DOCS_BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig +DOCS_BUILD_DEPENDS= fig2dev:print/transfig .include @@ -59,10 +59,10 @@ MAKE_JOBS_UNSAFE=yes .if exists(${LOCALBASE}/bin/graphchk) # The regular metis is present, so we cannot depend on metis-edf -LIB_DEPENDS+= libmetis.so.1:${PORTSDIR}/math/metis4 +LIB_DEPENDS+= libmetis.so.1:math/metis4 .else # Prefer metis-edf to avoid conflict with Code_Aster -LIB_DEPENDS+= libmetis.so.0:${PORTSDIR}/math/metis-edf +LIB_DEPENDS+= libmetis.so.0:math/metis-edf .endif pre-configure: Modified: head/science/fisicalab/Makefile ============================================================================== --- head/science/fisicalab/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/fisicalab/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,7 +11,7 @@ COMMENT= Physics simulation program for LICENSE= GPLv3 -LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libgsl.so:math/gsl USES= gnustep GNU_CONFIGURE= yes Modified: head/science/fvcom-mpi/Makefile ============================================================================== --- head/science/fvcom-mpi/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/fvcom-mpi/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -8,7 +8,7 @@ MPIPREFIX= mpi/openmpi/ MAINTAINER= bacon4000@gmail.com -LIB_DEPENDS+= libmpi.so:${PORTSDIR}/net/openmpi +LIB_DEPENDS+= libmpi.so:net/openmpi MASTERDIR= ${.CURDIR}/../fvcom Modified: head/science/fvcom/Makefile ============================================================================== --- head/science/fvcom/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/fvcom/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,9 +13,9 @@ MAINTAINER= bacon4000@gmail.com COMMENT= Unstructured Grid Finite Volume Coastal Ocean Model # Check netcdf lib for Fortran support! -LIB_DEPENDS+= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - liblapack.so:${PORTSDIR}/math/lapack \ - libblas.so:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libnetcdff.so:science/netcdf-fortran \ + liblapack.so:math/lapack \ + libblas.so:math/lapack USES= fortran USE_GCC= yes Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/fvm/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,10 +12,10 @@ COMMENT= Code_Saturne Finite Volume Mesh LICENSE= LGPL21 -LIB_DEPENDS= libmed.so:${PORTSDIR}/french/med \ - libbft.so:${PORTSDIR}/science/bft \ - libhdf5.so:${PORTSDIR}/science/hdf5 \ - libcgns.so:${PORTSDIR}/science/cgnslib +LIB_DEPENDS= libmed.so:french/med \ + libbft.so:science/bft \ + libhdf5.so:science/hdf5 \ + libcgns.so:science/cgnslib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -29,16 +29,16 @@ CONFIGURE_ARGS= --with-bft=${LOCALBASE} INSTALL_TARGET= install-strip .if defined(WITH_LAM) -BUILD_DEPENDS+= ${LOCALBASE}/lib/liblam.a:${PORTSDIR}/net/lam -RUN_DEPENDS+= ${LOCALBASE}/bin/lamboot:${PORTSDIR}/net/lam +BUILD_DEPENDS+= ${LOCALBASE}/lib/liblam.a:net/lam +RUN_DEPENDS+= ${LOCALBASE}/bin/lamboot:net/lam CONFIGURE_ARGS+= --with-mpi=${LOCALBASE} .elif defined(WITH_OPENMPI) -BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:${PORTSDIR}/net/openmpi -RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi +BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi +RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}/mpi/openmpi .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2 -RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/mpich2 +BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich2 +RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich2 CONFIGURE_ARGS+= --with-mpi=${LOCALBASE} # Do not directly depend on Fortran, but FFLAGS needed to link with mpich2 USES+= fortran Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/gchemutils/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,13 +10,13 @@ DISTNAME= gnome-chemistry-utils-${PORTVE MAINTAINER= kwm@FreeBSD.org COMMENT= C++ classes and Gtk3 widgets related to chemistry -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ - ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data -LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ - libopenbabel.so:${PORTSDIR}/science/openbabel \ - libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ - ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ + ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data +LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ + libopenbabel.so:science/openbabel \ + libgoffice-0.10.so:devel/goffice010 +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ + ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data PORTSCOUT= limitw:1,even @@ -52,7 +52,7 @@ XUL_CONFIGURE_OFF=--disable-mozilla-plug .include .if ${PORT_OPTIONS:MGNUMERIC} || exists(${LOCALBASE}/lib/libspreadsheet.so) -LIB_DEPENDS+= libspreadsheet.so:${PORTSDIR}/math/gnumeric +LIB_DEPENDS+= libspreadsheet.so:math/gnumeric PLIST_SUB+= GNUMERIC="" .else PLIST_SUB+= GNUMERIC="@comment " Modified: head/science/getdp/Makefile ============================================================================== --- head/science/getdp/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/getdp/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,8 +13,8 @@ COMMENT= Rather general finite element s LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/README.txt -LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ - liblapack.so:${PORTSDIR}/math/lapack +LIB_DEPENDS= libgsl.so:math/gsl \ + liblapack.so:math/lapack USES= fortran gmake tar:tgz cmake WANT_PERL= yes Modified: head/science/ghemical/Makefile ============================================================================== --- head/science/ghemical/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/ghemical/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,13 +13,13 @@ COMMENT= Computational chemistry softwar LICENSE= GPLv2+ -LIB_DEPENDS= libmopac7.so:${PORTSDIR}/biology/mopac \ - libghemical.so:${PORTSDIR}/science/libghemical \ - liboglappth.so:${PORTSDIR}/science/liboglappth \ - libmpqc.so:${PORTSDIR}/science/mpqc \ - libopenbabel.so:${PORTSDIR}/science/openbabel \ - libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +LIB_DEPENDS= libmopac7.so:biology/mopac \ + libghemical.so:science/libghemical \ + liboglappth.so:science/liboglappth \ + libmpqc.so:science/mpqc \ + libopenbabel.so:science/openbabel \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext +RUN_DEPENDS= xdg-open:devel/xdg-utils USES= fortran gettext gmake pathfix pkgconfig USE_GNOME= gtk20 libglade2 intltool Modified: head/science/ghmm/Makefile ============================================================================== --- head/science/ghmm/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/ghmm/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,7 +11,7 @@ COMMENT= General Hidden Markov Model Lib LICENSE= GPLv3 -#BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +#BUILD_DEPENDS= swig:devel/swig13 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/gnudatalanguage/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -15,10 +15,10 @@ COMMENT?= GDL, a free IDL compatible inc LICENSE= GPLv2 -LIB_DEPENDS+= libplplot.so:${PORTSDIR}/math/plplot \ - libpng.so:${PORTSDIR}/graphics/png \ - libps.so:${PORTSDIR}/print/pslib \ - libgsl.so:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libplplot.so:math/plplot \ + libpng.so:graphics/png \ + libps.so:print/pslib \ + libgsl.so:math/gsl USE_WX= 2.8 USE_XORG= x11 sm ice xext @@ -42,56 +42,56 @@ OPTIONS_DEFINE= EIGEN EXAMPLES FFTW GRAP OPTIONS_DEFAULT=EIGEN EXAMPLES FFTW GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 NETCDF PYTHON UDUNITS EIGEN_DESC= Eigen3 support (boost performance) -EIGEN_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:${PORTSDIR}/math/eigen3 +EIGEN_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 EIGEN_CMAKE_ON= -DEIGEN3:BOOL=YES EIGEN_CMAKE_OFF= -DEIGEN3:BOOL=NO -FFTW_LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libfftw3f.so:${PORTSDIR}/math/fftw3-float +FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float FFTW_CMAKE_ON= -DFFTW:BOOL=YES FFTW_CMAKE_OFF= -DFFTW:BOOL=NO GRAPHICSMAGICK_DESC= Support GraphicsMagick -GRAPHICSMAGICK_LIB_DEPENDS= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick +GRAPHICSMAGICK_LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick GRAPHICSMAGICK_CMAKE_ON= -DGRAPHICSMAGICK:BOOL=YES GRAPHICSMAGICK_CMAKE_OFF= -DGRAPHICSMAGICK:BOOL=NO GRIB_DESC= Support GRIB messages -GRIB_LIB_DEPENDS= libgrib_api.so:${PORTSDIR}/science/grib_api +GRIB_LIB_DEPENDS= libgrib_api.so:science/grib_api GRIB_CMAKE_ON= -DGRIB:BOOL=YES GRIB_CMAKE_OFF= -DGRIB:BOOL=NO -HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CMAKE_ON= -DHDF5:BOOL=YES HDF5_CMAKE_OFF= -DHDF5:BOOL=NO -DHDF:BOOL=NO LIBPROJ4_DESC= Support cartographic processes -LIBPROJ4_LIB_DEPENDS= libproj4.so:${PORTSDIR}/math/libproj4 +LIBPROJ4_LIB_DEPENDS= libproj4.so:math/libproj4 LIBPROJ4_CMAKE_ON= -DLIBPROJ4:BOOL=YES LIBPROJ4_CMAKE_OFF= -DLIBPROJ4:BOOL=NO -MPICH2_LIB_DEPENDS= libmpich.so.8:${PORTSDIR}/net/mpich2 +MPICH2_LIB_DEPENDS= libmpich.so.8:net/mpich2 MPICH2_CMAKE_ON= -DMPICH:BOOL=YES MPICH2_CMAKE_OFF= -DMPICH:BOOL=NO -NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf +NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_CMAKE_ON= -DNETCDF:BOOL=YES -DHDF:BOOL=NO NETCDF_CMAKE_OFF= -DNETCDF:BOOL=NO PYTHON_USES= python PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib PYTHON_CMAKE_ON= -DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}" PYTHON_CMAKE_OFF= -DPYTHON:BOOL=NO # math/qhull conflicts with math/plplot #QHULL_DESC= Enable Qhull support -#QHULL_LIB_DEPENDS= libqhull.so:${PORTSDIR}/math/qhull +#QHULL_LIB_DEPENDS= libqhull.so:math/qhull #QHULL_CMAKE_ON= -DQHULL:BOOL=YES #QHULL_CMAKE_OFF= -DQHULL:BOOL=NO -UDUNITS_LIB_DEPENDS= libudunits2.so:${PORTSDIR}/science/udunits +UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits UDUNITS_CMAKE_ON= -DUDUNITS:BOOL=YES UDUNITS_CMAKE_OFF= -DUDUNITS:BOOL=NO Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/gramps/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -13,8 +13,8 @@ COMMENT= GTK/GNOME-based genealogy progr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ - ${PYTHON_PKGNAMEPREFIX}pyicu>=1.8:${PORTSDIR}/devel/py-pyicu +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb \ + ${PYTHON_PKGNAMEPREFIX}pyicu>=1.8:devel/py-pyicu NO_ARCH= yes USE_BDB= 5+ @@ -34,11 +34,11 @@ ENCHANT_DESC= Spellchecking support PYWEBKITGTK_DESC= Use webkit backend for Geographic view EXIV_DESC= Managing exiv metadata support -ENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant -EXIV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}exiv2>=0.1.3:${PORTSDIR}/graphics/py-exiv2 +ENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant +EXIV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}exiv2>=0.1.3:graphics/py-exiv2 GNOME_USE= GNOME=pygnome2,gnomedocutils -GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:${PORTSDIR}/graphics/py-pygraphviz -PYWEBKITGTK_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk +GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz +PYWEBKITGTK_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk pre-extract: @${ECHO_MSG} "==========================================================" Modified: head/science/grib_api/Makefile ============================================================================== --- head/science/grib_api/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/grib_api/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,8 +12,8 @@ COMMENT= ECMWF API for WMO FM-92 GRIB me LICENSE= APACHE20 -LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libnetcdf.so:science/netcdf \ + libpng.so:graphics/png OPTIONS_SINGLE= JPEG OPTIONS_SINGLE_JPEG= JASPER OPENJPEG @@ -30,9 +30,9 @@ USES= libtool pathfix PORTDATA= * JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} -JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper +JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE} -OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 +OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/grib1to2 ${STAGEDIR}${PREFIX}/bin/grib1to2 Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/gromacs/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,7 +12,7 @@ COMMENT= Compute molecular dynamics LICENSE= LGPL21 -BUILD_DEPENDS= boost-libs>=1.44:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs USES= cmake fortran perl5 pkgconfig shebangfix SHEBANG_FILES= admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh @@ -36,18 +36,18 @@ ATLAS_CMAKE_ON= -DBLAS_LIBRARIES:FILEPA ATLAS_CMAKE_OFF= -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libblas.so" \ -DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/liblapack.so" FLOAT_DESC= Use single instead of double precision -FLOAT_BUILD_DEPENDS= fftw3>0:${PORTSDIR}/math/fftw3 -FLOAT_LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float -FLOAT_LIB_DEPENDS_OFF= libfftw3.so:${PORTSDIR}/math/fftw3 +FLOAT_BUILD_DEPENDS= fftw3>0:math/fftw3 +FLOAT_LIB_DEPENDS= libfftw3f.so:math/fftw3-float +FLOAT_LIB_DEPENDS_OFF= libfftw3.so:math/fftw3 FLOAT_CMAKE_ON= -DGMX_DOUBLE:BOOL=OFF FLOAT_CMAKE_OFF= -DGMX_DOUBLE:BOOL=ON -MPICH2_LIB_DEPENDS= libmpich.so:${PORTSDIR}/net/mpich2 +MPICH2_LIB_DEPENDS= libmpich.so:net/mpich2 MPICH2_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc" OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON= -DGMX_CXX11:BOOL=OFF OPENMP_CMAKE_OFF= -DGMX_OPENMP:BOOL=OFF -OPENMPI_BUILD_DEPENDS= openmpi>0:${PORTSDIR}/net/openmpi -OPENMPI_RUN_DEPENDS= openmpi>0:${PORTSDIR}/net/openmpi +OPENMPI_BUILD_DEPENDS= openmpi>0:net/openmpi +OPENMPI_RUN_DEPENDS= openmpi>0:net/openmpi OPENMPI_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" SIMD_CMAKE_OFF= -DGMX_SIMD:STRING="None" X11_USE= XORG=xext,x11 Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/gwyddion/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,11 +12,11 @@ COMMENT= Gtk2 based SPM data visualizati LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libminizip.so:${PORTSDIR}/archivers/minizip \ - libcfitsio.so:${PORTSDIR}/astro/cfitsio \ - libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libfftw3.so:${PORTSDIR}/math/fftw3 \ - libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= libminizip.so:archivers/minizip \ + libcfitsio.so:astro/cfitsio \ + libIlmImf.so:graphics/OpenEXR \ + libfftw3.so:math/fftw3 \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz @@ -48,7 +48,7 @@ PYTHON_CONFIGURE_WITH= gtksourceview pyt RUBY_USE= ruby=yes RUBY_CONFIGURE_WITH= ruby UNIQUE_DESC= Remote control backend support -UNIQUE_LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique +UNIQUE_LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique UNIQUE_CONFIGURE_WITH= unique post-patch: Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/h5utils/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -17,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= YES CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread -BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk -LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \ - libpng.so:${PORTSDIR}/graphics/png \ - libmatheval.so:${PORTSDIR}/devel/libmatheval +BUILD_DEPENDS+= gawk:lang/gawk +LIB_DEPENDS+= libhdf5.so:science/hdf5 \ + libpng.so:graphics/png \ + libmatheval.so:devel/libmatheval .include Modified: head/science/harminv/Makefile ============================================================================== --- head/science/harminv/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/harminv/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -LIB_DEPENDS+= libguile-2.0.so:${PORTSDIR}/lang/guile2 +LIB_DEPENDS+= libguile-2.0.so:lang/guile2 .include Modified: head/science/hdf/Makefile ============================================================================== --- head/science/hdf/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/hdf/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.hdfgroup.org/ft MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) -LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip +LIB_DEPENDS= libsz.so:science/szip CONFLICTS_INSTALL= netcdf-4.[0-9]* Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/hdf5/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -48,7 +48,7 @@ FORTRAN_CONFIGURE_OFF= --disable-fortran FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003 FORTRAN_USES= fortran SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip +SZIP_LIB_DEPENDS= libsz.so:science/szip post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags Modified: head/science/jstrack/Makefile ============================================================================== --- head/science/jstrack/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/jstrack/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -16,8 +16,8 @@ LICENSE_TEXT= It is and always will be f so don't charge money for it, and don't claim that you wrote it LICENSE_PERMS= dist-sell pkg-sell auto-accept -LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib +LIB_DEPENDS= libnetpbm.so:graphics/netpbm +RUN_DEPENDS= dtplite:devel/tcllib WRKSRC= ${WRKDIR}/${PORTNAME} USES= tk:85 Modified: head/science/kalzium/Makefile ============================================================================== --- head/science/kalzium/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/kalzium/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,13 +10,13 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Periodic table of elements for KDE 4 -LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel \ - libavogadro.so:${PORTSDIR}/science/avogadro -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ - ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:${PORTSDIR}/math/eigen3 \ - ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ - ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data +LIB_DEPENDS= libopenbabel.so:science/openbabel \ + libavogadro.so:science/avogadro +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:math/eigen2 \ + ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ + ${LOCALBASE}/lib/ocaml/facile/facile.a:math/facile \ + ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource pkgconfig tar:xz Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/kst2/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -10,7 +10,7 @@ DISTNAME= Kst-${DISTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Data viewing and plotting tool -LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:math/gsl USES= cmake:outsource pkgconfig _USE_QT4= gui xml designer svg linguisttools_build \ @@ -31,13 +31,13 @@ OPTIONS_DEFAULT= QT4 OPTIONS_SUB= yes FITS_DESC= Support for data in FITS format -FITS_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio +FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio MATLAB_DESC= Support for data in MATLAB format -MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio +MATLAB_LIB_DEPENDS= libmatio.so:math/matio NETCDF_DESC= Support for data in NetCDF format (broken) -NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf +NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_IGNORE= does not support NetCDF 4 TOOLKIT_DESC= Qt toolkit Modified: head/science/libctl/Makefile ============================================================================== --- head/science/libctl/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/libctl/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,7 +11,7 @@ COMMENT= Control Language Library LICENSE= GPLv2 -LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 +LIB_DEPENDS= libguile-2.0.so:lang/guile2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared @@ -24,7 +24,7 @@ BROKEN_sparc64= does not build OPTIONS_DEFINE= NLOPT DOCS EXAMPLES NLOPT_DESC= Use NLopt, an external NonLinear OPTimizer -NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt +NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/science/libghemical/Makefile ============================================================================== --- head/science/libghemical/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/libghemical/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -11,11 +11,11 @@ MASTER_SITES= http://bioinformatics.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port -BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ - intltool-update:${PORTSDIR}/textproc/intltool \ - ld:${PORTSDIR}/devel/binutils -LIB_DEPENDS= libmpqc.so:${PORTSDIR}/science/mpqc \ - libf2c.so:${PORTSDIR}/lang/f2c +BUILD_DEPENDS= obabel:science/openbabel \ + intltool-update:textproc/intltool \ + ld:devel/binutils +LIB_DEPENDS= libmpqc.so:science/mpqc \ + libf2c.so:lang/f2c USES= fortran gettext gmake pathfix pkgconfig libtool USE_GL= gl Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/libkml/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,9 +12,9 @@ COMMENT= Library for parse, generate, an LICENSE= BSD3CLAUSE -BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 -LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser +BUILD_DEPENDS= curl-config:ftp/curl \ + ${LOCALBASE}/include/expat.h:textproc/expat2 +LIB_DEPENDS= liburiparser.so:net/uriparser OPTIONS_DEFINE= SWIG @@ -27,7 +27,7 @@ USES= autoreconf gmake libtool localbas GH_ACCOUNT= google USE_GITHUB= yes -SWIG_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +SWIG_BUILD_DEPENDS= swig:devel/swig13 SWIG_CONFIGURE_OFF= --disable-swig post-patch: Modified: head/science/libxc/Makefile ============================================================================== --- head/science/libxc/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/libxc/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -26,7 +26,7 @@ post-patch: .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000034 -LIB_DEPENDS+= libml.so:${PORTSDIR}/math/ldouble +LIB_DEPENDS+= libml.so:math/ldouble LDFLAGS+= -lml .endif Modified: head/science/massxpert/Makefile ============================================================================== --- head/science/massxpert/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/massxpert/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,12 +12,12 @@ COMMENT= massXpert software for (bio)che LICENSE= GPLv3 -LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libpng.so:${PORTSDIR}/graphics/png \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ + libpcre.so:devel/pcre \ + libpng.so:graphics/png \ + libfreetype.so:print/freetype2 \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig USE_GCC= any USES= cmake gettext tar:bzip2 Modified: head/science/mbdyn/Makefile ============================================================================== --- head/science/mbdyn/Makefile Fri Apr 1 14:16:16 2016 (r412348) +++ head/science/mbdyn/Makefile Fri Apr 1 14:25:16 2016 (r412349) @@ -12,8 +12,8 @@ COMMENT= MultiBody Dynamics analysis sys LICENSE= GPLv2 -LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ - libumfpack.so:${PORTSDIR}/math/suitesparse +LIB_DEPENDS= libarpack.so:math/arpack \ + libumfpack.so:math/suitesparse GNU_CONFIGURE= yes USES= fortran gmake libtool @@ -52,7 +52,7 @@ BROKEN= Does not compile on powerpc .endif .if ${PORT_OPTIONS:MMPI} -LIB_DEPENDS+= libmpich.so:${PORTSDIR}/net/mpich2 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 14:27:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD995AEB640; Fri, 1 Apr 2016 14:27:23 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 499C11BEA; Fri, 1 Apr 2016 14:27:23 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x22c.google.com with SMTP id p188so55770863lfd.0; Fri, 01 Apr 2016 07:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=qXZ0Bq9omeAEliH97s4hSBjgwb/pcnwx+5O6TnG5ITY=; b=ACbuBfALW2j5JLk99J1hXr/2z1PeiUKjx4cDcx572DoJrDuuy0zvniwaa++eHi/NRI iS5VZcvGs+Dzku9ag6nKM9EaFOiXC4xByTGiwTHaIiOrlK2lO9GjEybUFF2UK2xz3wP+ K1xIh/WCkexeTXE71GZ7wCOZO1FQY8R3LcI3Au1MwivTrCPo5GKpWURw7pZEBoH8SKKy vwNc5ypcdYxsvVUd/YnKF9dfmYBsFtq2M7DDCAlrV6nqKRWzg9Jl53kBqg+4xOMv1Caw vKSVUOdvwCdGDQMEnTdcj7z0hWgr8ZRzFVJ3ZUCvYJYaPmLrrARFKRD00uQTJBe/kXfl 3/Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=qXZ0Bq9omeAEliH97s4hSBjgwb/pcnwx+5O6TnG5ITY=; b=RTMWYuruWbUDrEk5CCrF2SXexwEVBbJ74dBPnuceXV2hk2uSPnGJ9LYFp+wbKKn474 eq77dIlnc46jMfEsBWBjSkMW8MJUQ6O6II2dBc57DwnirMYDuxC955wdjb8xf886eWsq fFEwi8WwotymHmIYbUmL+jpfhpR3Z5SCfZCRk7/kOvVnC1UCB1aDGAJOwwvIpKRZx7s7 5aN9/0znu3x0Hm/6XzNM+EDacH8C/iRALHjLtCOZpSH4LwzdlVnlT1mQIR0pkGC6dERN D53OG4SPNLAI2RkjjWTFDK7a3iF6Mvxt7XaUz91jla77vPAD3X8zGbyd0+9QSIAhZYwO aUHw== X-Gm-Message-State: AD7BkJIM9ZTyMlOcer85h6B6n+PTo8LSt7RoWwhc3b1QB8ThhEY7mAYrzwIaKo5dXs+fUdVYhpRWOTItac1cGA== MIME-Version: 1.0 X-Received: by 10.25.34.202 with SMTP id i193mr2289951lfi.117.1459520841401; Fri, 01 Apr 2016 07:27:21 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 07:27:21 -0700 (PDT) In-Reply-To: <35bc4361c0a5c116b44b21bc4358e65e@secure.marino.st> References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <35bc4361c0a5c116b44b21bc4358e65e@secure.marino.st> Date: Fri, 1 Apr 2016 16:27:21 +0200 X-Google-Sender-Auth: 4mxLFH6p6njedPFZA-OLEXEEnrQ Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: John Marino Cc: Mathieu Arnold , Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:27:23 -0000 On 1 April 2016 at 12:21, John Marino (FreeBSD) wrote: > Unless the dependency on rust by firefox is optional and DF can remove it? > I would almost prefer that, the firefox dependency on rust scares me a lot. Right now, the rust bits in firefox are tiny. When (if) they switch to the servo rendering engine, however ... Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 14:30:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CDCAAEB6B5; Fri, 1 Apr 2016 14:30:19 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDEED1D05; Fri, 1 Apr 2016 14:30:18 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31EUI8E076816; Fri, 1 Apr 2016 14:30:18 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31EUHhK076814; Fri, 1 Apr 2016 14:30:17 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201604011430.u31EUHhK076814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 1 Apr 2016 14:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412350 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:30:19 -0000 Author: vsevolod Date: Fri Apr 1 14:30:17 2016 New Revision: 412350 URL: https://svnweb.freebsd.org/changeset/ports/412350 Log: - Update to 1.2.2 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Fri Apr 1 14:25:16 2016 (r412349) +++ head/mail/rspamd/Makefile Fri Apr 1 14:30:17 2016 (r412350) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Fri Apr 1 14:25:16 2016 (r412349) +++ head/mail/rspamd/distinfo Fri Apr 1 14:30:17 2016 (r412350) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.2.1.tar.xz) = fa4379d047c2b8f029500db69a6c2e8e2ca36f6b187ea49ee5e8892c5236392a -SIZE (rspamd-1.2.1.tar.xz) = 1407348 +SHA256 (rspamd-1.2.2.tar.xz) = 3e46509194f28ac36dc1d9a24d68afffed6e20e1a5e0cdb8573ec4fdd80eec73 +SIZE (rspamd-1.2.2.tar.xz) = 1409272 From owner-svn-ports-all@freebsd.org Fri Apr 1 14:34:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FC77AEB87B; Fri, 1 Apr 2016 14:34:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61C201066; Fri, 1 Apr 2016 14:34:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31EY3en079610; Fri, 1 Apr 2016 14:34:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31EXwNg079551; Fri, 1 Apr 2016 14:33:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011433.u31EXwNg079551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412351 - in head: vietnamese/vn7to8 www/R-cran-RgoogleMaps www/R-cran-htmlwidgets www/R-cran-httpuv www/R-cran-httr www/R-cran-rvest www/R-cran-scrapeR www/R-cran-selectr www/R-cran-sh... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:34:05 -0000 Author: mat Date: Fri Apr 1 14:33:55 2016 New Revision: 412351 URL: https://svnweb.freebsd.org/changeset/ports/412351 Log: Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. With hat: portmgr Sponsored by: Absolight Modified: head/vietnamese/vn7to8/Makefile (contents, props changed) head/www/R-cran-RgoogleMaps/Makefile (contents, props changed) head/www/R-cran-htmlwidgets/Makefile (contents, props changed) head/www/R-cran-httpuv/Makefile (contents, props changed) head/www/R-cran-httr/Makefile (contents, props changed) head/www/R-cran-rvest/Makefile (contents, props changed) head/www/R-cran-scrapeR/Makefile (contents, props changed) head/www/R-cran-selectr/Makefile (contents, props changed) head/www/R-cran-shiny/Makefile (contents, props changed) head/www/WebMagick/Makefile (contents, props changed) head/www/alef-webfont/Makefile (contents, props changed) head/www/amphetadesk/Makefile (contents, props changed) head/www/analog/Makefile (contents, props changed) head/www/anyremote2html/Makefile (contents, props changed) head/www/anyterm/Makefile (contents, props changed) head/www/apache22/Makefile (contents, props changed) head/www/apache24/Makefile (contents, props changed) head/www/aria2/Makefile (contents, props changed) head/www/aria2fe/Makefile (contents, props changed) head/www/asql/Makefile (contents, props changed) head/www/asterisk-stat/Makefile (contents, props changed) head/www/august/Makefile (contents, props changed) head/www/awffull/Makefile (contents, props changed) head/www/aws-demos/Makefile (contents, props changed) head/www/aws/Makefile (contents, props changed) head/www/awstats/Makefile (contents, props changed) head/www/axis/Makefile (contents, props changed) head/www/axis2/Makefile (contents, props changed) head/www/b2evolution/Makefile (contents, props changed) head/www/bareos-webui/Makefile (contents, props changed) head/www/bblog/Makefile (contents, props changed) head/www/bigbluebutton/Makefile (contents, props changed) head/www/bins/Makefile (contents, props changed) head/www/blastbeat/Makefile (contents, props changed) head/www/blogsum/Makefile (contents, props changed) head/www/bluefish/Makefile (contents, props changed) head/www/c-icap-modules/Makefile (contents, props changed) head/www/cadaver/Makefile (contents, props changed) head/www/calendarserver/Makefile (contents, props changed) head/www/castget/Makefile (contents, props changed) head/www/caudium14/Makefile (contents, props changed) head/www/cblog/Makefile (contents, props changed) head/www/cgicc/Makefile (contents, props changed) head/www/cgiparse/Makefile (contents, props changed) head/www/checkbot/Makefile (contents, props changed) head/www/cherokee/Makefile (contents, props changed) head/www/choqok/Makefile (contents, props changed) head/www/chromium/Makefile (contents, props changed) head/www/chtml/Makefile (contents, props changed) head/www/cl-lml-sbcl/Makefile (contents, props changed) head/www/closure-linter/Makefile (contents, props changed) head/www/coppermine/Makefile (contents, props changed) head/www/cplanet/Makefile (contents, props changed) head/www/cppcms/Makefile (contents, props changed) head/www/crawl/Makefile (contents, props changed) head/www/csso/Makefile (contents, props changed) head/www/dalbum/Makefile (contents, props changed) head/www/davical/Makefile (contents, props changed) head/www/deforaos-surfer/Makefile (contents, props changed) head/www/dillo2/Makefile (contents, props changed) head/www/domoticz/Makefile (contents, props changed) head/www/drood/Makefile (contents, props changed) head/www/drraw/Makefile (contents, props changed) head/www/drupal6-geshifilter/Makefile (contents, props changed) head/www/drupal6-page_title/Makefile (contents, props changed) head/www/drupal6-pathauto/Makefile (contents, props changed) head/www/drupal6-wysiwyg/Makefile (contents, props changed) head/www/drupal6/Makefile (contents, props changed) head/www/drupal7-wysiwyg/Makefile (contents, props changed) head/www/drush/Makefile (contents, props changed) head/www/dtse/Makefile (contents, props changed) head/www/e2guardian/Makefile (contents, props changed) head/www/edbrowse/Makefile (contents, props changed) head/www/elinks/Makefile (contents, props changed) head/www/elixir-phoenix/Makefile (contents, props changed) head/www/emacs-w3m/Makefile (contents, props changed) head/www/ephemera/Makefile (contents, props changed) head/www/epiphany/Makefile (contents, props changed) head/www/fcgiwrap/Makefile (contents, props changed) head/www/feedjack/Makefile (contents, props changed) head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/flickcurl/Makefile (contents, props changed) head/www/flood/Makefile (contents, props changed) head/www/fnord/Makefile (contents, props changed) head/www/foswiki/Makefile (contents, props changed) head/www/foswiki/bsd.foswiki.mk (contents, props changed) head/www/fswiki/Makefile (contents, props changed) head/www/g-gcl/Makefile (contents, props changed) head/www/gaeo/Makefile (contents, props changed) head/www/gaeutilities/Makefile (contents, props changed) head/www/gallery2/Makefile (contents, props changed) head/www/gallery3/Makefile (contents, props changed) head/www/gatling/Makefile (contents, props changed) head/www/gecko-mediaplayer/Makefile (contents, props changed) head/www/geeknote/Makefile (contents, props changed) head/www/geneweb/Makefile (contents, props changed) head/www/get_flash_videos/Makefile (contents, props changed) head/www/getleft/Makefile (contents, props changed) head/www/gist/Makefile (contents, props changed) head/www/gitlab-workhorse/Makefile (contents, props changed) head/www/gitlab/Makefile (contents, props changed) head/www/gnome-user-share/Makefile (contents, props changed) head/www/gnome-web-photo/Makefile (contents, props changed) head/www/google-appengine/Makefile (contents, props changed) head/www/googlebook_dl/Makefile (contents, props changed) head/www/goose/Makefile (contents, props changed) head/www/gpx2map/Makefile (contents, props changed) head/www/grafana2/Makefile (contents, props changed) head/www/graylog-web-interface/Makefile (contents, props changed) head/www/groupoffice/Makefile (contents, props changed) head/www/grr/Makefile (contents, props changed) head/www/gtkhtml3/Makefile (contents, props changed) head/www/gtkhtml4/Makefile (contents, props changed) head/www/guacamole-client/Makefile (contents, props changed) head/www/guile-www/Makefile (contents, props changed) head/www/gurlchecker/Makefile (contents, props changed) head/www/hastymail2-devel/Makefile (contents, props changed) head/www/hastymail2/Makefile (contents, props changed) head/www/havp/Makefile (contents, props changed) head/www/helma/Makefile (contents, props changed) head/www/horde-base/Makefile (contents, props changed) head/www/horde-wicked/Makefile (contents, props changed) head/www/hotcrp/Makefile (contents, props changed) head/www/hs-fastcgi/Makefile (contents, props changed) head/www/hs-webkit/Makefile (contents, props changed) head/www/htdigest/Makefile (contents, props changed) head/www/html2wml/Makefile (contents, props changed) head/www/httest/Makefile (contents, props changed) head/www/http-analyze/Makefile (contents, props changed) head/www/httpasyncclient/Makefile (contents, props changed) head/www/httpclient/Makefile (contents, props changed) head/www/httpie/Makefile (contents, props changed) head/www/httpsqs/Makefile (contents, props changed) head/www/hydra/Makefile (contents, props changed) head/www/hypermail/Makefile (contents, props changed) head/www/igal2/Makefile (contents, props changed) head/www/ikiwiki/Makefile (contents, props changed) head/www/ilias/Makefile (contents, props changed) head/www/imgsizer/Makefile (contents, props changed) head/www/interchange/Makefile (contents, props changed) head/www/itop/Makefile (contents, props changed) head/www/jdresolve/Makefile (contents, props changed) head/www/jetty8/Makefile (contents, props changed) head/www/jetty9/Makefile (contents, props changed) head/www/jmeter/Makefile (contents, props changed) head/www/jspwiki/Makefile (contents, props changed) head/www/jtoolkit/Makefile (contents, props changed) head/www/kannel-sqlbox/Makefile (contents, props changed) head/www/kannel/Makefile (contents, props changed) head/www/kdewebdev4/Makefile (contents, props changed) head/www/kplaylist/Makefile (contents, props changed) head/www/larbin/Makefile (contents, props changed) head/www/lessc/Makefile (contents, props changed) head/www/libdom/Makefile (contents, props changed) head/www/libepc/Makefile (contents, props changed) head/www/libevhtp/Makefile (contents, props changed) head/www/libhpack/Makefile (contents, props changed) head/www/libhubbub/Makefile (contents, props changed) head/www/libmicrohttpd/Makefile (contents, props changed) head/www/libsocialweb/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/lightsquid/Makefile (contents, props changed) head/www/lighttpd-mod_geoip/Makefile (contents, props changed) head/www/lighttpd-mod_h264_streaming/Makefile (contents, props changed) head/www/lighttpd/Makefile (contents, props changed) head/www/linkchecker/Makefile (contents, props changed) head/www/links-hacked/Makefile (contents, props changed) head/www/links/Makefile (contents, props changed) head/www/linux-c6-flashplugin11/Makefile (contents, props changed) head/www/linux-f10-flashplugin11/Makefile (contents, props changed) head/www/linux-opera/Makefile (contents, props changed) head/www/litmus/Makefile (contents, props changed) head/www/ljdeps/Makefile (contents, props changed) head/www/llgal/Makefile (contents, props changed) head/www/luakit/Makefile (contents, props changed) head/www/lynx-current/Makefile (contents, props changed) head/www/madsonic-standalone/Makefile (contents, props changed) head/www/madsonic/Makefile (contents, props changed) head/www/magento/Makefile (contents, props changed) head/www/mediawiki123/Makefile (contents, props changed) head/www/mediawiki124/Makefile (contents, props changed) head/www/mediawiki125/Makefile (contents, props changed) head/www/mediawiki126/Makefile (contents, props changed) head/www/mgstat/Makefile (contents, props changed) head/www/midori/Makefile (contents, props changed) head/www/mitmproxy/Makefile (contents, props changed) head/www/mknmz-wwwoffle/Makefile (contents, props changed) head/www/mod_amazon_proxy/Makefile (contents, props changed) head/www/mod_asn/Makefile (contents, props changed) head/www/mod_auth_cas/Makefile (contents, props changed) head/www/mod_auth_openid/Makefile (contents, props changed) head/www/mod_authn_sasl/Makefile (contents, props changed) head/www/mod_authnz_crowd/Makefile (contents, props changed) head/www/mod_clamav/Makefile (contents, props changed) head/www/mod_dnssd/Makefile (contents, props changed) head/www/mod_flickr/Makefile (contents, props changed) head/www/mod_geoip2/Makefile (contents, props changed) head/www/mod_http2-devel/Makefile (contents, props changed) head/www/mod_log_mysql/Makefile (contents, props changed) head/www/mod_log_sql2-dtc/Makefile (contents, props changed) head/www/mod_log_sql2/Makefile (contents, props changed) head/www/mod_memcache_block/Makefile (contents, props changed) head/www/mod_mono/Makefile (contents, props changed) head/www/mod_musicindex/Makefile (contents, props changed) head/www/mod_ntlm2/Makefile (contents, props changed) head/www/mod_perl2/Makefile (contents, props changed) head/www/mod_proxy_html/Makefile (contents, props changed) head/www/mod_rivet/Makefile (contents, props changed) head/www/mod_security/Makefile (contents, props changed) head/www/mod_spdy/Makefile (contents, props changed) head/www/mod_tidy/Makefile (contents, props changed) head/www/mod_webauth/Makefile (contents, props changed) head/www/mohawk/Makefile (contents, props changed) head/www/mongrel2/Makefile (contents, props changed) head/www/moodle28/Makefile (contents, props changed) head/www/moodle29/Makefile (contents, props changed) head/www/moodle30/Makefile (contents, props changed) head/www/multiwatch/Makefile (contents, props changed) head/www/mysar/Makefile (contents, props changed) head/www/mythplugin-mythweb/Makefile (contents, props changed) head/www/nanoblogger-extra/Makefile (contents, props changed) head/www/nanoblogger/Makefile (contents, props changed) head/www/neon/Makefile (contents, props changed) head/www/netrik/Makefile (contents, props changed) head/www/netsurf/Makefile (contents, props changed) head/www/newsbeuter/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/nginx-devel/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) head/www/nibbleblog/Makefile (contents, props changed) head/www/npapi-vlc/Makefile (contents, props changed) head/www/npapi-xine/Makefile (contents, props changed) head/www/npm/Makefile (contents, props changed) head/www/npm012/Makefile (contents, props changed) head/www/nspluginwrapper/Makefile (contents, props changed) head/www/ocaml-net/Makefile (contents, props changed) head/www/offline-npm/Makefile (contents, props changed) head/www/opera-linuxplugins/Makefile (contents, props changed) head/www/opera/Makefile (contents, props changed) head/www/otrs/Makefile (contents, props changed) head/www/owncloud/Makefile (contents, props changed) head/www/p5-AMF-Perl/Makefile (contents, props changed) head/www/p5-Amon2-Lite/Makefile (contents, props changed) head/www/p5-Amon2-Plugin-LogDispatch/Makefile (contents, props changed) head/www/p5-Amon2-Plugin-Web-CSRFDefender/Makefile (contents, props changed) head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile (contents, props changed) head/www/p5-Amon2/Makefile (contents, props changed) head/www/p5-Any-Template/Makefile (contents, props changed) head/www/p5-Any-URI-Escape/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTP/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTPD/Makefile (contents, props changed) head/www/p5-AnyEvent-Mojo/Makefile (contents, props changed) head/www/p5-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-AnyEvent-SCGI/Makefile (contents, props changed) head/www/p5-Apache-ASP/Makefile (contents, props changed) head/www/p5-Apache-AuthCookie/Makefile (contents, props changed) head/www/p5-Apache-AuthTicket/Makefile (contents, props changed) head/www/p5-Apache-Clean2/Makefile (contents, props changed) head/www/p5-Apache-ConfigParser/Makefile (contents, props changed) head/www/p5-Apache-DB/Makefile (contents, props changed) head/www/p5-Apache-DBI/Makefile (contents, props changed) head/www/p5-Apache-Gallery/Makefile (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/Makefile (contents, props changed) head/www/p5-Apache-MP3/Makefile (contents, props changed) head/www/p5-Apache-ParseFormData/Makefile (contents, props changed) head/www/p5-Apache-Profiler/Makefile (contents, props changed) head/www/p5-Apache-Session-PHP/Makefile (contents, props changed) head/www/p5-Apache-Session-SQLite3/Makefile (contents, props changed) head/www/p5-Apache-Session-SharedMem/Makefile (contents, props changed) head/www/p5-Apache-Session-Wrapper/Makefile (contents, props changed) head/www/p5-Apache-Session/Makefile (contents, props changed) head/www/p5-Apache-SessionX/Makefile (contents, props changed) head/www/p5-Apache-Singleton/Makefile (contents, props changed) head/www/p5-Apache2-SiteControl/Makefile (contents, props changed) head/www/p5-ApacheBench/Makefile (contents, props changed) head/www/p5-App-Nopaste/Makefile (contents, props changed) head/www/p5-App-gist/Makefile (contents, props changed) head/www/p5-Ark/Makefile (contents, props changed) head/www/p5-Bigtop/Makefile (contents, props changed) head/www/p5-Blog-Spam/Makefile (contents, props changed) head/www/p5-Business-PayPal/Makefile (contents, props changed) head/www/p5-CGI-Ajax/Makefile (contents, props changed) head/www/p5-CGI-Application-Dispatch-Server/Makefile (contents, props changed) head/www/p5-CGI-Application-Dispatch/Makefile (contents, props changed) head/www/p5-CGI-Application-PSGI/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Apache/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Authentication/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Authorization/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-AutoRunmode/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DBH/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DebugScreen/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DevPopup/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Forward/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-HTDot/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-HtmlTidy/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-JSON/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-MessageStack/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Redirect/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Session/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Stream/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-TT/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ViewCode/Makefile (contents, props changed) head/www/p5-CGI-Application-Server/Makefile (contents, props changed) head/www/p5-CGI-Application/Makefile (contents, props changed) head/www/p5-CGI-ArgChecker/Makefile (contents, props changed) head/www/p5-CGI-Builder-TT2/Makefile (contents, props changed) head/www/p5-CGI-Builder/Makefile (contents, props changed) head/www/p5-CGI-Cache/Makefile (contents, props changed) head/www/p5-CGI-Compile/Makefile (contents, props changed) head/www/p5-CGI-Compress-Gzip/Makefile (contents, props changed) head/www/p5-CGI-Cookie-Splitter/Makefile (contents, props changed) head/www/p5-CGI-Cookie-XS/Makefile (contents, props changed) head/www/p5-CGI-Emulate-PSGI/Makefile (contents, props changed) head/www/p5-CGI-EncryptForm/Makefile (contents, props changed) head/www/p5-CGI-Enurl/Makefile (contents, props changed) head/www/p5-CGI-Ex/Makefile (contents, props changed) head/www/p5-CGI-Expand/Makefile (contents, props changed) head/www/p5-CGI-ExtDirect/Makefile (contents, props changed) head/www/p5-CGI-Fast/Makefile (contents, props changed) head/www/p5-CGI-FormBuilder/Makefile (contents, props changed) head/www/p5-CGI-Framework/Makefile (contents, props changed) head/www/p5-CGI-Kwiki/Makefile (contents, props changed) head/www/p5-CGI-Pager/Makefile (contents, props changed) head/www/p5-CGI-Prototype/Makefile (contents, props changed) head/www/p5-CGI-SSI/Makefile (contents, props changed) head/www/p5-CGI-Session-ExpireSessions/Makefile (contents, props changed) head/www/p5-CGI-Simple/Makefile (contents, props changed) head/www/p5-CGI-Struct/Makefile (contents, props changed) head/www/p5-CGI-Untaint-date/Makefile (contents, props changed) head/www/p5-CGI-Untaint-email/Makefile (contents, props changed) head/www/p5-CGI-Untaint/Makefile (contents, props changed) head/www/p5-CGI-Upload/Makefile (contents, props changed) head/www/p5-CGI-XMLApplication/Makefile (contents, props changed) head/www/p5-CIF-Client/Makefile (contents, props changed) head/www/p5-CSS-DOM/Makefile (contents, props changed) head/www/p5-CSS-Inliner/Makefile (contents, props changed) head/www/p5-Catalyst-Action-REST/Makefile (contents, props changed) head/www/p5-Catalyst-Action-RenderView/Makefile (contents, props changed) head/www/p5-Catalyst-Action-Serialize-XML-Hash-LX/Makefile (contents, props changed) head/www/p5-Catalyst-ActionRole-ACL/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile (contents, props changed) head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile (contents, props changed) head/www/p5-Catalyst-Component-InstancePerContext/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-ActionRole/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-BindLex/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-FormBuilder/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-HTML-FormFu/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-RateLimit/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-RequestToken/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-SOAP/Makefile (contents, props changed) head/www/p5-Catalyst-Devel/Makefile (contents, props changed) head/www/p5-Catalyst-DispatchType-Regex/Makefile (contents, props changed) head/www/p5-Catalyst-Engine-Apache/Makefile (contents, props changed) head/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile (contents, props changed) head/www/p5-Catalyst-Engine-PSGI/Makefile (contents, props changed) head/www/p5-Catalyst-Enzyme/Makefile (contents, props changed) head/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Adaptor/Makefile (contents, props changed) head/www/p5-Catalyst-Model-CDBI-Plain/Makefile (contents, props changed) head/www/p5-Catalyst-Model-CDBI-Sweet/Makefile (contents, props changed) head/www/p5-Catalyst-Model-CDBI/Makefile (contents, props changed) head/www/p5-Catalyst-Model-DBIC-Plain/Makefile (contents, props changed) head/www/p5-Catalyst-Model-DBIC-Schema/Makefile (contents, props changed) head/www/p5-Catalyst-Model-DynamicAdaptor/Makefile (contents, props changed) head/www/p5-Catalyst-Model-LDAP/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Memcached/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Oryx/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Tarantool/Makefile (contents, props changed) head/www/p5-Catalyst-Model-XML-Feed/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Xapian/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Xapian10/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-AtomServer/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Browser/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-C3/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Captcha/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-ConfigLoader/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-CookiedSession/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-DateTime/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-DefaultEnd/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Email/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-FillInForm/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-FormBuilder/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-FormValidator/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-I18N/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Log-Handler/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-LogWarnings/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-PageCache/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Params-Nested/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Pluggable/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Prototype/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Scheduler/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Server/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-PerUser/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-State-URI/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-File/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Setenv/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Singleton/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-SmartURI/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-StackTrace/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Static-Simple/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Static/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-StatusMessage/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-SubRequest/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Textile/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Unicode/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-XMLRPC/Makefile (contents, props changed) head/www/p5-Catalyst-Runtime/Makefile (contents, props changed) head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile (contents, props changed) head/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile (contents, props changed) head/www/p5-Catalyst-View-ClearSilver/Makefile (contents, props changed) head/www/p5-Catalyst-View-Email/Makefile (contents, props changed) head/www/p5-Catalyst-View-GraphViz/Makefile (contents, props changed) head/www/p5-Catalyst-View-HTML-Template-Compiled/Makefile (contents, props changed) head/www/p5-Catalyst-View-HTML-Template/Makefile (contents, props changed) head/www/p5-Catalyst-View-JSON/Makefile (contents, props changed) head/www/p5-Catalyst-View-Jemplate/Makefile (contents, props changed) head/www/p5-Catalyst-View-Mason/Makefile (contents, props changed) head/www/p5-Catalyst-View-REST-XML/Makefile (contents, props changed) head/www/p5-Catalyst-View-RRDGraph/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT-ControllerLocal/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT/Makefile (contents, props changed) head/www/p5-Catalyst-View-Template-Declare/Makefile (contents, props changed) head/www/p5-Catalyst-View-Templated/Makefile (contents, props changed) head/www/p5-Catalyst-View-XML-Feed/Makefile (contents, props changed) head/www/p5-Catalyst-View-XML-Simple/Makefile (contents, props changed) head/www/p5-Catalyst-View-XSLT/Makefile (contents, props changed) head/www/p5-CatalystX-Component-Traits/Makefile (contents, props changed) head/www/p5-CatalystX-InjectComponent/Makefile (contents, props changed) head/www/p5-CatalystX-LeakChecker/Makefile (contents, props changed) head/www/p5-CatalystX-Profile/Makefile (contents, props changed) head/www/p5-CatalystX-REPL/Makefile (contents, props changed) head/www/p5-CatalystX-RoleApplicator/Makefile (contents, props changed) head/www/p5-CatalystX-SimpleLogin/Makefile (contents, props changed) head/www/p5-Class-DBI-FromForm/Makefile (contents, props changed) head/www/p5-ClearSilver/Makefile (contents, props changed) head/www/p5-Continuity/Makefile (contents, props changed) head/www/p5-Cookie-Baker/Makefile (contents, props changed) head/www/p5-Corona/Makefile (contents, props changed) head/www/p5-Dancer-Logger-Log4perl/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-Feed/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-FlashMessage/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-Lexicon/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-Memcached/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-REST/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-SiteMap/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-ValidationClass/Makefile (contents, props changed) head/www/p5-Dancer-Session-Cookie/Makefile (contents, props changed) head/www/p5-Dancer-Template-Xslate/Makefile (contents, props changed) head/www/p5-Dancer/Makefile (contents, props changed) head/www/p5-Dancer2-Plugin-Ajax/Makefile (contents, props changed) head/www/p5-Dancer2-Plugin-Deferred/Makefile (contents, props changed) head/www/p5-Dancer2-Plugin-Path-Class/Makefile (contents, props changed) head/www/p5-Dancer2/Makefile (contents, props changed) head/www/p5-Data-TreeDumper-Renderer-DHTML/Makefile (contents, props changed) head/www/p5-Data-Validate-URI/Makefile (contents, props changed) head/www/p5-Emplacken/Makefile (contents, props changed) head/www/p5-FCGI-Async/Makefile (contents, props changed) head/www/p5-FCGI-Client/Makefile (contents, props changed) head/www/p5-FCGI-Engine/Makefile (contents, props changed) head/www/p5-FCGI-Spawn/Makefile (contents, props changed) head/www/p5-FEAR-API/Makefile (contents, props changed) head/www/p5-Facebook-Graph/Makefile (contents, props changed) head/www/p5-Feed-Find/Makefile (contents, props changed) head/www/p5-Feersum/Makefile (contents, props changed) head/www/p5-File-Mork/Makefile (contents, props changed) head/www/p5-Flea/Makefile (contents, props changed) head/www/p5-Flickr-API/Makefile (contents, props changed) head/www/p5-Flickr-Upload/Makefile (contents, props changed) head/www/p5-Fliggy/Makefile (contents, props changed) head/www/p5-Furl/Makefile (contents, props changed) head/www/p5-FurlX-Coro/Makefile (contents, props changed) head/www/p5-Gantry/Makefile (contents, props changed) head/www/p5-Geo-Caching/Makefile (contents, props changed) head/www/p5-Google-Search/Makefile (contents, props changed) head/www/p5-Gtk2-WebKit/Makefile (contents, props changed) head/www/p5-Gungho/Makefile (contents, props changed) head/www/p5-GunghoX-FollowLinks/Makefile (contents, props changed) head/www/p5-HTML-Adsense/Makefile (contents, props changed) head/www/p5-HTML-CalendarMonthSimple/Makefile (contents, props changed) head/www/p5-HTML-Chunks/Makefile (contents, props changed) head/www/p5-HTML-ContentExtractor/Makefile (contents, props changed) head/www/p5-HTML-DOM/Makefile (contents, props changed) head/www/p5-HTML-Declare/Makefile (contents, props changed) head/www/p5-HTML-Defaultify/Makefile (contents, props changed) head/www/p5-HTML-Diff/Makefile (contents, props changed) head/www/p5-HTML-Display/Makefile (contents, props changed) head/www/p5-HTML-Element-Extended/Makefile (contents, props changed) head/www/p5-HTML-Element-Library/Makefile (contents, props changed) head/www/p5-HTML-Element-Replacer/Makefile (contents, props changed) head/www/p5-HTML-Encoding/Makefile (contents, props changed) head/www/p5-HTML-ExtractContent/Makefile (contents, props changed) head/www/p5-HTML-ExtractMain/Makefile (contents, props changed) head/www/p5-HTML-FillInForm-ForceUTF8/Makefile (contents, props changed) head/www/p5-HTML-FillInForm/Makefile (contents, props changed) head/www/p5-HTML-Form/Makefile (contents, props changed) head/www/p5-HTML-FormFu-Imager/Makefile (contents, props changed) head/www/p5-HTML-FormFu-Model-DBIC/Makefile (contents, props changed) head/www/p5-HTML-FormFu/Makefile (contents, props changed) head/www/p5-HTML-FormHandler/Makefile (contents, props changed) head/www/p5-HTML-FromANSI/Makefile (contents, props changed) head/www/p5-HTML-FromText/Makefile (contents, props changed) head/www/p5-HTML-GenToc/Makefile (contents, props changed) head/www/p5-HTML-GoogleMaps/Makefile (contents, props changed) head/www/p5-HTML-LinkExtractor/Makefile (contents, props changed) head/www/p5-HTML-Lint/Makefile (contents, props changed) head/www/p5-HTML-Location/Makefile (contents, props changed) head/www/p5-HTML-Mason-PSGIHandler/Makefile (contents, props changed) head/www/p5-HTML-Mason/Makefile (contents, props changed) head/www/p5-HTML-MobileConverter/Makefile (contents, props changed) head/www/p5-HTML-Pager/Makefile (contents, props changed) head/www/p5-HTML-Parser-Simple/Makefile (contents, props changed) head/www/p5-HTML-Parser/Makefile (contents, props changed) head/www/p5-HTML-PrettyPrinter/Makefile (contents, props changed) head/www/p5-HTML-Prototype/Makefile (contents, props changed) head/www/p5-HTML-Query/Makefile (contents, props changed) head/www/p5-HTML-RSSAutodiscovery/Makefile (contents, props changed) head/www/p5-HTML-ResolveLink/Makefile (contents, props changed) head/www/p5-HTML-Restrict/Makefile (contents, props changed) head/www/p5-HTML-RobotsMETA/Makefile (contents, props changed) head/www/p5-HTML-Scrubber/Makefile (contents, props changed) head/www/p5-HTML-Seamstress/Makefile (contents, props changed) head/www/p5-HTML-Selector-XPath/Makefile (contents, props changed) head/www/p5-HTML-Shakan/Makefile (contents, props changed) head/www/p5-HTML-SimpleLinkExtor/Makefile (contents, props changed) head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile (contents, props changed) head/www/p5-HTML-StickyQuery/Makefile (contents, props changed) head/www/p5-HTML-Strip/Makefile (contents, props changed) head/www/p5-HTML-StripScripts-Parser/Makefile (contents, props changed) head/www/p5-HTML-Summary/Makefile (contents, props changed) head/www/p5-HTML-TableContentParser/Makefile (contents, props changed) head/www/p5-HTML-TableExtract/Makefile (contents, props changed) head/www/p5-HTML-TableParser/Makefile (contents, props changed) head/www/p5-HTML-TableTiler/Makefile (contents, props changed) head/www/p5-HTML-TagCloud-Extended/Makefile (contents, props changed) head/www/p5-HTML-Template-Associate/Makefile (contents, props changed) head/www/p5-HTML-Template-Compiled/Makefile (contents, props changed) head/www/p5-HTML-Template-Expr/Makefile (contents, props changed) head/www/p5-HTML-Template-HashWrapper/Makefile (contents, props changed) head/www/p5-HTML-Template-JIT/Makefile (contents, props changed) head/www/p5-HTML-Template-Pluggable/Makefile (contents, props changed) head/www/p5-HTML-Template-Pro/Makefile (contents, props changed) head/www/p5-HTML-Toc/Makefile (contents, props changed) head/www/p5-HTML-TokeParser-Simple/Makefile (contents, props changed) head/www/p5-HTML-Tree/Makefile (contents, props changed) head/www/p5-HTML-TreeBuilder-LibXML/Makefile (contents, props changed) head/www/p5-HTML-TreeBuilder-XPath/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-DokuWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-GoogleCode/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-Kwiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-Markdown/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-MediaWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-MoinMoin/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-Oddmuse/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-PbWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-PhpWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-PmWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-SnipSnap/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-Socialtext/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-TikiWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-UseMod/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-WakkaWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter-WikkaWiki/Makefile (contents, props changed) head/www/p5-HTML-WikiConverter/Makefile (contents, props changed) head/www/p5-HTTP-Async/Makefile (contents, props changed) head/www/p5-HTTP-Body/Makefile (contents, props changed) head/www/p5-HTTP-Cache-Transparent/Makefile (contents, props changed) head/www/p5-HTTP-CookieJar/Makefile (contents, props changed) head/www/p5-HTTP-CookieMonster/Makefile (contents, props changed) head/www/p5-HTTP-Cookies-Mozilla/Makefile (contents, props changed) head/www/p5-HTTP-Cookies-iCab/Makefile (contents, props changed) head/www/p5-HTTP-Cookies-w3m/Makefile (contents, props changed) head/www/p5-HTTP-Cookies/Makefile (contents, props changed) head/www/p5-HTTP-DAV/Makefile (contents, props changed) head/www/p5-HTTP-Daemon-SSL/Makefile (contents, props changed) head/www/p5-HTTP-Daemon/Makefile (contents, props changed) head/www/p5-HTTP-Engine-Middleware/Makefile (contents, props changed) head/www/p5-HTTP-Engine/Makefile (contents, props changed) head/www/p5-HTTP-Exception/Makefile (contents, props changed) head/www/p5-HTTP-Headers-Fast/Makefile (contents, props changed) head/www/p5-HTTP-Link-Parser/Makefile (contents, props changed) head/www/p5-HTTP-Message/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent/Makefile (contents, props changed) head/www/p5-HTTP-Negotiate/Makefile (contents, props changed) head/www/p5-HTTP-Parser/Makefile (contents, props changed) head/www/p5-HTTP-Proxy/Makefile (contents, props changed) head/www/p5-HTTP-Recorder/Makefile (contents, props changed) head/www/p5-HTTP-Request-AsCGI/Makefile (contents, props changed) head/www/p5-HTTP-Request-Params/Makefile (contents, props changed) head/www/p5-HTTP-Response-Encoding/Makefile (contents, props changed) head/www/p5-HTTP-Router/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-Authen/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-Mason/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-PSGI/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-Recorder/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-Static/Makefile (contents, props changed) head/www/p5-HTTP-Session-State-MobileAgentID/Makefile (contents, props changed) head/www/p5-HTTP-Session-Store-DBI/Makefile (contents, props changed) head/www/p5-HTTP-Session/Makefile (contents, props changed) head/www/p5-HTTP-Session2/Makefile (contents, props changed) head/www/p5-HTTP-SimpleLinkChecker/Makefile (contents, props changed) head/www/p5-HTTP-Size/Makefile (contents, props changed) head/www/p5-HTTP-Thin/Makefile (contents, props changed) head/www/p5-HTTP-Tiny-SPDY/Makefile (contents, props changed) head/www/p5-HTTP-Tiny/Makefile (contents, props changed) head/www/p5-HTTP-WebTest/Makefile (contents, props changed) head/www/p5-HTTPD-Log-Filter/Makefile (contents, props changed) head/www/p5-IMDB-Film/Makefile (contents, props changed) head/www/p5-Image-Delivery/Makefile (contents, props changed) head/www/p5-JE/Makefile (contents, props changed) head/www/p5-Jemplate/Makefile (contents, props changed) head/www/p5-Jifty/Makefile (contents, props changed) head/www/p5-LWP-Authen-Negotiate/Makefile (contents, props changed) head/www/p5-LWP-Authen-OAuth/Makefile (contents, props changed) head/www/p5-LWP-Authen-Wsse/Makefile (contents, props changed) head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile (contents, props changed) head/www/p5-LWP-ConsoleLogger/Makefile (contents, props changed) head/www/p5-LWP-Online/Makefile (contents, props changed) head/www/p5-LWP-Protocol-PSGI/Makefile (contents, props changed) head/www/p5-LWP-Protocol-connect/Makefile (contents, props changed) head/www/p5-LWP-Protocol-http10/Makefile (contents, props changed) head/www/p5-LWP-Protocol-https/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-Determined/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-POE/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-WithCache/Makefile (contents, props changed) head/www/p5-LWPx-ParanoidAgent/Makefile (contents, props changed) head/www/p5-LWPx-TimedHTTP/Makefile (contents, props changed) head/www/p5-Mason/Makefile (contents, props changed) head/www/p5-MasonX-Interp-WithCallbacks/Makefile (contents, props changed) head/www/p5-MasonX-Profiler/Makefile (contents, props changed) head/www/p5-MasonX-Request-WithApacheSession/Makefile (contents, props changed) head/www/p5-MasonX-WebApp/Makefile (contents, props changed) head/www/p5-Maypole/Makefile (contents, props changed) head/www/p5-McBain-WithPSGI/Makefile (contents, props changed) head/www/p5-McBain/Makefile (contents, props changed) head/www/p5-MediaWiki-API/Makefile (contents, props changed) head/www/p5-MediaWiki/Makefile (contents, props changed) head/www/p5-Mobile-UserAgent/Makefile (contents, props changed) head/www/p5-ModPerl-VersionUtil/Makefile (contents, props changed) head/www/p5-Mojo-Server-FastCGI/Makefile (contents, props changed) head/www/p5-MojoMojo/Makefile (contents, props changed) head/www/p5-MojoX-Log-Dispatch-Simple/Makefile (contents, props changed) head/www/p5-MojoX-Renderer-Xslate/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Authentication/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Database/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Mongodb/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-TtRenderer/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile (contents, props changed) head/www/p5-Mojolicious/Makefile (contents, props changed) head/www/p5-Monoceros/Makefile (contents, props changed) head/www/p5-Net-Akismet/Makefile (contents, props changed) head/www/p5-Net-Amazon-AWIS/Makefile (contents, props changed) head/www/p5-Net-Async-FastCGI/Makefile (contents, props changed) head/www/p5-Net-Async-HTTP/Makefile (contents, props changed) head/www/p5-Net-FastCGI/Makefile (contents, props changed) head/www/p5-Net-FireEagle/Makefile (contents, props changed) head/www/p5-Net-Flickr-API/Makefile (contents, props changed) head/www/p5-Net-Flickr-Backup/Makefile (contents, props changed) head/www/p5-Net-Flickr-RDF/Makefile (contents, props changed) head/www/p5-Net-FreshBooks-API/Makefile (contents, props changed) head/www/p5-Net-GeoPlanet/Makefile (contents, props changed) head/www/p5-Net-Plurk/Makefile (contents, props changed) head/www/p5-Net-STF-Client/Makefile (contents, props changed) head/www/p5-Net-Trac/Makefile (contents, props changed) head/www/p5-Net-YAP/Makefile (contents, props changed) head/www/p5-Net-eBay/Makefile (contents, props changed) head/www/p5-Newsletter/Makefile (contents, props changed) head/www/p5-Nginx-ReadBody/Makefile (contents, props changed) head/www/p5-PHP-Session/Makefile (contents, props changed) head/www/p5-POE-Component-Client-HTTP/Makefile (contents, props changed) head/www/p5-POE-Component-Client-UserAgent/Makefile (contents, props changed) head/www/p5-POE-Component-Server-HTTP/Makefile (contents, props changed) head/www/p5-POE-Component-Server-HTTPServer/Makefile (contents, props changed) head/www/p5-POE-Component-Server-PSGI/Makefile (contents, props changed) head/www/p5-POE-Component-Server-SOAP/Makefile (contents, props changed) head/www/p5-POE-Component-Server-SimpleHTTP/Makefile (contents, props changed) head/www/p5-POE-Filter-HTTP-Parser/Makefile (contents, props changed) head/www/p5-POEx-Role-PSGIServer/Makefile (contents, props changed) head/www/p5-ParallelUA/Makefile (contents, props changed) head/www/p5-Parse-HTTP-UserAgent/Makefile (contents, props changed) head/www/p5-Path-Class-URI/Makefile (contents, props changed) head/www/p5-Perlanet/Makefile (contents, props changed) head/www/p5-Perlbal-Plugin-PSGI/Makefile (contents, props changed) head/www/p5-Plack-App-Proxy/Makefile (contents, props changed) head/www/p5-Plack-Builder-Conditionals/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile (contents, props changed) head/www/p5-Plack-Handler-CLI/Makefile (contents, props changed) head/www/p5-Plack-Handler-SCGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AMF/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Auth-Digest/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AutoRefresh/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ConsoleLogger/Makefile (contents, props changed) head/www/p5-Plack-Middleware-CrossOrigin/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Debug/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Deflater/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Expires/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ExtDirect/Makefile (contents, props changed) head/www/p5-Plack-Middleware-File-Sass/Makefile (contents, props changed) head/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ForceEnv/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Header/Makefile (contents, props changed) head/www/p5-Plack-Middleware-IEnosniff/Makefile (contents, props changed) head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile (contents, props changed) head/www/p5-Plack-Middleware-JSConcat/Makefile (contents, props changed) head/www/p5-Plack-Middleware-MemoryUsage/Makefile (contents, props changed) head/www/p5-Plack-Middleware-MethodOverride/Makefile (contents, props changed) head/www/p5-Plack-Middleware-NoMultipleSlashes/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Precompressed/Makefile (contents, props changed) head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Reproxy/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ReverseProxy/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Rewrite/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Session/Makefile (contents, props changed) head/www/p5-Plack-Middleware-SocketIO/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Status/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Throttle/Makefile (contents, props changed) head/www/p5-Plack-Middleware-XForwardedFor/Makefile (contents, props changed) head/www/p5-Plack-Server-Coro/Makefile (contents, props changed) head/www/p5-Plack-Server-POE/Makefile (contents, props changed) head/www/p5-Plack-Server-ReverseHTTP/Makefile (contents, props changed) head/www/p5-Plack-Test-ExternalServer/Makefile (contents, props changed) head/www/p5-Plack/Makefile (contents, props changed) head/www/p5-PocketIO/Makefile (contents, props changed) head/www/p5-Pod-Site/Makefile (contents, props changed) head/www/p5-PodToHTML/Makefile (contents, props changed) head/www/p5-Protocol-HTTP2/Makefile (contents, props changed) head/www/p5-Protocol-SocketIO/Makefile (contents, props changed) head/www/p5-Protocol-WebSocket/Makefile (contents, props changed) head/www/p5-Protocol-XMLRPC/Makefile (contents, props changed) head/www/p5-REST-Client/Makefile (contents, props changed) head/www/p5-REST-Google-Apps-Provisioning/Makefile (contents, props changed) head/www/p5-RPC-ExtDirect/Makefile (contents, props changed) head/www/p5-RT-Authen-ExternalAuth/Makefile (contents, props changed) head/www/p5-RT-Client-REST/Makefile (contents, props changed) head/www/p5-RT-Extension-LDAPImport/Makefile (contents, props changed) head/www/p5-RT-Extension-MandatoryOnTransition/Makefile (contents, props changed) head/www/p5-RT-Extension-SLA/Makefile (contents, props changed) head/www/p5-RTx-Calendar/Makefile (contents, props changed) head/www/p5-Reaction/Makefile (contents, props changed) head/www/p5-Reddit-Client/Makefile (contents, props changed) head/www/p5-Reddit/Makefile (contents, props changed) head/www/p5-Role-REST-Client/Makefile (contents, props changed) head/www/p5-Rose-HTML-Objects/Makefile (contents, props changed) head/www/p5-Router-Boom/Makefile (contents, props changed) head/www/p5-Router-Simple-Sinatraish/Makefile (contents, props changed) head/www/p5-Router-Simple/Makefile (contents, props changed) head/www/p5-SOAP-Transport-HTTP-Plack/Makefile (contents, props changed) head/www/p5-SRU/Makefile (contents, props changed) head/www/p5-STF-Dispatcher-PSGI/Makefile (contents, props changed) head/www/p5-Scrappy/Makefile (contents, props changed) head/www/p5-Selenium-Remote-Driver/Makefile (contents, props changed) head/www/p5-Session-Storage-Secure/Makefile (contents, props changed) head/www/p5-Squatting-On-PSGI/Makefile (contents, props changed) head/www/p5-Squatting/Makefile (contents, props changed) head/www/p5-Starlet/Makefile (contents, props changed) head/www/p5-Starman/Makefile (contents, props changed) head/www/p5-Syntax-Highlight-HTML/Makefile (contents, props changed) head/www/p5-Syntax-Highlight-Shell/Makefile (contents, props changed) head/www/p5-Task-Catalyst/Makefile (contents, props changed) head/www/p5-Task-Plack/Makefile (contents, props changed) head/www/p5-Tatsumaki/Makefile (contents, props changed) head/www/p5-Template-GD/Makefile (contents, props changed) head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile (contents, props changed) head/www/p5-Template-Multilingual/Makefile (contents, props changed) head/www/p5-Template-Mustache/Makefile (contents, props changed) head/www/p5-Template-Plugin-Class/Makefile (contents, props changed) head/www/p5-Template-Plugin-Clickable-Email/Makefile (contents, props changed) head/www/p5-Template-Plugin-Clickable/Makefile (contents, props changed) head/www/p5-Template-Plugin-Comma/Makefile (contents, props changed) head/www/p5-Template-Plugin-FillInForm/Makefile (contents, props changed) head/www/p5-Template-Plugin-JSON/Makefile (contents, props changed) head/www/p5-Template-Plugin-JavaScript/Makefile (contents, props changed) head/www/p5-Template-Plugin-MP3/Makefile (contents, props changed) head/www/p5-Template-Plugin-Markdown/Makefile (contents, props changed) head/www/p5-Template-Plugin-Monta/Makefile (contents, props changed) head/www/p5-Template-Plugin-Number-Format/Makefile (contents, props changed) head/www/p5-Template-Plugin-StripScripts/Makefile (contents, props changed) head/www/p5-Template-Plugin-Subst/Makefile (contents, props changed) head/www/p5-Template-Plugin-VMethods/Makefile (contents, props changed) head/www/p5-Template-Provider-Encoding/Makefile (contents, props changed) head/www/p5-Template-Provider-FromDATA/Makefile (contents, props changed) head/www/p5-Template-Simple/Makefile (contents, props changed) head/www/p5-Template-Stash-AutoEscape/Makefile (contents, props changed) head/www/p5-Template-Timer/Makefile (contents, props changed) head/www/p5-Template-Toolkit-Simple/Makefile (contents, props changed) head/www/p5-Template-Toolkit/Makefile (contents, props changed) head/www/p5-Tenjin/Makefile (contents, props changed) head/www/p5-Test-HTTP-Server-Simple/Makefile (contents, props changed) head/www/p5-Test-HTTP/Makefile (contents, props changed) head/www/p5-Test-LWP-UserAgent/Makefile (contents, props changed) head/www/p5-Test-Nginx/Makefile (contents, props changed) head/www/p5-TestGen4Web-Runner/Makefile (contents, props changed) head/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile (contents, props changed) head/www/p5-Tie-TinyURL/Makefile (contents, props changed) head/www/p5-Toader/Makefile (contents, props changed) head/www/p5-Toadfarm/Makefile (contents, props changed) head/www/p5-Twiggy-TLS/Makefile (contents, props changed) head/www/p5-Twiggy/Makefile (contents, props changed) head/www/p5-URI-Fetch/Makefile (contents, props changed) head/www/p5-URI-ParseSearchString/Makefile (contents, props changed) head/www/p5-URI-Title/Makefile (contents, props changed) head/www/p5-URI-ToDisk/Makefile (contents, props changed) head/www/p5-URL-Encode/Makefile (contents, props changed) head/www/p5-VUser-Google-ProvisioningAPI/Makefile (contents, props changed) head/www/p5-W3C-LinkChecker/Makefile (contents, props changed) head/www/p5-W3C-LogValidator/Makefile (contents, props changed) head/www/p5-WWW-AtMovies-TV/Makefile (contents, props changed) head/www/p5-WWW-Babelfish/Makefile (contents, props changed) head/www/p5-WWW-Baseball-NPB/Makefile (contents, props changed) head/www/p5-WWW-Comic/Makefile (contents, props changed) head/www/p5-WWW-Contact/Makefile (contents, props changed) head/www/p5-WWW-Curl/Makefile (contents, props changed) head/www/p5-WWW-DHL/Makefile (contents, props changed) head/www/p5-WWW-Dilbert/Makefile (contents, props changed) head/www/p5-WWW-Facebook-API/Makefile (contents, props changed) head/www/p5-WWW-FreeProxy/Makefile (contents, props changed) head/www/p5-WWW-GitHub-Gist/Makefile (contents, props changed) head/www/p5-WWW-Google-Calculator/Makefile (contents, props changed) head/www/p5-WWW-Google-News-TW/Makefile (contents, props changed) head/www/p5-WWW-Google-News/Makefile (contents, props changed) head/www/p5-WWW-Google-Notebook/Makefile (contents, props changed) head/www/p5-WWW-Google-PageRank/Makefile (contents, props changed) head/www/p5-WWW-Google-Video/Makefile (contents, props changed) head/www/p5-WWW-HatenaDiary/Makefile (contents, props changed) head/www/p5-WWW-HatenaLogin/Makefile (contents, props changed) head/www/p5-WWW-HatenaStar/Makefile (contents, props changed) head/www/p5-WWW-IMDb/Makefile (contents, props changed) head/www/p5-WWW-Instapaper-Client/Makefile (contents, props changed) head/www/p5-WWW-LongURL/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-CGI/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Cached/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-DecodedContent/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-FormFiller/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-GZip/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Meta/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-PhantomJS/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Pluggable/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Shell/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-SpamCop/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-TreeBuilder/Makefile (contents, props changed) head/www/p5-WWW-Mechanize/Makefile (contents, props changed) head/www/p5-WWW-Mediawiki-Client/Makefile (contents, props changed) head/www/p5-WWW-Mixi-Scraper/Makefile (contents, props changed) head/www/p5-WWW-Mixi/Makefile (contents, props changed) head/www/p5-WWW-Myspace/Makefile (contents, props changed) head/www/p5-WWW-NicoVideo-Download/Makefile (contents, props changed) head/www/p5-WWW-NioTV/Makefile (contents, props changed) head/www/p5-WWW-OpenSVN/Makefile (contents, props changed) head/www/p5-WWW-OpenSearch/Makefile (contents, props changed) head/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile (contents, props changed) head/www/p5-WWW-Plurk/Makefile (contents, props changed) head/www/p5-WWW-Robot/Makefile (contents, props changed) head/www/p5-WWW-RobotRules-Parser/Makefile (contents, props changed) head/www/p5-WWW-RobotRules/Makefile (contents, props changed) head/www/p5-WWW-Salesforce/Makefile (contents, props changed) head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile (contents, props changed) head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile (contents, props changed) head/www/p5-WWW-Scraper-ISBN/Makefile (contents, props changed) head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile (contents, props changed) head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile (contents, props changed) head/www/p5-WWW-Scripter/Makefile (contents, props changed) head/www/p5-WWW-Search-AltaVista/Makefile (contents, props changed) head/www/p5-WWW-Search-Google/Makefile (contents, props changed) head/www/p5-WWW-Search-MSN/Makefile (contents, props changed) head/www/p5-WWW-Search/Makefile (contents, props changed) head/www/p5-WWW-Shorten-0rz/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Bitly/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Googl/Makefile (contents, props changed) head/www/p5-WWW-Shorten-KUSO/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Yourls/Makefile (contents, props changed) head/www/p5-WWW-Shorten-isgd/Makefile (contents, props changed) head/www/p5-WWW-SourceForge/Makefile (contents, props changed) head/www/p5-WWW-Spinn3r/Makefile (contents, props changed) head/www/p5-WWW-TV/Makefile (contents, props changed) head/www/p5-WWW-TWSMS/Makefile (contents, props changed) head/www/p5-WWW-TinySong/Makefile (contents, props changed) head/www/p5-WWW-Tumblr/Makefile (contents, props changed) head/www/p5-WWW-VenusEnvy/Makefile (contents, props changed) head/www/p5-WWW-WebArchive/Makefile (contents, props changed) head/www/p5-WWW-Wikipedia/Makefile (contents, props changed) head/www/p5-WWW-Yandex-TIC/Makefile (contents, props changed) head/www/p5-WWW-iTunesConnect/Makefile (contents, props changed) head/www/p5-Web-Query/Makefile (contents, props changed) head/www/p5-Web-Scraper-Config/Makefile (contents, props changed) head/www/p5-Web-Scraper/Makefile (contents, props changed) head/www/p5-Web-oEmbed/Makefile (contents, props changed) head/www/p5-WebDAO/Makefile (contents, props changed) head/www/p5-WebDriver-Tiny/Makefile (contents, props changed) head/www/p5-WebService-Basecamp/Makefile (contents, props changed) head/www/p5-WebService-Bloglines/Makefile (contents, props changed) head/www/p5-WebService-BuzzurlAPI/Makefile (contents, props changed) head/www/p5-WebService-CIA/Makefile (contents, props changed) head/www/p5-WebService-GData/Makefile (contents, props changed) head/www/p5-WebService-Google-Reader/Makefile (contents, props changed) head/www/p5-WebService-Google-Sets/Makefile (contents, props changed) head/www/p5-WebService-IMDB/Makefile (contents, props changed) head/www/p5-WebService-ISBNDB/Makefile (contents, props changed) head/www/p5-WebService-Linode/Makefile (contents, props changed) head/www/p5-WebService-MoviePosterDB/Makefile (contents, props changed) head/www/p5-WebService-MusicBrainz/Makefile (contents, props changed) head/www/p5-WebService-NoPaste/Makefile (contents, props changed) head/www/p5-WebService-Pushover/Makefile (contents, props changed) head/www/p5-WebService-Rakuten/Makefile (contents, props changed) head/www/p5-WebService-Redmine/Makefile (contents, props changed) head/www/p5-WebService-Simple/Makefile (contents, props changed) head/www/p5-WebService-Technorati/Makefile (contents, props changed) head/www/p5-WebService-YouTube/Makefile (contents, props changed) head/www/p5-WordPress-XMLRPC/Makefile (contents, props changed) head/www/p5-Yahoo-Lifestyle/Makefile (contents, props changed) head/www/p5-Yahoo-Search/Makefile (contents, props changed) head/www/p5-ZConf-RSS-GUI-GTK/Makefile (contents, props changed) head/www/p5-ZConf-RSS/Makefile (contents, props changed) head/www/p5-chklinks/Makefile (contents, props changed) head/www/p5-jQuery-File-Upload/Makefile (contents, props changed) head/www/p5-libapreq2/Makefile (contents, props changed) head/www/p5-libservlet/Makefile (contents, props changed) head/www/p5-libwww/Makefile (contents, props changed) head/www/p5-pQuery/Makefile (contents, props changed) head/www/p5-webservice-validator-css-w3c/Makefile (contents, props changed) head/www/p5-webservice-validator-html-w3c/Makefile (contents, props changed) head/www/pear-HTTP_Client/Makefile (contents, props changed) head/www/pear-HTTP_Download/Makefile (contents, props changed) head/www/pear-HTTP_FloodControl/Makefile (contents, props changed) head/www/pear-HTTP_Header/Makefile (contents, props changed) head/www/pear-HTTP_Request/Makefile (contents, props changed) head/www/pear-HTTP_Request2/Makefile (contents, props changed) head/www/pear-HTTP_Server/Makefile (contents, props changed) head/www/pear-HTTP_WebDAV_Client/Makefile (contents, props changed) head/www/pear-Services_Amazon/Makefile (contents, props changed) head/www/pear-Services_Amazon_S3/Makefile (contents, props changed) head/www/pear-Services_Blogging/Makefile (contents, props changed) head/www/pear-Services_Compete/Makefile (contents, props changed) head/www/pear-Services_Delicious/Makefile (contents, props changed) head/www/pear-Services_Facebook/Makefile (contents, props changed) head/www/pear-Services_GeoNames/Makefile (contents, props changed) head/www/pear-Services_OpenSearch/Makefile (contents, props changed) head/www/pear-Services_SharedBook/Makefile (contents, props changed) head/www/pear-Services_ShortURL/Makefile (contents, props changed) head/www/pear-Services_W3C_CSSValidator/Makefile (contents, props changed) head/www/pear-Services_W3C_HTMLValidator/Makefile (contents, props changed) head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile (contents, props changed) head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile (contents, props changed) head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile (contents, props changed) head/www/pear-UDDI/Makefile (contents, props changed) head/www/pear-XML_GRDDL/Makefile (contents, props changed) head/www/pear-twig/Makefile (contents, props changed) head/www/pebble/Makefile (contents, props changed) head/www/pecl-http/Makefile (contents, props changed) head/www/pecl-http1/Makefile (contents, props changed) head/www/pecl-solr/Makefile (contents, props changed) head/www/pecl-sphinx/Makefile (contents, props changed) head/www/pecl-swish/Makefile (contents, props changed) head/www/pecl-varnish/Makefile (contents, props changed) head/www/pecl-yaf/Makefile (contents, props changed) head/www/pecl-yar/Makefile (contents, props changed) head/www/perlbal/Makefile (contents, props changed) head/www/photo_gallery/Makefile (contents, props changed) head/www/phpbb/Makefile (contents, props changed) head/www/piwigo/Makefile (contents, props changed) head/www/planet/Makefile (contents, props changed) head/www/plexwatchweb/Makefile (contents, props changed) head/www/plone/Makefile (contents, props changed) head/www/podcastamatic/Makefile (contents, props changed) head/www/pound/Makefile (contents, props changed) head/www/privoxy/Makefile (contents, props changed) head/www/publicfile/Makefile (contents, props changed) head/www/punbb/Makefile (contents, props changed) head/www/pwebstats/Makefile (contents, props changed) head/www/py-GinGin/Makefile (contents, props changed) head/www/py-Lightbox/Makefile (contents, props changed) head/www/py-MechanicalSoup/Makefile (contents, props changed) head/www/py-Products.CMFPlone/Makefile (contents, props changed) head/www/py-Products.PloneLDAP/Makefile (contents, props changed) head/www/py-Products.TinyMCE/Makefile (contents, props changed) head/www/py-WebError/Makefile (contents, props changed) head/www/py-WebTest/Makefile (contents, props changed) head/www/py-aiohttp/Makefile (contents, props changed) head/www/py-autobahn/Makefile (contents, props changed) head/www/py-beaker/Makefile (contents, props changed) head/www/py-bjoern/Makefile (contents, props changed) head/www/py-bleach/Makefile (contents, props changed) head/www/py-blogofile/Makefile (contents, props changed) head/www/py-bottle-cork/Makefile (contents, props changed) head/www/py-cachecontrol/Makefile (contents, props changed) head/www/py-cactus/Makefile (contents, props changed) head/www/py-cherrypy/Makefile (contents, props changed) head/www/py-collective.easytemplate/Makefile (contents, props changed) head/www/py-collective.templateengines/Makefile (contents, props changed) head/www/py-cookies/Makefile (contents, props changed) head/www/py-cssselect/Makefile (contents, props changed) head/www/py-django-allauth/Makefile (contents, props changed) head/www/py-django-annoying/Makefile (contents, props changed) head/www/py-django-app-plugins/Makefile (contents, props changed) head/www/py-django-appconf/Makefile (contents, props changed) head/www/py-django-appmedia/Makefile (contents, props changed) head/www/py-django-assets/Makefile (contents, props changed) head/www/py-django-auth-ldap/Makefile (contents, props changed) head/www/py-django-bitfield/Makefile (contents, props changed) head/www/py-django-bootstrap-form/Makefile (contents, props changed) head/www/py-django-caching-app-plugins/Makefile (contents, props changed) head/www/py-django-classy-tags/Makefile (contents, props changed) head/www/py-django-cms/Makefile (contents, props changed) head/www/py-django-configurations/Makefile (contents, props changed) head/www/py-django-contact-form/Makefile (contents, props changed) head/www/py-django-contrib-comments/Makefile (contents, props changed) head/www/py-django-crispy-forms/Makefile (contents, props changed) head/www/py-django-datetime-widget/Makefile (contents, props changed) head/www/py-django-debug-toolbar/Makefile (contents, props changed) head/www/py-django-devel/Makefile (contents, props changed) head/www/py-django-dpaste/Makefile (contents, props changed) head/www/py-django-evolution/Makefile (contents, props changed) head/www/py-django-extensions/Makefile (contents, props changed) head/www/py-django-filer/Makefile (contents, props changed) head/www/py-django-happenings/Makefile (contents, props changed) head/www/py-django-haystack/Makefile (contents, props changed) head/www/py-django-htmlmin/Makefile (contents, props changed) head/www/py-django-json-rpc/Makefile (contents, props changed) head/www/py-django-jsonfield/Makefile (contents, props changed) head/www/py-django-keyedcache/Makefile (contents, props changed) head/www/py-django-ldapdb/Makefile (contents, props changed) head/www/py-django-livesettings/Makefile (contents, props changed) head/www/py-django-markdownx/Makefile (contents, props changed) head/www/py-django-mezzanine/Makefile (contents, props changed) head/www/py-django-mptt/Makefile (contents, props changed) head/www/py-django-openid-auth/Makefile (contents, props changed) head/www/py-django-overextends/Makefile (contents, props changed) head/www/py-django-paging/Makefile (contents, props changed) head/www/py-django-photologue/Makefile (contents, props changed) head/www/py-django-picklefield/Makefile (contents, props changed) head/www/py-django-pipeline/Makefile (contents, props changed) head/www/py-django-pipeline13/Makefile (contents, props changed) head/www/py-django-piston/Makefile (contents, props changed) head/www/py-django-profiles/Makefile (contents, props changed) head/www/py-django-recaptcha/Makefile (contents, props changed) head/www/py-django-redis/Makefile (contents, props changed) head/www/py-django-registration-defaults/Makefile (contents, props changed) head/www/py-django-registration-redux/Makefile (contents, props changed) head/www/py-django-registration/Makefile (contents, props changed) head/www/py-django-reversion/Makefile (contents, props changed) head/www/py-django-sekizai/Makefile (contents, props changed) head/www/py-django-signals-ahoy/Makefile (contents, props changed) head/www/py-django-simple-captcha/Makefile (contents, props changed) head/www/py-django-simple-history/Makefile (contents, props changed) head/www/py-django-social-auth/Makefile (contents, props changed) head/www/py-django-sortedm2m/Makefile (contents, props changed) head/www/py-django-statici18n/Makefile (contents, props changed) head/www/py-django-subdomains/Makefile (contents, props changed) head/www/py-django-sudo/Makefile (contents, props changed) head/www/py-django-tables2/Makefile (contents, props changed) head/www/py-django-tagging/Makefile (contents, props changed) head/www/py-django-taggit/Makefile (contents, props changed) head/www/py-django-tastypie/Makefile (contents, props changed) head/www/py-django-templatetag-sugar/Makefile (contents, props changed) head/www/py-django-threaded-multihost/Makefile (contents, props changed) head/www/py-django-tinymce/Makefile (contents, props changed) head/www/py-django/Makefile (contents, props changed) head/www/py-django16-tastypie/Makefile (contents, props changed) head/www/py-django16/Makefile (contents, props changed) head/www/py-django18/Makefile (contents, props changed) head/www/py-django19/Makefile (contents, props changed) head/www/py-django_compressor/Makefile (contents, props changed) head/www/py-djangotoolbox/Makefile (contents, props changed) head/www/py-djblets/Makefile (contents, props changed) head/www/py-dojango/Makefile (contents, props changed) head/www/py-evernote/Makefile (contents, props changed) head/www/py-falcon/Makefile (contents, props changed) head/www/py-fedex/Makefile (contents, props changed) head/www/py-feedgenerator/Makefile (contents, props changed) head/www/py-flask-admin/Makefile (contents, props changed) head/www/py-flask-bootstrap/Makefile (contents, props changed) head/www/py-flask-cache/Makefile (contents, props changed) head/www/py-flask-cors/Makefile (contents, props changed) head/www/py-flask-flatpages/Makefile (contents, props changed) head/www/py-flask-oauthlib/Makefile (contents, props changed) head/www/py-flask-restful/Makefile (contents, props changed) head/www/py-flask-sockets/Makefile (contents, props changed) head/www/py-flask-uploads/Makefile (contents, props changed) head/www/py-flask-wtf/Makefile (contents, props changed) head/www/py-flask/Makefile (contents, props changed) head/www/py-flexget/Makefile (contents, props changed) head/www/py-formalchemy/Makefile (contents, props changed) head/www/py-frappe-bench/Makefile (contents, props changed) head/www/py-frozen-flask/Makefile (contents, props changed) head/www/py-funkload/Makefile (contents, props changed) head/www/py-gandi.cli/Makefile (contents, props changed) head/www/py-gevent-websocket/Makefile (contents, props changed) head/www/py-goobook/Makefile (contents, props changed) head/www/py-google-api-python-client/Makefile (contents, props changed) head/www/py-google/Makefile (contents, props changed) head/www/py-graphite-web/Makefile (contents, props changed) head/www/py-grequests/Makefile (contents, props changed) head/www/py-gunicorn/Makefile (contents, props changed) head/www/py-html5lib/Makefile (contents, props changed) head/www/py-hyper/Makefile (contents, props changed) head/www/py-imdbpy/Makefile (contents, props changed) head/www/py-jswebkit/Makefile (contents, props changed) head/www/py-pafy/Makefile (contents, props changed) head/www/py-paste/Makefile (contents, props changed) head/www/py-pastedeploy/Makefile (contents, props changed) head/www/py-pastescript/Makefile (contents, props changed) head/www/py-pelican/Makefile (contents, props changed) head/www/py-plone.app.blob/Makefile (contents, props changed) head/www/py-plone.app.caching/Makefile (contents, props changed) head/www/py-plone.app.collection/Makefile (contents, props changed) head/www/py-plone.app.content/Makefile (contents, props changed) head/www/py-plone.app.contentlisting/Makefile (contents, props changed) head/www/py-plone.app.contentmenu/Makefile (contents, props changed) head/www/py-plone.app.contentrules/Makefile (contents, props changed) head/www/py-plone.app.controlpanel/Makefile (contents, props changed) head/www/py-plone.app.customerize/Makefile (contents, props changed) head/www/py-plone.app.dexterity/Makefile (contents, props changed) head/www/py-plone.app.discussion/Makefile (contents, props changed) head/www/py-plone.app.folder/Makefile (contents, props changed) head/www/py-plone.app.form/Makefile (contents, props changed) head/www/py-plone.app.imaging/Makefile (contents, props changed) head/www/py-plone.app.iterate/Makefile (contents, props changed) head/www/py-plone.app.jquery/Makefile (contents, props changed) head/www/py-plone.app.jquerytools/Makefile (contents, props changed) head/www/py-plone.app.layout/Makefile (contents, props changed) head/www/py-plone.app.ldap/Makefile (contents, props changed) head/www/py-plone.app.linkintegrity/Makefile (contents, props changed) head/www/py-plone.app.portlets/Makefile (contents, props changed) head/www/py-plone.app.querystring/Makefile (contents, props changed) head/www/py-plone.app.redirector/Makefile (contents, props changed) head/www/py-plone.app.registry/Makefile (contents, props changed) head/www/py-plone.app.search/Makefile (contents, props changed) head/www/py-plone.app.testing/Makefile (contents, props changed) head/www/py-plone.app.textfield/Makefile (contents, props changed) head/www/py-plone.app.theming/Makefile (contents, props changed) head/www/py-plone.app.upgrade/Makefile (contents, props changed) head/www/py-plone.app.users/Makefile (contents, props changed) head/www/py-plone.app.uuid/Makefile (contents, props changed) head/www/py-plone.app.viewletmanager/Makefile (contents, props changed) head/www/py-plone.app.vocabularies/Makefile (contents, props changed) head/www/py-plone.app.workflow/Makefile (contents, props changed) head/www/py-plone.app.z3cform/Makefile (contents, props changed) head/www/py-plone.autoform/Makefile (contents, props changed) head/www/py-plone.behavior/Makefile (contents, props changed) head/www/py-plone.browserlayer/Makefile (contents, props changed) head/www/py-plone.cachepurging/Makefile (contents, props changed) head/www/py-plone.caching/Makefile (contents, props changed) head/www/py-plone.contentrules/Makefile (contents, props changed) head/www/py-plone.dexterity/Makefile (contents, props changed) head/www/py-plone.fieldsets/Makefile (contents, props changed) head/www/py-plone.folder/Makefile (contents, props changed) head/www/py-plone.formwidget.namedfile/Makefile (contents, props changed) head/www/py-plone.i18n/Makefile (contents, props changed) head/www/py-plone.indexer/Makefile (contents, props changed) head/www/py-plone.locking/Makefile (contents, props changed) head/www/py-plone.memoize/Makefile (contents, props changed) head/www/py-plone.namedfile/Makefile (contents, props changed) head/www/py-plone.outputfilters/Makefile (contents, props changed) head/www/py-plone.portlet.collection/Makefile (contents, props changed) head/www/py-plone.portlet.static/Makefile (contents, props changed) head/www/py-plone.portlets/Makefile (contents, props changed) head/www/py-plone.registry/Makefile (contents, props changed) head/www/py-plone.resource/Makefile (contents, props changed) head/www/py-plone.resourceeditor/Makefile (contents, props changed) head/www/py-plone.rfc822/Makefile (contents, props changed) head/www/py-plone.scale/Makefile (contents, props changed) head/www/py-plone.schemaeditor/Makefile (contents, props changed) head/www/py-plone.stringinterp/Makefile (contents, props changed) head/www/py-plone.subrequest/Makefile (contents, props changed) head/www/py-plone.supermodel/Makefile (contents, props changed) head/www/py-plone.testing/Makefile (contents, props changed) head/www/py-plone.theme/Makefile (contents, props changed) head/www/py-plone.transformchain/Makefile (contents, props changed) head/www/py-plone.uuid/Makefile (contents, props changed) head/www/py-plone.z3cform/Makefile (contents, props changed) head/www/py-praw/Makefile (contents, props changed) head/www/py-prewikka/Makefile (contents, props changed) head/www/py-puppetboard/Makefile (contents, props changed) head/www/py-py-restclient/Makefile (contents, props changed) head/www/py-pyjwt/Makefile (contents, props changed) head/www/py-pylons/Makefile (contents, props changed) head/www/py-pyocclient/Makefile (contents, props changed) head/www/py-pyquery/Makefile (contents, props changed) head/www/py-pyramid/Makefile (contents, props changed) head/www/py-pyramid_rpc/Makefile (contents, props changed) head/www/py-python-digitalocean/Makefile (contents, props changed) head/www/py-pywikibot/Makefile (contents, props changed) head/www/py-qp/Makefile (contents, props changed) head/www/py-qt4-webkit/Makefile (contents, props changed) head/www/py-qt5-webkit/Makefile (contents, props changed) head/www/py-qt5-webkitwidgets/Makefile (contents, props changed) head/www/py-rackspace-monitoring/Makefile (contents, props changed) head/www/py-requestbuilder/Makefile (contents, props changed) head/www/py-requests-oauth-hook/Makefile (contents, props changed) head/www/py-requests-oauthlib/Makefile (contents, props changed) head/www/py-requests-toolbelt/Makefile (contents, props changed) head/www/py-requests/Makefile (contents, props changed) head/www/py-restclient/Makefile (contents, props changed) head/www/py-rhodecode/Makefile (contents, props changed) head/www/py-satchmo/Makefile (contents, props changed) head/www/py-scrapy/Makefile (contents, props changed) head/www/py-scriptaculous/Makefile (contents, props changed) head/www/py-selector/Makefile (contents, props changed) head/www/py-slimit/Makefile (contents, props changed) head/www/py-slumber/Makefile (contents, props changed) head/www/py-splinter/Makefile (contents, props changed) head/www/py-spyne/Makefile (contents, props changed) head/www/py-tgwebservices/Makefile (contents, props changed) head/www/py-tornado/Makefile (contents, props changed) head/www/py-trello/Makefile (contents, props changed) head/www/py-turbogears/Makefile (contents, props changed) head/www/py-turbogears2/Makefile (contents, props changed) head/www/py-txrequests/Makefile (contents, props changed) head/www/py-ua-parser/Makefile (contents, props changed) head/www/py-urlgrabber/Makefile (contents, props changed) head/www/py-urljr/Makefile (contents, props changed) head/www/py-user_agent/Makefile (contents, props changed) head/www/py-utidy/Makefile (contents, props changed) head/www/py-w3lib/Makefile (contents, props changed) head/www/py-webhelpers/Makefile (contents, props changed) head/www/py-webkitgtk/Makefile (contents, props changed) head/www/py-webob/Makefile (contents, props changed) head/www/py-wikipedia/Makefile (contents, props changed) head/www/py-ws4py/Makefile (contents, props changed) head/www/py-zope.app.wsgi/Makefile (contents, props changed) head/www/pycarddav/Makefile (contents, props changed) head/www/pylot/Makefile (contents, props changed) head/www/qupzilla-qt4/Makefile (contents, props changed) head/www/qupzilla-qt5/Makefile (contents, props changed) head/www/radicale/Makefile (contents, props changed) head/www/redmine-backlogs/Makefile (contents, props changed) head/www/redmine-basecamp/Makefile (contents, props changed) head/www/redmine/Makefile (contents, props changed) head/www/redmine/bsd.redmine.mk (contents, props changed) head/www/rejik/Makefile (contents, props changed) head/www/rekonq/Makefile (contents, props changed) head/www/reportmagic/Makefile (contents, props changed) head/www/repos-style/Makefile (contents, props changed) head/www/resin3/Makefile (contents, props changed) head/www/retawq/Makefile (contents, props changed) head/www/reviewboard/Makefile (contents, props changed) head/www/rnews/Makefile (contents, props changed) head/www/roundup/Makefile (contents, props changed) head/www/rssowl/Makefile (contents, props changed) head/www/rssroll/Makefile (contents, props changed) head/www/rsstail/Makefile (contents, props changed) head/www/rt40/Makefile (contents, props changed) head/www/rt40/Makefile.cpan (contents, props changed) head/www/rt42/Makefile (contents, props changed) head/www/rt42/Makefile.cpan (contents, props changed) head/www/rtv/Makefile (contents, props changed) head/www/rubygem-actionpack/Makefile (contents, props changed) head/www/rubygem-actionpack4/Makefile (contents, props changed) head/www/rubygem-activeresource/Makefile (contents, props changed) head/www/rubygem-activeresource4/Makefile (contents, props changed) head/www/rubygem-acts-as-taggable-on/Makefile (contents, props changed) head/www/rubygem-acts-as-taggable-on3/Makefile (contents, props changed) head/www/rubygem-akami/Makefile (contents, props changed) head/www/rubygem-amazon-ecs/Makefile (contents, props changed) head/www/rubygem-anemone/Makefile (contents, props changed) head/www/rubygem-asana/Makefile (contents, props changed) head/www/rubygem-async_sinatra/Makefile (contents, props changed) head/www/rubygem-bootstrap-sass/Makefile (contents, props changed) head/www/rubygem-cal-heatmap-rails-rails4/Makefile (contents, props changed) head/www/rubygem-cal-heatmap-rails/Makefile (contents, props changed) head/www/rubygem-chosen-rails/Makefile (contents, props changed) head/www/rubygem-cuba/Makefile (contents, props changed) head/www/rubygem-d3_rails-rails4/Makefile (contents, props changed) head/www/rubygem-d3_rails/Makefile (contents, props changed) head/www/rubygem-dashing/Makefile (contents, props changed) head/www/rubygem-domainatrix/Makefile (contents, props changed) head/www/rubygem-dropzonejs-rails/Makefile (contents, props changed) head/www/rubygem-em-http-request/Makefile (contents, props changed) head/www/rubygem-em-socksify/Makefile (contents, props changed) head/www/rubygem-em-twitter/Makefile (contents, props changed) head/www/rubygem-em-websocket/Makefile (contents, props changed) head/www/rubygem-emk-sinatra-url-for/Makefile (contents, props changed) head/www/rubygem-ethon/Makefile (contents, props changed) head/www/rubygem-faraday/Makefile (contents, props changed) head/www/rubygem-faraday_middleware/Makefile (contents, props changed) head/www/rubygem-fcgi/Makefile (contents, props changed) head/www/rubygem-feed-normalizer/Makefile (contents, props changed) head/www/rubygem-feedjira/Makefile (contents, props changed) head/www/rubygem-flowdock/Makefile (contents, props changed) head/www/rubygem-geminabox/Makefile (contents, props changed) head/www/rubygem-gitlab-flowdock-git-hook/Makefile (contents, props changed) head/www/rubygem-gitlab-gollum-lib/Makefile (contents, props changed) head/www/rubygem-gitlab-grack/Makefile (contents, props changed) head/www/rubygem-gollum-grit_adapter/Makefile (contents, props changed) head/www/rubygem-gollum-lib/Makefile (contents, props changed) head/www/rubygem-gon-rails4/Makefile (contents, props changed) head/www/rubygem-gon/Makefile (contents, props changed) head/www/rubygem-hackpad-cli/Makefile (contents, props changed) head/www/rubygem-haml-coderay/Makefile (contents, props changed) head/www/rubygem-haml-contrib/Makefile (contents, props changed) head/www/rubygem-haml-rails-rails4/Makefile (contents, props changed) head/www/rubygem-haml-rails/Makefile (contents, props changed) head/www/rubygem-haml/Makefile (contents, props changed) head/www/rubygem-heroku-nav/Makefile (contents, props changed) head/www/rubygem-heroku/Makefile (contents, props changed) head/www/rubygem-html2haml/Makefile (contents, props changed) head/www/rubygem-http-cookie/Makefile (contents, props changed) head/www/rubygem-http/Makefile (contents, props changed) head/www/rubygem-http_router/Makefile (contents, props changed) head/www/rubygem-httparty/Makefile (contents, props changed) head/www/rubygem-httpi/Makefile (contents, props changed) head/www/rubygem-innate/Makefile (contents, props changed) head/www/rubygem-jekyll-watch/Makefile (contents, props changed) head/www/rubygem-jekyll/Makefile (contents, props changed) head/www/rubygem-jekyll2/Makefile (contents, props changed) head/www/rubygem-jquery-rails/Makefile (contents, props changed) head/www/rubygem-jquery-rails4/Makefile (contents, props changed) head/www/rubygem-jquery-scrollto-rails/Makefile (contents, props changed) head/www/rubygem-jquery-turbolinks/Makefile (contents, props changed) head/www/rubygem-jquery-ui-rails-rails4/Makefile (contents, props changed) head/www/rubygem-jquery-ui-rails/Makefile (contents, props changed) head/www/rubygem-jruby-rack/Makefile (contents, props changed) head/www/rubygem-jsobfu/Makefile (contents, props changed) head/www/rubygem-kaminari-rails4/Makefile (contents, props changed) head/www/rubygem-kaminari/Makefile (contents, props changed) head/www/rubygem-kensa/Makefile (contents, props changed) head/www/rubygem-layout_yullio_generator/Makefile (contents, props changed) head/www/rubygem-less/Makefile (contents, props changed) head/www/rubygem-lighthouse-api/Makefile (contents, props changed) head/www/rubygem-mechanize/Makefile (contents, props changed) head/www/rubygem-mechanize26/Makefile (contents, props changed) head/www/rubygem-merb-assets/Makefile (contents, props changed) head/www/rubygem-merb-core/Makefile (contents, props changed) head/www/rubygem-merb-haml/Makefile (contents, props changed) head/www/rubygem-merb-helpers/Makefile (contents, props changed) head/www/rubygem-merb-param-protection/Makefile (contents, props changed) head/www/rubygem-nanoc/Makefile (contents, props changed) head/www/rubygem-nicovideo/Makefile (contents, props changed) head/www/rubygem-octopress/Makefile (contents, props changed) head/www/rubygem-pagerduty/Makefile (contents, props changed) head/www/rubygem-passenger/Makefile (contents, props changed) head/www/rubygem-pusher-client/Makefile (contents, props changed) head/www/rubygem-rabbirack/Makefile (contents, props changed) head/www/rubygem-rack-accept/Makefile (contents, props changed) head/www/rubygem-rack-attack/Makefile (contents, props changed) head/www/rubygem-rack-cache/Makefile (contents, props changed) head/www/rubygem-rack-contrib/Makefile (contents, props changed) head/www/rubygem-rack-mount/Makefile (contents, props changed) head/www/rubygem-rack-openid/Makefile (contents, props changed) head/www/rubygem-rack-protection/Makefile (contents, props changed) head/www/rubygem-rack-ssl/Makefile (contents, props changed) head/www/rubygem-rack-test/Makefile (contents, props changed) head/www/rubygem-rails/Makefile (contents, props changed) head/www/rubygem-rails4/Makefile (contents, props changed) head/www/rubygem-rails_autolink/Makefile (contents, props changed) head/www/rubygem-railties/Makefile (contents, props changed) head/www/rubygem-railties4/Makefile (contents, props changed) head/www/rubygem-ramaze/Makefile (contents, props changed) head/www/rubygem-redis-rack/Makefile (contents, props changed) head/www/rubygem-redis-rails/Makefile (contents, props changed) head/www/rubygem-redmine_acts_as_taggable_on/Makefile (contents, props changed) head/www/rubygem-responders-rails3/Makefile (contents, props changed) head/www/rubygem-responders/Makefile (contents, props changed) head/www/rubygem-rest-client/Makefile (contents, props changed) head/www/rubygem-rfacebook/Makefile (contents, props changed) head/www/rubygem-rfeedfinder/Makefile (contents, props changed) head/www/rubygem-rqrcode-rails3/Makefile (contents, props changed) head/www/rubygem-ruby-readability/Makefile (contents, props changed) head/www/rubygem-savon/Makefile (contents, props changed) head/www/rubygem-sawyer/Makefile (contents, props changed) head/www/rubygem-scrapi/Makefile (contents, props changed) head/www/rubygem-select2-rails/Makefile (contents, props changed) head/www/rubygem-selenium-webdriver/Makefile (contents, props changed) head/www/rubygem-semantic-ui-sass/Makefile (contents, props changed) head/www/rubygem-sinatra-contrib/Makefile (contents, props changed) head/www/rubygem-sinatra-r18n/Makefile (contents, props changed) head/www/rubygem-sinatra-respond_to/Makefile (contents, props changed) head/www/rubygem-sinatra/Makefile (contents, props changed) head/www/rubygem-task_list/Makefile (contents, props changed) head/www/rubygem-thin/Makefile (contents, props changed) head/www/rubygem-tinyatom/Makefile (contents, props changed) head/www/rubygem-tinymce-rails/Makefile (contents, props changed) head/www/rubygem-tumblr_client/Makefile (contents, props changed) head/www/rubygem-turbolinks/Makefile (contents, props changed) head/www/rubygem-typhoeus/Makefile (contents, props changed) head/www/rubygem-uglifier/Makefile (contents, props changed) head/www/rubygem-url-mount/Makefile (contents, props changed) head/www/rubygem-wasabi/Makefile (contents, props changed) head/www/rubygem-webkit-gtk/Makefile (contents, props changed) head/www/rubygem-webkit-gtk2/Makefile (contents, props changed) head/www/rubygem-webmock/Makefile (contents, props changed) head/www/rubygem-yapra/Makefile (contents, props changed) head/www/sahi/Makefile (contents, props changed) head/www/sakai/Makefile (contents, props changed) head/www/samidare/Makefile (contents, props changed) head/www/sams2/Makefile (contents, props changed) head/www/sarg/Makefile (contents, props changed) head/www/seahub/Makefile (contents, props changed) head/www/seamonkey-i18n/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/www/serendipity/Makefile (contents, props changed) head/www/serf/Makefile (contents, props changed) head/www/sitecopy/Makefile (contents, props changed) head/www/siteframe/Makefile (contents, props changed) head/www/slowcgi/Makefile (contents, props changed) head/www/smb_auth/Makefile (contents, props changed) head/www/sogo/Makefile (contents, props changed) head/www/sogo3/Makefile (contents, props changed) head/www/spdylay/Makefile (contents, props changed) head/www/spreadlogd/Makefile (contents, props changed) head/www/squid/Makefile (contents, props changed) head/www/squidclamav/Makefile (contents, props changed) head/www/squidguard/Makefile (contents, props changed) head/www/squidstats/Makefile (contents, props changed) head/www/subsonic-standalone/Makefile (contents, props changed) head/www/subsonic/Makefile (contents, props changed) head/www/surf/Makefile (contents, props changed) head/www/sventon/Makefile (contents, props changed) head/www/swfdec-plugin/Makefile (contents, props changed) head/www/swiggle/Makefile (contents, props changed) head/www/swish++/Makefile (contents, props changed) head/www/sxweb/Makefile (contents, props changed) head/www/syndigator/Makefile (contents, props changed) head/www/tclhttpd/Makefile (contents, props changed) head/www/tclwebtest/Makefile (contents, props changed) head/www/tdiary/Makefile (contents, props changed) head/www/tengine/Makefile (contents, props changed) head/www/thumbnail_index/Makefile (contents, props changed) head/www/thundercache/Makefile (contents, props changed) head/www/thundersnarf/Makefile (contents, props changed) head/www/tidy-devel/Makefile (contents, props changed) head/www/tntnet/Makefile (contents, props changed) head/www/tokyopromenade/Makefile (contents, props changed) head/www/tomcat-native/Makefile (contents, props changed) head/www/tomcat7/Makefile (contents, props changed) head/www/tomcat8/Makefile (contents, props changed) head/www/tomee/Makefile (contents, props changed) head/www/trac-OhlohWidgetsMacro/Makefile (contents, props changed) head/www/trac-TracGoogleAnalytics/Makefile (contents, props changed) head/www/trac-accountmanager/Makefile (contents, props changed) head/www/trac-advancedticketworkflow/Makefile (contents, props changed) head/www/trac-attachmentpolicy/Makefile (contents, props changed) head/www/trac-autocomplete/Makefile (contents, props changed) head/www/trac-bzr/Makefile (contents, props changed) head/www/trac-ccselector/Makefile (contents, props changed) head/www/trac-childtickets/Makefile (contents, props changed) head/www/trac-customfieldadmin/Makefile (contents, props changed) head/www/trac-datefield/Makefile (contents, props changed) head/www/trac-defaultcc/Makefile (contents, props changed) head/www/trac-discussion/Makefile (contents, props changed) head/www/trac-down/Makefile (contents, props changed) head/www/trac-downloads/Makefile (contents, props changed) head/www/trac-email2trac/Makefile (contents, props changed) head/www/trac-estimator/Makefile (contents, props changed) head/www/trac-fivestarvote/Makefile (contents, props changed) head/www/trac-fullblog/Makefile (contents, props changed) head/www/trac-fullblognotification/Makefile (contents, props changed) head/www/trac-gantt/Makefile (contents, props changed) head/www/trac-graphviz/Makefile (contents, props changed) head/www/trac-iniadmin/Makefile (contents, props changed) head/www/trac-keywords/Makefile (contents, props changed) head/www/trac-keywordsecretticket/Makefile (contents, props changed) head/www/trac-ldap/Makefile (contents, props changed) head/www/trac-ldapauthstore/Makefile (contents, props changed) head/www/trac-mastertickets/Makefile (contents, props changed) head/www/trac-math/Makefile (contents, props changed) head/www/trac-mercurial/Makefile (contents, props changed) head/www/trac-navadd/Makefile (contents, props changed) head/www/trac-permredirect/Makefile (contents, props changed) head/www/trac-privatetickets/Makefile (contents, props changed) head/www/trac-pydotorgtheme/Makefile (contents, props changed) head/www/trac-robotstxt/Makefile (contents, props changed) head/www/trac-scrumburndown/Makefile (contents, props changed) head/www/trac-spam-filter/Makefile (contents, props changed) head/www/trac-subtickets/Makefile (contents, props changed) head/www/trac-tags/Makefile (contents, props changed) head/www/trac-themeengine/Makefile (contents, props changed) head/www/trac-ticketimport/Makefile (contents, props changed) head/www/trac-tickettemplate/Makefile (contents, props changed) head/www/trac-timingandestimation/Makefile (contents, props changed) head/www/trac-tocmacro/Makefile (contents, props changed) head/www/trac-tracdragdrop/Makefile (contents, props changed) head/www/trac-tweakui/Makefile (contents, props changed) head/www/trac-vote/Makefile (contents, props changed) head/www/trac-watchlist/Makefile (contents, props changed) head/www/trac-wikigoodies/Makefile (contents, props changed) head/www/trac-wikinotification/Makefile (contents, props changed) head/www/trac-wikitemplates/Makefile (contents, props changed) head/www/trac-wikitopdf/Makefile (contents, props changed) head/www/trac-wysiwyg/Makefile (contents, props changed) head/www/trac-xmlrpc/Makefile (contents, props changed) head/www/trac/Makefile (contents, props changed) head/www/trafficserver/Makefile (contents, props changed) head/www/trytond28_google_maps/Makefile (contents, props changed) head/www/twiki-LDAPPasswordChangerPlugin/Makefile (contents, props changed) head/www/twiki-LdapContrib/Makefile (contents, props changed) head/www/twiki-MailerContrib/Makefile (contents, props changed) head/www/twiki-MathModePlugin/Makefile (contents, props changed) head/www/twiki-WysiwygPlugin/Makefile (contents, props changed) head/www/twiki/Makefile (contents, props changed) head/www/twms/Makefile (contents, props changed) head/www/typo3-lts/Makefile (contents, props changed) head/www/typo3/Makefile (contents, props changed) head/www/uglifyjs/Makefile (contents, props changed) head/www/uzbl/Makefile (contents, props changed) head/www/validator/Makefile (contents, props changed) head/www/varnish-libvmod-header/Makefile (contents, props changed) head/www/varnish-libvmod-saintmode/Makefile (contents, props changed) head/www/varnish-nagios/Makefile (contents, props changed) head/www/varnish4/Makefile (contents, props changed) head/www/vdr-plugin-live/Makefile (contents, props changed) head/www/vdradmin-am/Makefile (contents, props changed) head/www/vertx/Makefile (contents, props changed) head/www/vimb-gtk2/Makefile (contents, props changed) head/www/vimb-gtk3/Makefile (contents, props changed) head/www/volta/Makefile (contents, props changed) head/www/w3m/Makefile (contents, props changed) head/www/w3mir/Makefile (contents, props changed) head/www/web2ldap/Makefile (contents, props changed) head/www/webalizer/Makefile (contents, props changed) head/www/webfs/Makefile (contents, props changed) head/www/webgrind/Makefile (contents, props changed) head/www/webinject/Makefile (contents, props changed) head/www/webkit-gtk2/Makefile (contents, props changed) head/www/webkit-gtk3/Makefile (contents, props changed) head/www/webkit-qt4/Makefile (contents, props changed) head/www/webkit-qt5/Makefile (contents, props changed) head/www/webkit-sharp/Makefile (contents, props changed) head/www/webkit2-gtk3/Makefile (contents, props changed) head/www/weblint++/Makefile (contents, props changed) head/www/webstats/Makefile (contents, props changed) head/www/wgetpaste/Makefile (contents, props changed) head/www/wikicalc/Makefile (contents, props changed) head/www/wml/Makefile (contents, props changed) head/www/wsdlpull/Makefile (contents, props changed) head/www/wwwoffle/Makefile (contents, props changed) head/www/xist/Makefile (contents, props changed) head/www/xombrero/Makefile (contents, props changed) head/www/xpi-sameplace/Makefile (contents, props changed) head/www/xpi-tagzilla/Makefile (contents, props changed) head/www/xpi-yslow/Makefile (contents, props changed) head/www/xshttpd-devel/Makefile (contents, props changed) head/www/xshttpd/Makefile (contents, props changed) head/www/yabb/Makefile (contents, props changed) head/www/yaws/Makefile (contents, props changed) head/www/youtube_dl/Makefile (contents, props changed) head/www/zend-framework/Makefile (contents, props changed) head/www/zend-framework1/Makefile (contents, props changed) head/www/zope213/Makefile (contents, props changed) head/x11-clocks/alltraxclock/Makefile (contents, props changed) head/x11-clocks/buici-clock/Makefile (contents, props changed) head/x11-clocks/dclock/Makefile (contents, props changed) head/x11-clocks/intclock/Makefile (contents, props changed) head/x11-clocks/kdetoys4/Makefile (contents, props changed) head/x11-clocks/osdclock/Makefile (contents, props changed) head/x11-clocks/wmbday/Makefile (contents, props changed) head/x11-drivers/xf86-input-evdev/Makefile (contents, props changed) head/x11-drivers/xf86-input-vmmouse/Makefile (contents, props changed) head/x11-drivers/xf86-video-ati/Makefile (contents, props changed) head/x11-drivers/xf86-video-intel/Makefile (contents, props changed) head/x11-drivers/xorg-drivers/Makefile (contents, props changed) head/x11-fm/asfiles/Makefile (contents, props changed) head/x11-fm/caja/Makefile (contents, props changed) head/x11-fm/deforaos-browser/Makefile (contents, props changed) head/x11-fm/doublecmd/Makefile (contents, props changed) head/x11-fm/emelfm2/Makefile (contents, props changed) head/x11-fm/ezfm/Makefile (contents, props changed) head/x11-fm/gnome-commander2/Makefile (contents, props changed) head/x11-fm/gprename/Makefile (contents, props changed) head/x11-fm/librfm/Makefile (contents, props changed) head/x11-fm/mtoolsfm/Makefile (contents, props changed) head/x11-fm/nautilus/Makefile (contents, props changed) head/x11-fm/nemo/Makefile (contents, props changed) head/x11-fm/p5-PerlFM/Makefile (contents, props changed) head/x11-fm/pcmanfm/Makefile (contents, props changed) head/x11-fm/rodent/Makefile (contents, props changed) head/x11-fm/rox-mime-editor/Makefile (contents, props changed) head/x11-fm/rox-session/Makefile (contents, props changed) head/x11-fm/sushi/Makefile (contents, props changed) head/x11-fm/tdfsb/Makefile (contents, props changed) head/x11-fm/thunar-vfs/Makefile (contents, props changed) head/x11-fm/thunar/Makefile (contents, props changed) head/x11-fm/twander/Makefile (contents, props changed) head/x11-fm/wcmcommander/Makefile (contents, props changed) head/x11-fm/worker/Makefile (contents, props changed) head/x11-fm/xdiskusage/Makefile (contents, props changed) head/x11-fm/xfe/Makefile (contents, props changed) head/x11-fonts/alfont/Makefile (contents, props changed) head/x11-fonts/cantarell-fonts/Makefile (contents, props changed) head/x11-fonts/cyr-rfx/Makefile (contents, props changed) head/x11-fonts/dina/Makefile (contents, props changed) head/x11-fonts/encodings/Makefile (contents, props changed) head/x11-fonts/fntsample/Makefile (contents, props changed) head/x11-fonts/font-manager/Makefile (contents, props changed) head/x11-fonts/fontconfig/Makefile (contents, props changed) head/x11-fonts/fontmatrix/Makefile (contents, props changed) head/x11-fonts/fonttosfnt/Makefile (contents, props changed) head/x11-fonts/freefonts/Makefile (contents, props changed) head/x11-fonts/geminifonts/Makefile (contents, props changed) head/x11-fonts/intlfonts/Makefile (contents, props changed) head/x11-fonts/jmk-x11-fonts/Makefile (contents, props changed) head/x11-fonts/libXfont/Makefile (contents, props changed) head/x11-fonts/libXfont2/Makefile (contents, props changed) head/x11-fonts/libXft/Makefile (contents, props changed) head/x11-fonts/mkfontdir/Makefile (contents, props changed) head/x11-fonts/mkfontscale/Makefile (contents, props changed) head/x11-fonts/nexfontsel/Makefile (contents, props changed) head/x11-fonts/nucleus/Makefile (contents, props changed) head/x11-fonts/p5-Font-TTF/Makefile (contents, props changed) head/x11-fonts/p5-type1inst/Makefile (contents, props changed) head/x11-fonts/sgifonts/Makefile (contents, props changed) head/x11-fonts/suxus/Makefile (contents, props changed) head/x11-fonts/terminus-font/Makefile (contents, props changed) head/x11-fonts/tkfont/Makefile (contents, props changed) head/x11-fonts/tv-fonts/Makefile (contents, props changed) head/x11-fonts/uw-ttyp0/Makefile (contents, props changed) head/x11-fonts/webfonts/Makefile (contents, props changed) head/x11-fonts/wqy/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-100dpi/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-75dpi/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-cyrillic/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-miscbitmaps/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-truetype/Makefile (contents, props changed) head/x11-fonts/xorg-fonts-type1/Makefile (contents, props changed) head/x11-fonts/xorg-fonts/Makefile (contents, props changed) head/x11-servers/x11rdp/Makefile (contents, props changed) head/x11-servers/xephyr/Makefile (contents, props changed) head/x11-servers/xorg-nestserver/Makefile (contents, props changed) head/x11-servers/xorg-server/Makefile (contents, props changed) head/x11-themes/adwaita-qt4/Makefile (contents, props changed) head/x11-themes/adwaita-qt5/Makefile (contents, props changed) head/x11-themes/audacious-skins/Makefile (contents, props changed) head/x11-themes/beastie/Makefile (contents, props changed) head/x11-themes/clearlooks-phenix-theme/Makefile (contents, props changed) head/x11-themes/clearlooks-themes-extras/Makefile (contents, props changed) head/x11-themes/clearlooks/Makefile (contents, props changed) head/x11-themes/cursor-crystal-theme/Makefile (contents, props changed) head/x11-themes/cursor-dmz-aa-theme/Makefile (contents, props changed) head/x11-themes/cursor-dmz-theme/Makefile (contents, props changed) head/x11-themes/emerald-themes/Makefile (contents, props changed) head/x11-themes/fluxbox-tenr-styles-pack/Makefile (contents, props changed) head/x11-themes/fvwm-themes/Makefile (contents, props changed) head/x11-themes/gnome-icon-theme-symbolic/Makefile (contents, props changed) head/x11-themes/gnome-icons/Makefile (contents, props changed) head/x11-themes/gnome-themes-extras/Makefile (contents, props changed) head/x11-themes/gnome-themes/Makefile (contents, props changed) head/x11-themes/greybird-theme/Makefile (contents, props changed) head/x11-themes/gtk-aurora-engine/Makefile (contents, props changed) head/x11-themes/gtk-blueprint-engine/Makefile (contents, props changed) head/x11-themes/gtk-envy-theme/Makefile (contents, props changed) head/x11-themes/gtk-equinox-engine/Makefile (contents, props changed) head/x11-themes/gtk-gray-theme/Makefile (contents, props changed) head/x11-themes/gtk-murrina-aqua/Makefile (contents, props changed) head/x11-themes/gtk-murrina-fancy-clearlooks/Makefile (contents, props changed) head/x11-themes/gtk-murrina-lightblue/Makefile (contents, props changed) head/x11-themes/gtk-murrine-themes/Makefile (contents, props changed) head/x11-themes/gtk-oxygen-engine/Makefile (contents, props changed) head/x11-themes/gtk3-oxygen-engine/Makefile (contents, props changed) head/x11-themes/icon-naming-utils/Makefile (contents, props changed) head/x11-themes/icons-tango-extras/Makefile (contents, props changed) head/x11-themes/icons-tango/Makefile (contents, props changed) head/x11-themes/irssi-themes/Makefile (contents, props changed) head/x11-themes/kde4-windeco-dekorator/Makefile (contents, props changed) head/x11-themes/kdeartwork4/Makefile (contents, props changed) head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (contents, props changed) head/x11-themes/linux-f10-hicolor-icon-theme/Makefile (contents, props changed) head/x11-themes/linux-hicolor-icon-theme/Makefile (contents, props changed) head/x11-themes/lxappearance/Makefile (contents, props changed) head/x11-themes/mate-icon-theme/Makefile (contents, props changed) head/x11-themes/mate-themes/Makefile (contents, props changed) head/x11-themes/metacity-themes/Makefile (contents, props changed) head/x11-themes/murrine-configurator/Makefile (contents, props changed) head/x11-themes/nimbus/Makefile (contents, props changed) head/x11-themes/numix-theme/Makefile (contents, props changed) head/x11-themes/openbox-themes/Makefile (contents, props changed) head/x11-themes/plank-theme-moka/Makefile (contents, props changed) head/x11-themes/qtcurve/Makefile (contents, props changed) head/x11-themes/sawfish-themes/Makefile (contents, props changed) head/x11-themes/ubuntulooks/Makefile (contents, props changed) head/x11-themes/xcursor-themes/Makefile (contents, props changed) head/x11-toolkits/SoXt/Makefile (contents, props changed) head/x11-toolkits/bakery/Makefile (contents, props changed) head/x11-toolkits/elementary/Makefile (contents, props changed) head/x11-toolkits/flowcanvas/Makefile (contents, props changed) head/x11-toolkits/fltk-devel/Makefile (contents, props changed) head/x11-toolkits/fltk/Makefile (contents, props changed) head/x11-toolkits/fox14/Makefile (contents, props changed) head/x11-toolkits/fox16/Makefile (contents, props changed) head/x11-toolkits/fox17/Makefile (contents, props changed) head/x11-toolkits/fpc-xforms/Makefile (contents, props changed) head/x11-toolkits/fxscintilla/Makefile (contents, props changed) head/x11-toolkits/gai/Makefile (contents, props changed) head/x11-toolkits/gnocl/Makefile (contents, props changed) head/x11-toolkits/gnome-pty-helper/Makefile (contents, props changed) head/x11-toolkits/gnomemm/Makefile (contents, props changed) head/x11-toolkits/gnustep-back/Makefile (contents, props changed) head/x11-toolkits/gnustep-gui/Makefile (contents, props changed) head/x11-toolkits/granite/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp-beans/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp10/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp20/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp30/Makefile (contents, props changed) head/x11-toolkits/gtk20/Makefile (contents, props changed) head/x11-toolkits/gtk30/Makefile (contents, props changed) head/x11-toolkits/gtkada/Makefile (contents, props changed) head/x11-toolkits/gtkada3/Makefile (contents, props changed) head/x11-toolkits/gtkdatabox/Makefile (contents, props changed) head/x11-toolkits/gtkglextmm/Makefile (contents, props changed) head/x11-toolkits/gtkmathview/Makefile (contents, props changed) head/x11-toolkits/gtkmm20-reference/Makefile (contents, props changed) head/x11-toolkits/gtkmm20/Makefile (contents, props changed) head/x11-toolkits/gtkmm24-reference/Makefile (contents, props changed) head/x11-toolkits/gtkmm24/Makefile (contents, props changed) head/x11-toolkits/gtkmm30-reference/Makefile (contents, props changed) head/x11-toolkits/gtkmm30/Makefile (contents, props changed) head/x11-toolkits/gtksourceview3/Makefile (contents, props changed) head/x11-toolkits/hippo-canvas/Makefile (contents, props changed) head/x11-toolkits/hs-wxc/Makefile (contents, props changed) head/x11-toolkits/irrlicht/Makefile (contents, props changed) head/x11-toolkits/itk/Makefile (contents, props changed) head/x11-toolkits/iwidgets/Makefile (contents, props changed) head/x11-toolkits/lesstif/Makefile (contents, props changed) head/x11-toolkits/libgdiplus/Makefile (contents, props changed) head/x11-toolkits/libgnomeprintui/Makefile (contents, props changed) head/x11-toolkits/libgnomeprintuimm/Makefile (contents, props changed) head/x11-toolkits/libgnomeui/Makefile (contents, props changed) head/x11-toolkits/libgnomeuimm26/Makefile (contents, props changed) head/x11-toolkits/libsexy/Makefile (contents, props changed) head/x11-toolkits/libsexymm/Makefile (contents, props changed) head/x11-toolkits/libunique3/Makefile (contents, props changed) head/x11-toolkits/libwnck/Makefile (contents, props changed) head/x11-toolkits/libwnck3/Makefile (contents, props changed) head/x11-toolkits/libxaw3dxft/Makefile (contents, props changed) head/x11-toolkits/libxfce4gui/Makefile (contents, props changed) head/x11-toolkits/linux-c6-qt47-x11/Makefile (contents, props changed) head/x11-toolkits/mowitz/Makefile (contents, props changed) head/x11-toolkits/nucleo/Makefile (contents, props changed) head/x11-toolkits/ocaml-lablgtk2/Makefile (contents, props changed) head/x11-toolkits/open-motif/Makefile (contents, props changed) head/x11-toolkits/osm-gps-map/Makefile (contents, props changed) head/x11-toolkits/p5-Alien-wxWidgets/Makefile (contents, props changed) head/x11-toolkits/p5-Glade2/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2-Canvas/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2-VFS/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2-Wnck/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Chmod/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-GladeXML/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Html2/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-ImageView/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Unique/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2/Makefile (contents, props changed) head/x11-toolkits/p5-Pango/Makefile (contents, props changed) head/x11-toolkits/p5-Prima/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Action/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Autoscroll/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-ColourChooser/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Contrib/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-CursorControl/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-DKW/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Date/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Enscript/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-FileDialog/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-FontDialog/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-GBARR/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Getopt/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-HistEntry/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-JComboBox/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-ResizeButton/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Role-Dialog/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Splashscreen/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-Sugar/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-TableMatrix/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-ToolBar/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-WaitBox/Makefile (contents, props changed) head/x11-toolkits/p5-Tk/Makefile (contents, props changed) head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (contents, props changed) head/x11-toolkits/p5-Wx/Makefile (contents, props changed) head/x11-toolkits/pango/Makefile (contents, props changed) head/x11-toolkits/pangomm/Makefile (contents, props changed) head/x11-toolkits/pangox-compat/Makefile (contents, props changed) head/x11-toolkits/pure-gtk/Makefile (contents, props changed) head/x11-toolkits/py-Pmw/Makefile (contents, props changed) head/x11-toolkits/py-fltk/Makefile (contents, props changed) head/x11-toolkits/py-gnome2/Makefile (contents, props changed) head/x11-toolkits/py-gtk2/Makefile (contents, props changed) head/x11-toolkits/py-gtkglext/Makefile (contents, props changed) head/x11-toolkits/py-gui/Makefile (contents, props changed) head/x11-toolkits/py-kivy/Makefile (contents, props changed) head/x11-toolkits/py-qt4-gui/Makefile (contents, props changed) head/x11-toolkits/py-qt5-widgets/Makefile (contents, props changed) head/x11-toolkits/py-sexy/Makefile (contents, props changed) head/x11-toolkits/py-tktreectrl/Makefile (contents, props changed) head/x11-toolkits/py-traitsbackendwx/Makefile (contents, props changed) head/x11-toolkits/py-traitsgui/Makefile (contents, props changed) head/x11-toolkits/py-wxPython28/Makefile (contents, props changed) head/x11-toolkits/py-wxPython30/Makefile (contents, props changed) head/x11-toolkits/qt4-gui/Makefile (contents, props changed) head/x11-toolkits/qt5-gui/Makefile (contents, props changed) head/x11-toolkits/qtada/Makefile (contents, props changed) head/x11-toolkits/qwt5-designerplugin/Makefile (contents, props changed) head/x11-toolkits/qwt6-designerplugin/Makefile (contents, props changed) head/x11-toolkits/rep-gtk2/Makefile (contents, props changed) head/x11-toolkits/rubygem-gdk3/Makefile (contents, props changed) head/x11-toolkits/rubygem-gtk2/Makefile (contents, props changed) head/x11-toolkits/rubygem-gtk3/Makefile (contents, props changed) head/x11-toolkits/rubygem-gtksourceview2/Makefile (contents, props changed) head/x11-toolkits/rubygem-gtksourceview3/Makefile (contents, props changed) head/x11-toolkits/rubygem-pango/Makefile (contents, props changed) head/x11-toolkits/rubygem-poppler/Makefile (contents, props changed) head/x11-toolkits/rubygem-vte/Makefile (contents, props changed) head/x11-toolkits/rubygem-vte3/Makefile (contents, props changed) head/x11-toolkits/slingshot/Makefile (contents, props changed) head/x11-toolkits/soqt/Makefile (contents, props changed) head/x11-toolkits/swt-devel/Makefile (contents, props changed) head/x11-toolkits/swt/Makefile (contents, props changed) head/x11-toolkits/unique/Makefile (contents, props changed) head/x11-toolkits/vte/Makefile (contents, props changed) head/x11-toolkits/vte290/Makefile (contents, props changed) head/x11-toolkits/vte3/Makefile (contents, props changed) head/x11-toolkits/vtkfox/Makefile (contents, props changed) head/x11-toolkits/wxgtk28/Makefile (contents, props changed) head/x11-toolkits/wxgtk30/Makefile (contents, props changed) head/x11-toolkits/xforms/Makefile (contents, props changed) head/x11-toolkits/xmhtml/Makefile (contents, props changed) head/x11-toolkits/xview-clients/Makefile (contents, props changed) head/x11-toolkits/xview/Makefile (contents, props changed) head/x11-wm/afterstep-stable/Makefile (contents, props changed) head/x11-wm/afterstep/Makefile (contents, props changed) head/x11-wm/awesome-vicious/Makefile (contents, props changed) head/x11-wm/awesome2/Makefile (contents, props changed) head/x11-wm/bbkeys/Makefile (contents, props changed) head/x11-wm/bbpager/Makefile (contents, props changed) head/x11-wm/bspwm/Makefile (contents, props changed) head/x11-wm/ccsm/Makefile (contents, props changed) head/x11-wm/clementine-wm/Makefile (contents, props changed) head/x11-wm/compiz-fusion/Makefile (contents, props changed) head/x11-wm/compiz-plugins-extra/Makefile (contents, props changed) head/x11-wm/compiz-plugins-main/Makefile (contents, props changed) head/x11-wm/compiz-plugins-unsupported/Makefile (contents, props changed) head/x11-wm/compiz/Makefile (contents, props changed) head/x11-wm/compizconfig-backend-gconf/Makefile (contents, props changed) head/x11-wm/compizconfig-python/Makefile (contents, props changed) head/x11-wm/compton/Makefile (contents, props changed) head/x11-wm/cwm/Makefile (contents, props changed) head/x11-wm/devilspie/Makefile (contents, props changed) head/x11-wm/dwm/Makefile (contents, props changed) head/x11-wm/e-module-alarm/Makefile (contents, props changed) head/x11-wm/e-module-cpu/Makefile (contents, props changed) head/x11-wm/e-module-deskshow/Makefile (contents, props changed) head/x11-wm/e-module-everything-places/Makefile (contents, props changed) head/x11-wm/e-module-everything-websearch/Makefile (contents, props changed) head/x11-wm/e-module-forecasts/Makefile (contents, props changed) head/x11-wm/e-module-mem/Makefile (contents, props changed) head/x11-wm/e-module-mpdule/Makefile (contents, props changed) head/x11-wm/e-module-net/Makefile (contents, props changed) head/x11-wm/e-module-penguins/Makefile (contents, props changed) head/x11-wm/e-module-places/Makefile (contents, props changed) head/x11-wm/e-module-rmb/Makefile (contents, props changed) head/x11-wm/e-module-tclock/Makefile (contents, props changed) head/x11-wm/e-module-wlan/Makefile (contents, props changed) head/x11-wm/e-modules/Makefile (contents, props changed) head/x11-wm/e16-docs/Makefile (contents, props changed) head/x11-wm/e16/Makefile (contents, props changed) head/x11-wm/echinus/Makefile (contents, props changed) head/x11-wm/ede/Makefile (contents, props changed) head/x11-wm/emerald/Makefile (contents, props changed) head/x11-wm/enlightenment/Makefile (contents, props changed) head/x11-wm/epplets/Makefile (contents, props changed) head/x11-wm/fbcmd/Makefile (contents, props changed) head/x11-wm/fluxbox/Makefile (contents, props changed) head/x11-wm/flwm/Makefile (contents, props changed) head/x11-wm/fvwm-crystal/Makefile (contents, props changed) head/x11-wm/fvwm2/Makefile (contents, props changed) head/x11-wm/gcompmgr/Makefile (contents, props changed) head/x11-wm/genmenu/Makefile (contents, props changed) head/x11-wm/herbstluftwm/Makefile (contents, props changed) head/x11-wm/hs-xmonad-contrib/Makefile (contents, props changed) head/x11-wm/i3/Makefile (contents, props changed) head/x11-wm/icewm/Makefile (contents, props changed) head/x11-wm/jwm/Makefile (contents, props changed) head/x11-wm/libcompizconfig/Makefile (contents, props changed) head/x11-wm/libwraster/Makefile (contents, props changed) head/x11-wm/lxmed/Makefile (contents, props changed) head/x11-wm/lxsession/Makefile (contents, props changed) head/x11-wm/marco/Makefile (contents, props changed) head/x11-wm/mcwm/Makefile (contents, props changed) head/x11-wm/metacity/Makefile (contents, props changed) head/x11-wm/muffin/Makefile (contents, props changed) head/x11-wm/musca/Makefile (contents, props changed) head/x11-wm/mutter/Makefile (contents, props changed) head/x11-wm/obapps/Makefile (contents, props changed) head/x11-wm/obconf/Makefile (contents, props changed) head/x11-wm/obkey/Makefile (contents, props changed) head/x11-wm/obpager/Makefile (contents, props changed) head/x11-wm/olvwm/Makefile (contents, props changed) head/x11-wm/openbox/Makefile (contents, props changed) head/x11-wm/pager/Makefile (contents, props changed) head/x11-wm/pekwm/Makefile (contents, props changed) head/x11-wm/phluid/Makefile (contents, props changed) head/x11-wm/plank/Makefile (contents, props changed) head/x11-wm/plwm/Makefile (contents, props changed) head/x11-wm/qtile/Makefile (contents, props changed) head/x11-wm/sawfish/Makefile (contents, props changed) head/x11-wm/simple-ccsm/Makefile (contents, props changed) head/x11-wm/spectrwm/Makefile (contents, props changed) head/x11-wm/vtwm/Makefile (contents, props changed) head/x11-wm/windowmaker/Makefile (contents, props changed) head/x11-wm/wm2/Makefile (contents, props changed) head/x11-wm/wmakerconf/Makefile (contents, props changed) head/x11-wm/wmanager/Makefile (contents, props changed) head/x11-wm/wmfs/Makefile (contents, props changed) head/x11-wm/wmii-devel/Makefile (contents, props changed) head/x11-wm/wmii/Makefile (contents, props changed) head/x11-wm/xfce4-desktop/Makefile (contents, props changed) head/x11-wm/xfce4-panel/Makefile (contents, props changed) head/x11-wm/xfce4-session/Makefile (contents, props changed) head/x11-wm/xfce4-wm/Makefile (contents, props changed) head/x11-wm/xfce4/Makefile (contents, props changed) head/x11/3ddesktop/Makefile (contents, props changed) head/x11/arandr/Makefile (contents, props changed) head/x11/aterm/Makefile (contents, props changed) head/x11/bbdock/Makefile (contents, props changed) head/x11/bgrot/Makefile (contents, props changed) head/x11/bgs/Makefile (contents, props changed) head/x11/cinnamon-desktop/Makefile (contents, props changed) head/x11/cinnamon-menus/Makefile (contents, props changed) head/x11/cinnamon-screensaver/Makefile (contents, props changed) head/x11/cinnamon-session/Makefile (contents, props changed) head/x11/cinnamon/Makefile (contents, props changed) head/x11/decurs/Makefile (contents, props changed) head/x11/deforaos-desktop/Makefile (contents, props changed) head/x11/deforaos-keyboard/Makefile (contents, props changed) head/x11/deforaos-libdesktop/Makefile (contents, props changed) head/x11/deforaos-locker/Makefile (contents, props changed) head/x11/deforaos-panel/Makefile (contents, props changed) head/x11/dgs/Makefile (contents, props changed) head/x11/dmenu/Makefile (contents, props changed) head/x11/dxpc/Makefile (contents, props changed) head/x11/eaglemode/Makefile (contents, props changed) head/x11/emprint/Makefile (contents, props changed) head/x11/erun/Makefile (contents, props changed) head/x11/eterm/Makefile (contents, props changed) head/x11/fbdesk/Makefile (contents, props changed) head/x11/fireflies/Makefile (contents, props changed) head/x11/florence/Makefile (contents, props changed) head/x11/fluxbg/Makefile (contents, props changed) head/x11/gdkxft/Makefile (contents, props changed) head/x11/gdm/Makefile (contents, props changed) head/x11/gmrun/Makefile (contents, props changed) head/x11/gnome-desktop/Makefile (contents, props changed) head/x11/gnome-pie/Makefile (contents, props changed) head/x11/gnome-session/Makefile (contents, props changed) head/x11/gnome-shell-extensions/Makefile (contents, props changed) head/x11/gnome-shell/Makefile (contents, props changed) head/x11/gnome-terminal/Makefile (contents, props changed) head/x11/gnome3/Makefile (contents, props changed) head/x11/gnustep-app/Makefile (contents, props changed) head/x11/gpctool/Makefile (contents, props changed) head/x11/gsynaptics/Makefile (contents, props changed) head/x11/guake/Makefile (contents, props changed) head/x11/hotwire-shell/Makefile (contents, props changed) head/x11/i3lock/Makefile (contents, props changed) head/x11/i3status/Makefile (contents, props changed) head/x11/idesk/Makefile (contents, props changed) head/x11/ipager/Makefile (contents, props changed) head/x11/kde4-baseapps/Makefile (contents, props changed) head/x11/kde4-runtime/Makefile (contents, props changed) head/x11/kde4-workspace/Makefile (contents, props changed) head/x11/kde4/Makefile (contents, props changed) head/x11/kdelibs4/Makefile (contents, props changed) head/x11/keybinder-gtk3/Makefile (contents, props changed) head/x11/keybinder/Makefile (contents, props changed) head/x11/keynav/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) head/x11/libexo/Makefile (contents, props changed) head/x11/libfm/Makefile (contents, props changed) head/x11/libgnome/Makefile (contents, props changed) head/x11/libgnomekbd/Makefile (contents, props changed) head/x11/libgnomemm26/Makefile (contents, props changed) head/x11/libmatekbd/Makefile (contents, props changed) head/x11/libsx/Makefile (contents, props changed) head/x11/libxcb/Makefile (contents, props changed) head/x11/libxfce4menu/Makefile (contents, props changed) head/x11/libxklavier/Makefile (contents, props changed) head/x11/lumina-i18n/Makefile (contents, props changed) head/x11/lumina/Makefile (contents, props changed) head/x11/lxde-meta/Makefile (contents, props changed) head/x11/lxmenu-data/Makefile (contents, props changed) head/x11/lxpanel/Makefile (contents, props changed) head/x11/mate-applets/Makefile (contents, props changed) head/x11/mate-base/Makefile (contents, props changed) head/x11/mate-desktop/Makefile (contents, props changed) head/x11/mate-panel/Makefile (contents, props changed) head/x11/mate-screensaver/Makefile (contents, props changed) head/x11/mate-session-manager/Makefile (contents, props changed) head/x11/mate-terminal/Makefile (contents, props changed) head/x11/mate/Makefile (contents, props changed) head/x11/menu-cache/Makefile (contents, props changed) head/x11/metalock/Makefile (contents, props changed) head/x11/metisse/Makefile (contents, props changed) head/x11/mlterm/Makefile (contents, props changed) head/x11/mrxvt-devel/Makefile (contents, props changed) head/x11/mrxvt/Makefile (contents, props changed) head/x11/nvidia-driver/Makefile (contents, props changed) head/x11/nvidia-settings/Makefile (contents, props changed) head/x11/nxcomp/Makefile (contents, props changed) head/x11/p5-Clipboard/Makefile (contents, props changed) head/x11/p5-X11-IdleTime/Makefile (contents, props changed) head/x11/p5-X11-Resolution/Makefile (contents, props changed) head/x11/p5-X11-XCB/Makefile (contents, props changed) head/x11/p5-X11-Xlib/Makefile (contents, props changed) head/x11/p5-XTerm-Conf/Makefile (contents, props changed) head/x11/printscreen/Makefile (contents, props changed) head/x11/props/Makefile (contents, props changed) head/x11/py-qt4-opengl/Makefile (contents, props changed) head/x11/py-qt5-opengl/Makefile (contents, props changed) head/x11/qxkb/Makefile (contents, props changed) head/x11/rofi/Makefile (contents, props changed) head/x11/rox-wallpaper/Makefile (contents, props changed) head/x11/roxbg/Makefile (contents, props changed) head/x11/roxterm/Makefile (contents, props changed) head/x11/rubygem-gnome2/Makefile (contents, props changed) head/x11/rxvt-unicode/Makefile (contents, props changed) head/x11/scripts/Makefile (contents, props changed) head/x11/slim/Makefile (contents, props changed) head/x11/startup-notification/Makefile (contents, props changed) head/x11/sterm/Makefile (contents, props changed) head/x11/sxhkd/Makefile (contents, props changed) head/x11/temperature.app/Makefile (contents, props changed) head/x11/terminator/Makefile (contents, props changed) head/x11/terminology/Makefile (contents, props changed) head/x11/thingylaunch/Makefile (contents, props changed) head/x11/tilda/Makefile (contents, props changed) head/x11/tint-devel/Makefile (contents, props changed) head/x11/tint/Makefile (contents, props changed) head/x11/tycoon/Makefile (contents, props changed) head/x11/urxvt-perls/Makefile (contents, props changed) head/x11/virtualgl/Makefile (contents, props changed) head/x11/wbar/Makefile (contents, props changed) head/x11/wbarconf/Makefile (contents, props changed) head/x11/wdm/Makefile (contents, props changed) head/x11/wmappl/Makefile (contents, props changed) head/x11/workrave/Makefile (contents, props changed) head/x11/x3270/Makefile (contents, props changed) head/x11/xautolock/Makefile (contents, props changed) head/x11/xautomation/Makefile (contents, props changed) head/x11/xbacklight/Makefile (contents, props changed) head/x11/xbelld/Makefile (contents, props changed) head/x11/xbindkeys/Makefile (contents, props changed) head/x11/xcalc/Makefile (contents, props changed) head/x11/xcb-util-cursor/Makefile (contents, props changed) head/x11/xcb-util-image/Makefile (contents, props changed) head/x11/xcb-util-keysyms/Makefile (contents, props changed) head/x11/xcb-util-renderutil/Makefile (contents, props changed) head/x11/xcb-util-wm/Makefile (contents, props changed) head/x11/xcbautolock/Makefile (contents, props changed) head/x11/xcm/Makefile (contents, props changed) head/x11/xcolors/Makefile (contents, props changed) head/x11/xcolorsel/Makefile (contents, props changed) head/x11/xcurs/Makefile (contents, props changed) head/x11/xcursorgen/Makefile (contents, props changed) head/x11/xfce4-clipman-plugin/Makefile (contents, props changed) head/x11/xfce4-conf/Makefile (contents, props changed) head/x11/xfce4-dashboard/Makefile (contents, props changed) head/x11/xfce4-screenshooter-plugin/Makefile (contents, props changed) head/x11/xfce4-terminal/Makefile (contents, props changed) head/x11/xfce4-verve-plugin/Makefile (contents, props changed) head/x11/xfd/Makefile (contents, props changed) head/x11/xgrab/Makefile (contents, props changed) head/x11/xkbset/Makefile (contents, props changed) head/x11/xkeyboard-config/Makefile (contents, props changed) head/x11/xloadimage/Makefile (contents, props changed) head/x11/xlockmore/Makefile (contents, props changed) head/x11/xmh/Makefile (contents, props changed) head/x11/xorg-apps/Makefile (contents, props changed) head/x11/xorg-libraries/Makefile (contents, props changed) head/x11/xorg-minimal/Makefile (contents, props changed) head/x11/xorg/Makefile (contents, props changed) head/x11/xpra/Makefile (contents, props changed) head/x11/xpyb/Makefile (contents, props changed) head/x11/xscreensaver-gnome/Makefile (contents, props changed) head/x11/xscreensaver.app/Makefile (contents, props changed) head/x11/xscreensaver/Makefile (contents, props changed) head/x11/xterm/Makefile (contents, props changed) head/x11/xvkbd/Makefile (contents, props changed) head/x11/xxkb/Makefile (contents, props changed) head/x11/yelp/Makefile (contents, props changed) head/x11/zenity/Makefile (contents, props changed) Modified: head/vietnamese/vn7to8/Makefile ============================================================================== --- head/vietnamese/vn7to8/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/vietnamese/vn7to8/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Converts between 7-bit Vietnamese VIQR and 8-bit VISCII formats -BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr.a:${PORTSDIR}/vietnamese/libviet +BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr.a:vietnamese/libviet CFLAGS+= -I${PREFIX}/include/viet Modified: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- head/www/R-cran-RgoogleMaps/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-RgoogleMaps/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -12,8 +12,8 @@ COMMENT= Overlays on Google map tiles in LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png \ - R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO +RUN_DEPENDS= R-cran-png>0:graphics/R-cran-png \ + R-cran-RJSONIO>0:converters/R-cran-RJSONIO USES= cran:auto-plist Modified: head/www/R-cran-htmlwidgets/Makefile ============================================================================== --- head/www/R-cran-htmlwidgets/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-htmlwidgets/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,9 +11,9 @@ COMMENT= HTML Widgets for R LICENSE= MIT -RUN_DEPENDS= R-cran-htmltools>=0.3:${PORTSDIR}/textproc/R-cran-htmltools \ - R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \ - R-cran-yaml>0:${PORTSDIR}/textproc/R-cran-yaml +RUN_DEPENDS= R-cran-htmltools>=0.3:textproc/R-cran-htmltools \ + R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ + R-cran-yaml>0:textproc/R-cran-yaml USES= cran:auto-plist Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-httpuv/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,7 +15,7 @@ LICENSE_NAME_NODE= Node's license LICENSE_FILE_NODE= ${WRKSRC}/LICENSE LICENSE_PERMS_NODE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp +RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp MAKE_ENV= MAKE=${MAKE_CMD} USES= cran:auto-plist gmake Modified: head/www/R-cran-httr/Makefile ============================================================================== --- head/www/R-cran-httr/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-httr/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,11 +11,11 @@ COMMENT= Tools for Working with URLs and LICENSE= MIT -RUN_DEPENDS= R-cran-jsonlite>0:${PORTSDIR}/converters/R-cran-jsonlite \ - R-cran-mime>0:${PORTSDIR}/misc/R-cran-mime \ - R-cran-curl>=0.9.1:${PORTSDIR}/ftp/R-cran-curl \ - R-cran-openssl>=0.8:${PORTSDIR}/security/R-cran-openssl \ - R-cran-R6>0:${PORTSDIR}/devel/R-cran-R6 +RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-mime>0:misc/R-cran-mime \ + R-cran-curl>=0.9.1:ftp/R-cran-curl \ + R-cran-openssl>=0.8:security/R-cran-openssl \ + R-cran-R6>0:devel/R-cran-R6 USES= cran:auto-plist Modified: head/www/R-cran-rvest/Makefile ============================================================================== --- head/www/R-cran-rvest/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-rvest/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,10 +11,10 @@ COMMENT= Easily Harvest (Scrape) Web Pag LICENSE= GPLv3 -RUN_DEPENDS= R-cran-xml2>0:${PORTSDIR}/textproc/R-cran-xml2 \ - R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \ - R-cran-selectr>0:${PORTSDIR}/www/R-cran-selectr \ - R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr +RUN_DEPENDS= R-cran-xml2>0:textproc/R-cran-xml2 \ + R-cran-httr>=0.5:www/R-cran-httr \ + R-cran-selectr>0:www/R-cran-selectr \ + R-cran-magrittr>0:devel/R-cran-magrittr USES= cran:auto-plist Modified: head/www/R-cran-scrapeR/Makefile ============================================================================== --- head/www/R-cran-scrapeR/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-scrapeR/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -10,8 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Tools for Scraping Data from HTML and XML Documents -RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ - R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl +RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ + R-cran-RCurl>0:ftp/R-cran-RCurl USES= cran:auto-plist Modified: head/www/R-cran-selectr/Makefile ============================================================================== --- head/www/R-cran-selectr/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-selectr/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,8 +11,8 @@ COMMENT= Translate CSS Selectors to XPat LICENSE= BSD3CLAUSE -RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ - R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr +RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ + R-cran-stringr>0:textproc/R-cran-stringr USES= cran:auto-plist Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/R-cran-shiny/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -12,13 +12,13 @@ COMMENT= Web Application Framework for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= R-cran-httpuv>=1.3.3:${PORTSDIR}/www/R-cran-httpuv \ - R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime \ - R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \ - R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \ - R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ - R-cran-htmltools>=0.3:${PORTSDIR}/textproc/R-cran-htmltools \ - R-cran-R6>=2.0:${PORTSDIR}/devel/R-cran-R6 +RUN_DEPENDS= R-cran-httpuv>=1.3.3:www/R-cran-httpuv \ + R-cran-mime>=0.3:misc/R-cran-mime \ + R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ + R-cran-xtable>0:textproc/R-cran-xtable \ + R-cran-digest>0:security/R-cran-digest \ + R-cran-htmltools>=0.3:textproc/R-cran-htmltools \ + R-cran-R6>=2.0:devel/R-cran-R6 USES= cran:auto-plist Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/WebMagick/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,8 +15,8 @@ COMMENT= Image Web Generator - recursive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally +LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick +RUN_DEPENDS= p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally USES= shebangfix perl5 autoreconf GNU_CONFIGURE= yes @@ -36,8 +36,8 @@ SHEBANG_FILES= utils/aub \ utils/make_dir_index.pl OPTIONS_DEFINE= X11 -X11_BUILD_DEPENDS= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts -X11_RUN_DEPENDS= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts +X11_BUILD_DEPENDS= xlsfonts:x11-fonts/xlsfonts +X11_RUN_DEPENDS= xlsfonts:x11-fonts/xlsfonts X11_CONFIGURE_ENV_OFF= with_x=no .include Modified: head/www/alef-webfont/Makefile ============================================================================== --- head/www/alef-webfont/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/alef-webfont/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,8 +15,8 @@ COMMENT= Free multi-lingual font designe LICENSE= OFL11 LICENSE_FILE= ${WRKDIR}/OFL-license.txt -BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontdir:x11-fonts/mkfontdir \ + ${LOCALBASE}/bin/mkfontscale:x11-fonts/mkfontscale USES= zip NO_BUILD= yes Modified: head/www/amphetadesk/Makefile ============================================================================== --- head/www/amphetadesk/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/amphetadesk/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -17,13 +17,13 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-libwww>=0:www/p5-libwww \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-Text-Template>=0:textproc/p5-Text-Template \ + p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= run Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/analog/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -18,8 +18,8 @@ COMMENT= Fast program for analysing WWW LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Licence.txt -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png USES= jpeg BUILD_WRKSRC= ${WRKSRC}/src Modified: head/www/anyremote2html/Makefile ============================================================================== --- head/www/anyremote2html/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/anyremote2html/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -9,7 +9,7 @@ MASTER_SITES= SF/anyremote/${PORTNAME}/$ MAINTAINER= ports@FreeBSD.org COMMENT= Web interface for anyRemote -RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote +RUN_DEPENDS= anyremote:comms/anyremote LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/anyterm/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,7 +15,7 @@ COMMENT= Terminal emulator on a Web page LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs USE_RC_SUBR= anytermd USES= gmake iconv localbase tar:tbz2 Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/apache22/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,9 +11,9 @@ DIST_SUBDIR= apache22 MAINTAINER?= apache@FreeBSD.org COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM} MPM. -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libapr-1.so:${PORTSDIR}/devel/apr1 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libapr-1.so:devel/apr1 \ + libpcre.so:devel/pcre CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-*-2.2.* \ Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/apache24/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -10,9 +10,9 @@ DIST_SUBDIR= apache24 MAINTAINER= apache@FreeBSD.org COMMENT= Version 2.4.x of Apache web server -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libapr-1.so:${PORTSDIR}/devel/apr1 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libapr-1.so:devel/apr1 \ + libpcre.so:devel/pcre CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-* @@ -60,13 +60,13 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped LDAP_CONFIGURE_ON= --enable-ldap=shared HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit +HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUA_CONFIGURE_WITH= lua LUA_USES= lua SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} -SOCACHE_DC_LIB_DEPENDS= libdistcache.so:${PORTSDIR}/security/distcache +SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache # Note: # OpenSSL version (base/ports) depends how devel/apr1 was build Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/aria2/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -43,7 +43,7 @@ PORTDOCS= * CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_LDFLAGS= -lintl Modified: head/www/aria2fe/Makefile ============================================================================== --- head/www/aria2fe/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/aria2fe/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -12,8 +12,8 @@ COMMENT= Aria2 Qt front-end LICENSE= GPLv3+ -RUN_DEPENDS= aria2c:${PORTSDIR}/www/aria2 \ - xterm:${PORTSDIR}/x11/xterm +RUN_DEPENDS= aria2c:www/aria2 \ + xterm:x11/xterm USES= tar:bzip2 qmake USE_QT4= gui moc_build rcc_build uic_build Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/asql/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -10,9 +10,9 @@ MASTER_SITES= http://www.steve.org.uk/So MAINTAINER= joe@thrallingpenguin.com COMMENT= Query Apache logfiles via SQL -RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl +RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-ReadLine-Perl>=0:devel/p5-ReadLine-Perl NO_BUILD= yes PLIST_FILES= bin/asql Modified: head/www/asterisk-stat/Makefile ============================================================================== --- head/www/asterisk-stat/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/asterisk-stat/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/. MAINTAINER= jfkimura@yahoo.co.jp COMMENT= ASTERISK call detail records analyzer -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:graphics/gd NO_BUILD= yes USE_PHP= session gd pcre Modified: head/www/august/Makefile ============================================================================== --- head/www/august/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/august/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -18,8 +18,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS USES+= tk -RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick \ - weblint:${PORTSDIR}/www/weblint +RUN_DEPENDS= identify:graphics/ImageMagick \ + weblint:www/weblint NO_BUILD= yes Modified: head/www/awffull/Makefile ============================================================================== --- head/www/awffull/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/awffull/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,10 +15,10 @@ BROKEN= unfetchable LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libpng.so:${PORTSDIR}/graphics/png \ - libpcre.so:${PORTSDIR}/devel/pcre +BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:x11-fonts/bitstream-vera +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png \ + libpcre.so:devel/pcre RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS?= ja-awffull-[0-9]* @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--with-font-default=${FO CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ENABLE= geoip NLS_CONFIGURE_ENABLE= nls Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/aws-demos/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,9 +13,9 @@ COMMENT= Adacore Ada Web Server demos LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild \ - xmlada>=4.4:${PORTSDIR}/textproc/xmlada \ - aws>=3.1:${PORTSDIR}/www/aws +BUILD_DEPENDS= gprbuild:devel/gprbuild \ + xmlada>=4.4:textproc/xmlada \ + aws>=3.1:www/aws USES= ada gmake tar:bzip2 Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/aws/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,13 +13,13 @@ COMMENT= Adacore Ada Web Server and fram LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild \ - templates_parser>11:${PORTSDIR}/textproc/templates_parser \ - xmlada>=4.4:${PORTSDIR}/textproc/xmlada \ - asis>=2013:${PORTSDIR}/lang/asis \ - gnatpython>=20101207:${PORTSDIR}/devel/gnatpython -RUN_DEPENDS= templates_parser>11:${PORTSDIR}/textproc/templates_parser \ - xmlada>=4.4:${PORTSDIR}/textproc/xmlada +BUILD_DEPENDS= gprbuild:devel/gprbuild \ + templates_parser>11:textproc/templates_parser \ + xmlada>=4.4:textproc/xmlada \ + asis>=2013:lang/asis \ + gnatpython>=20101207:devel/gnatpython +RUN_DEPENDS= templates_parser>11:textproc/templates_parser \ + xmlada>=4.4:textproc/xmlada GNU_CONFIGURE= yes NO_MTREE= yes @@ -40,7 +40,7 @@ OPTIONS_DEFINE= IP6 DEBUG LDAP SHARED D OPTIONS_DEFAULT= SSL SHARED OPTIONS_SUB= yes NO_OPTIONS_SORT= yes -DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx OPTIONS_SINGLE_Secure-Socket-Layer= SSL GNUTLS NOSSL NOSSL_DESC= Disable SSL support @@ -74,7 +74,7 @@ LINK_SSL= .endif .if ${PORT_OPTIONS:MGNUTLS} CONF_ARGS+= SOCKET=gnutls -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls LINK_TLS= .endif .if ${PORT_OPTIONS:MNOSSL} Modified: head/www/awstats/Makefile ============================================================================== --- head/www/awstats/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/awstats/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,7 +13,7 @@ COMMENT= Free real-time logfile analyzer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT -RUN_DEPENDS= p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois +RUN_DEPENDS= p5-Net-XWhois>=0:net/p5-Net-XWhois USES= cpe dos2unix perl5 shebangfix CPE_VENDOR= laurent_destailleur @@ -39,8 +39,8 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS IPV6 -IPV6_RUN_DEPENDS= p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +IPV6_RUN_DEPENDS= p5-Net-IP>=0:net-mgmt/p5-Net-IP \ + p5-Net-DNS>=0:dns/p5-Net-DNS post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Modified: head/www/axis/Makefile ============================================================================== --- head/www/axis/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/axis/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -24,12 +24,12 @@ CPE_VENDOR= apache .if ${PORT_OPTIONS:MTOMCAT6} WEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps -RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 +RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:www/tomcat6 .endif .if ${PORT_OPTIONS:MTOMCAT7} WEBAPPDIR= ${PREFIX}/apache-tomcat-7.0/webapps -RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-7.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 +RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-7.0/bin/bootstrap.jar:www/tomcat7 .endif NO_BUILD= yes Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/axis2/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -26,14 +26,14 @@ OPTIONS_DEFINE= EXAMPLES .if ${PORT_OPTIONS:MTOMCAT6} APPHOME= ${LOCALBASE}/apache-tomcat-6.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 +BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 +RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 .endif .if ${PORT_OPTIONS:MTOMCAT7} APPHOME= ${LOCALBASE}/apache-tomcat-7.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 +BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 +RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 .endif USE_JAVA= yes Modified: head/www/b2evolution/Makefile ============================================================================== --- head/www/b2evolution/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/b2evolution/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,7 +11,7 @@ MASTER_SITES= SF/evocms/${PORTNAME}/b2ev MAINTAINER= ports@FreeBSD.org COMMENT= Multilingual, multiuser, multi-blog engine -PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +PATCH_DEPENDS= unzip:archivers/unzip USES= cpe dos2unix zip Modified: head/www/bareos-webui/Makefile ============================================================================== --- head/www/bareos-webui/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/bareos-webui/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -43,7 +43,7 @@ USE_PHP+= pdo_pgsql .endif .if ${PORT_OPTIONS:MZENDFRAMEWORK} -RUN_DEPENDS= ${LOCALBASE}/share/ZendFramework/bin/classmap_generator.php:${PORTSDIR}/www/zend-framework +RUN_DEPENDS= ${LOCALBASE}/share/ZendFramework/bin/classmap_generator.php:www/zend-framework .endif post-extract: Modified: head/www/bblog/Makefile ============================================================================== --- head/www/bblog/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/bblog/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -31,11 +31,11 @@ IMAGICK_DESC= ${IMAGEMAGICK_DESC} .include .if ${PORT_OPTIONS:MGD} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${gd_DEPENDS} .endif .if ${PORT_OPTIONS:MIMAGICK} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${imagick_DEPENDS} .endif .if empty(PORT_OPTIONS:MGD) && empty(PORT_OPTIONS:MIMAGICK) Modified: head/www/bigbluebutton/Makefile ============================================================================== --- head/www/bigbluebutton/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/bigbluebutton/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -17,12 +17,12 @@ EXTRACT_ONLY= bigbluebutton.tar.gz red5- MAINTAINER= alex.deiter@gmail.com COMMENT= Web conferencing system for distance education -BUILD_DEPENDS= ${LOCALBASE}/bin/pdf2swf:${PORTSDIR}/graphics/swftools \ - ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/etc/rc.d/activemq:${PORTSDIR}/net/activemq \ - ${LOCALBASE}/sbin/nginx:${PORTSDIR}/www/nginx \ - ${LOCALBASE}/etc/rc.d/tomcat6:${PORTSDIR}/www/tomcat6 \ - ${LOCALBASE}/etc/rc.d/red5:${PORTSDIR}/www/red5 +BUILD_DEPENDS= ${LOCALBASE}/bin/pdf2swf:graphics/swftools \ + ${LOCALBASE}/bin/convert:graphics/ImageMagick \ + ${LOCALBASE}/etc/rc.d/activemq:net/activemq \ + ${LOCALBASE}/sbin/nginx:www/nginx \ + ${LOCALBASE}/etc/rc.d/tomcat6:www/tomcat6 \ + ${LOCALBASE}/etc/rc.d/red5:www/red5 RUN_DEPENDS:= ${BUILD_DEPENDS} MANUAL_PACKAGE_BUILD= requires www/tomcat6 with HTTP_PORT=8080 @@ -82,19 +82,19 @@ SUB_FILES= pkg-message openoffice nginx. .include .if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE} -BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk +BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:net/asterisk .if ${PORT_OPTIONS:MMEETME} .if !exists(${LOCALBASE}/lib/asterisk/modules/app_meetme.so) IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk with DAHDI option selected .endif .endif .if ${PORT_OPTIONS:MKONFERENCE} -BUILD_DEPENDS+=${LOCALBASE}/lib/asterisk/modules/app_konference.so:${PORTSDIR}/net/appkonference +BUILD_DEPENDS+=${LOCALBASE}/lib/asterisk/modules/app_konference.so:net/appkonference .endif .endif .if ${PORT_OPTIONS:MOPENOFFICE} -BUILD_DEPENDS+= ${LOCALBASE}/bin/openoffice-4.0.1:${PORTSDIR}/editors/openoffice-4 +BUILD_DEPENDS+= ${LOCALBASE}/bin/openoffice-4.0.1:editors/openoffice-4 .endif post-extract: Modified: head/www/bins/Makefile ============================================================================== --- head/www/bins/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/bins/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,20 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to generate HTML photo albums with XML support RUN_DEPENDS= \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - convert:${PORTSDIR}/graphics/ImageMagick \ - p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ - p5-Text-Unaccent>=0:${PORTSDIR}/textproc/p5-Text-Unaccent \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-HTML-Clean>0:${PORTSDIR}/www/p5-HTML-Clean \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info \ - p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-Grove>=0:${PORTSDIR}/textproc/p5-XML-Grove \ - p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \ - p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + convert:graphics/ImageMagick \ + p5-Text-Iconv>=0:converters/p5-Text-Iconv \ + p5-Text-Unaccent>=0:textproc/p5-Text-Unaccent \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-HTML-Clean>0:www/p5-HTML-Clean \ + p5-HTML-Template>=0:www/p5-HTML-Template \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-Image-Info>=0:graphics/p5-Image-Info \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-URI>=0:net/p5-URI \ + p5-XML-Grove>=0:textproc/p5-XML-Grove \ + p5-XML-Handler-YAWriter>=0:textproc/p5-XML-Handler-YAWriter \ + p5-libxml>=0:textproc/p5-libxml USES= tar:bzip2 perl5 USE_PERL5= run @@ -76,7 +76,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- # localization support .if ${PORT_OPTIONS:MI18N} -RUN_DEPENDS+= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS+= p5-Locale-gettext>=0:devel/p5-Locale-gettext .endif .include Modified: head/www/blastbeat/Makefile ============================================================================== --- head/www/blastbeat/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/blastbeat/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -14,9 +14,9 @@ LICENSE_NAME= UNBIT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept -LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libzmq.so:${PORTSDIR}/net/libzmq2 +LIB_DEPENDS= libev.so:devel/libev \ + libuuid.so:misc/e2fsprogs-libuuid \ + libzmq.so:net/libzmq2 USES= gmake USE_OPENSSL= yes Modified: head/www/blogsum/Makefile ============================================================================== --- head/www/blogsum/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/blogsum/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -10,13 +10,13 @@ MASTER_SITES= http://www.dixongroup.net/ MAINTAINER= jhuldtgren@gmail.com COMMENT= Simple weblog -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ - ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-XML-RSS>=0:textproc/p5-XML-RSS \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-HTML-Template>=0:www/p5-HTML-Template \ + p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ + ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 USES= perl5 NO_BUILD= yes Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/bluefish/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,8 +13,8 @@ COMMENT= HTML editor designed for the ex LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libenchant.so:${PORTSDIR}/textproc/enchant +LIB_DEPENDS= libpcre.so:devel/pcre \ + libenchant.so:textproc/enchant USES= desktop-file-utils gettext gmake libtool pkgconfig python \ shared-mime-info tar:bzip2 @@ -42,9 +42,9 @@ DEBUG_CONFIGURE_ENABLE= debugging-output GTK2_USE= gnome=gtk20 GTK2_CONFIGURE_ON= --with-gtk2=yes GTK2_CONFIGURE_OFF= --with-gtk2=no -GTK3_LIB_DEPENDS= libgucharmap_2_90.so:${PORTSDIR}/deskutils/gucharmap +GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap GTK3_USE= gnome=gtk30 -TIDY_RUN_DEPENDS= tidy4:${PORTSDIR}/www/tidy -WEBLINT_RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint +TIDY_RUN_DEPENDS= tidy4:www/tidy +WEBLINT_RUN_DEPENDS= weblint:www/weblint .include Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/c-icap-modules/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,8 +15,8 @@ COMMENT= Modules for c-icap: virus_scan LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libicapapi.so:${PORTSDIR}/www/c-icap \ - libclamav.so:${PORTSDIR}/security/clamav +LIB_DEPENDS+= libicapapi.so:www/c-icap \ + libclamav.so:security/clamav USES= libtool GNU_CONFIGURE= yes Modified: head/www/cadaver/Makefile ============================================================================== --- head/www/cadaver/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cadaver/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.webdav.org/cada MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Commandline client for DAV -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon +LIB_DEPENDS= libneon.so:www/neon GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-netrc Modified: head/www/calendarserver/Makefile ============================================================================== --- head/www/calendarserver/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/calendarserver/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,20 +13,20 @@ COMMENT= Calendar and Contacts Server fr LICENSE= APACHE20 -FETCH_DEPENDS= svn:${PORTSDIR}/devel/subversion +FETCH_DEPENDS= svn:devel/subversion BUILD_DEPENDS= ${FETCH_DEPENDS} -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - memcached:${PORTSDIR}/databases/memcached \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}psutil121>=1.2:${PORTSDIR}/sysutils/py-psutil121 \ - ${PYTHON_PKGNAMEPREFIX}PyGreSQL>=4.1:${PORTSDIR}/databases/py-PyGreSQL \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=14.0.0:${PORTSDIR}/security/py-service_identity \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1:${PORTSDIR}/databases/py-sqlparse \ - ${PYTHON_PKGNAMEPREFIX}xattr>=0.6:${PORTSDIR}/devel/py-xattr \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8:${PORTSDIR}/devel/py-zope.interface +RUN_DEPENDS= bash:shells/bash \ + memcached:databases/memcached \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}psutil121>=1.2:sysutils/py-psutil121 \ + ${PYTHON_PKGNAMEPREFIX}PyGreSQL>=4.1:databases/py-PyGreSQL \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=14.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1:databases/py-sqlparse \ + ${PYTHON_PKGNAMEPREFIX}xattr>=0.6:devel/py-xattr \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8:devel/py-zope.interface OPTIONS_DEFINE= EXAMPLES DOCS EXAMPLES_DESC= Install configuration examples Modified: head/www/castget/Makefile ============================================================================== --- head/www/castget/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/castget/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -12,8 +12,8 @@ COMMENT= Command-line podcast downloader LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \ - libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libid3.so:audio/id3lib \ + libcurl.so:ftp/curl USE_LDCONFIG= yes USES= libtool pkgconfig tar:bzip2 Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/caudium14/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -12,9 +12,9 @@ DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base -BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 -LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof +BUILD_DEPENDS= pike78:lang/pike78 +LIB_DEPENDS= libsablot.so:textproc/sablotron +RUN_DEPENDS= lsof:sysutils/lsof USES= gmake tar:bzip2 Modified: head/www/cblog/Makefile ============================================================================== --- head/www/cblog/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cblog/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -9,9 +9,9 @@ MASTER_SITES= http://files.etoilebsd.net MAINTAINER= bapt@FreeBSD.org COMMENT= Simple weblog in C using markdown -BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver -LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi \ - libcdb.so:${PORTSDIR}/databases/tinycdb +BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver +LIB_DEPENDS= libfcgi.so:www/fcgi \ + libcdb.so:databases/tinycdb LICENSE= BSD2CLAUSE Modified: head/www/cgicc/Makefile ============================================================================== --- head/www/cgicc/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cgicc/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -24,7 +24,7 @@ CXXFLAGS+= -Wno-unknown-pragmas PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_DOXYGEN="${ECHO_CMD}" post-patch: Modified: head/www/cgiparse/Makefile ============================================================================== --- head/www/cgiparse/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cgiparse/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -9,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/ MAINTAINER= ports@FreeBSD.org COMMENT= C library to parse CGI Forms -LIB_DEPENDS= libmime.so:${PORTSDIR}/devel/mime +LIB_DEPENDS= libmime.so:devel/mime GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/www/checkbot/Makefile ============================================================================== --- head/www/checkbot/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/checkbot/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -10,16 +10,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= jadawin@FreeBSD.org COMMENT= WWW link verifier, similar to momspider -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Time-Duration>=0:devel/p5-Time-Duration +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Time-Duration>=0:devel/p5-Time-Duration USES= cpe perl5 CPE_VENDOR= degraaff Modified: head/www/cherokee/Makefile ============================================================================== --- head/www/cherokee/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cherokee/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -59,14 +59,14 @@ OPTIONS_SUB= yes ADMIN_DESC= Build the Admin Interface ADMIN_USES= python:2,run ADMIN_CONFIGURE_OFF= --disable-admin -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --with-ffmpeg=yes FFMPEG_CONFIGURE_OFF= --with-ffmpeg=no -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= --with-geoip=yes GEOIP_CONFIGURE_OFF= --with-geoip=no INTPCRE_DESC= Use internal PCRE library -INTPCRE_LIB_DEPENDS_OFF=libpcre.so:${PORTSDIR}/devel/pcre +INTPCRE_LIB_DEPENDS_OFF=libpcre.so:devel/pcre INTPCRE_CONFIGURE_ON= --enable-internal-pcre IPV6_CONFIGURE_OFF= --disable-ipv6 LDAP_USE= openldap=yes @@ -76,9 +76,9 @@ MYSQL_USE= mysql=yes MYSQL_CONFIGURE_ON= --with-mysql=yes MYSQL_CONFIGURE_OFF= --with-mysql=no RRDTOOL_DESC= Usage graphs support -RRDTOOL_RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +RRDTOOL_RUN_DEPENDS= rrdtool:databases/rrdtool UWSGI_DESC= uWSGI support -UWSGI_RUN_DEPENDS= uwsgi:${PORTSDIR}/www/uwsgi +UWSGI_RUN_DEPENDS= uwsgi:www/uwsgi .include Modified: head/www/choqok/Makefile ============================================================================== --- head/www/choqok/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/choqok/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,9 +13,9 @@ COMMENT= KDE micro-blogging client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ - libqoauth.so:${PORTSDIR}/net/qoauth \ - libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 +LIB_DEPENDS= libqjson.so:devel/qjson \ + libqoauth.so:net/qoauth \ + libtelepathy-qt4.so:net-im/telepathy-qt4 USE_KDE4= attica automoc4 kdelibs kdeprefix USE_QT4= gui imageformats_run network \ Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/chromium/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -16,45 +16,45 @@ LICENSE_COMB= multi CFLAGS+= -isystem${LOCALBASE}/include -I${PREFIX}/include/atk-1.0 -BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - bash:${PORTSDIR}/shells/bash \ - yasm:${PORTSDIR}/devel/yasm \ - flock:${PORTSDIR}/sysutils/flock \ - ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \ - ${LOCALBASE}/share/usbids/usb.ids:${PORTSDIR}/misc/usbids \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}ply>0:${PORTSDIR}/devel/py-ply \ - ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib - -LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libasound.so:${PORTSDIR}/audio/alsa-lib \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libnss3.so:${PORTSDIR}/security/nss \ - libFLAC.so:${PORTSDIR}/audio/flac \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ - libcups.so:${PORTSDIR}/print/cups \ - libevent.so:${PORTSDIR}/devel/libevent2 \ - libexif.so:${PORTSDIR}/graphics/libexif \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libpci.so:${PORTSDIR}/devel/libpci \ - libdrm.so:${PORTSDIR}/graphics/libdrm \ - libicuuc.so:${PORTSDIR}/devel/icu \ - libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \ - libnspr4.so:${PORTSDIR}/devel/nspr \ - libpng.so:${PORTSDIR}/graphics/png \ - libre2.so:${PORTSDIR}/devel/re2 \ - libsnappy.so:${PORTSDIR}/archivers/snappy \ - libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher \ - libspeex.so:${PORTSDIR}/audio/speex \ - libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libwebp.so:${PORTSDIR}/graphics/webp - -RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ - droid-fonts-ttf>0:${PORTSDIR}/x11-fonts/droid-fonts-ttf \ - xdg-open:${PORTSDIR}/devel/xdg-utils +BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ + bash:shells/bash \ + yasm:devel/yasm \ + flock:sysutils/flock \ + ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ + ${LOCALBASE}/share/usbids/usb.ids:misc/usbids \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply \ + ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib + +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libasound.so:audio/alsa-lib \ + libfreetype.so:print/freetype2 \ + libnss3.so:security/nss \ + libFLAC.so:audio/flac \ + libgnome-keyring.so:security/libgnome-keyring \ + libharfbuzz.so:print/harfbuzz \ + libcups.so:print/cups \ + libevent.so:devel/libevent2 \ + libexif.so:graphics/libexif \ + libgcrypt.so:security/libgcrypt \ + libpci.so:devel/libpci \ + libdrm.so:graphics/libdrm \ + libicuuc.so:devel/icu \ + libjsoncpp.so:devel/jsoncpp \ + libnspr4.so:devel/nspr \ + libpng.so:graphics/png \ + libre2.so:devel/re2 \ + libsnappy.so:archivers/snappy \ + libspeechd.so:accessibility/speech-dispatcher \ + libspeex.so:audio/speex \ + libxml2.so:textproc/libxml2 \ + libwebp.so:graphics/webp + +RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ + droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ + xdg-open:devel/xdg-utils ONLY_FOR_ARCHS= i386 amd64 USES= bison compiler:c++14-lang cpe desktop-file-utils execinfo jpeg \ @@ -139,7 +139,7 @@ OPTIONS_DEFAULT= CODECS GCONF KERBEROS OPTIONS_SUB= yes GCONF_USE= GNOME=gconf2 -PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio DRIVER_MAKE_ARGS=chromedriver TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} Modified: head/www/chtml/Makefile ============================================================================== --- head/www/chtml/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/chtml/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -15,7 +15,7 @@ BROKEN= unfetchable LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod +BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:lang/siod USES= perl5 tar:tgz USE_PERL5= run Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/cl-lml-sbcl/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -11,8 +11,8 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp Markup Language -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml +BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml USE_ASDF_FASL= yes FASL_TARGET= sbcl Modified: head/www/closure-linter/Makefile ============================================================================== --- head/www/closure-linter/Makefile Fri Apr 1 14:30:17 2016 (r412350) +++ head/www/closure-linter/Makefile Fri Apr 1 14:33:55 2016 (r412351) @@ -13,7 +13,7 @@ COMMENT= JavaScript linter LICENSE= APACHE20 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Apr 1 14:36:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67AA6AEB95C; Fri, 1 Apr 2016 14:36:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391B1120D; Fri, 1 Apr 2016 14:36:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31EaFg8079704; Fri, 1 Apr 2016 14:36:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31EaFjx079703; Fri, 1 Apr 2016 14:36:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011436.u31EaFjx079703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r412352 - svnadmin/hooks X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:36:16 -0000 Author: mat Date: Fri Apr 1 14:36:15 2016 New Revision: 412352 URL: https://svnweb.freebsd.org/changeset/ports/412352 Log: I knew what I was doing, it's done now. With hat: portmgr Sponsored by: Absolight Modified: svnadmin/hooks/pre-commit Modified: svnadmin/hooks/pre-commit ============================================================================== --- svnadmin/hooks/pre-commit Fri Apr 1 14:33:55 2016 (r412351) +++ svnadmin/hooks/pre-commit Fri Apr 1 14:36:15 2016 (r412352) @@ -62,7 +62,7 @@ TXN="$2" . /s/svn/ports/hooks/scripts/env.sh #crash.sh || exit 1 -exit 0 + # Check for "Approved by" requirements first approvecheck.pl "$REPO" "$TXN" || exit 1 From owner-svn-ports-all@freebsd.org Fri Apr 1 14:54:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E901FAEC2A1; Fri, 1 Apr 2016 14:54:50 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E02B1F97; Fri, 1 Apr 2016 14:54:50 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x231.google.com with SMTP id c62so83533863lfc.1; Fri, 01 Apr 2016 07:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=UZTnYhNEJxLLe7PXbYTHYiMXI7MPcoSF2K7ngkRIeAU=; b=ndNbVIhOdYfbAVIfA9fu7mcX+738SR5X91DlT7/FgDy2khiiNlu/O2HpKjQZDxwaqy mSMTl6gWws70C6M0rzZwUydCibI8Zq96tysuHJLrpHM8dYNXhH+H/gTQrNxcZWuHnm0l hy6Pg3pfo4RLMqPgGOO+JY1ORxSoMSGxfiEYvCjGF+l3uQy2sXsaCRb74fLmcknU3Ifm WbBRe/awB7VaW87ze+1r2Ie/I4h+kG9pzC6ARMPzifZMK/cM1wa4EowsoSuBsMGQBvUf cGGnI9STpK0ALVEK45ltvbjLemdk426Qxh2UdNk73ac8Tded/7bMcGYKUly6Yc4Si/mi RPoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=UZTnYhNEJxLLe7PXbYTHYiMXI7MPcoSF2K7ngkRIeAU=; b=f5JQ2UdH9tzy17DViBIo5r9v6BMR3SU5PxOEHPJOKq584peS6nbvg5GBAiyYmQA69q vrUDuyGMYTC8Jq8MOVaJgXEUldgfvE9zMVP9Zrb86hILNhZCgUkQObK9Bi9W4hfIUnry 2+JsrawpmA6jdNiEk2dNWRtA1NAr/GXyRrDizDRVyzkj3KUdyNmNMKWfHSNskltYb0Qp sgTDOFR4tG9dAFI+CF54ETPyuQhdcuM3wosi3tVAjP0qHopetdig5ZbE8VRNUsi9T/zZ BDPS5exV0gVkkd0ml4+SMrFn41JP+DhROtE5tiOZ/pDERBSCvs6xZLykViT6TwIfQLAg GRDw== X-Gm-Message-State: AD7BkJJ7Qc8RoXW3Pg1H65gBLmyzMlIdbDGJ51bIf57auHMwPwnBIJSHWbchfTjGaNBMhAWt8atfKk+r3cet+g== MIME-Version: 1.0 X-Received: by 10.25.127.216 with SMTP id a207mr2177004lfd.116.1459522488739; Fri, 01 Apr 2016 07:54:48 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 07:54:48 -0700 (PDT) In-Reply-To: References: <201603312004.u2VK4n5n028013@repo.freebsd.org> Date: Fri, 1 Apr 2016 16:54:48 +0200 X-Google-Sender-Auth: Hazt3rvgC0kACZmOcjude1mYV_g Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: Erwin Lansing Cc: Mathieu Arnold , Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Management Team Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 14:54:51 -0000 On 1 April 2016 at 14:56, Erwin Lansing wrote: > >> On 01 Apr 2016, at 15:06, Mathieu Arnold wrote: >> >> +--On 1 avril 2016 12:05:47 +0200 Thomas Zander wrot= e: >> | On 1 April 2016 at 11:45, Mathieu Arnold wrote: >> | >> |> It is documented in the porter's handbook, where it all belongs: >> |> > |> er.html> >> |> >> |> And, it is covered by the "Trivial and tested build and runtime fixes= ." >> |> bullet point. >> | >> | Thanks for stepping in, but I am a 100% sure that this statement will >> | not put the case to rest. Based on this statement: >> | - John will maintain his position that this commit was trivial, tested >> | and fixes a problem *on DragonFly* and hence *is* covered by the >> | blanket >> | - I will maintain my position that this commit does *not* fix a >> | problem *on FreeBSD* and hence is *not* covered by the blanket >> | >> | I am totally fine accepting any verdict from portmgr, but I want it to >> | be inescapably clear. Please review the commit and let us know once >> | and for all: Is this particular one covered by the blanket or not? >> >> *I* would say that you are right and it's not a FreeBSD fix, and thus, i= s >> not covered by the blanket. But I don't know what portmgr as a whole >> thinks about it. > > Rather than nitpick what the rules say exactly, I=E2=80=99d take a step b= ack and consider how we like to work together. On the surface, it indeed s= eems a trivial commit, but on the other hand the port has an active maintai= ner, from whom a quick reply could be expected. Taken together, I would ha= ve chosen to ask the maintainer first, out of respect for the maintainer. = In a similar situation, I would imagine myself as the maintainer and how I = would feel if I saw a commit happen to my port and wonder why the change wa= s so important it couldn=E2=80=99t wait for me to have a look at it first. = We have this great technological platform, but in the end it=E2=80=99s the= people that make this project. Just because there is a rule or policy tha= t might allow one to do something, does not mean it=E2=80=99s the right thi= ng to do. Thank you for sharing these thoughts. Frankly, I didn't expect this discussion to continue for so long, and I want to be clear about one thing: I have no doubt that Jan did this commit with best intentions, and totally convinced that he is following the rules and conventions. Exactly this is the reason why I was so picky asking about what the rules were. It is not uncommon for patches intending to fix something to introduce a more substantial change, and it is very clear that there is no one true golden rule that tells us what exactly is a trivial fix. There is room for interpretation, as with most human language expressions. I lean towards requesting maintainer approval for almost any change, but this apparently varies from person to person. Within the project we should try converge to a common understanding. This discussion just shows that there is still some converging to do :) Riggs From owner-svn-ports-all@freebsd.org Fri Apr 1 15:04:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9550AEC5F1; Fri, 1 Apr 2016 15:04:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 889FC15B4; Fri, 1 Apr 2016 15:04:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31F48VA088705; Fri, 1 Apr 2016 15:04:08 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31F48fV088702; Fri, 1 Apr 2016 15:04:08 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201604011504.u31F48fV088702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 1 Apr 2016 15:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412353 - in head/games/zhlt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:04:09 -0000 Author: danfe Date: Fri Apr 1 15:04:08 2016 New Revision: 412353 URL: https://svnweb.freebsd.org/changeset/ports/412353 Log: Try to unbreak on 64-bit architectures by avoiding casting from pointer to a smaller type (int) which loses information. Also, reduce imperativeness of the `files/Makefile' while at it. Reported by: pkg-fallout Added: head/games/zhlt/files/patch-64bit-fixes (contents, props changed) Modified: head/games/zhlt/Makefile head/games/zhlt/files/Makefile Modified: head/games/zhlt/Makefile ============================================================================== --- head/games/zhlt/Makefile Fri Apr 1 14:36:15 2016 (r412352) +++ head/games/zhlt/Makefile Fri Apr 1 15:04:08 2016 (r412353) @@ -12,7 +12,12 @@ COMMENT= Zoner's Half-Life compile tools USES= dos2unix zip DOS2UNIX_FILES= common/bspfile.h common/cmdlib.cpp common/mathlib.h \ - common/win32fix.h hlrad/mathutil.cpp + common/threads.cpp common/threads.h common/win32fix.h \ + hlbsp/qbsp.cpp hlcsg/brush.cpp hlcsg/brushunion.cpp \ + hlcsg/csg.h hlcsg/qcsg.cpp hlrad/lightmap.cpp \ + hlrad/mathutil.cpp hlrad/qrad.cpp hlrad/qrad.h \ + hlrad/sparse.cpp hlrad/vismatrix.cpp hlrad/vismatrixutil.cpp \ + hlvis/flow.cpp hlvis/vis.cpp hlvis/vis.h MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes Modified: head/games/zhlt/files/Makefile ============================================================================== --- head/games/zhlt/files/Makefile Fri Apr 1 14:36:15 2016 (r412352) +++ head/games/zhlt/files/Makefile Fri Apr 1 15:04:08 2016 (r412353) @@ -1,7 +1,10 @@ +CXXFLAGS+= -Wall -Wextra CPPFLAGS+= -DSYSTEM_POSIX -DSTDC_HEADERS -DHAVE_SYS_RESOURCE_H \ -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H \ -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DDOUBLEVEC_T -CXXFLAGS+= -Wall -Wextra +.if $(ARCH:M*64) +CPPFLAGS+= -DSIZEOF_CHARP=8 +.endif common_OBJS= common/blockmem.o \ common/bspfile.o \ @@ -16,7 +19,7 @@ common_OBJS= common/blockmem.o \ common/threads.o \ common/winding.o -hlbsp_OBJ= hlbsp/merge.o \ +hlbsp_OBJS= hlbsp/merge.o \ hlbsp/outside.o \ hlbsp/portals.o \ hlbsp/qbsp.o \ @@ -57,18 +60,17 @@ hlvis_OBJS= hlvis/flow.o \ ripent_OBJS= ripent/ripent.o -PROGS= hlbsp/hlbsp hlcsg/hlcsg hlrad/hlrad hlvis/hlvis ripent/ripent - .cpp.o: $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $< -Icommon -Itemplate -all: $(PROGS) +all: # force default goal + +.for p in hlbsp hlcsg hlrad hlvis ripent +PROGS+= $(p)/$(p) +$(p)/$(p): $(common_OBJS) $($(p)_OBJS) +.endfor -hlbsp/hlbsp: $(common_OBJS) $(hlbsp_OBJ) -hlcsg/hlcsg: $(common_OBJS) $(hlcsg_OBJS) -hlrad/hlrad: $(common_OBJS) $(hlrad_OBJS) -hlvis/hlvis: $(common_OBJS) $(hlvis_OBJS) -ripent/ripent: $(common_OBJS) $(ripent_OBJS) +all: $(PROGS) $(PROGS): $(CXX) $(LDFLAGS) -o $@ $> -lpthread Added: head/games/zhlt/files/patch-64bit-fixes ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zhlt/files/patch-64bit-fixes Fri Apr 1 15:04:08 2016 (r412353) @@ -0,0 +1,322 @@ +--- common/threads.cpp.orig 2016-04-01 13:18:21 UTC ++++ common/threads.cpp +@@ -180,7 +180,7 @@ q_threadfunction workfunction; + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-static void ThreadWorkerFunction(int unused) ++static void ThreadWorkerFunction(intptr_t unused) + { + int work; + +@@ -499,7 +499,7 @@ q_threadfunction q_entry; + + static void* CDECL ThreadEntryStub(void* pParam) + { +- q_entry((int)pParam); ++ q_entry((intptr_t)pParam); + return NULL; + } + +--- common/threads.h.orig 2016-04-01 13:18:21 UTC ++++ common/threads.h +@@ -15,7 +15,7 @@ typedef enum + } + q_threadpriority; + +-typedef void (*q_threadfunction) (int); ++typedef void (*q_threadfunction) (intptr_t); + + #ifdef SYSTEM_WIN32 + #define DEFAULT_NUMTHREADS -1 +--- hlbsp/qbsp.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlbsp/qbsp.cpp +@@ -833,7 +833,7 @@ static surfchain_t* ReadSurfs(FILE* file + // ProcessModelThreaded + // time to compl + // ===================================================================================== +-void ProcessModel(int modelnum) ++void ProcessModel(intptr_t modelnum) + { + surfchain_t* surfs; + node_t* nodes; +--- hlcsg/brush.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlcsg/brush.cpp +@@ -1075,7 +1075,7 @@ contents_t CheckBrushContents(const + // CreateBrush + // makes a brush! + // ===================================================================================== +-void CreateBrush(const int brushnum) ++void CreateBrush(const intptr_t brushnum) + { + brush_t* b; + int contents; +--- hlcsg/brushunion.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlcsg/brushunion.cpp +@@ -252,7 +252,7 @@ static bool isInvalidHull(const brus + return false; + } + +-void CalculateBrushUnions(const int brushnum) ++void CalculateBrushUnions(const intptr_t brushnum) + { + int bn, hull; + brush_t* b1; +--- hlcsg/csg.h.orig 2016-04-01 13:18:21 UTC ++++ hlcsg/csg.h +@@ -190,7 +190,7 @@ extern int TexinfoForBrushTexture(c + extern brush_t* Brush_LoadEntity(entity_t* ent, int hullnum); + extern contents_t CheckBrushContents(const brush_t* const b); + +-extern void CreateBrush(int brushnum); ++extern void CreateBrush(intptr_t brushnum); + + //============================================================================= + // csg.c +@@ -253,7 +253,7 @@ extern void HandleWadinclude(); + + //============================================================================= + // brushunion.c +-void CalculateBrushUnions(int brushnum); ++void CalculateBrushUnions(intptr_t brushnum); + + //============================================================================ + // hullfile.cpp +--- hlcsg/qcsg.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlcsg/qcsg.cpp +@@ -546,7 +546,7 @@ static bface_t* CopyFacesToOutside(brush + // ===================================================================================== + // CSGBrush + // ===================================================================================== +-static void CSGBrush(int brushnum) ++static void CSGBrush(intptr_t brushnum) + { + int hull; + brush_t* b1; +@@ -1078,7 +1078,7 @@ static void ProcessModels() + // ===================================================================================== + // SetModelCenters + // ===================================================================================== +-static void SetModelCenters(int entitynum) ++static void SetModelCenters(intptr_t entitynum) + { + int i; + int last; +--- hlrad/lightmap.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlrad/lightmap.cpp +@@ -1786,7 +1786,7 @@ const vec3_t s_circuscolors[] = { + // ===================================================================================== + // BuildFacelights + // ===================================================================================== +-void BuildFacelights(const int facenum) ++void BuildFacelights(const intptr_t facenum) + { + dface_t* f; + vec3_t sampled[MAXLIGHTMAPS]; +@@ -2206,7 +2206,7 @@ void PrecompLightmapOffsets() + // FinalLightFace + // Add the indirect lighting on top of the direct lighting and save into final map format + // ===================================================================================== +-void FinalLightFace(const int facenum) ++void FinalLightFace(const intptr_t facenum) + { + int i, j, k; + vec3_t lb, v; +--- hlrad/qrad.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlrad/qrad.cpp +@@ -1506,7 +1506,7 @@ static void CollectLight() + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-static void GatherLight(int threadnum) ++static void GatherLight(intptr_t threadnum) + { + int j; + patch_t* patch; +@@ -1628,7 +1628,7 @@ static void GatherLight(int threadnu + + // RGB Transfer version + #ifdef HLRAD_HULLU +-static void GatherRGBLight(int threadnum) ++static void GatherRGBLight(intptr_t threadnum) + { + int j; + patch_t* patch; +--- hlrad/qrad.h.orig 2016-04-01 13:18:21 UTC ++++ hlrad/qrad.h +@@ -432,9 +432,9 @@ extern float g_softlight_hack_distance; + + extern void MakeTnodes(dmodel_t* bm); + extern void PairEdges(); +-extern void BuildFacelights(int facenum); ++extern void BuildFacelights(intptr_t facenum); + extern void PrecompLightmapOffsets(); +-extern void FinalLightFace(int facenum); ++extern void FinalLightFace(intptr_t facenum); + extern int TestLine(const vec3_t start, const vec3_t stop); + extern int TestLine_r(int node, const vec3_t start, const vec3_t stop); + extern void CreateDirectLights(); +@@ -468,12 +468,12 @@ extern bool readtransfers(const char + extern void writetransfers(const char* const transferfile, long total_patches); + + // vismatrixutil.c (shared between vismatrix.c and sparse.c) +-extern void SwapTransfers(int patchnum); +-extern void MakeScales(int threadnum); ++extern void SwapTransfers(intptr_t patchnum); ++extern void MakeScales(intptr_t threadnum); + extern void DumpTransfersMemoryUsage(); + #ifdef HLRAD_HULLU +-extern void SwapRGBTransfers(int patchnum); +-extern void MakeRGBScales(int threadnum); ++extern void SwapRGBTransfers(intptr_t patchnum); ++extern void MakeRGBScales(intptr_t threadnum); + + // transparency.c (transparency array functions - shared between vismatrix.c and sparse.c) + extern void GetTransparency(const unsigned p1, const unsigned p2, vec3_t &trans, unsigned int &next_index); +--- hlrad/sparse.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlrad/sparse.cpp +@@ -339,7 +339,7 @@ static void BuildVisRow(const int pa + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-static void BuildVisLeafs(int threadnum) ++static void BuildVisLeafs(intptr_t threadnum) + { + int i; + int lface, facenum, facenum2; +--- hlrad/vismatrix.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlrad/vismatrix.cpp +@@ -151,7 +151,7 @@ static void BuildVisRow(const int pa + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-static void BuildVisLeafs(int threadnum) ++static void BuildVisLeafs(intptr_t threadnum) + { + int i; + int lface, facenum, facenum2; +--- hlrad/vismatrixutil.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlrad/vismatrixutil.cpp +@@ -190,7 +190,7 @@ static transfer_index_t* CompressTransfe + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-void MakeScales(const int threadnum) ++void MakeScales(const intptr_t threadnum) + { + int i; + unsigned j; +@@ -391,7 +391,7 @@ void MakeScales(const int thr + * they will actually be rather different. + * ============= + */ +-void SwapTransfers(const int patchnum) ++void SwapTransfers(const intptr_t patchnum) + { + patch_t* patch = &g_patches[patchnum]; + transfer_index_t* tIndex = patch->tIndex; +@@ -456,7 +456,7 @@ void SwapTransfers(const int + #pragma warning(push) + #pragma warning(disable: 4100) // unreferenced formal parameter + #endif +-void MakeRGBScales(const int threadnum) ++void MakeRGBScales(const intptr_t threadnum) + { + int i; + unsigned j; +@@ -678,7 +678,7 @@ void MakeRGBScales(const int + * they will actually be rather different. + * ============= + */ +-void SwapRGBTransfers(const int patchnum) ++void SwapRGBTransfers(const intptr_t patchnum) + { + patch_t* patch = &g_patches[patchnum]; + transfer_index_t* tIndex = patch->tIndex; +--- hlvis/flow.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlvis/flow.cpp +@@ -678,7 +678,7 @@ static void SimpleFlood(byte* const + // ===================================================================================== + // BlockVis + // ===================================================================================== +-void BlockVis(int unused) ++void BlockVis(intptr_t unused) + { + int i, j, k, l, m; + portal_t *p; +@@ -1156,7 +1156,7 @@ static float CalcSplitsAndDotProducts(p + // ===================================================================================== + // BasePortalVis + // ===================================================================================== +-void BasePortalVis(int unused) ++void BasePortalVis(intptr_t unused) + { + int i, j, k; + portal_t* tp; +@@ -1242,7 +1242,7 @@ void BasePortalVis(int unused + // ===================================================================================== + // MaxDistVis + // ===================================================================================== +-void MaxDistVis(int unused) ++void MaxDistVis(intptr_t unused) + { + int i, j, k, m; + int a, b, c, d; +--- hlvis/vis.cpp.orig 2016-04-01 13:18:21 UTC ++++ hlvis/vis.cpp +@@ -213,14 +213,14 @@ static void PlaneFromWinding(winding + static winding_t* NewWinding(const int points) + { + winding_t* w; +- int size; ++ intptr_t size; + + if (points > MAX_POINTS_ON_WINDING) + { + Error("NewWinding: %i points > MAX_POINTS_ON_WINDING", points); + } + +- size = (int)((winding_t*)0)->points[points]; ++ size = (intptr_t)((winding_t*)0)->points[points]; + w = (winding_t*)calloc(1, size); + + return w; +@@ -463,7 +463,7 @@ void CompressAll(void) + #endif + + #ifndef ZHLT_NETVIS +-static void LeafThread(int unused) ++static void LeafThread(intptr_t unused) + { + portal_t* p; + +@@ -483,7 +483,7 @@ static void LeafThread(int unused) + + #ifdef ZHLT_NETVIS + +-static void LeafThread(int unused) ++static void LeafThread(intptr_t unused) + { + if (g_vismode == VIS_MODE_CLIENT) + { +--- hlvis/vis.h.orig 2016-04-01 13:18:21 UTC ++++ hlvis/vis.h +@@ -184,14 +184,14 @@ extern volatile int g_vislocalpercent; + + extern Zones* g_Zones; + +-extern void BasePortalVis(int threadnum); ++extern void BasePortalVis(intptr_t threadnum); + + + #ifdef HLVIS_MAXDIST // AJM: MVD + extern visblocker_t *GetVisBlock(char *name); +-extern void BlockVis(int unused); +-extern void MaxDistVis(int threadnum); +-//extern void PostMaxDistVis(int threadnum); ++extern void BlockVis(intptr_t unused); ++extern void MaxDistVis(intptr_t threadnum); ++//extern void PostMaxDistVis(intptr_t threadnum); + #endif + + extern void PortalFlow(portal_t* p); From owner-svn-ports-all@freebsd.org Fri Apr 1 15:11:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38148AEC83C; Fri, 1 Apr 2016 15:11:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0586A1A7B; Fri, 1 Apr 2016 15:11:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FBe8B089113; Fri, 1 Apr 2016 15:11:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FBeSU089111; Fri, 1 Apr 2016 15:11:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011511.u31FBeSU089111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412354 - head/devel/artifactory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:11:41 -0000 Author: amdmi3 Date: Fri Apr 1 15:11:39 2016 New Revision: 412354 URL: https://svnweb.freebsd.org/changeset/ports/412354 Log: - Update to 4.7.0 PR: 208453 Submitted by: dharrigan@gmail.com (maintainer) Modified: head/devel/artifactory/Makefile head/devel/artifactory/distinfo Modified: head/devel/artifactory/Makefile ============================================================================== --- head/devel/artifactory/Makefile Fri Apr 1 15:04:08 2016 (r412353) +++ head/devel/artifactory/Makefile Fri Apr 1 15:11:39 2016 (r412354) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= artifactory -PORTVERSION= 4.6.1 +PORTVERSION= 4.7.0 CATEGORIES= devel java MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/ DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION} Modified: head/devel/artifactory/distinfo ============================================================================== --- head/devel/artifactory/distinfo Fri Apr 1 15:04:08 2016 (r412353) +++ head/devel/artifactory/distinfo Fri Apr 1 15:11:39 2016 (r412354) @@ -1,2 +1,2 @@ -SHA256 (jfrog-artifactory-oss-4.6.1.zip) = a4cf127698a4fc455e2a186bb95cb607f5cb7681cfb4d693dd2f5aee28666ce0 -SIZE (jfrog-artifactory-oss-4.6.1.zip) = 41167277 +SHA256 (jfrog-artifactory-oss-4.7.0.zip) = d47bd1965ac1b0c1380d1540801129f9e733e547a5a1c13519a55cec5e390754 +SIZE (jfrog-artifactory-oss-4.7.0.zip) = 40396483 From owner-svn-ports-all@freebsd.org Fri Apr 1 15:43:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE2FAEB542; Fri, 1 Apr 2016 15:43:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA0B1D0D; Fri, 1 Apr 2016 15:43:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FhjUH000778; Fri, 1 Apr 2016 15:43:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FhjYQ000776; Fri, 1 Apr 2016 15:43:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011543.u31FhjYQ000776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412355 - in head/security/fakebo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:43:46 -0000 Author: amdmi3 Date: Fri Apr 1 15:43:45 2016 New Revision: 412355 URL: https://svnweb.freebsd.org/changeset/ports/412355 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/security/fakebo/Makefile head/security/fakebo/files/patch-fakebo.c Modified: head/security/fakebo/Makefile ============================================================================== --- head/security/fakebo/Makefile Fri Apr 1 15:11:39 2016 (r412354) +++ head/security/fakebo/Makefile Fri Apr 1 15:43:45 2016 (r412355) @@ -27,6 +27,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/custom.replies ${STAGEDIR}${DOCSDIR} Modified: head/security/fakebo/files/patch-fakebo.c ============================================================================== --- head/security/fakebo/files/patch-fakebo.c Fri Apr 1 15:11:39 2016 (r412354) +++ head/security/fakebo/files/patch-fakebo.c Fri Apr 1 15:43:45 2016 (r412355) @@ -1,6 +1,6 @@ ---- fakebo.c.orig Thu Jun 6 18:13:21 2002 -+++ fakebo.c Thu Jun 6 18:13:31 2002 -@@ -457,8 +457,8 @@ +--- fakebo.c.orig 2002-03-28 03:45:29 UTC ++++ fakebo.c +@@ -462,8 +462,8 @@ static void conf_reread(int signo) { static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n"; From owner-svn-ports-all@freebsd.org Fri Apr 1 15:49:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A821BAEB739; Fri, 1 Apr 2016 15:49:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B1E1EF0; Fri, 1 Apr 2016 15:49:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FndYE001089; Fri, 1 Apr 2016 15:49:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FndXx001088; Fri, 1 Apr 2016 15:49:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011549.u31FndXx001088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412356 - head/www/ftasv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:49:40 -0000 Author: amdmi3 Date: Fri Apr 1 15:49:39 2016 New Revision: 412356 URL: https://svnweb.freebsd.org/changeset/ports/412356 Log: - Add LICENSE_FILE - Switch to options helpers - Don't install license file - Only use pkg-message which refers to documentation when docs are installed Modified: head/www/ftasv/Makefile Modified: head/www/ftasv/Makefile ============================================================================== --- head/www/ftasv/Makefile Fri Apr 1 15:43:45 2016 (r412355) +++ head/www/ftasv/Makefile Fri Apr 1 15:49:39 2016 (r412356) @@ -11,17 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Is a commandline scoreboard viewer for the Apache server LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_APACHE= 22+ PLIST_FILES= sbin/ftasv -SUB_FILES= pkg-message -PORTDOCS= AUTHORS COPYING ChangeLog README +PORTDOCS= AUTHORS ChangeLog README + OPTIONS_DEFINE= DOCS -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +DOCS_SUB_FILES= pkg-message + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-all@freebsd.org Fri Apr 1 15:49:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB7B2AEB767; Fri, 1 Apr 2016 15:49:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CBE01FCD; Fri, 1 Apr 2016 15:49:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FnnCC001195; Fri, 1 Apr 2016 15:49:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Fnn8p001194; Fri, 1 Apr 2016 15:49:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011549.u31Fnn8p001194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412357 - head/textproc/multimarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:49:50 -0000 Author: amdmi3 Date: Fri Apr 1 15:49:49 2016 New Revision: 412357 URL: https://svnweb.freebsd.org/changeset/ports/412357 Log: - Fix license - Switch to options helpers Modified: head/textproc/multimarkdown/Makefile Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Fri Apr 1 15:49:39 2016 (r412356) +++ head/textproc/multimarkdown/Makefile Fri Apr 1 15:49:49 2016 (r412357) @@ -9,7 +9,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Extended Markdown processor with more features, written in C -LICENSE= MIT +LICENSE= MIT GPLv2+ +LICENSE_COMB= dual USE_GITHUB= yes GH_ACCOUNT= fletcher:DEFAULT nddrylliog:greg @@ -61,10 +62,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/multimarkdown ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/bin +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -post-install-EXTRAS-on: +do-install-EXTRAS-on: ${INSTALL_SCRIPT} ${WRKSRC}/Support/bin/* ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR}/XSLT ${INSTALL_DATA} ${WRKSRC}/Support/XSLT/* ${STAGEDIR}${DATADIR}/XSLT From owner-svn-ports-all@freebsd.org Fri Apr 1 15:50:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02702AEB7BA; Fri, 1 Apr 2016 15:50:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF5E910CD; Fri, 1 Apr 2016 15:50:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FoZG9001370; Fri, 1 Apr 2016 15:50:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FoZ7K001368; Fri, 1 Apr 2016 15:50:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011550.u31FoZ7K001368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412358 - in head/www/bkmrkconv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:50:37 -0000 Author: amdmi3 Date: Fri Apr 1 15:50:35 2016 New Revision: 412358 URL: https://svnweb.freebsd.org/changeset/ports/412358 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Regenerate patch and switch to patching an actual file instead of symlink to it Added: head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl - copied, changed from r412357, head/www/bkmrkconv/files/patch-bkmrkconv.pl Deleted: head/www/bkmrkconv/files/patch-bkmrkconv.pl Modified: head/www/bkmrkconv/Makefile Modified: head/www/bkmrkconv/Makefile ============================================================================== --- head/www/bkmrkconv/Makefile Fri Apr 1 15:49:49 2016 (r412357) +++ head/www/bkmrkconv/Makefile Fri Apr 1 15:50:35 2016 (r412358) @@ -9,8 +9,11 @@ MASTER_SITES= http://www.bleb.org/softwa MAINTAINER= ports@FreeBSD.org COMMENT= Netscape bookmarks.html converter +LICENSE= ART10 + USES= perl5 NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= DOCS @@ -26,6 +29,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/src ${INSTALL_DATA} ${WRKSRC}/src.example/* ${STAGEDIR}${DATADIR}/src + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} Copied and modified: head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl (from r412357, head/www/bkmrkconv/files/patch-bkmrkconv.pl) ============================================================================== --- head/www/bkmrkconv/files/patch-bkmrkconv.pl Fri Apr 1 15:49:49 2016 (r412357, copy source) +++ head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl Fri Apr 1 15:50:35 2016 (r412358) @@ -1,6 +1,6 @@ ---- bkmrkconv.pl.orig Thu Sep 21 00:21:54 2000 -+++ bkmrkconv.pl Wed Mar 7 05:37:20 2001 -@@ -70,9 +70,10 @@ +--- bkmrkconv-1.12.pl.orig 2016-04-01 15:44:40 UTC ++++ bkmrkconv-1.12.pl +@@ -74,9 +74,10 @@ $outputDir =~ s!/$!!; chomp(my $oldcwd = `pwd`); chdir $outputDir; From owner-svn-ports-all@freebsd.org Fri Apr 1 15:57:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C6C7AEBAA0; Fri, 1 Apr 2016 15:57:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C117F1525; Fri, 1 Apr 2016 15:57:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FvhiT004320; Fri, 1 Apr 2016 15:57:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FvhxM004317; Fri, 1 Apr 2016 15:57:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011557.u31FvhxM004317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 15:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412359 - head/textproc/sigil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:57:45 -0000 Author: mat Date: Fri Apr 1 15:57:43 2016 New Revision: 412359 URL: https://svnweb.freebsd.org/changeset/ports/412359 Log: Update to 0.9.5. PR: 208213 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/textproc/sigil/Makefile (contents, props changed) head/textproc/sigil/distinfo (contents, props changed) head/textproc/sigil/pkg-plist (contents, props changed) Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Fri Apr 1 15:50:35 2016 (r412358) +++ head/textproc/sigil/Makefile Fri Apr 1 15:57:43 2016 (r412359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -18,8 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ - python:3 shebangfix +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + pkgconfig python:3 shebangfix SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ src/Resource_Files/python3lib/*.py USE_QT5= concurrent gui network printsupport svg webkit widgets \ Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Fri Apr 1 15:50:35 2016 (r412358) +++ head/textproc/sigil/distinfo Fri Apr 1 15:57:43 2016 (r412359) @@ -1,2 +1,2 @@ -SHA256 (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 714417ec2ac8aa21a29dcc9fd5054479fcba965029c1b881f8229ca76781c404 -SIZE (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 18095814 +SHA256 (Sigil-Ebook-Sigil-0.9.5_GH0.tar.gz) = 81bdf852ae30951cb572263adcabc118f8fff6fd1ee2038b6dd416b12fce7dd6 +SIZE (Sigil-Ebook-Sigil-0.9.5_GH0.tar.gz) = 18095579 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Fri Apr 1 15:50:35 2016 (r412358) +++ head/textproc/sigil/pkg-plist Fri Apr 1 15:57:43 2016 (r412359) @@ -34,7 +34,9 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py %%DATADIR%%/polyfills/MathJax.js -%%DATADIR%%/python3lib/navgenerator.py +%%DATADIR%%/python3lib/metadata_utils.py +%%DATADIR%%/python3lib/metaproc2.py +%%DATADIR%%/python3lib/metaproc3.py %%DATADIR%%/python3lib/ncxgenerator.py %%DATADIR%%/python3lib/opf_newparser.py %%DATADIR%%/python3lib/sanitycheck.py @@ -47,10 +49,8 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_el_GR.qm %%DATADIR%%/translations/sigil_en.qm %%DATADIR%%/translations/sigil_es.qm -%%DATADIR%%/translations/sigil_es_419.qm %%DATADIR%%/translations/sigil_fi.qm %%DATADIR%%/translations/sigil_fr.qm -%%DATADIR%%/translations/sigil_gl.qm %%DATADIR%%/translations/sigil_he.qm %%DATADIR%%/translations/sigil_hu_HU.qm %%DATADIR%%/translations/sigil_id_ID.qm From owner-svn-ports-all@freebsd.org Fri Apr 1 15:58:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ACC9AEBAD2; Fri, 1 Apr 2016 15:58:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D2981625; Fri, 1 Apr 2016 15:58:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FwVms004459; Fri, 1 Apr 2016 15:58:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FwV3d004458; Fri, 1 Apr 2016 15:58:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011558.u31FwV3d004458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412360 - head/textproc/unroff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:58:32 -0000 Author: amdmi3 Date: Fri Apr 1 15:58:31 2016 New Revision: 412360 URL: https://svnweb.freebsd.org/changeset/ports/412360 Log: - Add LICENSE - Switch to options helpers Modified: head/textproc/unroff/Makefile Modified: head/textproc/unroff/Makefile ============================================================================== --- head/textproc/unroff/Makefile Fri Apr 1 15:57:43 2016 (r412359) +++ head/textproc/unroff/Makefile Fri Apr 1 15:58:31 2016 (r412360) @@ -16,6 +16,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Programmable troff translator with backend for HTML +LICENSE= UNROFF +LICENSE_NAME= unroff license +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= libelk.so:lang/elk BUILD_WRKSRC= ${WRKSRC}/src @@ -36,6 +41,8 @@ do-install: .endfor ${TAR} -C ${WRKSRC} -cf - scm | \ ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual.ms ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Fri Apr 1 16:56:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6830DAEB04D; Fri, 1 Apr 2016 16:56:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 385B113C7; Fri, 1 Apr 2016 16:56:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31GusvA022623; Fri, 1 Apr 2016 16:56:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Gus2W022621; Fri, 1 Apr 2016 16:56:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604011656.u31Gus2W022621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 Apr 2016 16:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412361 - head/devel/leiningen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 16:56:55 -0000 Author: pi Date: Fri Apr 1 16:56:54 2016 New Revision: 412361 URL: https://svnweb.freebsd.org/changeset/ports/412361 Log: devel/leiningen: 2.5.3 -> 2.6.1 Changes: https://github.com/technomancy/leiningen/releases PR: 207913 Submitted by: Tobias Kortkamp Approved by: rpaulo (maintainer timeout) Modified: head/devel/leiningen/Makefile head/devel/leiningen/distinfo Modified: head/devel/leiningen/Makefile ============================================================================== --- head/devel/leiningen/Makefile Fri Apr 1 15:58:31 2016 (r412360) +++ head/devel/leiningen/Makefile Fri Apr 1 16:56:54 2016 (r412361) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= leiningen -PORTVERSION= 2.5.3 +PORTVERSION= 2.6.1 CATEGORIES= devel lisp java MASTER_SITES= GH:source1 \ https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:source2 Modified: head/devel/leiningen/distinfo ============================================================================== --- head/devel/leiningen/distinfo Fri Apr 1 15:58:31 2016 (r412360) +++ head/devel/leiningen/distinfo Fri Apr 1 16:56:54 2016 (r412361) @@ -1,4 +1,4 @@ -SHA256 (technomancy-leiningen-2.5.3_GH0.tar.gz) = e44db1e021937a6aa68635960aefe581bf4a4090f4a0e159f6a14904d8f9e9ca -SIZE (technomancy-leiningen-2.5.3_GH0.tar.gz) = 696873 -SHA256 (leiningen-2.5.3-standalone.zip) = 4b0c1606b6a4816b803f1fbd704aeefc9d6e314e9b9a482d0bae0ab0079023dd -SIZE (leiningen-2.5.3-standalone.zip) = 15768731 +SHA256 (technomancy-leiningen-2.6.1_GH0.tar.gz) = 9e6a6c7b6e032921a37d5be8fcdc2c0288d3698f759e22bdd29de4eb327ebeab +SIZE (technomancy-leiningen-2.6.1_GH0.tar.gz) = 706289 +SHA256 (leiningen-2.6.1-standalone.zip) = d70078fba85d5f405d042a6d7bad3a1e5b4aafae565c2d581feb999e95ae6394 +SIZE (leiningen-2.6.1-standalone.zip) = 15343271 From owner-svn-ports-all@freebsd.org Fri Apr 1 17:23:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE913AEBB76; Fri, 1 Apr 2016 17:23:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 965AA182C; Fri, 1 Apr 2016 17:23:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31HNj1P031858; Fri, 1 Apr 2016 17:23:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31HNju8031848; Fri, 1 Apr 2016 17:23:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604011723.u31HNju8031848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 17:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412362 - in head/graphics: . sekrit-twc-zimg sekrit-twc-zimg/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 17:23:46 -0000 Author: jbeich Date: Fri Apr 1 17:23:44 2016 New Revision: 412362 URL: https://svnweb.freebsd.org/changeset/ports/412362 Log: graphics/sekrit-twc-zimg: add new port The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with flexibility, thread-safety, and correctness as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt "z" to many scenarios. https://github.com/sekrit-twc/zimg Added: head/graphics/sekrit-twc-zimg/ head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/sekrit-twc-zimg/distinfo (contents, props changed) head/graphics/sekrit-twc-zimg/files/ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps (contents, props changed) head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__sse2__test.cpp (contents, props changed) head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__test.cpp (contents, props changed) head/graphics/sekrit-twc-zimg/pkg-descr (contents, props changed) head/graphics/sekrit-twc-zimg/pkg-plist (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Apr 1 16:56:54 2016 (r412361) +++ head/graphics/Makefile Fri Apr 1 17:23:44 2016 (r412362) @@ -978,6 +978,7 @@ SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seexpr + SUBDIR += sekrit-twc-zimg SUBDIR += seom SUBDIR += separate SUBDIR += seq2gif Added: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/Makefile Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,57 @@ +# $FreeBSD$ + +PORTNAME= zimg +PORTVERSION= 2.0.4 +DISTVERSIONPREFIX= release- +CATEGORIES= graphics +PKGNAMEPREFIX= ${GH_ACCOUNT}- + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Scaling, colorspace conversion, and dithering library + +LICENSE= WTFPL2 +LICENSE_NAME= Do What The Fuck You Want To Public License version 2 +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + +USE_GITHUB= yes +GH_ACCOUNT= sekrit-twc + +USES= autoreconf compiler:c++11-lib gmake libtool pathfix +EXTRACT_AFTER_ARGS= --exclude test/extra +PATHFIX_MAKEFILEIN= Makefile.am +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-testapp +CFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ + -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +OPTIONS_DEFINE= TEST + +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD +OPTIONS_DEFAULT_i386= SIMD # runtime detection + +SIMD_CONFIGURE_ENABLE= x86simd + +TEST_BUILD_DEPENDS= googletest>=1.6.0:devel/googletest +TEST_USES= localbase +TEST_CONFIGURE_ENABLE= unit-test +TEST_TEST_TARGET= check VERBOSE=1 + +post-patch: + @${REINPLACE_CMD} -e 's/x86_64/&|amd64/g' \ + ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's/-O2 //' \ + -e '/zimg-test/ { s/+=/=/; s/^noinst_/bin_/; } ' \ + ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's/nullptr_t/std::&/' \ + -e 's/off64_t/off_t/' \ + ${WRKSRC}/src/testcommon/json.* \ + ${WRKSRC}/src/testcommon/mmap.cpp + +pre-install-TEST-on: do-test + +.include Added: head/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/distinfo Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,2 @@ +SHA256 (sekrit-twc-zimg-release-2.0.4_GH0.tar.gz) = e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245 +SIZE (sekrit-twc-zimg-release-2.0.4_GH0.tar.gz) = 174469 Added: head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,113 @@ +--- Makefile.am.orig 2016-01-22 18:12:28 UTC ++++ Makefile.am +@@ -197,35 +197,16 @@ endif # TESTAPP + if UNIT_TEST + TESTS = test/unit_test + +-check_LTLIBRARIES = test/libmusl_m.la + check_PROGRAMS = test/unit_test + +-test_libmusl_m_la_CFLAGS = $(AM_CFLAGS) -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-variable +- +-test_libmusl_m_la_SOURCES = test/extra/musl-libm/__cos.c \ +- test/extra/musl-libm/__rem_pio2.c \ +- test/extra/musl-libm/__rem_pio2_large.c \ +- test/extra/musl-libm/__sin.c \ +- test/extra/musl-libm/cos.c \ +- test/extra/musl-libm/fpu_wrapper.c \ +- test/extra/musl-libm/libm.h \ +- test/extra/musl-libm/mymath.h \ +- test/extra/musl-libm/pow.c \ +- test/extra/musl-libm/powf.c \ +- test/extra/musl-libm/sin.c +- + test_unit_test_CPPFLAGS = -I$(srcdir)/src/zimg \ + -I$(srcdir)/test \ +- -I$(srcdir)/test/extra \ +- -I$(srcdir)/test/extra/googletest/googletest/include ++ -I$(srcdir)/test/extra + + test_unit_test_SOURCES = test/main.cpp \ + test/colorspace/colorspace_test.cpp \ + test/depth/depth_convert_test.cpp \ + test/depth/dither_test.cpp \ +- test/extra/sha1/config.h \ +- test/extra/sha1/sha1.c \ +- test/extra/sha1/sha1.h \ + test/graph/audit_buffer.cpp \ + test/graph/audit_buffer.h \ + test/graph/basic_filter_test.cpp \ +@@ -247,7 +228,6 @@ test_unit_test_SOURCES += test/colorspac + + endif #X86SIMD + +-test_unit_test_LDADD = test/extra/googletest/googletest/lib/libgtest.la \ +- test/libmusl_m.la \ ++test_unit_test_LDADD = -lgtest -lmd -lpthread \ + libzimg.la + endif # UNIT_TEST +--- configure.ac.orig 2016-01-22 18:12:28 UTC ++++ configure.ac +@@ -29,8 +29,6 @@ AS_IF([test "x$enable_unit_test" = "xyes + [x86_64], [], + [AC_MSG_WARN([Could not determine how to enable IEEE-754 compliance on host. Tests may fail.])] + ) +- AC_CONFIG_SUBDIRS(test/extra/googletest/googletest) +- AC_SUBST([CONFIG_SUBDIRS], [test/extra/googletest/googletest]) + ], + ) + +--- test/graph/filter_validator.cpp.orig 2016-01-22 18:12:28 UTC ++++ test/graph/filter_validator.cpp +@@ -13,7 +13,7 @@ + #include "gtest/gtest.h" + + extern "C" { +- #include "sha1/sha1.h" ++ #include + } + + #include "audit_buffer.h" +@@ -35,14 +35,14 @@ void hash_buffer(const AuditBuffer &b + auto image_buffer = buf.as_read_buffer(); + SHA1_CTX sha_ctx; + +- SHA1Init(&sha_ctx); ++ SHA1_Init(&sha_ctx); + + for (unsigned i = 0; i < height; ++i) { + const unsigned char *ptr = zimg::graph::static_buffer_cast(image_buffer[p])[i]; +- SHA1Update(&sha_ctx, ptr, width * sizeof(T)); ++ SHA1_Update(&sha_ctx, ptr, width * sizeof(T)); + } + +- SHA1Final(digest, &sha_ctx); ++ SHA1_Final(digest, &sha_ctx); + } + + std::string hash_to_str(const unsigned char digest[20]) +--- test/main.cpp.orig 2016-01-22 18:12:28 UTC ++++ test/main.cpp +@@ -3,22 +3,11 @@ + #include "common/libm_wrapper.h" + + #include "gtest/gtest.h" +-#include "musl-libm/mymath.h" +- +-void wrap_libm() +-{ +- _zimg_sin = mysin; +- _zimg_cos = mycos; +- _zimg_pow = mypow; +- _zimg_powf = mypowf; +-} + + int main(int argc, char **argv) + { + int ret; + +- wrap_libm(); +- + ::testing::InitGoogleTest(&argc, argv); + ret = RUN_ALL_TESTS(); + Added: head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__sse2__test.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__sse2__test.cpp Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,11 @@ +--- test/resize/resize_impl_sse2_test.cpp.orig 2016-01-22 18:12:28 UTC ++++ test/resize/resize_impl_sse2_test.cpp +@@ -7,6 +7,8 @@ + #include "gtest/gtest.h" + #include "graph/filter_validator.h" + ++#include // INFINITY ++ + namespace {; + + void test_case(const zimg::resize::Filter &filter, bool horizontal, unsigned src_w, unsigned src_h, unsigned dst_w, unsigned dst_h, Added: head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__test.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/files/patch-test_resize_resize__impl__test.cpp Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,36 @@ +test/resize/resize_impl_test.cpp:37:3: error: no matching conversion for functional-style cast from + 'std::__1::unique_ptr >' to '::testing::AssertionResult' + ASSERT_TRUE(filter); + ^~~~~~~~~~~~~~~~~~~ +/usr/local/include/gtest/gtest.h:1921:3: note: expanded from macro 'ASSERT_TRUE' + GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/usr/local/include/gtest/internal/gtest-internal.h:1111:7: note: expanded from macro + 'GTEST_TEST_BOOLEAN_' + ::testing::AssertionResult(expression)) \ + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/usr/local/include/gtest/gtest.h:260:3: note: candidate constructor not viable: no known conversion + from 'std::__1::unique_ptr >' to 'const testing::AssertionResult' for + 1st argument + AssertionResult(const AssertionResult& other); + ^ +/usr/local/include/gtest/gtest.h:262:12: note: candidate constructor not viable: no known conversion + from 'std::__1::unique_ptr >' to 'bool' for 1st argument + explicit AssertionResult(bool success) : success_(success) {} + ^ +1 error generated. + +--- test/resize/resize_impl_test.cpp.orig 2016-01-22 18:12:28 UTC ++++ test/resize/resize_impl_test.cpp +@@ -34,7 +34,7 @@ void test_case(const zimg::PixelFormat & + set_shift(shift). + set_subwidth(subwidth_factor * (horizontal ? src_w : src_h)).create(); + +- ASSERT_TRUE(filter); ++ ASSERT_TRUE(static_cast(filter)); + validate_filter(filter.get(), src_w, src_h, format, expected_sha1[sha1_idx++]); + } + } Added: head/graphics/sekrit-twc-zimg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/pkg-descr Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,10 @@ +The "z" library implements the commonly required image processing +basics of scaling, colorspace conversion, and depth conversion. A +simple API enables conversion between any supported formats to operate +with minimal knowledge from the programmer. All library routines were +designed from the ground-up with flexibility, thread-safety, and +correctness as first priorities. Allocation, buffering, and I/O are +cleanly separated from processing, allowing the programmer to adapt +"z" to many scenarios. + +WWW: https://github.com/sekrit-twc/zimg Added: head/graphics/sekrit-twc-zimg/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sekrit-twc-zimg/pkg-plist Fri Apr 1 17:23:44 2016 (r412362) @@ -0,0 +1,9 @@ +bin/zimg-test +include/zimg++.hpp +include/zimg.h +lib/libzimg.a +lib/libzimg.so +lib/libzimg.so.2 +lib/libzimg.so.2.0.0 +lib/zimg/vszimg.so +libdata/pkgconfig/zimg.pc From owner-svn-ports-all@freebsd.org Fri Apr 1 17:24:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E090AEBBCF; Fri, 1 Apr 2016 17:24:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9E4195F; Fri, 1 Apr 2016 17:24:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31HOSMq032004; Fri, 1 Apr 2016 17:24:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31HOSv1032002; Fri, 1 Apr 2016 17:24:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604011724.u31HOSv1032002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 17:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412363 - head/graphics/graphite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 17:24:29 -0000 Author: jbeich Date: Fri Apr 1 17:24:28 2016 New Revision: 412363 URL: https://svnweb.freebsd.org/changeset/ports/412363 Log: graphics/graphite2: update to 1.3.8 Changes: https://sourceforge.net/p/silgraphite/mailman/message/34979857/ Changes: https://github.com/silnrsi/graphite/compare/1.3.7...1.3.8 MFH: 2016Q1 (bugfix release) Modified: head/graphics/graphite2/Makefile (contents, props changed) head/graphics/graphite2/distinfo (contents, props changed) Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Fri Apr 1 17:23:44 2016 (r412362) +++ head/graphics/graphite2/Makefile Fri Apr 1 17:24:28 2016 (r412363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org Modified: head/graphics/graphite2/distinfo ============================================================================== --- head/graphics/graphite2/distinfo Fri Apr 1 17:23:44 2016 (r412362) +++ head/graphics/graphite2/distinfo Fri Apr 1 17:24:28 2016 (r412363) @@ -1,2 +1,2 @@ -SHA256 (silnrsi-graphite-1.3.7_GH0.tar.gz) = 4689f96f6bed02ce0caff710c1f99c281c888864b0c2c10eff08605274d8f7a8 -SIZE (silnrsi-graphite-1.3.7_GH0.tar.gz) = 3883474 +SHA256 (silnrsi-graphite-1.3.8_GH0.tar.gz) = 954f3dc88f4cf02d892697f4fb7e5bb5a515da81eb26e63f7d1a046459ed7842 +SIZE (silnrsi-graphite-1.3.8_GH0.tar.gz) = 3885855 From owner-svn-ports-all@freebsd.org Fri Apr 1 17:37:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AE2FAE658B; Fri, 1 Apr 2016 17:37:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88D4135D; Fri, 1 Apr 2016 17:37:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31Hb0T9035302; Fri, 1 Apr 2016 17:37:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Hax66035295; Fri, 1 Apr 2016 17:36:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011736.u31Hax66035295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 17:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412364 - head/devel/gitlab-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 17:37:01 -0000 Author: amdmi3 Date: Fri Apr 1 17:36:59 2016 New Revision: 412364 URL: https://svnweb.freebsd.org/changeset/ports/412364 Log: - Update to 2.7.1 PR: 208451 Submitted by: ports@toco-domains.de (maintainer) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Fri Apr 1 17:24:28 2016 (r412363) +++ head/devel/gitlab-shell/Makefile Fri Apr 1 17:36:59 2016 (r412364) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 2.6.10 -PORTREVISION= 1 +PORTVERSION= 2.7.1 CATEGORIES= devel MASTER_SITES= http://ports.toco-domains.de/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Fri Apr 1 17:24:28 2016 (r412363) +++ head/devel/gitlab-shell/distinfo Fri Apr 1 17:36:59 2016 (r412364) @@ -1,2 +1,2 @@ -SHA256 (gitlab-shell-v2.6.10.tar.gz) = 25c4e05e6fb0068e4be6a6b44d5fe30b98957ea6fe1470fb622480354fb17bb7 -SIZE (gitlab-shell-v2.6.10.tar.gz) = 35474 +SHA256 (gitlab-shell-v2.7.1.tar.gz) = 2d983179228ec09d445f377780fa04fc5a23d3fed991aab6c7d5d33ac016079a +SIZE (gitlab-shell-v2.7.1.tar.gz) = 37815 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Fri Apr 1 17:24:28 2016 (r412363) +++ head/devel/gitlab-shell/pkg-plist Fri Apr 1 17:36:59 2016 (r412364) @@ -10,6 +10,7 @@ %%DATADIR%%/LICENSE %%DATADIR%%/README.md %%DATADIR%%/VERSION +@(,,555) %%DATADIR%%/bin/authorized_keys @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/create-hooks @(,,555) %%DATADIR%%/bin/gitlab-keys @@ -22,6 +23,7 @@ @(,,555) %%DATADIR%%/hooks/update %%DATADIR%%/lib/gitlab_access.rb %%DATADIR%%/lib/gitlab_access_status.rb +%%DATADIR%%/lib/gitlab_authorized_keys.rb %%DATADIR%%/lib/gitlab_config.rb %%DATADIR%%/lib/gitlab_custom_hook.rb %%DATADIR%%/lib/gitlab_init.rb @@ -53,6 +55,9 @@ %%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml %%DATADIR%%/spec/vcr_cassettes/denied-push.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml +%%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml +%%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml +%%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml %%DATADIR%%/support/rewrite-hooks.sh %%DATADIR%%/support/truncate_repositories.sh @dir(git,,755) /var/log/gitlab-shell From owner-svn-ports-all@freebsd.org Fri Apr 1 17:39:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012C4AE664D; Fri, 1 Apr 2016 17:39:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C299014C5; Fri, 1 Apr 2016 17:39:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31HdCRv035492; Fri, 1 Apr 2016 17:39:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31HdCM0035490; Fri, 1 Apr 2016 17:39:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011739.u31HdCM0035490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 17:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412365 - head/sysutils/slurm-wlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 17:39:14 -0000 Author: amdmi3 Date: Fri Apr 1 17:39:12 2016 New Revision: 412365 URL: https://svnweb.freebsd.org/changeset/ports/412365 Log: - Update to 15.08.9 - While here, fix license PR: 208449 Submitted by: jrm@ftfl.ca (maintainer) Modified: head/sysutils/slurm-wlm/Makefile head/sysutils/slurm-wlm/distinfo Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Fri Apr 1 17:36:59 2016 (r412364) +++ head/sysutils/slurm-wlm/Makefile Fri Apr 1 17:39:12 2016 (r412365) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slurm -PORTVERSION= 15.08.8 +PORTVERSION= 15.08.9 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -wlm MAINTAINER= jrm@ftfl.ca COMMENT= Simple Linux Utility for Resource Management -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ Modified: head/sysutils/slurm-wlm/distinfo ============================================================================== --- head/sysutils/slurm-wlm/distinfo Fri Apr 1 17:36:59 2016 (r412364) +++ head/sysutils/slurm-wlm/distinfo Fri Apr 1 17:39:12 2016 (r412365) @@ -1,2 +1,2 @@ -SHA256 (slurm-15.08.8.tar.bz2) = 9381db4eb452ce1bb660f46dfcbe61975aaf31dde05847afd8fb05c089d1449f -SIZE (slurm-15.08.8.tar.bz2) = 6775616 +SHA256 (slurm-15.08.9.tar.bz2) = 50a1afec20c493aadff6e9328314cd7941819ae65b16fca57b6deebf5ecd085e +SIZE (slurm-15.08.9.tar.bz2) = 5825696 From owner-svn-ports-all@freebsd.org Fri Apr 1 18:10:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883A6B00194; Fri, 1 Apr 2016 18:10:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59C0312E5; Fri, 1 Apr 2016 18:10:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31IA6v0044570; Fri, 1 Apr 2016 18:10:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31IA6fM044569; Fri, 1 Apr 2016 18:10:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011810.u31IA6fM044569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 18:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412366 - head/www/myfaces X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 18:10:07 -0000 Author: amdmi3 Date: Fri Apr 1 18:10:06 2016 New Revision: 412366 URL: https://svnweb.freebsd.org/changeset/ports/412366 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/www/myfaces/Makefile Modified: head/www/myfaces/Makefile ============================================================================== --- head/www/myfaces/Makefile Fri Apr 1 17:39:12 2016 (r412365) +++ head/www/myfaces/Makefile Fri Apr 1 18:10:06 2016 (r412366) @@ -10,20 +10,24 @@ MASTER_SITES= APACHE/${PORTNAME}/binarie MAINTAINER= ports@FreeBSD.org COMMENT= Free open source JavaServer(tm) Faces implementation +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes USES= cpe CPE_VENDOR= apache -OPTIONS_DEFINE= DOCS - DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= javadoc tlddoc LICENSE.txt NOTICE.txt JAR_FILES= myfaces-all.jar myfaces-api.jar myfaces-impl.jar tomahawk.jar PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ ${JAR_FILES:S|^|%%DATADIR%%/|} +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_DATA} ${WRKSRC}/myfaces-all.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar @${MKDIR} ${STAGEDIR}${DATADIR} @@ -31,7 +35,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${jarfile} ${STAGEDIR}${DATADIR}/${jarfile} .endfor - cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; - cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; +do-install-DOCS-on: + @cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Fri Apr 1 18:29:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17C34B0067F; Fri, 1 Apr 2016 18:29:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD8731BB5; Fri, 1 Apr 2016 18:29:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31ITTv1050581; Fri, 1 Apr 2016 18:29:29 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31ITTkx050580; Fri, 1 Apr 2016 18:29:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604011829.u31ITTkx050580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 18:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412367 - in head/net-mgmt: unifi3/files unifi4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 18:29:30 -0000 Author: mat Date: Fri Apr 1 18:29:28 2016 New Revision: 412367 URL: https://svnweb.freebsd.org/changeset/ports/412367 Log: Fix props. Sponsored by: Absolight Modified: head/net-mgmt/unifi3/files/unifi.in (contents, props changed) Directory Properties: head/net-mgmt/unifi4/files/unifi.in (props changed) Modified: head/net-mgmt/unifi3/files/unifi.in ============================================================================== --- head/net-mgmt/unifi3/files/unifi.in Fri Apr 1 18:10:06 2016 (r412366) +++ head/net-mgmt/unifi3/files/unifi.in Fri Apr 1 18:29:28 2016 (r412367) @@ -1,7 +1,7 @@ #!/bin/sh # # Created by: Mark Felder -# $FreeBSD: head/net-mgmt/unifi/files/unifi.in 334865 2013-11-25 16:52:21Z feld $ +# $FreeBSD$ # # PROVIDE: unifi From owner-svn-ports-all@freebsd.org Fri Apr 1 20:06:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ED8EAEC347; Fri, 1 Apr 2016 20:06:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCF431613; Fri, 1 Apr 2016 20:06:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31K6TFA080504; Fri, 1 Apr 2016 20:06:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31K6TTZ080503; Fri, 1 Apr 2016 20:06:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604012006.u31K6TTZ080503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 20:06:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412368 - head/textproc/linuxdoc-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:06:30 -0000 Author: amdmi3 Date: Fri Apr 1 20:06:28 2016 New Revision: 412368 URL: https://svnweb.freebsd.org/changeset/ports/412368 Log: - Add missing dependency on makeinfo, fix build on 11.x PR: 208444 Submitted by: felix@palmen-it.de (maintainer) Modified: head/textproc/linuxdoc-tools/Makefile Modified: head/textproc/linuxdoc-tools/Makefile ============================================================================== --- head/textproc/linuxdoc-tools/Makefile Fri Apr 1 18:29:28 2016 (r412367) +++ head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:06:28 2016 (r412368) @@ -32,7 +32,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= bash:shells/bash +DOCS_BUILD_DEPENDS= bash:shells/bash \ + makeinfo:/print/texinfo DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: From owner-svn-ports-all@freebsd.org Fri Apr 1 20:08:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 865D1AEC3A7; Fri, 1 Apr 2016 20:08:38 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA131710; Fri, 1 Apr 2016 20:08:38 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x242.google.com with SMTP id 20so841810wmh.3; Fri, 01 Apr 2016 13:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xirXJi1T3nTRXlT88Iqwjt6nRuOi4YYlj3it8TlUEaU=; b=h6F7Dqr3Hkcd6DJW7ba9pa8+owF0Ghbk/W8Wgbi1VIviW97cZ1CZat8ezVT82SXysl g4DVGValfiJW1cmbDsHU8UYJMvmxw0/KWrxhVujNwO5qjDQB6Yp1z+aCnDEDyYcBm3T+ PBCeSxJNMJFCYeLefr9mcIAfpEJ2LhxUuMJNKwcX35CNO2zikUA38a5TqnhA+SEr5+1x btB3vuzos+RObbK1Q4oSFFBlEUe1bErXTAFjEACA4iQy8189g8eiZTrOS4A614jgqyL5 aHEJMFioPfVodB/ViZsal3t64RbWoBZ/Pcql2AZCt4q0Ti543+Y+C3srR7DbpmR6Hxgh amtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=xirXJi1T3nTRXlT88Iqwjt6nRuOi4YYlj3it8TlUEaU=; b=dX7SzwhvMj/V/3IH6JkW1ixXTHpmLFnpyrvLUxZRwkHd6a0PX0GlQv5Ua0WPsJaXVY De9Qsd1b8YPO9vFflWEHT6h/tz6mZBCQkYxQcB0EWa8ilUmTkYqGZmrM85Z/HIauCGAf ADzaPGOV8QXoWVofoTHylPrM1zfU9lGOjPl9tAw+47JvM/V9RnCQmIJhU4nXXm1qY8Gc TgtzvyqK/hXpmgZoTFvow6+JXyD2Kzg7OtRwhr/886J5Lkh7dLDtKLuOjZvIhWujtpEJ fHGTO+YfUkstFMbhihmOJWyozQSLeRYQSjQTCo9aZxwIylwxGxSAFzq32YpbxFahn2iE g6hA== X-Gm-Message-State: AD7BkJLeLgUcTc2mfFZ91a5vsr73cSU1qMJaJtXFu99xnTc0rhw7SKlmu0Nw9505A9SQbQ== X-Received: by 10.194.238.34 with SMTP id vh2mr10506355wjc.157.1459541316687; Fri, 01 Apr 2016 13:08:36 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id u145sm501449wmu.17.2016.04.01.13.08.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Apr 2016 13:08:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 1 Apr 2016 22:08:34 +0200 From: Baptiste Daroussin To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412368 - head/textproc/linuxdoc-tools Message-ID: <20160401200833.GJ1128@ivaldir.etoilebsd.net> References: <201604012006.u31K6TTZ080503@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2fjX3cMESU3XgGmZ" Content-Disposition: inline In-Reply-To: <201604012006.u31K6TTZ080503@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:08:38 -0000 --2fjX3cMESU3XgGmZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 01, 2016 at 08:06:29PM +0000, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Fri Apr 1 20:06:28 2016 > New Revision: 412368 > URL: https://svnweb.freebsd.org/changeset/ports/412368 >=20 > Log: > - Add missing dependency on makeinfo, fix build on 11.x > =20 > PR: 208444 > Submitted by: felix@palmen-it.de (maintainer) >=20 > Modified: > head/textproc/linuxdoc-tools/Makefile >=20 > Modified: head/textproc/linuxdoc-tools/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/linuxdoc-tools/Makefile Fri Apr 1 18:29:28 2016 (r4123= 67) > +++ head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:06:28 2016 (r4123= 68) > @@ -32,7 +32,8 @@ WRKSRC=3D ${WRKDIR}/${PORTNAME}-${PORTVER > =20 > OPTIONS_DEFINE=3D DOCS > =20 > -DOCS_BUILD_DEPENDS=3D bash:shells/bash > +DOCS_BUILD_DEPENDS=3D bash:shells/bash \ > + makeinfo:/print/texinfo ^ no / here btw USES=3Dmakeinfo exists for that Best regards, Bapt --2fjX3cMESU3XgGmZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW/tVBAAoJEGOJi9zxtz5aRucP/39U773zsvPL3L9To/+i4uo9 LLezxpDTq/6TVzptCftqg4qgV2iIEaPcw9qK9bL7bIpxxyHdtOWGC2WswXEl/Ekx rF07DxwilUHqlqqPVkvMSYGBsnQsd0vaxRfxuY6wYw7uKGaONbODD4CMN22SG1vc xE9MIdHjZ/lEPAtWe+QCyuK+S1/O8r1DNq4n/YHJWbQCoSzFso7TI+Il+rbL2pSj 1++JqF+8aJBYZOLDmYdHlf03lk4c2JY8CTat742jsrK3k/F5wxmzE7j3cT9pk+A0 aqldW0D3AVEmcpqhRuuEOgwN+hreg/vwxbN0gnYaEycu/pLwGMg0Yov9hpZrFVuu aoXyV7zN0XCq9I/P8QsEE70WhXaqsEm+iiTMzTIkTIot/fpBnPqP6LEXUpcSbaXc dmbpdwAGsMzFQmnsnaSIVwyCxPQ2j3sZr8rjzReODGehEwDzvtj0Dyf0Y6iSqgVo tVj29GgT20vSAjJgXeiv5nAp87KIL1EG3VakCMbjjFMLAZZnCrrEf1eA8rcJ26oX 1YbAikaT4U7MS/KCV+ktT2G83tRT89wZmmpGH3E+AaEaoFJqut9G5xyaRRa/fmVn pKSnptwgyfJ88IbFPsRClovfLhkNwTdwu/opY4VeoAXREFHNmmBfO+KkLbhSl1J4 3gZch43nolKkLgk7nnnj =ajBD -----END PGP SIGNATURE----- --2fjX3cMESU3XgGmZ-- From owner-svn-ports-all@freebsd.org Fri Apr 1 20:11:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D748AEC510; Fri, 1 Apr 2016 20:11:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EA211A31; Fri, 1 Apr 2016 20:11:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31KBWNt083371; Fri, 1 Apr 2016 20:11:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31KBWjs083370; Fri, 1 Apr 2016 20:11:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604012011.u31KBWjs083370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 20:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412369 - head/textproc/linuxdoc-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:11:33 -0000 Author: amdmi3 Date: Fri Apr 1 20:11:32 2016 New Revision: 412369 URL: https://svnweb.freebsd.org/changeset/ports/412369 Log: - Fix dependency line Approved by: portmgr blanket Modified: head/textproc/linuxdoc-tools/Makefile Modified: head/textproc/linuxdoc-tools/Makefile ============================================================================== --- head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:06:28 2016 (r412368) +++ head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:11:32 2016 (r412369) @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= bash:shells/bash \ - makeinfo:/print/texinfo + makeinfo:print/texinfo DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: From owner-svn-ports-all@freebsd.org Fri Apr 1 20:15:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EF52AEC5AF; Fri, 1 Apr 2016 20:15:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 407821CA9; Fri, 1 Apr 2016 20:15:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31KF5QT083602; Fri, 1 Apr 2016 20:15:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31KF5v7083601; Fri, 1 Apr 2016 20:15:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604012015.u31KF5v7083601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 20:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412370 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:15:06 -0000 Author: amdmi3 Date: Fri Apr 1 20:15:05 2016 New Revision: 412370 URL: https://svnweb.freebsd.org/changeset/ports/412370 Log: - Fix handling of empty directories in documentation PR: 207368 Submitted by: amdmi3 Approved by: maintainer timeout (office, > 1 month) Modified: head/editors/libreoffice/Makefile.i18n Modified: head/editors/libreoffice/Makefile.i18n ============================================================================== --- head/editors/libreoffice/Makefile.i18n Fri Apr 1 20:11:32 2016 (r412369) +++ head/editors/libreoffice/Makefile.i18n Fri Apr 1 20:15:05 2016 (r412370) @@ -41,5 +41,7 @@ do-install: post-install: @cd ${WRKSRC}/opt/${PORTNAME}${PORTVERSION:R} && \ - ${FIND} -s * -not -type d \ - -exec ${ECHO_CMD} "lib/${PORTNAME}/{} " \; >> ${TMPPLIST} + ${FIND} -s * -not -type d \ + -exec ${ECHO_CMD} "lib/${PORTNAME}/{}" \; >> ${TMPPLIST} && \ + ${FIND} -d * -type d -empty \ + -exec ${ECHO_CMD} "@dir lib/${PORTNAME}/{}" \; >> ${TMPPLIST} From owner-svn-ports-all@freebsd.org Fri Apr 1 20:17:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4FC0AEC70C; Fri, 1 Apr 2016 20:17:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B29701E81; Fri, 1 Apr 2016 20:17:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31KHPLZ083794; Fri, 1 Apr 2016 20:17:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31KHP97083793; Fri, 1 Apr 2016 20:17:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604012017.u31KHP97083793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 20:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412371 - head/textproc/linuxdoc-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:17:27 -0000 Author: amdmi3 Date: Fri Apr 1 20:17:25 2016 New Revision: 412371 URL: https://svnweb.freebsd.org/changeset/ports/412371 Log: - Switch to more correct USES=makeinfo PR: 208444 Suggested by: bapt Modified: head/textproc/linuxdoc-tools/Makefile Modified: head/textproc/linuxdoc-tools/Makefile ============================================================================== --- head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:15:05 2016 (r412370) +++ head/textproc/linuxdoc-tools/Makefile Fri Apr 1 20:17:25 2016 (r412371) @@ -32,8 +32,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= bash:shells/bash \ - makeinfo:print/texinfo +DOCS_BUILD_DEPENDS= bash:shells/bash +DOCS_USES= makeinfo DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: From owner-svn-ports-all@freebsd.org Fri Apr 1 20:44:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E55C1B00196; Fri, 1 Apr 2016 20:44:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4BC81215; Fri, 1 Apr 2016 20:44:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31KiOSf093116; Fri, 1 Apr 2016 20:44:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31KiOdh093109; Fri, 1 Apr 2016 20:44:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604012044.u31KiOdh093109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 20:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412372 - in head/audio: alsa-lib alsa-lib/files alsa-plugins alsa-plugins/files alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:44:26 -0000 Author: jbeich Date: Fri Apr 1 20:44:23 2016 New Revision: 412372 URL: https://svnweb.freebsd.org/changeset/ports/412372 Log: audio/alsa-*: update to 1.1.1 Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 ABI: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html Deleted: head/audio/alsa-lib/files/patch-src__timer__timer_hw.c head/audio/alsa-lib/files/patch-src_topology_parser.c head/audio/alsa-plugins/files/patch-a52-pcm_a52.c Modified: head/audio/alsa-lib/Makefile (contents, props changed) head/audio/alsa-lib/distinfo (contents, props changed) head/audio/alsa-plugins/Makefile (contents, props changed) head/audio/alsa-plugins/distinfo (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) head/audio/alsa-utils/distinfo (contents, props changed) head/audio/alsa-utils/pkg-plist (contents, props changed) Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-lib/Makefile Fri Apr 1 20:44:23 2016 (r412372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= audio MASTER_SITES= ALSA/lib \ GENTOO Modified: head/audio/alsa-lib/distinfo ============================================================================== --- head/audio/alsa-lib/distinfo Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-lib/distinfo Fri Apr 1 20:44:23 2016 (r412372) @@ -1,2 +1,2 @@ -SHA256 (alsa-lib-1.1.0.tar.bz2) = dfde65d11e82b68f82e562ab6228c1fb7c78854345d3c57e2c68a9dd3dae1f15 -SIZE (alsa-lib-1.1.0.tar.bz2) = 929874 +SHA256 (alsa-lib-1.1.1.tar.bz2) = 8ac76c3144ed2ed49da7622ab65ac5415205913ccbedde877972383cbc234269 +SIZE (alsa-lib-1.1.1.tar.bz2) = 932105 Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-plugins/Makefile Fri Apr 1 20:44:23 2016 (r412372) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-plugins -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO Modified: head/audio/alsa-plugins/distinfo ============================================================================== --- head/audio/alsa-plugins/distinfo Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-plugins/distinfo Fri Apr 1 20:44:23 2016 (r412372) @@ -1,2 +1,2 @@ -SHA256 (alsa-plugins-1.1.0.tar.bz2) = 3b83c329953bef99f5fe25ae04ec4a455fe6514939f3b45a5321966652b2c9ee -SIZE (alsa-plugins-1.1.0.tar.bz2) = 366296 +SHA256 (alsa-plugins-1.1.1.tar.bz2) = 8ea4d1e082c36528a896a2581e5eb62d4dc2683238e353050d0d624e65f901f1 +SIZE (alsa-plugins-1.1.1.tar.bz2) = 366193 Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-utils/Makefile Fri Apr 1 20:44:23 2016 (r412372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= audio MASTER_SITES= ALSA/utils \ GENTOO @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l USES= gmake localbase shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev" -SHEBANG_FILES= alsa-info/alsa-info.sh alsaconf/alsaconf.in +SHEBANG_FILES= alsa-info/alsa-info.sh alsaconf/alsaconf.in bat/alsabat-test.sh INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files Modified: head/audio/alsa-utils/distinfo ============================================================================== --- head/audio/alsa-utils/distinfo Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-utils/distinfo Fri Apr 1 20:44:23 2016 (r412372) @@ -1,2 +1,2 @@ -SHA256 (alsa-utils-1.1.0.tar.bz2) = 3b1c3135b76e14532d3dd23fb15759ddd7daf9ffbc183f7a9a0a3a86374748f1 -SIZE (alsa-utils-1.1.0.tar.bz2) = 1181085 +SHA256 (alsa-utils-1.1.1.tar.bz2) = 89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041 +SIZE (alsa-utils-1.1.1.tar.bz2) = 1186408 Modified: head/audio/alsa-utils/pkg-plist ============================================================================== --- head/audio/alsa-utils/pkg-plist Fri Apr 1 20:17:25 2016 (r412371) +++ head/audio/alsa-utils/pkg-plist Fri Apr 1 20:44:23 2016 (r412372) @@ -1,4 +1,5 @@ bin/aconnect +%%BAT%%bin/alsabat bin/alsaloop bin/alsamixer bin/alsatplg @@ -11,7 +12,6 @@ bin/arecord bin/arecordmidi bin/aseqdump bin/aseqnet -%%BAT%%bin/bat bin/iecset bin/speaker-test lib/udev/90-alsa-restore.rules @@ -28,12 +28,14 @@ man/man1/arecord.1.gz man/man1/arecordmidi.1.gz man/man1/aseqdump.1.gz man/man1/aseqnet.1.gz -%%BAT%%man/man1/bat.1.gz man/man1/iecset.1.gz man/man1/speaker-test.1.gz +man/man1/alsa-info.sh.1.gz +%%BAT%%man/man1/alsabat.1.gz %%MANPAGES%%man/man7/alsactl_init.7.gz man/man8/alsaconf.8.gz sbin/alsa-info.sh +%%BAT%%sbin/alsabat-test.sh sbin/alsaconf sbin/alsactl share/alsa/init/00main From owner-svn-ports-all@freebsd.org Fri Apr 1 20:45:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C542AB001F5; Fri, 1 Apr 2016 20:45:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0D7130D; Fri, 1 Apr 2016 20:45:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31Kj3Rg093299; Fri, 1 Apr 2016 20:45:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Kj3Aq093295; Fri, 1 Apr 2016 20:45:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604012045.u31Kj3Aq093295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 20:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412373 - in head: Mk audio/alsa-lib audio/alsa-plugins audio/alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:45:04 -0000 Author: jbeich Date: Fri Apr 1 20:45:03 2016 New Revision: 412373 URL: https://svnweb.freebsd.org/changeset/ports/412373 Log: bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA $ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2 [...] 404 Not Found Not Found The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server. Modified: head/Mk/bsd.sites.mk (contents, props changed) head/audio/alsa-lib/Makefile (contents, props changed) head/audio/alsa-plugins/Makefile (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Apr 1 20:44:23 2016 (r412372) +++ head/Mk/bsd.sites.mk Fri Apr 1 20:45:03 2016 (r412373) @@ -48,12 +48,6 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_ALSA) -MASTER_SITE_ALSA+= \ - http://alsa.cybermirror.org/%SUBDIR%/ \ - ftp://ftp.alsa-project.org/pub/%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-lib/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/lib \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-plugins/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/plugins \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-utils/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-utils PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/utils \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Apr 1 21:31:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39803B00E79; Fri, 1 Apr 2016 21:31:23 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BCCD1725; Fri, 1 Apr 2016 21:31:22 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31LVM8H006378; Fri, 1 Apr 2016 21:31:22 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31LVMs0006376; Fri, 1 Apr 2016 21:31:22 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201604012131.u31LVMs0006376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 1 Apr 2016 21:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412374 - head/math/octave-forge-geometry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 21:31:23 -0000 Author: stephen Date: Fri Apr 1 21:31:21 2016 New Revision: 412374 URL: https://svnweb.freebsd.org/changeset/ports/412374 Log: - Update to 2.1.1. Modified: head/math/octave-forge-geometry/Makefile head/math/octave-forge-geometry/distinfo Modified: head/math/octave-forge-geometry/Makefile ============================================================================== --- head/math/octave-forge-geometry/Makefile Fri Apr 1 20:45:03 2016 (r412373) +++ head/math/octave-forge-geometry/Makefile Fri Apr 1 21:31:21 2016 (r412374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-geometry -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME}_tmp +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC} Modified: head/math/octave-forge-geometry/distinfo ============================================================================== --- head/math/octave-forge-geometry/distinfo Fri Apr 1 20:45:03 2016 (r412373) +++ head/math/octave-forge-geometry/distinfo Fri Apr 1 21:31:21 2016 (r412374) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/geometry-2.0.0.tar.gz) = 7c06c763ca9a1478e0cff21733199d139d255091788b9a0fb5834c51fb41d061 -SIZE (octave-forge/geometry-2.0.0.tar.gz) = 186828 +SHA256 (octave-forge/geometry-2.1.1.tar.gz) = 6d089df0d58c701d703cf055c5a8ef7b39e64f6bb918a0656e05aef28ec59b51 +SIZE (octave-forge/geometry-2.1.1.tar.gz) = 195772 From owner-svn-ports-all@freebsd.org Fri Apr 1 21:47:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F7AFAEB2F5; Fri, 1 Apr 2016 21:47:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CCBC1D29; Fri, 1 Apr 2016 21:47:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31Ll71q011564; Fri, 1 Apr 2016 21:47:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Ll7TD011562; Fri, 1 Apr 2016 21:47:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604012147.u31Ll7TD011562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 1 Apr 2016 21:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412375 - in head: net/glusterfs security/shibboleth2-sp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 21:47:08 -0000 Author: mat Date: Fri Apr 1 21:47:07 2016 New Revision: 412375 URL: https://svnweb.freebsd.org/changeset/ports/412375 Log: Missed two occurences of ${PORTSDIR}/. With hat: portmgr Sponsored by: Absolight Modified: head/net/glusterfs/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) Modified: head/net/glusterfs/Makefile ============================================================================== --- head/net/glusterfs/Makefile Fri Apr 1 21:31:21 2016 (r412374) +++ head/net/glusterfs/Makefile Fri Apr 1 21:47:07 2016 (r412375) @@ -11,7 +11,7 @@ COMMENT= GlusterFS distributed file syst LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual -LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:${PORTSDIR}/sysutils/liburcu +LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu USE_GCC= any Modified: head/security/shibboleth2-sp/Makefile ============================================================================== --- head/security/shibboleth2-sp/Makefile Fri Apr 1 21:31:21 2016 (r412374) +++ head/security/shibboleth2-sp/Makefile Fri Apr 1 21:47:07 2016 (r412375) @@ -10,7 +10,7 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache BUILD_DEPENDS= boost-libs>=0:devel/boost-libs -LIB_DEPENDS= libsaml.so.8:security/opensaml2 libodbc.so:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS= libsaml.so.8:security/opensaml2 libodbc.so:databases/unixODBC USES= gmake GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Apr 1 22:24:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FCC2AEBFC4; Fri, 1 Apr 2016 22:24:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16D331C41; Fri, 1 Apr 2016 22:24:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31MOvlh023598; Fri, 1 Apr 2016 22:24:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31MOv3G023596; Fri, 1 Apr 2016 22:24:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604012224.u31MOv3G023596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 1 Apr 2016 22:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412376 - in head/ports-mgmt/pkg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 22:24:58 -0000 Author: bapt Date: Fri Apr 1 22:24:56 2016 New Revision: 412376 URL: https://svnweb.freebsd.org/changeset/ports/412376 Log: Update to pkg 1.7.0 Changes: - Support new "vital" notion: prevent from implicit deletion - Improved support for OpenBSD/bitrig (still lacks some functions in libc) - Improved ZSH completion - Updated libucl - Lots of fixes in error messages - Fixed "pkg lock" handling - Allow to specify "inline" respositories in pkg.conf - ipv6 fixes - Allow to restrict the accepted url schemes - More commands supports "-q" - Multiple bug fixes - As usual multiple new bugs - Improved support for shlibs dependency generation when packaging base via ALLOW_BASE_SHLIBES Deleted: head/ports-mgmt/pkg/files/0001-Fix-installation-of-hardlinks.patch Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Apr 1 21:47:07 2016 (r412375) +++ head/ports-mgmt/pkg/Makefile Fri Apr 1 22:24:56 2016 (r412376) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.4 -PORTREVISION= 1 +DISTVERSION= 1.7.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -30,8 +29,6 @@ CFLAGS+= -Wno-error EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8 .endif -EXTRA_PATCHES+= ${FILESDIR}/0001-Fix-installation-of-hardlinks.patch - .include .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri Apr 1 21:47:07 2016 (r412375) +++ head/ports-mgmt/pkg/distinfo Fri Apr 1 22:24:56 2016 (r412376) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.6.4.tar.xz) = edb2d7212ac0149949dcebc08c2c15793589eaafddf097a2fca5ace25434758e -SIZE (pkg-1.6.4.tar.xz) = 1928740 +SHA256 (pkg-1.7.0.tar.xz) = 967394ebc08924b452f2efa0a1b993b81fa868ce70dbc0764280979c6e6942d8 +SIZE (pkg-1.7.0.tar.xz) = 1908468 From owner-svn-ports-all@freebsd.org Fri Apr 1 22:27:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDAB9AEC085; Fri, 1 Apr 2016 22:27:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5141D4B; Fri, 1 Apr 2016 22:27:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31MRCOo023778; Fri, 1 Apr 2016 22:27:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31MRCr5023776; Fri, 1 Apr 2016 22:27:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604012227.u31MRCr5023776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 1 Apr 2016 22:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412377 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 22:27:14 -0000 Author: bapt Date: Fri Apr 1 22:27:12 2016 New Revision: 412377 URL: https://svnweb.freebsd.org/changeset/ports/412377 Log: Update to 1.7.99.0 Changes: - Improved automatic recover from SAT solver problems (same as in 1.7.0) Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Fri Apr 1 22:24:56 2016 (r412376) +++ head/ports-mgmt/pkg-devel/Makefile Fri Apr 1 22:27:12 2016 (r412377) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.99.6 +DISTVERSION= 1.7.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Fri Apr 1 22:24:56 2016 (r412376) +++ head/ports-mgmt/pkg-devel/distinfo Fri Apr 1 22:27:12 2016 (r412377) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.6.99.6.tar.xz) = ce5695c65d0a55605c88fec6d13b75f2a6ba43cb0cd283cbf369f5ecd808c5c5 -SIZE (pkg-1.6.99.6.tar.xz) = 1907756 +SHA256 (pkg-1.7.99.0.tar.xz) = 65038073ee11665ed33eebec933b5f30f959f9a968c3049d01f17ae36137272c +SIZE (pkg-1.7.99.0.tar.xz) = 1939568 From owner-svn-ports-all@freebsd.org Sat Apr 2 01:52:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B169FB00CC1; Sat, 2 Apr 2016 01:52:31 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83A0D19CB; Sat, 2 Apr 2016 01:52:31 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u321qUjO086881; Sat, 2 Apr 2016 01:52:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u321qUWs086880; Sat, 2 Apr 2016 01:52:30 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201604020152.u321qUWs086880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 2 Apr 2016 01:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412378 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 01:52:31 -0000 Author: riggs Date: Sat Apr 2 01:52:30 2016 New Revision: 412378 URL: https://svnweb.freebsd.org/changeset/ports/412378 Log: Limit PORTSCOUT to the 2.x series of ffmpeg. Since many ports are not yet ready for 3.x., limit the portscout distfile scanner not to report the 3.x releases. Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Apr 1 22:27:12 2016 (r412377) +++ head/multimedia/ffmpeg/Makefile Sat Apr 2 01:52:30 2016 (r412378) @@ -23,6 +23,8 @@ USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl +PORTSCOUT= limit:^2\. + OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \ DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \ FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK LADSPA \ From owner-svn-ports-all@freebsd.org Sat Apr 2 02:53:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A712B0023B; Sat, 2 Apr 2016 02:53:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6C8711BA; Sat, 2 Apr 2016 02:53:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u322rjcm005462; Sat, 2 Apr 2016 02:53:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u322rjBW005461; Sat, 2 Apr 2016 02:53:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604020253.u322rjBW005461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 2 Apr 2016 02:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412379 - head/textproc/saxon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 02:53:46 -0000 Author: amdmi3 Date: Sat Apr 2 02:53:44 2016 New Revision: 412379 URL: https://svnweb.freebsd.org/changeset/ports/412379 Log: - Add NO_ARCH - Switch to options helpers - Simplify installation Modified: head/textproc/saxon/Makefile Modified: head/textproc/saxon/Makefile ============================================================================== --- head/textproc/saxon/Makefile Sat Apr 2 01:52:30 2016 (r412378) +++ head/textproc/saxon/Makefile Sat Apr 2 02:53:44 2016 (r412379) @@ -17,13 +17,12 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes CONFLICTS= saxon-devel-8.* -OPTIONS_DEFINE= DOCS EXAMPLES - JARFILES= saxon-jdom.jar saxon.jar -PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon +PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon PORTDOCS= api api-guide.html changes.html conditions.html \ conformance.html dtdgen.html expressions.html \ extensibility.html extensions.html index.html \ @@ -33,25 +32,18 @@ PORTDOCS= api api-guide.html changes.htm SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" SUB_FILES= saxon.sh +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: - @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}..." .for JARFILE in ${JARFILES} - @${ECHO_MSG} -n " ${JARFILE}" ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/ .endfor - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing samples in ${EXAMPLESDIR}..." - (cd ${WRKSRC}/samples/ && \ - ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; && \ - ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \;) - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - (cd ${WRKSRC}/doc/ && \ - ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; && \ - ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;) - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing script in ${PREFIX}/bin..." ${INSTALL_SCRIPT} ${WRKDIR}/saxon.sh ${STAGEDIR}${PREFIX}/bin/saxon - @${ECHO_MSG} " [ DONE ]" + +do-install-DOCS-on: + @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-all@freebsd.org Sat Apr 2 05:39:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E82F1AEB309; Sat, 2 Apr 2016 05:39:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B60A312B3; Sat, 2 Apr 2016 05:39:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u325dEYT053550; Sat, 2 Apr 2016 05:39:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u325dEPD053548; Sat, 2 Apr 2016 05:39:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604020539.u325dEPD053548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Apr 2016 05:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412380 - in head/sysutils/showbeastie: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 05:39:16 -0000 Author: pi Date: Sat Apr 2 05:39:14 2016 New Revision: 412380 URL: https://svnweb.freebsd.org/changeset/ports/412380 Log: sysutils/showbeastie: 0.1 -> 0.2, build-fixes PR: 208283 Submitted by: xmj, Tobias Kortkamp (maintainer) Modified: head/sysutils/showbeastie/Makefile head/sysutils/showbeastie/files/patch-testmain.c Modified: head/sysutils/showbeastie/Makefile ============================================================================== --- head/sysutils/showbeastie/Makefile Sat Apr 2 02:53:44 2016 (r412379) +++ head/sysutils/showbeastie/Makefile Sat Apr 2 05:39:14 2016 (r412380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= showbeastie -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= DISTFILES= @@ -12,9 +12,9 @@ COMMENT= Preview FreeBSD loader logos LICENSE= BSD2CLAUSE -# Let's pretend we build a kernel module, because we require the -# kernel sources -USES= kmod +.if !exists(${SRC_BASE}/sys/Makefile) +IGNORE= requires kernel source files in ${SRC_BASE} +.endif NO_FETCH= yes @@ -22,9 +22,14 @@ ALL_TARGET= testmain PLIST_FILES= bin/${PORTNAME} +# Make sure building succeeds on HEAD +MAKE_ARGS+= -m ${SRC_BASE}/share/mk + pre-patch: @${MKDIR} ${WRKSRC} - @(cd ${SRC_BASE}/sys/boot/ficl && ${COPYTREE_SHARE} . ${WRKSRC}) + @${TAR} -C ${SRC_BASE}/sys/boot/ficl \ + --exclude '*.o' --exclude '*.a' --exclude 'testmain' \ + -cf - . | ${TAR} -C ${WRKSRC} -xf - post-patch: ${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_BASE}/sys/boot/common|g' \ Modified: head/sysutils/showbeastie/files/patch-testmain.c ============================================================================== --- head/sysutils/showbeastie/files/patch-testmain.c Sat Apr 2 02:53:44 2016 (r412379) +++ head/sysutils/showbeastie/files/patch-testmain.c Sat Apr 2 05:39:14 2016 (r412380) @@ -1,6 +1,14 @@ ---- testmain.c.orig 2016-03-02 15:04:22 UTC +--- testmain.c.orig 2015-10-11 17:48:47 UTC +++ testmain.c -@@ -316,17 +316,38 @@ int main(int argc, char **argv) +@@ -296,6 +296,7 @@ void buildTestInterface(FICL_SYSTEM *pSy + ficlBuild(pSys, "cd", ficlChDir, FW_DEFAULT); + ficlBuild(pSys, "execxt", execxt, FW_DEFAULT); + ficlBuild(pSys, "load", ficlLoad, FW_DEFAULT); ++ ficlBuild(pSys, "include", ficlLoad, FW_DEFAULT); + ficlBuild(pSys, "pwd", ficlGetCWD, FW_DEFAULT); + ficlBuild(pSys, "system", ficlSystem, FW_DEFAULT); + ficlBuild(pSys, "spewhash", spewHash, FW_DEFAULT); +@@ -316,17 +317,58 @@ int main(int argc, char **argv) buildTestInterface(pSys); pVM = ficlNewVM(pSys); @@ -9,16 +17,28 @@ + ficlEvaluate(pVM, "vocabulary support-functions"); + ficlEvaluate(pVM, ": contains? ( -- ) FALSE ;"); + ficlEvaluate(pVM, ": any_conf_read? ( -- ) FALSE ;"); ++ ficlEvaluate(pVM, ": boot_serial? ( -- ) TRUE ;"); + ficlEvaluate(pVM, ": load_kernel ( -- ) ;"); + ficlEvaluate(pVM, ": load_modules ( -- ) ;"); + ficlEvaluate(pVM, ": delay_execute ( -- ) ;"); ++ ficlEvaluate(pVM, ": boot ( -- ) ;"); ++ ficlEvaluate(pVM, ": reboot ( -- ) ;"); ++ ficlEvaluate(pVM, ": load_xen_throw ( -- ) ;"); + ficlEvaluate(pVM, "variable logoX"); + ficlEvaluate(pVM, "variable logoY"); ++ ficlEvaluate(pVM, "variable brandX"); ++ ficlEvaluate(pVM, "variable brandY"); + + sprintf(in, "load %s", "/boot/screen.4th"); + ficlEvaluate(pVM, in); + sprintf(in, "load %s", "/boot/beastie.4th"); + ficlEvaluate(pVM, in); ++ sprintf(in, "load %s", "/boot/brand.4th"); ++ ficlEvaluate(pVM, in); ++ sprintf(in, "load %s", "/boot/frames.4th"); ++ ficlEvaluate(pVM, in); ++ sprintf(in, "load %s", "/boot/menu.4th"); ++ ficlEvaluate(pVM, in); /* ** load file from cmd line... @@ -26,15 +46,23 @@ if (argc > 1) { - sprintf(in, ".( loading %s ) cr load %s\n cr", argv[1], argv[1]); -+ sprintf(in, "load %s", argv[1], argv[1]); ++ char *brand = "/boot/brand-fbsd.4th"; ++ sprintf(in, "load %s", argv[1]); ++ ficlEvaluate(pVM, in); ++ if (argc > 2) { ++ brand = argv[2]; ++ } ++ sprintf(in, "load %s", brand); ficlEvaluate(pVM, in); + } else { -+ fprintf(stderr, "usage: %s \n", argv[0]); ++ fprintf(stderr, "usage: %s []\n", argv[0]); + return 1; } + system("clear"); + ficlEvaluate(pVM, "draw-beastie"); ++ ficlEvaluate(pVM, "draw-brand"); ++ ficlEvaluate(pVM, "menu-init"); + printf("\n\n"); + return 0; + From owner-svn-ports-all@freebsd.org Sat Apr 2 05:55:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C690AAEB8C5; Sat, 2 Apr 2016 05:55:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 883B31A42; Sat, 2 Apr 2016 05:55:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u325t8LL059578; Sat, 2 Apr 2016 05:55:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u325t8YY059574; Sat, 2 Apr 2016 05:55:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604020555.u325t8YY059574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Apr 2016 05:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412381 - in head/security/clamav-unofficial-sigs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 05:55:09 -0000 Author: pi Date: Sat Apr 2 05:55:08 2016 New Revision: 412381 URL: https://svnweb.freebsd.org/changeset/ports/412381 Log: security/clamav-unofficial-sigs: 5.0.4 -> 5.0.5 Changes: https://github.com/extremeshok/clamav-unofficial-sigs/releases/tag/5.0.5 PR: 208459 Submitted by: Marko Njezic (maintainer) Deleted: head/security/clamav-unofficial-sigs/files/patch-config_user.conf Modified: head/security/clamav-unofficial-sigs/Makefile head/security/clamav-unofficial-sigs/distinfo head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf Modified: head/security/clamav-unofficial-sigs/Makefile ============================================================================== --- head/security/clamav-unofficial-sigs/Makefile Sat Apr 2 05:39:14 2016 (r412380) +++ head/security/clamav-unofficial-sigs/Makefile Sat Apr 2 05:55:08 2016 (r412381) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clamav-unofficial-sigs -PORTVERSION= 5.0.4 -PORTREVISION= 1 +PORTVERSION= 5.0.5 CATEGORIES= security MAINTAINER= sf@maxempire.com Modified: head/security/clamav-unofficial-sigs/distinfo ============================================================================== --- head/security/clamav-unofficial-sigs/distinfo Sat Apr 2 05:39:14 2016 (r412380) +++ head/security/clamav-unofficial-sigs/distinfo Sat Apr 2 05:55:08 2016 (r412381) @@ -1,2 +1,2 @@ -SHA256 (extremeshok-clamav-unofficial-sigs-5.0.4_GH0.tar.gz) = 156ddea8fbb2612fac1d5f4baa0902d325821040f4b794acf81c7d7e8525f35b -SIZE (extremeshok-clamav-unofficial-sigs-5.0.4_GH0.tar.gz) = 31931 +SHA256 (extremeshok-clamav-unofficial-sigs-5.0.5_GH0.tar.gz) = 2aeba3f281511f5acc1d79b5f3460440cd579c75ae23b28d1dabde8321a87570 +SIZE (extremeshok-clamav-unofficial-sigs-5.0.5_GH0.tar.gz) = 34027 Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Sat Apr 2 05:39:14 2016 (r412380) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Sat Apr 2 05:55:08 2016 (r412381) @@ -1,15 +1,15 @@ ---- clamav-unofficial-sigs.sh.orig 2016-03-31 14:38:13 UTC +--- clamav-unofficial-sigs.sh.orig 2016-04-02 05:47:26 UTC +++ clamav-unofficial-sigs.sh -@@ -158,7 +158,7 @@ minimum_required_config_version="56" - version_date="31 March 2016" +@@ -187,7 +187,7 @@ script_version_date="02 April 2016" + minimum_required_config_version="56" #default config files -config_dir="/etc/clamav-unofficial-sigs" +config_dir="%%PREFIX%%/etc/clamav-unofficial-sigs" config_files=("$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf") - -@@ -542,6 +542,8 @@ make_signature_database_from_ascii_file + #Initialise +@@ -627,6 +627,8 @@ make_signature_database_from_ascii_file #Remove the clamav-unofficial-sigs script remove_script () { echo "" @@ -18,15 +18,28 @@ if [ -n "$pkg_mgr" -a -n "$pkg_rm" ] ; then echo " This script (clamav-unofficial-sigs) was installed on the system" echo " via '$pkg_mgr', use '$pkg_rm' to remove the script" -@@ -1088,9 +1090,9 @@ if [ "$sanesecurity_enabled" == "yes" ] +@@ -1175,22 +1177,13 @@ if [ "$sanesecurity_enabled" == "yes" ] db_file="" - xshok_pretty_echo_and_log "Sanesecurity Database & GPG Signature File Updates" "=" + - sanesecurity_mirror_ips=`dig +ignore +short $sanesecurity_url` +- #add fallback to host if dig returns no records +- if [ `xshok_array_count "$sanesecurity_mirror_ips"` -lt 1 ] ; then +- sanesecurity_mirror_ips=`host -t A "$sanesecurity_url" | sed -n '/has address/{s/.*address \([^ ]*\).*/\1/;p}'` +- fi + sanesecurity_mirror_ips=`host $sanesecurity_url | sed 's/.*\s//'` + + if [ `xshok_array_count "$sanesecurity_mirror_ips"` -ge "1" ] ; then + + for sanesecurity_mirror_ip in $sanesecurity_mirror_ips ; do +- sanesecurity_mirror_name="" - sanesecurity_mirror_name=`dig +short -x $sanesecurity_mirror_ip | command sed 's/\.$//'` +- #add fallback to host if dig returns no records +- if [ "$sanesecurity_mirror_name" == "" ] ; then +- sanesecurity_mirror_name=`host "$sanesecurity_mirror_ip" | sed -n '/name pointer/{s/.*pointer \([^ ]*\).*/\1/;p}'` +- fi + sanesecurity_mirror_name=`host $sanesecurity_mirror_ip | sed 's/.*\s//' | sed 's/\.$//'` sanesecurity_mirror_site_info="$sanesecurity_mirror_name $sanesecurity_mirror_ip" xshok_pretty_echo_and_log "Sanesecurity mirror site used: $sanesecurity_mirror_site_info" - rsync $rsync_output_level $no_motd --files-from=$sanesecurity_include_dbs -ctuz $connect_timeout --timeout="$rsync_max_time" --stats rsync://$sanesecurity_mirror_ip/sanesecurity $sanesecurity_dir 2>/dev/null + $rsync_bin $rsync_output_level $no_motd --files-from=$sanesecurity_include_dbs -ctuz $connect_timeout --timeout="$rsync_max_time" --stats rsync://$sanesecurity_mirror_ip/sanesecurity $sanesecurity_dir 2>/dev/null Modified: head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf Sat Apr 2 05:39:14 2016 (r412380) +++ head/security/clamav-unofficial-sigs/files/patch-config_os.freebsd.conf Sat Apr 2 05:55:08 2016 (r412381) @@ -1,6 +1,6 @@ ---- config/os.freebsd.conf.orig 2016-03-31 01:16:02 UTC +--- config/os.freebsd.conf.orig 2016-04-01 23:10:24 UTC +++ config/os.freebsd.conf -@@ -32,11 +32,6 @@ clamd_pid="/var/run/clamav/clamd.pid" +@@ -32,13 +32,8 @@ clamd_pid="/var/run/clamav/clamd.pid" work_dir="/var/db/clamav-unofficial-sigs" @@ -9,6 +9,8 @@ clamd_restart_opt="service clamav-clamd reload" #clamd_socket="/var/run/clamav/clamd.sock" -- + -pkg_mgr="FreeBSD ports" -pkg_rm="pkg remove" +- + # https://eXtremeSHOK.com ###################################################### From owner-svn-ports-all@freebsd.org Sat Apr 2 06:34:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 790D6B004EF; Sat, 2 Apr 2016 06:34:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ACEB1A03; Sat, 2 Apr 2016 06:34:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u326YB6Q071510; Sat, 2 Apr 2016 06:34:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u326YBMC071508; Sat, 2 Apr 2016 06:34:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604020634.u326YBMC071508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 06:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412382 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 06:34:12 -0000 Author: antoine Date: Sat Apr 2 06:34:11 2016 New Revision: 412382 URL: https://svnweb.freebsd.org/changeset/ports/412382 Log: Unbreak fetch Reported by: pkg-fallout Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Sat Apr 2 05:55:08 2016 (r412381) +++ head/lang/elixir/Makefile Sat Apr 2 06:34:11 2016 (r412382) @@ -6,8 +6,7 @@ PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= http://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - Docs.zip:doc +DISTFILES= Docs.zip:doc DIST_SUBDIR= elixir/${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Sat Apr 2 05:55:08 2016 (r412381) +++ head/lang/elixir/distinfo Sat Apr 2 06:34:11 2016 (r412382) @@ -1,5 +1,3 @@ -SHA256 (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 16759ff84d08b480b7e5499716e663b2fffd26e20cf2863de5613bc7bb05c817 -SIZE (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 1665033 SHA256 (elixir/1.2.4/Docs.zip) = da97f0a7dd5d46087f696c00faab5a2d3a1838bca0436c79ec1fa1d5c4b37e2a SIZE (elixir/1.2.4/Docs.zip) = 1070891 SHA256 (elixir/1.2.4/elixir-lang-elixir-v1.2.4_GH0.tar.gz) = 16759ff84d08b480b7e5499716e663b2fffd26e20cf2863de5613bc7bb05c817 From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C679AEC26F; Sat, 2 Apr 2016 07:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C7EA180F; Sat, 2 Apr 2016 07:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327D0ua083369; Sat, 2 Apr 2016 07:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327D0XG083364; Sat, 2 Apr 2016 07:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327D0XG083364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412383 - in head/devel: . p5-Test-HexDifferences X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:01 -0000 Author: sunpoet Date: Sat Apr 2 07:12:59 2016 New Revision: 412383 URL: https://svnweb.freebsd.org/changeset/ports/412383 Log: - Add p5-Test-HexDifferences 1.000 Test::HexDifferences tests binary as hexadecimal string. WWW: http://search.cpan.org/dist/Test-HexDifferences/ Added: head/devel/p5-Test-HexDifferences/ head/devel/p5-Test-HexDifferences/Makefile (contents, props changed) head/devel/p5-Test-HexDifferences/distinfo (contents, props changed) head/devel/p5-Test-HexDifferences/pkg-descr (contents, props changed) head/devel/p5-Test-HexDifferences/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 2 06:34:11 2016 (r412382) +++ head/devel/Makefile Sat Apr 2 07:12:59 2016 (r412383) @@ -3219,6 +3219,7 @@ SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion + SUBDIR += p5-Test-HexDifferences SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If Added: head/devel/p5-Test-HexDifferences/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/Makefile Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,35 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-HexDifferences +PORTVERSION= 1.000 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Test binary as hexadecimal string + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ + p5-Test-Differences>=0.60:devel/p5-Test-Differences \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Text-Diff>=0:textproc/p5-Text-Diff +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include + +# Test::Builder::Module 0.99+ (in core since 5.19.5) and +# Test::Tester (in core since 5.21.6) are required +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Test-HexDifferences/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/distinfo Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,2 @@ +SHA256 (Test-HexDifferences-1.000.tar.gz) = c9cc863f8c88b251a8cf80c7f30ec77b71a350a64179e72fc02bbbac12c952d9 +SIZE (Test-HexDifferences-1.000.tar.gz) = 12164 Added: head/devel/p5-Test-HexDifferences/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/pkg-descr Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,3 @@ +Test::HexDifferences tests binary as hexadecimal string. + +WWW: http://search.cpan.org/dist/Test-HexDifferences/ Added: head/devel/p5-Test-HexDifferences/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/pkg-plist Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Test/HexDifferences.pm +%%SITE_PERL%%/Test/HexDifferences/HexDump.pm +%%PERL5_MAN3%%/Test::HexDifferences.3.gz +%%PERL5_MAN3%%/Test::HexDifferences::HexDump.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EA24AEC293; Sat, 2 Apr 2016 07:13:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B45C181F; Sat, 2 Apr 2016 07:13:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327D5Wq083485; Sat, 2 Apr 2016 07:13:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327D5Q9083483; Sat, 2 Apr 2016 07:13:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327D5Q9083483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412384 - head/devel/p5-Log-Log4perl-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:06 -0000 Author: sunpoet Date: Sat Apr 2 07:13:04 2016 New Revision: 412384 URL: https://svnweb.freebsd.org/changeset/ports/412384 Log: - Update to 1.2.9 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Log4perl-Tiny/Changes Modified: head/devel/p5-Log-Log4perl-Tiny/Makefile head/devel/p5-Log-Log4perl-Tiny/distinfo Modified: head/devel/p5-Log-Log4perl-Tiny/Makefile ============================================================================== --- head/devel/p5-Log-Log4perl-Tiny/Makefile Sat Apr 2 07:12:59 2016 (r412383) +++ head/devel/p5-Log-Log4perl-Tiny/Makefile Sat Apr 2 07:13:04 2016 (r412384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Log4perl-Tiny -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.9 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mimic Log::Log4perl in one single module LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Log-Log4perl-Tiny/distinfo ============================================================================== --- head/devel/p5-Log-Log4perl-Tiny/distinfo Sat Apr 2 07:12:59 2016 (r412383) +++ head/devel/p5-Log-Log4perl-Tiny/distinfo Sat Apr 2 07:13:04 2016 (r412384) @@ -1,2 +1,2 @@ -SHA256 (Log-Log4perl-Tiny-1.2.7.tar.gz) = da6d28f7765df62e58c8e51dd77ede36bd6acaafd9178933a33d3ca7f9ea2168 -SIZE (Log-Log4perl-Tiny-1.2.7.tar.gz) = 28360 +SHA256 (Log-Log4perl-Tiny-1.2.9.tar.gz) = e2a283241f56ffbe1d76f21738ad0ea761626832bb28af96ae1d53aa83e20e41 +SIZE (Log-Log4perl-Tiny-1.2.9.tar.gz) = 30116 From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7357AEC2BE; Sat, 2 Apr 2016 07:13:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A842F1948; Sat, 2 Apr 2016 07:13:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327D98r083600; Sat, 2 Apr 2016 07:13:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327D9gb083598; Sat, 2 Apr 2016 07:13:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327D9gb083598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412385 - head/devel/p5-Test2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:10 -0000 Author: sunpoet Date: Sat Apr 2 07:13:09 2016 New Revision: 412385 URL: https://svnweb.freebsd.org/changeset/ports/412385 Log: - Update to 0.000037 Changes: http://search.cpan.org/dist/Test2/Changes Modified: head/devel/p5-Test2/Makefile head/devel/p5-Test2/distinfo Modified: head/devel/p5-Test2/Makefile ============================================================================== --- head/devel/p5-Test2/Makefile Sat Apr 2 07:13:04 2016 (r412384) +++ head/devel/p5-Test2/Makefile Sat Apr 2 07:13:09 2016 (r412385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2 -PORTVERSION= 0.000036 +PORTVERSION= 0.000037 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2/distinfo ============================================================================== --- head/devel/p5-Test2/distinfo Sat Apr 2 07:13:04 2016 (r412384) +++ head/devel/p5-Test2/distinfo Sat Apr 2 07:13:09 2016 (r412385) @@ -1,2 +1,2 @@ -SHA256 (Test2-0.000036.tar.gz) = a4d38732fb10883982e605174957e614edd918f05ed53d223f7e07fe20d02811 -SIZE (Test2-0.000036.tar.gz) = 90023 +SHA256 (Test2-0.000037.tar.gz) = bc38e453dee4ba799975ccb40d29c1941f1306401ae1c78f4f4536794f5af609 +SIZE (Test2-0.000037.tar.gz) = 90442 From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95005AEC2E7; Sat, 2 Apr 2016 07:13:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49ADE1A1C; Sat, 2 Apr 2016 07:13:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DEfV083717; Sat, 2 Apr 2016 07:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327DEmv083715; Sat, 2 Apr 2016 07:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327DEmv083715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412386 - head/net/p5-MaxMind-DB-Writer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:15 -0000 Author: sunpoet Date: Sat Apr 2 07:13:14 2016 New Revision: 412386 URL: https://svnweb.freebsd.org/changeset/ports/412386 Log: - Update to 0.200000 - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes Modified: head/net/p5-MaxMind-DB-Writer/Makefile head/net/p5-MaxMind-DB-Writer/distinfo Modified: head/net/p5-MaxMind-DB-Writer/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Writer/Makefile Sat Apr 2 07:13:09 2016 (r412385) +++ head/net/p5-MaxMind-DB-Writer/Makefile Sat Apr 2 07:13:14 2016 (r412386) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MaxMind-DB-Writer -PORTVERSION= 0.100007 +PORTVERSION= 0.200000 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -24,7 +24,7 @@ BUILD_DEPENDS= p5-Data-Dumper-Concise>=0 p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Params-Validate>=0:devel/p5-MooseX-Params-Validate \ p5-MooseX-StrictConstructor>=0:devel/p5-MooseX-StrictConstructor \ - p5-Net-Works>=0.20:net/p5-Net-Works \ + p5-Net-Works>=0:net/p5-Net-Works \ p5-Sereal-Decoder>=0:converters/p5-Sereal-Decoder \ p5-Sereal-Encoder>=3.002:converters/p5-Sereal-Encoder \ p5-Test-Deep>=0:devel/p5-Test-Deep \ @@ -35,6 +35,7 @@ TEST_DEPENDS= p5-Data-Printer>=0:devel/p p5-List-AllUtils>=0:devel/p5-List-AllUtils \ p5-Test-Bits>=0:devel/p5-Test-Bits \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-HexDifferences>=0:devel/p5-Test-HexDifferences \ p5-Test-Requires>=0:devel/p5-Test-Requires USE_PERL5= modbuild Modified: head/net/p5-MaxMind-DB-Writer/distinfo ============================================================================== --- head/net/p5-MaxMind-DB-Writer/distinfo Sat Apr 2 07:13:09 2016 (r412385) +++ head/net/p5-MaxMind-DB-Writer/distinfo Sat Apr 2 07:13:14 2016 (r412386) @@ -1,2 +1,2 @@ -SHA256 (MaxMind-DB-Writer-0.100007.tar.gz) = 22c1e8bc1a3addf1717163ca3e68939b33de509c0f422e7aa9d36c94331ac794 -SIZE (MaxMind-DB-Writer-0.100007.tar.gz) = 166766 +SHA256 (MaxMind-DB-Writer-0.200000.tar.gz) = 8b8483c11d0a3d44e089bd1238fb8c9c523a1231ae4981da0a52e3155212eec9 +SIZE (MaxMind-DB-Writer-0.200000.tar.gz) = 171534 From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D203AEC319; Sat, 2 Apr 2016 07:13:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F641AF2; Sat, 2 Apr 2016 07:13:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DJgP083847; Sat, 2 Apr 2016 07:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327DJCo083844; Sat, 2 Apr 2016 07:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327DJCo083844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412387 - head/textproc/p5-XML-MyXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:20 -0000 Author: sunpoet Date: Sat Apr 2 07:13:18 2016 New Revision: 412387 URL: https://svnweb.freebsd.org/changeset/ports/412387 Log: - Update to 0.9008 - Use real PORTVERSION - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/XML-MyXML/Changes Modified: head/textproc/p5-XML-MyXML/Makefile head/textproc/p5-XML-MyXML/distinfo head/textproc/p5-XML-MyXML/pkg-plist Modified: head/textproc/p5-XML-MyXML/Makefile ============================================================================== --- head/textproc/p5-XML-MyXML/Makefile Sat Apr 2 07:13:14 2016 (r412386) +++ head/textproc/p5-XML-MyXML/Makefile Sat Apr 2 07:13:18 2016 (r412387) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= XML-MyXML -PORTVERSION= 0.10.02 -PORTREVISION= 1 +PORTVERSION= 0.9008 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple-to-use XML module parsing and creating XML documents @@ -16,8 +14,7 @@ COMMENT= Simple-to-use XML module parsin LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-MyXML/distinfo ============================================================================== --- head/textproc/p5-XML-MyXML/distinfo Sat Apr 2 07:13:14 2016 (r412386) +++ head/textproc/p5-XML-MyXML/distinfo Sat Apr 2 07:13:18 2016 (r412387) @@ -1,2 +1,2 @@ -SHA256 (XML-MyXML-0.1002.tar.gz) = 53f2878a97882f3c7717282b320cf783139ea13fae70f319d81099e0cefec129 -SIZE (XML-MyXML-0.1002.tar.gz) = 22060 +SHA256 (XML-MyXML-0.9008.tar.gz) = f83ee86c94ba344bca3ec523077419d800f31fda58f5b498bdca32499285c847 +SIZE (XML-MyXML-0.9008.tar.gz) = 21015 Modified: head/textproc/p5-XML-MyXML/pkg-plist ============================================================================== --- head/textproc/p5-XML-MyXML/pkg-plist Sat Apr 2 07:13:14 2016 (r412386) +++ head/textproc/p5-XML-MyXML/pkg-plist Sat Apr 2 07:13:18 2016 (r412387) @@ -1,4 +1,2 @@ -%%PERL5_MAN3%%/XML::MyXML.3.gz -%%PERL5_MAN3%%/XML::MyXML::II.3.gz %%SITE_PERL%%/XML/MyXML.pm -%%SITE_PERL%%/XML/MyXML/II.pm +%%PERL5_MAN3%%/XML::MyXML.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC331AEC34B; Sat, 2 Apr 2016 07:13:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D2821BE3; Sat, 2 Apr 2016 07:13:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DNoL083966; Sat, 2 Apr 2016 07:13:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327DNBf083964; Sat, 2 Apr 2016 07:13:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327DNBf083964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412388 - head/net/p5-SOAP-Amazon-S3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:24 -0000 Author: sunpoet Date: Sat Apr 2 07:13:23 2016 New Revision: 412388 URL: https://svnweb.freebsd.org/changeset/ports/412388 Log: - Fix *_DEPENDS: Time::Piece is already in all supported Perl releases - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change Modified: head/net/p5-SOAP-Amazon-S3/Makefile head/net/p5-SOAP-Amazon-S3/pkg-plist Modified: head/net/p5-SOAP-Amazon-S3/Makefile ============================================================================== --- head/net/p5-SOAP-Amazon-S3/Makefile Sat Apr 2 07:13:18 2016 (r412387) +++ head/net/p5-SOAP-Amazon-S3/Makefile Sat Apr 2 07:13:23 2016 (r412388) @@ -3,7 +3,7 @@ PORTNAME= SOAP-Amazon-S3 PORTVERSION= 0.040.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= perl@FreeBSD.org COMMENT= Module for interfacing with Amazon S3 through SOAP -RUN_DEPENDS= p5-Time-Piece>=0:devel/p5-Time-Piece \ - p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ +BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ p5-SOAP-MySOAP>=0:net/p5-SOAP-MySOAP \ p5-XML-MyXML>=0:textproc/p5-XML-MyXML -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-SOAP-Amazon-S3/pkg-plist ============================================================================== --- head/net/p5-SOAP-Amazon-S3/pkg-plist Sat Apr 2 07:13:18 2016 (r412387) +++ head/net/p5-SOAP-Amazon-S3/pkg-plist Sat Apr 2 07:13:23 2016 (r412388) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/SOAP::Amazon::S3.3.gz %%SITE_PERL%%/SOAP/Amazon/S3.pm +%%PERL5_MAN3%%/SOAP::Amazon::S3.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8274EAEC36C; Sat, 2 Apr 2016 07:13:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4254D1CC1; Sat, 2 Apr 2016 07:13:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DSqr084080; Sat, 2 Apr 2016 07:13:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327DSXx084078; Sat, 2 Apr 2016 07:13:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327DSXx084078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412389 - head/devel/rubygem-fog-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:29 -0000 Author: sunpoet Date: Sat Apr 2 07:13:28 2016 New Revision: 412389 URL: https://svnweb.freebsd.org/changeset/ports/412389 Log: - Update to 1.37.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md https://github.com/fog/fog-core/commits/master Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Sat Apr 2 07:13:23 2016 (r412388) +++ head/devel/rubygem-fog-core/Makefile Sat Apr 2 07:13:28 2016 (r412389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Sat Apr 2 07:13:23 2016 (r412388) +++ head/devel/rubygem-fog-core/distinfo Sat Apr 2 07:13:28 2016 (r412389) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-core-1.36.0.gem) = 86df339773425e7a85a9a87ede966dd44fb70bf8ba2dacb18c6a1eab4e587e84 -SIZE (rubygem/fog-core-1.36.0.gem) = 46592 +SHA256 (rubygem/fog-core-1.37.0.gem) = 87ee4e599e2415ca969da8bf43891eb785d60fbd4be202becdd21d052e7e2a6e +SIZE (rubygem/fog-core-1.37.0.gem) = 46592 From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC853AEC39C; Sat, 2 Apr 2016 07:13:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD00F1D93; Sat, 2 Apr 2016 07:13:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DWq9084184; Sat, 2 Apr 2016 07:13:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327DWEj084183; Sat, 2 Apr 2016 07:13:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327DWEj084183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412390 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:34 -0000 Author: sunpoet Date: Sat Apr 2 07:13:32 2016 New Revision: 412390 URL: https://svnweb.freebsd.org/changeset/ports/412390 Log: - Fix *_DEPENDS: Sub::Util is only available in perl5.22 and above - Bump PORTREVISION for dependency change Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Sat Apr 2 07:13:28 2016 (r412389) +++ head/devel/p5-Moo/Makefile Sat Apr 2 07:13:32 2016 (r412390) @@ -3,7 +3,7 @@ PORTNAME= Moo PORTVERSION= 2.001001 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -31,4 +31,11 @@ USE_PERL5= configure XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} -.include +.include + +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils +.endif + +.include From owner-svn-ports-all@freebsd.org Sat Apr 2 07:13:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E5FFAEC3CA; Sat, 2 Apr 2016 07:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FE9B1E5B; Sat, 2 Apr 2016 07:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327DbO0084286; Sat, 2 Apr 2016 07:13:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327Dblk084285; Sat, 2 Apr 2016 07:13:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327Dblk084285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412391 - head/devel/p5-Test-MockTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:13:38 -0000 Author: sunpoet Date: Sat Apr 2 07:13:37 2016 New Revision: 412391 URL: https://svnweb.freebsd.org/changeset/ports/412391 Log: - Fix *_DEPENDS: Time::Piece 1.08+ is already in all supported Perl releases - Bump PORTREVISION for dependency change With hat: perl Modified: head/devel/p5-Test-MockTime/Makefile Modified: head/devel/p5-Test-MockTime/Makefile ============================================================================== --- head/devel/p5-Test-MockTime/Makefile Sat Apr 2 07:13:32 2016 (r412390) +++ head/devel/p5-Test-MockTime/Makefile Sat Apr 2 07:13:37 2016 (r412391) @@ -3,6 +3,7 @@ PORTNAME= Test-MockTime PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +14,6 @@ COMMENT= Replaces actual time with simul LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Time-Piece>=0:devel/p5-Time-Piece -RUN_DEPENDS= p5-Time-Piece>=0:devel/p5-Time-Piece - USES= perl5 USE_PERL5= configure NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sat Apr 2 07:15:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FB21AEC485; Sat, 2 Apr 2016 07:15:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6241053; Sat, 2 Apr 2016 07:15:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327FHGx084560; Sat, 2 Apr 2016 07:15:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327FGdk084554; Sat, 2 Apr 2016 07:15:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020715.u327FGdk084554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412392 - in head: sysutils/rubygem-chef/files sysutils/vagrant/files textproc/rubygem-gitlab-linguist/files www/rubygem-heroku/files www/rubygem-kensa/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:15:18 -0000 Author: sunpoet Date: Sat Apr 2 07:15:16 2016 New Revision: 412392 URL: https://svnweb.freebsd.org/changeset/ports/412392 Log: - Rename gemspec patch to patch-gemspec With hat: ruby Added: head/sysutils/rubygem-chef/files/patch-gemspec - copied unchanged from r412391, head/sysutils/rubygem-chef/files/patch-chef.gemspec head/sysutils/vagrant/files/patch-gemspec - copied unchanged from r412391, head/sysutils/vagrant/files/patch-vagrant.gemspec head/textproc/rubygem-gitlab-linguist/files/patch-gemspec - copied unchanged from r412391, head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec head/www/rubygem-heroku/files/patch-gemspec - copied unchanged from r412391, head/www/rubygem-heroku/files/patch-heroku.gemspec head/www/rubygem-kensa/files/patch-gemspec - copied unchanged from r412391, head/www/rubygem-kensa/files/patch-kensa.gemspec Deleted: head/sysutils/rubygem-chef/files/patch-chef.gemspec head/sysutils/vagrant/files/patch-vagrant.gemspec head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec head/www/rubygem-heroku/files/patch-heroku.gemspec head/www/rubygem-kensa/files/patch-kensa.gemspec Copied: head/sysutils/rubygem-chef/files/patch-gemspec (from r412391, head/sysutils/rubygem-chef/files/patch-chef.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-chef/files/patch-gemspec Sat Apr 2 07:15:16 2016 (r412392, copy of r412391, head/sysutils/rubygem-chef/files/patch-chef.gemspec) @@ -0,0 +1,17 @@ +--- chef.gemspec.orig 2015-05-31 17:09:05 UTC ++++ chef.gemspec +@@ -28,12 +28,12 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q, ["~> 1.3"]) + s.add_runtime_dependency(%q, ["~> 1.4"]) + s.add_runtime_dependency(%q, ["~> 7.2"]) +- s.add_runtime_dependency(%q, ["<= 1.6.7", ">= 1.0.4"]) ++ s.add_runtime_dependency(%q, [">= 1.0.4"]) + s.add_runtime_dependency(%q, ["~> 1.16"]) + s.add_runtime_dependency(%q, ["~> 1.0"]) + s.add_runtime_dependency(%q, ["~> 2.6"]) + s.add_runtime_dependency(%q, ["~> 1.1"]) +- s.add_runtime_dependency(%q, [">= 1.6.9", "~> 1.6"]) ++ s.add_runtime_dependency(%q, [">= 1.6.9"]) + s.add_runtime_dependency(%q, ["~> 2.7"]) + s.add_runtime_dependency(%q, [">= 1.2.4", "~> 1.2"]) + s.add_runtime_dependency(%q, [">= 2.1.4", "~> 2.1"]) Copied: head/sysutils/vagrant/files/patch-gemspec (from r412391, head/sysutils/vagrant/files/patch-vagrant.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vagrant/files/patch-gemspec Sat Apr 2 07:15:16 2016 (r412392, copy of r412391, head/sysutils/vagrant/files/patch-vagrant.gemspec) @@ -0,0 +1,31 @@ +--- vagrant.gemspec.orig 2015-12-24 21:26:53 UTC ++++ vagrant.gemspec +@@ -15,16 +15,16 @@ Gem::Specification.new do |s| + s.required_rubygems_version = ">= 1.3.6" + s.rubyforge_project = "vagrant" + +- s.add_dependency "bundler", ">= 1.5.2", "<= 1.10.6" ++ s.add_dependency "bundler", ">= 1.5.2" + s.add_dependency "childprocess", "~> 0.5.0" + s.add_dependency "erubis", "~> 2.7.0" + s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0" + s.add_dependency "listen", "~> 3.0.2" + s.add_dependency "hashicorp-checkpoint", "~> 0.1.1" + s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" +- s.add_dependency "net-ssh", "~> 3.0.1" ++ s.add_dependency "net-ssh", ">= 3.0.1" + s.add_dependency "net-sftp", "~> 2.1" +- s.add_dependency "net-scp", "~> 1.1.0" ++ s.add_dependency "net-scp", ">= 1.1.0" + s.add_dependency "rb-kqueue", "~> 0.2.0" + s.add_dependency "rest-client", ">= 1.6.0", "< 2.0" + s.add_dependency "wdm", "~> 0.1.0" +@@ -32,7 +32,7 @@ Gem::Specification.new do |s| + s.add_dependency "winrm-fs", "~> 0.2.2" + + # We lock this down to avoid compilation issues. +- s.add_dependency "nokogiri", "= 1.6.3.1" ++ s.add_dependency "nokogiri", ">= 1.6.3.1" + + s.add_development_dependency "rake" + s.add_development_dependency "rspec", "~> 2.14.0" Copied: head/textproc/rubygem-gitlab-linguist/files/patch-gemspec (from r412391, head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-linguist/files/patch-gemspec Sat Apr 2 07:15:16 2016 (r412392, copy of r412391, head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec) @@ -0,0 +1,13 @@ +--- gitlab-linguist.gemspec.orig 2015-05-22 21:29:46 UTC ++++ gitlab-linguist.gemspec +@@ -20,8 +20,8 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["~> 0.6.6"]) +- s.add_runtime_dependency(%q, ["~> 0.2.4"]) ++ s.add_runtime_dependency(%q, [">= 0.6.6"]) ++ s.add_runtime_dependency(%q, [">= 0.2.4"]) + s.add_runtime_dependency(%q, ["~> 1.19"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, [">= 0"]) Copied: head/www/rubygem-heroku/files/patch-gemspec (from r412391, head/www/rubygem-heroku/files/patch-heroku.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-heroku/files/patch-gemspec Sat Apr 2 07:15:16 2016 (r412392, copy of r412391, head/www/rubygem-heroku/files/patch-heroku.gemspec) @@ -0,0 +1,11 @@ +--- heroku.gemspec.orig 2015-05-31 17:15:59 UTC ++++ heroku.gemspec +@@ -26,7 +26,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q, ["~> 0.3.17"]) + s.add_runtime_dependency(%q, [">= 0.3.2"]) + s.add_runtime_dependency(%q, ["~> 0.7.7"]) +- s.add_runtime_dependency(%q, ["~> 1.6.1"]) ++ s.add_runtime_dependency(%q, [">= 1.6.1"]) + s.add_runtime_dependency(%q, [">= 0"]) + else + s.add_dependency(%q, ["~> 0.3.17"]) Copied: head/www/rubygem-kensa/files/patch-gemspec (from r412391, head/www/rubygem-kensa/files/patch-kensa.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kensa/files/patch-gemspec Sat Apr 2 07:15:16 2016 (r412392, copy of r412391, head/www/rubygem-kensa/files/patch-kensa.gemspec) @@ -0,0 +1,11 @@ +--- kensa.gemspec.orig 2015-05-31 17:17:25 UTC ++++ kensa.gemspec +@@ -26,7 +26,7 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 2.2.0"]) + s.add_runtime_dependency(%q, ["~> 2.6.0"]) +- s.add_runtime_dependency(%q, ["< 1.7.0", "~> 1.4"]) ++ s.add_runtime_dependency(%q, [">= 1.4"]) + s.add_runtime_dependency(%q, ["~> 1.3"]) + s.add_development_dependency(%q, ["~> 0.6"]) + s.add_development_dependency(%q, ["~> 0.1.3"]) From owner-svn-ports-all@freebsd.org Sat Apr 2 07:57:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EA0AAECF94; Sat, 2 Apr 2016 07:57:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 003C71F17; Sat, 2 Apr 2016 07:57:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u327v0VA096612; Sat, 2 Apr 2016 07:57:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327v0Pf096611; Sat, 2 Apr 2016 07:57:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604020757.u327v0Pf096611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 2 Apr 2016 07:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412393 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 07:57:01 -0000 Author: bapt Date: Sat Apr 2 07:56:59 2016 New Revision: 412393 URL: https://svnweb.freebsd.org/changeset/ports/412393 Log: Add a CHANGES entry concerning the change about PORTSDIR in the dependency lines Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Sat Apr 2 07:15:16 2016 (r412392) +++ head/CHANGES Sat Apr 2 07:56:59 2016 (r412393) @@ -10,6 +10,20 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20160402: +AUTHOR: bapt@FreeBSD.org + + Adding ${PORTSDIR} in dependency lines is no longer necessary meaning + + RUN_DEPENDS= foo:${PORTSDIR}/bar/foo + + can now be written + + RUN_DEPENDS= foo:bar/foo + + if the path after ':' is not absolute the framework will automatically + prepend ${PORTSDIR}/ + 20160301: AUTHOR: mat@FreeBSD.org From owner-svn-ports-all@freebsd.org Sat Apr 2 08:33:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1064AAEB1B2; Sat, 2 Apr 2016 08:33:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6AF71542; Sat, 2 Apr 2016 08:33:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u328XaCD008998; Sat, 2 Apr 2016 08:33:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u328XZpm008996; Sat, 2 Apr 2016 08:33:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020833.u328XZpm008996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 08:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412394 - head/archivers/p5-Archive-Any X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 08:33:37 -0000 Author: sunpoet Date: Sat Apr 2 08:33:35 2016 New Revision: 412394 URL: https://svnweb.freebsd.org/changeset/ports/412394 Log: - Update to 0.0944 - Use real PORTVERSION - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Archive-Any/Changes Modified: head/archivers/p5-Archive-Any/Makefile head/archivers/p5-Archive-Any/distinfo Modified: head/archivers/p5-Archive-Any/Makefile ============================================================================== --- head/archivers/p5-Archive-Any/Makefile Sat Apr 2 07:56:59 2016 (r412393) +++ head/archivers/p5-Archive-Any/Makefile Sat Apr 2 08:33:35 2016 (r412394) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= Archive-Any -PORTVERSION= 0.09.42 +PORTVERSION= 0.0944 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Single interface to deal with file archives LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \ p5-File-MMagic>=1.27:devel/p5-File-MMagic \ Modified: head/archivers/p5-Archive-Any/distinfo ============================================================================== --- head/archivers/p5-Archive-Any/distinfo Sat Apr 2 07:56:59 2016 (r412393) +++ head/archivers/p5-Archive-Any/distinfo Sat Apr 2 08:33:35 2016 (r412394) @@ -1,2 +1,2 @@ -SHA256 (Archive-Any-0.0942.tar.gz) = 552fb7a086e4a950c707c730b90c04af52e597635692a26a41d8665f1b371b2d -SIZE (Archive-Any-0.0942.tar.gz) = 193570 +SHA256 (Archive-Any-0.0944.tar.gz) = cad072407264b8785471acf8aefde925de77bddd0abb562b7d2455dc49142397 +SIZE (Archive-Any-0.0944.tar.gz) = 193647 From owner-svn-ports-all@freebsd.org Sat Apr 2 08:33:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74397AEB1CE; Sat, 2 Apr 2016 08:33:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 416E81564; Sat, 2 Apr 2016 08:33:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u328Xeul009115; Sat, 2 Apr 2016 08:33:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u328XeNd009113; Sat, 2 Apr 2016 08:33:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020833.u328XeNd009113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 08:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412395 - head/archivers/p5-Archive-Zip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 08:33:41 -0000 Author: sunpoet Date: Sat Apr 2 08:33:40 2016 New Revision: 412395 URL: https://svnweb.freebsd.org/changeset/ports/412395 Log: - Update to 1.57 Changes: http://search.cpan.org/dist/Archive-Zip/Changes Modified: head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Archive-Zip/distinfo Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Sat Apr 2 08:33:35 2016 (r412394) +++ head/archivers/p5-Archive-Zip/Makefile Sat Apr 2 08:33:40 2016 (r412395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.56 +PORTVERSION= 1.57 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Zip/distinfo ============================================================================== --- head/archivers/p5-Archive-Zip/distinfo Sat Apr 2 08:33:35 2016 (r412394) +++ head/archivers/p5-Archive-Zip/distinfo Sat Apr 2 08:33:40 2016 (r412395) @@ -1,2 +1,2 @@ -SHA256 (Archive-Zip-1.56.tar.gz) = 109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8 -SIZE (Archive-Zip-1.56.tar.gz) = 190124 +SHA256 (Archive-Zip-1.57.tar.gz) = 4238b4df7e5f244c684dec83f75c0fa56819c01c61f9314c91f6a60fd41d3694 +SIZE (Archive-Zip-1.57.tar.gz) = 190218 From owner-svn-ports-all@freebsd.org Sat Apr 2 09:03:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40823B0021A; Sat, 2 Apr 2016 09:03:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1272C1676; Sat, 2 Apr 2016 09:03:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3293oMS018103; Sat, 2 Apr 2016 09:03:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3293oql018100; Sat, 2 Apr 2016 09:03:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604020903.u3293oql018100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 2 Apr 2016 09:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412396 - head/lang/gambit-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 09:03:51 -0000 Author: olgeni Date: Sat Apr 2 09:03:49 2016 New Revision: 412396 URL: https://svnweb.freebsd.org/changeset/ports/412396 Log: Update lang/gambit-c to version 4.8.5. Modified: head/lang/gambit-c/Makefile head/lang/gambit-c/distinfo head/lang/gambit-c/pkg-plist Modified: head/lang/gambit-c/Makefile ============================================================================== --- head/lang/gambit-c/Makefile Sat Apr 2 08:33:40 2016 (r412395) +++ head/lang/gambit-c/Makefile Sat Apr 2 09:03:49 2016 (r412396) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gambit-c -PORTVERSION= 4.8.4 +PORTVERSION= 4.8.5 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= lang Modified: head/lang/gambit-c/distinfo ============================================================================== --- head/lang/gambit-c/distinfo Sat Apr 2 08:33:40 2016 (r412395) +++ head/lang/gambit-c/distinfo Sat Apr 2 09:03:49 2016 (r412396) @@ -1,2 +1,2 @@ -SHA256 (feeley-gambit-v4.8.4_GH0.tar.gz) = 67d6f447a69ab7e45c16a1dc89c3e9738cd0dcc23e940cc671245f1ad21d13fd -SIZE (feeley-gambit-v4.8.4_GH0.tar.gz) = 12430994 +SHA256 (feeley-gambit-v4.8.5_GH0.tar.gz) = 8d797b8754d3b76b17fa5e39d6f7159db3e9714a72948ebcf1d67ad39c24c571 +SIZE (feeley-gambit-v4.8.5_GH0.tar.gz) = 12479922 Modified: head/lang/gambit-c/pkg-plist ============================================================================== --- head/lang/gambit-c/pkg-plist Sat Apr 2 08:33:40 2016 (r412395) +++ head/lang/gambit-c/pkg-plist Sat Apr 2 09:03:49 2016 (r412396) @@ -10,7 +10,7 @@ bin/scheme-r5rs bin/scheme-srfi-0 bin/six bin/six-script -include/gambit-c/gambit-not408004.h +include/gambit-c/gambit-not408005.h include/gambit-c/gambit.h lib/gambit-c/_asm#.scm lib/gambit-c/_assert#.scm From owner-svn-ports-all@freebsd.org Sat Apr 2 09:13:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 873F4B0056D; Sat, 2 Apr 2016 09:13:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5931C3F; Sat, 2 Apr 2016 09:13:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u329Deoj021152; Sat, 2 Apr 2016 09:13:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u329Dew3021151; Sat, 2 Apr 2016 09:13:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604020913.u329Dew3021151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 2 Apr 2016 09:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412397 - branches/2016Q2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 09:13:41 -0000 Author: bapt Date: Sat Apr 2 09:13:40 2016 New Revision: 412397 URL: https://svnweb.freebsd.org/changeset/ports/412397 Log: Create branch for 2016Q2 Added: branches/2016Q2/ - copied from r412396, head/ From owner-svn-ports-all@freebsd.org Sat Apr 2 11:44:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD347B00CCF; Sat, 2 Apr 2016 11:44:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9041C1F7C; Sat, 2 Apr 2016 11:44:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32Bi0WK065939; Sat, 2 Apr 2016 11:44:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32Bi0fS065936; Sat, 2 Apr 2016 11:44:00 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201604021144.u32Bi0fS065936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 2 Apr 2016 11:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412398 - in head/deskutils/calibre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 11:44:01 -0000 Author: madpilot Date: Sat Apr 2 11:44:00 2016 New Revision: 412398 URL: https://svnweb.freebsd.org/changeset/ports/412398 Log: - Update 2.54.0 - Remove patch accepted upstream Deleted: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Apr 2 09:13:40 2016 (r412397) +++ head/deskutils/calibre/Makefile Sat Apr 2 11:44:00 2016 (r412398) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.53.0 -PORTREVISION= 2 +PORTVERSION= 2.54.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Apr 2 09:13:40 2016 (r412397) +++ head/deskutils/calibre/distinfo Sat Apr 2 11:44:00 2016 (r412398) @@ -1,2 +1,2 @@ -SHA256 (calibre-2.53.0.tar.xz) = 1f36c5f4144571576637a401067d0cf5aa0ef75ff97773511ab948a3d2806e67 -SIZE (calibre-2.53.0.tar.xz) = 40086616 +SHA256 (calibre-2.54.0.tar.xz) = e9e0d8e05d298a555e66b628e0d6be3f45543e457f20c1d70ba55b1cb1ed4ce4 +SIZE (calibre-2.54.0.tar.xz) = 40211808 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat Apr 2 09:13:40 2016 (r412397) +++ head/deskutils/calibre/pkg-plist Sat Apr 2 11:44:00 2016 (r412398) @@ -838,6 +838,7 @@ lib/calibre/calibre/gui2/dialogs/tag_lis lib/calibre/calibre/gui2/dialogs/template_dialog.py lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py lib/calibre/calibre/gui2/dialogs/template_line_editor.py +lib/calibre/calibre/gui2/dialogs/test_email_ui.py lib/calibre/calibre/gui2/dialogs/trim_image.py lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py lib/calibre/calibre/gui2/dnd.py @@ -1198,6 +1199,7 @@ lib/calibre/calibre/srv/ajax.py lib/calibre/calibre/srv/auth.py lib/calibre/calibre/srv/auto_reload.py lib/calibre/calibre/srv/bonjour.py +lib/calibre/calibre/srv/books.py lib/calibre/calibre/srv/code.py lib/calibre/calibre/srv/content.py lib/calibre/calibre/srv/errors.py @@ -1596,9 +1598,9 @@ lib/calibre/tinycss/version.py %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.ttf %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff2 +%%DATADIR%%/content-server/index-generated.html %%DATADIR%%/content-server/index.html %%DATADIR%%/content-server/locales.zip -%%DATADIR%%/content-server/main.js %%DATADIR%%/content-server/mobile.css %%DATADIR%%/content-server/reset.css %%DATADIR%%/content_server/av.jpg @@ -1917,7 +1919,9 @@ lib/calibre/tinycss/version.py %%DATADIR%%/quick_start/fra.epub %%DATADIR%%/quick_start/ita.epub %%DATADIR%%/rapydscript/compiler.js.xz +%%DATADIR%%/rapydscript/lib/aes.pyj %%DATADIR%%/rapydscript/lib/elementmaker.pyj +%%DATADIR%%/rapydscript/lib/encodings.pyj %%DATADIR%%/rapydscript/lib/gettext.pyj %%DATADIR%%/rapydscript/lib/math.pyj %%DATADIR%%/rapydscript/lib/operator.pyj From owner-svn-ports-all@freebsd.org Sat Apr 2 11:46:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0C64B00D68; Sat, 2 Apr 2016 11:46:19 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0DC6108D; Sat, 2 Apr 2016 11:46:19 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32BkIV1066106; Sat, 2 Apr 2016 11:46:18 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32BkIU7066105; Sat, 2 Apr 2016 11:46:18 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201604021146.u32BkIU7066105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 2 Apr 2016 11:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412399 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 11:46:20 -0000 Author: riggs Date: Sat Apr 2 11:46:18 2016 New Revision: 412399 URL: https://svnweb.freebsd.org/changeset/ports/412399 Log: Add V4L to OPTIONS_DEFAULT Rationale: Popular video conferencing / chat tools require V4L to use webcams. Adding V4L to OPTIONS_DEFAULT allows to ship official cluster packages where web cam chat works out of the box. Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Apr 2 11:44:00 2016 (r412398) +++ head/multimedia/ffmpeg/Makefile Sat Apr 2 11:46:18 2016 (r412399) @@ -36,7 +36,8 @@ OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_ XVIDEO ZMQ ZVBI OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS ICONV \ - OPENCV RTCPU SCHROEDINGER THEORA VORBIS VPX X264 XVID + OPENCV RTCPU SCHROEDINGER THEORA V4L VORBIS VPX \ + X264 XVID OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= GNUTLS OPENSSL From owner-svn-ports-all@freebsd.org Sat Apr 2 11:47:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44DBEB00E13; Sat, 2 Apr 2016 11:47:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2CA1174; Sat, 2 Apr 2016 11:47:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32BlqGj066260; Sat, 2 Apr 2016 11:47:52 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32BlprW066258; Sat, 2 Apr 2016 11:47:51 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201604021147.u32BlprW066258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 2 Apr 2016 11:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412400 - head/games/0ad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 11:47:53 -0000 Author: madpilot Date: Sat Apr 2 11:47:51 2016 New Revision: 412400 URL: https://svnweb.freebsd.org/changeset/ports/412400 Log: - Update to 0.0.20 (alpha 20) - Remove SDL 1.2 support option, support removed upstream - Added project home page to MASTER_SITES Modified: head/games/0ad/Makefile head/games/0ad/distinfo Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sat Apr 2 11:46:18 2016 (r412399) +++ head/games/0ad/Makefile Sat Apr 2 11:47:51 2016 (r412400) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= 0ad -PORTVERSION= 0.0.19 +PORTVERSION= 0.0.20 CATEGORIES= games -MASTER_SITES= SF/zero-ad/releases +MASTER_SITES= SF/zero-ad/releases \ + http://releases.wildfiregames.com/ DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz @@ -29,6 +30,7 @@ USES= compiler:c++11-lib dos2unix execi pkgconfig tar:xz USE_GNOME= libxml2 gtk20 USE_GL= gl +USE_SDL= sdl2 BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) @@ -36,18 +38,6 @@ USE_WX= 2.8+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} -OPTIONS_SINGLE= SDL_VERSION -OPTIONS_SINGLE_SDL_VERSION= SDL SDL2 -OPTIONS_DEFAULT= SDL2 - -SDL_VERSION_DESC= SDL version -SDL_DESC= Use SDL 1.2 (deprecated) -SDL2_DESC= Use SDL 2.0 - -SDL_USE= SDL=sdl -SDL_VARS= 0ADSDLARG=--sdl1 -SDL2_USE= SDL=sdl2 - MANUAL_PACKAGE_BUILD= huge PORTDATA= * Modified: head/games/0ad/distinfo ============================================================================== --- head/games/0ad/distinfo Sat Apr 2 11:46:18 2016 (r412399) +++ head/games/0ad/distinfo Sat Apr 2 11:47:51 2016 (r412400) @@ -1,4 +1,4 @@ -SHA256 (0ad-0.0.19-alpha-unix-build.tar.xz) = 2d43262bbcedbfa19eee23b0e78ae20fc9e0b8f4589855fca95d9908c6839bb3 -SIZE (0ad-0.0.19-alpha-unix-build.tar.xz) = 26192128 -SHA256 (0ad-0.0.19-alpha-unix-data.tar.xz) = 9353f554e94adf66d69e33950f7f2515cfe308eca2c0ad381c6f39f1ad378038 -SIZE (0ad-0.0.19-alpha-unix-data.tar.xz) = 573111260 +SHA256 (0ad-0.0.20-alpha-unix-build.tar.xz) = a396d5cb37057ddd3cd523434f70c56be21588a2228443e7508d2b2d610fc68e +SIZE (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932 +SHA256 (0ad-0.0.20-alpha-unix-data.tar.xz) = db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 +SIZE (0ad-0.0.20-alpha-unix-data.tar.xz) = 575064564 From owner-svn-ports-all@freebsd.org Sat Apr 2 11:50:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40EF0B00F74; Sat, 2 Apr 2016 11:50:35 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E4A4150E; Sat, 2 Apr 2016 11:50:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32BoY5B066465; Sat, 2 Apr 2016 11:50:34 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32BoY0d066463; Sat, 2 Apr 2016 11:50:34 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201604021150.u32BoY0d066463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 2 Apr 2016 11:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412401 - head/cad/sweethome3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 11:50:35 -0000 Author: madpilot Date: Sat Apr 2 11:50:33 2016 New Revision: 412401 URL: https://svnweb.freebsd.org/changeset/ports/412401 Log: Update to 5.2 PR: 208437 Submitted by: Matthias Petermann (maintainer) Modified: head/cad/sweethome3d/Makefile head/cad/sweethome3d/distinfo Modified: head/cad/sweethome3d/Makefile ============================================================================== --- head/cad/sweethome3d/Makefile Sat Apr 2 11:47:51 2016 (r412400) +++ head/cad/sweethome3d/Makefile Sat Apr 2 11:50:33 2016 (r412401) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sweethome3d -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= cad java MASTER_SITES= SF/${PORTNAME}/SweetHome3D-source/${DISTNAME}/ DISTNAME= SweetHome3D-${PORTVERSION}-src Modified: head/cad/sweethome3d/distinfo ============================================================================== --- head/cad/sweethome3d/distinfo Sat Apr 2 11:47:51 2016 (r412400) +++ head/cad/sweethome3d/distinfo Sat Apr 2 11:50:33 2016 (r412401) @@ -1,2 +1,2 @@ -SHA256 (SweetHome3D-5.1-src.zip) = 0f879c3227658b80366df74ead4e6bd5d63559fe4f69b267ffbd29f72a4c26ee -SIZE (SweetHome3D-5.1-src.zip) = 27176567 +SHA256 (SweetHome3D-5.2-src.zip) = f0750378ff979305a560c28ae94cb6397b37dc19180c78e4a0c5af2ad9791519 +SIZE (SweetHome3D-5.2-src.zip) = 27607735 From owner-svn-ports-all@freebsd.org Sat Apr 2 12:02:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94CD9AEBAA7; Sat, 2 Apr 2016 12:02:17 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473801DF8; Sat, 2 Apr 2016 12:02:17 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32C2Gek070191; Sat, 2 Apr 2016 12:02:16 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32C2G9O070189; Sat, 2 Apr 2016 12:02:16 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201604021202.u32C2G9O070189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Sat, 2 Apr 2016 12:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412402 - head/devel/p5-MooseX-AttributeShortcuts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 12:02:17 -0000 Author: lth Date: Sat Apr 2 12:02:16 2016 New Revision: 412402 URL: https://svnweb.freebsd.org/changeset/ports/412402 Log: - update to 0.028 - add TEST_DEPENDS - distribute maintainership Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile head/devel/p5-MooseX-AttributeShortcuts/distinfo Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/Makefile Sat Apr 2 11:50:33 2016 (r412401) +++ head/devel/p5-MooseX-AttributeShortcuts/Makefile Sat Apr 2 12:02:16 2016 (r412402) @@ -1,21 +1,30 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeShortcuts -PORTVERSION= 0.017 -PORTREVISION= 1 +PORTVERSION= 0.028 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Shorthand for common attribute options -BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ +BUILD_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Package-DeprecationManager>=0:devel/p5-Package-DeprecationManager \ + p5-aliased>=0:devel/p5-aliased \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Moose-More>=0.018:devel/p5-Test-Moose-More \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-AttributeShortcuts/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/distinfo Sat Apr 2 11:50:33 2016 (r412401) +++ head/devel/p5-MooseX-AttributeShortcuts/distinfo Sat Apr 2 12:02:16 2016 (r412402) @@ -1,2 +1,2 @@ -SHA256 (MooseX-AttributeShortcuts-0.017.tar.gz) = 94aab0aa9d6a49d7351e8579f842795520c3205250fa232abe33a691b853ea42 -SIZE (MooseX-AttributeShortcuts-0.017.tar.gz) = 29079 +SHA256 (MooseX-AttributeShortcuts-0.028.tar.gz) = ad1ae0affdca9bef42bce9fc0c352e415984953c53b88fde3a5b154994d20a64 +SIZE (MooseX-AttributeShortcuts-0.028.tar.gz) = 42362 From owner-svn-ports-all@freebsd.org Sat Apr 2 12:51:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A32B00955; Sat, 2 Apr 2016 12:51:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5FC1FFC; Sat, 2 Apr 2016 12:51:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32Cp8Gj084375; Sat, 2 Apr 2016 12:51:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32Cp8w8084373; Sat, 2 Apr 2016 12:51:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604021251.u32Cp8w8084373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 2 Apr 2016 12:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412403 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 12:51:09 -0000 Author: bapt Date: Sat Apr 2 12:51:08 2016 New Revision: 412403 URL: https://svnweb.freebsd.org/changeset/ports/412403 Log: Update to 1.7.1 This release fixes regressions: - detection of new version of pkg could fail - if the all process operation would have an inpact of less than 1MB on the FS then the action is proceed with out asking the user to acknowledge it Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat Apr 2 12:02:16 2016 (r412402) +++ head/ports-mgmt/pkg/Makefile Sat Apr 2 12:51:08 2016 (r412403) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sat Apr 2 12:02:16 2016 (r412402) +++ head/ports-mgmt/pkg/distinfo Sat Apr 2 12:51:08 2016 (r412403) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.7.0.tar.xz) = 967394ebc08924b452f2efa0a1b993b81fa868ce70dbc0764280979c6e6942d8 -SIZE (pkg-1.7.0.tar.xz) = 1908468 +SHA256 (pkg-1.7.1.tar.xz) = c82f668ea6f25d253a5485ed28ba3b54e019a53decf5a1dc7736e45613f1202d +SIZE (pkg-1.7.1.tar.xz) = 1943816 From owner-svn-ports-all@freebsd.org Sat Apr 2 12:52:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42EA4B00A73; Sat, 2 Apr 2016 12:52:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10936117B; Sat, 2 Apr 2016 12:52:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32Cq97f087097; Sat, 2 Apr 2016 12:52:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32Cq9rZ087095; Sat, 2 Apr 2016 12:52:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201604021252.u32Cq9rZ087095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 2 Apr 2016 12:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412404 - branches/2016Q2/ports-mgmt/pkg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 12:52:10 -0000 Author: bapt Date: Sat Apr 2 12:52:08 2016 New Revision: 412404 URL: https://svnweb.freebsd.org/changeset/ports/412404 Log: MFH: r412403 Update to 1.7.1 This release fixes regressions: - detection of new version of pkg could fail - if the all process operation would have an inpact of less than 1MB on the FS then the action is proceed with out asking the user to acknowledge it Approved by: bapt (with portmgr hat) Modified: branches/2016Q2/ports-mgmt/pkg/Makefile branches/2016Q2/ports-mgmt/pkg/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2016Q2/ports-mgmt/pkg/Makefile Sat Apr 2 12:51:08 2016 (r412403) +++ branches/2016Q2/ports-mgmt/pkg/Makefile Sat Apr 2 12:52:08 2016 (r412404) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: branches/2016Q2/ports-mgmt/pkg/distinfo ============================================================================== --- branches/2016Q2/ports-mgmt/pkg/distinfo Sat Apr 2 12:51:08 2016 (r412403) +++ branches/2016Q2/ports-mgmt/pkg/distinfo Sat Apr 2 12:52:08 2016 (r412404) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.7.0.tar.xz) = 967394ebc08924b452f2efa0a1b993b81fa868ce70dbc0764280979c6e6942d8 -SIZE (pkg-1.7.0.tar.xz) = 1908468 +SHA256 (pkg-1.7.1.tar.xz) = c82f668ea6f25d253a5485ed28ba3b54e019a53decf5a1dc7736e45613f1202d +SIZE (pkg-1.7.1.tar.xz) = 1943816 From owner-svn-ports-all@freebsd.org Sat Apr 2 12:58:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99EAFB00B51; Sat, 2 Apr 2016 12:58:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 306C812FB; Sat, 2 Apr 2016 12:58:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32CwYrD087461; Sat, 2 Apr 2016 12:58:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32CwY50087457; Sat, 2 Apr 2016 12:58:34 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201604021258.u32CwY50087457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 2 Apr 2016 12:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412405 - in head/lang/beignet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 12:58:35 -0000 Author: kwm Date: Sat Apr 2 12:58:34 2016 New Revision: 412405 URL: https://svnweb.freebsd.org/changeset/ports/412405 Log: Add two patches from upstream to support llvm37. And switch to using llvm37 so beignet is now using the same llvm version as the Mesa ports. Obtained from: beignet upstream Added: head/lang/beignet/files/llvm37-27522f9 (contents, props changed) head/lang/beignet/files/llvm37-68b5180 (contents, props changed) Modified: head/lang/beignet/Makefile head/lang/beignet/pkg-plist Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Sat Apr 2 12:52:08 2016 (r412404) +++ head/lang/beignet/Makefile Sat Apr 2 12:58:34 2016 (r412405) @@ -3,6 +3,7 @@ PORTNAME= beignet PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://01.org/sites/default/files/ DISTVERSIONSUFFIX= -source @@ -10,11 +11,12 @@ DISTVERSIONSUFFIX= -source MAINTAINER= x11@FreeBSD.org COMMENT= OpenCL library for Intel GPUs -BUILD_DEPENDS= clang${LLVMVER}:lang/clang${LLVMVER} \ +BUILD_DEPENDS= clang${LLVMVER}:devel/llvm${LLVMVER} \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ libdrm.so:graphics/libdrm -RUN_DEPENDS= opencl>=0:devel/opencl +RUN_DEPENDS= opencl>=0:devel/opencl \ + clang${LLVMVER}:devel/llvm${LLVMVER} WRKSRC= ${WRKDIR}/Beignet-${PORTVERSION}-Source @@ -22,7 +24,7 @@ USES= cmake gmake pkgconfig shebangfix USE_XORG= sm ice x11 xext xfixes USE_GL= gl SHEBANG_FILES= src/git_sha1.sh backend/kernels/compile.sh -LLVMVER= 36 +LLVMVER= 37 CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config${LLVMVER} @@ -35,6 +37,9 @@ BROKEN_FreeBSD_9= Beignet is only suppor #OPTIONS_DEFINE= TESTS #TESTS_DESC= Build and run the test suite +EXTRA_PATCHES= ${PATCHDIR}/llvm37-68b5180:-p1 \ + ${PATCHDIR}/llvm37-27522f9:-p1 + .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 Added: head/lang/beignet/files/llvm37-27522f9 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/beignet/files/llvm37-27522f9 Sat Apr 2 12:58:34 2016 (r412405) @@ -0,0 +1,1185 @@ +From 27522f9c83303078be7d927a23f2a43c587efc9a Mon Sep 17 00:00:00 2001 +From: Yang Rong +Date: Wed, 16 Sep 2015 16:49:35 +0800 +Subject: GBE: use opencl c to implement llvm.memset and llvm.memcpy. + +llvm 3.7 change to llvm IR, need two copies if still use the llvm IR +to implement llvm.memset and llvm.memcpy. And opencl c is more clearly. + +Signed-off-by: Yang Rong +Reviewed-by: Ruiling Song +Reviewed-by: Igor Gnatenko + +diff --git a/backend/src/libocl/CMakeLists.txt b/backend/src/libocl/CMakeLists.txt +index 0cd1eef..0fffd9b 100644 +--- a/backend/src/libocl/CMakeLists.txt ++++ b/backend/src/libocl/CMakeLists.txt +@@ -52,7 +52,8 @@ FOREACH(M ${OCL_COPY_HEADERS}) + COPY_THE_HEADER(${M}) + ENDFOREACH(M) + +-SET (OCL_COPY_MODULES ocl_workitem ocl_atom ocl_async ocl_sync ocl_misc ocl_vload ocl_geometric ocl_image) ++SET (OCL_COPY_MODULES ocl_workitem ocl_atom ocl_async ocl_sync ocl_memcpy ++ ocl_memset ocl_misc ocl_vload ocl_geometric ocl_image) + FOREACH(M ${OCL_COPY_MODULES}) + COPY_THE_HEADER(${M}) + COPY_THE_SOURCE(${M}) +@@ -181,7 +182,7 @@ MACRO(ADD_LL_TO_BC_TARGET M) + ) + ENDMACRO(ADD_LL_TO_BC_TARGET) + +-SET (OCL_LL_MODULES ocl_barrier ocl_memcpy ocl_memset ocl_clz) ++SET (OCL_LL_MODULES ocl_barrier ocl_clz) + FOREACH(f ${OCL_LL_MODULES}) + COPY_THE_LL(${f}) + ADD_LL_TO_BC_TARGET(${f}) +diff --git a/backend/src/libocl/include/ocl.h b/backend/src/libocl/include/ocl.h +index a4af4aa..7897567 100644 +--- a/backend/src/libocl/include/ocl.h ++++ b/backend/src/libocl/include/ocl.h +@@ -30,6 +30,7 @@ + #include "ocl_image.h" + #include "ocl_integer.h" + #include "ocl_math.h" ++#include "ocl_memcpy.h" + #include "ocl_misc.h" + #include "ocl_printf.h" + #include "ocl_relational.h" +diff --git a/backend/src/libocl/include/ocl_memcpy.h b/backend/src/libocl/include/ocl_memcpy.h +new file mode 100644 +index 0000000..2672298 +--- /dev/null ++++ b/backend/src/libocl/include/ocl_memcpy.h +@@ -0,0 +1,51 @@ ++/* ++ * Copyright © 2012 - 2014 Intel Corporation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public ++ * License along with this library. If not, see . ++ * ++ */ ++#ifndef __OCL_MEMCPY_H__ ++#define __OCL_MEMCPY_H__ ++#include "ocl_types.h" ++ ++///////////////////////////////////////////////////////////////////////////// ++// memcopy functions ++///////////////////////////////////////////////////////////////////////////// ++void __gen_memcpy_gg_align(__global uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_gp_align(__global uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_gl_align(__global uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_gc_align(__global uchar* dst, __constant uchar* src, size_t size); ++void __gen_memcpy_pg_align(__private uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_pp_align(__private uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_pl_align(__private uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_pc_align(__private uchar* dst, __constant uchar* src, size_t size); ++void __gen_memcpy_lg_align(__local uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_lp_align(__local uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_ll_align(__local uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_lc_align(__local uchar* dst, __constant uchar* src, size_t size); ++ ++void __gen_memcpy_gg(__global uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_gp(__global uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_gl(__global uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_gc(__global uchar* dst, __constant uchar* src, size_t size); ++void __gen_memcpy_pg(__private uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_pp(__private uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_pl(__private uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_pc(__private uchar* dst, __constant uchar* src, size_t size); ++void __gen_memcpy_lg(__local uchar* dst, __global uchar* src, size_t size); ++void __gen_memcpy_lp(__local uchar* dst, __private uchar* src, size_t size); ++void __gen_memcpy_ll(__local uchar* dst, __local uchar* src, size_t size); ++void __gen_memcpy_lc(__local uchar* dst, __constant uchar* src, size_t size); ++ ++#endif /* __OCL_MEMCPY_H__ */ +diff --git a/backend/src/libocl/include/ocl_memset.h b/backend/src/libocl/include/ocl_memset.h +new file mode 100644 +index 0000000..2d444ad +--- /dev/null ++++ b/backend/src/libocl/include/ocl_memset.h +@@ -0,0 +1,33 @@ ++/* ++ * Copyright © 2012 - 2014 Intel Corporation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public ++ * License along with this library. If not, see . ++ * ++ */ ++#ifndef __OCL_MEMSET_H__ ++#define __OCL_MEMSET_H__ ++#include "ocl_types.h" ++ ++///////////////////////////////////////////////////////////////////////////// ++// memcopy functions ++///////////////////////////////////////////////////////////////////////////// ++void __gen_memset_g_align(__global uchar* dst, uchar val, size_t size); ++void __gen_memset_p_align(__private uchar* dst, uchar val, size_t size); ++void __gen_memset_l_align(__local uchar* dst, uchar val, size_t size); ++ ++void __gen_memset_g(__global uchar* dst, uchar val, size_t size); ++void __gen_memset_p(__private uchar* dst, uchar val, size_t size); ++void __gen_memset_l(__local uchar* dst, uchar val, size_t size); ++ ++#endif /* __OCL_MEMSET_H__ */ +diff --git a/backend/src/libocl/src/ocl_memcpy.cl b/backend/src/libocl/src/ocl_memcpy.cl +new file mode 100644 +index 0000000..85f490f +--- /dev/null ++++ b/backend/src/libocl/src/ocl_memcpy.cl +@@ -0,0 +1,49 @@ ++/* ++ * Copyright © 2012 - 2014 Intel Corporation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public ++ * License along with this library. If not, see . ++ * ++ */ ++#include "ocl_memcpy.h" ++ ++#define DECL_TWO_SPACE_MEMCOPY_FN(NAME, DST_SPACE, SRC_SPACE) \ ++void __gen_memcpy_ ##NAME## _align (DST_SPACE uchar* dst, SRC_SPACE uchar* src, size_t size) { \ ++ size_t index = 0; \ ++ while((index + 4) <= size) { \ ++ *((DST_SPACE uint *)(dst + index)) = *((SRC_SPACE uint *)(src + index)); \ ++ index += 4; \ ++ } \ ++ while(index < size) { \ ++ dst[index] = src[index]; \ ++ index++; \ ++ } \ ++} \ ++void __gen_memcpy_ ##NAME (DST_SPACE uchar* dst, SRC_SPACE uchar* src, size_t size) { \ ++ size_t index = 0; \ ++ while(index < size) { \ ++ dst[index] = src[index]; \ ++ index++; \ ++ } \ ++} ++ ++#define DECL_ONE_SPACE_MEMCOPY_FN(NAME, DST_SPACE) \ ++ DECL_TWO_SPACE_MEMCOPY_FN( NAME## g, DST_SPACE, __global) \ ++ DECL_TWO_SPACE_MEMCOPY_FN( NAME## l, DST_SPACE, __local) \ ++ DECL_TWO_SPACE_MEMCOPY_FN( NAME## p, DST_SPACE, __private) \ ++ DECL_TWO_SPACE_MEMCOPY_FN( NAME## c, DST_SPACE, __constant) ++ ++DECL_ONE_SPACE_MEMCOPY_FN(g, __global) ++DECL_ONE_SPACE_MEMCOPY_FN(l, __local) ++DECL_ONE_SPACE_MEMCOPY_FN(p, __private) ++ +diff --git a/backend/src/libocl/src/ocl_memcpy.ll b/backend/src/libocl/src/ocl_memcpy.ll +deleted file mode 100644 +index b3fadb2..0000000 +--- a/backend/src/libocl/src/ocl_memcpy.ll ++++ /dev/null +@@ -1,729 +0,0 @@ +-;The memcpy's source code. +-; INLINE_OVERLOADABLE void __gen_memcpy_align(uchar* dst, uchar* src, size_t size) { +-; size_t index = 0; +-; while((index + 4) <= size) { +-; *((uint *)(dst + index)) = *((uint *)(src + index)); +-; index += 4; +-; } +-; while(index < size) { +-; dst[index] = src[index]; +-; index++; +-; } +-; } +- +-define void @__gen_memcpy_gg_align(i8 addrspace(1)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(1)* %add.ptr to i32 addrspace(1)* +- %1 = load i32 addrspace(1)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(1)* %add.ptr1 to i32 addrspace(1)* +- store i32 %1, i32 addrspace(1)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.1 +- %3 = load i8 addrspace(1)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(1)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_gp_align(i8 addrspace(1)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(0)* %add.ptr to i32 addrspace(0)* +- %1 = load i32 addrspace(0)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(1)* %add.ptr1 to i32 addrspace(1)* +- store i32 %1, i32 addrspace(1)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.1 +- %3 = load i8 addrspace(0)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(1)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_gl_align(i8 addrspace(1)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(3)* %add.ptr to i32 addrspace(3)* +- %1 = load i32 addrspace(3)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(1)* %add.ptr1 to i32 addrspace(1)* +- store i32 %1, i32 addrspace(1)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.1 +- %3 = load i8 addrspace(3)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(1)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_pg_align(i8 addrspace(0)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(1)* %add.ptr to i32 addrspace(1)* +- %1 = load i32 addrspace(1)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(0)* %add.ptr1 to i32 addrspace(0)* +- store i32 %1, i32 addrspace(0)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.1 +- %3 = load i8 addrspace(1)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(0)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_pp_align(i8 addrspace(0)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(0)* %add.ptr to i32 addrspace(0)* +- %1 = load i32 addrspace(0)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(0)* %add.ptr1 to i32 addrspace(0)* +- store i32 %1, i32 addrspace(0)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.1 +- %3 = load i8 addrspace(0)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(0)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_pl_align(i8 addrspace(0)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(3)* %add.ptr to i32 addrspace(3)* +- %1 = load i32 addrspace(3)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(0)* %add.ptr1 to i32 addrspace(0)* +- store i32 %1, i32 addrspace(0)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.1 +- %3 = load i8 addrspace(3)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(0)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_lg_align(i8 addrspace(3)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(1)* %add.ptr to i32 addrspace(1)* +- %1 = load i32 addrspace(1)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(3)* %add.ptr1 to i32 addrspace(3)* +- store i32 %1, i32 addrspace(3)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(1)* %src, i32 %index.1 +- %3 = load i8 addrspace(1)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(3)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_lp_align(i8 addrspace(3)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(0)* %add.ptr to i32 addrspace(0)* +- %1 = load i32 addrspace(0)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(3)* %add.ptr1 to i32 addrspace(3)* +- store i32 %1, i32 addrspace(3)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(0)* %src, i32 %index.1 +- %3 = load i8 addrspace(0)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(3)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_ll_align(i8 addrspace(3)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(3)* %add.ptr to i32 addrspace(3)* +- %1 = load i32 addrspace(3)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(3)* %add.ptr1 to i32 addrspace(3)* +- store i32 %1, i32 addrspace(3)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(3)* %src, i32 %index.1 +- %3 = load i8 addrspace(3)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(3)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-;The memcpy's source code. +-; INLINE_OVERLOADABLE void __gen_memcpy(uchar* dst, uchar* src, size_t size) { +-; size_t index = 0; +-; while(index < size) { +-; dst[index] = src[index]; +-; index++; +-; } +-; } +- +-define void @__gen_memcpy_gg(i8 addrspace(1)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(1)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(1)* +- %3 = load i8 addrspace(1)* %2, align 1 +- %4 = ptrtoint i8 addrspace(1)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(1)* +- store i8 %3, i8 addrspace(1)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_gp(i8 addrspace(1)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(0)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(0)* +- %3 = load i8 addrspace(0)* %2, align 1 +- %4 = ptrtoint i8 addrspace(1)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(1)* +- store i8 %3, i8 addrspace(1)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_gl(i8 addrspace(1)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(3)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(3)* +- %3 = load i8 addrspace(3)* %2, align 1 +- %4 = ptrtoint i8 addrspace(1)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(1)* +- store i8 %3, i8 addrspace(1)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_pg(i8 addrspace(0)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(1)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(1)* +- %3 = load i8 addrspace(1)* %2, align 1 +- %4 = ptrtoint i8 addrspace(0)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(0)* +- store i8 %3, i8 addrspace(0)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_pp(i8 addrspace(0)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(0)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(0)* +- %3 = load i8 addrspace(0)* %2, align 1 +- %4 = ptrtoint i8 addrspace(0)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(0)* +- store i8 %3, i8 addrspace(0)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_pl(i8 addrspace(0)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(3)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(3)* +- %3 = load i8 addrspace(3)* %2, align 1 +- %4 = ptrtoint i8 addrspace(0)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(0)* +- store i8 %3, i8 addrspace(0)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_lg(i8 addrspace(3)* %dst, i8 addrspace(1)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(1)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(1)* +- %3 = load i8 addrspace(1)* %2, align 1 +- %4 = ptrtoint i8 addrspace(3)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(3)* +- store i8 %3, i8 addrspace(3)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_lp(i8 addrspace(3)* %dst, i8 addrspace(0)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(0)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(0)* +- %3 = load i8 addrspace(0)* %2, align 1 +- %4 = ptrtoint i8 addrspace(3)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(3)* +- store i8 %3, i8 addrspace(3)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_ll(i8 addrspace(3)* %dst, i8 addrspace(3)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(3)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(3)* +- %3 = load i8 addrspace(3)* %2, align 1 +- %4 = ptrtoint i8 addrspace(3)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(3)* +- store i8 %3, i8 addrspace(3)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_gc_align(i8 addrspace(1)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(2)* %add.ptr to i32 addrspace(2)* +- %1 = load i32 addrspace(2)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(1)* %add.ptr1 to i32 addrspace(1)* +- store i32 %1, i32 addrspace(1)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.1 +- %3 = load i8 addrspace(2)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(1)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(1)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_pc_align(i8 addrspace(0)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(2)* %add.ptr to i32 addrspace(2)* +- %1 = load i32 addrspace(2)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(0)* %add.ptr1 to i32 addrspace(0)* +- store i32 %1, i32 addrspace(0)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.1 +- %3 = load i8 addrspace(2)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(0)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(0)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_lc_align(i8 addrspace(3)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- br label %while.cond +- +-while.cond: ; preds = %while.body, %entry +- %index.0 = phi i32 [ 0, %entry ], [ %add, %while.body ] +- %add = add i32 %index.0, 4 +- %cmp = icmp ugt i32 %add, %size +- br i1 %cmp, label %while.cond3, label %while.body +- +-while.body: ; preds = %while.cond +- %add.ptr = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.0 +- %0 = bitcast i8 addrspace(2)* %add.ptr to i32 addrspace(2)* +- %1 = load i32 addrspace(2)* %0, align 4 +- %add.ptr1 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.0 +- %2 = bitcast i8 addrspace(3)* %add.ptr1 to i32 addrspace(3)* +- store i32 %1, i32 addrspace(3)* %2, align 4 +- br label %while.cond +- +-while.cond3: ; preds = %while.cond, %while.body5 +- %index.1 = phi i32 [ %index.0, %while.cond ], [ %inc, %while.body5 ] +- %cmp4 = icmp ult i32 %index.1, %size +- br i1 %cmp4, label %while.body5, label %while.end7 +- +-while.body5: ; preds = %while.cond3 +- %arrayidx = getelementptr inbounds i8 addrspace(2)* %src, i32 %index.1 +- %3 = load i8 addrspace(2)* %arrayidx, align 1 +- %arrayidx6 = getelementptr inbounds i8 addrspace(3)* %dst, i32 %index.1 +- store i8 %3, i8 addrspace(3)* %arrayidx6, align 1 +- %inc = add i32 %index.1, 1 +- br label %while.cond3 +- +-while.end7: ; preds = %while.cond3 +- ret void +-} +- +-define void @__gen_memcpy_pc(i8 addrspace(0)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(2)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(2)* +- %3 = load i8 addrspace(2)* %2, align 1 +- %4 = ptrtoint i8 addrspace(0)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(0)* +- store i8 %3, i8 addrspace(0)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_gc(i8 addrspace(1)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(2)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(2)* +- %3 = load i8 addrspace(2)* %2, align 1 +- %4 = ptrtoint i8 addrspace(1)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(1)* +- store i8 %3, i8 addrspace(1)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +- +-define void @__gen_memcpy_lc(i8 addrspace(3)* %dst, i8 addrspace(2)* %src, i32 %size) nounwind alwaysinline { +-entry: +- %cmp4 = icmp eq i32 %size, 0 +- br i1 %cmp4, label %while.end, label %while.body +- +-while.body: ; preds = %entry, %while.body +- %index.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ] +- %0 = ptrtoint i8 addrspace(2)* %src to i32 +- %1 = add i32 %0, %index.05 +- %2 = inttoptr i32 %1 to i8 addrspace(2)* +- %3 = load i8 addrspace(2)* %2, align 1 +- %4 = ptrtoint i8 addrspace(3)* %dst to i32 +- %5 = add i32 %4, %index.05 +- %6 = inttoptr i32 %5 to i8 addrspace(3)* +- store i8 %3, i8 addrspace(3)* %6, align 1 +- %inc = add i32 %index.05, 1 +- %cmp = icmp ult i32 %inc, %size +- br i1 %cmp, label %while.body, label %while.end +- +-while.end: ; preds = %while.body, %entry +- ret void +-} +diff --git a/backend/src/libocl/src/ocl_memset.cl b/backend/src/libocl/src/ocl_memset.cl +new file mode 100644 +index 0000000..b41851a +--- /dev/null ++++ b/backend/src/libocl/src/ocl_memset.cl +@@ -0,0 +1,44 @@ ++/* ++ * Copyright © 2012 - 2014 Intel Corporation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Apr 2 13:07:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 147D3B00E73; Sat, 2 Apr 2016 13:07:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3C5C1828; Sat, 2 Apr 2016 13:07:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32D7GcL090488; Sat, 2 Apr 2016 13:07:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32D7FN8090484; Sat, 2 Apr 2016 13:07:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604021307.u32D7FN8090484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 13:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412406 - in head/devel/py-pefile: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 13:07:17 -0000 Author: antoine Date: Sat Apr 2 13:07:15 2016 New Revision: 412406 URL: https://svnweb.freebsd.org/changeset/ports/412406 Log: Update to 2016.3.28, this version works with both python 2 and python 3 Added: head/devel/py-pefile/files/ head/devel/py-pefile/files/patch-pefile.py (contents, props changed) Modified: head/devel/py-pefile/Makefile head/devel/py-pefile/distinfo head/devel/py-pefile/pkg-descr Modified: head/devel/py-pefile/Makefile ============================================================================== --- head/devel/py-pefile/Makefile Sat Apr 2 12:58:34 2016 (r412405) +++ head/devel/py-pefile/Makefile Sat Apr 2 13:07:15 2016 (r412406) @@ -2,26 +2,23 @@ # $FreeBSD$ PORTNAME= pefile -DISTVERSION= 1.2.10-139 +PORTVERSION= 2016.3.28 CATEGORIES= devel python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP \ + https://github.com/erocarrera/pefile/files/192316/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Python module to read and work with PE files LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2 -USE_PYTHON= distutils autoplist - -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= README +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/devel/py-pefile/distinfo ============================================================================== --- head/devel/py-pefile/distinfo Sat Apr 2 12:58:34 2016 (r412405) +++ head/devel/py-pefile/distinfo Sat Apr 2 13:07:15 2016 (r412406) @@ -1,2 +1,2 @@ -SHA256 (pefile-1.2.10-139.tar.gz) = 8b7c5d853c97a923d0f6e128d0ae76b962aa75fd608d552f5a32e46276908a16 -SIZE (pefile-1.2.10-139.tar.gz) = 57322 +SHA256 (pefile-2016.3.28.tar.gz) = f24021085b5c3ef7b0898bb1f1d93eecd3839e03512769e22b0c5a10d9095f7b +SIZE (pefile-2016.3.28.tar.gz) = 58110 Added: head/devel/py-pefile/files/patch-pefile.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pefile/files/patch-pefile.py Sat Apr 2 13:07:15 2016 (r412406) @@ -0,0 +1,11 @@ +--- pefile.py.orig 2016-03-28 18:56:29 UTC ++++ pefile.py +@@ -5303,7 +5303,7 @@ class PE(object): + # [ Microsoft Portable Executable and Common Object File Format Specification ] + # "The alignment factor (in bytes) that is used to align the raw data of sections in + # the image file. The value should be a power of 2 between 512 and 64 K, inclusive. +- # The default is 512. If the SectionAlignment is less than the architecture’s page ++ # The default is 512. If the SectionAlignment is less than the architecture's page + # size, then FileAlignment must match SectionAlignment." + # + # The following is a hard-coded constant if the Windows loader Modified: head/devel/py-pefile/pkg-descr ============================================================================== --- head/devel/py-pefile/pkg-descr Sat Apr 2 12:58:34 2016 (r412405) +++ head/devel/py-pefile/pkg-descr Sat Apr 2 13:07:15 2016 (r412406) @@ -2,4 +2,4 @@ pefile is a Python module to read and wo information in the PE Header is accessible, as well as all the sections, section's information and data. -WWW: http://code.google.com/p/pefile/ +WWW: https://github.com/erocarrera/pefile From owner-svn-ports-all@freebsd.org Sat Apr 2 13:10:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA987B00F0C; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E17CB199B; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E05941CEA; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) Date: Sat, 2 Apr 2016 13:10:53 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402131053.GA3031@FreeBSD.org> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201604021251.u32Cp8w8084373@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 13:10:54 -0000 On Sat, Apr 02, 2016 at 12:51:08PM +0000, Baptiste Daroussin wrote: > New Revision: 412403 > URL: https://svnweb.freebsd.org/changeset/ports/412403 > > Log: > Update to 1.7.1 > > This release fixes regressions: > - detection of new version of pkg could fail > - if the all process operation would have an inpact of less than 1MB > on the FS then the action is proceed with out asking the user to > acknowledge it Is there a way to specify "always ask" behavior? I'm not comfy with pkg(8) silently messing with my filesystems (ir)regardless of size of changes. ./danfe From owner-svn-ports-all@freebsd.org Sat Apr 2 13:16:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0737AEC092; Sat, 2 Apr 2016 13:16:48 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 343E21C8E; Sat, 2 Apr 2016 13:16:48 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id c62so108156810lfc.1; Sat, 02 Apr 2016 06:16:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ylUgdN1rxyTQpwk5M4WwsGQrWaPjz8zzdSdsBRw8Uss=; b=L9a9gj2/a9JiAnR6Q2n5Z+iFHLV4sTTqVLTNC0Z8unFu51xHOHnUbGKzhvrS7A4qFo lTOOc5Xe23xlkvgZ2ZTzAmQaEIVNgsxQy/j2ZObh/UkmAIJSrmPPAUMjJVsQg2OAn++1 I4Q80OCeJGgcWJC+YjdTfgOqpiJHhMGQ1hXutVpTnd3DzI122CMFwzb+KMZKbuuWIqJI fg3Wil9NKty53YuVIw5mKzB+3cDv8AbdqJsaSk+xO1Pc2N8aF5ebbqHhjLMpYUVtxt7O NPIfSAdWqVqQ8z+9/gmz4F6Bqn504V1xEhIp7Yh+eB6/f9Vh6WqRZri8DVv3fWHAT9lW aCHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=ylUgdN1rxyTQpwk5M4WwsGQrWaPjz8zzdSdsBRw8Uss=; b=mN7hsPObkm0GhOZ+pOlHrT/RWUyEwLHeh6zk9bAQrLx3hBtKUlbqJPAfA5v3lYDm6h EmabXrtzKI9w/W6jtNvTq4klEeSwpuVR3rrerJdIcatWf1MCQDS/X1VqQY8dk2rNbG3q Hf8VNld/1CHpM4GEGNB5cqiPKtRbwVryWZhFNoPr7tf9D+N8Miu2yqxldNzEmMQGqpAK vhEMd2dV1vbSKb+6blBLYTYrnJapdc8qZUxnWizhCAeNd4pVe7O5dNLgn+4hCk7lIj8T cw2lkGufQUp3f+bVKnJXbYDWzZ4UQid0/VyJsHT7/PfOccJnt46rGUI/WYwnAu9rBri7 ziwA== X-Gm-Message-State: AD7BkJJNmC54ctpoelLRYsmUYAr1altt21Yo5or++ZYDLHvCYZePmCqjp/R3wKXSMid3Yg== X-Received: by 10.194.75.233 with SMTP id f9mr2796968wjw.163.1459603006404; Sat, 02 Apr 2016 06:16:46 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id lz5sm18950502wjb.5.2016.04.02.06.16.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 06:16:45 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 Apr 2016 15:16:43 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402131643.GA4253@ivaldir.etoilebsd.net> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <20160402131053.GA3031@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <20160402131053.GA3031@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 13:16:48 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 02, 2016 at 01:10:53PM +0000, Alexey Dokuchaev wrote: > On Sat, Apr 02, 2016 at 12:51:08PM +0000, Baptiste Daroussin wrote: > > New Revision: 412403 > > URL: https://svnweb.freebsd.org/changeset/ports/412403 > >=20 > > Log: > > Update to 1.7.1 > > =20 > > This release fixes regressions: > > - detection of new version of pkg could fail > > - if the all process operation would have an inpact of less than 1MB > > on the FS then the action is proceed with out asking the user to > > acknowledge it >=20 > Is there a way to specify "always ask" behavior? I'm not comfy with pkg(= 8) > silently messing with my filesystems (ir)regardless of size of changes. >=20 It always asks, the bug was it stopped askig. So do not worry it is going t= o ask you all the time Bapt --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW/8Y7AAoJEGOJi9zxtz5aNH8QAI0izFEBvCAcFTzhfTNerknc 4hlSYVIkVHeTNPp8+6TFzr5ryZ5nEmXbTjerYhcyxPFAtLikMLu0pnshSFXl4KAy Ap5JBOIzMX5SbA40LrErrTIA2jtxYeHfBbulSue2uRSGlNTB6KcLxmzvV1BsJjau 8ae34p1FjS9MWQz20fYxWqUFVt1X1lzpq1+soOTZIp65PpPuUoSKgZ3xcRUl33Mk achKYxoOK52bwqxqel4P3zZ8kS//gn+9CBM2nm0JEWCn7pjnprr0uu4e8LaSQYAL 5qCROQ3mnMuXjj94lNqxBG0bAW9Ne+bVZj68KNxeSkHI3RgKlK3ihk99pNJ1QpTh jvj9dkxoQyLa8koKJjiaQiamK8rmtfuqQ996n3FGlPtyS5N8oYhqAapH5V2lxkzi zHAUHsIpvrr/gykgrAKwb5/qlTCv88OFzqWCDxvgW+uTmc5AuOJ297NUL1PmN1VI kfB/ForCmqe/to55cugfhWRy1sG+fyuYiekBvn+8BAdjtYzl5a9xh6ee+t0H9DH8 H0U/XzjOG2b/cR0chIPFWHfOqgojer9jtqSVUnw0Y3DpeV0N6hc9mFd3Cm9KfRQZ /jSwgz3Fm5vUkIKyPCB3hX3bawJKjvSxAugLjB+oS3qttrOB6BZ/ZITWjcRB9Rdh jVN4DpzRFtveqHAykW2P =cmmx -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-svn-ports-all@freebsd.org Sat Apr 2 13:27:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CE38AEC37B; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 62956103F; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 610841F3E; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) Date: Sat, 2 Apr 2016 13:27:39 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402132739.GA9941@FreeBSD.org> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <20160402131053.GA3031@FreeBSD.org> <20160402131643.GA4253@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160402131643.GA4253@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 13:27:39 -0000 On Sat, Apr 02, 2016 at 03:16:43PM +0200, Baptiste Daroussin wrote: > On Sat, Apr 02, 2016 at 01:10:53PM +0000, Alexey Dokuchaev wrote: > > On Sat, Apr 02, 2016 at 12:51:08PM +0000, Baptiste Daroussin wrote: > > > New Revision: 412403 > > > URL: https://svnweb.freebsd.org/changeset/ports/412403 > > > > > > Log: > > > Update to 1.7.1 > > > > > > This release fixes regressions: > > > - detection of new version of pkg could fail > > > - if the all process operation would have an inpact of less than > > > 1MB on the FS then the action is proceed with out asking the > > > user to acknowledge it > > > > Is there a way to specify "always ask" behavior? I'm not comfy with > > pkg(8) silently messing with my filesystems (ir)regardless of size of > > changes. > > It always asks, the bug was it stopped askig. So do not worry it is going > to ask you all the time[.] Ah OK I see now how I misread it. Thanks for clarification. ./danfe From owner-svn-ports-all@freebsd.org Sat Apr 2 14:49:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B289BB00903; Sat, 2 Apr 2016 14:49:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4811D30; Sat, 2 Apr 2016 14:49:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32En0av020492; Sat, 2 Apr 2016 14:49:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32En0sx020490; Sat, 2 Apr 2016 14:49:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604021449.u32En0sx020490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Apr 2016 14:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412407 - in head/lang: rust rust-nightly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 14:49:01 -0000 Author: jbeich Date: Sat Apr 2 14:49:00 2016 New Revision: 412407 URL: https://svnweb.freebsd.org/changeset/ports/412407 Log: lang/rust: enslave lang/rust-nightly * rust: drop no longer used RUST_SOURCE variable * rust: apply rust-nightly FIXME comment about stage-qa (strip) * rust-nightly: properly conflict for install with rust package * rust-nightly: inherit |make test| support from r401025 * rust-nightly: as DOCSDIR is the same drop unnecessary DOCS option Approved by: riggs, dumbbell (maintainers) Differential Revision: https://reviews.freebsd.org/D5789 Deleted: head/lang/rust-nightly/pkg-descr Modified: head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust/Makefile (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Sat Apr 2 13:07:15 2016 (r412406) +++ head/lang/rust-nightly/Makefile Sat Apr 2 14:49:00 2016 (r412407) @@ -1,29 +1,19 @@ # Created by: Jean-Sébastien Pédron # $FreeBSD$ -PORTNAME= rust-nightly PORTVERSION= 1.9.0.20160318 -CATEGORIES= lang -MASTER_SITES= http://static.rust-lang.org/stage0-snapshots/:bootstrap -DISTFILES= ${RUST_BOOT}:bootstrap -EXTRACT_ONLY= ${DISTNAME}${_GITHUB_EXTRACT_SUFX} \ - ${DISTFILE_compiler_rt} \ - ${DISTFILE_hoedown} \ - ${DISTFILE_jemalloc} \ - ${DISTFILE_liblibc} \ - ${DISTFILE_rust_installer} +PKGNAMESUFFIX= -nightly +DISTNAME= # +DISTFILES= # MAINTAINER= dumbbell@FreeBSD.org -COMMENT= Language with a focus on memory safety and concurrency - -LICENSE= APACHE20 \ - MIT -LICENSE_COMB= dual -# APACHE20 license is standard, see Templates/Licenses/APACHE20 -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler + +MASTERDIR= ${.CURDIR}/../rust +PATCHDIR= ${.CURDIR}/files +DISTINFO_FILE= ${.CURDIR}/distinfo +PLIST= ${.CURDIR}/pkg-plist BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 @@ -42,84 +32,18 @@ GH_TAGNAME= 235d77457d \ 2278a54:liblibc \ c37d374:rust_installer -# FIXME: The bootstrapped rustc adds -L/usr/local/lib in front of -# the LDFLAGS. When stage0's rustc is linked, it picks the installed -# librust*so and fails. -CONFLICTS_BUILD= rust \ - rust-nightly -CONFLICTS_INSTALL= rust-nightly - -RUST_BOOT= rust-stage0-${RUST_BOOT_SIG_${ARCH}}.tar.bz2 +CONFLICTS_BUILD= rust # see FIXME in lang/rust +CONFLICTS_INSTALL= rust RUST_BOOT_SIG_amd64= 2016-02-17-4d3eebf-freebsd-x86_64-f38991fbb81c1cd8d0bbda396f98f13a55b42804 -# Rust's libraries are named librustc_${component}-${RUST_VSN_HASH}.so. -# The hash depends on Rust version and, if the channel is not "stable", -# the channel name. See $(CFG_FILENAME_EXTRA) definition in mk/main.mk. -RUST_VSN= ${PORTVERSION:R} -RUST_CHANNEL= ${PORTNAME:S/^rust-//} -RUST_VSN_HASH!= /usr/bin/printf '%s' ${RUST_VSN}-${RUST_CHANNEL} | /sbin/md5 -q | cut -c 1-8 -PLIST_SUB+= RUST_VSN_HASH=${RUST_VSN_HASH} - -# Rust's target arch string is different from *BSD arch strings -RUST_ARCH_amd64= x86_64 -RUST_ARCH_i386= i686 -RUST_TARGET= ${RUST_ARCH_${ARCH}}-unknown-${OPSYS:tl} -PLIST_SUB+= RUST_TARGET=${RUST_TARGET} - -USES= gmake libedit python:2,build -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --disable-valgrind --disable-docs \ - --enable-clang --mandir=${MANPREFIX}/man \ - --release-channel=${RUST_CHANNEL} - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS+= VERBOSE=1 -.endif - -OPTIONS_DEFINE= DOCS GDB LLNEXTGEN PORT_LLVM -GDB_DESC= Install ports gdb (necessary for debugging rust programs) -LLNEXTGEN_DESC= Build with grammar verification - -GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb -LLNEXTGEN_BUILD_DEPENDS= LLnextgen:devel/llnextgen - -# Rust may pass more regression tests with bundled LLVM -PORT_LLVM_DESC= Build against devel/llvm${LLVM_VER} instead of bundled version -PORT_LLVM_BUILD_DEPENDS= ${LLVM_PREFIX}/bin/FileCheck:devel/llvm${LLVM_VER} -PORT_LLVM_CONFIGURE_ON= --llvm-root=${LLVM_PREFIX} PORT_LLVM_EXTRACT_ONLY_OFF= ${DISTFILE_llvm} PORT_LLVM_GH_PROJECT_OFF= llvm:llvm PORT_LLVM_GH_TAGNAME_OFF= 63f3a1b:llvm PORT_LLVM_VARS_OFF= NOPRECIOUSMAKEVARS=1 # ARCH -LLVM_VER?= 36 # XXX Move to DEFAULT_VERSIONS -LLVM_PREFIX= ${LOCALBASE}/llvm${LLVM_VER} -pre-fetch: - # FIXME: This is the same check for CONFLICTS as the standard - # one, except port origins are not compared. This allows - # the port to conflict with itself, because Rust would pick - # installed Rust libraries instead of freshly built ones. - @conflicts_with=$$( \ - { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} 2>/dev/null || : ; } \ - | while read pkgname prfx orgn; do \ - if [ "/${PREFIX}" = "/$${prfx}" ]; then \ - ${ECHO_CMD} -n " $${pkgname}"; \ - fi; \ - done); \ - if [ -n "$${conflicts_with}" ]; then \ - ${ECHO_MSG}; \ - ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ - for entry in $${conflicts_with}; do \ - ${ECHO_MSG} " $${entry}"; \ - done; \ - ${ECHO_MSG}; \ - ${ECHO_MSG} " They will not build together."; \ - ${ECHO_MSG} " Please remove them first with pkg delete."; \ - exit 1;\ - fi - -post-extract: +post-extract: slave-post-extract +slave-post-extract: @(${RMDIR} ${WRKSRC}/src/compiler-rt && \ ${MV} ${WRKSRC_compiler_rt} ${WRKSRC}/src/compiler-rt) @(${RMDIR} ${WRKSRC}/src/rt/hoedown && \ @@ -130,55 +54,9 @@ post-extract: ${MV} ${WRKSRC_liblibc} ${WRKSRC}/src/liblibc) @(${RMDIR} ${WRKSRC}/src/rust-installer && \ ${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer) - @${MKDIR} ${WRKSRC}/dl - ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl - ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 {} + post-extract-PORT_LLVM-off: @(${RMDIR} ${WRKSRC}/src/llvm && \ ${MV} ${WRKSRC_llvm} ${WRKSRC}/src/llvm) -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/mk/main.mk - @${REINPLACE_CMD} -e 's|gdb|${LOCALBASE}/bin/gdb|' \ - ${WRKSRC}/src/etc/rust-gdb - -# In case the previous "make stage" failed, this ensures rust's -# install.sh won't backup previously staged files before reinstalling -# new ones. Otherwise, the staging directory is polluted with unneeded -# files. -pre-install: -.for f in manifest-rustc manifest-rust-std-${RUST_TARGET} - @if test -f ${STAGEDIR}${PREFIX}/lib/rustlib/${f}; then \ - ${SED} -E -e 's,^(dir|file:),${STAGEDIR},' \ - < ${STAGEDIR}${PREFIX}/lib/rustlib/${f} \ - | ${XARGS} ${RM}; \ - fi -.endfor - @${RM} \ - ${STAGEDIR}${PREFIX}/lib/rustlib/components \ - ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rustc \ - ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-rust-std-${RUST_TARGET} \ - ${STAGEDIR}${PREFIX}/lib/rustlib/rust-installer-version \ - ${STAGEDIR}${PREFIX}/lib/rustlib/uninstall.sh - -post-install: -.for f in manifest-rustc manifest-rust-std-${RUST_TARGET} - @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \ - ${STAGEDIR}${PREFIX}/lib/rustlib/${f} - @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/${f}.bak -.endfor - @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log - @${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/bin/rustc \ - ${STAGEDIR}${PREFIX}/bin/rustdoc \ - ${STAGEDIR}${PREFIX}/lib/*.so \ - ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so -# FIXME: Static libraries in lib/rustlib/*/lib/*.rlib are not stripped, -# but they contain non-object files which make strip(1) unhappy. - -post-install-DOCS-on: - ${MV} ${STAGEDIR}${PREFIX}/share/doc/rust ${STAGEDIR}${DOCSDIR} - -.include +.include "${MASTERDIR}/Makefile" Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Sat Apr 2 13:07:15 2016 (r412406) +++ head/lang/rust/Makefile Sat Apr 2 14:49:00 2016 (r412407) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION= 1.7.0 +PORTVERSION?= 1.7.0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ http://static.rust-lang.org/stage0-snapshots/:bootstrap -DISTNAME= ${PORTNAME}c-${PORTVERSION} -DISTFILES= ${RUST_SOURCE}:src \ - ${RUST_BOOT}:bootstrap -EXTRACT_ONLY= ${RUST_SOURCE} +DISTNAME?= ${PORTNAME}c-${PORTVERSION} +DISTFILES?= ${DISTNAME}-src${EXTRACT_SUFX}:src +DISTFILES+= ${RUST_BOOT}:bootstrap +EXTRACT_ONLY?= ${DISTFILES:N*\:bootstrap:C/:.*//} -MAINTAINER= riggs@FreeBSD.org +MAINTAINER?= riggs@FreeBSD.org COMMENT= Language with a focus on memory safety and concurrency LICENSE= APACHE20 \ @@ -20,33 +20,34 @@ LICENSE_COMB= dual # APACHE20 license is standard, see Templates/Licenses/APACHE20 LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS?= amd64 i386 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 -DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${ARCH} # FIXME: The bootstrapped rustc adds -L/usr/local/lib in front of # the LDFLAGS. When stage0's rustc is linked, it picks the installed # librust*so and fails. -CONFLICTS_BUILD= rust \ - rust-nightly -CONFLICTS_INSTALL= rust-nightly +CONFLICTS_BUILD?= rust-nightly +CONFLICTS_BUILD+= ${PKGBASE} +CONFLICTS_INSTALL?= rust-nightly -RUST_SOURCE= ${DISTNAME}-src${EXTRACT_SUFX} RUST_BOOT= rust-stage0-${RUST_BOOT_SIG_${ARCH}}.tar.bz2 -RUST_BOOT_SIG_x86_64= 2015-12-18-3391630-dragonfly-x86_64-e74d79488e88ac2de3bd03afd5959d2ae6e2b628 -RUST_BOOT_SIG_amd64= 2015-12-18-3391630-freebsd-x86_64-91724d4e655807a2a2e940ac50992ebeaac16ea9 -RUST_BOOT_SIG_i386= 2015-12-18-3391630-freebsd-i386-7e624c50494402e1feb14c743d659fbd71b448f5 +RUST_BOOT_SIG_x86_64?= 2015-12-18-3391630-dragonfly-x86_64-e74d79488e88ac2de3bd03afd5959d2ae6e2b628 +RUST_BOOT_SIG_amd64?= 2015-12-18-3391630-freebsd-x86_64-91724d4e655807a2a2e940ac50992ebeaac16ea9 +RUST_BOOT_SIG_i386?= 2015-12-18-3391630-freebsd-i386-7e624c50494402e1feb14c743d659fbd71b448f5 # Rust's libraries are named librustc_${component}-${RUST_VSN_HASH}.so. # The hash depends on Rust version and, if the channel is not "stable", # the channel name. See $(CFG_FILENAME_EXTRA) definition in mk/main.mk. -RUST_VSN= ${PORTVERSION} -RUST_CHANNEL= stable -RUST_VSN_HASH!= /usr/bin/printf '%s' ${RUST_VSN} | /sbin/md5 -q | cut -c 1-8 +RUST_VSN= ${PORTVERSION:C/\.[0-9]{8}$//} +.if defined(.PARSEDIR) # fixes |make describe| on 9.x (which is BROKEN) +RUST_CHANNEL= ${PKGNAMESUFFIX:Ustable:S/^-//} +.endif +RUST_VSN_HASH!= /usr/bin/printf '%s' ${RUST_VSN}${PKGNAMESUFFIX} | /sbin/md5 -q | cut -c 1-8 PLIST_SUB+= RUST_VSN_HASH=${RUST_VSN_HASH} # Rust's target arch string is different from *BSD arch strings @@ -145,6 +146,8 @@ post-install: @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/${f}.bak .endfor @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log +# FIXME: Static libraries in lib/rustlib/*/lib/*.rlib are not stripped, +# but they contain non-object files which make strip(1) unhappy. @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/bin/rustc \ ${STAGEDIR}${PREFIX}/bin/rustdoc \ From owner-svn-ports-all@freebsd.org Sat Apr 2 14:59:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77DF0B00BEF; Sat, 2 Apr 2016 14:59:29 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49ABD1147; Sat, 2 Apr 2016 14:59:29 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32ExSsM023574; Sat, 2 Apr 2016 14:59:28 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32ExS4m023572; Sat, 2 Apr 2016 14:59:28 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201604021459.u32ExS4m023572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 2 Apr 2016 14:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412408 - head/net/uget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 14:59:29 -0000 Author: olivierd Date: Sat Apr 2 14:59:28 2016 New Revision: 412408 URL: https://svnweb.freebsd.org/changeset/ports/412408 Log: Update to 2.0.6 Modified: head/net/uget/Makefile head/net/uget/distinfo Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Sat Apr 2 14:49:00 2016 (r412407) +++ head/net/uget/Makefile Sat Apr 2 14:59:28 2016 (r412408) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/net/uget/distinfo ============================================================================== --- head/net/uget/distinfo Sat Apr 2 14:49:00 2016 (r412407) +++ head/net/uget/distinfo Sat Apr 2 14:59:28 2016 (r412408) @@ -1,2 +1,2 @@ -SHA256 (uget-2.0.5.tar.gz) = 033adbeeec3a20f2b979cabcfd014e0e7e51e47f371a7e405591f9861a431f33 -SIZE (uget-2.0.5.tar.gz) = 885766 +SHA256 (uget-2.0.6.tar.gz) = 1e0e9cf59e91f061f5cf16a86536f27c8de24992bdee5fb28bc9c1e07c9b6fcc +SIZE (uget-2.0.6.tar.gz) = 901688 From owner-svn-ports-all@freebsd.org Sat Apr 2 15:12:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD962B00FFF; Sat, 2 Apr 2016 15:12:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ED94175B; Sat, 2 Apr 2016 15:12:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32FBxh4027453; Sat, 2 Apr 2016 15:11:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32FBxSQ027452; Sat, 2 Apr 2016 15:11:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604021511.u32FBxSQ027452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Apr 2016 15:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412409 - head/lang/rust-nightly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 15:12:00 -0000 Author: jbeich Date: Sat Apr 2 15:11:59 2016 New Revision: 412409 URL: https://svnweb.freebsd.org/changeset/ports/412409 Log: lang/rust-nightly: better rebase r412407 against r412305 BROKEN_FreeBSD_9 is already defined by master port. Differential Revision: https://reviews.freebsd.org/D5789 Modified: head/lang/rust-nightly/Makefile (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Sat Apr 2 14:59:28 2016 (r412408) +++ head/lang/rust-nightly/Makefile Sat Apr 2 15:11:59 2016 (r412409) @@ -15,8 +15,6 @@ PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist -BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 - USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= rust \ From owner-svn-ports-all@freebsd.org Sat Apr 2 15:13:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB690B00074; Sat, 2 Apr 2016 15:13:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A63F18FB; Sat, 2 Apr 2016 15:13:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32FDZDr029784; Sat, 2 Apr 2016 15:13:35 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32FDZR2029780; Sat, 2 Apr 2016 15:13:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201604021513.u32FDZR2029780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 2 Apr 2016 15:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412410 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 15:13:37 -0000 Author: riggs Date: Sat Apr 2 15:13:35 2016 New Revision: 412410 URL: https://svnweb.freebsd.org/changeset/ports/412410 Log: Update to upstream version 3.5.16 PR: 208463 Submitted by: timp87@gmail.com (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/patch-configure Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Sat Apr 2 15:11:59 2016 (r412409) +++ head/www/squid/Makefile Sat Apr 2 15:13:35 2016 (r412410) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.15 -PORTREVISION= 2 +PORTVERSION= 3.5.16 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -18,22 +17,6 @@ PATCH_SITES= http://www.squid-cache.org/ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://master.squid-cache.org/~amosjeffries/patches/:nosid PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -PATCHFILES= squid-3.5-13997.patch \ - squid-3.5-13998.patch \ - squid-3.5-13999.patch \ - squid-3.5-14000.patch \ - squid-3.5-14001.patch \ - squid-3.5-14002.patch \ - squid-3.5-14003.patch \ - squid-3.5-14004.patch \ - squid-3.5-14005.patch \ - squid-3.5-14006.patch \ - squid-3.5-14007.patch \ - squid-3.5-14008.patch \ - squid-3.5-14009.patch \ - squid-3.5-14010.patch \ - squid-3.5-14011.patch \ - squid-3.5-14012.patch MAINTAINER= timp87@gmail.com COMMENT= HTTP Caching Proxy Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Sat Apr 2 15:11:59 2016 (r412409) +++ head/www/squid/distinfo Sat Apr 2 15:13:35 2016 (r412410) @@ -1,34 +1,2 @@ -SHA256 (squid3.5/squid-3.5.15.tar.xz) = 9cfce3231c7b3b33816fc54414d8720a51ac5e723663e0685a8bb995b9f450d2 -SIZE (squid3.5/squid-3.5.15.tar.xz) = 2315628 -SHA256 (squid3.5/squid-3.5-13997.patch) = 43533b41af0e5d067c576de87842b85a33bac9b293c19d816fa1475324eb89fd -SIZE (squid3.5/squid-3.5-13997.patch) = 1509 -SHA256 (squid3.5/squid-3.5-13998.patch) = c53a9d3e48224b06eedb5867b248e1b1c1226deab73c7c4d9ce8f72524e91214 -SIZE (squid3.5/squid-3.5-13998.patch) = 8184 -SHA256 (squid3.5/squid-3.5-13999.patch) = 07e82e0b7f0d766de443277f1153165177c867cbc75514890f2fe4de8d43c820 -SIZE (squid3.5/squid-3.5-13999.patch) = 1585 -SHA256 (squid3.5/squid-3.5-14000.patch) = 36578a13e87150d1604b543c68b419de1c941be3f90e80fbf464f9c23139e2de -SIZE (squid3.5/squid-3.5-14000.patch) = 1676 -SHA256 (squid3.5/squid-3.5-14001.patch) = 127720c408c368070b7807092faae7980d900888f8bbaee0e2689b86573fea94 -SIZE (squid3.5/squid-3.5-14001.patch) = 14099 -SHA256 (squid3.5/squid-3.5-14002.patch) = 49c8dea344473c103fefce2b830e96fe94af14bc20640a0c244eea01ac03469d -SIZE (squid3.5/squid-3.5-14002.patch) = 2054 -SHA256 (squid3.5/squid-3.5-14003.patch) = 27ccd9aeabf4e66fbf25a914cc614c8f8020c8010e94d2b6bf499def79fce8b6 -SIZE (squid3.5/squid-3.5-14003.patch) = 1636 -SHA256 (squid3.5/squid-3.5-14004.patch) = fc515a51866d518f4ff7e57ef92f2554d2715b59f547927af63192302238690f -SIZE (squid3.5/squid-3.5-14004.patch) = 1948 -SHA256 (squid3.5/squid-3.5-14005.patch) = e7f17a11cb49742f6b535e8e4e8558e03f71335524c524f84f1ef68f71f99b93 -SIZE (squid3.5/squid-3.5-14005.patch) = 1249 -SHA256 (squid3.5/squid-3.5-14006.patch) = 88dd50a459ed68fb7c797a840f92a0ada6655b3fb92052f679088704eb1d9f32 -SIZE (squid3.5/squid-3.5-14006.patch) = 2500 -SHA256 (squid3.5/squid-3.5-14007.patch) = 1e2e14809e7ca8608300cfc3be027cd55c21fbe3084cc4568c8091adebc256c0 -SIZE (squid3.5/squid-3.5-14007.patch) = 1214 -SHA256 (squid3.5/squid-3.5-14008.patch) = 6c2f511ee33d74d1c91cae5ef0a9645facf0104067397866dd542bf3ff975255 -SIZE (squid3.5/squid-3.5-14008.patch) = 1559 -SHA256 (squid3.5/squid-3.5-14009.patch) = addc7dd78c5632b428f747eab93382195d2d4a820742afd2661ec920f1dc9a77 -SIZE (squid3.5/squid-3.5-14009.patch) = 1902 -SHA256 (squid3.5/squid-3.5-14010.patch) = bed1fb437b3f3925293d42c7032c44c7aa4e1944cc6ed17e9cc9e498a06ada7c -SIZE (squid3.5/squid-3.5-14010.patch) = 2974 -SHA256 (squid3.5/squid-3.5-14011.patch) = c87ce0edb4dcb1f0ae49fb10006009534ce1e5922a4ceb8d784386681ce4b164 -SIZE (squid3.5/squid-3.5-14011.patch) = 2400 -SHA256 (squid3.5/squid-3.5-14012.patch) = 6f749e014907150cc9692b16edcb9d9a73fdb3831c718d908bd7c48561702b3c -SIZE (squid3.5/squid-3.5-14012.patch) = 1287 +SHA256 (squid3.5/squid-3.5.16.tar.xz) = e73d821180eed8bed230f357c680c0b19f1efa51a24725e810f2b48a2079d385 +SIZE (squid3.5/squid-3.5.16.tar.xz) = 2317320 Modified: head/www/squid/files/patch-configure ============================================================================== --- head/www/squid/files/patch-configure Sat Apr 2 15:11:59 2016 (r412409) +++ head/www/squid/files/patch-configure Sat Apr 2 15:13:35 2016 (r412410) @@ -1,23 +1,5 @@ --- configure.orig 2015-11-01 10:46:19 UTC +++ configure -@@ -27731,7 +27731,7 @@ - squid_pc_krb5_name="heimdal-gssapi" - fi - fi -- if test "x$squid_pc_krb5_name" != "x" -a "$cross_compiling" = "no"; then -+ if test "x$squid_pc_krb5_name" = "x" -a "$cross_compiling" = "no"; then - # Look for krb5-config (unless cross-compiling) - # Extract the first word of "krb5-config", so it can be a program name with args. - set dummy krb5-config; ac_word=$2 -@@ -27777,7 +27777,7 @@ - if test "x$ac_cv_path_krb5_config" != "xno" ; then - krb5confpath="`dirname $ac_cv_path_krb5_config`" - ac_heimdal="`$ac_cv_path_krb5_config --version 2>/dev/null | grep -c -i heimdal`" -- if test "x$with_heimdal_krb5" = "xyes"; then -+ if test "x$with_heimdal_krb5" = "xyes" -a $ac_heimdal = 0; then - as_fn_error $? "Could not find pkg-config or krb5-config for Heimdal Kerberos" "$LINENO" 5 - fi - else @@ -32038,7 +32040,7 @@ done ## From owner-svn-ports-all@freebsd.org Sat Apr 2 15:16:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6401B00219 for ; Sat, 2 Apr 2016 15:16:31 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A4001C01 for ; Sat, 2 Apr 2016 15:16:30 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lb0-f173.google.com with SMTP id u8so100490385lbk.0 for ; Sat, 02 Apr 2016 08:16:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=0nJE+E9h6EiKQtxsr3+GKptT/b6b86XT/QucUZjQm5c=; b=UGYF6gQmgaFRgRLSv4tm+IXAfGAWrStZ32erADoVRXvnzJfyUjqueA0pD1MD1NQaZh qK//QOG7bcBMa5zXChQ5UJUWyhi7NtNv1qx4J4vD+fp4ZVH/dEC1w8pZFX2D7QC0hopr SqbmefuFX3Y24dVMbCFkTMh5iV3Lt1LcWhjgNiKTHtaBb3vLOnGFI+B9f5BJ23LsaNQ0 K/fpfV9zBlfikEMezTZDNvlcYn7gTMlQ4TLlsw0o3amlPBSN/sIheNF15IujalHSTK+W 6ME+k7n7IW+abm9Rs2NmFsaaRIOpWEA9LNdHBfOqiIixqPR8yPPI2RxBoznJHr3QQ4Ki K3Sw== X-Gm-Message-State: AD7BkJJ9suOEgBJd2LjYfcM4oXAkLzvA/5Pg2wQf+BEqCH0GGp73Heak5AOYcGj632GZpg== X-Received: by 10.112.38.104 with SMTP id f8mr5003588lbk.115.1459610183329; Sat, 02 Apr 2016 08:16:23 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id p127sm888286lfb.27.2016.04.02.08.16.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Apr 2016 08:16:22 -0700 (PDT) Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201604021251.u32Cp8w8084373@repo.freebsd.org> From: Andrey Chernov Message-ID: <56FFE243.7060003@freebsd.org> Date: Sat, 2 Apr 2016 18:16:19 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <201604021251.u32Cp8w8084373@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 15:16:31 -0000 On 02.04.2016 15:51, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Apr 2 12:51:08 2016 > New Revision: 412403 > URL: https://svnweb.freebsd.org/changeset/ports/412403 > > Log: > Update to 1.7.1 This version still damage local.sqlite after each 'pkg check -B': https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.html Nothing is changed. I have a lot of ports and never seen this, what is wrong with this libgdk_pixbuf-2.0.so.0 sensing only? From owner-svn-ports-all@freebsd.org Sat Apr 2 15:47:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7268B00B7D; Sat, 2 Apr 2016 15:47:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ADBB1863; Sat, 2 Apr 2016 15:47:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32Flq05039134; Sat, 2 Apr 2016 15:47:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32Flqqs039132; Sat, 2 Apr 2016 15:47:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604021547.u32Flqqs039132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 15:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412411 - head/security/py-python-registry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 15:47:53 -0000 Author: antoine Date: Sat Apr 2 15:47:52 2016 New Revision: 412411 URL: https://svnweb.freebsd.org/changeset/ports/412411 Log: Update to 1.2.0 Modified: head/security/py-python-registry/Makefile head/security/py-python-registry/distinfo Modified: head/security/py-python-registry/Makefile ============================================================================== --- head/security/py-python-registry/Makefile Sat Apr 2 15:13:35 2016 (r412410) +++ head/security/py-python-registry/Makefile Sat Apr 2 15:47:52 2016 (r412411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-registry -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= security devel python MASTER_SITES= LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Read access to Windows Registry files LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USE_GITHUB= yes GH_ACCOUNT= williballenthin +NO_ARCH= yes USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= samples/*.py @@ -31,10 +33,12 @@ PORTEXAMPLES= * RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 .endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.MD \ ${WRKSRC}/documentation/* ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/py-python-registry/distinfo ============================================================================== --- head/security/py-python-registry/distinfo Sat Apr 2 15:13:35 2016 (r412410) +++ head/security/py-python-registry/distinfo Sat Apr 2 15:47:52 2016 (r412411) @@ -1,2 +1,2 @@ -SHA256 (williballenthin-python-registry-1.1.0_GH0.tar.gz) = 12c4222d38bc387d7909a589d08c0e263cdc35b7a59789333348b30fe6313af4 -SIZE (williballenthin-python-registry-1.1.0_GH0.tar.gz) = 132008 +SHA256 (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 785f313e09cb84c45cabcb858a7ab337848c24148858eda24bfb3c82595cf147 +SIZE (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 135451 From owner-svn-ports-all@freebsd.org Sat Apr 2 15:51:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B534AEB0B6; Sat, 2 Apr 2016 15:51:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16CAD1C4A; Sat, 2 Apr 2016 15:51:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32FpJsJ039993; Sat, 2 Apr 2016 15:51:19 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32FpJBe039990; Sat, 2 Apr 2016 15:51:19 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201604021551.u32FpJBe039990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 2 Apr 2016 15:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412412 - head/www/node/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 15:51:20 -0000 Author: dim (src committer) Date: Sat Apr 2 15:51:18 2016 New Revision: 412412 URL: https://svnweb.freebsd.org/changeset/ports/412412 Log: During the exp-run in bug 208158, it was found that www/node gives errors with libc++ 3.8.0 [1]: /usr/include/c++/v1/map:837:5: error: static_assert failed "Allocator::value_type must be same type as value_type" static_assert((is_same::value), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/v8/src/compiler/js-type-feedback.h:41:21: note: in instantiation of template class 'std::__1::map, v8::internal::zone_allocator >' requested here TypeFeedbackIdMap type_feedback_id_map_; ^ This is because libc++ 3.8.0 has added these sanity checks for custom std::map allocators, which *must* be of the type std::pair. I fixed the few std::map instances in the node source by adding this to their allocator types. Approved by: linpct@gmail.com (maintainer) PR: 208270 MFH: 2016Q2 Added: head/www/node/files/patch-deps_v8_src_compiler_instruction.h (contents, props changed) head/www/node/files/patch-deps_v8_src_compiler_js-type-feedback.h (contents, props changed) head/www/node/files/patch-deps_v8_src_zone-containers.h (contents, props changed) Added: head/www/node/files/patch-deps_v8_src_compiler_instruction.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_v8_src_compiler_instruction.h Sat Apr 2 15:51:18 2016 (r412412) @@ -0,0 +1,11 @@ +--- deps/v8/src/compiler/instruction.h.orig 2016-03-16 21:22:58.000000000 +0100 ++++ deps/v8/src/compiler/instruction.h 2016-03-24 23:27:23.004854000 +0100 +@@ -1011,7 +1011,7 @@ class InstructionBlock final : public Zo + + typedef ZoneDeque ConstantDeque; + typedef std::map, +- zone_allocator > > ConstantMap; ++ zone_allocator > > ConstantMap; + + typedef ZoneDeque InstructionDeque; + typedef ZoneDeque ReferenceMapDeque; Added: head/www/node/files/patch-deps_v8_src_compiler_js-type-feedback.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_v8_src_compiler_js-type-feedback.h Sat Apr 2 15:51:18 2016 (r412412) @@ -0,0 +1,15 @@ +--- deps/v8/src/compiler/js-type-feedback.h.orig 2016-03-16 21:22:58.000000000 +0100 ++++ deps/v8/src/compiler/js-type-feedback.h 2016-03-24 22:54:54.529827000 +0100 +@@ -33,9 +33,10 @@ class JSTypeFeedbackTable : public ZoneO + private: + friend class JSTypeFeedbackSpecializer; + typedef std::map, +- zone_allocator > TypeFeedbackIdMap; ++ zone_allocator > > ++ TypeFeedbackIdMap; + typedef std::map, +- zone_allocator > ++ zone_allocator > > + FeedbackVectorICSlotMap; + + TypeFeedbackIdMap type_feedback_id_map_; Added: head/www/node/files/patch-deps_v8_src_zone-containers.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_v8_src_zone-containers.h Sat Apr 2 15:51:18 2016 (r412412) @@ -0,0 +1,18 @@ +--- deps/v8/src/zone-containers.h.orig 2016-03-16 21:22:58.000000000 +0100 ++++ deps/v8/src/zone-containers.h 2016-03-24 23:34:37.741885000 +0100 +@@ -114,12 +114,12 @@ class ZoneSet : public std::set> + class ZoneMap +- : public std::map>> { ++ : public std::map>> { + public: + // Constructs an empty map. + explicit ZoneMap(Zone* zone) +- : std::map>>( +- Compare(), zone_allocator>(zone)) {} ++ : std::map>>( ++ Compare(), zone_allocator>(zone)) {} + }; + + From owner-svn-ports-all@freebsd.org Sat Apr 2 16:04:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88444AEB673; Sat, 2 Apr 2016 16:04:36 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45E0212CF; Sat, 2 Apr 2016 16:04:36 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32G4ZLg045314; Sat, 2 Apr 2016 16:04:35 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32G4YWg045306; Sat, 2 Apr 2016 16:04:34 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201604021604.u32G4YWg045306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 2 Apr 2016 16:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412413 - in head/net/openntpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:04:36 -0000 Author: naddy Date: Sat Apr 2 16:04:34 2016 New Revision: 412413 URL: https://svnweb.freebsd.org/changeset/ports/412413 Log: Update to 5.9p1. Notable changes: * The rtable option was removed from server and servers. Users of "server * rtable X" will need to switch to launching ntpd with # setfib -F X /usr/sbin/ntpd * Various improvements to the HTTPS constraint feature (requires LibreSSL). This port reenables rtable support in the listen option on FreeBSD. Relnotes: http://www.openntpd.org/txt/release-5.9p1.txt Added: head/net/openntpd/files/patch-include_signal.h (contents, props changed) head/net/openntpd/files/patch-src_server.c (contents, props changed) Deleted: head/net/openntpd/files/patch-compat_adjfreq__freebsd.c head/net/openntpd/files/patch-src_ntpd.c Modified: head/net/openntpd/Makefile head/net/openntpd/distinfo head/net/openntpd/files/openntpd.in head/net/openntpd/files/patch-src_constraint.c head/net/openntpd/files/patch-src_ntpd.8 head/net/openntpd/files/patch-src_ntpd.conf.5 Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/Makefile Sat Apr 2 16:04:34 2016 (r412413) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= openntpd -PORTVERSION= 5.7p4 -PORTREVISION= 2 +PORTVERSION= 5.9p1 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD @@ -20,20 +19,19 @@ USE_RC_SUBR= openntpd GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules -# * LibreSSL fails with the certificiate bundle from ca_root_nss; -# 3.22.2 appears to work just fine (unlike 3.22). -# * USE_OPENSSL does not handle LibreSSL yet. - OPTIONS_DEFINE= RESSL RESSL_DESC= SSL/TLS support via LibreSSL OPTIONS_DEFAULT= RESSL -RESSL_LIB_DEPENDS= libtls.so:security/libressl +# Requires libtls from LibreSSL >= 2.3.2 +RESSL_USE= openssl=yes +RESSL_VARS= with_openssl_port=yes \ + openssl_port=security/libressl-devel RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem RESSL_CPPFLAGS= -I${LOCALBASE}/include RESSL_LDFLAGS= -L${LOCALBASE}/lib -RESSL_RUN_DEPENDS= ca_root_nss>=3.22.2:security/ca_root_nss +RESSL_RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss pre-build: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ Modified: head/net/openntpd/distinfo ============================================================================== --- head/net/openntpd/distinfo Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/distinfo Sat Apr 2 16:04:34 2016 (r412413) @@ -1,2 +1,2 @@ -SHA256 (openntpd-5.7p4.tar.gz) = a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23 -SIZE (openntpd-5.7p4.tar.gz) = 427900 +SHA256 (openntpd-5.9p1.tar.gz) = 200c04056d4d6441653cac71d515611f3903aa7b15b8f5661a40dab3fb3697b3 +SIZE (openntpd-5.9p1.tar.gz) = 432844 Modified: head/net/openntpd/files/openntpd.in ============================================================================== --- head/net/openntpd/files/openntpd.in Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/files/openntpd.in Sat Apr 2 16:04:34 2016 (r412413) @@ -17,7 +17,7 @@ check_process() { - pgrep -f 'ntpd: \[priv\]' + pgrep -f $command } name=openntpd Added: head/net/openntpd/files/patch-include_signal.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openntpd/files/patch-include_signal.h Sat Apr 2 16:04:34 2016 (r412413) @@ -0,0 +1,10 @@ +--- include/signal.h.orig 2015-05-04 09:54:32 UTC ++++ include/signal.h +@@ -8,3 +8,7 @@ + #ifndef SIGINFO + #define SIGINFO SIGUSR1 + #endif ++ ++#ifndef _NSIG ++#define _NSIG NSIG ++#endif Modified: head/net/openntpd/files/patch-src_constraint.c ============================================================================== --- head/net/openntpd/files/patch-src_constraint.c Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/files/patch-src_constraint.c Sat Apr 2 16:04:34 2016 (r412413) @@ -1,6 +1,6 @@ ---- src/constraint.c.orig 2015-03-14 21:24:11 UTC +--- src/constraint.c.orig 2016-03-28 13:51:51 UTC +++ src/constraint.c -@@ -665,7 +665,7 @@ httpsdate_request(struct httpsdate *http +@@ -905,7 +905,7 @@ httpsdate_request(struct httpsdate *http * or ANSI C's asctime() - the latter doesn't include * the timezone which is required here. */ Modified: head/net/openntpd/files/patch-src_ntpd.8 ============================================================================== --- head/net/openntpd/files/patch-src_ntpd.8 Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/files/patch-src_ntpd.8 Sat Apr 2 16:04:34 2016 (r412413) @@ -1,6 +1,6 @@ ---- src/ntpd.8.orig 2015-03-18 16:25:53 UTC +--- src/ntpd.8.orig 2016-03-28 13:51:51 UTC +++ src/ntpd.8 -@@ -57,7 +57,7 @@ Use +@@ -56,7 +56,7 @@ Use .Ar file as the configuration file, instead of the default @@ -9,7 +9,7 @@ .It Fl n Configtest mode. Only check the configuration file for validity. -@@ -100,19 +100,19 @@ will be logged. +@@ -99,19 +99,19 @@ will be logged. After the local clock is synchronized, .Nm adjusts the clock frequency using the @@ -33,9 +33,9 @@ for more information on the boot process and enabling daemons. .Pp -@@ -137,8 +137,8 @@ signal on systems without - it writes its peer and sensor status to - .Xr syslog 3 . +@@ -124,8 +124,8 @@ and its initial clock drift from + .Pa /var/db/ntpd.drift . + Clock drift is periodically written to the drift file thereafter. .Sh FILES -.Bl -tag -width "/var/db/ntpd.driftXXX" -compact -.It Pa /etc/ntpd.conf @@ -44,7 +44,7 @@ Default configuration file. .It Pa /var/db/ntpd.drift Drift file. -@@ -148,12 +148,12 @@ Socket file for communication with +@@ -135,12 +135,12 @@ Socket file for communication with .El .Sh SEE ALSO .Xr date 1 , Modified: head/net/openntpd/files/patch-src_ntpd.conf.5 ============================================================================== --- head/net/openntpd/files/patch-src_ntpd.conf.5 Sat Apr 2 15:51:18 2016 (r412412) +++ head/net/openntpd/files/patch-src_ntpd.conf.5 Sat Apr 2 16:04:34 2016 (r412413) @@ -1,6 +1,6 @@ ---- src/ntpd.conf.5.orig 2015-03-18 16:25:53 UTC +--- src/ntpd.conf.5.orig 2016-03-28 13:51:51 UTC +++ src/ntpd.conf.5 -@@ -222,8 +222,8 @@ constraints from "https://www.google.com +@@ -218,8 +218,8 @@ constraints from "https://www.google.com .Ed .El .Sh FILES Added: head/net/openntpd/files/patch-src_server.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openntpd/files/patch-src_server.c Sat Apr 2 16:04:34 2016 (r412413) @@ -0,0 +1,47 @@ +--- src/server.c.orig 2016-03-28 13:51:51 UTC ++++ src/server.c +@@ -36,14 +36,14 @@ setup_listeners(struct servent *se, stru + struct ifaddrs *ifa, *ifap; + struct sockaddr *sa; + #ifdef SO_RTABLE +- struct if_data *ifd; ++ struct ifreq ifr; + #endif + u_int8_t *a6; + size_t sa6len = sizeof(struct in6_addr); + u_int new_cnt = 0; + int tos = IPTOS_LOWDELAY; + #ifdef SO_RTABLE +- int rdomain = 0; ++ int rdomain, fd; + #endif + + TAILQ_FOREACH(lap, &lconf->listen_addrs, entry) { +@@ -56,16 +56,21 @@ setup_listeners(struct servent *se, stru + sa = ifap->ifa_addr; + if (sa == NULL || SA_LEN(sa) == 0) + continue; +-#ifdef SO_RTABLE +- if (sa->sa_family == AF_LINK) { +- ifd = ifap->ifa_data; +- rdomain = ifd->ifi_rdomain; +- } +-#endif + if (sa->sa_family != AF_INET && + sa->sa_family != AF_INET6) + continue; + #ifdef SO_RTABLE ++ strlcpy(ifr.ifr_name, ifap->ifa_name, ++ sizeof(ifr.ifr_name)); ++ ++ fd = socket(AF_INET, SOCK_DGRAM, 0); ++ if (ioctl(fd, SIOCGIFRDOMAIN, ++ (caddr_t)&ifr) == -1) ++ rdomain = 0; ++ else ++ rdomain = ifr.ifr_rdomainid; ++ close(fd); ++ + if (lap->rtable != -1 && rdomain != lap->rtable) + continue; + #endif From owner-svn-ports-all@freebsd.org Sat Apr 2 16:16:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C8EAEB8E4; Sat, 2 Apr 2016 16:16:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5371712; Sat, 2 Apr 2016 16:16:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GGhJu048580; Sat, 2 Apr 2016 16:16:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GGh8v048579; Sat, 2 Apr 2016 16:16:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604021616.u32GGh8v048579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 16:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412414 - head/misc/teslams X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:16:44 -0000 Author: antoine Date: Sat Apr 2 16:16:43 2016 New Revision: 412414 URL: https://svnweb.freebsd.org/changeset/ports/412414 Log: Mark BROKEN: tries to download from registry.npmjs.org during stage phase npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout MFH: 2016Q2 Modified: head/misc/teslams/Makefile Modified: head/misc/teslams/Makefile ============================================================================== --- head/misc/teslams/Makefile Sat Apr 2 16:04:34 2016 (r412413) +++ head/misc/teslams/Makefile Sat Apr 2 16:16:43 2016 (r412414) @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi +BROKEN= tries to download from registry.npmjs.org during stage phase + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm From owner-svn-ports-all@freebsd.org Sat Apr 2 16:18:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E3FAAEB963; Sat, 2 Apr 2016 16:18:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2D78186F; Sat, 2 Apr 2016 16:18:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GI8Ap048752; Sat, 2 Apr 2016 16:18:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GI8ae048751; Sat, 2 Apr 2016 16:18:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604021618.u32GI8ae048751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 16:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412415 - branches/2016Q2/misc/teslams X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:18:09 -0000 Author: antoine Date: Sat Apr 2 16:18:07 2016 New Revision: 412415 URL: https://svnweb.freebsd.org/changeset/ports/412415 Log: MFH: r412414 Mark BROKEN: tries to download from registry.npmjs.org during stage phase npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout Modified: branches/2016Q2/misc/teslams/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/misc/teslams/Makefile ============================================================================== --- branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:16:43 2016 (r412414) +++ branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:18:07 2016 (r412415) @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi +BROKEN= tries to download from registry.npmjs.org during stage phase + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm From owner-svn-ports-all@freebsd.org Sat Apr 2 16:22:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDBEAEBBCE; Sat, 2 Apr 2016 16:22:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2150A1BF0; Sat, 2 Apr 2016 16:22:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GMmVa051610; Sat, 2 Apr 2016 16:22:48 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GMmr1051609; Sat, 2 Apr 2016 16:22:48 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021622.u32GMmr1051609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 16:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412416 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:22:49 -0000 Author: adamw Date: Sat Apr 2 16:22:48 2016 New Revision: 412416 URL: https://svnweb.freebsd.org/changeset/ports/412416 Log: Only pull in p5-Scalar-List-Utils if the XS option is turned on, as it was before r412231. PORTREVISION bump for default dependency change. Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Sat Apr 2 16:18:07 2016 (r412415) +++ head/devel/p5-Moo/Makefile Sat Apr 2 16:22:48 2016 (r412416) @@ -3,7 +3,7 @@ PORTNAME= Moo PORTVERSION= 2.001001 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -33,7 +33,7 @@ XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} .include -.if ${PERL_LEVEL} < 502200 +.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS} BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils .endif From owner-svn-ports-all@freebsd.org Sat Apr 2 16:24:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BE6EAEBC74; Sat, 2 Apr 2016 16:24:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1985F1CD7; Sat, 2 Apr 2016 16:24:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GOFIl051757; Sat, 2 Apr 2016 16:24:15 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GOFTc051756; Sat, 2 Apr 2016 16:24:15 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201604021624.u32GOFTc051756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 2 Apr 2016 16:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412417 - head/security/l5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:24:16 -0000 Author: rm Date: Sat Apr 2 16:24:15 2016 New Revision: 412417 URL: https://svnweb.freebsd.org/changeset/ports/412417 Log: security/l5: modernize port a bit - replace EXTRACT_SUFX with USES equivalent - use modern way of defining BROKEN to avoid using of bsd.port.pre.mk No functional changes, so no PORTREVISION bump is required. Modified: head/security/l5/Makefile Modified: head/security/l5/Makefile ============================================================================== --- head/security/l5/Makefile Sat Apr 2 16:22:48 2016 (r412416) +++ head/security/l5/Makefile Sat Apr 2 16:24:15 2016 (r412417) @@ -6,11 +6,12 @@ PORTVERSION= 1.2 CATEGORIES= security sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/l5/ DISTNAME= L5 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= File Integrity Assessment Tool +USES= tar:tgz + NO_WRKSUBDIR= yes ALL_TARGET= freebsd @@ -19,15 +20,11 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include - -.if ${ARCH} == 'amd64' -BROKEN= incorrect runtime output -.endif +BROKEN_amd64= incorrect runtime output do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-all@freebsd.org Sat Apr 2 16:30:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A0F9AEBE1E; Sat, 2 Apr 2016 16:30:14 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BEE91F85; Sat, 2 Apr 2016 16:30:14 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GUDBg052139; Sat, 2 Apr 2016 16:30:13 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GUDQW052136; Sat, 2 Apr 2016 16:30:13 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021630.u32GUDQW052136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 16:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412418 - head/textproc/p5-Text-VimColor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:30:14 -0000 Author: adamw Date: Sat Apr 2 16:30:12 2016 New Revision: 412418 URL: https://svnweb.freebsd.org/changeset/ports/412418 Log: Update to 0.26. Depend on just vim, not ${LOCALBASE}/bin/vim. Add TEST_DEPENDS, NO_ARCH, and sort plist. PR: 207893 Approved by: maintainer timeout (> 3 weeks) Modified: head/textproc/p5-Text-VimColor/Makefile head/textproc/p5-Text-VimColor/distinfo head/textproc/p5-Text-VimColor/pkg-plist Modified: head/textproc/p5-Text-VimColor/Makefile ============================================================================== --- head/textproc/p5-Text-VimColor/Makefile Sat Apr 2 16:24:15 2016 (r412417) +++ head/textproc/p5-Text-VimColor/Makefile Sat Apr 2 16:30:12 2016 (r412418) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-VimColor -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,18 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ - p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install \ + p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ p5-Path-Class>=0:devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:editors/vim + vim:editors/vim RUN_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Path-Class>=0:devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:editors/vim + vim:editors/vim +TEST_DEPENDS= p5-Test-File-ShareDir>=0:devel/p5-Test-File-ShareDir \ + p5-XML-Parser>=0:textproc/p5-XML-Parser USES= perl5 USE_PERL5= configure +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/use inc::VimCommand/d' ${WRKSRC}/Makefile.PL Modified: head/textproc/p5-Text-VimColor/distinfo ============================================================================== --- head/textproc/p5-Text-VimColor/distinfo Sat Apr 2 16:24:15 2016 (r412417) +++ head/textproc/p5-Text-VimColor/distinfo Sat Apr 2 16:30:12 2016 (r412418) @@ -1,2 +1,2 @@ -SHA256 (Text-VimColor-0.25.tar.gz) = eeff751ae45fd27432b2e035910684a72b7507fe6424b58876126e75d5809590 -SIZE (Text-VimColor-0.25.tar.gz) = 137165 +SHA256 (Text-VimColor-0.26.tar.gz) = f6990a75a3009fa0dfd15405c65f2932e8a5cb7e405559cb73ca04132394156c +SIZE (Text-VimColor-0.26.tar.gz) = 137189 Modified: head/textproc/p5-Text-VimColor/pkg-plist ============================================================================== --- head/textproc/p5-Text-VimColor/pkg-plist Sat Apr 2 16:24:15 2016 (r412417) +++ head/textproc/p5-Text-VimColor/pkg-plist Sat Apr 2 16:30:12 2016 (r412418) @@ -1,8 +1,8 @@ bin/text-vimcolor -%%PERL5_MAN3%%/Text::VimColor.3.gz %%SITE_PERL%%/Text/VimColor.pm %%SITE_PERL%%/auto/share/dist/Text-VimColor/define_all.vim %%SITE_PERL%%/auto/share/dist/Text-VimColor/light.css %%SITE_PERL%%/auto/share/dist/Text-VimColor/light.xsl %%SITE_PERL%%/auto/share/dist/Text-VimColor/mark.vim %%PERL5_MAN1%%/text-vimcolor.1.gz +%%PERL5_MAN3%%/Text::VimColor.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 16:41:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC5BB0021D; Sat, 2 Apr 2016 16:41:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 820EA15E2; Sat, 2 Apr 2016 16:41:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GfZMo055211; Sat, 2 Apr 2016 16:41:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GfZMk055209; Sat, 2 Apr 2016 16:41:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604021641.u32GfZMk055209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Apr 2016 16:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412419 - in head/graphics: sekrit-twc-zimg zimg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:41:36 -0000 Author: jbeich Date: Sat Apr 2 16:41:35 2016 New Revision: 412419 URL: https://svnweb.freebsd.org/changeset/ports/412419 Log: graphics/zimg: conflict with graphics/sekrit-twc-zimg Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/zimg/Makefile (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sat Apr 2 16:30:12 2016 (r412418) +++ head/graphics/sekrit-twc-zimg/Makefile Sat Apr 2 16:41:35 2016 (r412419) @@ -17,6 +17,8 @@ LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= sekrit-twc +CONFLICTS_INSTALL= zimg-[0-9]* # include/zimg.h + USES= autoreconf compiler:c++11-lib gmake libtool pathfix EXTRACT_AFTER_ARGS= --exclude test/extra PATHFIX_MAKEFILEIN= Makefile.am Modified: head/graphics/zimg/Makefile ============================================================================== --- head/graphics/zimg/Makefile Sat Apr 2 16:30:12 2016 (r412418) +++ head/graphics/zimg/Makefile Sat Apr 2 16:41:35 2016 (r412419) @@ -12,6 +12,8 @@ COMMENT= Image-generator that uses ASCII LIB_DEPENDS= libgd.so:graphics/gd +CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ From owner-svn-ports-all@freebsd.org Sat Apr 2 16:42:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39C02B0029C for ; Sat, 2 Apr 2016 16:42:29 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F24FF175A for ; Sat, 2 Apr 2016 16:42:28 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-yw0-x230.google.com with SMTP id d68so70315418ywe.1 for ; Sat, 02 Apr 2016 09:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=PS9Dr7TYVWc20HwPegnAfDdda9VB1IfD0vR3vPR2eKY=; b=H+nuHGvhKMfCTDdhvR4ouaHCIs1eyNVR9BdYmXISAb8g1dfvoJJG5G3m33EYp4ZYye CgsCy58KngZwIgnEesYpeU6Bdt4/bGgDvn36c7P9axAXtm61k0/GmFwZm74U87IKYiIw 6b25JsIHoMMQovlLsUHawyyJQ1NvKMMD1E00hhOc8dy+AfwxNZ9mZD62x11q/uHVgdfz XXVzncatw9tTKiAUtiyHR268+dZaaH2/YWLYN9AsjwU35P5P0wVz72S8RX2N116HdskG k5ScUBj0ZcVhdeC7dDLxzrIP+G0mnmUH+FLw0Tg5FTv0R+6vBV3jn4KEFUxJPWw96EMz nEUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=PS9Dr7TYVWc20HwPegnAfDdda9VB1IfD0vR3vPR2eKY=; b=jSsi1wannBVThuLAg8VYSKvZFL7AvMYxJIYY2THjpXZkSmEbYQ9uksEcpuug7K1LsB T6SB9rhgSLuEizEhClb1NvhdndhUu7JkM5IHwqEnwXATyfiv5e0lCWD/6SNHUPzSVvOc hz4fe+7sChqQirGpzG57tKgyKILIlh50YEhLtpg5726WRsE3+du/9wYQqV+PbOVc2RhZ g6vFbkZsNMGybG65bppWowdSQO7P2YJiLolZi3g2VAhvLKGb7bKsmcLIBs7Xt9tVbYfs fPv1oxO5mlGbka6Pjdq9+mndZRNfr5xvPkUEjfXu7wuAHklUpMBgCxtCcPGeoUuIbnYn Owlg== X-Gm-Message-State: AD7BkJJAmmv6/ptdYuO266oBStM6pwen0iSn6MmnmV/HVIu/zVoclOpTmMB4ANq/yw1mK8rWLYD9lOcLmxVxHA== X-Received: by 10.13.214.213 with SMTP id y204mr4895349ywd.166.1459615348166; Sat, 02 Apr 2016 09:42:28 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.129.74.86 with HTTP; Sat, 2 Apr 2016 09:41:48 -0700 (PDT) In-Reply-To: <201604021622.u32GMmr1051609@repo.freebsd.org> References: <201604021622.u32GMmr1051609@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Apr 2016 00:41:48 +0800 X-Google-Sender-Auth: LZU_N7RhDQOvf0f0VSzTElYKqUQ Message-ID: Subject: Re: svn commit: r412416 - head/devel/p5-Moo To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:42:29 -0000 On Sun, Apr 3, 2016 at 12:22 AM, Adam Weinberger wrote: > Author: adamw > Date: Sat Apr 2 16:22:48 2016 > New Revision: 412416 > URL: https://svnweb.freebsd.org/changeset/ports/412416 > > Log: > Only pull in p5-Scalar-List-Utils if the XS option is turned on, as it > was > before r412231. PORTREVISION bump for default dependency change. > Thanks for fixing it. I forgot the XS option. Regards, sunpoet From owner-svn-ports-all@freebsd.org Sat Apr 2 16:44:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA87EB0037D; Sat, 2 Apr 2016 16:44:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA08819B0; Sat, 2 Apr 2016 16:44:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GiM8H058107; Sat, 2 Apr 2016 16:44:22 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GiMeF058105; Sat, 2 Apr 2016 16:44:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021644.u32GiMeF058105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 16:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412420 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:44:24 -0000 Author: adamw Date: Sat Apr 2 16:44:22 2016 New Revision: 412420 URL: https://svnweb.freebsd.org/changeset/ports/412420 Log: Update to 6.57. Changes: https://metacpan.org/changes/distribution/Mojolicious Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sat Apr 2 16:41:35 2016 (r412419) +++ head/www/p5-Mojolicious/Makefile Sat Apr 2 16:44:22 2016 (r412420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.56 +PORTVERSION= 6.57 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sat Apr 2 16:41:35 2016 (r412419) +++ head/www/p5-Mojolicious/distinfo Sat Apr 2 16:44:22 2016 (r412420) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.56.tar.gz) = 82f73553836ac378edf825fd9f24be982653be9e0d78f8ba38b7841aabdafb02 -SIZE (Mojolicious-6.56.tar.gz) = 650779 +SHA256 (Mojolicious-6.57.tar.gz) = 43abf8757c39472d78aa1ba4c6416b6fb216c619b0fb83a0308466e3030d9362 +SIZE (Mojolicious-6.57.tar.gz) = 651200 From owner-svn-ports-all@freebsd.org Sat Apr 2 16:45:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65353B003F6; Sat, 2 Apr 2016 16:45:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 378001B29; Sat, 2 Apr 2016 16:45:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GjX9r058363; Sat, 2 Apr 2016 16:45:33 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GjXhh058357; Sat, 2 Apr 2016 16:45:33 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201604021645.u32GjXhh058357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 2 Apr 2016 16:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412421 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:45:34 -0000 Author: gerald Date: Sat Apr 2 16:45:33 2016 New Revision: 412421 URL: https://svnweb.freebsd.org/changeset/ports/412421 Log: Update to the 20160327 development snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat Apr 2 16:44:22 2016 (r412420) +++ head/lang/gcc6-devel/Makefile Sat Apr 2 16:45:33 2016 (r412421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20160320 +PORTVERSION= 6.0.0.s20160327 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat Apr 2 16:44:22 2016 (r412420) +++ head/lang/gcc6-devel/distinfo Sat Apr 2 16:45:33 2016 (r412421) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20160320.tar.bz2) = f709da74947e0f33fad468224b2317338a60d3db3564d196d3e1d0a97aaf6708 -SIZE (gcc-6-20160320.tar.bz2) = 95208294 +SHA256 (gcc-6-20160327.tar.bz2) = 38ed9959115ec33c41b71ae1f85005896660271c0b32eec48e660e2a28cc1d62 +SIZE (gcc-6-20160327.tar.bz2) = 95330113 From owner-svn-ports-all@freebsd.org Sat Apr 2 16:45:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F0D0B003F4; Sat, 2 Apr 2016 16:45:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 208551B28; Sat, 2 Apr 2016 16:45:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GjX34058360; Sat, 2 Apr 2016 16:45:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GjXvu058358; Sat, 2 Apr 2016 16:45:33 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604021645.u32GjXvu058358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 2 Apr 2016 16:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412422 - head/multimedia/qt5-phonon4-designerplugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:45:34 -0000 Author: rakuco Date: Sat Apr 2 16:45:33 2016 New Revision: 412422 URL: https://svnweb.freebsd.org/changeset/ports/412422 Log: Add "kde" to CATEGORIES. This just keeps the Makefile in sync with the version in kde@'s area51 repository. It is not clear why this was not added when the port was introduced. Modified: head/multimedia/qt5-phonon4-designerplugin/Makefile Modified: head/multimedia/qt5-phonon4-designerplugin/Makefile ============================================================================== --- head/multimedia/qt5-phonon4-designerplugin/Makefile Sat Apr 2 16:45:33 2016 (r412421) +++ head/multimedia/qt5-phonon4-designerplugin/Makefile Sat Apr 2 16:45:33 2016 (r412422) @@ -2,7 +2,7 @@ PORTNAME= phonon PORTVERSION= 4.8.3 -CATEGORIES= multimedia +CATEGORIES= multimedia kde PKGNAMEPREFIX= qt5- PKGNAMESUFFIX= 4 MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src From owner-svn-ports-all@freebsd.org Sat Apr 2 16:59:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 585B0B00A53; Sat, 2 Apr 2016 16:59:24 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33F8B13C9; Sat, 2 Apr 2016 16:59:24 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GxNqn061641; Sat, 2 Apr 2016 16:59:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GxNVN061637; Sat, 2 Apr 2016 16:59:23 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021659.u32GxNVN061637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 16:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412423 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:59:24 -0000 Author: adamw Date: Sat Apr 2 16:59:22 2016 New Revision: 412423 URL: https://svnweb.freebsd.org/changeset/ports/412423 Log: Update dovecot2 to 2.2.23, and bump PORTREVISION on dovecot2-pigeonhole and dovecot2-antispam-plugin. From the 2.2.23 release notes: This is a bugfix-only release with various important fixes on top of v2.2.22. - Various fixes to doveadm. Especially running commands via doveadm-server was broken. - director: Fixed user weakness getting stuck in some situations - director: Fixed a situation where directors keep re-sending different states to each others and never becoming synced. - director: Fixed assert-crash related to a slow "user killed" reply - Fixed assert-crash related to istream-concat, which could have been triggered at least by a Sieve script. Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Sat Apr 2 16:45:33 2016 (r412422) +++ head/mail/dovecot2-antispam-plugin/Makefile Sat Apr 2 16:59:22 2016 (r412423) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Sat Apr 2 16:45:33 2016 (r412422) +++ head/mail/dovecot2-pigeonhole/Makefile Sat Apr 2 16:59:22 2016 (r412423) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.13 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sat Apr 2 16:45:33 2016 (r412422) +++ head/mail/dovecot2/Makefile Sat Apr 2 16:59:22 2016 (r412423) @@ -13,7 +13,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.22 +PORTVERSION= 2.2.23 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -152,10 +152,13 @@ post-patch: @${REINPLACE_CMD} -e '/^[^#]/s|/usr|${LOCALBASE}|' \ ${WRKSRC}/src/plugins/fts/decode2text.sh -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/dovecot-openssl.cnf ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/mkcert.sh ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Sat Apr 2 16:45:33 2016 (r412422) +++ head/mail/dovecot2/distinfo Sat Apr 2 16:59:22 2016 (r412423) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.22.tar.gz) = c7a9db3c4ae9d9b4da920d2c82669700a0d407934501b405f37f89cc0b706ec7 -SIZE (dovecot-2.2.22.tar.gz) = 5318023 +SHA256 (dovecot-2.2.23.tar.gz) = 5d834be43fe8f6f61d9b0fb139bf1db2a4da313aeebd7bf09e4bf6bcb1c9e441 +SIZE (dovecot-2.2.23.tar.gz) = 5291365 From owner-svn-ports-all@freebsd.org Sat Apr 2 17:00:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CA86B00AC9; Sat, 2 Apr 2016 17:00:49 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F41871551; Sat, 2 Apr 2016 17:00:48 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x235.google.com with SMTP id qe11so102550379lbc.3; Sat, 02 Apr 2016 10:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=YqgHtF/esuoUjzF9X8eduf7jcLOFOFjZF3s3UZY7WdI=; b=s0YR75hep9l4EviXxK6CLHnUQ/COSTftIc96fNdIS/fVM8hJyF1ENHRG7JhV6I4ngw 2hyMjWEYEF+ylXszaFOWsC4Ow/3DyIgou6re8OModczak0Gu7bNExfagIBvVUzEnTcjr wAU94O8+yLo4Ok7xPK9T+h96TCvL2m2pjb4Nvn+unT5uofPhcdyQ/gizWgY6qrRkG7K7 Z2MqRpZxos0iV5bhrCLyLaXXm7hfFhioKB/LLe8LO332/KF1vUSH9/0i7jiEV3pxK3dF y1xiR0Q1mFgREqS42keaPhpiGMPNl5iVf77/+HtCLXE59Abc1ZPdrMSjVtAGPAibN1Pc vESw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=YqgHtF/esuoUjzF9X8eduf7jcLOFOFjZF3s3UZY7WdI=; b=cSNpgDJdtB1ksL5h4ZFUPnfZnMgLHJVZfhtlO6bXPwyPqoRNyYF/AkpLRHd54E/rBw kpr1ky70ma25GTt9QgPfBm07Tn+s4iEHZQcr4sOE2nbrDP7WuL58KhnFZr8hUuARejyT Sf8S7qO//MATa5/GigzXNt+zzyg07hL4Jl6WLJ5wU2ES5CLQnanqxRmKTVrcF+dMQWn9 8mUT4hHgwNDQKXnLaFZv97tPHdRRVasgRI/zAKoT4cfLWo5vjd2YXUQUAStxA7JdiCJq jf7WQp5s+Qu1Mka/7pAT9rUEJztxphgI3H1VJwaYefB2b539W1wLop+9KhRbxE2ddbZW Z0LA== X-Gm-Message-State: AD7BkJJOSmUdlGmZhqah5PI/cZhmtMwlAp7QPN46DtiSEwT+wHF76HtUzANidacdrI5z6Q== X-Received: by 10.28.140.11 with SMTP id o11mr3976156wmd.81.1459616447028; Sat, 02 Apr 2016 10:00:47 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id v206sm583352wmv.12.2016.04.02.10.00.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 10:00:46 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 Apr 2016 19:00:44 +0200 From: Baptiste Daroussin To: Andrey Chernov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402170044.GB5214@ivaldir.etoilebsd.net> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <56FFE243.7060003@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:00:49 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: > On 02.04.2016 15:51, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sat Apr 2 12:51:08 2016 > > New Revision: 412403 > > URL: https://svnweb.freebsd.org/changeset/ports/412403 > >=20 > > Log: > > Update to 1.7.1 >=20 > This version still damage local.sqlite after each 'pkg check -B': > https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.html > Nothing is changed. > I have a lot of ports and never seen this, what is wrong with this > libgdk_pixbuf-2.0.so.0 sensing only? >=20 Can you please provide me the output of $ pkg info -f gdk-pixbuf2 and readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 Best regards, Bapt --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW//q8AAoJEGOJi9zxtz5aSKkP/RgqQUm2fqXncqg/UWsF1C06 g2fKPJ4eygFeM2Jb30k8qfk1Sb/HePZRvW9Sl3pGRiqD1uGtFl+8QpTdi/eAIsFV GUMRbuU7jt3HQSkB2eAGqfnLG4dbgktLUUNWh+htoKdMrnfUCWbWhzfBAjxYmWPe cjfEnmwOnfIq0RWRn3n007rWTPLMaIFJpzAwPjhbqORuHARw+BRbYNfOBwYBFpdn 8Cbg8hK4nIXreuBQMICjXxn3YKPBemKHzCxAgP3q5AFORLdkDnnbI9HqjiUM0LiR zpVDXlUVC7YkE9MHFwsvo5jqdanzwaqjyquF9i+Ht8hvduE9lt6hTDCWbqJ1hpJl pTjqu2Y7YABYuuM9aVxX4q4F90QumLZFW2WySt3dibf+2rRItgJARCiF1FNCOH/W 8y38q0U82cCTJxEAPOlQhK78UdgXRY5NPQoT7tZ18IM1xIA7wxdaKo70t/Qc0nfj S12R5zAmZb3REyr4TsTU87SBnIQXkBPZrE63HYohZkU3EMwchjvto0gGSvclzVOI lYNxLCEkX087DQh/sDlDFZfVvTVPOP16p/qx4YZqSNluiI3TCZX28M69cjXM4s32 o9h2J/G4QYAChkn6yfIGLpISyVnpQ1Duplf5k+ouA57pjjb+7DNIcBviUif+BEGd pgM/2hVE88y8r238+dBl =jCIG -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- From owner-svn-ports-all@freebsd.org Sat Apr 2 17:06:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17C46B00CC0; Sat, 2 Apr 2016 17:06:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C19EF18AE; Sat, 2 Apr 2016 17:06:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32H6VmE064577; Sat, 2 Apr 2016 17:06:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32H6VhB064575; Sat, 2 Apr 2016 17:06:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021706.u32H6VhB064575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412424 - head/mail/p5-IMAP-Admin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:06:33 -0000 Author: adamw Date: Sat Apr 2 17:06:31 2016 New Revision: 412424 URL: https://svnweb.freebsd.org/changeset/ports/412424 Log: Update to 1.68. Add LICENSE and NO_ARCH, use OPTIONS helper for post-install, and wrap compound command in parentheses. No ChangeLog available. Modified: head/mail/p5-IMAP-Admin/Makefile head/mail/p5-IMAP-Admin/distinfo Modified: head/mail/p5-IMAP-Admin/Makefile ============================================================================== --- head/mail/p5-IMAP-Admin/Makefile Sat Apr 2 16:59:22 2016 (r412423) +++ head/mail/p5-IMAP-Admin/Makefile Sat Apr 2 17:06:31 2016 (r412424) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= IMAP-Admin -PORTVERSION= 1.6.7 -PORTREVISION= 1 +PORTVERSION= 1.6.8 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,20 +10,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for basic IMAP server administration +LICENSE= ART10 + USES= perl5 USE_PERL5= configure +NO_ARCH= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} OPTIONS_DEFINE= EXAMPLES -.include - PORTEXAMPLES= create.pl delete.pl -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \ - ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \ + ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/mail/p5-IMAP-Admin/distinfo ============================================================================== --- head/mail/p5-IMAP-Admin/distinfo Sat Apr 2 16:59:22 2016 (r412423) +++ head/mail/p5-IMAP-Admin/distinfo Sat Apr 2 17:06:31 2016 (r412424) @@ -1,2 +1,2 @@ -SHA256 (IMAP-Admin-1.6.7.tar.gz) = 382f44a8ab92ae9332ce35327c97e49253768719988a569e2fbb18b41acaf58a -SIZE (IMAP-Admin-1.6.7.tar.gz) = 14990 +SHA256 (IMAP-Admin-1.6.8.tar.gz) = 86bd699bda6774b6281e2abb629deeeb30edb58b7a179679aba90243ef1a7456 +SIZE (IMAP-Admin-1.6.8.tar.gz) = 15332 From owner-svn-ports-all@freebsd.org Sat Apr 2 17:09:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E0BB00D82 for ; Sat, 2 Apr 2016 17:09:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4EB419E6 for ; Sat, 2 Apr 2016 17:08:59 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f52.google.com with SMTP id c62so112993157lfc.1 for ; Sat, 02 Apr 2016 10:08:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to; bh=xxuGTaY69V6Ze38EpBQLXCKZYTuPT3zO7xZPgF51ZPg=; b=AweCRjvGEvzq/tS8wzDc/v6vInJ41rjzNYeDQmeGzuxxqKF4gCDrEXXo7NDGfiou9/ 5YTOqfVT3NycN/3HlK91Xc08L+f1gvF+hXrf7NOvSdCi51c2+ypXhEj6YXr1miqKjJCC +H1fFjjzDiwm8u9QKcyZZkkVhegxiVkrZxnRroTmZ11MJjV7+wjTzSXGSHUOjfBOiJ84 /gTHFN4jpTBtElGSbfKsVnlT8rgoyKNMPQt692PefdVRPmN2PDMI3nz2T8okzP+mdO3x cdoMQtRAsiS5JYmLSaG0GMpZBz4G7qbdgOGhB8vgibgK2yYP0DttEWHrJgOrFvS40azF YcEw== X-Gm-Message-State: AD7BkJJLblnmlbnjNROH8dxZq+zkVq+dvYbhO2cPExeAdkpOYLCxqUTKTCiJ5I3a+D5aQg== X-Received: by 10.25.163.130 with SMTP id m124mr4585981lfe.106.1459616932016; Sat, 02 Apr 2016 10:08:52 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id sa9sm3065327lbb.38.2016.04.02.10.08.50 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Apr 2016 10:08:51 -0700 (PDT) Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg To: Baptiste Daroussin References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Andrey Chernov Message-ID: <56FFFC9F.8030203@freebsd.org> Date: Sat, 2 Apr 2016 20:08:47 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160402170044.GB5214@ivaldir.etoilebsd.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tGQVlqTsGnCiFjALceqQUriDwSM98E7q2" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:09:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tGQVlqTsGnCiFjALceqQUriDwSM98E7q2 Content-Type: multipart/mixed; boundary="Uw8Xc9kdfgdq2rpUp25PD6hO2RIkudu5b" From: Andrey Chernov To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <56FFFC9F.8030203@freebsd.org> Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> In-Reply-To: <20160402170044.GB5214@ivaldir.etoilebsd.net> --Uw8Xc9kdfgdq2rpUp25PD6hO2RIkudu5b Content-Type: multipart/mixed; boundary="------------030108000605000700000606" This is a multi-part message in MIME format. --------------030108000605000700000606 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02.04.2016 20:00, Baptiste Daroussin wrote: > On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: >> On 02.04.2016 15:51, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Sat Apr 2 12:51:08 2016 >>> New Revision: 412403 >>> URL: https://svnweb.freebsd.org/changeset/ports/412403 >>> >>> Log: >>> Update to 1.7.1 >> >> This version still damage local.sqlite after each 'pkg check -B': >> https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.ht= ml >> Nothing is changed. >> I have a lot of ports and never seen this, what is wrong with this >> libgdk_pixbuf-2.0.so.0 sensing only? >> >=20 > Can you please provide me the output of > $ pkg info -f gdk-pixbuf2 >=20 > and >=20 > readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 Both attached. --------------030108000605000700000606 Content-Type: text/plain; charset=UTF-8; name="1.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="1.txt" Z2RrLXBpeGJ1ZjItMi4zMi4zCk5hbWUgICAgICAgICAgIDogZ2RrLXBpeGJ1ZjIKVmVyc2lv biAgICAgICAgOiAyLjMyLjMKSW5zdGFsbGVkIG9uICAgOiBUaHUgRmViIDE4IDEzOjQxOjQy IDIwMTYgTVNLCk9yaWdpbiAgICAgICAgIDogZ3JhcGhpY3MvZ2RrLXBpeGJ1ZjIKQXJjaGl0 ZWN0dXJlICAgOiBmcmVlYnNkOjEwOng4NjozMgpQcmVmaXggICAgICAgICA6IC91c3IvbG9j YWwKQ2F0ZWdvcmllcyAgICAgOiBncmFwaGljcwpMaWNlbnNlcyAgICAgICA6IExHUEwyMCsK TWFpbnRhaW5lciAgICAgOiBnbm9tZUBGcmVlQlNELm9yZwpXV1cgICAgICAgICAgICA6IGh0 dHA6Ly9kZXZlbG9wZXIuZ25vbWUub3JnL2FyY2gvaW1hZ2luZy9nZGtwaXhidWYuaHRtbApD b21tZW50ICAgICAgICA6IEdyYXBoaWMgbGlicmFyeSBmb3IgR1RLKwpPcHRpb25zICAgICAg ICA6CglKQVNQRVIgICAgICAgICA6IG9uCglKUEVHICAgICAgICAgICA6IG9uCglOTFMgICAg ICAgICAgICA6IG9mZgoJUE5HICAgICAgICAgICAgOiBvbgoJVElGRiAgICAgICAgICAgOiBv bgpTaGFyZWQgTGlicyByZXF1aXJlZDoKCWxpYnBuZzE2LnNvLjE2CglsaWJpbnRsLnNvLjgK CWxpYmdvYmplY3QtMi4wLnNvLjAKCWxpYmdsaWItMi4wLnNvLjAKCWxpYnRpZmYuc28uNQoJ bGlianBlZy5zby44CglsaWJqYXNwZXIuc28uNAoJbGliZ21vZHVsZS0yLjAuc28uMAoJbGli Z2lvLTIuMC5zby4wCglsaWJYMTEuc28uNgpTaGFyZWQgTGlicyBwcm92aWRlZDoKCWxpYnBp eGJ1ZmxvYWRlci1qcGVnLnNvCglsaWJwaXhidWZsb2FkZXItcG5nLnNvCglsaWJnZGtfcGl4 YnVmX3hsaWItMi4wLnNvLjAKCWxpYnBpeGJ1ZmxvYWRlci1ibXAuc28KCWxpYnBpeGJ1Zmxv YWRlci1naWYuc28KCWxpYnBpeGJ1ZmxvYWRlci14Ym0uc28KCWxpYnBpeGJ1ZmxvYWRlci1x dGlmLnNvCglsaWJwaXhidWZsb2FkZXItaWNucy5zbwoJbGlicGl4YnVmbG9hZGVyLWphc3Bl ci5zbwoJbGlicGl4YnVmbG9hZGVyLWFuaS5zbwoJbGlicGl4YnVmbG9hZGVyLXRpZmYuc28K CWxpYnBpeGJ1ZmxvYWRlci1pY28uc28KCWxpYnBpeGJ1ZmxvYWRlci14cG0uc28KCWxpYmdk a19waXhidWYtMi4wLnNvLjAKCWxpYnBpeGJ1ZmxvYWRlci1wbm0uc28KCWxpYnBpeGJ1Zmxv YWRlci10Z2Euc28KQW5ub3RhdGlvbnMgICAgOgoJY3BlICAgICAgICAgICAgOiBjcGU6Mi4z OmE6Z25vbWU6Z2RrLXBpeGJ1ZjoyLjMyLjM6Ojo6OmZyZWVic2QxMDp4ODYKRmxhdCBzaXpl ICAgICAgOiA2ODNLaUIKRGVzY3JpcHRpb24gICAgOgpUaGUgR2RrUGl4QnVmIGxpYnJhcnkg cHJvdmlkZXMgYSBudW1iZXIgb2YgZmVhdHVyZXM6CgoJLSBJbWFnZSBsb2FkaW5nIGZhY2ls aXRpZXMuCgktIFJlbmRlcmluZyBvZiBhIEdka1BpeEJ1ZiBpbnRvIHZhcmlvdXMgZm9ybWF0 czoKCSAgZHJhd2FibGVzICh3aW5kb3dzLCBwaXhtYXBzKSwgR2RrUkdCIGJ1ZmZlcnMuCgkt IEEgY2FjaGUgaW50ZXJmYWNlCgpXV1c6IGh0dHA6Ly9kZXZlbG9wZXIuZ25vbWUub3JnL2Fy Y2gvaW1hZ2luZy9nZGtwaXhidWYuaHRtbAoK --------------030108000605000700000606 Content-Type: text/plain; charset=UTF-8; name="2.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="2.txt" CkR5bmFtaWMgc2VjdGlvbiBhdCBvZmZzZXQgMHgxZDE0YyBjb250YWlucyAzMCBlbnRyaWVz OgogIFRhZyAgICAgICAgVHlwZSAgICAgICAgICAgICAgICAgICAgICAgICBOYW1lL1ZhbHVl CiAweDAwMDAwMDAxIChORUVERUQpICAgICAgICAgICAgICAgICAgICAgU2hhcmVkIGxpYnJh cnk6IFtsaWJnbW9kdWxlLTIuMC5zby4wXQogMHgwMDAwMDAwMSAoTkVFREVEKSAgICAgICAg ICAgICAgICAgICAgIFNoYXJlZCBsaWJyYXJ5OiBbbGliZ2lvLTIuMC5zby4wXQogMHgwMDAw MDAwMSAoTkVFREVEKSAgICAgICAgICAgICAgICAgICAgIFNoYXJlZCBsaWJyYXJ5OiBbbGli Z29iamVjdC0yLjAuc28uMF0KIDB4MDAwMDAwMDEgKE5FRURFRCkgICAgICAgICAgICAgICAg ICAgICBTaGFyZWQgbGlicmFyeTogW2xpYmdsaWItMi4wLnNvLjBdCiAweDAwMDAwMDAxIChO RUVERUQpICAgICAgICAgICAgICAgICAgICAgU2hhcmVkIGxpYnJhcnk6IFtsaWJpbnRsLnNv LjhdCiAweDAwMDAwMDAxIChORUVERUQpICAgICAgICAgICAgICAgICAgICAgU2hhcmVkIGxp YnJhcnk6IFtsaWJwbmcxNi5zby4xNl0KIDB4MDAwMDAwMDEgKE5FRURFRCkgICAgICAgICAg ICAgICAgICAgICBTaGFyZWQgbGlicmFyeTogW2xpYm0uc28uNV0KIDB4MDAwMDAwMDEgKE5F RURFRCkgICAgICAgICAgICAgICAgICAgICBTaGFyZWQgbGlicmFyeTogW2xpYnRoci5zby4z XQogMHgwMDAwMDAwMSAoTkVFREVEKSAgICAgICAgICAgICAgICAgICAgIFNoYXJlZCBsaWJy YXJ5OiBbbGliYy5zby43XQogMHgwMDAwMDAwZSAoU09OQU1FKSAgICAgICAgICAgICAgICAg ICAgIExpYnJhcnkgc29uYW1lOiBbbGliZ2RrX3BpeGJ1Zi0yLjAuc28uMF0KIDB4MDAwMDAw MGMgKElOSVQpICAgICAgICAgICAgICAgICAgICAgICAweDQ3NzgKIDB4MDAwMDAwMGQgKEZJ TkkpICAgICAgICAgICAgICAgICAgICAgICAweDE5YjYwCiAweDAwMDAwMDA0IChIQVNIKSAg ICAgICAgICAgICAgICAgICAgICAgMHhiNAogMHg2ZmZmZmVmNSAoR05VX0hBU0gpICAgICAg ICAgICAgICAgICAgIDB4OWE0CiAweDAwMDAwMDA1IChTVFJUQUIpICAgICAgICAgICAgICAg ICAgICAgMHgyMGU0CiAweDAwMDAwMDA2IChTWU1UQUIpICAgICAgICAgICAgICAgICAgICAg MHhkYjQKIDB4MDAwMDAwMGEgKFNUUlNaKSAgICAgICAgICAgICAgICAgICAgICA2ODIwIChi eXRlcykKIDB4MDAwMDAwMGIgKFNZTUVOVCkgICAgICAgICAgICAgICAgICAgICAxNiAoYnl0 ZXMpCiAweDAwMDAwMDAzIChQTFRHT1QpICAgICAgICAgICAgICAgICAgICAgMHgxZDJjOAog MHgwMDAwMDAwMiAoUExUUkVMU1opICAgICAgICAgICAgICAgICAgIDE4MjQgKGJ5dGVzKQog MHgwMDAwMDAxNCAoUExUUkVMKSAgICAgICAgICAgICAgICAgICAgIFJFTAogMHgwMDAwMDAx NyAoSk1QUkVMKSAgICAgICAgICAgICAgICAgICAgIDB4NDA1OAogMHgwMDAwMDAxMSAoUkVM KSAgICAgICAgICAgICAgICAgICAgICAgIDB4M2UzMAogMHgwMDAwMDAxMiAoUkVMU1opICAg ICAgICAgICAgICAgICAgICAgIDU1MiAoYnl0ZXMpCiAweDAwMDAwMDEzIChSRUxFTlQpICAg ICAgICAgICAgICAgICAgICAgOCAoYnl0ZXMpCiAweDZmZmZmZmZlIChWRVJORUVEKSAgICAg ICAgICAgICAgICAgICAgMHgzZGYwCiAweDZmZmZmZmZmIChWRVJORUVETlVNKSAgICAgICAg ICAgICAgICAgMgogMHg2ZmZmZmZmMCAoVkVSU1lNKSAgICAgICAgICAgICAgICAgICAgIDB4 M2I4OAogMHg2ZmZmZmZmYSAoUkVMQ09VTlQpICAgICAgICAgICAgICAgICAgIDQ1CiAweDAw MDAwMDAwIChOVUxMKSAgICAgICAgICAgICAgICAgICAgICAgMHgwCg== --------------030108000605000700000606-- --Uw8Xc9kdfgdq2rpUp25PD6hO2RIkudu5b-- --tGQVlqTsGnCiFjALceqQUriDwSM98E7q2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJW//ygAAoJEKUckv0MjfbKhHgH/RxzE4hBU5g3X54pHCUMLymn JSm+7Ue1bRyyn3ccQdaW13y2K1hbOdXhLfK5z2DVK5LukVK7cdp8iHFJbYhPGxqr JZwmKVQOkwtVgdblocHGicfgHN1eMykN74DV8bmZKZd91Znv6mQ6Rr3h6gZF8qSf DDpLDAgLl0cavqyRsntYOeHFy2ls8gvGQBqpyaZSOEVI69pmrII32H1DKfqYmeGu wMVkow7mKd9ePrBu6btYINwgR0sFAzHBrpCbxZNcowKH6vTajoaoyYyS5yH3tpKb ozi961AmeQmvBziPoy0HxWc3P7z0e79P3mbq810l9VoXnJ2gBVRQzcOazcjy16E= =0rs0 -----END PGP SIGNATURE----- --tGQVlqTsGnCiFjALceqQUriDwSM98E7q2-- From owner-svn-ports-all@freebsd.org Sat Apr 2 17:11:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E3A9B00F06; Sat, 2 Apr 2016 17:11:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4EF1B84; Sat, 2 Apr 2016 17:11:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32HBSq7066819; Sat, 2 Apr 2016 17:11:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32HBSsL066817; Sat, 2 Apr 2016 17:11:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021711.u32HBSsL066817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412425 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:11:29 -0000 Author: adamw Date: Sat Apr 2 17:11:28 2016 New Revision: 412425 URL: https://svnweb.freebsd.org/changeset/ports/412425 Log: Update to 2.94. Changes: https://metacpan.org/changes/distribution/Net-Whois-Raw Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Sat Apr 2 17:06:31 2016 (r412424) +++ head/net/p5-Net-Whois-Raw/Makefile Sat Apr 2 17:11:28 2016 (r412425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.93 +PORTVERSION= 2.94 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Sat Apr 2 17:06:31 2016 (r412424) +++ head/net/p5-Net-Whois-Raw/distinfo Sat Apr 2 17:11:28 2016 (r412425) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-Raw-2.93.tar.gz) = 08610961a12a4aead67c45be2b58665dc6680076048b095baebfbdad14500b79 -SIZE (Net-Whois-Raw-2.93.tar.gz) = 55411 +SHA256 (Net-Whois-Raw-2.94.tar.gz) = 0b304e6e92d430c92b6f46c8805af8039e399ae15b115e25f8e0edd1ce2eb997 +SIZE (Net-Whois-Raw-2.94.tar.gz) = 55489 From owner-svn-ports-all@freebsd.org Sat Apr 2 17:13:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E91FFB00FAA; Sat, 2 Apr 2016 17:13:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A08431DE4; Sat, 2 Apr 2016 17:13:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32HDYcn067639; Sat, 2 Apr 2016 17:13:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32HDYsR067636; Sat, 2 Apr 2016 17:13:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021713.u32HDYsR067636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412426 - head/devel/p5-Object-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:13:36 -0000 Author: adamw Date: Sat Apr 2 17:13:34 2016 New Revision: 412426 URL: https://svnweb.freebsd.org/changeset/ports/412426 Log: Update to 3.15, and sort plist. No ChangeLog available. Modified: head/devel/p5-Object-Simple/Makefile head/devel/p5-Object-Simple/distinfo head/devel/p5-Object-Simple/pkg-plist Modified: head/devel/p5-Object-Simple/Makefile ============================================================================== --- head/devel/p5-Object-Simple/Makefile Sat Apr 2 17:11:28 2016 (r412425) +++ head/devel/p5-Object-Simple/Makefile Sat Apr 2 17:13:34 2016 (r412426) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Object-Simple -PORTVERSION= 3.1000 -PORTREVISION= 1 +PORTVERSION= 3.1500 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Object-Simple/distinfo ============================================================================== --- head/devel/p5-Object-Simple/distinfo Sat Apr 2 17:11:28 2016 (r412425) +++ head/devel/p5-Object-Simple/distinfo Sat Apr 2 17:13:34 2016 (r412426) @@ -1,2 +1,2 @@ -SHA256 (Object-Simple-3.10.tar.gz) = 6f92e73097a81da445ec6027e8b081326e903156c9a68e8d800881277eada8a9 -SIZE (Object-Simple-3.10.tar.gz) = 13204 +SHA256 (Object-Simple-3.15.tar.gz) = fb502d542d636b2bb64a72324c30ec29ccdd25ac60a71844ae90a87c9068593b +SIZE (Object-Simple-3.15.tar.gz) = 13150 Modified: head/devel/p5-Object-Simple/pkg-plist ============================================================================== --- head/devel/p5-Object-Simple/pkg-plist Sat Apr 2 17:11:28 2016 (r412425) +++ head/devel/p5-Object-Simple/pkg-plist Sat Apr 2 17:13:34 2016 (r412426) @@ -1,6 +1,4 @@ -%%PERL5_MAN3%%/Object::Simple.3.gz -%%PERL5_MAN3%%/Object::Simple::Accessor.3.gz -%%PERL5_MAN3%%/Object::Simple::Guide.3.gz %%SITE_PERL%%/Object/Simple.pm %%SITE_PERL%%/Object/Simple/Accessor.pm -%%SITE_PERL%%/Object/Simple/Guide.pod +%%PERL5_MAN3%%/Object::Simple.3.gz +%%PERL5_MAN3%%/Object::Simple::Accessor.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 17:22:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 197DBB011EB; Sat, 2 Apr 2016 17:22:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D101411DB; Sat, 2 Apr 2016 17:22:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32HMnWI070710; Sat, 2 Apr 2016 17:22:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32HMmEk070707; Sat, 2 Apr 2016 17:22:48 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021722.u32HMmEk070707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412427 - head/devel/p5-Curses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:22:50 -0000 Author: adamw Date: Sat Apr 2 17:22:48 2016 New Revision: 412427 URL: https://svnweb.freebsd.org/changeset/ports/412427 Log: Update to 1.34. Use OPTIONS helpers, and reorganize things so all the OPTIONS stuff is in one place. Strip XS module, and sort plist. No ChangeLog available. Modified: head/devel/p5-Curses/Makefile head/devel/p5-Curses/distinfo head/devel/p5-Curses/pkg-plist Modified: head/devel/p5-Curses/Makefile ============================================================================== --- head/devel/p5-Curses/Makefile Sat Apr 2 17:13:34 2016 (r412426) +++ head/devel/p5-Curses/Makefile Sat Apr 2 17:22:48 2016 (r412427) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Curses -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.34 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,22 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for terminal screen handling and optimization -OPTIONS_DEFINE= NCURSESW -NCURSESW_DESC= Wide-character-capable support by ncursesw library - -USES= perl5 tar:tgz +USES= perl5 USE_PERL5= configure + CONFIGURE_ARGS= PANELS MENUS FORMS CONFIGURE_ENV= CURSES_CFLAGS="-I${WRKSRC}/usr/include/ncurses" -.include - -.if ${PORT_OPTIONS:MNCURSESW} -CONFIGURE_ENV+= CURSES_LDFLAGS="-L/usr/lib/ -lncursesw" \ - CURSES_LIBTYPE="ncursesw" -.else -CONFIGURE_ENV+= CURSES_LDFLAGS="-L/usr/lib/ -lncurses" -.endif +OPTIONS_DEFINE= NCURSESW +NCURSESW_DESC= Wide-character-capable support by ncursesw library +NCURSESW_CONFIGURE_ENV= CURSES_LDFLAGS="-L/usr/lib/ -lncursesw" \ + CURSES_LIBTYPE="ncursesw" +NCURSESW_CONFIGURE_ENV_OFF= CURSES_LDFLAGS="-L/usr/lib/ -lncurses" pre-configure: @${LN} -sf ${WRKSRC}/hints/c-freebsd.ncurses.h \ @@ -36,4 +30,7 @@ pre-configure: @${LN} -fs /usr/include/${i} ${WRKSRC}/usr/include/ncurses/${i} .endfor +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Curses/Curses.so + .include Modified: head/devel/p5-Curses/distinfo ============================================================================== --- head/devel/p5-Curses/distinfo Sat Apr 2 17:13:34 2016 (r412426) +++ head/devel/p5-Curses/distinfo Sat Apr 2 17:22:48 2016 (r412427) @@ -1,2 +1,2 @@ -SHA256 (Curses-1.32.tgz) = 5dba44fd7964806d9765e6692bc7eb8eb30aeced2740f28b9a4070a5d14ba650 -SIZE (Curses-1.32.tgz) = 134753 +SHA256 (Curses-1.34.tar.gz) = 808e44d5946be265af5ff0b90f3d0802108e7d1b39b0fe68a4a446fe284d322b +SIZE (Curses-1.34.tar.gz) = 135417 Modified: head/devel/p5-Curses/pkg-plist ============================================================================== --- head/devel/p5-Curses/pkg-plist Sat Apr 2 17:13:34 2016 (r412426) +++ head/devel/p5-Curses/pkg-plist Sat Apr 2 17:22:48 2016 (r412427) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Curses.3.gz %%SITE_ARCH%%/Curses.pm %%SITE_ARCH%%/auto/Curses/Curses.so +%%PERL5_MAN3%%/Curses.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 17:32:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88FEBB0139E; Sat, 2 Apr 2016 17:32:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0E0157C; Sat, 2 Apr 2016 17:32:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32HWsdR073957; Sat, 2 Apr 2016 17:32:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32HWs7t073952; Sat, 2 Apr 2016 17:32:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021732.u32HWs7t073952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412428 - in head/devel: . p5-namespace-clean-xs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:32:55 -0000 Author: adamw Date: Sat Apr 2 17:32:53 2016 New Revision: 412428 URL: https://svnweb.freebsd.org/changeset/ports/412428 Log: Add devel/p5-namespace-clean-xs, essentially a drop-in replacement for devel/p5-namespace-clean, but in XS and with no dependencies. WWW: https://metacpan.org/pod/namespace::clean::xs Added: head/devel/p5-namespace-clean-xs/ head/devel/p5-namespace-clean-xs/Makefile (contents, props changed) head/devel/p5-namespace-clean-xs/distinfo (contents, props changed) head/devel/p5-namespace-clean-xs/pkg-descr (contents, props changed) head/devel/p5-namespace-clean-xs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 2 17:22:48 2016 (r412427) +++ head/devel/Makefile Sat Apr 2 17:32:53 2016 (r412428) @@ -3484,6 +3484,7 @@ SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean + SUBDIR += p5-namespace-clean-xs SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent Added: head/devel/p5-namespace-clean-xs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/Makefile Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,24 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= namespace-clean-xs +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Keep imports and functions out of your namespace, in XS + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/namespace/clean/xs/xs.so + +.include Added: head/devel/p5-namespace-clean-xs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/distinfo Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,2 @@ +SHA256 (namespace-clean-xs-0.05.tar.gz) = e17e7890f09833f7acd1d852995ec84ff3c374a74c6a1b9d3af2fadff6ca264e +SIZE (namespace-clean-xs-0.05.tar.gz) = 12085 Added: head/devel/p5-namespace-clean-xs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/pkg-descr Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,4 @@ +This module does the same thing as devel/p5-namespace-clean, but in +XS and with no dependencies. + +WWW: https://metacpan.org/pod/namespace::clean::xs Added: head/devel/p5-namespace-clean-xs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/pkg-plist Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,6 @@ +%%SITE_ARCH%%/auto/namespace/clean/xs/xs.so +%%SITE_ARCH%%/namespace/clean/xs.pm +%%SITE_ARCH%%/namespace/clean/xs/all.pm +%%SITE_ARCH%%/namespace/clean/xs/compat.h +%%PERL5_MAN3%%/namespace::clean::xs.3.gz +%%PERL5_MAN3%%/namespace::clean::xs::all.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 17:42:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11247B014BF; Sat, 2 Apr 2016 17:42:08 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFF0118F8; Sat, 2 Apr 2016 17:42:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x232.google.com with SMTP id vo2so103513565lbb.1; Sat, 02 Apr 2016 10:42:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=miRL6W7XFnqsCyPOxO4RVcydxRvycraUlAq4iXjkmw4=; b=z4bXDcAxWfmLiY2+VbtJFArOldIvJ9YCEymU0GKebKxP95QIx1YYS3UYnvlIWLI2t3 LRA99m8W6OiqnFK6GPl3C8LeNDUls3mrZIdO0mEJp3zWaKulnQltYkQOuqMRUG80EqdQ 7AMrB4iLuKLLW4zp7GiJy2r6SxZOKUo3dqZs3nvW9NcEMH6y7WrVh42Asak+7Ecfyw1c qMqAfA1WxvhulgvCNYatLhAEMALIJYcK8sUfyEUpUuxJmE0BINuxHit8HFLQRshmFnY7 6fMgUZPip8Wm2T1BrMBD75t298DlMHMkgRwOZ8cno7wbagCvvo1dWWISUERUd09TTVap DbTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=miRL6W7XFnqsCyPOxO4RVcydxRvycraUlAq4iXjkmw4=; b=jHZ0t6sgZAbkFu7nQKbVszQfD8+wnQtqiqSbzCEWkwqPBtuNU37JboE1oc0CKnsqek gmnjBEfazn+l6aYiF1W47cHO+YdYkUiZFHmROjHoVXf0xMSMkb9o7uytJZX6GHClMULb n2XceKP3pT5i4PU6Nsrz98tmOMgthHxgy5DIDLKKpCC7UD4QjRvFv9JYuGH+SqKTE2Mc ABRCW3S0p2ZknG0ibsgfsxW7fhclJBV9J7hMkXXen56mkvc9PTUVFrPuQLwxl/Nmwf71 VXrcf2zQ+gew3x3UsZmj6elyCoSOKP5Q21lBKkSQS1QlbRMt3L/5lpxIPL+p8f8xERtE YRSA== X-Gm-Message-State: AD7BkJJOwlr5UKr7tNSAGUyIYz1/1M6nROz5bQOfs1MgFQbhDPjExj6HTITX6cCub0L9pw== X-Received: by 10.28.158.78 with SMTP id h75mr1253562wme.53.1459618925589; Sat, 02 Apr 2016 10:42:05 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id kq9sm4705470wjc.26.2016.04.02.10.42.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 10:42:04 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 Apr 2016 19:42:03 +0200 From: Baptiste Daroussin To: Andrey Chernov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402174202.GC5214@ivaldir.etoilebsd.net> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> <56FFFC9F.8030203@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="m51xatjYGsM+13rf" Content-Disposition: inline In-Reply-To: <56FFFC9F.8030203@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 17:42:08 -0000 --m51xatjYGsM+13rf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 02, 2016 at 08:08:47PM +0300, Andrey Chernov wrote: > On 02.04.2016 20:00, Baptiste Daroussin wrote: > > On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: > >> On 02.04.2016 15:51, Baptiste Daroussin wrote: > >>> Author: bapt > >>> Date: Sat Apr 2 12:51:08 2016 > >>> New Revision: 412403 > >>> URL: https://svnweb.freebsd.org/changeset/ports/412403 > >>> > >>> Log: > >>> Update to 1.7.1 > >> > >> This version still damage local.sqlite after each 'pkg check -B': > >> https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.ht= ml > >> Nothing is changed. > >> I have a lot of ports and never seen this, what is wrong with this > >> libgdk_pixbuf-2.0.so.0 sensing only? > >> > >=20 > > Can you please provide me the output of > > $ pkg info -f gdk-pixbuf2 > >=20 > > and > >=20 > > readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 >=20 > Both attached. The only common situation between the 2 reporters (you and another guy) is = the usage of i386. Given I cannot reproduce on an amd64 box or a i386 jail I'll setup a i386 v= m to be able to test. Thanks for the report. I'll dig and fix Best regards, Bapt --m51xatjYGsM+13rf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXAARqAAoJEGOJi9zxtz5ac7MP/2osAaZwMdHxpaSs62hBWdxi lG/AHq5OiRhQECJPppEpmLPMXPb+ujOKNFbHYMkzUj4jJ2fl7X8AKS6C5z+R/KVq TSUB59pOoW/sXQEPXd2aQaiPnleMe0KD/6vybLNXVOz5MlE054XSPikrwkzJYFLb MQc5j1w7FgeTenDyIDXT7zSNmu/mZhS9d2QzC2h1ZJ03KrMiaf3E7gbPThRYhShC RmXMZpKzx5MhhBK9utsaWoNhu3Mutoh6Cuo7kHcYdrx/9eOehnvPxoSf2RXmDj4d CM5VCxqxGPrS/hH0Y3jnhbaMfbLiyGpGG4VSJSo0NYhcw4LUblVGhmSSlWKsmkz0 VBxQMZqNZDQgemRGfIxYoscno6Dz3wL3LEHikzti1g4i85V32ATMUiOQpG8BxmeZ u3CMi0jajMtFLrr7sylmEuVrvWAgZMUXwRZz5MeeoX36BVB0H8bLDqG0Ej4RqDCM 0pi8QGrJh7ppMFZbuN5kvuWEwcXpUMn3DZzDSYSwvNbsfZSm9WLKiZcD26vEoaaR /1qPgLjJ5ZOpr5prHgsv1nuFk+RXZfDexYiuEVy26dN63SZBrFAzcNJ9p6gyi0v1 ZffeDYOQOZ6y5Ehyp9Md2wqSBIBPv+qzyhOu3Ttj62hn80K1zi/E4hRuPU42bxnR +Ev4KD0lQbMNDfppIgGP =e2SN -----END PGP SIGNATURE----- --m51xatjYGsM+13rf-- From owner-svn-ports-all@freebsd.org Sat Apr 2 19:02:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46A3AAEC87E; Sat, 2 Apr 2016 19:02:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17CB211DA; Sat, 2 Apr 2016 19:02:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32J2Fwq001035; Sat, 2 Apr 2016 19:02:15 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32J2FvW001034; Sat, 2 Apr 2016 19:02:15 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604021902.u32J2FvW001034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 2 Apr 2016 19:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412429 - head/graphics/kipi-plugins-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 19:02:16 -0000 Author: rakuco Date: Sat Apr 2 19:02:15 2016 New Revision: 412429 URL: https://svnweb.freebsd.org/changeset/ports/412429 Log: Fix the dependencies for the DOCS and NLS options. The current code was a no-op because it was left out of the options helper conversion in r340628. Modified: head/graphics/kipi-plugins-kde4/Makefile Modified: head/graphics/kipi-plugins-kde4/Makefile ============================================================================== --- head/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 17:32:53 2016 (r412428) +++ head/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 19:02:15 2016 (r412429) @@ -2,6 +2,7 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde DISTFILES= # @@ -27,7 +28,7 @@ ${plugin:tu}_DESC= ${${plugin}_DESC} ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin} .endfor -NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n -DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc +NLS_RUN_DEPENDS= digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n +DOCS_RUN_DEPENDS= digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc .include From owner-svn-ports-all@freebsd.org Sat Apr 2 19:03:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54FB0AEC8C6; Sat, 2 Apr 2016 19:03:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 250241305; Sat, 2 Apr 2016 19:03:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32J3BFF001199; Sat, 2 Apr 2016 19:03:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32J3BtV001198; Sat, 2 Apr 2016 19:03:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604021903.u32J3BtV001198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 2 Apr 2016 19:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412430 - branches/2016Q2/graphics/kipi-plugins-kde4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 19:03:12 -0000 Author: rakuco Date: Sat Apr 2 19:03:11 2016 New Revision: 412430 URL: https://svnweb.freebsd.org/changeset/ports/412430 Log: MFH: r412429 Fix the dependencies for the DOCS and NLS options. The current code was a no-op because it was left out of the options helper conversion in r340628. Approved by: portmgr blanket approval Modified: branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/kipi-plugins-kde4/Makefile ============================================================================== --- branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 19:02:15 2016 (r412429) +++ branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 19:03:11 2016 (r412430) @@ -2,6 +2,7 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde DISTFILES= # @@ -27,7 +28,7 @@ ${plugin:tu}_DESC= ${${plugin}_DESC} ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin} .endfor -NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n -DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc +NLS_RUN_DEPENDS= digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n +DOCS_RUN_DEPENDS= digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc .include From owner-svn-ports-all@freebsd.org Sat Apr 2 19:18:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C52DAECB54 for ; Sat, 2 Apr 2016 19:18:45 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B743619A3 for ; Sat, 2 Apr 2016 19:18:44 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f51.google.com with SMTP id p188so88297412lfd.0 for ; Sat, 02 Apr 2016 12:18:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to; bh=AsZUZIItVyaVSQ9Cx6kDd1W2y2j3y1hAgmd7Ai04zSM=; b=BR8OU/i6jSgzvPDGzaGfv1YuUjsDRb7TnmQ7/xlppuN8dUCQrcitNqj3YPGTUy8dwO 8P6X07kSmjDlVeCXLIOoPvHPyMuzKoO7mId+kaYp+dWkkr6SMKUh+9V33YBPmZ4vtrar UVpFZDksGzVpsy4yw2/QRkMVLr0Fo7YQ9TzPKC+iSuOolTl6Wk45P/FXSebbBouuEeDJ +gNwFpT2CAYh7zQFWXowLSZnVuwEvSvPaGJOzQdhwQlSjjqNzm0tnQudqh4xYTZ10BVi 20Go6T+pGeBrY5TGGmO4jdEiabpaTxQql22+oFLlYE5vzjfk0NYakcZhzculagRJM716 e65w== X-Gm-Message-State: AD7BkJJ49li09A7HOCflzRC/9bjvPkyATDUXW8ri1P/EsvBaFnK5LI1afSXkYlPUVFz2yA== X-Received: by 10.25.208.143 with SMTP id h137mr3466550lfg.110.1459624717153; Sat, 02 Apr 2016 12:18:37 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id xf10sm3292022lbb.23.2016.04.02.12.18.35 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Apr 2016 12:18:36 -0700 (PDT) Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg To: Baptiste Daroussin References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> <56FFFC9F.8030203@freebsd.org> <20160402174202.GC5214@ivaldir.etoilebsd.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Andrey Chernov Message-ID: <57001B09.6080400@freebsd.org> Date: Sat, 2 Apr 2016 22:18:33 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160402174202.GC5214@ivaldir.etoilebsd.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DxVVnuHWk7Hol8o50cN8ffEG83xWOaEKW" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 19:18:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DxVVnuHWk7Hol8o50cN8ffEG83xWOaEKW Content-Type: multipart/mixed; boundary="Dej4MvpX0GNtsC523uu4ilx3obN7Se6j9" From: Andrey Chernov To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <57001B09.6080400@freebsd.org> Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> <56FFFC9F.8030203@freebsd.org> <20160402174202.GC5214@ivaldir.etoilebsd.net> In-Reply-To: <20160402174202.GC5214@ivaldir.etoilebsd.net> --Dej4MvpX0GNtsC523uu4ilx3obN7Se6j9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02.04.2016 20:42, Baptiste Daroussin wrote: > On Sat, Apr 02, 2016 at 08:08:47PM +0300, Andrey Chernov wrote: >> On 02.04.2016 20:00, Baptiste Daroussin wrote: >>> On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: >>>> On 02.04.2016 15:51, Baptiste Daroussin wrote: >>>>> Author: bapt >>>>> Date: Sat Apr 2 12:51:08 2016 >>>>> New Revision: 412403 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/412403 >>>>> >>>>> Log: >>>>> Update to 1.7.1 >>>> >>>> This version still damage local.sqlite after each 'pkg check -B': >>>> https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.= html >>>> Nothing is changed. >>>> I have a lot of ports and never seen this, what is wrong with this >>>> libgdk_pixbuf-2.0.so.0 sensing only? >>>> >>> >>> Can you please provide me the output of >>> $ pkg info -f gdk-pixbuf2 >>> >>> and >>> >>> readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 >> >> Both attached. >=20 > The only common situation between the 2 reporters (you and another guy)= is the > usage of i386. There is yet one report dated Sep 2015 in the wild, from where I extract the method of post-fixing of sqlite database. Sorry, it is in Russian, but all mentioned commands are self-explanatory: http://www.bsdportal.ru/viewtopic.php?f=3D58&t=3D27528 --Dej4MvpX0GNtsC523uu4ilx3obN7Se6j9-- --DxVVnuHWk7Hol8o50cN8ffEG83xWOaEKW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJXABsJAAoJEKUckv0MjfbKp/kIAKXksk6MQHzVw6Y5JuuX2wrW DOL2U2o2FCcUksDyLdHBvIUL4kIfY5Cqtt4lL5wciZTTyVhGnyfPcuLq3IebvY/2 2SdjlEruio356vTaOuirq7offmW4s1+CDsDaZXiWcDgTAVW5zLs0pK9t1Fe8kJUr 5Nl3TIBOMipOmrPQ2y1XqsdysNzoYIRJBTA7Zx3kSb7A4P+J+1iCtZZp3e1Zvzo7 ZP6MKa92xGXzuGrROixnJt3PlLRueLeRP40tzrv8Qzt29y5PkBvNJXIcG00rn+CU XVeT6eGlieNTNJj8NdS721OwcqmwDK1XRM0qr/7rkz43dmk5hl0IO/cZ5mG0Ccs= =53gV -----END PGP SIGNATURE----- --DxVVnuHWk7Hol8o50cN8ffEG83xWOaEKW-- From owner-svn-ports-all@freebsd.org Sat Apr 2 19:35:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E17DCB001CA; Sat, 2 Apr 2016 19:35:43 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x242.google.com (mail-lb0-x242.google.com [IPv6:2a00:1450:4010:c04::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7531351; Sat, 2 Apr 2016 19:35:43 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x242.google.com with SMTP id vk4so14331709lbb.1; Sat, 02 Apr 2016 12:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=9FR+EfdZiHNHK1Hbr/xg4HERVsTnY9Q+1S62JYsetJs=; b=wDyPz38b+Dp0gIdvL3y1g9A0phlrZsEnETanCkXVztJ0v+aQDVn90Puu5xnoal310O oLR2AqZ8izpzAvZ30e5rPntK8T8U8lEA48sacNTvePJMvAJtZIh6dxT6e1ZlkM8OCsJ5 DEx8LdQvyFH1f7wqyK4RvSudLk4xrWu0tV9B4CIiD9YtDulyFr4qRHOtjdvknJnWv/CV nLKbDIuEnHrqg/M+Plz24jPcY20ElgF1Sg5ZHQMt9da/K0L0SVTTvAVoRw2dl2C2NAqb S26OlQF7ObOW/uGr0TChyJ7SyWew08LlyPjVGpRbZvd9+muWWADCNeW6oc3OfshKPSm5 sCbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=9FR+EfdZiHNHK1Hbr/xg4HERVsTnY9Q+1S62JYsetJs=; b=giHFtyWLOY1fSiTqSQG697Uh3OqcEnYcKVbaxHO3Gxu5dIVcLO/IRG6e5F9jHDnELx 6gGWq8rYOZgcrAIocjcQVPssHNRQZ0rGxJ5E1fHR5VKHSoAOJ+DZKar9TQruhiDT5ITU IzMvKswbiOblnal0T4WRQqw81jDrvFN7Xt8Rov9PUYvqsztOJQDLL5WjXOL5ZzmGkLJB Qkt5Sgdz6s5IqHIg+fupFoEpx9113G+g7n9U/ZotPiRGxj6Mv7pDUBmntxrUBnCV3/s9 r6JNTC53sTmiBSWVncdvX+wbFOw40pknr7HYlseTqfzRqXpCgwa9HKeONIo69DkAnkCK YWpg== X-Gm-Message-State: AD7BkJJsmpBcCqOt7uNZKrMMQOikMTRljWRU/ZtmgR/4GbEh4XjmLZc4meWYe80EKL+XIA== X-Received: by 10.28.210.73 with SMTP id j70mr4462204wmg.8.1459625741743; Sat, 02 Apr 2016 12:35:41 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id e190sm5157985wma.15.2016.04.02.12.35.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 12:35:40 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 Apr 2016 21:35:38 +0200 From: Baptiste Daroussin To: Andrey Chernov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402193538.GE5214@ivaldir.etoilebsd.net> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> <56FFFC9F.8030203@freebsd.org> <20160402174202.GC5214@ivaldir.etoilebsd.net> <57001B09.6080400@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0H629O+sVkh21xTi" Content-Disposition: inline In-Reply-To: <57001B09.6080400@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 19:35:44 -0000 --0H629O+sVkh21xTi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 02, 2016 at 10:18:33PM +0300, Andrey Chernov wrote: > On 02.04.2016 20:42, Baptiste Daroussin wrote: > > On Sat, Apr 02, 2016 at 08:08:47PM +0300, Andrey Chernov wrote: > >> On 02.04.2016 20:00, Baptiste Daroussin wrote: > >>> On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: > >>>> On 02.04.2016 15:51, Baptiste Daroussin wrote: > >>>>> Author: bapt > >>>>> Date: Sat Apr 2 12:51:08 2016 > >>>>> New Revision: 412403 > >>>>> URL: https://svnweb.freebsd.org/changeset/ports/412403 > >>>>> > >>>>> Log: > >>>>> Update to 1.7.1 > >>>> > >>>> This version still damage local.sqlite after each 'pkg check -B': > >>>> https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.= html > >>>> Nothing is changed. > >>>> I have a lot of ports and never seen this, what is wrong with this > >>>> libgdk_pixbuf-2.0.so.0 sensing only? > >>>> > >>> > >>> Can you please provide me the output of > >>> $ pkg info -f gdk-pixbuf2 > >>> > >>> and > >>> > >>> readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 > >> > >> Both attached. > >=20 > > The only common situation between the 2 reporters (you and another guy)= is the > > usage of i386. >=20 > There is yet one report dated Sep 2015 in the wild, from where I extract > the method of post-fixing of sqlite database. Sorry, it is in Russian, > but all mentioned commands are self-explanatory: >=20 > http://www.bsdportal.ru/viewtopic.php?f=3D58&t=3D27528 >=20 Thanks, (btw you do not need sqlite3, it is bundled in pkg via pkg shell) FYI on a i386 vm I can reproduce, so I should be able to fix, for now I do = not understand yet what is the reason, but being able to reproduce is a first important step Bapt --0H629O+sVkh21xTi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXAB8KAAoJEGOJi9zxtz5aEikP/20qVEIPzS23vRjNByULEwUe qHEoX0ciU7bSutbSoGNdiC73Qdl0EL5oCQgTBs2eRGo/Rgtn4JUfTQpootGx49JX hkG7MENXg2ZPpOzb460QXdzPnQVTsPs0NKhmt5z+J9arb19iPyQM3hOwjR3k1toT q40EAIvADAq2+etU4+Toz4QmnY2x0D0xZ27g6rvs5Ob9C/uBRuuL+9nyFs19Xp9f 1a/28Dys0/HmQvFcM71x5NFQD53GcFhnRTp396PSz4qeBDDJM+Zt7bEGa9nVznd4 6hq8bfOdtNxQvYYLs7mhUE5DGLFiGyjZfryz05jcckXjeGAUy16/HnVoFej3NKVH B/dgXRRYGNzRMW+OeVh3vjX7th7Pj6uWf1+xR5BuvLGH/r3XrSkf6CEQuxJL1mJW p/Sd+jnY07HhxL/zwp1uxKB32WtzIGelLmVRgKwM9RWqZCBi6lCsDi9KHcpuPhLS fnhxBa5fzqUtIvFyPy87TPLmxPU2vprhJJ1lrt97abi4qMkYZOBNbz18Rj08bD1w tsbD4mjG144TNBgt7ocwIdDAob5h/65+hrv9x3RnhSwKlf4tCvliSt5PHMmvYJ+c q0m+DwWeyCKmFSCWXlEn4BOexif9X6XhOsNFZDPN2nAqLgHmKiL27kgaCbI/ZWq/ 6oaQEKyGYD1W9jBLhWtr =7HEt -----END PGP SIGNATURE----- --0H629O+sVkh21xTi-- From owner-svn-ports-all@freebsd.org Sat Apr 2 19:41:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F3DAB0037B; Sat, 2 Apr 2016 19:41:54 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50FC71738; Sat, 2 Apr 2016 19:41:54 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32Jfrks010487; Sat, 2 Apr 2016 19:41:53 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32JfrUu010485; Sat, 2 Apr 2016 19:41:53 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604021941.u32JfrUu010485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 2 Apr 2016 19:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412431 - head/databases/freetds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 19:41:54 -0000 Author: bofh Date: Sat Apr 2 19:41:53 2016 New Revision: 412431 URL: https://svnweb.freebsd.org/changeset/ports/412431 Log: databases/freetds: Update version 0.95.87=>0.95.91 Modified: head/databases/freetds/Makefile head/databases/freetds/distinfo Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Sat Apr 2 19:03:11 2016 (r412430) +++ head/databases/freetds/Makefile Sat Apr 2 19:41:53 2016 (r412431) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.95.87 -PORTREVISION= 1 +PORTVERSION= 0.95.91 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ Modified: head/databases/freetds/distinfo ============================================================================== --- head/databases/freetds/distinfo Sat Apr 2 19:03:11 2016 (r412430) +++ head/databases/freetds/distinfo Sat Apr 2 19:41:53 2016 (r412431) @@ -1,2 +1,2 @@ -SHA256 (freetds-0.95.87.tar.bz2) = 03a623e6ae00e7cae33f32347368089e05d72e513f3e64dc0bf37f3cc15a2464 -SIZE (freetds-0.95.87.tar.bz2) = 3195981 +SHA256 (freetds-0.95.91.tar.bz2) = 6e109d394d3f04ffe3bdcf9673e8321768c59a96d0fee1d42b195be80fe6a770 +SIZE (freetds-0.95.91.tar.bz2) = 3205937 From owner-svn-ports-all@freebsd.org Sat Apr 2 20:14:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ADF7B00C11; Sat, 2 Apr 2016 20:14:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBEB81380; Sat, 2 Apr 2016 20:14:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32KETTo022301; Sat, 2 Apr 2016 20:14:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32KETWm022294; Sat, 2 Apr 2016 20:14:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604022014.u32KETWm022294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Apr 2016 20:14:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412432 - in head/security: . tls-check tls-check/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 20:14:31 -0000 Author: pi Date: Sat Apr 2 20:14:29 2016 New Revision: 412432 URL: https://svnweb.freebsd.org/changeset/ports/412432 Log: New port: security/tls-check Scan a list of domains for TLS-related compliance stats. WWW: https://github.com/tls-check/TLS-Check Added: head/security/tls-check/ head/security/tls-check/Makefile (contents, props changed) head/security/tls-check/distinfo (contents, props changed) head/security/tls-check/files/ head/security/tls-check/files/patch-Makefile.PL (contents, props changed) head/security/tls-check/pkg-descr (contents, props changed) head/security/tls-check/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Apr 2 19:41:53 2016 (r412431) +++ head/security/Makefile Sat Apr 2 20:14:29 2016 (r412432) @@ -1093,6 +1093,7 @@ SUBDIR += tinc SUBDIR += tinyca SUBDIR += titus + SUBDIR += tls-check SUBDIR += tlswrap SUBDIR += tmux-cssh SUBDIR += tor Added: head/security/tls-check/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tls-check/Makefile Sat Apr 2 20:14:29 2016 (r412432) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= tls-check +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX=v +CATEGORIES= security + +MAINTAINER= pi@FreeBSD.org +COMMENT= Scan a list of domains for TLS-related compliance stats + +LICENSE= ART20 + +MY_DEPENDS= p5-MooseX-SimpleConfig>=0.11:devel/p5-MooseX-SimpleConfig \ + p5-Readonly>=2.01:devel/p5-Readonly \ + p5-Test-Deep>=1.120:devel/p5-Test-Deep \ + p5-Test-Differences>=0.630:devel/p5-Test-Differences \ + p5-Test-Exception>=0.43:devel/p5-Test-Exception \ + p5-Test-File>=1.44:devel/p5-Test-File \ + p5-Test-MockObject>=1.20150527:devel/p5-Test-MockObject \ + p5-Test-Pod>=1.51:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage \ + p5-forks>=0.36:devel/p5-forks \ + p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN \ + p5-IO-Socket-Timeout>=0.32:net/p5-IO-Socket-Timeout \ + p5-IO-All>=0.86:devel/p5-IO-All \ + p5-Log-Log4perl>=1.47:devel/p5-Log-Log4perl \ + p5-PerlIO-via-Timeout>=0.32:devel/p5-PerlIO-via-Timeout \ + p5-Test-Perl-Critic>=1.03:textproc/p5-Test-Perl-Critic \ + p5-Text-CSV_XS>=1.18:textproc/p5-Text-CSV_XS \ + p5-Test-LWP-UserAgent>=0.030:www/p5-Test-LWP-UserAgent +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} + +USES= perl5 +USE_GITHUB= yes +USE_PERL5= configure +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= TLS-Check +GH_TAGNAME= b7c2488 + +.include Added: head/security/tls-check/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tls-check/distinfo Sat Apr 2 20:14:29 2016 (r412432) @@ -0,0 +1,2 @@ +SHA256 (tls-check-TLS-Check-v1.0.2-b7c2488_GH0.tar.gz) = d2ef643fc0455ac6fab959cd5e3ad48437fb40e839eba4394a83773cbe44c676 +SIZE (tls-check-TLS-Check-v1.0.2-b7c2488_GH0.tar.gz) = 139223 Added: head/security/tls-check/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tls-check/files/patch-Makefile.PL Sat Apr 2 20:14:29 2016 (r412432) @@ -0,0 +1,10 @@ +--- Makefile.PL.orig 2016-04-02 19:57:34 UTC ++++ Makefile.PL +@@ -5,7 +5,6 @@ WriteMakefile + 'VERSION_FROM' => 'lib/Security/TLSCheck.pm', + 'NAME' => 'Security::TLSCheck', + 'EXE_FILES' => [ +- 'bin/.DS_Store', + 'bin/check_ciphers_single_domains.pl', + 'bin/csv-result-to-summary.pl', + 'bin/tls-check-parallel.pl', Added: head/security/tls-check/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tls-check/pkg-descr Sat Apr 2 20:14:29 2016 (r412432) @@ -0,0 +1,3 @@ +Scan a list of domains for TLS-related compliance stats. + +WWW: https://github.com/tls-check/TLS-Check Added: head/security/tls-check/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tls-check/pkg-plist Sat Apr 2 20:14:29 2016 (r412432) @@ -0,0 +1,63 @@ +bin/check_ciphers_single_domains.pl +bin/csv-result-to-summary.pl +bin/tls-check-parallel.pl +bin/tls-check.pl +%%SITE_PERL%%/Log/Log4perl/EasyCatch.pm +%%SITE_PERL%%/MooseX/ListAttributes.pm +%%SITE_PERL%%/Net/SSL/CipherSuites.pm +%%SITE_PERL%%/Net/SSL/GetServerProperties.pm +%%SITE_PERL%%/Net/SSL/Handshake.pm +%%SITE_PERL%%/Net/SSL/Handshake/Extensions.pm +%%SITE_PERL%%/Net/SSL/Handshake/Extensions/ECPointFormats.pm +%%SITE_PERL%%/Net/SSL/Handshake/Extensions/EllipticCurves.pm +%%SITE_PERL%%/Net/SSL/Handshake/Extensions/ServerName.pm +%%SITE_PERL%%/Net/SSL/Handshake/StartTLS/SMTP.pm +%%SITE_PERL%%/Security/TLSCheck.pm +%%SITE_PERL%%/Security/TLSCheck/App.pm +%%SITE_PERL%%/Security/TLSCheck/App/DomainFilter.pm +%%SITE_PERL%%/Security/TLSCheck/App/Parallel.pm +%%SITE_PERL%%/Security/TLSCheck/Checks.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/AgeDE.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/CipherStrength.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/CipherStrengthOnlyValidCerts.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/DNS.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/Dummy.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/FinalScore.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/Heartbleed.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/Helper/MX.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/Helper/Timing.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/Mail.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/MailCipherStrength.pm +%%SITE_PERL%%/Security/TLSCheck/Checks/TODO.txt +%%SITE_PERL%%/Security/TLSCheck/Checks/Web.pm +%%SITE_PERL%%/Security/TLSCheck/Result.pm +%%SITE_PERL%%/Security/TLSCheck/Result/CSV.pm +%%PERL5_MAN3%%/Log::Log4perl::EasyCatch.3.gz +%%PERL5_MAN3%%/MooseX::ListAttributes.3.gz +%%PERL5_MAN3%%/Net::SSL::CipherSuites.3.gz +%%PERL5_MAN3%%/Net::SSL::GetServerProperties.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake::Extensions.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake::Extensions::ECPointFormats.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake::Extensions::EllipticCurves.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake::Extensions::ServerName.3.gz +%%PERL5_MAN3%%/Net::SSL::Handshake::StartTLS::SMTP.3.gz +%%PERL5_MAN3%%/Security::TLSCheck.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::App.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::App::DomainFilter.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::App::Parallel.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::AgeDE.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::CipherStrength.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::CipherStrengthOnlyValidCerts.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::DNS.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Dummy.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::FinalScore.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Heartbleed.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Helper::MX.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Helper::Timing.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Mail.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::MailCipherStrength.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Checks::Web.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Result.3.gz +%%PERL5_MAN3%%/Security::TLSCheck::Result::CSV.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 2 20:30:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915D2B010E1; Sat, 2 Apr 2016 20:30:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1385C18E5; Sat, 2 Apr 2016 20:30:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lf0-x244.google.com with SMTP id r62so2975227lfd.0; Sat, 02 Apr 2016 13:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Gz/9P5nFsEQc60+86xfwKYDlHQGBnVBnMB4wlVdxo5k=; b=fVzj/qcUMhyY8WHJvfx3hZ60C3J1irOIAdwnaiCg1E6XJI2O8k8L2B+wNQdhyssVny cfscJ7oXyNEOwHfDwBg/PNWz2AN/CRLyijGZM3JYU7qA8TaXSZbJTEcOvjsR7z32VDG0 3b8BFNxHbOVC6aYOyfYGJgqyXkh/Uq5ewdbcPzJt3DCyACXIeZ52//NQqbGv53h/X8bU LrLM/YShQ+Il0eQgN7Xtw9yf3D3i2DdV8AxuYRuOCVpGpVQzMvbKgKZBYgTIseFYySBY odMuc7MKg4+R90NbKijr9zCnfMUpJLe6sMNh6sQ4EpBpwRtOTtm48wAhKnFuVxHh/qmA gHpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=Gz/9P5nFsEQc60+86xfwKYDlHQGBnVBnMB4wlVdxo5k=; b=PmdeiK91LDJb2VmDCSr9hX0JJ59vwJ5y3yxn1S6Stq+II0BZ7QMGpNj87AOdaG/ZK/ 8zmgoMrBHAKWABdDfJ/TlH8fv2H4lA3loWfBZ/g+bq45lsbhQxvyh+uubun8Y+vLwvNA Zpcth1+VhjEiCWXhNpSRE3iXKK/wbd/U1AcCTBc3AohlQod0ahKavW30gKbl8yM58www 7n7bJQHQAwmASXQrtKjzvNsNIgcJwA4ZlDQYDzfOQtcoqaYzxGSGlwdXQovvROrG/lK8 WHGjpXITArhK8h03Hjx18jsrhaZM9ecFccZq3O9d0MWv8srFY+6DJVpoNPCEkC877IFn joKg== X-Gm-Message-State: AD7BkJKsPFqYIEQBT6k3Ii3s9gb3TnJtLq5TL+hoXyhXliabRCswThQiSWA8q/J1B64AqQ== X-Received: by 10.194.187.71 with SMTP id fq7mr1499552wjc.97.1459629047709; Sat, 02 Apr 2016 13:30:47 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id e25sm5280229wmi.21.2016.04.02.13.30.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 13:30:46 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 Apr 2016 22:30:44 +0200 From: Baptiste Daroussin To: Andrey Chernov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402203044.GF5214@ivaldir.etoilebsd.net> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <56FFE243.7060003@freebsd.org> <20160402170044.GB5214@ivaldir.etoilebsd.net> <56FFFC9F.8030203@freebsd.org> <20160402174202.GC5214@ivaldir.etoilebsd.net> <57001B09.6080400@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Y/WcH0a6A93yCHGr" Content-Disposition: inline In-Reply-To: <57001B09.6080400@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 20:30:50 -0000 --Y/WcH0a6A93yCHGr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 02, 2016 at 10:18:33PM +0300, Andrey Chernov wrote: > On 02.04.2016 20:42, Baptiste Daroussin wrote: > > On Sat, Apr 02, 2016 at 08:08:47PM +0300, Andrey Chernov wrote: > >> On 02.04.2016 20:00, Baptiste Daroussin wrote: > >>> On Sat, Apr 02, 2016 at 06:16:19PM +0300, Andrey Chernov wrote: > >>>> On 02.04.2016 15:51, Baptiste Daroussin wrote: > >>>>> Author: bapt > >>>>> Date: Sat Apr 2 12:51:08 2016 > >>>>> New Revision: 412403 > >>>>> URL: https://svnweb.freebsd.org/changeset/ports/412403 > >>>>> > >>>>> Log: > >>>>> Update to 1.7.1 > >>>> > >>>> This version still damage local.sqlite after each 'pkg check -B': > >>>> https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102490.= html > >>>> Nothing is changed. > >>>> I have a lot of ports and never seen this, what is wrong with this > >>>> libgdk_pixbuf-2.0.so.0 sensing only? > >>>> > >>> > >>> Can you please provide me the output of > >>> $ pkg info -f gdk-pixbuf2 > >>> > >>> and > >>> > >>> readelf -d /usr/local/lib/libgdk_pixbuf-2.0.so.0.3200.3 > >> > >> Both attached. > >=20 > > The only common situation between the 2 reporters (you and another guy)= is the > > usage of i386. >=20 > There is yet one report dated Sep 2015 in the wild, from where I extract > the method of post-fixing of sqlite database. Sorry, it is in Russian, > but all mentioned commands are self-explanatory: >=20 > http://www.bsdportal.ru/viewtopic.php?f=3D58&t=3D27528 >=20 Btw on this forum I can see someone has an issue with openblas vs numpy the issue is due to openblas creating a library without a SONAME I opened a ticker about that one: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208472 Best regards, Bapt --Y/WcH0a6A93yCHGr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXACv0AAoJEGOJi9zxtz5ahD8P/3iSdc/DozaYXojsDIuWxR6q kOZ3yOzJis6LQNBqYXQ7vtyD4QQVgVcGW7ablT+1+/xxPtzNyPWltYozccrmKkJV Pi0d6AS6ljauv9P6lSC9GjJwKM4JFJLitnBAfV7hUpniwKKgHDWB8+DJVuAWKxdO QuVyZqU0YJdoSb+V/YXlal1QpVTu1e4NYtg434zlExoFWh/+gXT7V5sO+meyHGfa /N+uU3VxNDSKZ9pVjqylQQJF+HhB85JqtunB+2PXzeeJ9cKRJtFSFAO/89b5HADo A76BgGZWOy+1FMu/L5EpxAo8Mq7jMQZ08DXToNrnZ4hMTR69ykem24TlHIb9CJLp ijBwSZ7kAdB776gzyzKD/INNoNI4SEIxGhN1wOkQETlrZz73CTFUu0nP6XESaATA GQz/ANkQmf0pgez3I6RA4lXsHGqwCn2GD1bcz9IBvkBi5vASeGCxK+cxiuyCDWeK nZ5ZOjW1LgnFuPaa6KTwIrirsSvANN7KTPBpsPtrqjGCEK49Am+Rja+vrALTjyTN sWUhb5X0DIxw1c+YahKx/k+RmY/4rIv0IqlM3p+PMxurapzHFo8AgamSGzuyQEJL HYOYePpgYNQ03aCspCFg+lRjUPW6RdJ+HkI//8Wc1IcGQdgTYPNLmAkNf3tus7/4 CDdlv1hgJ14XcHBmb9Le =2OKn -----END PGP SIGNATURE----- --Y/WcH0a6A93yCHGr-- From owner-svn-ports-all@freebsd.org Sat Apr 2 20:32:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74107B01158; Sat, 2 Apr 2016 20:32:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE711BF4; Sat, 2 Apr 2016 20:32:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32KWN7n028133; Sat, 2 Apr 2016 20:32:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32KWN3l028131; Sat, 2 Apr 2016 20:32:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604022032.u32KWN3l028131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Apr 2016 20:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412433 - head/security/tls-check X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 20:32:24 -0000 Author: pi Date: Sat Apr 2 20:32:23 2016 New Revision: 412433 URL: https://svnweb.freebsd.org/changeset/ports/412433 Log: security/tls-check: use modbuild, not configure Submitted by: pi (maintainer) Modified: head/security/tls-check/Makefile head/security/tls-check/pkg-plist Modified: head/security/tls-check/Makefile ============================================================================== --- head/security/tls-check/Makefile Sat Apr 2 20:14:29 2016 (r412432) +++ head/security/tls-check/Makefile Sat Apr 2 20:32:23 2016 (r412433) @@ -3,6 +3,7 @@ PORTNAME= tls-check PORTVERSION= 1.0.2 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= pi@FreeBSD.org @@ -20,6 +21,7 @@ MY_DEPENDS= p5-MooseX-SimpleConfig>=0.11 p5-Test-Pod>=1.51:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage \ p5-forks>=0.36:devel/p5-forks \ + p5-Net-IDN-Encode>=2.300:textproc/p5-Net-IDN-Encode \ p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN \ p5-IO-Socket-Timeout>=0.32:net/p5-IO-Socket-Timeout \ p5-IO-All>=0.86:devel/p5-IO-All \ @@ -33,7 +35,7 @@ RUN_DEPENDS= ${MY_DEPENDS} USES= perl5 USE_GITHUB= yes -USE_PERL5= configure +USE_PERL5= modbuild GH_ACCOUNT= ${PORTNAME} GH_PROJECT= TLS-Check GH_TAGNAME= b7c2488 Modified: head/security/tls-check/pkg-plist ============================================================================== --- head/security/tls-check/pkg-plist Sat Apr 2 20:14:29 2016 (r412432) +++ head/security/tls-check/pkg-plist Sat Apr 2 20:32:23 2016 (r412433) @@ -2,6 +2,11 @@ bin/check_ciphers_single_domains.pl bin/csv-result-to-summary.pl bin/tls-check-parallel.pl bin/tls-check.pl +%%SITE_PERL%%/auto/share/module/Net-SSL-CipherSuites/tls-parameters-4.csv +%%SITE_PERL%%/auto/share/module/Security-TLSCheck-App-DomainFilter/tlds-alpha-by-domain.txt +%%SITE_PERL%%/auto/share/module/Security-TLSCheck/check-ssl-heartbleed.pl +%%SITE_PERL%%/auto/share/module/Security-TLSCheck/tls-check-logging.properties +%%SITE_PERL%%/auto/share/module/Security-TLSCheck/tls-check.conf %%SITE_PERL%%/Log/Log4perl/EasyCatch.pm %%SITE_PERL%%/MooseX/ListAttributes.pm %%SITE_PERL%%/Net/SSL/CipherSuites.pm @@ -28,7 +33,6 @@ bin/tls-check.pl %%SITE_PERL%%/Security/TLSCheck/Checks/Helper/Timing.pm %%SITE_PERL%%/Security/TLSCheck/Checks/Mail.pm %%SITE_PERL%%/Security/TLSCheck/Checks/MailCipherStrength.pm -%%SITE_PERL%%/Security/TLSCheck/Checks/TODO.txt %%SITE_PERL%%/Security/TLSCheck/Checks/Web.pm %%SITE_PERL%%/Security/TLSCheck/Result.pm %%SITE_PERL%%/Security/TLSCheck/Result/CSV.pm From owner-svn-ports-all@freebsd.org Sat Apr 2 20:39:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE45AB0125B; Sat, 2 Apr 2016 20:39:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F1161D39; Sat, 2 Apr 2016 20:39:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32KdPq3028451; Sat, 2 Apr 2016 20:39:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32KdPHn028450; Sat, 2 Apr 2016 20:39:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604022039.u32KdPHn028450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Apr 2016 20:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412434 - head/security/tls-check/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 20:39:26 -0000 Author: pi Date: Sat Apr 2 20:39:25 2016 New Revision: 412434 URL: https://svnweb.freebsd.org/changeset/ports/412434 Log: security/tls-check: patch is no longer necessary Deleted: head/security/tls-check/files/ From owner-svn-ports-all@freebsd.org Sat Apr 2 22:01:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6123AEC486; Sat, 2 Apr 2016 22:01:31 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA6C1A78; Sat, 2 Apr 2016 22:01:30 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 5da77a66 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sat, 2 Apr 2016 16:01:26 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r412432 - in head/security: . tls-check tls-check/files From: Adam Weinberger In-Reply-To: <201604022014.u32KETWm022294@repo.freebsd.org> Date: Sat, 2 Apr 2016 16:01:25 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <04948F99-1E02-48A1-9735-E5DA156959EA@adamw.org> References: <201604022014.u32KETWm022294@repo.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 22:01:31 -0000 > On 2 Apr, 2016, at 14:14, Kurt Jaeger wrote: >=20 > Author: pi > Date: Sat Apr 2 20:14:29 2016 > New Revision: 412432 > URL: https://svnweb.freebsd.org/changeset/ports/412432 >=20 > + p5-Test-Deep>=3D1.120:devel/p5-Test-Deep \ > + p5-Test-Differences>=3D0.630:devel/p5-Test-Differences \ > + p5-Test-Exception>=3D0.43:devel/p5-Test-Exception \ > + p5-Test-File>=3D1.44:devel/p5-Test-File \ > + p5-Test-MockObject>=3D1.20150527:devel/p5-Test-MockObject = \ > + p5-Test-Pod>=3D1.51:devel/p5-Test-Pod \ > + p5-Test-Pod-Coverage>=3D1.10:devel/p5-Test-Pod-Coverage = \ > + p5-Test-Perl-Critic>=3D1.03:textproc/p5-Test-Perl-Critic = \ > + p5-Test-LWP-UserAgent>=3D0.030:www/p5-Test-LWP-UserAgent Hi Kurt, Every one of these p5-Test-* dependencies can be moved to TEST_DEPENDS. = None is required to build or run the port. Additionally, p5-Test-Pod, = p5-Test-Pod-Coverage, and p5-Test-Perl-Critic are almost always = author-only tests and not intended to be run by end-users. Also, GH_ACCOUNT already defaults to ${PORTNAME} and can be removed, and = if you add DISTVERSIONSUFFIX=3D-Release then you can remove the need to = track GH_TAGNAME. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sat Apr 2 22:25:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA56CAEC939; Sat, 2 Apr 2016 22:25:10 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7494811D7; Sat, 2 Apr 2016 22:25:10 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32MP9LD061018; Sat, 2 Apr 2016 22:25:09 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32MP9kj061016; Sat, 2 Apr 2016 22:25:09 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604022225.u32MP9kj061016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 2 Apr 2016 22:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412435 - head/databases/freetds-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 22:25:10 -0000 Author: bofh Date: Sat Apr 2 22:25:09 2016 New Revision: 412435 URL: https://svnweb.freebsd.org/changeset/ports/412435 Log: databases/freetds-devel: Update version 0.99.614=>0.99.640 Modified: head/databases/freetds-devel/Makefile head/databases/freetds-devel/distinfo Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Sat Apr 2 20:39:25 2016 (r412434) +++ head/databases/freetds-devel/Makefile Sat Apr 2 22:25:09 2016 (r412435) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.99.614 -PORTREVISION= 1 +PORTVERSION= 0.99.640 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/ Modified: head/databases/freetds-devel/distinfo ============================================================================== --- head/databases/freetds-devel/distinfo Sat Apr 2 20:39:25 2016 (r412434) +++ head/databases/freetds-devel/distinfo Sat Apr 2 22:25:09 2016 (r412435) @@ -1,2 +1,2 @@ -SHA256 (freetds-dev.0.99.614.tar.bz2) = 28d71936e40b78f492b3c27e6b41fa4f507d1d1f1377eb98e0a5fe78de565d93 -SIZE (freetds-dev.0.99.614.tar.bz2) = 3275678 +SHA256 (freetds-dev.0.99.640.tar.bz2) = b455f2b713f7117eb63f2cb82b5865eacc678e0eeb68ae0a196f8d02c348ca8d +SIZE (freetds-dev.0.99.640.tar.bz2) = 3296773